foodcoops / foodsoft

Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).
https://foodcoops.net/
Other
326 stars 146 forks source link

Article Pictures #1009

Open yksflip opened 1 year ago

yksflip commented 1 year ago

how to import many? how to provide via api?

wvengen commented 11 months ago

In the foodcoop-adam fork, there was support for external picture URLs, which would be set on the supplier edit page. So the picture URL would be e.g. https://supplier.example.com/products/%{article_number}.jpg. This avoided having to upload pictures for all articles, and worked for some suppliers (which had online pictures). The image was shown when hovering over the name or an image symbol in front of the name. This wasn't ideal - I'm not suggesting this is the approach to use here -, but may be an inspiration. In any case, large wholesale retailers often have images available in some way, which would be good to import (and update) automatically. Small-scale retailers often have no images, so there a foodcoop may want to upload manual photo's.

decentral1se commented 11 months ago

This would be absolutely incredible and so so so many people have requested it.

twothreenine commented 8 months ago
  • as a admin, role: upload,replace,delete article images

I guess you mean to tie this to the article (edit) role, not the actual admin role?