LaravelDaily/laravel-invoices

SKU to invoice item

Stelikas opened this issue · 3 comments

It would be great if it was possible to add item SKU.

mc0de commented

@Stelikas it is possible to do that by extending InvoiceItem class and updating your template to display SKU

@mc0de I have extended the class with sku & hasSKu options so it stays optional.

Is this something you would merge if I provide a PR?

In short, no. Adding extra fields that aren't "essential" means more stuff to look after, especially since not every invoice requires an SKU. This package is designed to give you a quick starting point for making invoices and lets you tweak it to suit your business needs.