https://github.com/codelv/zerobooks
Simple desktop based, completely offline, completely free and open source, invoicing software for linux.
https://github.com/codelv/zerobooks
Last synced: about 1 year ago
JSON representation
Simple desktop based, completely offline, completely free and open source, invoicing software for linux.
- Host: GitHub
- URL: https://github.com/codelv/zerobooks
- Owner: codelv
- License: gpl-3.0
- Created: 2023-09-01T12:44:51.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T16:16:55.000Z (almost 2 years ago)
- Last Synced: 2025-03-29T01:51:39.659Z (about 1 year ago)
- Language: Python
- Homepage: https://codelv.com/projects/zerobooks/
- Size: 806 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zerobooks
Simple desktop based, completely offline, completely free and open source,
invoicing software for linux.
See the [project site](https://codelv.com/projects/zerobooks/) for screenshots. If you find it helpful feel free to [donate](https://codelv.com/donate).
### Install
1. Install python (preferribly in a virtual environment).
2. Clone repo
3. Run `pip install -e ./`
On linux you can optionally run `make install` to install the desktop shortcut.
### Run
Run `alembic upgrade head` to generate a new database.
In the correct virtual env run `zerobooks` or `python -m zerobooks`.
## License
GPL v3.