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

Compare with Current View Page History

« Previous Version 11 Next »

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

The PRONTO Override Program Table is a table than can control various functions within the PRONTO ERP System. Customer Self Service uses it to control many features of the import routine. It can be access via the System Administration Menu in PRONTO. 

To create new entries, use the Maintain Mode:

 

 

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
CSSNOTRIGTurns 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 loading a single cash receipt to the deb-cash-receipts file (but before posting to the ledgers)Set the description to the program name.
Program is called with the parameter of the
sales order number. 
CSSCONC_C2Program 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
CSSDEBTPROverride program to call after B2C debtor is createdGets called with parameter of the accountcode
and the order no
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. 
CSS_DECIMALSNumber of decimals to return for live price callSet the description to the number of decimals
CSS_CCCPRCost Centre Override text.Set the description to the new prompt to replace
the word "Cost Centre:" 
CSS_CCIPIP Address for the Integrator to make web service calls on for credit card authoritySet the description to the IP address of
the Integrator 
CSS_NOFADont write the customer payment details to the financier addressExistence of code turns functionality on
CSS_INVPRTInvoice reprint program to callSet the description to the program name.
Program is called with the parameter of the
sales order number, suffix and the email
address to send to. 
CSS_TERROverride territory to set all web orders toSet the description to the required
territory 
CSSSOURCEOverride web order source. If this is not set it will use "-" for Internet orderSet the description to the order source
CSSDELDAYSNumber of days to add to delivery date. Takes into account weekends.Set the description to the number of days
CSS_FWDIf the delivery date selected on the web is greater than today + this value, then the order will be set to forward order.Set the description to the number of days
CSSCHARGEDont use the charge types against the customer type table in PRONTO. If this is not set, a charge will automatically be added on import
based on the rules in the CT table. 
Set the description to "N"
CSSTATUSOverride flag to the PRONTO Major Function Flag for determining status for importing orders.Set the description to the override value.
CSS_NOBOSets backorder qty to zero when no part shipments is turned onExistence of code turns functionality on
CSS_NRPDont reprice any order lines (except kit lines unless CSS_KITRP is set)Existence of code turns functionality on
CSSRECTXTPrefix for receipts that gets written to deb-trans data.Set the description to the receipt prefix.
Recommend less than 10 characters. 
CSSCUSAVLive custom availability program for mode 1Set the description to the program name
CSSCUSAV2Live custom availability program for mode 2Set the description to the program name
CSSCUSGLLive GL code validation programSet the description to the program name
CSSCUSICLive cost determination programSet the description to the program name
CSSCUSALTLive custom alternatives programSet the description to the program name
CSSQTYBRTurns on live quantity breaksExistence of code turns functionality on
CSSCDRAWSetting this to a cash draw number (recommend 998) will post cash draw transactions so the credit card receipts will appear on invoice printsSet to a number between 1 and 999

 

 

  • No labels