{{define "nav"}}
bookkeeping ยท 2026
buildout of internal tooling the hardship of this endiver and leason learn of programming for reliability and easy use.
Book keeping and other record keeping tasks, benefit of not having a real deletation of data/infomation. Rather have a record of change.
records i have logged as "events" that is the real dated action of the company, this could be a purchase of inventory or sale of finished product.
The underlying "entry" contain the credit or debit value posted into a "account" that is referenced to a book section like liquidity/cash or deprestion of assset and the liabilities the compnay may have.
All this infomation is inserted into sqlite tables. The database is very cheap regarding storage.
But the attachments to events i have compressed as these mostly pdf are significantly more expensive.
later versions will have more user account restricted access, in this beta version, web access is consider the same user.
I can assume all actions is myself as i self host on my local network.
This is first look at the testing of the web ui of the bookkeeping software.
The alerts represent the current failure to comply with the law, is no attachments have been filed to these evenets.
The Blue highlighted event of synthitc nature, as it is created by the system as the resulting section of the book have yet to be moved to balance as a result.
Most of these posted done via the command line (cli) tool as this will give 100% control of the events and the underlying entries
Depreciation and amortization will soon be automatic as "notes" will soon contain the data such as lifespan of assets and other human insight infomation, like the accoutning method in use.
Command: ./klacq_acc_linux_xx.xx --port=8081
Password enable by setting ".env" file with PASSWORD_HASH="secret" secret is bcrypt
Free to run on your own machine or server. No account needed.
| /data/app.db | Main database |
| /data/attachments | Receipts & documents |
| /data/reports | Generated reports |
| /data/config.json | company info |