Improving foodsoft! Railsupgrade, BNN Import/Export, Usability stuff https://prototypefund.de/project/weiterentwicklung-von-foodsoft/
Go to file
bennibu 35ec54b4f4 Merge pull request #80 from balkansalat/master
Session store, order creator, mailing list wiki link, task validation
2012-12-12 09:01:22 -08:00
app Corrected config hash index to ':mailing_list_subscribe' 2012-11-13 10:18:40 +01:00
config Documented config/initializers/session_store.rb 2012-11-14 09:52:32 +01:00
db Save and display creator of Order 2012-11-12 14:24:49 +01:00
doc Order-refactoring part II. 2009-02-03 21:14:48 +01:00
lib Fixed rake task to create weekly tasks. 2012-06-26 23:18:55 +02:00
public Minor css changes due to haml/sass update. 2012-06-24 11:02:35 +02:00
script Initial commit of foodsoft 2 2009-01-06 11:49:19 +01:00
test New annotation, because of db switch to mysql. 2011-05-07 21:55:24 +02:00
tmp Ignored tmp, rubymine project files and other stuff. 2011-05-06 19:55:34 +02:00
vendor/plugins Fixed bug on ordergroups account managment page. 2010-05-28 11:50:18 +02:00
.gitignore make it run... 2012-11-09 23:54:45 +01:00
.rbenv-version Added rbenv version file to change ruby version. 2012-07-20 14:55:52 +02:00
Gemfile make it run... 2012-11-09 23:54:45 +01:00
Gemfile.lock Changes during bundler update... 2012-02-24 10:49:33 +01:00
LICENSE Update License (to GPL3) and install instructions. 2009-01-20 15:59:06 +01:00
MULTI_COOP_INSTALL Made multi coop installation available as an option in app_config.yml. 2009-08-13 16:36:01 +02:00
README Recommend using rails3 branch for beginners. 2012-08-25 12:26:20 +02:00
README_DEVEL Documented config/initializers/session_store.rb 2012-11-14 09:52:32 +01:00
Rakefile Initial commit of foodsoft 2 2009-01-06 11:49:19 +01:00
VERSION Bumped new version: 3.1.1 2012-07-20 15:03:22 +02:00

README

== FoodSoft

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

== Install

Have a look on README_DEVEL.

Update, it is highly recommended to checkout the rails3 branch. As soon as possible I will merge this branch
into master. So for beginnners, better start with the new (I hope much easier) code.

git checkout -b rails3 origin/rails3

== License

FoodSoft - a webbased foodcoop management software
Copyright (C) 2011 Benni and Lasse

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

(See file LICENSE for the full text of the GPL)