yumoqing e3c19bc359 sync: local modifications to financial_management
- Updated financial_core.py
- Updated models/receivables.json
- Added mysql.ddl.sql
- Added API files: debug_receivables, receivables CRUD, test_env
- Added UI files: financial_vouchers, index, payments, receipts, receivable_edit, receivables
2026-04-28 18:53:13 +08:00

31 lines
722 B
XML

{
"widgettype": "VBox",
"options": {
"width": "100%",
"height": "100%",
"padding": "20px",
"align": "center",
"justify": "center"
},
"subwidgets": [
{
"widgettype": "Text",
"options": {
"label": "Payments Management",
"fontSize": "24px",
"fontWeight": "bold",
"color": "#1E40AF",
"marginBottom": "10px"
}
},
{
"widgettype": "Text",
"options": {
"label": "Feature under development",
"fontSize": "16px",
"color": "#6B7280"
}
}
]
}