feat: response in mobile and accouting

This commit is contained in:
2026-08-17 07:44:00 +03:30
parent e3071b8692
commit 90a66031bd
20 changed files with 556 additions and 114 deletions
+6
View File
@@ -90,6 +90,12 @@ export interface PurchaseFilters {
gateway?: string; // gateway name key (e.g. "zarinpal")
status?: number;
product_id?: number; // filter by a specific product
// Date/time window on created_at (Y-m-d dates, H:i(:s) times, Tehran-local —
// same values the accounting filters use). Times only apply with their date.
date_from?: string;
date_to?: string;
time_from?: string;
time_to?: string;
per_page?: number;
page?: number;
}