Improving foodsoft! Railsupgrade, BNN Import/Export, Usability stuff https://prototypefund.de/project/weiterentwicklung-von-foodsoft/
Go to file
Patrick Gansterer 4e35e2d58e Add handling for message reply via email
If the reply_email_domain configuration is set the messages plugin will
use unique Reply-To addresses for every email. They contain enough
information to reconstruct the message context and a hash to avoid
user forgery and spam.
A mail transfer agent must be configured to call the new rake task
foodsoft:parse_reply_email for incoming mails. The rake task requires
the receipt of the mail in the RECIPIENT variable and the raw message
via standard input. An example invocation would look like:
rake foodsoft:parse_reply_email RECIPIENT=f.1.1.HASH < test.eml
2016-03-04 18:11:27 +01:00
app Make unassigned tasks more prominent in the dashboard 2016-03-04 17:15:45 +01:00
bin Improve testing script 2015-05-02 14:34:13 +02:00
config Add handling for message reply via email 2016-03-04 18:11:27 +01:00
db Add handling for message reply via email 2016-03-04 18:11:27 +01:00
doc Updated Docker setup. 2016-02-24 00:11:31 +01:00
lib Add handling for message reply via email 2016-03-04 18:11:27 +01:00
plugins Add handling for message reply via email 2016-03-04 18:11:27 +01:00
public Handle errors using Gaffe 2015-07-21 00:08:17 +02:00
script Small improvement to heroku deploy script 2015-04-11 02:57:03 +02:00
spec Fix failing tests 2016-02-18 23:52:07 +01:00
tmp Ignored tmp, rubymine project files and other stuff. 2011-05-06 19:55:34 +02:00
vendor Mention OpenSans license 2015-06-12 17:03:22 +02:00
.dockerignore Make rake setup task work with Docker 2015-05-02 14:34:13 +02:00
.gitignore expand gitignore [ci skip] 2014-07-09 14:26:49 +02:00
.travis.yml Add display manager on Travis to fix running tests 2016-02-24 00:02:35 +01:00
.yardopts update documentation generation 2014-06-23 17:51:20 +02:00
CHANGELOG.md Add release note for Docker setup 2016-02-24 00:14:36 +01:00
Dockerfile Updated Docker setup. 2016-02-24 00:11:31 +01:00
Gemfile Fix failing tests 2016-02-18 23:52:07 +01:00
Gemfile.lock Add handling for message reply via email 2016-03-04 18:11:27 +01:00
LICENSE.md cleanup doc markup [ci skip] 2014-06-23 17:51:18 +02:00
README.md Mention OpenSans license 2015-06-12 17:03:22 +02:00
Rakefile Bundle update 2015-05-30 19:12:33 +02:00
VERSION continue development after release 2015-05-15 14:29:37 +02:00
config.ru First step for upgrading to rails 3. 2011-05-11 01:32:21 +02:00
docker-compose.yml Updated Docker setup. 2016-02-24 00:11:31 +01:00

README.md

Foodsoft

Build Status Coverage Status Docs Status Code Climate Dependency Status Documentation

Web-based software to manage a non-profit food coop (product catalog, ordering, accounting, job scheduling).

A food cooperative is a group of people that buy food from suppliers of their own choosing. A collective do-it-yourself supermarket. Members order their products online and collect them on a specified day. And all put in a bit of work to make that possible. Foodsoft facilitates the process.

If you're a food coop considering to use foodsoft, please have a look at the wiki page for foodcoops. When you'd like to experiment with or develop foodsoft, you can read how to set it up on your own computer.

More information about using this software and contributing can be found on the wiki.

Developing

Get foodsoft running locally, then visit our Developing Guidelines page on the wiki.

Deploying

Setup foodsoft to run in production, and automate deployment. This section is very much a work in progress.

License

GPL version 3 or later, please see LICENSE for the full text. Some bundled third-party components have other licenses.

Thanks to Icons8 for letting us use their icons.