Moves search and filtering logic from inline script to a dedicated TypeScript module Improves code organization by creating a ReportsController with: - Enhanced search capabilities - Advanced range query parsing - Flexible filtering mechanisms Removes inline JavaScript and integrates modular approach in the application |
||
|---|---|---|
| .. | ||
| cash.ts | ||
| controls.ts | ||
| customers.ts | ||
| drawers.ts | ||
| employees.ts | ||
| lockscreen.ts | ||
| reports.ts | ||
| search.ts | ||
| services.ts | ||
| sidebar.ts | ||
| theme.ts | ||
| tracking.ts | ||