flpolprojects commited on
Commit
8f24de9
·
verified ·
1 Parent(s): 840177d

Update data 2025-06-21 11:40:34

Browse files
Files changed (1) hide show
  1. data.json +29 -1
data.json CHANGED
@@ -15,7 +15,35 @@
15
  "history": [],
16
  "debts": 0,
17
  "debt_history": [],
18
- "invoices": [],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19
  "combined_history": []
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  }
21
  }
 
15
  "history": [],
16
  "debts": 0,
17
  "debt_history": [],
18
+ "invoices": [
19
+ {
20
+ "id": "INV-1750484434784-798",
21
+ "date": "2025-06-21T11:40:34.784687+06:00",
22
+ "date_str": "2025-06-21 11:40:34",
23
+ "items": [
24
+ {
25
+ "name": "Тест 1",
26
+ "quantity": 20,
27
+ "price_per_unit": 100,
28
+ "total_price": 2000
29
+ }
30
+ ],
31
+ "grand_total": 2000.0
32
+ }
33
+ ],
34
  "combined_history": []
35
+ },
36
+ "organization_info": {
37
+ "name": "Название вашей организации",
38
+ "phones": [
39
+ "+996000123456"
40
+ ],
41
+ "address": "г. Бишкек, ул. Примерная, д.1",
42
+ "links": [
43
+ {
44
+ "label": "Наш сайт",
45
+ "url": "https://example.com"
46
+ }
47
+ ]
48
  }
49
  }