You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

When an order imports into PRONTO, several settings can be controlled by using the override program table. 

Available Functions

CodeDescriptionHow to use
CSS_CONC

Order Conclusion program called after the email confirmation has been sent. This is useful if the order needs to be changed after the confirmation email
is sent. 

Set the description to the program name.
Program is called with the parameter of the
sales order number. 
CSS_CONC_AOrder Conclusion program called before the email confirmation has been sent. This is useful if the order needs to be changed before the confirmation email

Set the description to the program name.
Program is called with the parameter of the
sales order number. 

CSSPOSTRECProgram to call before receipts are posted. Receipts are placed in the deb-cash-receipts file before posting. Calling this program allows
manipulation of that data before posting 
Set the description to the program name
CSS_KITRPKit prices will be overridden by PRONTO on import (by default they are not).Existence of code turns functionality on
CSSSONOTRIGTurns off sales order triggers for the duration of the program. This is required if triggers exist on the sales-order table that would require user
input 
Existence of code turns functionality on
CSS_NO_CRDont post receipts at allExistence of code turns functionality on
CSS_CR_SRCThe order source to set for orders that have been paid online. The default is POS which invokes PRONTO functionality that will ensure the
backorders get the same invoice number.  
Set the description to the source required
CSSCONC_CRProgram to call after posting a single cash receipt.Set the description to the program name.
Program is called with the parameter of the
sales order number. 
CSS_NOTETYControls the note type created - defaults to "S" if not defined.Set the description to the note type
CSSDEBTORDebtor to use for template when creating debtors on the fly for B2C CustomersSet the description to the debtor code
CSSSPLITCalls the split order logic. This will split the order into multiple warehouses based on the warehouse code set on the order lineExistence of code turns functionality on
CSS_STOCKDefault stockcode to add if stockcode not found on importSet the description to the stockcode
CSS_SHIP_DIgnore the part shipment flag of D on importExistence of code turns functionality on
CSS_CRDATE

Determines GL date of transactions received over the weekend. If Sunday or Monday, then transaction date will be Friday, else it will the day before.
If this flag is not set, then it will be todays date. 

Existence of code turns functionality on
CSS_GCRATEGift card commission rateSet the description to the rate
CSS_PRERECProgram to call before posting of an individual receiptSet the description to the program name.
Program is called with the parameter of the
invoice number. 

 

 

Error rendering macro 'contentbylabel'

parameters should not be empty

  • No labels