dao-treasury 0.0.52__cp310-cp310-win32.whl → 0.0.54__cp310-cp310-win32.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.

Potentially problematic release.


This version of dao-treasury might be problematic. Click here for more details.

Files changed (25) hide show
  1. bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd +0 -0
  2. dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json +507 -0
  3. dao_treasury/.grafana/provisioning/dashboards/breakdowns/Revenue.json +507 -0
  4. dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json +4 -4
  5. dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json +1 -0
  6. dao_treasury/_docker.cp310-win32.pyd +0 -0
  7. dao_treasury/_nicknames.cp310-win32.pyd +0 -0
  8. dao_treasury/_wallet.cp310-win32.pyd +0 -0
  9. dao_treasury/constants.cp310-win32.pyd +0 -0
  10. dao_treasury/docker-compose.yaml +1 -1
  11. dao_treasury/sorting/__init__.cp310-win32.pyd +0 -0
  12. dao_treasury/sorting/_matchers.cp310-win32.pyd +0 -0
  13. dao_treasury/sorting/_rules.cp310-win32.pyd +0 -0
  14. dao_treasury/sorting/factory.cp310-win32.pyd +0 -0
  15. dao_treasury/sorting/rule.cp310-win32.pyd +0 -0
  16. dao_treasury/sorting/rules/__init__.cp310-win32.pyd +0 -0
  17. dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd +0 -0
  18. dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd +0 -0
  19. dao_treasury/streams/__init__.cp310-win32.pyd +0 -0
  20. dao_treasury/streams/llamapay.cp310-win32.pyd +0 -0
  21. dao_treasury/types.cp310-win32.pyd +0 -0
  22. {dao_treasury-0.0.52.dist-info → dao_treasury-0.0.54.dist-info}/METADATA +1 -1
  23. {dao_treasury-0.0.52.dist-info → dao_treasury-0.0.54.dist-info}/RECORD +25 -23
  24. {dao_treasury-0.0.52.dist-info → dao_treasury-0.0.54.dist-info}/WHEEL +0 -0
  25. {dao_treasury-0.0.52.dist-info → dao_treasury-0.0.54.dist-info}/top_level.txt +0 -0
Binary file
@@ -0,0 +1,507 @@
1
+ {
2
+ "annotations": {
3
+ "list": [
4
+ {
5
+ "builtIn": 1,
6
+ "datasource": {
7
+ "type": "grafana",
8
+ "uid": "-- Grafana --"
9
+ },
10
+ "enable": true,
11
+ "hide": true,
12
+ "iconColor": "rgba(0, 211, 255, 1)",
13
+ "name": "Annotations & Alerts",
14
+ "type": "dashboard"
15
+ }
16
+ ]
17
+ },
18
+ "description": "Shows a breakdown of expenses over time.",
19
+ "editable": true,
20
+ "fiscalYearStartMonth": 0,
21
+ "graphTooltip": 1,
22
+ "id": 5,
23
+ "links": [],
24
+ "panels": [
25
+ {
26
+ "datasource": "SQLite",
27
+ "fieldConfig": {
28
+ "defaults": {
29
+ "color": {
30
+ "mode": "thresholds"
31
+ },
32
+ "mappings": [],
33
+ "thresholds": {
34
+ "mode": "absolute",
35
+ "steps": [
36
+ {
37
+ "color": "green",
38
+ "value": 0
39
+ },
40
+ {
41
+ "color": "red",
42
+ "value": 80
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ "overrides": []
48
+ },
49
+ "gridPos": {
50
+ "h": 4,
51
+ "w": 6,
52
+ "x": 0,
53
+ "y": 0
54
+ },
55
+ "id": 1,
56
+ "options": {
57
+ "colorMode": "value",
58
+ "graphMode": "area",
59
+ "justifyMode": "auto",
60
+ "orientation": "auto",
61
+ "percentChangeColorMode": "standard",
62
+ "reduceOptions": {
63
+ "calcs": [
64
+ "lastNotNull"
65
+ ],
66
+ "fields": "",
67
+ "values": false
68
+ },
69
+ "showPercentChange": false,
70
+ "textMode": "auto",
71
+ "wideLayout": true
72
+ },
73
+ "pluginVersion": "12.2.0",
74
+ "targets": [
75
+ {
76
+ "datasource": "SQLite",
77
+ "queryText": "SELECT SUM(t.value_usd) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
78
+ "queryType": "table",
79
+ "rawQueryText": "SELECT SUM(t.value_usd) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
80
+ "refId": "A",
81
+ "timeColumns": [
82
+ "time",
83
+ "ts"
84
+ ]
85
+ }
86
+ ],
87
+ "title": "Total Expenses",
88
+ "type": "stat"
89
+ },
90
+ {
91
+ "datasource": "SQLite",
92
+ "fieldConfig": {
93
+ "defaults": {
94
+ "color": {
95
+ "mode": "thresholds"
96
+ },
97
+ "mappings": [],
98
+ "thresholds": {
99
+ "mode": "absolute",
100
+ "steps": [
101
+ {
102
+ "color": "green",
103
+ "value": 0
104
+ },
105
+ {
106
+ "color": "red",
107
+ "value": 80
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ "overrides": []
113
+ },
114
+ "gridPos": {
115
+ "h": 4,
116
+ "w": 6,
117
+ "x": 6,
118
+ "y": 0
119
+ },
120
+ "id": 4,
121
+ "options": {
122
+ "colorMode": "value",
123
+ "graphMode": "area",
124
+ "justifyMode": "auto",
125
+ "orientation": "auto",
126
+ "percentChangeColorMode": "standard",
127
+ "reduceOptions": {
128
+ "calcs": [
129
+ "lastNotNull"
130
+ ],
131
+ "fields": "",
132
+ "values": false
133
+ },
134
+ "showPercentChange": false,
135
+ "textMode": "auto",
136
+ "wideLayout": true
137
+ },
138
+ "pluginVersion": "12.2.0",
139
+ "targets": [
140
+ {
141
+ "datasource": "SQLite",
142
+ "queryText": "SELECT SUM(t.value_usd) / (((1760217520685 - 1744406320685) / 1000.0 / 60 / 60 / 24 / 30.436875)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= 1744406320685/1000 AND t.timestamp <= 1760217520685/1000",
143
+ "queryType": "table",
144
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 30.436875)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
145
+ "refId": "A",
146
+ "timeColumns": [
147
+ "time",
148
+ "ts"
149
+ ]
150
+ }
151
+ ],
152
+ "title": "Monthly Expenses",
153
+ "type": "stat"
154
+ },
155
+ {
156
+ "datasource": "SQLite",
157
+ "fieldConfig": {
158
+ "defaults": {
159
+ "color": {
160
+ "mode": "thresholds"
161
+ },
162
+ "mappings": [],
163
+ "thresholds": {
164
+ "mode": "absolute",
165
+ "steps": [
166
+ {
167
+ "color": "green",
168
+ "value": 0
169
+ },
170
+ {
171
+ "color": "red",
172
+ "value": 80
173
+ }
174
+ ]
175
+ }
176
+ },
177
+ "overrides": []
178
+ },
179
+ "gridPos": {
180
+ "h": 4,
181
+ "w": 6,
182
+ "x": 12,
183
+ "y": 0
184
+ },
185
+ "id": 2,
186
+ "options": {
187
+ "colorMode": "value",
188
+ "graphMode": "area",
189
+ "justifyMode": "auto",
190
+ "orientation": "auto",
191
+ "percentChangeColorMode": "standard",
192
+ "reduceOptions": {
193
+ "calcs": [
194
+ "lastNotNull"
195
+ ],
196
+ "fields": "",
197
+ "values": false
198
+ },
199
+ "showPercentChange": false,
200
+ "textMode": "auto",
201
+ "wideLayout": true
202
+ },
203
+ "pluginVersion": "12.2.0",
204
+ "targets": [
205
+ {
206
+ "datasource": "SQLite",
207
+ "queryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 7)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
208
+ "queryType": "table",
209
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 7)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
210
+ "refId": "A",
211
+ "timeColumns": [
212
+ "time",
213
+ "ts"
214
+ ]
215
+ }
216
+ ],
217
+ "title": "Weekly Expenses",
218
+ "type": "stat"
219
+ },
220
+ {
221
+ "datasource": "SQLite",
222
+ "fieldConfig": {
223
+ "defaults": {
224
+ "color": {
225
+ "mode": "thresholds"
226
+ },
227
+ "mappings": [],
228
+ "thresholds": {
229
+ "mode": "absolute",
230
+ "steps": [
231
+ {
232
+ "color": "green",
233
+ "value": 0
234
+ },
235
+ {
236
+ "color": "red",
237
+ "value": 80
238
+ }
239
+ ]
240
+ }
241
+ },
242
+ "overrides": []
243
+ },
244
+ "gridPos": {
245
+ "h": 4,
246
+ "w": 6,
247
+ "x": 18,
248
+ "y": 0
249
+ },
250
+ "id": 3,
251
+ "options": {
252
+ "colorMode": "value",
253
+ "graphMode": "area",
254
+ "justifyMode": "auto",
255
+ "orientation": "auto",
256
+ "percentChangeColorMode": "standard",
257
+ "reduceOptions": {
258
+ "calcs": [
259
+ "lastNotNull"
260
+ ],
261
+ "fields": "",
262
+ "values": false
263
+ },
264
+ "showPercentChange": false,
265
+ "textMode": "auto",
266
+ "wideLayout": true
267
+ },
268
+ "pluginVersion": "12.2.0",
269
+ "targets": [
270
+ {
271
+ "datasource": "SQLite",
272
+ "queryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
273
+ "queryType": "table",
274
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
275
+ "refId": "A",
276
+ "timeColumns": [
277
+ "time",
278
+ "ts"
279
+ ]
280
+ }
281
+ ],
282
+ "title": "Daily Expenses",
283
+ "type": "stat"
284
+ },
285
+ {
286
+ "datasource": "SQLite",
287
+ "description": "",
288
+ "fieldConfig": {
289
+ "defaults": {
290
+ "color": {
291
+ "mode": "palette-classic"
292
+ },
293
+ "custom": {
294
+ "axisBorderShow": false,
295
+ "axisCenteredZero": false,
296
+ "axisColorMode": "text",
297
+ "axisLabel": "",
298
+ "axisPlacement": "auto",
299
+ "barAlignment": 0,
300
+ "barWidthFactor": 0.6,
301
+ "drawStyle": "bars",
302
+ "fillOpacity": 70,
303
+ "gradientMode": "none",
304
+ "hideFrom": {
305
+ "legend": false,
306
+ "tooltip": false,
307
+ "viz": false
308
+ },
309
+ "insertNulls": false,
310
+ "lineInterpolation": "linear",
311
+ "lineWidth": 1,
312
+ "pointSize": 5,
313
+ "scaleDistribution": {
314
+ "type": "linear"
315
+ },
316
+ "showPoints": "auto",
317
+ "showValues": false,
318
+ "spanNulls": false,
319
+ "stacking": {
320
+ "group": "A",
321
+ "mode": "normal"
322
+ },
323
+ "thresholdsStyle": {
324
+ "mode": "off"
325
+ }
326
+ },
327
+ "mappings": [],
328
+ "thresholds": {
329
+ "mode": "absolute",
330
+ "steps": [
331
+ {
332
+ "color": "green",
333
+ "value": 0
334
+ },
335
+ {
336
+ "color": "red",
337
+ "value": 80
338
+ }
339
+ ]
340
+ }
341
+ },
342
+ "overrides": [
343
+ {
344
+ "matcher": {
345
+ "id": "byName",
346
+ "options": "Net (sum)"
347
+ },
348
+ "properties": [
349
+ {
350
+ "id": "custom.drawStyle",
351
+ "value": "line"
352
+ },
353
+ {
354
+ "id": "custom.stacking",
355
+ "value": {
356
+ "group": "A",
357
+ "mode": "none"
358
+ }
359
+ },
360
+ {
361
+ "id": "custom.fillOpacity",
362
+ "value": 19
363
+ }
364
+ ]
365
+ }
366
+ ]
367
+ },
368
+ "gridPos": {
369
+ "h": 12,
370
+ "w": 24,
371
+ "x": 0,
372
+ "y": 4
373
+ },
374
+ "id": 11,
375
+ "options": {
376
+ "legend": {
377
+ "calcs": [],
378
+ "displayMode": "list",
379
+ "placement": "bottom",
380
+ "showLegend": true
381
+ },
382
+ "tooltip": {
383
+ "hideZeros": false,
384
+ "mode": "single",
385
+ "sort": "none"
386
+ }
387
+ },
388
+ "pluginVersion": "12.2.0",
389
+ "targets": [
390
+ {
391
+ "datasource": "SQLite",
392
+ "queryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') THEN t.value_usd ELSE 0 END) AS \"Total Expenses\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
393
+ "queryType": "table",
394
+ "rawQueryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Cost of Revenue', 'Expenses', 'Other Expense') THEN t.value_usd ELSE 0 END) AS \"Total Expenses\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
395
+ "refId": "A",
396
+ "timeColumns": [
397
+ "timestamp"
398
+ ]
399
+ }
400
+ ],
401
+ "title": "Weekly Cashflow",
402
+ "transformations": [
403
+ {
404
+ "id": "formatTime",
405
+ "options": {
406
+ "outputFormat": "YYYY-WW",
407
+ "timeField": "timestamp",
408
+ "timezone": "browser",
409
+ "useTimezone": true
410
+ }
411
+ },
412
+ {
413
+ "id": "convertFieldType",
414
+ "options": {
415
+ "conversions": [
416
+ {
417
+ "dateFormat": "YYYY-WW",
418
+ "destinationType": "time",
419
+ "targetField": "timestamp"
420
+ }
421
+ ],
422
+ "fields": {}
423
+ }
424
+ },
425
+ {
426
+ "id": "groupBy",
427
+ "options": {
428
+ "fields": {
429
+ "Cost of Revenue": {
430
+ "aggregations": [
431
+ "sum"
432
+ ],
433
+ "operation": "aggregate"
434
+ },
435
+ "Expenses": {
436
+ "aggregations": [
437
+ "sum"
438
+ ],
439
+ "operation": "aggregate"
440
+ },
441
+ "Net": {
442
+ "aggregations": [
443
+ "sum"
444
+ ],
445
+ "operation": "aggregate"
446
+ },
447
+ "Other Expenses": {
448
+ "aggregations": [
449
+ "sum"
450
+ ],
451
+ "operation": "aggregate"
452
+ },
453
+ "Other Income": {
454
+ "aggregations": [
455
+ "sum"
456
+ ],
457
+ "operation": "aggregate"
458
+ },
459
+ "Revenue": {
460
+ "aggregations": [
461
+ "sum"
462
+ ],
463
+ "operation": "aggregate"
464
+ },
465
+ "Timestamp": {
466
+ "aggregations": [],
467
+ "operation": "groupby"
468
+ },
469
+ "Total Expenses": {
470
+ "aggregations": [
471
+ "sum"
472
+ ],
473
+ "operation": "aggregate"
474
+ },
475
+ "Total Revenue": {
476
+ "aggregations": [
477
+ "sum"
478
+ ],
479
+ "operation": "aggregate"
480
+ },
481
+ "timestamp": {
482
+ "aggregations": [],
483
+ "operation": "groupby"
484
+ }
485
+ }
486
+ }
487
+ }
488
+ ],
489
+ "type": "timeseries"
490
+ }
491
+ ],
492
+ "preload": false,
493
+ "refresh": "",
494
+ "schemaVersion": 42,
495
+ "tags": [],
496
+ "templating": {
497
+ "list": []
498
+ },
499
+ "time": {
500
+ "from": "now-6M",
501
+ "to": "now"
502
+ },
503
+ "timepicker": {},
504
+ "timezone": "",
505
+ "title": "Expenses Over Time",
506
+ "version": 1
507
+ }
@@ -0,0 +1,507 @@
1
+ {
2
+ "annotations": {
3
+ "list": [
4
+ {
5
+ "builtIn": 1,
6
+ "datasource": {
7
+ "type": "grafana",
8
+ "uid": "-- Grafana --"
9
+ },
10
+ "enable": true,
11
+ "hide": true,
12
+ "iconColor": "rgba(0, 211, 255, 1)",
13
+ "name": "Annotations & Alerts",
14
+ "type": "dashboard"
15
+ }
16
+ ]
17
+ },
18
+ "description": "Shows a breakdown of expenses over time.",
19
+ "editable": true,
20
+ "fiscalYearStartMonth": 0,
21
+ "graphTooltip": 1,
22
+ "id": 5,
23
+ "links": [],
24
+ "panels": [
25
+ {
26
+ "datasource": "SQLite",
27
+ "fieldConfig": {
28
+ "defaults": {
29
+ "color": {
30
+ "mode": "thresholds"
31
+ },
32
+ "mappings": [],
33
+ "thresholds": {
34
+ "mode": "absolute",
35
+ "steps": [
36
+ {
37
+ "color": "green",
38
+ "value": 0
39
+ },
40
+ {
41
+ "color": "red",
42
+ "value": 80
43
+ }
44
+ ]
45
+ }
46
+ },
47
+ "overrides": []
48
+ },
49
+ "gridPos": {
50
+ "h": 4,
51
+ "w": 6,
52
+ "x": 0,
53
+ "y": 0
54
+ },
55
+ "id": 1,
56
+ "options": {
57
+ "colorMode": "value",
58
+ "graphMode": "area",
59
+ "justifyMode": "auto",
60
+ "orientation": "auto",
61
+ "percentChangeColorMode": "standard",
62
+ "reduceOptions": {
63
+ "calcs": [
64
+ "lastNotNull"
65
+ ],
66
+ "fields": "",
67
+ "values": false
68
+ },
69
+ "showPercentChange": false,
70
+ "textMode": "auto",
71
+ "wideLayout": true
72
+ },
73
+ "pluginVersion": "12.2.0",
74
+ "targets": [
75
+ {
76
+ "datasource": "SQLite",
77
+ "queryText": "SELECT SUM(t.value_usd) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
78
+ "queryType": "table",
79
+ "rawQueryText": "SELECT SUM(t.value_usd) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
80
+ "refId": "A",
81
+ "timeColumns": [
82
+ "time",
83
+ "ts"
84
+ ]
85
+ }
86
+ ],
87
+ "title": "Total Revenue",
88
+ "type": "stat"
89
+ },
90
+ {
91
+ "datasource": "SQLite",
92
+ "fieldConfig": {
93
+ "defaults": {
94
+ "color": {
95
+ "mode": "thresholds"
96
+ },
97
+ "mappings": [],
98
+ "thresholds": {
99
+ "mode": "absolute",
100
+ "steps": [
101
+ {
102
+ "color": "green",
103
+ "value": 0
104
+ },
105
+ {
106
+ "color": "red",
107
+ "value": 80
108
+ }
109
+ ]
110
+ }
111
+ },
112
+ "overrides": []
113
+ },
114
+ "gridPos": {
115
+ "h": 4,
116
+ "w": 6,
117
+ "x": 6,
118
+ "y": 0
119
+ },
120
+ "id": 4,
121
+ "options": {
122
+ "colorMode": "value",
123
+ "graphMode": "area",
124
+ "justifyMode": "auto",
125
+ "orientation": "auto",
126
+ "percentChangeColorMode": "standard",
127
+ "reduceOptions": {
128
+ "calcs": [
129
+ "lastNotNull"
130
+ ],
131
+ "fields": "",
132
+ "values": false
133
+ },
134
+ "showPercentChange": false,
135
+ "textMode": "auto",
136
+ "wideLayout": true
137
+ },
138
+ "pluginVersion": "12.2.0",
139
+ "targets": [
140
+ {
141
+ "datasource": "SQLite",
142
+ "queryText": "SELECT SUM(t.value_usd) / (((1760217520685 - 1744406320685) / 1000.0 / 60 / 60 / 24 / 30.436875)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= 1744406320685/1000 AND t.timestamp <= 1760217520685/1000",
143
+ "queryType": "table",
144
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 30.436875)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
145
+ "refId": "A",
146
+ "timeColumns": [
147
+ "time",
148
+ "ts"
149
+ ]
150
+ }
151
+ ],
152
+ "title": "Monthly Revenue",
153
+ "type": "stat"
154
+ },
155
+ {
156
+ "datasource": "SQLite",
157
+ "fieldConfig": {
158
+ "defaults": {
159
+ "color": {
160
+ "mode": "thresholds"
161
+ },
162
+ "mappings": [],
163
+ "thresholds": {
164
+ "mode": "absolute",
165
+ "steps": [
166
+ {
167
+ "color": "green",
168
+ "value": 0
169
+ },
170
+ {
171
+ "color": "red",
172
+ "value": 80
173
+ }
174
+ ]
175
+ }
176
+ },
177
+ "overrides": []
178
+ },
179
+ "gridPos": {
180
+ "h": 4,
181
+ "w": 6,
182
+ "x": 12,
183
+ "y": 0
184
+ },
185
+ "id": 2,
186
+ "options": {
187
+ "colorMode": "value",
188
+ "graphMode": "area",
189
+ "justifyMode": "auto",
190
+ "orientation": "auto",
191
+ "percentChangeColorMode": "standard",
192
+ "reduceOptions": {
193
+ "calcs": [
194
+ "lastNotNull"
195
+ ],
196
+ "fields": "",
197
+ "values": false
198
+ },
199
+ "showPercentChange": false,
200
+ "textMode": "auto",
201
+ "wideLayout": true
202
+ },
203
+ "pluginVersion": "12.2.0",
204
+ "targets": [
205
+ {
206
+ "datasource": "SQLite",
207
+ "queryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 7)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
208
+ "queryType": "table",
209
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24 / 7)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
210
+ "refId": "A",
211
+ "timeColumns": [
212
+ "time",
213
+ "ts"
214
+ ]
215
+ }
216
+ ],
217
+ "title": "Weekly Revenue",
218
+ "type": "stat"
219
+ },
220
+ {
221
+ "datasource": "SQLite",
222
+ "fieldConfig": {
223
+ "defaults": {
224
+ "color": {
225
+ "mode": "thresholds"
226
+ },
227
+ "mappings": [],
228
+ "thresholds": {
229
+ "mode": "absolute",
230
+ "steps": [
231
+ {
232
+ "color": "green",
233
+ "value": 0
234
+ },
235
+ {
236
+ "color": "red",
237
+ "value": 80
238
+ }
239
+ ]
240
+ }
241
+ },
242
+ "overrides": []
243
+ },
244
+ "gridPos": {
245
+ "h": 4,
246
+ "w": 6,
247
+ "x": 18,
248
+ "y": 0
249
+ },
250
+ "id": 3,
251
+ "options": {
252
+ "colorMode": "value",
253
+ "graphMode": "area",
254
+ "justifyMode": "auto",
255
+ "orientation": "auto",
256
+ "percentChangeColorMode": "standard",
257
+ "reduceOptions": {
258
+ "calcs": [
259
+ "lastNotNull"
260
+ ],
261
+ "fields": "",
262
+ "values": false
263
+ },
264
+ "showPercentChange": false,
265
+ "textMode": "auto",
266
+ "wideLayout": true
267
+ },
268
+ "pluginVersion": "12.2.0",
269
+ "targets": [
270
+ {
271
+ "datasource": "SQLite",
272
+ "queryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
273
+ "queryType": "table",
274
+ "rawQueryText": "SELECT SUM(t.value_usd) / ((($__to - $__from) / 1000.0 / 60 / 60 / 24)) AS total_revenue FROM general_ledger t JOIN txgroup_hierarchy gh USING (txgroup_id) WHERE gh.top_category = 'Revenue' AND t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000",
275
+ "refId": "A",
276
+ "timeColumns": [
277
+ "time",
278
+ "ts"
279
+ ]
280
+ }
281
+ ],
282
+ "title": "Daily Revenue",
283
+ "type": "stat"
284
+ },
285
+ {
286
+ "datasource": "SQLite",
287
+ "description": "",
288
+ "fieldConfig": {
289
+ "defaults": {
290
+ "color": {
291
+ "mode": "palette-classic"
292
+ },
293
+ "custom": {
294
+ "axisBorderShow": false,
295
+ "axisCenteredZero": false,
296
+ "axisColorMode": "text",
297
+ "axisLabel": "",
298
+ "axisPlacement": "auto",
299
+ "barAlignment": 0,
300
+ "barWidthFactor": 0.6,
301
+ "drawStyle": "bars",
302
+ "fillOpacity": 70,
303
+ "gradientMode": "none",
304
+ "hideFrom": {
305
+ "legend": false,
306
+ "tooltip": false,
307
+ "viz": false
308
+ },
309
+ "insertNulls": false,
310
+ "lineInterpolation": "linear",
311
+ "lineWidth": 1,
312
+ "pointSize": 5,
313
+ "scaleDistribution": {
314
+ "type": "linear"
315
+ },
316
+ "showPoints": "auto",
317
+ "showValues": false,
318
+ "spanNulls": false,
319
+ "stacking": {
320
+ "group": "A",
321
+ "mode": "normal"
322
+ },
323
+ "thresholdsStyle": {
324
+ "mode": "off"
325
+ }
326
+ },
327
+ "mappings": [],
328
+ "thresholds": {
329
+ "mode": "absolute",
330
+ "steps": [
331
+ {
332
+ "color": "green",
333
+ "value": 0
334
+ },
335
+ {
336
+ "color": "red",
337
+ "value": 80
338
+ }
339
+ ]
340
+ }
341
+ },
342
+ "overrides": [
343
+ {
344
+ "matcher": {
345
+ "id": "byName",
346
+ "options": "Net (sum)"
347
+ },
348
+ "properties": [
349
+ {
350
+ "id": "custom.drawStyle",
351
+ "value": "line"
352
+ },
353
+ {
354
+ "id": "custom.stacking",
355
+ "value": {
356
+ "group": "A",
357
+ "mode": "none"
358
+ }
359
+ },
360
+ {
361
+ "id": "custom.fillOpacity",
362
+ "value": 19
363
+ }
364
+ ]
365
+ }
366
+ ]
367
+ },
368
+ "gridPos": {
369
+ "h": 12,
370
+ "w": 24,
371
+ "x": 0,
372
+ "y": 4
373
+ },
374
+ "id": 11,
375
+ "options": {
376
+ "legend": {
377
+ "calcs": [],
378
+ "displayMode": "list",
379
+ "placement": "bottom",
380
+ "showLegend": true
381
+ },
382
+ "tooltip": {
383
+ "hideZeros": false,
384
+ "mode": "single",
385
+ "sort": "none"
386
+ }
387
+ },
388
+ "pluginVersion": "12.2.0",
389
+ "targets": [
390
+ {
391
+ "datasource": "SQLite",
392
+ "queryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income') THEN t.value_usd ELSE 0 END) AS \"Total Revenue\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
393
+ "queryType": "table",
394
+ "rawQueryText": "SELECT t.timestamp, SUM(CASE WHEN gh.top_category in ('Revenue', 'Other Income') THEN t.value_usd ELSE 0 END) AS \"Total Revenue\" FROM general_ledger AS t JOIN txgroup_hierarchy gh ON t.txgroup_id = gh.txgroup_id WHERE t.timestamp >= $__from/1000 AND t.timestamp <= $__to/1000 GROUP BY timestamp ORDER BY timestamp;",
395
+ "refId": "A",
396
+ "timeColumns": [
397
+ "timestamp"
398
+ ]
399
+ }
400
+ ],
401
+ "title": "Weekly Cashflow",
402
+ "transformations": [
403
+ {
404
+ "id": "formatTime",
405
+ "options": {
406
+ "outputFormat": "YYYY-WW",
407
+ "timeField": "timestamp",
408
+ "timezone": "browser",
409
+ "useTimezone": true
410
+ }
411
+ },
412
+ {
413
+ "id": "convertFieldType",
414
+ "options": {
415
+ "conversions": [
416
+ {
417
+ "dateFormat": "YYYY-WW",
418
+ "destinationType": "time",
419
+ "targetField": "timestamp"
420
+ }
421
+ ],
422
+ "fields": {}
423
+ }
424
+ },
425
+ {
426
+ "id": "groupBy",
427
+ "options": {
428
+ "fields": {
429
+ "Cost of Revenue": {
430
+ "aggregations": [
431
+ "sum"
432
+ ],
433
+ "operation": "aggregate"
434
+ },
435
+ "Expenses": {
436
+ "aggregations": [
437
+ "sum"
438
+ ],
439
+ "operation": "aggregate"
440
+ },
441
+ "Net": {
442
+ "aggregations": [
443
+ "sum"
444
+ ],
445
+ "operation": "aggregate"
446
+ },
447
+ "Other Expenses": {
448
+ "aggregations": [
449
+ "sum"
450
+ ],
451
+ "operation": "aggregate"
452
+ },
453
+ "Other Income": {
454
+ "aggregations": [
455
+ "sum"
456
+ ],
457
+ "operation": "aggregate"
458
+ },
459
+ "Revenue": {
460
+ "aggregations": [
461
+ "sum"
462
+ ],
463
+ "operation": "aggregate"
464
+ },
465
+ "Timestamp": {
466
+ "aggregations": [],
467
+ "operation": "groupby"
468
+ },
469
+ "Total Expenses": {
470
+ "aggregations": [
471
+ "sum"
472
+ ],
473
+ "operation": "aggregate"
474
+ },
475
+ "Total Revenue": {
476
+ "aggregations": [
477
+ "sum"
478
+ ],
479
+ "operation": "aggregate"
480
+ },
481
+ "timestamp": {
482
+ "aggregations": [],
483
+ "operation": "groupby"
484
+ }
485
+ }
486
+ }
487
+ }
488
+ ],
489
+ "type": "timeseries"
490
+ }
491
+ ],
492
+ "preload": false,
493
+ "refresh": "",
494
+ "schemaVersion": 42,
495
+ "tags": [],
496
+ "templating": {
497
+ "list": []
498
+ },
499
+ "time": {
500
+ "from": "now-6M",
501
+ "to": "now"
502
+ },
503
+ "timepicker": {},
504
+ "timezone": "",
505
+ "title": "Revenue Over Time",
506
+ "version": 4
507
+ }
@@ -78,7 +78,7 @@
78
78
  "targets": [
79
79
  {
80
80
  "datasource": "SQLite",
81
- "queryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= strftime('%s', '2025-01-01') AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;",
81
+ "queryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= $__from / 1000 AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;",
82
82
  "queryType": "table",
83
83
  "rawQueryText": "SELECT\n month AS \"Month\",\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END) AS \"Revenue\",\n SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END) AS \"Cost of Revenue\",\n SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END) AS \"Expenses\",\n SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END) AS \"Other Income\",\n SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END) AS \"Other Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n ) AS \"Sorted Net\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Income\",\n SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END) AS \"Unsorted Expense\",\n (\n SUM(CASE WHEN s.top_category = 'Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Cost of Revenue' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Other Income' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Other Expenses' THEN value_usd ELSE 0 END)\n + SUM(CASE WHEN s.top_category = 'Sort Me (Inbound)' THEN value_usd ELSE 0 END)\n - SUM(CASE WHEN s.top_category = 'Sort Me (Outbound)' THEN value_usd ELSE 0 END)\n ) AS \"Net\"\nFROM (\n SELECT\n strftime('%Y-%m', datetime(t.timestamp, 'unixepoch')) AS month,\n gh.top_category,\n COALESCE(t.value_usd, 0) AS value_usd\n FROM treasury_txs AS t\n JOIN txgroups AS tg ON t.txgroup_id = tg.txgroup_id\n JOIN txgroup_hierarchy AS gh ON tg.txgroup_id = gh.txgroup_id\n WHERE t.timestamp >= strftime('%s', '2025-01-01') AND tg.name <> 'Ignore'\n) AS s\nGROUP BY month;",
84
84
  "refId": "A"
@@ -96,7 +96,7 @@
96
96
  "list": []
97
97
  },
98
98
  "time": {
99
- "from": "now-6h",
99
+ "from": "now/y",
100
100
  "to": "now"
101
101
  },
102
102
  "timepicker": {},
@@ -104,5 +104,5 @@
104
104
  "title": "Monthly P&L",
105
105
  "description": "Summarizes the DAO's monthly profit and loss, providing a breakdown of sorted and unsorted financial activity for each month. Supports financial reporting and tracking the progress of transaction categorization.",
106
106
  "uid": "a63fa9a7-d4f3-4092-9bde-194add8bcbeb",
107
- "version": 1
108
- }
107
+ "version": 2
108
+ }
@@ -543,6 +543,7 @@
543
543
  "options": {
544
544
  "conversions": [
545
545
  {
546
+ "dateFormat": "YYYY-WW",
546
547
  "destinationType": "time",
547
548
  "targetField": "timestamp"
548
549
  }
Binary file
Binary file
Binary file
Binary file
@@ -5,7 +5,7 @@ networks:
5
5
 
6
6
  services:
7
7
  grafana:
8
- image: grafana/grafana:12.1.1
8
+ image: grafana/grafana:12.2.0
9
9
  ports:
10
10
  - 127.0.0.1:${DAO_TREASURY_GRAFANA_PORT:-3004}:3000
11
11
  environment:
Binary file
Binary file
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: dao_treasury
3
- Version: 0.0.52
3
+ Version: 0.0.54
4
4
  Summary: Produce comprehensive financial reports for your on-chain org
5
5
  Classifier: Development Status :: 3 - Alpha
6
6
  Classifier: Intended Audience :: Developers
@@ -1,51 +1,53 @@
1
- bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=rddnDJHj4sXvqdRU2Rbk22C_m43iEy5kEaHSRoRLUPc,395264
1
+ bf2b4fe1f86ad2ea158b__mypyc.cp310-win32.pyd,sha256=6jLPyvTp5psThdssqMyBtgzl7z3Vm4jvGF9oHQgErxM,395264
2
2
  dao_treasury/ENVIRONMENT_VARIABLES.py,sha256=LS_D4ALB3BO-vYKyh1tzRHi10QBE6f654Zy8pmJ_xPY,656
3
3
  dao_treasury/__init__.py,sha256=ai8iALE_Zv43O9cH1jkNJ39bzhr60kBDX6L7C4Nj9FA,1539
4
- dao_treasury/_docker.cp310-win32.pyd,sha256=c-n--rc8PhuLXFXTuMbkebjXVNSv3ogW2Pa8SmtiR7w,9216
4
+ dao_treasury/_docker.cp310-win32.pyd,sha256=AtqE5ycZr2Gc4eS8Vw2Y8Xf0DBJVTjVEnvx1DPAr2Po,9216
5
5
  dao_treasury/_docker.py,sha256=UFMN-TIBUQBheMIhIhSMhaq7UFgt6ubUcfzwPNap_6o,6098
6
- dao_treasury/_nicknames.cp310-win32.pyd,sha256=xlKh3xBCys6UEUGiz4FDfQ4Y7zixVu89K6xcbLnZ8Tc,9216
6
+ dao_treasury/_nicknames.cp310-win32.pyd,sha256=-ocwIYiWmImXBcqbgPbY4uX7D6_FC0H8BzqP_Rs2LQw,9216
7
7
  dao_treasury/_nicknames.py,sha256=n8c-JZhORYymCMv6jsC96IthAzAhpslyEn-KCk_YiSM,1049
8
- dao_treasury/_wallet.cp310-win32.pyd,sha256=G7sfmjsRgVLWAWDO8uY_WVUf7BcxZPRWiWU5mYoBxSo,9216
8
+ dao_treasury/_wallet.cp310-win32.pyd,sha256=q7eAP8KEj6DlOxBtaxK6cHsdXk_K78DRHt0FZCFF99E,9216
9
9
  dao_treasury/_wallet.py,sha256=nHBAKFJstdKuYbvpskGVx2KU80YrZHGHsEh5V3TwIHs,10712
10
- dao_treasury/constants.cp310-win32.pyd,sha256=nCbrGd0Bs9bfLy63BAejjG7cxUkCVKOPWXrm8KzOoc0,9216
10
+ dao_treasury/constants.cp310-win32.pyd,sha256=u2N29pli22AusqlAz2jQs-BhXMLB9x5MbuF5wufUiiA,9216
11
11
  dao_treasury/constants.py,sha256=-T0oPw7lC5YeaiplHAtYL-2ss7knvKrJKQ1LCc8kX8g,1483
12
12
  dao_treasury/db.py,sha256=GhWwFYgSgnySsOLARn1aRBoPoYKxGvY8pInBMeVtogc,50262
13
- dao_treasury/docker-compose.yaml,sha256=_BKGJYZUhg8iEcLfgn2t6-bAurdMpYzXBsHoY3mtXBs,1350
13
+ dao_treasury/docker-compose.yaml,sha256=jt1RjPzR3unoBXiCq_2144t7cNXK6NwyiSjjcXbHnLU,1350
14
14
  dao_treasury/main.py,sha256=xiqXMvVylkF-r9EqArEW_sj2ltfj30VpnozgjIat2qk,8458
15
15
  dao_treasury/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
16
16
  dao_treasury/treasury.py,sha256=wh4wESLbYSHjcfpa-sW5TIqa5pSC9Y_7Id8tzLzJLaw,7414
17
- dao_treasury/types.cp310-win32.pyd,sha256=rmDsJCGmcLfOoaqtlstjZT9j8jhrXsj7IbnOzX6Zql8,9216
17
+ dao_treasury/types.cp310-win32.pyd,sha256=RpbHrup6KsPLQ0fGxkjkriXM1fGOfv7AgE2pdKHhWkQ,9216
18
18
  dao_treasury/types.py,sha256=KFz4WKPp4t_RBwIT6YGwOcgbzw8tdHIOcXTFsUA0pJA,3818
19
19
  dao_treasury/.grafana/provisioning/dashboards/dashboards.yaml,sha256=PwGrxPA5snT37bmpCuP9WE9T7weACm39N9lEsudr7f0,1337
20
+ dao_treasury/.grafana/provisioning/dashboards/breakdowns/Expenses.json,sha256=fdSAS_dusVSMgGX_SmZiGsh7FZaNt2HWIlu5ITboLKY,15063
21
+ dao_treasury/.grafana/provisioning/dashboards/breakdowns/Revenue.json,sha256=oEPwD-od0YKj_-ZtU9QEHZCEhdrY-jZ8fZQrGzOPIAk,14694
20
22
  dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json,sha256=zRSpnlDD3_fsynCDxfdV3HRjqWbeAqhad-YBe1rMQGo,7419
21
- dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json,sha256=MVXfZuJRME9-1FjiDpHa9BIcGfKLdHVmIdltr_PUa3g,6873
23
+ dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json,sha256=eqOVxhBV3YYsGhEs2xvnuDU1VX_DdxDFn-XuXKJ3Tpc,6860
22
24
  dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json,sha256=Ig_Z9gdAUnPb3OKZzkokoM9OmFsUiJRIcCTOMImJk-k,13133
23
25
  dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json,sha256=Wkk2I4XRzNfpkvJ-0HVSdWz2OGfDhc329l5kA6tWj5U,27823
24
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=WlJv1dzZNI4tZf_OGHjO_fauYAIIQNlZ9A0dquK4R30,19741
26
+ dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json,sha256=AHk1bKjxhAUmS_TpIlfv2JoeH130FKifL9DnqsLM2V8,19783
25
27
  dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json,sha256=it_t6LS8F7kT1oDAkO4xWxMsPgnb2lxC9Pg9kKDVlFk,15666
26
28
  dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json,sha256=3VYn0qlWGS5OJ2KQB8d_dxE24BWmEJa4HrsCP8MatYI,133950
27
29
  dao_treasury/.grafana/provisioning/datasources/datasources.yaml,sha256=gLmJsOkEXNzWRDibShfHFySWeuExW-dSB_U0OSfH868,344
28
- dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=lbMAwi4FJ9YuV-jw9vxBeCrPFVMLTQsRoNnRSfGsaFQ,9216
30
+ dao_treasury/sorting/__init__.cp310-win32.pyd,sha256=NYHhlYgajoOlTneuMZLom1OOsoMSU3sZDwqUCynCJBk,9216
29
31
  dao_treasury/sorting/__init__.py,sha256=_uxM_FE1paM8oDAhDdHSyhDwnrlxCYX_lGn2DOqCaHU,10666
30
- dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=XUYXH-TjFnxHOWZPnOvnxXF2Ip2PFQ7NRN2aLYJY8UE,9216
32
+ dao_treasury/sorting/_matchers.cp310-win32.pyd,sha256=r5WN-SfqkQEluAXgmV5P73P1A4h4qomKaKshNz-YgOM,9216
31
33
  dao_treasury/sorting/_matchers.py,sha256=ACi6aXZCKW5OTiztsID7CXCGJounj5c6ivhOCg2436M,14392
32
- dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=JdyV2IjqePrYVybTnk6t-57eODN9hyPZv5AjGyy8dy4,9216
34
+ dao_treasury/sorting/_rules.cp310-win32.pyd,sha256=AS8M1xyuaFu8x2f6K9MV3ihUn6CAvGWiJjzxbAhHWsY,9216
33
35
  dao_treasury/sorting/_rules.py,sha256=DxhdUgpS0q0LWeLl9W1Bjn5LZz9z4OLA03vQllPMH9k,9229
34
- dao_treasury/sorting/factory.cp310-win32.pyd,sha256=ygAst8hxopl7OwCt5tiJ9eGIVwWvuQFM4ygfcMYG6nQ,9216
36
+ dao_treasury/sorting/factory.cp310-win32.pyd,sha256=wBzzRpGVsGO-Ow_KhwMMxNiskx20yiYprOpJNzsHEQM,9216
35
37
  dao_treasury/sorting/factory.py,sha256=zlJ18xlMTxv8ACV6_MimCVIDsw3K5AZcyvKaNYY7R14,10484
36
- dao_treasury/sorting/rule.cp310-win32.pyd,sha256=-kcjQEaqBH6yJ_JStOvtKUgkthhYp4F1BzTrxCyb0j8,9216
38
+ dao_treasury/sorting/rule.cp310-win32.pyd,sha256=Jik1hcNT1Vo70-ARDfmk2eq3EnuqJsuZU5mAdwHkKOA,9216
37
39
  dao_treasury/sorting/rule.py,sha256=wbL8s0-6dxcCKghUtEDSkLDBnyvggsJ3gt_RawQ6kB4,11972
38
- dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=2OcIqXhjiP8yjFo0oxZPoX-4jX2KqNikxEU1KgK-W1U,9216
40
+ dao_treasury/sorting/rules/__init__.cp310-win32.pyd,sha256=cD014SupwVsVkm_d681tJwyFaewGvUIlNQ9ZgH-rvZU,9216
39
41
  dao_treasury/sorting/rules/__init__.py,sha256=hcLfejOEwD8RaM2RE-38Ej6_WkvL9BVGvIIGY848E6E,49
40
- dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=bW6KIyC6Twu3IpfsUZ7qqS-N9iZmycFwDW2z2JvUe7Y,9216
42
+ dao_treasury/sorting/rules/ignore/__init__.cp310-win32.pyd,sha256=74Ssxz6ylbxG4edDbQiL6GJ1kzRNWkchhrec2y3XyIE,9216
41
43
  dao_treasury/sorting/rules/ignore/__init__.py,sha256=16THKoGdj6qfkkytuCFVG_R1M6KSErMI4AVE1p0ukS4,58
42
- dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256=E5R_x1duxIWTRXMmwHDSoD28rYBzpAsQnA4GvVeKxSE,9216
44
+ dao_treasury/sorting/rules/ignore/llamapay.cp310-win32.pyd,sha256=-zza5PUzNrnp8_ICvzq7s3ua2ugHPdSjbmTLt0PUGf0,9216
43
45
  dao_treasury/sorting/rules/ignore/llamapay.py,sha256=aYyAJRlmv419IeaqkcV5o3ffx0UVfteU0lTl80j0BGo,783
44
- dao_treasury/streams/__init__.cp310-win32.pyd,sha256=k-212X7esATQmWkvbmrenYFrk8GWQYKmYjunxfYXJTc,9216
46
+ dao_treasury/streams/__init__.cp310-win32.pyd,sha256=jE4rrnheyNOghBgq_mprCTZRmAW2B3QXL-vB1UDA5uo,9216
45
47
  dao_treasury/streams/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
46
- dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=K-B0vMSosnoO7i5Z96ZeTFWXj40wdNOG44g3SXcJzic,9216
48
+ dao_treasury/streams/llamapay.cp310-win32.pyd,sha256=HWMhb3YmCtI0iqURgsI-b-1WzroDnid9s7uz5qovtCM,9216
47
49
  dao_treasury/streams/llamapay.py,sha256=rO1Mh2ndTziR6pnRkKHnQ22a_Yx9PM_-BG7I4dspEZ8,13535
48
- dao_treasury-0.0.52.dist-info/METADATA,sha256=nTVmDdJCuNU1WLmFlP80BXmGOSTIlTDVgtpM1T2SfNU,7148
49
- dao_treasury-0.0.52.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
50
- dao_treasury-0.0.52.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
51
- dao_treasury-0.0.52.dist-info/RECORD,,
50
+ dao_treasury-0.0.54.dist-info/METADATA,sha256=2MxI6bhN_7T3ZaucRSgULc4ryRiYoZLGNIUjROfhTtc,7148
51
+ dao_treasury-0.0.54.dist-info/WHEEL,sha256=GWZF0cboiU4MhsG0baPl8rrtCaXFSLW25384gp3vddM,97
52
+ dao_treasury-0.0.54.dist-info/top_level.txt,sha256=Gw-ri_26lZA_3hwhnOX48mffUbmBGr8NhtoQ0XoMeF8,41
53
+ dao_treasury-0.0.54.dist-info/RECORD,,