dao-treasury 0.0.47__cp312-cp312-win_amd64.whl → 0.0.64__cp312-cp312-win_amd64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (41) hide show
  1. dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json +526 -0
  2. dao_treasury/.grafana/provisioning/dashboards/breakdowns/Revenue.json +526 -0
  3. dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml +25 -1
  4. dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json +8 -8
  5. dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json +10 -9
  6. dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json +8 -35
  7. dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json +74 -33
  8. dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json +53 -23
  9. dao_treasury/.grafana/provisioning/dashboards/treasury/Current Treasury Assets.json +593 -0
  10. dao_treasury/.grafana/provisioning/dashboards/treasury/Historical Treasury Balances.json +2999 -0
  11. dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json +38 -17
  12. dao_treasury/_docker.cp312-win_amd64.pyd +0 -0
  13. dao_treasury/_docker.py +24 -20
  14. dao_treasury/_nicknames.cp312-win_amd64.pyd +0 -0
  15. dao_treasury/_wallet.cp312-win_amd64.pyd +0 -0
  16. dao_treasury/constants.cp312-win_amd64.pyd +0 -0
  17. dao_treasury/constants.py +2 -2
  18. dao_treasury/db.py +23 -3
  19. dao_treasury/docker-compose.yaml +1 -1
  20. dao_treasury/main.py +6 -0
  21. dao_treasury/sorting/__init__.cp312-win_amd64.pyd +0 -0
  22. dao_treasury/sorting/_matchers.cp312-win_amd64.pyd +0 -0
  23. dao_treasury/sorting/_rules.cp312-win_amd64.pyd +0 -0
  24. dao_treasury/sorting/factory.cp312-win_amd64.pyd +0 -0
  25. dao_treasury/sorting/rule.cp312-win_amd64.pyd +0 -0
  26. dao_treasury/sorting/rule.py +8 -10
  27. dao_treasury/sorting/rules/__init__.cp312-win_amd64.pyd +0 -0
  28. dao_treasury/sorting/rules/ignore/__init__.cp312-win_amd64.pyd +0 -0
  29. dao_treasury/sorting/rules/ignore/llamapay.cp312-win_amd64.pyd +0 -0
  30. dao_treasury/streams/__init__.cp312-win_amd64.pyd +0 -0
  31. dao_treasury/streams/llamapay.cp312-win_amd64.pyd +0 -0
  32. dao_treasury/types.cp312-win_amd64.pyd +0 -0
  33. {dao_treasury-0.0.47.dist-info → dao_treasury-0.0.64.dist-info}/METADATA +4 -3
  34. dao_treasury-0.0.64.dist-info/RECORD +54 -0
  35. dao_treasury-0.0.64.dist-info/top_level.txt +2 -0
  36. dao_treasury__mypyc.cp312-win_amd64.pyd +0 -0
  37. bf2b4fe1f86ad2ea158b__mypyc.cp312-win_amd64.pyd +0 -0
  38. dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json +0 -2018
  39. dao_treasury-0.0.47.dist-info/RECORD +0 -51
  40. dao_treasury-0.0.47.dist-info/top_level.txt +0 -2
  41. {dao_treasury-0.0.47.dist-info → dao_treasury-0.0.64.dist-info}/WHEEL +0 -0
@@ -18,12 +18,13 @@
18
18
  "editable": true,
19
19
  "fiscalYearStartMonth": 0,
20
20
  "graphTooltip": 1,
21
+ "id": 5,
21
22
  "links": [],
22
- "liveNow": false,
23
23
  "panels": [
24
24
  {
25
25
  "datasource": "SQLite",
26
26
  "fieldConfig": {
27
+ "unit": "currencyUSD",
27
28
  "defaults": {
28
29
  "color": {
29
30
  "mode": "thresholds"
@@ -34,7 +35,7 @@
34
35
  "steps": [
35
36
  {
36
37
  "color": "green",
37
- "value": null
38
+ "value": 0
38
39
  },
39
40
  {
40
41
  "color": "red",
@@ -57,6 +58,7 @@
57
58
  "graphMode": "area",
58
59
  "justifyMode": "auto",
59
60
  "orientation": "auto",
61
+ "percentChangeColorMode": "standard",
60
62
  "reduceOptions": {
61
63
  "calcs": [
62
64
  "lastNotNull"
@@ -64,9 +66,11 @@
64
66
  "fields": "",
65
67
  "values": false
66
68
  },
67
- "textMode": "auto"
69
+ "showPercentChange": false,
70
+ "textMode": "auto",
71
+ "wideLayout": true
68
72
  },
69
- "pluginVersion": "10.2.0",
73
+ "pluginVersion": "12.1.1",
70
74
  "targets": [
71
75
  {
72
76
  "datasource": "SQLite",
@@ -86,6 +90,7 @@
86
90
  {
87
91
  "datasource": "SQLite",
88
92
  "fieldConfig": {
93
+ "unit": "currencyUSD",
89
94
  "defaults": {
90
95
  "color": {
91
96
  "mode": "thresholds"
@@ -96,7 +101,7 @@
96
101
  "steps": [
97
102
  {
98
103
  "color": "green",
99
- "value": null
104
+ "value": 0
100
105
  },
101
106
  {
102
107
  "color": "red",
@@ -119,6 +124,7 @@
119
124
  "graphMode": "area",
120
125
  "justifyMode": "auto",
121
126
  "orientation": "auto",
127
+ "percentChangeColorMode": "standard",
122
128
  "reduceOptions": {
123
129
  "calcs": [
124
130
  "lastNotNull"
@@ -126,9 +132,11 @@
126
132
  "fields": "",
127
133
  "values": false
128
134
  },
129
- "textMode": "auto"
135
+ "showPercentChange": false,
136
+ "textMode": "auto",
137
+ "wideLayout": true
130
138
  },
131
- "pluginVersion": "10.2.0",
139
+ "pluginVersion": "12.1.1",
132
140
  "targets": [
133
141
  {
134
142
  "datasource": "SQLite",
@@ -148,6 +156,7 @@
148
156
  {
149
157
  "datasource": "SQLite",
150
158
  "fieldConfig": {
159
+ "unit": "currencyUSD",
151
160
  "defaults": {
152
161
  "color": {
153
162
  "mode": "thresholds"
@@ -158,7 +167,7 @@
158
167
  "steps": [
159
168
  {
160
169
  "color": "green",
161
- "value": null
170
+ "value": 0
162
171
  },
163
172
  {
164
173
  "color": "red",
@@ -181,6 +190,7 @@
181
190
  "graphMode": "area",
182
191
  "justifyMode": "auto",
183
192
  "orientation": "auto",
193
+ "percentChangeColorMode": "standard",
184
194
  "reduceOptions": {
185
195
  "calcs": [
186
196
  "lastNotNull"
@@ -188,9 +198,11 @@
188
198
  "fields": "",
189
199
  "values": false
190
200
  },
191
- "textMode": "auto"
201
+ "showPercentChange": false,
202
+ "textMode": "auto",
203
+ "wideLayout": true
192
204
  },
193
- "pluginVersion": "10.2.0",
205
+ "pluginVersion": "12.1.1",
194
206
  "targets": [
195
207
  {
196
208
  "datasource": "SQLite",
@@ -210,6 +222,7 @@
210
222
  {
211
223
  "datasource": "SQLite",
212
224
  "fieldConfig": {
225
+ "unit": "currencyUSD",
213
226
  "defaults": {
214
227
  "color": {
215
228
  "mode": "thresholds"
@@ -220,7 +233,7 @@
220
233
  "steps": [
221
234
  {
222
235
  "color": "green",
223
- "value": null
236
+ "value": 0
224
237
  },
225
238
  {
226
239
  "color": "red",
@@ -243,6 +256,7 @@
243
256
  "graphMode": "area",
244
257
  "justifyMode": "auto",
245
258
  "orientation": "auto",
259
+ "percentChangeColorMode": "standard",
246
260
  "reduceOptions": {
247
261
  "calcs": [
248
262
  "lastNotNull"
@@ -250,9 +264,11 @@
250
264
  "fields": "",
251
265
  "values": false
252
266
  },
253
- "textMode": "auto"
267
+ "showPercentChange": false,
268
+ "textMode": "auto",
269
+ "wideLayout": true
254
270
  },
255
- "pluginVersion": "10.2.0",
271
+ "pluginVersion": "12.1.1",
256
272
  "targets": [
257
273
  {
258
274
  "datasource": "SQLite",
@@ -272,6 +288,7 @@
272
288
  {
273
289
  "datasource": "SQLite",
274
290
  "fieldConfig": {
291
+ "unit": "currencyUSD",
275
292
  "defaults": {
276
293
  "color": {
277
294
  "mode": "thresholds"
@@ -282,7 +299,7 @@
282
299
  "steps": [
283
300
  {
284
301
  "color": "green",
285
- "value": null
302
+ "value": 0
286
303
  },
287
304
  {
288
305
  "color": "red",
@@ -305,6 +322,7 @@
305
322
  "graphMode": "area",
306
323
  "justifyMode": "auto",
307
324
  "orientation": "auto",
325
+ "percentChangeColorMode": "standard",
308
326
  "reduceOptions": {
309
327
  "calcs": [
310
328
  "lastNotNull"
@@ -312,9 +330,11 @@
312
330
  "fields": "",
313
331
  "values": false
314
332
  },
315
- "textMode": "auto"
333
+ "showPercentChange": false,
334
+ "textMode": "auto",
335
+ "wideLayout": true
316
336
  },
317
- "pluginVersion": "10.2.0",
337
+ "pluginVersion": "12.1.1",
318
338
  "targets": [
319
339
  {
320
340
  "datasource": "SQLite",
@@ -335,6 +355,7 @@
335
355
  "datasource": "SQLite",
336
356
  "description": "",
337
357
  "fieldConfig": {
358
+ "unit": "currencyUSD",
338
359
  "defaults": {
339
360
  "color": {
340
361
  "mode": "thresholds"
@@ -345,7 +366,7 @@
345
366
  "steps": [
346
367
  {
347
368
  "color": "green",
348
- "value": null
369
+ "value": 0
349
370
  },
350
371
  {
351
372
  "color": "red",
@@ -368,6 +389,7 @@
368
389
  "graphMode": "area",
369
390
  "justifyMode": "auto",
370
391
  "orientation": "auto",
392
+ "percentChangeColorMode": "standard",
371
393
  "reduceOptions": {
372
394
  "calcs": [
373
395
  "lastNotNull"
@@ -375,9 +397,11 @@
375
397
  "fields": "",
376
398
  "values": false
377
399
  },
378
- "textMode": "auto"
400
+ "showPercentChange": false,
401
+ "textMode": "auto",
402
+ "wideLayout": true
379
403
  },
380
- "pluginVersion": "10.2.0",
404
+ "pluginVersion": "12.1.1",
381
405
  "targets": [
382
406
  {
383
407
  "datasource": "SQLite",
@@ -398,6 +422,7 @@
398
422
  "datasource": "SQLite",
399
423
  "description": "",
400
424
  "fieldConfig": {
425
+ "unit": "currencyUSD",
401
426
  "defaults": {
402
427
  "color": {
403
428
  "mode": "palette-classic"
@@ -409,6 +434,7 @@
409
434
  "axisLabel": "",
410
435
  "axisPlacement": "auto",
411
436
  "barAlignment": 0,
437
+ "barWidthFactor": 0.6,
412
438
  "drawStyle": "bars",
413
439
  "fillOpacity": 70,
414
440
  "gradientMode": "none",
@@ -440,7 +466,7 @@
440
466
  "steps": [
441
467
  {
442
468
  "color": "green",
443
- "value": null
469
+ "value": 0
444
470
  },
445
471
  {
446
472
  "color": "red",
@@ -490,10 +516,12 @@
490
516
  "showLegend": true
491
517
  },
492
518
  "tooltip": {
519
+ "hideZeros": false,
493
520
  "mode": "single",
494
521
  "sort": "none"
495
522
  }
496
523
  },
524
+ "pluginVersion": "12.1.1",
497
525
  "targets": [
498
526
  {
499
527
  "datasource": "SQLite",
@@ -522,6 +550,7 @@
522
550
  "options": {
523
551
  "conversions": [
524
552
  {
553
+ "dateFormat": "YYYY-WW",
525
554
  "destinationType": "time",
526
555
  "targetField": "timestamp"
527
556
  }
@@ -596,8 +625,9 @@
596
625
  "type": "timeseries"
597
626
  }
598
627
  ],
628
+ "preload": false,
599
629
  "refresh": "",
600
- "schemaVersion": 38,
630
+ "schemaVersion": 41,
601
631
  "tags": [],
602
632
  "templating": {
603
633
  "list": []
@@ -609,7 +639,7 @@
609
639
  "timepicker": {},
610
640
  "timezone": "",
611
641
  "title": "Total Cashflow Summary",
642
+ "description": "Shows all sorted cashflows, including Revenue, Cost of Revenue, Expenses, Other Income, and Other Expense, but omits transactions pending categorization. Useful for analyzing the DAO's complete sorted financial flows.",
612
643
  "uid": "7e2b1c8a-4e2d-4b7a-9c1a-2f8e6b7d9c3f",
613
- "version": 1,
614
- "weekStart": ""
644
+ "version": 5
615
645
  }