Sharedlists is a simple rails driven database for managing multiple product lists of various suppliers.
This app is used in conjunction with foodsoft. Some features work specifically with the foodcoop-adam fork, like the orderdoc plugin and maximum quantity.
Import of spreadsheets (ods, sxc, xls, xlsx) is supported when OpenOffice.org
is installed (libreoffice
in PATH
).
-
Most relevant tests are the file import tests, run them using
rake test:units
. -
There is currently no user-interface for editing users.
-
Mail synchronisation stores the spreadsheet and csv in
supplier_assets/mail_attachments
, while importing from the web-interface or usingrake
does not store the spreadsheet. Foodsoft's orderdoc plugin requires the spreadsheet to be present (it's referenced from an article'ssrcdata
).