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

Recognize articles from CSV without order number #1069

Open twothreenine opened 2 months ago

twothreenine commented 2 months ago

For updating articles, it can be handier to export a CSV, edit them in a spreadsheet editor, and re-import it. However, currently, you can't use CSV export + import to edit articles in case any of the supplier's articles don't have an order number -- the first article in the list would get changed instead.

Suggestions:

I'd suggest to implement this after the article unit fork is merged, but before the next release, to avoid multiple breaking changes to the CSV format.