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.
Create a sales order from a given Retail transaction table entry
Syntax
client server public static container CreateOrder(RetailTransactionTable transactionTable)
Run On
Called
Parameters
- transactionTable
 Type: RetailTransactionTable Table
 Retail transaction table entry to create a sales order for.
Return Value
Type: container
Container: [success/fail, error info, sales order id, last InventTransId]
Remarks
Creates a SalesTable, MarkupTrans, SalesLine and payment Journal entries.