invoice
invoice copied to clipboard
Command line invoice generator
This seems to to work for issue #40, but I'm not a golang dev so any suggestions/fixes are welcome
Using the environment variables as described in the readme will not work. the invoice generate command just ignores them.
For my invoices, I'm required to have the address for the organization paying under their name and my address under my companies name. You could use `-toaddress` and `-fromaddress` in...
https://github.com/maaslalani/invoice/issues/14
Hello Team, I am reaching out to request Homebrew installation support to mitigate the challenges tied to using go install which requires Go 1.20 version. The necessity of such a...
Download prebuild from https://github.com/maaslalani/invoice/releases https://github.com/maaslalani/invoice/releases/download/v0.1.0/invoice_0.1.0_linux_amd64.tar.gz ``` $ invoice invoice: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.32' not found (required by invoice) invoice: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by invoice) ```
More concurrenies, or allow config to add concurreny
Please make this program into a library that can be used from inside a Golang module. The difficulty is knowing how to execute this program from the command line, without...
**Is your feature request related to a problem? Please describe.** I like to invoice for hours , and sometimes I have to invoice for fractions of an hour. **Describe the...