Changes between Version 1 and Version 2 of App


Ignore:
Timestamp:
09/01/25 10:43:22 (8 days ago)
Author:
163080
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • App

    v1 v2  
    1 ### Transactions
     1**Transactions**
    22
    33The application uses database transactions in several key operations:
     
    1212- `src/app/api/invoices/route.ts`: For creating new invoices
    1313
    14 ### Triggers
     14**Triggers**
    1515
    1616The system implements a sophisticated trigger system for invoice management:
     
    2525The trigger is implemented in `sql/01_invoice_status_trigger.sql`.
    2626
    27 ### Indexes
     27**Indexes**
    2828
    2929Several optimized indexes are implemented for better query performance: