commit show calenda

This commit is contained in:
phaichayon
2026-07-14 16:15:30 +07:00
parent a16dc8e548
commit a9dcc11ea9
9 changed files with 1346 additions and 82 deletions

View File

@@ -1,6 +1,13 @@
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
ALLA,head_office,,customer,CUS,2607,0,3,{prefix}{period}-{running},period,true
ALLA,head_office,,crm_lead,LD,2607,0,3,{prefix}{period}-{running},period,true
ALLA,head_office,,opportunity,OP,2607,0,3,{prefix}{period}-{running},period,true
ALLA,head_office,,crm_opportunity,EN,2607,0,3,{prefix}{period}-{running},period,true
ALLA,head_office,crane,quotation,QT-AL-CR,2607,0,4,{prefix}{period}-{running},period,true
ALLA,head_office,dockdoor,quotation,QT-AL-DK,2607,0,4,{prefix}{period}-{running},period,true
ONVALLA,head_office,,customer,CUS,2607,0,3,{prefix}{period}-{running},period,true
ONVALLA,head_office,,crm_lead,LD,2607,0,3,{prefix}{period}-{running},period,true
ONVALLA,head_office,,opportunity,OP,2607,0,3,{prefix}{period}-{running},period,true
ONVALLA,head_office,,crm_opportunity,EN,2607,0,3,{prefix}{period}-{running},period,true
ONVALLA,head_office,crane,quotation,QT-ON-CR,2607,0,4,{prefix}{period}-{running},period,true
ONVALLA,head_office,solarcell,quotation,QT-ON-SC,2607,0,4,{prefix}{period}-{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 2607 0 4 3 {prefix}-{yyyy}-{running} {prefix}{period}-{running} period true
3 ALLA head_office crane lead crm_lead LD yearly 2607 0 4 3 {prefix}-{yyyy}-{running} {prefix}{period}-{running} period true
4 ALLA head_office crane opportunity OP yearly 2607 0 4 3 {prefix}-{yyyy}-{running} {prefix}{period}-{running} period true
5 ALLA head_office crane quotation crm_opportunity QT-AL-CR EN monthly 2607 0 4 3 {prefix}-{yy}{MM}-{running} {prefix}{period}-{running} period true
6 ONVALLA ALLA head_office crane quotation QT-ON-CR QT-AL-CR monthly 2607 0 4 {prefix}-{yy}{MM}-{running} {prefix}{period}-{running} period true
7 ALLA head_office dockdoor quotation QT-AL-DK 2607 0 4 {prefix}{period}-{running} period true
8 ONVALLA head_office customer CUS 2607 0 3 {prefix}{period}-{running} period true
9 ONVALLA head_office crm_lead LD 2607 0 3 {prefix}{period}-{running} period true
10 ONVALLA head_office opportunity OP 2607 0 3 {prefix}{period}-{running} period true
11 ONVALLA head_office crm_opportunity EN 2607 0 3 {prefix}{period}-{running} period true
12 ONVALLA head_office crane quotation QT-ON-CR 2607 0 4 {prefix}{period}-{running} period true
13 ONVALLA head_office solarcell quotation QT-ON-SC 2607 0 4 {prefix}{period}-{running} period true