9 Commits

Author SHA1 Message Date
94f258a345 fix: Text widgets use 'text' not 'label', Button widgets use 'label' not 'text'
Per bricks-framework spec:
- Text/Title: use 'text' for non-i18n, 'otext'+'i18n:true' for i18n
- Button: use 'label' for button text
2026-05-05 19:28:24 +08:00
9ebfeb6dda feat: add wwwroot/index.ui as module entry point
Integrate all module .ui and .dspy files into a single navigation page
using {{entire_url()}} for all path references.
2026-05-05 19:04:03 +08:00
1a02cd218b fix: replace appPublic.Config.getConfig with appPublic.jsonConfig.getConfig 2026-04-29 17:43:52 +08:00
afb5d8fc2e fix: replace appbase/rbac with sqlor/bricks_for_python dependencies 2026-04-29 17:28:41 +08:00
a72637b2a3 sync: local modifications to contract_management
- Updated core modules: __init__, ai_config, ai_core, attachment, contract, enhanced_contract
- Updated mysql.ddl.sql
- Updated UI files: contract_detail, contract_edit, contract_list
- Added new files: api/*.dspy, contract_list.dspy
2026-04-28 18:49:46 +08:00
3772f0f6fb feat(contract): 增强合同管理模块功能
- 添加增强的合同核心功能
- 实现合同里程碑管理
- 实现合同版本控制
- 添加订单和支付管理功能
- 完整的数据库模型和API接口
- 包含测试用例
2026-04-16 14:34:37 +08:00
624fec71bd bugfix 2026-04-16 13:27:00 +08:00
73baa25d43 bugfix 2026-04-15 15:32:22 +08:00
e3e1be8568 bugfix 2026-04-15 15:03:57 +08:00