Topic: connection within the fields
Under 0_debtor_trans, there are trans_no, debtor_no, type, order_
Type 10 = sales customer invoice (trans_no)
Type 12 = payment received for sales customer invoice (trans_no)
Type 13 - sales customer order (trans_no)
How does one know when by sql where type='13', the appropriate inv number can be obtained, to identify all related delivery order for that invoice? numerous delivery orders are Batch processed to generate an invoice.
Pls advise