https://github.com/chayleaf/coop-fd
shared accounting server with ОФД integration
https://github.com/chayleaf/coop-fd
Last synced: 10 months ago
JSON representation
shared accounting server with ОФД integration
- Host: GitHub
- URL: https://github.com/chayleaf/coop-fd
- Owner: chayleaf
- License: agpl-3.0
- Created: 2023-11-26T13:15:42.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-27T18:52:32.000Z (over 1 year ago)
- Last Synced: 2025-01-07T20:12:21.481Z (over 1 year ago)
- Language: Rust
- Size: 529 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# coop-fd
This is a simple accounting server for me and my roommates to keep track
of our shared purchases. It uses multiple data providers to retrieve
receipt contents and stores it using the official binary format.
I will add or remove supported providers depending on my needs.
Some of the features don't have a UI, because I wrote a
[maubot](https://github.com/maubot/maubot) plugin for using these.
## License
AGPL-3.0-or-later - if you modify this, all users must be able to get
the modified source code in some way.
Some third-party JS libraries are bundled, see
[static/README.md](static/README.md)