- MSAnsweredHello,
Please try link the storage folder again with `php artisan storage:link --force` command.
If still same, please let me know the site link with login details in private reply to check.
Thank you - LVAnsweredBut in demo exists the same errorAttachments
- MSAnsweredHello,
I find the issue with item image. I will fix this in the next update.
For now, please edit `app/Http/Resources/ItemResource.php` and change line `'photo' => $this->photo ? Storage::disk('assets')->url($this->photo) : null,` to
```
'photo' => $this->photo ? Storage::disk('images')->url($this->photo) : null,
```
Thank you - LVAnsweredThank you, is resolved. But in checkin and checkout, no show image.. Can you help me?Attachments
- MSAnsweredHello,
There was issue as the disk was change for the item photos. I have fixed this on live demo and updated the dependencies. Can you please help me test live demo before I release the update.
Thank you - LVAnsweredWith pleasure, indeed the image error has been fixed. However, these other issues still remain:
When editing income and expenses, the date is lost.
The dashboard shows August’s transactions in July.Attachments - MSAnsweredHello,
I have fixed the date.
I am not sure why the chart was shown there like that as it's correct on my both machines. I have changed the ways data was prepared. Please check the live demo now.
Thank you - LVAnsweredYes, Yes, the data now appears in August, that is, in the correct month. I can see that in the income and expenses query you removed the images, which is great because they are not necessary.
But now I see that when creating a new transfer, the page comes up blank.Attachments - LVAnsweredhttps://wims.tec.sh/adjustments/create
show in blank too - MSAnsweredI am sorry the date fix caused that in previous push. I have fixed it. Thank you
- Login to Reply