Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wlandau/dynamic-ledger
A little personal accounting package written in C. More to come later.
https://github.com/wlandau/dynamic-ledger
Last synced: 8 days ago
JSON representation
A little personal accounting package written in C. More to come later.
- Host: GitHub
- URL: https://github.com/wlandau/dynamic-ledger
- Owner: wlandau
- License: gpl-3.0
- Created: 2013-12-02T05:35:52.000Z (almost 11 years ago)
- Default Branch: main
- Last Pushed: 2020-10-27T16:35:17.000Z (about 4 years ago)
- Last Synced: 2024-10-11T18:25:30.982Z (about 1 month ago)
- Language: C
- Size: 17 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
I abandoned this project in favor of ATC (also a GitHub repo on this account) and then simple.com, but I'm keeping it here still because I learned a ton about automake tools in C. Next time I write a C program and use automake for production and distribution, I'll come back tot his project.
Dynamic Ledger is a personal accounting program I wrote in C before I discovered simple.com. If you have bank accounts and one or more credit cards, and if many of the credit card transations are delayed, it can be difficult to do your accounting. How much do you actually have left to spend when some credit card transactions are delayed? Dynamic ledger tries do deal with that problem. See INSTALL, tutorial/tutorial.pdf, or man/dl.1 for details.