菜单结构: - 账务配置: 科目设置/账务设置/会计分录配置 - 财务处理: 客户信用额度/代客充值/错帐处理 - 分销商结算: 分销商对账/明细对账/分销商结算 - 供应商财务: 供应商充值/供应商对账/供应商明细对账/供应商结算 同时修正CRUD JSON output_dir指向accounting模块
41 lines
796 B
JSON
41 lines
796 B
JSON
{
|
|
"models_dir": "${HOME}$/py/accounting/models",
|
|
"output_dir": "${HOME}$/py/accounting/wwwroot/accounting_config",
|
|
"dbname": "sage",
|
|
"tblname": "accounting_config",
|
|
"params": {
|
|
"browserfields": {
|
|
"exclouded": ["id"],
|
|
"alters":{
|
|
"action":{
|
|
"cwidth":12
|
|
},
|
|
"specstr":{
|
|
"cwidth":6
|
|
},
|
|
"accounting_orgtype":{
|
|
"cwidth":12
|
|
},
|
|
"accounting_dir":{
|
|
"cwidth":3
|
|
},
|
|
"orgtype":{
|
|
"cwidth":6
|
|
},
|
|
"subjectname":{
|
|
"cwidth":10
|
|
},
|
|
"amt_pattern":{
|
|
"cwidth":20
|
|
}
|
|
}
|
|
},
|
|
"sortby":["action", "accounting_orgtype", "accounting_dir", "orgtype" ],
|
|
"editexclouded": [
|
|
"id"
|
|
],
|
|
"record_toolbar": null,
|
|
"content_view": null
|
|
}
|
|
}
|