flpolprojects commited on
Commit
4d20343
·
verified ·
1 Parent(s): c702d79

Update bonus data 2025-06-21 11:13:07

Browse files
Files changed (1) hide show
  1. data.json +22 -1
data.json CHANGED
@@ -6,7 +6,28 @@
6
  "history": [],
7
  "debts": 0,
8
  "debt_history": [],
9
- "invoices": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  "first_name": "Morshen Group",
11
  "last_name": "",
12
  "username": "morshenkhan",
 
6
  "history": [],
7
  "debts": 0,
8
  "debt_history": [],
9
+ "invoices": [
10
+ {
11
+ "id": "8278775",
12
+ "date": "2025-06-21T11:13:07.493353+06:00",
13
+ "date_str": "2025-06-21 11:13:07",
14
+ "items": [
15
+ {
16
+ "name": "Тест 1",
17
+ "quantity": 1,
18
+ "price_per_unit": 2000,
19
+ "total_price": 2000
20
+ },
21
+ {
22
+ "name": "Тест 2",
23
+ "quantity": 10,
24
+ "price_per_unit": 50,
25
+ "total_price": 500
26
+ }
27
+ ],
28
+ "total_amount": 2500.0
29
+ }
30
+ ],
31
  "first_name": "Morshen Group",
32
  "last_name": "",
33
  "username": "morshenkhan",