Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...



Adding / Changing Text Values:

  1. 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.
    Image Added
  2. Exit the text box by clicking anywhere else in the form
  3. Click on the "Preview" tab to view any changes made.
  4. Click on the "Save Form" button to save these changes.  

design_text.pngImage Removed 

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.

...