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

I wrote a few PKGBUILDs for this, submitted them to the AUR, and updated the README to mention installation on Arch Linux systems. - https://aur.archlinux.org/packages/invoice - https://aur.archlinux.org/packages/invoice-bin - https://aur.archlinux.org/packages/invoice-git

Using a configuration file formatted like: ``` { "due": "net 30", "from": "XYzzY Inc.", "to": "ABCD Services", "tax": 0.06 } ``` and a command line: ``` ./invoice generate --import ABCD.json...

**Is your feature request related to a problem? Please describe.** I would like to see a docker image for this. **Describe the solution you'd like** Automatically publish a new docker...

The title says it all, text fields such as the "item name" field overflow over top of other content such as the quantity, rate and amount fields ![](https://media.discordapp.net/attachments/870651256316776482/1132418313813762098/image.png?width=1415&height=897)

allows to set a custom font, e.g.: ```bash invoice generate \ --item "Yellow Rubber Duck" --quantity 5 \ --item "Special Edition Plaid Rubber Duck" --quantity 1 \ --note "For debugging...

enhancement

This allows to add company details such as address, document or whatever else is needed. To improve contrast a bit, also made the company name bold.

enhancement

…file that comes from the latest Git tag. A bash script is included that generate the version_linux.go file based on that Git tag in the current folder (for using when...

For example: `invoice generate --from "你好"`

Great project! I took it upon myself to learn GO to help out: * no dates on items (my clients want to see a date beside each item, a date...

For invoices that bill by time, `--quantity` should be a floating point number so 1/2 hour or other time periods can be specified. Currently using `--quantity 0.5 --rate 175` I...