I added 2 customers from Data -> Add New Customer, then I added 1 product and tried to create one invoice. I do not see any customer. I added one more customer from the invoice’s add customer filed. After I finish adding that customer, I find the customer for the moment but when I close the form and open again, that is gone!
Same with Products. I do not see the products when I try to create an invoice.
- MSAnswered
Hello,
The customer and products are not loaded but you need to search. Please type the customer name/company to get related option and same for products.
Thank you
- OAAnswered
Let me explore this.
- OAAnswered
Seems like working. I forgot to add my company at the first place. But I have few other issues -
How I can customise this page? I want to show the logo on the left, do you have any option to customise this?
- MSAnswered
Hello,
You can modify the item code as per license at your own risk. We do not offer support for modifications and modified versions.
Please refer to documentation.pdf’s last page to know more about modifying the code.
Modifying the code
The simple invoice manager is developed using Laravel and Vuejs. You can modify the PHP (Laravel) code as you need. If you modify the front-end code (Vuejs, Javascript)
resources/js/
you will need to rebuild the app usingnpm run build
after installing the dependencies withnpm i
For development, you can usenpm run dev
and once all modifications done build the production version withnpm run build
and deploy to your server.
Thank you