diff --git a/journal/budget-resolutions/resolutions.ledger b/journal/budget-resolutions/resolutions.ledger index 7645893..4188e1d 100644 --- a/journal/budget-resolutions/resolutions.ledger +++ b/journal/budget-resolutions/resolutions.ledger @@ -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 diff --git a/journal/budget.ledger b/journal/budget.ledger index 37ec5f5..73d91ff 100644 --- a/journal/budget.ledger +++ b/journal/budget.ledger @@ -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 diff --git a/make-budget.sh b/make-budget.sh new file mode 100755 index 0000000..8a1675a --- /dev/null +++ b/make-budget.sh @@ -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