Sander van Hooft
Sander van Hooft
@thebigredgeek Do you have example code for that? > You can use MemoryStore for Multer to avoid having to read the file after the fact, as each file object will...
@thebigredgeek I just did, learned a lot from this issue (parse, multer, fs-extra).... After a lot of trial and error, I decided to go without the memoryStore/buffer. In order to...
Must not forget to include a new `.travis` config
Adoption of `MoneyPHP` has introduced a breaking change: update your `receipt.blade.php` when upgrading to `v2`.
@bigperson It's work in progress, so no support, but you can check out the `v2` branch.
Thanks for opening this issue. I agree, we should set the `InvoiceReferenceGenerator` class in the config and bind it into the container. Can you submit a PR for this?
I've opened an issue at Sparksuite's repo [here](https://github.com/sparksuite/simple-html-invoice-template/issues/5), as it doesn't support tax fields out of the box.
First version of new invoice template. Has an issue [(link)](https://github.com/dompdf/dompdf/issues/1715) with dompdf rendering currently. ``` Your receipt .invoice-box { max-width: 800px; margin: auto; padding: 30px; border: 1px solid #eee; box-shadow:...
I narrowed the problem down to [this line](https://github.com/sparksuite/simple-html-invoice-template/blob/master/invoice.html#L22): ``` CSS .invoice-box table { width: 100%; line-height: inherit; /* REMOVE THIS LINE */ text-align: left; } ``` I removed it and...
Update: I am working on a new template. Below is the html version; it's responsive.