oc, thanks for your answer
2 06/14/2011 04:20:12 am
Topic: report bank from journal (2 replies, posted in Reporting)
hi
i already download FA 235, when i use it to make a journal entry, i cannot see the journal in bank account inquiry
when i backup and restore the database in FA 234, i can see the journal entry
what wrong with the report, in 235 ?
3 05/28/2011 03:02:09 am
Re: Closing Sales Order (1 replies, posted in Accounts Receivable)
HI
I already Add command :
if ($_SESSION['Items']->trans_type == ST_SALESORDER &&
sales_order_has_deliveries(key($_SESSION['Items']->trans_no))) {
display_error(_("This order cannot be modified because some of it has already been invoiced or dispatched."));
return false;
at Sales_Order_Entry.php - function can_process
that makes delivered order cannot be updated or add new item again .....
thx
4 05/26/2011 06:37:38 am
Re: Jurnal entries and bank entries have 2 step to input data. (3 replies, posted in Wish List)
could transaction be closed after delivery had done ? and only system administrator can open / edit that transaction again ?
thx
5 05/26/2011 06:20:46 am
Topic: Closing Sales Order (1 replies, posted in Accounts Receivable)
Hi...
How to close Sales Order that has been delivered ?
When I click on 'Sales Orders Inquiry' all unit has been delivered but user with salesman, System Administrator or Accountant privilages still can change and add new item to that sales order ...
is that any way to close that sales order and only system administrator can edit or add that order,
so salesmans or even accountant cannot make new delivery from that sales order ?
because it was very interfered when salesman add new order to the closed sales order - using cheaper price ....
same case in purchase order ...
thx before