The problem isn't with the items that we are buying from our suppliers..
the problem is the that needs to be added to the shipment which should alter the standard price of each item..
for example we receive our shipment by DHL.

how do we add the fees that DHL is charging to deliver a certain P.O

you mean creating a service item for freight and handling?

Hello,,

Right now we can add all the charges that we pay on the items that we purchase by adding everything like handling, freight & clearance to the Supplier Invoice as GL items. Right??

So for example ,
if we buy 10 computers for 1000$ then the purchase price for each computer is 100$
..lets say that the fees of freight and handling is 100$ then the item cost should be updated to 110$

right now the system fails to update the standard cost.

i believe that purchase price should show the item's price that we paid to the supplier "for reference".. which is correct now..
and the standard cost should be calculated automatically to show the item's price + any extra charges that we paid to get the shipment to our inventory.

some systems uses GR2 and GR3 and combine them with the GRN to get the correct cost..

i don't know how to do that in FA or if we can do it by using some trick that i am unaware of.

i couldn't get it to work..
is it possible to hard code it for the journal inquiry ?

Hello,,
is there any way for GL and journal inquiry not to keep resetting the selected period every time the page is refreshed?
i mean when i want to view the transactions for a selected period.. lets say from 1 Jan 2017 to 31 Dec 2017 i get the result,
then when i log out or just reload the page the period is reseted to the last 30 days.. so it become 24 Oct to 24 Nov.

i checked the Remember last document date option in the preferences but it doesn't seem to be working.

other inquires and reports work just fine.

56

(1 replies, posted in Announcements)

Very nice, i like the modern feel to it.
well done.

Awesome,
Thanks for your support.

https://ibb.co/dPnxSm

in the image attachment above..
shouldn't the supplier balance be 995 instead of 1000?

Hello,,,
i don't know if this is a bug but the problem i am facing is:

When we use Bank Account Payment Entry to send money to a supplier we add the following:
Debit- Accounts Payable: [supplier name] 995$
Debit- Interest & Bank Charges 5$

Credit- Checking Account 1000$
thats great.

now when we print the bank statement and/or the supplier balance, it shows that the supplier balance is 1000$ when it should be 995$ since the 5$ doesn't belong to the supplier but to the bank charges account.

Regards.

5.6 on server "where the bug occurs"
7.1 localhost

this doesnt happen when i use the new files on my localhost but it happens on the online server.

i can confirm now that the files mentioned above caused 2 problems.

1- the error message mentioned above.
2- when generating excel report the file is corrupted.

the problem is fixed by replacing the new files with the old files.

i just replaced the files with the ones from the last build.

includes/current_user.inc
includes/hooks.inc
includes/session.inc

Congrats.. share it one day big_smile

Hello ,,,

seems this fix caused an error message to appear.
after updating all the 3 files included in the fix
includes/current_user.inc
includes/hooks.inc
includes/session.inc

i started to get this error

set_exception_handler() expects the argument (exception_handler) to be a valid callback in file: ...includes/session.inc at line 375

here is how line 80 should look ?

$delivery_line->price * $qty, 0, $delivery->tax_included, $delivery->tax_group_array) - $line_taxfree_price;

@apmuthu  it works now but i have error message now
set_exception_handler() expects the argument (exception_handler) to be a valid callback in file: /home/accounting/public_html/test/includes/session.inc at line 375

this seems to cuz the following error that prevent me from login

Parse error: syntax error, unexpected '$delivery' (T_VARIABLE) in /home/Accounting/public_html/Test/sales/includes/db/sales_delivery_db.inc on line 77

69

(66 replies, posted in Modules Add-on's)

@eaace
this seems awesome..
i like your template.

70

(2 replies, posted in Accounts Payable)

Thanks a lot.

71

(2 replies, posted in Accounts Payable)

Hello,,
in this view
purchasing/view/view_po.php
i'd like to show long_description instead of item_description .. but it seems that the long description is stored in stock_master table..

is there an easy way to replace this code line 69

label_cell($stock_item->item_description);

so it'd show the long description??

Regards.

Hello,,
is it possible to change the configuration of reports so the header shows only in the 1st page of the reports so we get more real estate for the actual data and less paper.

73

(9 replies, posted in Setup)

i had a website with database that got over 1GB of size and it worked perfectly till at oneday it started to get corruption and errors..
i believe that a database can go much more than 200 MB with no problems.

great

75

(14 replies, posted in Setup)

@apmuthu
wow.. you still use Firebug ??  i liked it much better than anything but i guess its dead now.