-
Notifications
You must be signed in to change notification settings - Fork 0
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
generate invoice document #28
Comments
Josh suggested using latex for doing an invoice template. Looks better for templating than docx. |
Some latex invoice templates: |
@muffinator what would be great would be a way to search-and-replace fields in the invoice. I could supply the fields in json form, something like
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
would be great to automatically generate an invoice document.
various ideas:
there is a library, docx-rs, that might be able to help with this. currently is a bit broken but the examples seemed to work after fixing the compile errors.
The text was updated successfully, but these errors were encountered: