Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This method is used to process kit disassembly transactions pulled from the store.
it will update the inventory of the kit's by the quantity specified in RetailTransactionKitsDisassemblyTrans and updates the kit's components by the quantity of the component contained in the kit multiplied by the quantity of the kit specified in RetailTransactionKitsDisassemblyTrans
Syntax
client server public static void processKitTransactions(RetailStoreTable _store)
Run On
ClientOrServer
Parameters
- _store
Type: RetailStoreTable Table
the store whose transaction is being processef, only kit disassembly transactions from this store will be used in the inventoy posting
Remarks
This method is called in RetailStatementCalculate_Multi right before inventory posting for sales transactions is performed