59 Commits

Author SHA1 Message Date
2630976f9e Add client and sales order management functionality
- Introduced new schemas for clients and sales orders.
- Implemented route handlers for CRUD operations on clients and sales orders.
- Updated the main application routes to include client and sales order routes.
- Enhanced the models to support new data structures and relationships.
2025-12-27 20:47:10 +00:00
dea6a90b68 Removed development logging. 2025-12-27 15:19:13 +00:00
ecb888f692 Renamed tax rates. 2025-12-27 14:02:39 +00:00
2ac550b0c4 Refactor purchase order schema to include additional fields for shipping and state management. Implement rollup statistics and history methods for enhanced data aggregation and reporting capabilities. 2025-12-27 13:59:48 +00:00
9c4b73da67 Enhance order item schema with new fields for state management, shipment tracking, and tax calculations. Introduce rollup statistics and history methods for improved data aggregation and reporting. 2025-12-27 13:59:37 +00:00
75e5079479 Update models.js to correct tax rate import and add shipment and invoice models 2025-12-27 13:59:22 +00:00
4421c0b946 Add invoice management functionality with schema, routes, and service handlers 2025-12-27 13:59:08 +00:00
c750b1a573 Refactored shipment schema to include new fields and methods for handling order types and tax calculations. 2025-12-27 13:56:05 +00:00
5eb8480d9b Move schema location. 2025-12-13 21:10:19 +00:00