Difference between revisions of "Invoice/Credit Configuration - Order Processing Document"
(Updated from revision control) |
(Updated from revision control) |
||
Line 1: | Line 1: | ||
+ | |||
+ | The Platin | ||
+ | The Platinum System {{Menu|Order Processing}} allows the layout of your Invoices and Credits to be configured to print the details you require. This is done using a system of "tokens" which represent the items you wish to print, and their positions on the document. | ||
+ | |||
+ | This article is for the following documents :- | ||
+ | |||
+ | *"Invoice" | ||
+ | *"Credit Note" | ||
+ | == Layout Data Formats == | ||
+ | Formats are stored in a special file, which must be accessed through the format amendments programs. It cannot be edited from outside the Platinum System. | ||
+ | |||
+ | A library of "Standard Formats" is available. These are automatically copied to the "User Format" the first time a document is printed, and may be copied manually if, for instance, you wish to start using pre-printed stationary where before you were using plain paper. | ||
+ | |||
+ | If required, you may assign special formats to certain Accounts, and/or assign these formats to different print records from the default. A format name may be up to 11 characters in length, and contain any combination of typeable characters. | ||
+ | |||
+ | == Layout Tokens == | ||
+ | Tokens are indicated by the character {{DataValue|<nowiki>~</nowiki>}} followed by a number (the token identifier). | ||
+ | |||
+ | These identifiers may be up to 3 digits in length in the range 1 to 999. Tokens each have specific uses, which are listed below. | ||
+ | |||
+ | === Parameters === | ||
+ | Some tokens may also be given parameters. The number of parameters vary for each token. To specify a token with parameters the token must be followed by a comma then parameter. Each parameter is similarly divided from the next by a comma (no terminating comma is required). | ||
+ | |||
+ | == Document Areas == | ||
+ | For the purposes of configuration, the invoice/credit layouts are divided into 3 main areas: {{DataPrompt|Headings}}, {{DataPrompt|Body}} & {{DataPrompt|Footings}}. | ||
+ | |||
+ | === Area Tokens === | ||
+ | {| cellspacing="5" width="95%" valign="baseline" | ||
+ | !width="15%"| | ||
+ | !| | ||
+ | !| | ||
+ | |||
+ | |- valign="baseline" | ||
+ | | '''~100''' | ||
+ | | '''Configuration Section Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~199''' | ||
+ | | '''Configuration Section End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~200''' | ||
+ | | '''Heading Block (First Page) Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~299''' | ||
+ | | '''Heading Block (First Page) End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~300''' | ||
+ | | '''Heading Block (Continuation) Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~399''' | ||
+ | | '''Heading Block (Continuation) End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~400''' | ||
+ | | '''Footing Block (Continuation) Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~499''' | ||
+ | | '''Footing Block (Continuation) End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~500''' | ||
+ | | '''Footing Block (Last Page) Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~599''' | ||
+ | | '''Footing Block (Last Page) End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~600''' | ||
+ | | '''Body Block Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~699''' | ||
+ | | '''Body Block End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~700''' | ||
+ | | '''Totals Configuration Block Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~799''' | ||
+ | | '''Totals Configuration Block End''' | ||
+ | |- valign="baseline" | ||
+ | | '''~800''' | ||
+ | | '''Tax Configuration Block Start''' | ||
+ | |- valign="baseline" | ||
+ | | '''~899''' | ||
+ | | '''Tax Configuration Block End''' | ||
+ | |} | ||
+ | == Tokens == | ||
+ | === General Tokens === | ||
+ | These can appear in either Headers or Footers. | ||
+ | |||
+ | {| cellspacing="5" width="95%" valign="baseline" | ||
+ | !width="15%"| | ||
+ | !| | ||
+ | !| | ||
+ | |||
+ | |- valign="baseline" | ||
+ | | '''~1''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Account Name''' | ||
+ | |- valign="baseline" | ||
+ | | '''~2''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Account Address Line''' | ||
+ | ;n = 1 -> 5 | ||
+ | :The line of the address. | ||
+ | |- valign="baseline" | ||
+ | | '''~3''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Account Code''' | ||
+ | |- valign="baseline" | ||
+ | | '''~4''',n | ||
+ | | '''Telephone Number/Email Address''' | ||
+ | ;n = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>Telephone Number. | ||
+ | ;n = 1 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(20 characters)</div>Mobile Number. | ||
+ | ;n = 2 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(60 characters)</div>Email Address. | ||
+ | |- valign="baseline" | ||
+ | | '''~5''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>'''Fax Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~6''',n,m | ||
+ | | '''Account Notes Line''' | ||
+ | ;n = 1 -> 5 | ||
+ | :The line of the notes. | ||
+ | ;m = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(40 characters)</div>Print Notes information. | ||
+ | ;m = 1 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>Print Notes prompt. | ||
+ | |- valign="baseline" | ||
+ | | '''~7''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Page Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~8''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Total Pages on Invoice/Credit''' | ||
+ | |- valign="baseline" | ||
+ | | '''~9''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(8 characters)</div>'''Document Number''' | ||
+ | ;n = 0 | ||
+ | :Print in all cases. | ||
+ | ;n = 1 | ||
+ | :Blank if not in Heading. | ||
+ | |- valign="baseline" | ||
+ | | '''~10''',n | ||
+ | | '''Document Date''' | ||
+ | ;n = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>Short format. e.g. {{DataValue|DD/MM/CCYY}}. | ||
+ | ;n = 1 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(32 characters)</div>Long Format. e.g. {{DataValue|Friday, 31st January 20??}}. | ||
+ | |- valign="baseline" | ||
+ | | '''~11''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(40 characters)</div>'''Company Name''' | ||
+ | ;n = 1 -> 2 | ||
+ | :The line of the name. | ||
+ | |- valign="baseline" | ||
+ | | '''~12''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(50 characters)</div>'''Company Address''' | ||
+ | ;n = 1 -> 5 | ||
+ | :The line of the address. | ||
+ | |- valign="baseline" | ||
+ | | '''~13''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(one line)</div>'''Heading Line''' | ||
+ | ;n = 1 -> 2 | ||
+ | :Heading text. | ||
+ | |- valign="baseline" | ||
+ | | '''~14''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(one line)</div>'''Footing Line''' | ||
+ | ;n = 1 -> 3 | ||
+ | :Footing text. | ||
+ | |- valign="baseline" | ||
+ | | '''~15''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(11 characters)</div>'''Heading Document Type''' | ||
+ | |- valign="baseline" | ||
+ | | '''~17''' | ||
+ | | '''Top Left hand corner of Totals Block''' | ||
+ | Use if totals are to be printed in self configuring block. See below. | ||
+ | |- valign="baseline" | ||
+ | | '''~18''' | ||
+ | | '''Top Left hand corner of Tax Details Block''' | ||
+ | Use if tax is to be printed in self configuring block. See below. | ||
+ | |- valign="baseline" | ||
+ | | '''~19''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Amount Before Tax or Blanket Discount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~20''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Blanket Discount Amount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~21''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Pre Tax After Applied Blanket Discount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~22''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Tax Amount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~23''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Amount after Tax and Blanket Discounts''' | ||
+ | |- valign="baseline" | ||
+ | | '''~24''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Blanket Discount Percentage''' | ||
+ | |- valign="baseline" | ||
+ | | '''~25''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Amount Paid''' | ||
+ | |- valign="baseline" | ||
+ | | '''~26''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total: Amount Outstanding after Payment''' | ||
+ | |- valign="baseline" | ||
+ | | '''~27''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(5 characters)</div>'''Percentage Charged at Tax Rate''' | ||
+ | ;n = 1 -> 4 | ||
+ | :The Tax Rate. | ||
+ | |- valign="baseline" | ||
+ | | '''~28''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Description for Tax Rate''' | ||
+ | ;n = 1 -> 4 | ||
+ | :The Tax Rate. | ||
+ | |- valign="baseline" | ||
+ | | '''~29''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Amount Taxed at Tax Rate''' | ||
+ | ;n = 1 -> 4 | ||
+ | :The Tax Rate. | ||
+ | |- valign="baseline" | ||
+ | | '''~30''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Amount of Tax Charged at Tax Rate''' | ||
+ | ;n = 1 -> 4 | ||
+ | :The Tax Rate. | ||
+ | |- valign="baseline" | ||
+ | | '''~31''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Amount after Tax at Tax Rate''' | ||
+ | ;n = 1 -> 4 | ||
+ | :The Tax Rate. | ||
+ | |- valign="baseline" | ||
+ | | '''~32''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Total Number of Pages''' | ||
+ | |- valign="baseline" | ||
+ | | '''~33''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Account Group''' | ||
+ | |- valign="baseline" | ||
+ | | '''~35''',n,"x" | ||
+ | | '''Settlement Discount Layout''' | ||
+ | ;n | ||
+ | :The column number about which the text will be centered. | ||
+ | ;"x" | ||
+ | :A line of descriptive text which may contain the following tokens (without padding spaces): | ||
+ | {| cellspacing="5" width="95%" valign="baseline" | ||
+ | !width="15%"| | ||
+ | !| | ||
+ | !| | ||
+ | |||
+ | |- valign="baseline" | ||
+ | | '''~36''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Settlement Discount Percentage''' | ||
+ | |- valign="baseline" | ||
+ | | '''~37''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Settlement Discount Amount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~38''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Settlement Discount Period in Days''' | ||
+ | |} | ||
+ | |- valign="baseline" | ||
+ | | '''~39''',n,"x" | ||
+ | | '''Payments Tendered Layout''' | ||
+ | ;n | ||
+ | :The column number about which the text will be centered. | ||
+ | ;"x" | ||
+ | :A line of descriptive text which may contain the following tokens (without padding spaces): | ||
+ | {| cellspacing="5" width="95%" valign="baseline" | ||
+ | !width="15%"| | ||
+ | !| | ||
+ | !| | ||
+ | |||
+ | |- valign="baseline" | ||
+ | | '''~40''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Amount Paid''' | ||
+ | |- valign="baseline" | ||
+ | | '''~41''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Payment Code''' | ||
+ | |- valign="baseline" | ||
+ | | '''~42''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Payment Description''' | ||
+ | |} | ||
+ | |- valign="baseline" | ||
+ | | '''~44''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Delivery Addresses''' | ||
+ | Print a line of delivery address. It is important to specify which line using the parameter. | ||
+ | |||
+ | {{Tip|text= | ||
+ | Generally delivery addresses are up to five lines but when a buying group is specified an extra line of delivery address may be required in order to accommodate the buying group reference which prints at the end of the delivery address. | ||
+ | }} | ||
+ | |||
+ | ;n = 1 -> 6 | ||
+ | :The line of the address. | ||
+ | |- valign="baseline" | ||
+ | | '''~45''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(5 characters)</div>'''Current Time''' | ||
+ | ;n = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(5 characters)</div>24 Hour format. e.g. {{DataValue|HH:MM}}. | ||
+ | ;n = 1 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(7 characters)</div>am/pm format. e.g. {{DataValue|HH:MMpm}}. | ||
+ | |- valign="baseline" | ||
+ | | '''~46''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>'''Additional Invoice Prompt''' | ||
+ | ;n = 1 -> 5 | ||
+ | :Invoice Prompt | ||
+ | |- valign="baseline" | ||
+ | | '''~47''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Additional Invoice Text''' | ||
+ | ;n = 1 -> 5 | ||
+ | :Invoice Text | ||
+ | |- valign="baseline" | ||
+ | | '''~52''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(60 characters)</div>'''Order General Notes''' | ||
+ | ;n = 1 -> 999 | ||
+ | :Order General Note line index. | ||
+ | |- valign="baseline" | ||
+ | | '''~55''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(6 characters)</div>'''Prints the (Country Determined) word for Tax''' | ||
+ | |- valign="baseline" | ||
+ | | '''~56''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Do not print this line if blank''' | ||
+ | {{Note|text= | ||
+ | As this token is used to control {{DataValue|style}} and doesn't actually output anything other than 3 spaces to cover the size of token (i.e. '~##') it should be placed at the '''end''' of the format line, to avoid interfering with the flow of the text. | ||
+ | }} | ||
+ | |||
+ | |- valign="baseline" | ||
+ | | '''~57''' | ||
+ | | '''Skip block until next ~57''' | ||
+ | Print Spaces if all Items have a date equal to the User Date (e.g. headings.). | ||
+ | |- valign="baseline" | ||
+ | | '''~58''' | ||
+ | | '''Skip block until next ~58''' | ||
+ | Print Spaces if no Items have an individual discount applied (e.g. headings.). | ||
+ | |- valign="baseline" | ||
+ | | '''~60''' | ||
+ | | '''Skip block until next ~60''' | ||
+ | Print Spaces if {{DataPrompt|Delivery Note}} is not required. | ||
+ | |- valign="baseline" | ||
+ | | '''~61''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(8 characters)</div>'''User/Group Name''' | ||
+ | ;n = 0 | ||
+ | :Currently logged in user. | ||
+ | ;n = 1 | ||
+ | :User who created the order. | ||
+ | |- valign="baseline" | ||
+ | | '''~62''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total Weight''' | ||
+ | Excludes Backorder Items. | ||
+ | |- valign="baseline" | ||
+ | | '''~63''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total Volume''' | ||
+ | Excludes Backorder Items. | ||
+ | |- valign="baseline" | ||
+ | | '''~64''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Carriage Amount''' | ||
+ | |- valign="baseline" | ||
+ | | '''~65''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Order Status''' | ||
+ | ;n = 0 | ||
+ | :Status Code. | ||
+ | ;n = 1 | ||
+ | :Status Description. | ||
+ | |- valign="baseline" | ||
+ | | '''~71''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Total Amount Paid (including change)''' | ||
+ | |- valign="baseline" | ||
+ | | '''~72''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Change Given''' | ||
+ | |- valign="baseline" | ||
+ | | '''~211''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Account Reference''' | ||
+ | |- valign="baseline" | ||
+ | | '''~213''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(1 character)</div>'''Account Analysis Code''' | ||
+ | ;n = 1 -> 9 | ||
+ | :Analysis Code index. | ||
+ | |- valign="baseline" | ||
+ | | '''~214''',n,m | ||
+ | | '''Account Analysis Description''' | ||
+ | ;n = 1 -> 9 | ||
+ | :Analysis Description index. | ||
+ | ;m = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>First 15 characters of description. | ||
+ | ;m = >0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(Up to 30)</div>The full description. | ||
+ | |- valign="baseline" | ||
+ | | '''~215''',n | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(60 characters)</div>'''Account Extra Notes''' | ||
+ | ;n = 1 -> 999 | ||
+ | :Account Extra Note line index. | ||
+ | |- valign="baseline" | ||
+ | | '''~216''' | ||
+ | | '''Skip block until next ~216''' | ||
+ | Print Spaces if a Credit Card Transaction is not involved. | ||
+ | |- valign="baseline" | ||
+ | | '''~217''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Credit Card Holder Name''' | ||
+ | |- valign="baseline" | ||
+ | | '''~218''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(20 characters)</div>'''Credit Card Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~219''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(5 characters)</div>'''Credit Card Expiry Date, as MM/YY''' | ||
+ | |- valign="baseline" | ||
+ | | '''~220''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>'''Credit Card Authorisation Code''' | ||
+ | |- valign="baseline" | ||
+ | | '''~221''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(2 characters)</div>'''Credit Card Issue Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~222''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(5 characters)</div>'''Credit Card Valid From Date, as MM/YY''' | ||
+ | |- valign="baseline" | ||
+ | | '''~223''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>'''System Merchant Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~224''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(15 characters)</div>'''Transaction Comment''' | ||
+ | |- valign="baseline" | ||
+ | | '''~234''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(30 characters)</div>'''Account V.A.T. Registration Number''' | ||
+ | |- valign="baseline" | ||
+ | | '''~239''' | ||
+ | | <div style="float:right; margin-left:1em; font-style:italic;">(3 characters)</div>'''Payment Period''' | ||
+ | |- valign="baseline" | ||
+ | | '''~240''',n | ||
+ | | '''Payment Due Date''' | ||
+ | ;n = 0 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(10 characters)</div>Short format. e.g. {{DataValue|DD/MM/CCYY}}. | ||
+ | ;n = 1 | ||
+ | :<div style="float:right; margin-left:1em; font-style:italic;">(32 characters)</div>Long Format. e.g. {{DataValue|Friday, 31st January 20??}}. | ||
The Platinum System {{Menu|Order Processing}} allows the layout of your Invoices and Credits to be configured to print the details you require. This is done using a system of "tokens" which represent the items you wish to print, and their positions on the document. | The Platinum System {{Menu|Order Processing}} allows the layout of your Invoices and Credits to be configured to print the details you require. This is done using a system of "tokens" which represent the items you wish to print, and their positions on the document. |
Revision as of 06:31, 22 December 2020
The Platin The Platinum System " Order Processing" allows the layout of your Invoices and Credits to be configured to print the details you require. This is done using a system of "tokens" which represent the items you wish to print, and their positions on the document.
This article is for the following documents :-
- "Invoice"
- "Credit Note"
Contents
Layout Data Formats
Formats are stored in a special file, which must be accessed through the format amendments programs. It cannot be edited from outside the Platinum System.
A library of "Standard Formats" is available. These are automatically copied to the "User Format" the first time a document is printed, and may be copied manually if, for instance, you wish to start using pre-printed stationary where before you were using plain paper.
If required, you may assign special formats to certain Accounts, and/or assign these formats to different print records from the default. A format name may be up to 11 characters in length, and contain any combination of typeable characters.
Layout Tokens
Tokens are indicated by the character '~' followed by a number (the token identifier).
These identifiers may be up to 3 digits in length in the range 1 to 999. Tokens each have specific uses, which are listed below.
Parameters
Some tokens may also be given parameters. The number of parameters vary for each token. To specify a token with parameters the token must be followed by a comma then parameter. Each parameter is similarly divided from the next by a comma (no terminating comma is required).
Document Areas
For the purposes of configuration, the invoice/credit layouts are divided into 3 main areas: "Headings", "Body" & "Footings".
Area Tokens
~100 | Configuration Section Start | |
~199 | Configuration Section End | |
~200 | Heading Block (First Page) Start | |
~299 | Heading Block (First Page) End | |
~300 | Heading Block (Continuation) Start | |
~399 | Heading Block (Continuation) End | |
~400 | Footing Block (Continuation) Start | |
~499 | Footing Block (Continuation) End | |
~500 | Footing Block (Last Page) Start | |
~599 | Footing Block (Last Page) End | |
~600 | Body Block Start | |
~699 | Body Block End | |
~700 | Totals Configuration Block Start | |
~799 | Totals Configuration Block End | |
~800 | Tax Configuration Block Start | |
~899 | Tax Configuration Block End |
Tokens
General Tokens
These can appear in either Headers or Footers.
~1 | (30 characters) Account Name
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~2,n | (30 characters) Account Address Line
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~3 | (6 characters) Account Code
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~4,n | Telephone Number/Email Address
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~5 | (15 characters) Fax Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~6,n,m | Account Notes Line
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~7 | (3 characters) Page Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~8 | (3 characters) Total Pages on Invoice/Credit
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~9,n | (8 characters) Document Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~10,n | Document Date
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~11,n | (40 characters) Company Name
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~12,n | (50 characters) Company Address
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~13,n | (one line) Heading Line
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~14,n | (one line) Footing Line
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~15 | (11 characters) Heading Document Type
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~17 | Top Left hand corner of Totals Block
Use if totals are to be printed in self configuring block. See below. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~18 | Top Left hand corner of Tax Details Block
Use if tax is to be printed in self configuring block. See below. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~19 | (10 characters) Total: Amount Before Tax or Blanket Discount
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~20 | (10 characters) Total: Blanket Discount Amount
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~21 | (10 characters) Total: Pre Tax After Applied Blanket Discount
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~22 | (10 characters) Total: Tax Amount
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~23 | (10 characters) Total: Amount after Tax and Blanket Discounts
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~24 | (6 characters) Blanket Discount Percentage
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~25 | (10 characters) Total: Amount Paid
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~26 | (10 characters) Total: Amount Outstanding after Payment
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~27,n | (5 characters) Percentage Charged at Tax Rate
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~28,n | (10 characters) Description for Tax Rate
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~29,n | (10 characters) Amount Taxed at Tax Rate
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~30,n | (10 characters) Amount of Tax Charged at Tax Rate
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~31,n | (10 characters) Amount after Tax at Tax Rate
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~32 | (3 characters) Total Number of Pages
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~33 | (6 characters) Account Group
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~35,n,"x" | Settlement Discount Layout
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~39,n,"x" | Payments Tendered Layout
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~44,n | (30 characters) Delivery Addresses
Print a line of delivery address. It is important to specify which line using the parameter.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~45,n | (5 characters) Current Time
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~46,n | (15 characters) Additional Invoice Prompt
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~47,n | (30 characters) Additional Invoice Text
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~52,n | (60 characters) Order General Notes
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~55 | (6 characters) Prints the (Country Determined) word for Tax
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~56 | (3 characters) Do not print this line if blank
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~57 | Skip block until next ~57
Print Spaces if all Items have a date equal to the User Date (e.g. headings.). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~58 | Skip block until next ~58
Print Spaces if no Items have an individual discount applied (e.g. headings.). | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~60 | Skip block until next ~60
Print Spaces if "Delivery Note" is not required. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~61,n | (8 characters) User/Group Name
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~62 | (10 characters) Total Weight
Excludes Backorder Items. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~63 | (10 characters) Total Volume
Excludes Backorder Items. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~64 | (10 characters) Carriage Amount
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~65,n | (3 characters) Order Status
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~71 | (10 characters) Total Amount Paid (including change)
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~72 | (10 characters) Change Given
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~211 | (10 characters) Account Reference
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~213,n | (1 character) Account Analysis Code
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~214,n,m | Account Analysis Description
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~215,n | (60 characters) Account Extra Notes
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~216 | Skip block until next ~216
Print Spaces if a Credit Card Transaction is not involved. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~217 | (30 characters) Credit Card Holder Name
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~218 | (20 characters) Credit Card Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~219 | (5 characters) Credit Card Expiry Date, as MM/YY
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~220 | (10 characters) Credit Card Authorisation Code
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~221 | (2 characters) Credit Card Issue Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~222 | (5 characters) Credit Card Valid From Date, as MM/YY
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~223 | (15 characters) System Merchant Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~224 | (15 characters) Transaction Comment
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~234 | (30 characters) Account V.A.T. Registration Number
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~239 | (3 characters) Payment Period
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
~240,n | Payment Due Date
The Platinum System " Order Processing" allows the layout of your Invoices and Credits to be configured to print the details you require. This is done using a system of "tokens" which represent the items you wish to print, and their positions on the document. This article is for the following documents :-
Layout Data FormatsFormats are stored in a special file, which must be accessed through the format amendments programs. It cannot be edited from outside the Platinum System. A library of "Standard Formats" is available. These are automatically copied to the "User Format" the first time a document is printed, and may be copied manually if, for instance, you wish to start using pre-printed stationary where before you were using plain paper. If required, you may assign special formats to certain Accounts, and/or assign these formats to different print records from the default. A format name may be up to 11 characters in length, and contain any combination of typeable characters. Layout TokensTokens are indicated by the character '~' followed by a number (the token identifier). These identifiers may be up to 3 digits in length in the range 1 to 999. Tokens each have specific uses, which are listed below. ParametersSome tokens may also be given parameters. The number of parameters vary for each token. To specify a token with parameters the token must be followed by a comma then parameter. Each parameter is similarly divided from the next by a comma (no terminating comma is required). Document AreasFor the purposes of configuration, the invoice/credit layouts are divided into 3 main areas: "Headings", "Body" & "Footings". Area Tokens
TokensGeneral TokensThese can appear in either Headers or Footers.
Configuration TokensThese affect the overall layout of the invoice/credit , and should be grouped together at the head of the layout file. Document BlocksThe block information can either be supplied by you, in which case you should leave the parameters blank to begin with, and fill the values in when you are happy with the rest of the file; or the compiler can track the values down itself, which will marginally slow down the compilation process.
Document Configuration
Body BlockGeneral Information'~6nn,1,2,3,"4",5' where '~6nn' represents an item, described below, which you wish to be printed in the invoice/credit body. All have up to five parameters :-
Body Tokens
Including Batch InformationMeaningful "Batch Information" may be retrieved only for Stock Lines marked as "Batched", which prompt for batch information whenever they are booked into or out of stock. The information extracted depends on the Order Item's status. If the item has been booked into stock, for example on a Goods Received Note, then you will see information relating to the batch transactions involved in booking the item in question in. This would enable you to go straight to the locations where the items are to be placed. If the item has not yet impacted Stock History, on a Picking List for instance, you will get information on the batches you currently have in stock, enabling you to see which batches are suitable to be picked from. Another thing to bear in mind is that for the second and subsequent lines of Batch Information for an item, only the Batch tokens ('~648' -> '~650') shown above will be printed. Totals BlockGeneral Information'~7nn,1,2,"x",4,5' where '~7nn' = token number. All have up to five parameters :-
Totals TokensSome tokens below are suppressed on Tax Inclusive documents if '~119' is included in the Configuration section.
Tax BlockGeneral Information
Tax Tokens
Print Style TokensThe following print style codes must have 3 spaces after them as these codes always 6 characters wide.
Currency Conversions
All tokens that return a currency amount may now be modified to convert that amount into a different currency before printing. This is done by using a currency modifier after the token number but before any parameters. This modifier begins with a special symbol and may optionally be followed by a number and/or a three character currency code. To get the relevant currency symbol to print on a document, the symbols '$' and '#' (hash symbol, but may have been misprinted as a pound sign) are used immediately after the token that you wish the currency conversion to take place. Using the '#' will suppress the printing of the currency symbol. This can be useful when printers don't have relevant symbols for some currencies.
The number part of the modifier may be used to specify the maximum number of characters to print. Some currencies may involve quite large amounts and this number can be used to make sure there is enough room to print them. The three character currency code specifies which currency to convert the amount to. This may be omitted, in which case the currency specified for the account associated with the invoice/credit being printed will be used, if there is one.
Currency ConfigurationThere is an optional Currency Conversion configuration token which when used should be placed in the Configuration block. This token may have a currency modifier applied to it which will then be used by default throughout the document, although it can be overridden by modifiers applied to individual tokens.
Country/Currency TokensThere is a group of tokens that may be used in headers and footers to print details about the country and currency set up for the account associated with the document.
|