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

29 lines
563 B
JSON

{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/accounting/wwwroot/account_config",
"dbname": "sage",
"tblname": "account_config",
"params": {
"sortby":[
"partytype",
"subjectname"
],
"browserfields": {
"exclouded": ["id", "subjectid"],
"alters": {
"partytype":{
"cwidth":8
},
"subjectname":{
"cwidth":12
}
}
},
"editexclouded": [
"id"
],
"record_toolbar": null,
"content_view": null
}
}