Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meisterluk/personal-accounting-go
A simple script to manage personal accounting
https://github.com/meisterluk/personal-accounting-go
Last synced: 1 day ago
JSON representation
A simple script to manage personal accounting
- Host: GitHub
- URL: https://github.com/meisterluk/personal-accounting-go
- Owner: meisterluk
- License: cc0-1.0
- Created: 2016-01-10T19:43:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-10T19:47:38.000Z (almost 9 years ago)
- Last Synced: 2025-01-02T21:48:33.124Z (7 days ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE
Awesome Lists containing this project
README
personal-accounting-go
======================:author: meisterluk
:license: CC0 1.0 Universal
:version: 0.0.1-initialPersonal accounting is a small script enabling myself to organize
my private accounting by providing a mobile app and command line
script to log all incomes and expenses ("transactions").Transactions happen between "entities" and are tagged with keywords,
so you can analyze them later.Goals
-----Data storage
1. XML file for now
2. sqliteAccounting capabilities
1. Will always stay limited. Analysis is meant to be done externally (use XML file)
Frontends
1. Command line interface
2. Mobile application (Android)
3. Web interfacebest regards,
meisterluk