invoice icon indicating copy to clipboard operation
invoice copied to clipboard

Command line invoice generator

Results 27 invoice issues
Sort by recently updated
recently updated
newest added

Currently it is a pain testing locally and extending the API due to depending on linking to run the program. (Could be wrong but haven't found a way to test...

Usually in financial documents, the values are aligned on the right or on the decimal point (for floating point values). The generated PDF doesn't do that. It left aligns all...

When invoicing by time, the rate is often fixed. E.G. `--rate 175` dollars/hr. I would like to be able to use the following command line: ``` ./invoice generate --due "net...

Add `Invoice Date` and `Billing Period` near `BILL TO` to make it clear to the user. It's really common for IT Services and IT Consulting.

A good feature would be to add the possibility to be able to automatically name the pdf with the --to string. Also to determine the output directory easier ( I...

Some customers want their invoices in a specific way (some showing taxes while others don't want taxes shown-not even the column for it even though it says 0 or is...