Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/borsini/simple-home-accounting
Simple web interface for plain text accounting. Compatible with ledger file format.
https://github.com/borsini/simple-home-accounting
accounting angular angular-material ledger plaintext-accounting
Last synced: 3 months ago
JSON representation
Simple web interface for plain text accounting. Compatible with ledger file format.
- Host: GitHub
- URL: https://github.com/borsini/simple-home-accounting
- Owner: borsini
- License: apache-2.0
- Created: 2016-09-15T14:12:44.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2022-12-10T16:53:55.000Z (about 2 years ago)
- Last Synced: 2024-08-02T12:52:03.815Z (6 months ago)
- Topics: accounting, angular, angular-material, ledger, plaintext-accounting
- Language: TypeScript
- Homepage:
- Size: 3.12 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 49
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - borsini/simple-home-accounting - Simple web interface for plain text accounting. Compatible with ledger file format. (angular)
README
# Simple Home Accounting
[![Build Status](https://travis-ci.org/borsini/simple-home-accounting.svg?branch=develop)](https://travis-ci.org/borsini/simple-home-accounting)
> This project aims to simplify everyone's day-to-day accounting. It provides a simple web based serverless application.
For years I have use complex or closed source sofwares to do this simple task. I wanted :
- to do my accounting quickly and everywhere
- to be independant of my bank application or any of the commercial apps
- to use an uber simple and long-lasting file format that I could open in 20 years from nowOne day I came across [ledger](https://www.ledger-cli.org/), a cool text file format quite popular among the geek community. It is part of what we call [plain text accounting](http://plaintextaccounting.org). I decided to write a UI on top of it and voilà :)
## Features
> The current version is raw and full of small bugs. Mainly because it just suits my needs :D
- Import any of your existing .ledger, .ofx, .gnucash files
- Add / edit / remove transactions
- Export your transactions as a .ledger file
- [Soon] Generate charts to get some statisticsIf you're curious, you can check the [backlog](https://github.com/Benlenem/ledger-charts/projects).
## Test it
A running version of the app is hosted [here](https://simple-home-accounting.web.app/). I personally use it to do my accounting.You can use it too and any feedback would be kindly appreciated !