Simply manage invoices
Project description
Shiny Invoice
This tool is meant as a simple and naive way to manage invoices locally. It is not meant to be published online and used as an enterprise tool.
Run
With Python
To run shiny-invoice
you need install it with:
pip install shiny-invoice
Once shiny-invoice
is installed you need to create configuration file.
A suitable default configuration can be generated with
shiny-invoice generate-default-config
Once everything is set up you can run shiny-invoice
with:
shiny-invoice run --config default_config.yaml
More information you can find with
shiny-invoice --help
shiny-invoice run --help
With Container
Execute the following line in a directory that has the config.yaml
file.
podman pull ghcr.io/dtrai2/shiny_invoice:latest
podman run -p 8000:8000 --volume .:/home/app -ti --rm shiny_invoice:latest run --config config.yaml
Workflow
This application manages the invoices as plain html files, named by the invoice id.
To turn the html file into a pdf just use the browsers print functionality.
All the data corresponding to the invoices is stored inside a json file, which is configured with the key
paths.datastore
.
The json you can edit as you like, via the gui it is only possible to change the 'Paid At' value.
This value is also used to determine if in invoice is indeed 'Paid' or 'Unpaid'.
Impressions
View of creating a new invoice
View of existing invoices
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file shiny_invoice-0.4.0-py3-none-any.whl
.
File metadata
- Download URL: shiny_invoice-0.4.0-py3-none-any.whl
- Upload date:
- Size: 13.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a5096b1af83b7d1f12589dd0bb3f0ef869fc4e5e39ce79cc60abd3f2b326c578 |
|
MD5 | 13a2ee05b80fc330e384c1cd3fac7915 |
|
BLAKE2b-256 | c25eae56c6fe9f02228e9aace951304c6cd2f21e38fa61885325686c924a4f73 |