1

(2 replies, posted in Reporting)

oc, thanks for your answer

2

(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

(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

could transaction be closed after delivery had done ? and only system administrator can open / edit that transaction again ?

thx

5

(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