feat: accounting added

This commit is contained in:
2026-08-02 19:37:22 +03:30
parent cce279a60d
commit dd5b6d4616
10 changed files with 945 additions and 51 deletions
+1
View File
@@ -89,6 +89,7 @@ export interface PurchaseFilters {
package_name?: string;
gateway?: string; // gateway name key (e.g. "zarinpal")
status?: number;
product_id?: number; // filter by a specific product
per_page?: number;
page?: number;
}