We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
a9650bb
Generate invoices from the command line.
invoice generate --from "Dream, Inc." --to "Imagine, Inc." \ --item "Rubber Duck" --quantity 2 --rate 25 \ --tax 0.13 --discount 0.15 \ --note "For debugging purposes."