Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.26 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.26 KB

Sharedlists

Dependency Status Issue board Documentation

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).

Notes

  • 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 using rake does not store the spreadsheet. Foodsoft's orderdoc plugin requires the spreadsheet to be present (it's referenced from an article's srcdata).