Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sfttech/abrechnung
Payment tracking and money splitting for groups 💸
https://github.com/sfttech/abrechnung
accounting bill-splitting events expense-tracker money-management money-splitting multi-tenant payment reckoning split-expenses splitwise tricount
Last synced: 2 days ago
JSON representation
Payment tracking and money splitting for groups 💸
- Host: GitHub
- URL: https://github.com/sfttech/abrechnung
- Owner: SFTtech
- License: agpl-3.0
- Created: 2020-09-01T13:18:09.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T13:48:18.000Z (2 months ago)
- Last Synced: 2024-09-15T19:47:31.087Z (2 months ago)
- Topics: accounting, bill-splitting, events, expense-tracker, money-management, money-splitting, multi-tenant, payment, reckoning, split-expenses, splitwise, tricount
- Language: TypeScript
- Homepage: https://abrechnung.readthedocs.io
- Size: 7.44 MB
- Stars: 130
- Watchers: 8
- Forks: 15
- Open Issues: 53
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: COPYING
- Authors: authors.md
Awesome Lists containing this project
README
# Abrechnung
[![GitHub Actions Status](https://github.com/SFTtech/abrechnung/actions/workflows/ci_testing.yaml/badge.svg)](https://github.com/SFTtech/abrechnung/actions/workflows/ci_testing.yaml)
The *Abrechnung* (German for *reckoning*, *settlement*, *revenge*) aims to be a versatile and user-centric **payment**, **transaction** and **bookkeeping** management tool for human groups and events.
> You can simply **try** our [**demo instance**](https://demo.abrechnung.sft.lol)!
> You can get the android app over from the [releases page](https://github.com/SFTtech/abrechnung/releases/latest)
Abrechnung is a tool to track *money*, *purchases* (and its items) and *debtors* for:
| Group life | Events | Travelling |
|----------------------|-------------------|----------------|
| Flat share roommates | Cooking revelries | Holiday trips |
| Your Hackerspace | LAN parties | Business trips |
| Family life | Regular parties | Adventures |
| ... | ... | ... |---
All this is possible through the **basic blocks**:
* Purchase & transaction tracking
* Accounts with balance compensation
* Invoice handling + optional position specification
* Assignment (by fractions or counts) of positions and invoices
* Clearing accounts for merging transactions
* Multitenant access## Documentation
To help you set up your instance or understand the inner workings:
**[Read the documentation!](https://abrechnung.readthedocs.io)**
## Technical foundation
| Technology | Component |
|------------------|------------------|
| **Python** | Backend logic |
| **React** | Web UI framework |
| **PostgresSQL** | Database |
| **Homo Sapiens** | Magic sauce |## Contributing
If there is **that feature** you really want to see implemented, you found a **bug** or would like to help in some other way, the project of course benefits from your contributions!
* [Contribution guide](https://abrechnung.readthedocs.io/en/latest/development/contributing.html)
* [Issue tracker](https://github.com/SFTtech/abrechnung/issues)
* [Code contributions](https://github.com/SFTtech/abrechnung/pulls)
* [Development roadmap](https://github.com/SFTtech/abrechnung/projects)## Contact
To directly reach developers and other users, we have chat rooms.
For questions, suggestions, problem support, please join and just ask!| Contact | Where? |
|---------------|-------------------------------------------------------------------------------------------------|
| Issue Tracker | [SFTtech/abrechnung](https://github.com/SFTtech/abrechnung/issues) |
| Matrix Chat | [`#sfttech:matrix.org`](https://app.element.io/#/room/#sfttech:matrix.org) |
| Support us | [![money sink](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/SFTtech) |## License
Released under the **GNU Affero General Public License** version 3 or later, see [the authors](authors.md)
and [LICENSE](LICENSE) for details.