Fastbase Accounting System - Online Manual Print Line/Sequence Number on Purchase Order |
Document 102777/1
Entered Tue, 14 Jan 2003 11:31 by Peter Campbell
Updated Tue, 14 Jan 2003 11:33
Previous
|
To print the line number on each item on a purchase order using the following command:
field layout(line_no) COLUMN [options]
If you wanted to print the number with leading zeros, eg: 0001, 0002 you would do the following:
text [format %04d $layout(line_no)] COLUMN [options]
|