This function allows you to maintain your numbering format for each of your document type. It is a set of numbering which will be generated incrementally when you create a new transaction and used to uniquely identify each document entries.
To access Numbering Format, click on the Master Data icon > Numbering Format.
To create a new Numbering Format, click on the “+New” button.
Alternatively, you can also click on the “+” button of the document type that you wish to add. For example, adding a new Invoice Numbering Format.
Default: To set default Numbering Format. Each Document Type can only have one default numbering format.
Name: Provide a name to uniquely differentiate between numbering formats.
Document Type: Select document type for this numbering format.
Next Number: Set the next number of this numbering format.
Max Number: Set the maximum number of this numbering format. Put 0 to not control by max number.
Format: Set your numbering format here. You can refer “Format Setting with Example” section for further info.
Sample: A sample of your format. This is the expected numbering format that will be generated based on what you had maintain in the “Format” field.
Click “Save” to commit the changes once you had done keying in or editing the required information.
You can maintain various format in Numbering Format to present your transaction numbering. Below are some examples of different kind of formats and how can you set it. We will be using Invoice Document Type as examples in this section. Formats and sample number results will be provided so that you can understand better.
Prefix: S-
Example: S-0001, S-0002, S-0003
Format: S-<0000>
Suffix: -INV
Example: 0001-INV, 0002-INV, 0003-INV
Format: <0000>-INV
Prefix: S-
Suffix: -INV
Example: S-0001-INV, S-0002-INV, S-0003-INV
Format: S-<0000>-INV
Prefix: S-
Example: S-202011-0001, S-2020011-0002, S-202011-0003
*202011 where 2020 is year 2020 and 11 is the month of November
Format: S-{@yyyyMM}-<0000>
Prefix: S-
Example: S-2020-0001, S-2020-0002, S-2020-0003
*2020 is the year
Format: S-{@yyyy}-<0000>
Prefix: S-
Example: S-11-0001, S-11-0002, S-11-0003
*11 is the month of November
Format: S-{@MM}-<0000>
Some basic Year and Month format that can be applied:
Format | Example |
yy | 2020 = 20 2021 = 21 |
yyyy | 2020 = 2020 2021 = 2021 |
M | September = 9 October = 10 |
MM | September = 09 October = 10 |
MMM | September = Sep October = Oct |
MMMM | September = September October = October |
*Please note that year and month formats are case sensitive, m and M represents different values.
Important Note:
You can apply numbering format that you had created when you perform transaction entries. For example, currently you had 2 different Invoice Document Format.
When you create a new Invoice, by default it will apply the default Invoice Numbering Format, which is in this case the IV Default format. You can see the expected Invoice number at the top of your Invoice.
To change or apply another format, you can just click on the Invoice No arrow down button and select the format that you want. You will then realise the expected Invoice No at the top will change to the format that you had selected.
--Source from AutoCount Wiki --