...
Customer and invoice data can be stored in an ASCII file or split into two files; If only one file is created, then there are also own record identifiers which organizationally separate the data.
The variable record format will also receive additional fields in the future, ie a third party based on this format should develop its converter so that not every newly added field causes incompatibilities.
LINE SEPARATOR:
chr (13) + chr (10) (Hex: 0D0A)
FIELD TYPE
grade | description |
---|---|
A | alpha |
N | Numeric (with leading zeros) |
D | Date (ddmmyy) |
MANDATORY LEGEND
field | information |
---|---|
M | Must contain an indication |
K | May contain an indication |
V | Field takes precedence over another specially marked field |
MD | Additional fields from MOTIONDATA |
...