8 Commits

Author SHA1 Message Date
d5c0fcb1cd fix: filter Exception output from DDL generation to prevent corrupting schema SQL 2026-04-29 14:34:51 +08:00
f83dde78f9 refactor: automate build.sh to clone modules, configure DB and init permissions
- Clone all reference and business modules to pkgs/
- Interactive DB config (host, port, user, password)
- Auto-create database, import schema, encrypt password in config.json
- Auto-run permission initialization
- Generate start.sh/stop.sh
2026-04-29 13:26:34 +08:00
2b921a209d sync: local modifications to integrated_crm_app
- Updated app/integrated_crm_app.py, build.sh, conf/config.json
- Added config.ini, schema.sql, send_email.py, test_db_conn.py
- Added full wwwroot/ with bricks framework, all module frontends, login/main UI
2026-04-28 18:54:07 +08:00
1026edc822 bugfix 2026-04-16 15:19:08 +08:00
1518acf709 bugfix 2026-04-16 15:15:52 +08:00
fa8df43a5f bugfix 2026-04-16 15:07:08 +08:00
b6ff13734c feat(crm): 集成商机管理模块并更新构建脚本
- 添加商机管理模块到集成CRM应用
- 更新构建脚本以包含商机管理模块
- 生成完整的数据库模式文件 integrated_crm_app_schema.sql
- 更新模块初始化逻辑
2026-04-16 14:32:41 +08:00
7b261b4f48 bugfix 2026-04-16 13:41:15 +08:00