Changes between Version 6 and Version 7 of App
- Timestamp:
- 09/04/25 23:43:01 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
App
v6 v7 3 3 The application uses SQL VIEWs to simplify common queries and improve maintainability: 4 4 5 ####`invoice_summary`5 `invoice_summary` 6 6 7 7 - **Purpose**: Shows invoice info with client and company names … … 13 13 ``` 14 14 15 ####`client_totals`15 `client_totals` 16 16 17 17 - **Purpose**: Shows total amounts for each client … … 23 23 ``` 24 24 25 ####API Integration25 API Integration 26 26 27 27 The views are used in API endpoints to provide simplified data access: