シーケンス番号(Document Sequence)|iDempiere 13 画面リファレンス
シーケンス番号(Document Sequence)
Section titled “シーケンス番号(Document Sequence)”iDempiere 13 標準ウィンドウ(AD_Window_ID: 112)
メニュー: 会計管理 ▸ 会計設定 ▸ シーケンス番号
Maintain System and Document Sequences
The Sequence Window defines how document numbers will be sequenced. Change the way document numbers are generated. You may add a prefix or a suffix or change the current number.
| # | タブ | テーブル | 階層 | 説明 |
|---|---|---|---|---|
| 10 | 番号シーケンス | AD_Sequence | 0 | Sequence Definition |
| 20 | 採番管理 | AD_Sequence_No | 1 |
番号シーケンス タブのフィールド
Section titled “番号シーケンス タブのフィールド”The Sequence Tab defines the numeric sequencing to use for documents. These can also include a alpha suffix and / or prefix.
| フィールド | カラム | 型 | 必須 | 説明 |
|---|---|---|---|---|
| クライアント | AD_Client_ID | Table Direct | ✔ | Tenant for this installation. |
| 組織 | AD_Org_ID | Table Direct | ✔ | Organizational entity within tenant |
| 名称 | Name | String | ✔ | Alphanumeric identifier of the entity |
| 説明 | Description | String | Optional short description of the record | |
| 有効 | IsActive | Yes-No | The record is active in the system | |
| 自動採番 | IsAutoSequence | Yes-No | ✔ | Automatically assign the next number |
| レコードIDとして使用 | IsTableID | Yes-No | The document number will be used as the record key | |
| 値フォーマット | VFormat | String | Format of the value; Can contain fixed format elements, Variables: “_lLoOaAcCa09”, or ~regex | |
| 増加数 | IncrementNo | Integer | ✔ | The number to increment the last document number by |
| 次の番号 | CurrentNext | Integer | ✔ | The next number to be used |
| Decimal Pattern | DecimalPattern | String | Java Decimal Pattern | |
| 接頭辞 | Prefix | String | Prefix before the sequence number | |
| 接尾辞 | Suffix | String | Suffix after the number | |
| 組織毎に採番 | IsOrgLevelSequence | Yes-No | ✔ | This sequence can be defined for each organization |
| 組織カラム | OrgColumn | String | Fully qualified Organization column (AD_Org_ID) | |
| 毎年リスタート | StartNewYear | Yes-No | Restart the sequence with Start on every 1/1 | |
| 日付カラム | DateColumn | String | Fully qualified date column | |
| 毎月リスタート | StartNewMonth | Yes-No | ✔ | |
| 開始番号 | StartNo | Integer | ✔ | Starting number/position |
採番管理 タブのフィールド
Section titled “採番管理 タブのフィールド”| フィールド | カラム | 型 | 必須 | 説明 |
|---|---|---|---|---|
| クライアント | AD_Client_ID | Table Direct | ✔ | Tenant for this installation. |
| 組織 | AD_Org_ID | Table Direct | ✔ | Organizational entity within tenant |
| シーケンス番号 | AD_Sequence_ID | Table Direct | ✔ | Document Sequence |
| 有効 | IsActive | Yes-No | ✔ | The record is active in the system |
| YearMonth | SequenceKey | String | ✔ | Stores a unique key that determines the sequence numbering scope. |
| 次の番号 | CurrentNext | Integer | ✔ | The next number to be used |