Question: Image Product

Image Product

Dont Show Image Product

LV

Luis Velez

Asked
Dont Show Image Product
  • MS

    Mian Saleem

    Answered
    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
  • LV

    Luis Velez

    Answered
    But in demo exists the same error
  • MS

    Mian Saleem

    Answered
    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
  • LV

    Luis Velez

    Answered
    Thank you, is resolved. But in checkin and checkout, no show image.. Can you help me?
  • MS

    Mian Saleem

    Answered
    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
  • LV

    Luis Velez

    Answered
    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.
  • MS

    Mian Saleem

    Answered
    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
  • LV

    Luis Velez

    Answered
    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.
  • LV

    Luis Velez

    Answered
    https://wims.tec.sh/adjustments/create

    show in blank too
  • MS

    Mian Saleem

    Answered
    I am sorry the date fix caused that in previous push. I have fixed it. Thank you
  • Login to Reply