https://github.com/marmo/debitum
free and libre IOU tracker for Android
https://github.com/marmo/debitum
android iou money
Last synced: 6 months ago
JSON representation
free and libre IOU tracker for Android
- Host: GitHub
- URL: https://github.com/marmo/debitum
- Owner: Marmo
- License: gpl-3.0
- Created: 2021-03-31T05:16:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-18T06:18:26.000Z (over 2 years ago)
- Last Synced: 2024-06-21T06:40:45.149Z (about 2 years ago)
- Topics: android, iou, money
- Language: Java
- Homepage:
- Size: 6.68 MB
- Stars: 84
- Watchers: 4
- Forks: 7
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Debitum
With Debitum you can track all kinds of IOUs, be it money or lent items. This way you will never
more forget if your friend already gave you back that book or dispute about how much you owe your
colleague for coffee.
The intended use case is to manage (smaller) personal debts and lent items. To keep things simple,
things like interest, deadlines, fees etc. will not be an integral part of the app (though the description
could somehow be used for that, but I would generally recommend to use more specialised apps for this).
There is no online service whatsoever involved, so your data is saved on your
device only (as far as this app is concerned).
The UI is inspired by [UOme](https://play.google.com/store/apps/details?id=cz.kns.uome) by Pikadorama.
## Features
- create transactions to record lent money or items
- record transaction details: person, direction (they gave/received), amount, description, date, type (money or item)
- attach images to transactions
- record when an item was returned
- view all transactions summarized by person
- filter transactions by person
- view a list of all money or a list of all item transactions
- easily calculate the sum of transactions by selecting them
- mark items as returned
- filter the items list for returned/unreturned/all items.
- link persons to phone contacts
- backup and restore all app data, settings and attached images
## Permissions
### READ_CONTACTS
This is used for linking phone contacts to persons. You can safely deny this permission and use Debitum without linking contacts.
## Screenshots

## Translation
You are welcome to contribute to [translations](TRANSLATION.md).
## License
All code in this repository is licensed under the [GNU General Public License v3.0](LICENSE).
Menu icons and parts of the launcher icon (pen, dollar-sign) are Material Icons by Google, licensed
under the [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0.html).