flpolprojects commited on
Commit
37ba8b1
·
verified ·
1 Parent(s): 40f74c9

Update bonus data 2025-06-21 11:03:52

Browse files
Files changed (1) hide show
  1. data.json +17 -1
data.json CHANGED
@@ -16,7 +16,23 @@
16
  "history": [],
17
  "debts": 0,
18
  "debt_history": [],
19
- "invoices": []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
  },
22
  "org_contact_info": {}
 
16
  "history": [],
17
  "debts": 0,
18
  "debt_history": [],
19
+ "invoices": [
20
+ {
21
+ "invoice_id": 1,
22
+ "date": "2025-06-21T11:03:52.239746+06:00",
23
+ "date_str": "2025-06-21 11:03:52",
24
+ "description": "",
25
+ "items": [
26
+ {
27
+ "name": "Тест 1",
28
+ "quantity": 25.0,
29
+ "price_per_unit": 350.0
30
+ }
31
+ ],
32
+ "total_amount": 8750.0
33
+ }
34
+ ],
35
+ "combined_history": []
36
  }
37
  },
38
  "org_contact_info": {}