Changes between Version 6 and Version 7 of App


Ignore:
Timestamp:
09/04/25 23:43:01 (3 days ago)
Author:
163080
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • App

    v6 v7  
    33The application uses SQL VIEWs to simplify common queries and improve maintainability:
    44
    5 #### `invoice_summary`
     5`invoice_summary`
    66
    77- **Purpose**: Shows invoice info with client and company names
     
    1313```
    1414
    15 #### `client_totals`
     15`client_totals`
    1616
    1717- **Purpose**: Shows total amounts for each client
     
    2323```
    2424
    25 #### API Integration
     25API Integration
    2626
    2727The views are used in API endpoints to provide simplified data access: