-
Notifications
You must be signed in to change notification settings - Fork 38
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
Invoice template could be prettier... #6
Labels
Comments
I've opened an issue at Sparksuite's repo here, as it doesn't support tax fields out of the box. |
First version of new invoice template. Has an issue (link) with dompdf rendering currently.
|
I narrowed the problem down to this line: .invoice-box table {
width: 100%;
line-height: inherit; /* REMOVE THIS LINE */
text-align: left;
} I removed it and both the html and Update: the pdf would be better without shadows / colored backgrounds. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I don't like the current invoice template very much...
It was adapted form Laravel Cashier's old invoice template.
I think something like the Sparksuite template would be a huge improvement (link).
The text was updated successfully, but these errors were encountered: