Invoice Data is empty
-
when the PDF is downloaded, the invoice data is not recorded correctly like this
how to fix this?
-
@ehdava
Please mention your bagisto version in which you are getting this issue. -
@Jyoti hey,
i'm using version 0.1.8 of bagisto right now -
@ehdava
You can use our latest release, you will not get these issues in this version and it also consist of 4 new product types.
https://github.com/bagisto/bagisto/releases -
@Jyoti hey,
okay but sadly i've already going live with bagisto 0.1.8, what should i do then?
-
@ehdava
Please check this once for US dollar (currency) and let us know -
@Jyoti i've done with USD currency and it is still not showing the data in the invoice
-
Hi @ehdava
To get the solution you have to upgrade your Bagisto to 1.0.0 latest stable release.steps to upgrade your live website to Latest release:-
- first store the backup file of database.
- take a pull from the latest version of bagisto from this tag
https://github.com/bagisto/bagisto/tree/v1.0.0 - Now, migrate the database php artisan migrate
- php artisan vendor:publish --force
- php artisan config:cache
Thanks,