Topic: New theme, and new Inquiries and Reports

Hello, first I would like to congratulate, because this is the most efficient ERP system I found, and I tested a lot in recent days.

I am Brazilian and I do not understand English well, so do not be surprised if what I write is very difficult to understand.

I'm adapting FrontAccounting 2.3.14 to a week to make it more efficient for the needs of a company. I do not know if the changes are useful to you, but come share them.


Theme

First I edited the theme elegant renamed as: bigbusca.

Link to download the theme: http://www.bigbusca.com.br/FrontAccounting/bigbusca.zip

Links to screenshots: http://www.bigbusca.com.br/FrontAccounting/front1.jpg
http://www.bigbusca.com.br/FrontAccounting/front2.jpg
http://www.bigbusca.com.br/FrontAccounting/front3.jpg
http://www.bigbusca.com.br/FrontAccounting/front4.jpg

This theme uses very css3, works fine in webkit browsers such as Chromium, Firefox works, but with the look a little less beautiful.

I do not know how it is functioning in Internet Explorer, I use Linux only 8 years.

To allow for some improvements in the theme that small changes made the following report:

File: /includes/ui/ui_input.inc
Line: 158
Remove:  height='12'

And now build themes for this system is improved.


File: /includes/ui/ui_controls.inc
Line: 190
Add: class='goback'
<td align=center><a class='goback' href='javascript:goBack...

And now enable use css for make style to back option.


Reports

I need a report that says the amount of each product in all my stocks.

Similar to the "Stock Check Sheets", but that displays a screen separately and only the products of each stock.

Therefore I edited the file "Stock Check Sheets" and resulted in: http://www.bigbusca.com.br/FrontAccounting/rep307.php

I need a report that says the amount of each product in all my stocks.

Similar to the "Stock Check Sheets", but that displays a screen separately and only the products of each stock.

Therefore I edited the file "Stock Check Sheets" and resulted in: rep307.php

I have several small stocks that are separated into two categories and daily have to check one of these categories, it made for an ugly hack. Where fill the fax number of the stocks in this category I filled with the acronym: g3

So I created a filter to ignore the list of stocks that do not have such number does the acronym g3.

Resulted in this file: http://www.bigbusca.com.br/FrontAccounting/308.php

Both the folder: reporting


Inquiries

Although reports have addressed the needs, it is more efficient to check my case the result in html format and not in pdf.

Then I adapted the previous files that resulted in the following files:

http://www.bigbusca.com.br/FrontAccounting/stock_status_filtered.php
http://www.bigbusca.com.br/FrontAccounting/stock_status_total.php
Both the folder: : inventory/inquiry


In the file applications/inventory.php lines were added:

$this->add_lapp_function(1, _("Stock Total"),
"inventory/inquiry/stock_status_total.php?", 'SA_ITEMSSTATVIEW', MENU_INQUIRY);   
$this->add_lapp_function(1, _("Stock Filtered"),
"inventory/inquiry/stock_status_filtered.php?", 'SA_ITEMSSTATVIEW', MENU_INQUIRY);


I'm not very good with php, but I hope that what I'm sending is useful in some way.

Re: New theme, and new Inquiries and Reports

This really looks nice, bigbruno.

A coule of issues:

in IE the company name up left is not in 3D. There is no logout screen when logging out.

The tabs in Customer, Supplier and Items should be left aligned.

And please upgrade to 2.3.15. There are some new Item reports.

/Joe

Re: New theme, and new Inquiries and Reports

Please update pt_BR.po to add new strings like "Process GRN".

Re: New theme, and new Inquiries and Reports

Please look in the Forum Translations, sticky topic about how to merge your language file with the new empty.po file.

Joe

Re: New theme, and new Inquiries and Reports

Thank you, in a few days send a version with improvements to Portuguese of Brazil.

Now I'm using 2.3.15. smile

Re: New theme, and new Inquiries and Reports

Thanks, we look forward. If any further problems arise, I will try to help you.

When you have translated the pt_BR.po, please share the translation with us.

/Joe

Re: New theme, and new Inquiries and Reports

Came a doubt, the pricipail use in my business really is inventory control.

But from what I saw inventory transactions save only the day of the transfer and not the time, you could also save the hour and minute?

Re: New theme, and new Inquiries and Reports

Inventory control in FA is done on daily basis, as it is just well enough in most cases.
Janusz