690325:2132 Fixing Naming convention missunderstand #01
This commit is contained in:
@@ -202,7 +202,7 @@ Result: NAP-PAT-LET-67-0001
|
||||
|
||||
1. **Specific Format**: project_id + correspondence_type_id
|
||||
2. **Default Format**: project_id + correspondence_type_id = NULL
|
||||
3. **Fallback**: `{ORG}-{RECIPIENT}-{SEQ:4}-{YEAR:BE}`
|
||||
3. **Fallback**: `{ORG}-{RECIPIENT}-{SEQ:4}/{YEAR:BE}`
|
||||
|
||||
---
|
||||
|
||||
|
||||
@@ -175,7 +175,7 @@ src/modules/document-numbering/
|
||||
|
||||
- Query document_number_formats by project_id + type_id.
|
||||
- If no result, query by project_id + NULL (Default Project Format).
|
||||
- If still no result, apply System Default Template: `{ORG}-{RECIPIENT}-{SEQ:4}-{YEAR:BE}`.
|
||||
- If still no result, apply System Default Template: `{ORG}-{RECIPIENT}-{SEQ:4}/{YEAR:BE}`.
|
||||
- Determine resetSequenceYearly flag from the found format (default: true)
|
||||
|
||||
#### 2.2.2. Determine Counter Key:
|
||||
|
||||
Reference in New Issue
Block a user