csv setupdata

This commit is contained in:
phaichayon
2026-07-06 15:50:47 +07:00
parent 944dbc031d
commit d93f25e1ce
37 changed files with 1782 additions and 623 deletions

View File

@@ -0,0 +1,6 @@
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},period,true
ALLA,head_office,crane,lead,LD,yearly,0,4,{prefix}-{yyyy}-{running},period,true
ALLA,head_office,crane,opportunity,OP,yearly,0,4,{prefix}-{yyyy}-{running},period,true
ALLA,head_office,crane,quotation,QT-AL-CR,monthly,0,4,{prefix}-{yy}{MM}-{running},period,true
ONVALLA,head_office,crane,quotation,QT-ON-CR,monthly,0,4,{prefix}-{yy}{MM}-{running},period,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} period true
3 ALLA head_office crane lead LD yearly 0 4 {prefix}-{yyyy}-{running} period true
4 ALLA head_office crane opportunity OP yearly 0 4 {prefix}-{yyyy}-{running} period true
5 ALLA head_office crane quotation QT-AL-CR monthly 0 4 {prefix}-{yy}{MM}-{running} period true
6 ONVALLA head_office crane quotation QT-ON-CR monthly 0 4 {prefix}-{yy}{MM}-{running} period true