flpolprojects commited on
Commit
eb960b8
·
verified ·
1 Parent(s): 344b2b8

Update bonus data 2025-06-21 10:35:49

Browse files
Files changed (1) hide show
  1. data.json +22 -0
data.json CHANGED
@@ -178,6 +178,28 @@
178
  "date_str": "2025-06-19 05:32:41",
179
  "transaction_type": "debt"
180
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
181
  ]
182
  }
183
  }
 
178
  "date_str": "2025-06-19 05:32:41",
179
  "transaction_type": "debt"
180
  }
181
+ ],
182
+ "invoices": [
183
+ {
184
+ "id": "inv_1750480549510_918",
185
+ "date": "2025-06-21T10:35:49.510358+06:00",
186
+ "date_str": "2025-06-21 10:35:49",
187
+ "items": [
188
+ {
189
+ "name": "Тестовый",
190
+ "quantity": 1,
191
+ "price_per_unit": 3000,
192
+ "item_total": 3000
193
+ },
194
+ {
195
+ "name": "Тест 2",
196
+ "quantity": 25,
197
+ "price_per_unit": 300,
198
+ "item_total": 7500
199
+ }
200
+ ],
201
+ "total_amount": 10500.0
202
+ }
203
  ]
204
  }
205
  }