accounting/json/accounting_config.json

17 lines
374 B
JSON
Raw Normal View History

2024-12-01 14:14:40 +08:00
{
"models_dir": "${HOME}$/py/accounting/models",
"output_dir": "${HOME}$/py/sage/wwwroot/accounting_config",
"dbname": "sage",
"tblname": "accounting_config",
"title":"账务设置",
"params": {
"browserfields": {
"exclouded": ["id"],
"cwidth": {}
},
"editexclouded": [
"id"
]
}
}