https://github.com/suddengunter/ppop-report
report generator for PPOP-funds project
https://github.com/suddengunter/ppop-report
fundraising police reporting
Last synced: over 1 year ago
JSON representation
report generator for PPOP-funds project
- Host: GitHub
- URL: https://github.com/suddengunter/ppop-report
- Owner: SuddenGunter
- License: mit
- Created: 2022-05-01T07:48:27.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-05T06:24:05.000Z (about 4 years ago)
- Last Synced: 2025-01-23T13:13:53.036Z (over 1 year ago)
- Topics: fundraising, police, reporting
- Language: Elixir
- Homepage:
- Size: 14.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ppop-report
This is a report generator for project - a static website build with Hugo for fundraising I've done during war in Ukraine for Kharkiv special purpose police regiment.
Website is hosted at: and served via CloudFlare Pages.
I used my personal bank account to gather donations, so I needed a way to differentiate my transactions (and deposits to cover them) from fund. Reporting was done manualy during the fundraising, but I've wrote some short elixir app to do it post-factum (found a few errors in old manual report).
## How to run
Put your settings into `config/dev.exs` and run `mix escript.build && ./ppop_report`.