invoices-cli icon indicating copy to clipboard operation
invoices-cli copied to clipboard

Generates html and pdf invoices using html template files, CSV databases for products, clients, and transactions

Results 10 invoices-cli issues
Sort by recently updated
recently updated
newest added

Bumps [pillow](https://github.com/python-pillow/Pillow) from 8.3.2 to 9.0.1. Release notes Sourced from pillow's releases. 9.0.1 https://pillow.readthedocs.io/en/stable/releasenotes/9.0.1.html Changes In show_file, use os.remove to remove temporary images. CVE-2022-24303 #6010 [@​radarhere, @​hugovk] Restrict builtins within...

dependencies

Hi, thanks for your great tool! Is there a csv template? I am no programmer myself, but can use the terminal and know about the benefits it can bring :)

enhancement

When omitting an important argument, you get a stacktrace. The program should give nicer arguments: missing option X, etc. This task should come after #13

enhancement

The program works with subcommands like generate and render. Currently, you have to call it like so: `python3 -m invoices-cli -p /path/to/csv_file render` I think it shouldn't require an option,...

enhancement

The program needs a command line interface to work as a pip package. See #3 and #4 for complementary tasks. ## Feature ideas ## - Override csv filepath (e.g. to...

enhancement

Create a list of products in a CSV file that can use to quickly fill recurring invoices using the product's ID or name. Eventually we could use a program like...

enhancement

Create a list of clients in a CSV file that can use to quickly fill recurring invoices using the client's ID or name. Eventually we could use a program like...

enhancement

We already have objects for products, clients, and invoices, so it's a matter of adding operator support to add them to the database. These objects, like InvoiceList, should subclass the...

enhancement

- Features - Limitations - Installing - Getting started - Some tips, like ways to use other command line tools to e.g. render a range of invoices. Like ```fish set...

enhancement

https://betterscientificsoftware.github.io/python-for-hpc/tutorials/python-pypi-packaging/

enhancement