- MSAnswered
Hello,
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
- LVAnswered
But in demo exists the same error
Attachments - MSAnswered
Hello,
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
- LVAnswered
Thank you, is resolved. But in checkin and checkout, no show image… Can you help me?
Attachments - MSAnswered
Hello,
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
- LVAnswered
With 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 - MSAnswered
Hello,
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
- LVAnswered
Yes, 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 - LVAnswered
https://wims.tec.sh/adjustments/create
show in blank too
- MSAnswered
I am sorry the date fix caused that in previous push. I have fixed it. Thank you
- Login to Reply