No description
  • TypeScript 99.8%
  • HTML 0.2%
Find a file
ProManage User 038f95f53c feat: complete Phase 6 invoicing and dashboard
- Add odoo-invoice service (searchInvoices, createInvoiceFromOrder, registerPayment)
- Add invoices API routes (list, detail, create from sale order, register payment)
- Add dashboard summary endpoint (aggregates sales, purchases, shipments, invoices)
- Support kwargs in odoo.ts execute function for Odoo XML-RPC context
- Add invoices frontend pages (List with DataTable, Detail with payment form)
- Update Dashboard with real aggregate data from all modules
- Add sidebar nav: 請求管理
- 63/63 tests passing, TypeScript clean
2026-06-13 02:39:45 +09:00
.planning docs: initialize project (ProManage) 2026-06-11 19:35:08 +09:00
api feat: complete Phase 6 invoicing and dashboard 2026-06-13 02:39:45 +09:00
docs/superpowers feat: add sales management backend (customers, sales orders, shipments) 2026-06-13 02:34:55 +09:00
odoo/config feat: add sales management backend (customers, sales orders, shipments) 2026-06-13 02:34:55 +09:00
scripts feat: add sales management backend (customers, sales orders, shipments) 2026-06-13 02:34:55 +09:00
web feat: complete Phase 6 invoicing and dashboard 2026-06-13 02:39:45 +09:00
.env.example feat: add docker-compose for Odoo 17 + PostgreSQL 2026-06-11 19:40:22 +09:00
.gitignore docs: initialize project (ProManage) 2026-06-11 19:35:08 +09:00
AGENTS.md docs: initialize project (ProManage) 2026-06-11 19:35:08 +09:00
docker-compose.yml feat: start Odoo 17 and initialize database 2026-06-13 00:30:32 +09:00