Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

personal-accounting-go
======================

:author: meisterluk
:license: CC0 1.0 Universal
:version: 0.0.1-initial

Personal 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. sqlite

Accounting 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 interface

best regards,
meisterluk