flpolprojects commited on
Commit
f45e2f7
·
verified ·
1 Parent(s): 1d97e2d

Update bonus data 2025-06-21 11:59:27

Browse files
Files changed (1) hide show
  1. data.json +17 -1
data.json CHANGED
@@ -15,7 +15,23 @@
15
  "history": [],
16
  "debts": 0,
17
  "debt_history": [],
18
- "invoices": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  },
20
  "organization_details": {}
21
  }
 
15
  "history": [],
16
  "debts": 0,
17
  "debt_history": [],
18
+ "invoices": [
19
+ {
20
+ "invoice_id": "F8F9B67A",
21
+ "date": "2025-06-21T11:59:27.924694+06:00",
22
+ "date_str": "2025-06-21 11:59:27",
23
+ "total_amount": 2500.0,
24
+ "items": [
25
+ {
26
+ "product_name": "Тест ",
27
+ "quantity": 10.0,
28
+ "unit_price": 250.0,
29
+ "item_total": 2500.0
30
+ }
31
+ ]
32
+ }
33
+ ],
34
+ "combined_history": []
35
  },
36
  "organization_details": {}
37
  }