amend errors in budget creation

This commit is contained in:
2026-07-06 12:20:17 -04:00
parent 5ba8225dc4
commit 2d8061bcbf
3 changed files with 34 additions and 14 deletions
@@ -2,7 +2,8 @@
;; BUDGET RESOLUTIONS
2023-04-13 | establishes hourly rate
;; ESTABLISH HOURLY RATE
P 2023/04/13 HRS 20.00 EUR
;; resolution:003
;; link:
;; sets 20.00 EUR = 1.00 HRS
@@ -151,7 +152,7 @@
;; resolution:034
;; budget:016 ;; incorrectly marked budget:015 in docs ??
;; link:
asstse:restricted:escuela-comun-recipes 20.00 HRS
assets:restricted:escuela-comun-recipes 20.00 HRS
assets:common-fund -20.00 HRS
;; to be reimbursed in april 2026
+26 -12
View File
@@ -1,5 +1,19 @@
;; THIS FILE WAS GENERATED FROM BUDGET RESOLUTIONS
2023-04-13 | establishes monthly meetings budget
; ; resolution:004
; ; budget:001
; ; link:docs.coopcloud.tech/federation/resolutions/passed/004/
assets:restricted:monthly-meetings 960.00 EUR
assets:common-fund -960.00 EUR
2023-06-12 | establishes resolution writing budget
; ; resolution:006
; ; budget:002
; ; link:docs.coopcloud.tech/federation/resolutions/passed/006/
assets:restricted:resolution-writing 100.00 EUR
assets:common-fund -100.00 EUR
2023-08-06 | establishes budget for backup improvements
; ; resolution:011
; ; budget:005
@@ -104,8 +118,8 @@
; ; resolution:034
; ; budget:016 ;; incorrectly marked budget:015 in docs ??
; ; link:
assets:restricted:escuela-comun-recipes 400.00 EUR
assets:common-fund -400.00 EUR
assets:restricted:escuela-comun-recipes 20.00 HRS
assets:common-fund -20.00 HRS
; ; to be reimbursed in april 2026
2026-02-12 | establish budget for sutty website proposal
@@ -119,8 +133,8 @@
; ; resolution:010
; ; budget:004
; ; link:
assets:restricted:critical-fixes 200.00 EUR
assets:common-fund -200.00 EUR
assets:restricted:critical-fixes 10.00 HRS
assets:common-fund -10.00 HRS
; ; future months will be
; ; assets:critical-fixes = 10.00 HRS
; ; assets:common-fund
@@ -139,8 +153,8 @@
; ; resolution:010
; ; budget:004
; ; link:
assets:restricted:critical-fixes 200.00 EUR
assets:common-fund -200.00 EUR
assets:restricted:critical-fixes 10.00 HRS
assets:common-fund -10.00 HRS
; ; future months will be
; ; assets:critical-fixes = 10.00 HRS
; ; assets:common-fund
@@ -159,8 +173,8 @@
; ; resolution:010
; ; budget:004
; ; link:
assets:restricted:critical-fixes 200.00 EUR
assets:common-fund -200.00 EUR
assets:restricted:critical-fixes 10.00 HRS
assets:common-fund -10.00 HRS
; ; future months will be
; ; assets:critical-fixes = 10.00 HRS
; ; assets:common-fund
@@ -179,8 +193,8 @@
; ; resolution:010
; ; budget:004
; ; link:
assets:restricted:critical-fixes 200.00 EUR
assets:common-fund -200.00 EUR
assets:restricted:critical-fixes 10.00 HRS
assets:common-fund -10.00 HRS
; ; future months will be
; ; assets:critical-fixes = 10.00 HRS
; ; assets:common-fund
@@ -199,8 +213,8 @@
; ; resolution:010
; ; budget:004
; ; link:
assets:restricted:critical-fixes 200.00 EUR
assets:common-fund -200.00 EUR
assets:restricted:critical-fixes 10.00 HRS
assets:common-fund -10.00 HRS
; ; future months will be
; ; assets:critical-fixes = 10.00 HRS
; ; assets:common-fund
Executable
+5
View File
@@ -0,0 +1,5 @@
#!/bin/bash
printf ";; THIS FILE WAS GENERATED FROM BUDGET RESOLUTIONS\n\n" > ./journal/budget.ledger
hledger -f ./journal/budget-resolutions/resolutions.ledger print date:2023-04-12..2026-06-30 --forecast >> ./journal/budget.ledger