...
Adding / Changing Text Values:
- Right click on a clear area of the form and select insert text object or to change the text in a text box, double click the box and edit the value.
- Exit the text box by clicking anywhere else in the form
- Click on the "Preview" tab to view any changes made.
- Click on the "Save Form" button to save these changes.
Related Information
Design change that is required in ALL EXISTING and NEW forms:
...
if {@PARAM_IsQuote} = 1 then "QUOTATION" else
if {@BalanceDue}>0 and {SAL_Sales.SAL_TermsMessage}="Prepaid" then "PROFORMA INVOICE" else
if {PKL_PickList_Sale.PKL_Status}=-99 then "BACKORDER ADVICE" else
if {PKL_PickList_Sale.PKL_Status}=0 then "ORDER CONFIRMATION" else
"TAX INVOICE"
...
if IIF,1,0) = 1 then "QUOTATION" else
if {@BalanceDue}>0 and {SAL_Sales.SAL_TermsMessage}="Prepaid" then "PROFORMA INVOICE" else
if {PKL_PickList_Sale.PKL_Status}=-99 then "BACKORDER ADVICE" else
if {PKL_PickList_Sale.PKL_Status}=0 then "ORDER CONFIRMATION" else
"TAX INVOICE"
...
The main fields to be removed are: {@PARAM_IsReturn} {@PARAM_IsQuote} {@PARAM_ABN} {@PARAM_BarcodeField} {@PARAM_PKL_ID} (only used in manifest report)
Exceptions:
Multi Pick/Pack format will remain valid - however will be split to two separate RPT files in the future.
...