Invoice Header.
-
Hi, guys, can I ask if there is a way to add a header to the generated invoices? For example, I want to add my company's address and name at the top. Something similar to this: https://templates.invoicehome.com/invoice-template-us-classic-white-750px.png.
2nd Question: Is there a stock report function in bagisto where I can how many items I started with, and how many I have sold etc?
3rd Question: Is there a customer history, where I can view every single transactions made by my customers? And not just the top 5 customers? Thanks!
-
@Johann
1.I want to add my company's address and name at the top: we are adding this feature in bagisto you will get this in our next release.
2.Currently this feature is not added.
3.Currently this feature is not added -
Thanks for the reply, may I ask, if I want the admin panel's stock threshold in dashboard to display every single product I have, instead of just the 5 lowest stock product, is there a way to do it?
-
Any replies regarding the above inquiries?
-
Helloi @Johann ,
just comment /remove the limit from the following file :
packages/Webkul/Admin/src/Http/Controllers/DashboardController.phpremove the limit from the getStockThreshold() method .
Thank you.