We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
--rate 175
./invoice generate --due "net 30" --from "XYzzY Inc." --id "20230703-33" --title "Invoice for June 2023" --to "ABCD Services" --tax 0.06 --item "Addition of Autoresponder" --quantity 10 --rate 75 --item "Phone review of proposal" --quantity 1
Currently the "Phone review of proposal" is printed in the PDF with a rate of 0.00. I would like it to reuse the last rate defined.
Thanks.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When invoicing by time, the rate is often fixed. E.G.
--rate 175
dollars/hr. I would like to be able touse the following command line:
Currently the "Phone review of proposal" is printed in the PDF with a rate of 0.00. I would like it to reuse
the last rate defined.
Thanks.
The text was updated successfully, but these errors were encountered: