sage/json/accounting_config.json
2025-07-16 14:28:41 +08:00

41 lines
793 B
JSON

{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/sage/wwwroot/_a/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
}
}