brotherton-erpnext/erpnext/docs/user/manual/en/setting-up/settings/naming-series.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

2015-11-05 11:25:10 +00:00
# Naming Series
### 1. Introduction
Data records are broadly classified as “Master” or “Transaction”. A master
record is a record that has a “name”, for example a Customer, Item, Supplier,
Employee etc. A Transaction is a record that has a “number”. Examples of
transactions include Sales Invoices, Quotations etc. You make transactions
against a number of master records.
ERPNext allows you to make prefixes to your transactions, with each prefix
forming its own series. For example a series with prefix INV12 will have
numbers INV120001, INV120002 and so on.
You can have multiple series for all your transactions. It is common to have a
separate series for each financial year. For example in Sales Invoice you
could have:
* INV120001
* INV120002
* INV-A-120002
etc. You could also have a separate series for each type of Customer or for
each of your retail outlets.
### 2. Managing Naming Series for Documents
To setup a series, go to:
> Setup > Tools > Update Numbering Series
In this form,
1. Select the transaction for which you want to make the series The system will update the current series in the text box.
2. Edit the series as required with unique prefixes for each series. Each prefix must be on a new line.
3. The first prefix will be the default prefix. If you want the user to explicitly select a series instead of the default one, check the “User must always select” check box.
You can also update the starting point of a series by entering the series
name and the starting point in the “Update Series” section.
### 3. Example
See how to set the naming series
<img class="screenshot" alt="Naming Series" src="{{docs_base_url}}/assets/img/setup/settings/naming-series.gif">
2015-11-05 11:25:10 +00:00
{next}
2016-11-17 05:52:58 +00:00
### 4. Custom Field in Naming Series
2016-11-21 09:22:10 +00:00
Some companies prefers to make use of "short-codes" for suppliers, i.e. WN for company "Web Notes" that later can be used in naming series for quick identification.
2016-11-17 05:52:58 +00:00
#### Example:
A custom field "Vendor ID" is created under Document: Supplier.
Then under Naming Series, we should allow something like
PO-.YY.MM.-.vendor_id.-.#####
Resulting in "PO-1503-WN-00001"