feat(finances): add XMR donations entry to finance records
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
All checks were successful
Build and Deploy Static Site / build (push) Successful in 57s
Included a new entry for XMR donations under the finance records to track cryptocurrency contributions. This addition ensures transparency and completeness in financial reporting.
This commit is contained in:
parent
f59f677af1
commit
4f4081fee6
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@
|
|||
"Membership Fees": {
|
||||
"EUR": 402.42
|
||||
},
|
||||
"Donations": {
|
||||
"XMR": 1.0
|
||||
},
|
||||
"Server Costs": {
|
||||
"EUR": -225.7
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue