Skip to content
New issue

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

Make --rate sticky #23

Open
rouilj opened this issue Jul 3, 2023 · 0 comments
Open

Make --rate sticky #23

rouilj opened this issue Jul 3, 2023 · 0 comments

Comments

@rouilj
Copy link

rouilj commented Jul 3, 2023

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 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant