task-d.7.10

This commit is contained in:
phaichayon
2026-07-03 11:23:24 +07:00
parent ccfd7c6cd7
commit 503f34e22f
37 changed files with 1511 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
organization_code,branch_code,product_type_code,document_type,prefix,period,current_number,padding_length,format,reset_policy,is_active
ALLA,head_office,crane,customer,CUS,yearly,0,4,{prefix}-{yyyy}-{running},yearly,true
ALLA,head_office,crane,lead,LD,yearly,0,4,{prefix}-{yyyy}-{running},yearly,true
ALLA,head_office,crane,opportunity,OP,yearly,0,4,{prefix}-{yyyy}-{running},yearly,true
ALLA,head_office,crane,quotation,QT-HO-CR,monthly,0,4,{prefix}-{yy}{MM}-{running},monthly,true
1 organization_code branch_code product_type_code document_type prefix period current_number padding_length format reset_policy is_active
2 ALLA head_office crane customer CUS yearly 0 4 {prefix}-{yyyy}-{running} yearly true
3 ALLA head_office crane lead LD yearly 0 4 {prefix}-{yyyy}-{running} yearly true
4 ALLA head_office crane opportunity OP yearly 0 4 {prefix}-{yyyy}-{running} yearly true
5 ALLA head_office crane quotation QT-HO-CR monthly 0 4 {prefix}-{yy}{MM}-{running} monthly true