dao-treasury 0.0.50__cp312-cp312-win_amd64.whl → 0.0.51__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.
Potentially problematic release.
This version of dao-treasury might be problematic. Click here for more details.
- bf2b4fe1f86ad2ea158b__mypyc.cp312-win_amd64.pyd +0 -0
- dao_treasury/.grafana/provisioning/dashboards/streams/LlamaPay.json +8 -8
- dao_treasury/.grafana/provisioning/dashboards/summary/Monthly.json +9 -8
- dao_treasury/.grafana/provisioning/dashboards/transactions/Treasury Transactions.json +8 -35
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow (Including Unsorted).json +65 -34
- dao_treasury/.grafana/provisioning/dashboards/treasury/Cashflow.json +46 -24
- dao_treasury/.grafana/provisioning/dashboards/treasury/Operating Cashflow.json +34 -18
- dao_treasury/.grafana/provisioning/dashboards/treasury/Treasury.json +79 -641
- dao_treasury/_docker.cp312-win_amd64.pyd +0 -0
- dao_treasury/_nicknames.cp312-win_amd64.pyd +0 -0
- dao_treasury/_wallet.cp312-win_amd64.pyd +0 -0
- dao_treasury/constants.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/__init__.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/_matchers.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/_rules.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/factory.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/rule.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/__init__.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/ignore/__init__.cp312-win_amd64.pyd +0 -0
- dao_treasury/sorting/rules/ignore/llamapay.cp312-win_amd64.pyd +0 -0
- dao_treasury/streams/__init__.cp312-win_amd64.pyd +0 -0
- dao_treasury/streams/llamapay.cp312-win_amd64.pyd +0 -0
- dao_treasury/types.cp312-win_amd64.pyd +0 -0
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.51.dist-info}/METADATA +2 -2
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.51.dist-info}/RECORD +27 -27
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.51.dist-info}/WHEEL +0 -0
- {dao_treasury-0.0.50.dist-info → dao_treasury-0.0.51.dist-info}/top_level.txt +0 -0
|
@@ -18,8 +18,8 @@
|
|
|
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",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"steps": [
|
|
35
35
|
{
|
|
36
36
|
"color": "green",
|
|
37
|
-
"value":
|
|
37
|
+
"value": 0
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"color": "red",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"graphMode": "area",
|
|
58
58
|
"justifyMode": "auto",
|
|
59
59
|
"orientation": "auto",
|
|
60
|
+
"percentChangeColorMode": "standard",
|
|
60
61
|
"reduceOptions": {
|
|
61
62
|
"calcs": [
|
|
62
63
|
"lastNotNull"
|
|
@@ -64,9 +65,11 @@
|
|
|
64
65
|
"fields": "",
|
|
65
66
|
"values": false
|
|
66
67
|
},
|
|
67
|
-
"
|
|
68
|
+
"showPercentChange": false,
|
|
69
|
+
"textMode": "auto",
|
|
70
|
+
"wideLayout": true
|
|
68
71
|
},
|
|
69
|
-
"pluginVersion": "
|
|
72
|
+
"pluginVersion": "12.1.1",
|
|
70
73
|
"targets": [
|
|
71
74
|
{
|
|
72
75
|
"datasource": "SQLite",
|
|
@@ -96,7 +99,7 @@
|
|
|
96
99
|
"steps": [
|
|
97
100
|
{
|
|
98
101
|
"color": "green",
|
|
99
|
-
"value":
|
|
102
|
+
"value": 0
|
|
100
103
|
},
|
|
101
104
|
{
|
|
102
105
|
"color": "red",
|
|
@@ -119,6 +122,7 @@
|
|
|
119
122
|
"graphMode": "area",
|
|
120
123
|
"justifyMode": "auto",
|
|
121
124
|
"orientation": "auto",
|
|
125
|
+
"percentChangeColorMode": "standard",
|
|
122
126
|
"reduceOptions": {
|
|
123
127
|
"calcs": [
|
|
124
128
|
"lastNotNull"
|
|
@@ -126,9 +130,11 @@
|
|
|
126
130
|
"fields": "",
|
|
127
131
|
"values": false
|
|
128
132
|
},
|
|
129
|
-
"
|
|
133
|
+
"showPercentChange": false,
|
|
134
|
+
"textMode": "auto",
|
|
135
|
+
"wideLayout": true
|
|
130
136
|
},
|
|
131
|
-
"pluginVersion": "
|
|
137
|
+
"pluginVersion": "12.1.1",
|
|
132
138
|
"targets": [
|
|
133
139
|
{
|
|
134
140
|
"datasource": "SQLite",
|
|
@@ -158,7 +164,7 @@
|
|
|
158
164
|
"steps": [
|
|
159
165
|
{
|
|
160
166
|
"color": "green",
|
|
161
|
-
"value":
|
|
167
|
+
"value": 0
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
170
|
"color": "red",
|
|
@@ -181,6 +187,7 @@
|
|
|
181
187
|
"graphMode": "area",
|
|
182
188
|
"justifyMode": "auto",
|
|
183
189
|
"orientation": "auto",
|
|
190
|
+
"percentChangeColorMode": "standard",
|
|
184
191
|
"reduceOptions": {
|
|
185
192
|
"calcs": [
|
|
186
193
|
"lastNotNull"
|
|
@@ -188,9 +195,11 @@
|
|
|
188
195
|
"fields": "",
|
|
189
196
|
"values": false
|
|
190
197
|
},
|
|
191
|
-
"
|
|
198
|
+
"showPercentChange": false,
|
|
199
|
+
"textMode": "auto",
|
|
200
|
+
"wideLayout": true
|
|
192
201
|
},
|
|
193
|
-
"pluginVersion": "
|
|
202
|
+
"pluginVersion": "12.1.1",
|
|
194
203
|
"targets": [
|
|
195
204
|
{
|
|
196
205
|
"datasource": "SQLite",
|
|
@@ -220,7 +229,7 @@
|
|
|
220
229
|
"steps": [
|
|
221
230
|
{
|
|
222
231
|
"color": "green",
|
|
223
|
-
"value":
|
|
232
|
+
"value": 0
|
|
224
233
|
},
|
|
225
234
|
{
|
|
226
235
|
"color": "red",
|
|
@@ -243,6 +252,7 @@
|
|
|
243
252
|
"graphMode": "area",
|
|
244
253
|
"justifyMode": "auto",
|
|
245
254
|
"orientation": "auto",
|
|
255
|
+
"percentChangeColorMode": "standard",
|
|
246
256
|
"reduceOptions": {
|
|
247
257
|
"calcs": [
|
|
248
258
|
"lastNotNull"
|
|
@@ -250,9 +260,11 @@
|
|
|
250
260
|
"fields": "",
|
|
251
261
|
"values": false
|
|
252
262
|
},
|
|
253
|
-
"
|
|
263
|
+
"showPercentChange": false,
|
|
264
|
+
"textMode": "auto",
|
|
265
|
+
"wideLayout": true
|
|
254
266
|
},
|
|
255
|
-
"pluginVersion": "
|
|
267
|
+
"pluginVersion": "12.1.1",
|
|
256
268
|
"targets": [
|
|
257
269
|
{
|
|
258
270
|
"datasource": "SQLite",
|
|
@@ -282,7 +294,7 @@
|
|
|
282
294
|
"steps": [
|
|
283
295
|
{
|
|
284
296
|
"color": "green",
|
|
285
|
-
"value":
|
|
297
|
+
"value": 0
|
|
286
298
|
},
|
|
287
299
|
{
|
|
288
300
|
"color": "red",
|
|
@@ -305,6 +317,7 @@
|
|
|
305
317
|
"graphMode": "area",
|
|
306
318
|
"justifyMode": "auto",
|
|
307
319
|
"orientation": "auto",
|
|
320
|
+
"percentChangeColorMode": "standard",
|
|
308
321
|
"reduceOptions": {
|
|
309
322
|
"calcs": [
|
|
310
323
|
"lastNotNull"
|
|
@@ -312,9 +325,11 @@
|
|
|
312
325
|
"fields": "",
|
|
313
326
|
"values": false
|
|
314
327
|
},
|
|
315
|
-
"
|
|
328
|
+
"showPercentChange": false,
|
|
329
|
+
"textMode": "auto",
|
|
330
|
+
"wideLayout": true
|
|
316
331
|
},
|
|
317
|
-
"pluginVersion": "
|
|
332
|
+
"pluginVersion": "12.1.1",
|
|
318
333
|
"targets": [
|
|
319
334
|
{
|
|
320
335
|
"datasource": "SQLite",
|
|
@@ -345,7 +360,7 @@
|
|
|
345
360
|
"steps": [
|
|
346
361
|
{
|
|
347
362
|
"color": "green",
|
|
348
|
-
"value":
|
|
363
|
+
"value": 0
|
|
349
364
|
},
|
|
350
365
|
{
|
|
351
366
|
"color": "red",
|
|
@@ -368,6 +383,7 @@
|
|
|
368
383
|
"graphMode": "area",
|
|
369
384
|
"justifyMode": "auto",
|
|
370
385
|
"orientation": "auto",
|
|
386
|
+
"percentChangeColorMode": "standard",
|
|
371
387
|
"reduceOptions": {
|
|
372
388
|
"calcs": [
|
|
373
389
|
"lastNotNull"
|
|
@@ -375,9 +391,11 @@
|
|
|
375
391
|
"fields": "",
|
|
376
392
|
"values": false
|
|
377
393
|
},
|
|
378
|
-
"
|
|
394
|
+
"showPercentChange": false,
|
|
395
|
+
"textMode": "auto",
|
|
396
|
+
"wideLayout": true
|
|
379
397
|
},
|
|
380
|
-
"pluginVersion": "
|
|
398
|
+
"pluginVersion": "12.1.1",
|
|
381
399
|
"targets": [
|
|
382
400
|
{
|
|
383
401
|
"datasource": "SQLite",
|
|
@@ -409,6 +427,7 @@
|
|
|
409
427
|
"axisLabel": "",
|
|
410
428
|
"axisPlacement": "auto",
|
|
411
429
|
"barAlignment": 0,
|
|
430
|
+
"barWidthFactor": 0.6,
|
|
412
431
|
"drawStyle": "bars",
|
|
413
432
|
"fillOpacity": 70,
|
|
414
433
|
"gradientMode": "none",
|
|
@@ -440,7 +459,7 @@
|
|
|
440
459
|
"steps": [
|
|
441
460
|
{
|
|
442
461
|
"color": "green",
|
|
443
|
-
"value":
|
|
462
|
+
"value": 0
|
|
444
463
|
},
|
|
445
464
|
{
|
|
446
465
|
"color": "red",
|
|
@@ -490,10 +509,12 @@
|
|
|
490
509
|
"showLegend": true
|
|
491
510
|
},
|
|
492
511
|
"tooltip": {
|
|
512
|
+
"hideZeros": false,
|
|
493
513
|
"mode": "single",
|
|
494
514
|
"sort": "none"
|
|
495
515
|
}
|
|
496
516
|
},
|
|
517
|
+
"pluginVersion": "12.1.1",
|
|
497
518
|
"targets": [
|
|
498
519
|
{
|
|
499
520
|
"datasource": "SQLite",
|
|
@@ -596,8 +617,9 @@
|
|
|
596
617
|
"type": "timeseries"
|
|
597
618
|
}
|
|
598
619
|
],
|
|
620
|
+
"preload": false,
|
|
599
621
|
"refresh": "",
|
|
600
|
-
"schemaVersion":
|
|
622
|
+
"schemaVersion": 41,
|
|
601
623
|
"tags": [],
|
|
602
624
|
"templating": {
|
|
603
625
|
"list": []
|
|
@@ -609,7 +631,7 @@
|
|
|
609
631
|
"timepicker": {},
|
|
610
632
|
"timezone": "",
|
|
611
633
|
"title": "Total Cashflow Summary",
|
|
634
|
+
"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
635
|
"uid": "7e2b1c8a-4e2d-4b7a-9c1a-2f8e6b7d9c3f",
|
|
613
|
-
"version":
|
|
614
|
-
|
|
615
|
-
}
|
|
636
|
+
"version": 4
|
|
637
|
+
}
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"editable": true,
|
|
19
19
|
"fiscalYearStartMonth": 0,
|
|
20
20
|
"graphTooltip": 1,
|
|
21
|
+
"id": 6,
|
|
21
22
|
"links": [],
|
|
22
|
-
"liveNow": false,
|
|
23
23
|
"panels": [
|
|
24
24
|
{
|
|
25
25
|
"datasource": "SQLite",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"steps": [
|
|
35
35
|
{
|
|
36
36
|
"color": "green",
|
|
37
|
-
"value":
|
|
37
|
+
"value": 0
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
"color": "red",
|
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
"graphMode": "area",
|
|
58
58
|
"justifyMode": "auto",
|
|
59
59
|
"orientation": "auto",
|
|
60
|
+
"percentChangeColorMode": "standard",
|
|
60
61
|
"reduceOptions": {
|
|
61
62
|
"calcs": [
|
|
62
63
|
"lastNotNull"
|
|
@@ -64,9 +65,11 @@
|
|
|
64
65
|
"fields": "",
|
|
65
66
|
"values": false
|
|
66
67
|
},
|
|
67
|
-
"
|
|
68
|
+
"showPercentChange": false,
|
|
69
|
+
"textMode": "auto",
|
|
70
|
+
"wideLayout": true
|
|
68
71
|
},
|
|
69
|
-
"pluginVersion": "
|
|
72
|
+
"pluginVersion": "12.1.1",
|
|
70
73
|
"targets": [
|
|
71
74
|
{
|
|
72
75
|
"datasource": "SQLite",
|
|
@@ -96,7 +99,7 @@
|
|
|
96
99
|
"steps": [
|
|
97
100
|
{
|
|
98
101
|
"color": "green",
|
|
99
|
-
"value":
|
|
102
|
+
"value": 0
|
|
100
103
|
},
|
|
101
104
|
{
|
|
102
105
|
"color": "red",
|
|
@@ -119,6 +122,7 @@
|
|
|
119
122
|
"graphMode": "area",
|
|
120
123
|
"justifyMode": "auto",
|
|
121
124
|
"orientation": "auto",
|
|
125
|
+
"percentChangeColorMode": "standard",
|
|
122
126
|
"reduceOptions": {
|
|
123
127
|
"calcs": [
|
|
124
128
|
"lastNotNull"
|
|
@@ -126,9 +130,11 @@
|
|
|
126
130
|
"fields": "",
|
|
127
131
|
"values": false
|
|
128
132
|
},
|
|
129
|
-
"
|
|
133
|
+
"showPercentChange": false,
|
|
134
|
+
"textMode": "auto",
|
|
135
|
+
"wideLayout": true
|
|
130
136
|
},
|
|
131
|
-
"pluginVersion": "
|
|
137
|
+
"pluginVersion": "12.1.1",
|
|
132
138
|
"targets": [
|
|
133
139
|
{
|
|
134
140
|
"datasource": "SQLite",
|
|
@@ -158,7 +164,7 @@
|
|
|
158
164
|
"steps": [
|
|
159
165
|
{
|
|
160
166
|
"color": "green",
|
|
161
|
-
"value":
|
|
167
|
+
"value": 0
|
|
162
168
|
},
|
|
163
169
|
{
|
|
164
170
|
"color": "red",
|
|
@@ -181,6 +187,7 @@
|
|
|
181
187
|
"graphMode": "area",
|
|
182
188
|
"justifyMode": "auto",
|
|
183
189
|
"orientation": "auto",
|
|
190
|
+
"percentChangeColorMode": "standard",
|
|
184
191
|
"reduceOptions": {
|
|
185
192
|
"calcs": [
|
|
186
193
|
"lastNotNull"
|
|
@@ -188,9 +195,11 @@
|
|
|
188
195
|
"fields": "",
|
|
189
196
|
"values": false
|
|
190
197
|
},
|
|
191
|
-
"
|
|
198
|
+
"showPercentChange": false,
|
|
199
|
+
"textMode": "auto",
|
|
200
|
+
"wideLayout": true
|
|
192
201
|
},
|
|
193
|
-
"pluginVersion": "
|
|
202
|
+
"pluginVersion": "12.1.1",
|
|
194
203
|
"targets": [
|
|
195
204
|
{
|
|
196
205
|
"datasource": "SQLite",
|
|
@@ -221,7 +230,7 @@
|
|
|
221
230
|
"steps": [
|
|
222
231
|
{
|
|
223
232
|
"color": "green",
|
|
224
|
-
"value":
|
|
233
|
+
"value": 0
|
|
225
234
|
},
|
|
226
235
|
{
|
|
227
236
|
"color": "red",
|
|
@@ -244,6 +253,7 @@
|
|
|
244
253
|
"graphMode": "area",
|
|
245
254
|
"justifyMode": "auto",
|
|
246
255
|
"orientation": "auto",
|
|
256
|
+
"percentChangeColorMode": "standard",
|
|
247
257
|
"reduceOptions": {
|
|
248
258
|
"calcs": [
|
|
249
259
|
"lastNotNull"
|
|
@@ -251,9 +261,11 @@
|
|
|
251
261
|
"fields": "",
|
|
252
262
|
"values": false
|
|
253
263
|
},
|
|
254
|
-
"
|
|
264
|
+
"showPercentChange": false,
|
|
265
|
+
"textMode": "auto",
|
|
266
|
+
"wideLayout": true
|
|
255
267
|
},
|
|
256
|
-
"pluginVersion": "
|
|
268
|
+
"pluginVersion": "12.1.1",
|
|
257
269
|
"targets": [
|
|
258
270
|
{
|
|
259
271
|
"datasource": "SQLite",
|
|
@@ -285,6 +297,7 @@
|
|
|
285
297
|
"axisLabel": "",
|
|
286
298
|
"axisPlacement": "auto",
|
|
287
299
|
"barAlignment": 0,
|
|
300
|
+
"barWidthFactor": 0.6,
|
|
288
301
|
"drawStyle": "bars",
|
|
289
302
|
"fillOpacity": 70,
|
|
290
303
|
"gradientMode": "none",
|
|
@@ -316,7 +329,7 @@
|
|
|
316
329
|
"steps": [
|
|
317
330
|
{
|
|
318
331
|
"color": "green",
|
|
319
|
-
"value":
|
|
332
|
+
"value": 0
|
|
320
333
|
},
|
|
321
334
|
{
|
|
322
335
|
"color": "red",
|
|
@@ -366,10 +379,12 @@
|
|
|
366
379
|
"showLegend": true
|
|
367
380
|
},
|
|
368
381
|
"tooltip": {
|
|
382
|
+
"hideZeros": false,
|
|
369
383
|
"mode": "single",
|
|
370
384
|
"sort": "none"
|
|
371
385
|
}
|
|
372
386
|
},
|
|
387
|
+
"pluginVersion": "12.1.1",
|
|
373
388
|
"targets": [
|
|
374
389
|
{
|
|
375
390
|
"datasource": "SQLite",
|
|
@@ -473,8 +488,9 @@
|
|
|
473
488
|
"type": "timeseries"
|
|
474
489
|
}
|
|
475
490
|
],
|
|
491
|
+
"preload": false,
|
|
476
492
|
"refresh": "",
|
|
477
|
-
"schemaVersion":
|
|
493
|
+
"schemaVersion": 41,
|
|
478
494
|
"tags": [],
|
|
479
495
|
"templating": {
|
|
480
496
|
"list": []
|
|
@@ -486,7 +502,7 @@
|
|
|
486
502
|
"timepicker": {},
|
|
487
503
|
"timezone": "",
|
|
488
504
|
"title": "Operating Cashflow Summary",
|
|
505
|
+
"description": "Provides a focused view of core operational cashflows, including only sorted transactions in Revenue, Cost of Revenue, and Expenses categories. Excludes unsorted transactions and non-operational activity, helping monitor specifically the DAO's operational financial flows.",
|
|
489
506
|
"uid": "fdf9969c-357a-4203-ae7b-12816e87bc7e",
|
|
490
|
-
"version":
|
|
491
|
-
|
|
492
|
-
}
|
|
507
|
+
"version": 4
|
|
508
|
+
}
|