Improving foodsoft! Railsupgrade, BNN Import/Export, Usability stuff https://prototypefund.de/project/weiterentwicklung-von-foodsoft/
Go to file
lasse 80287aeea4 Updating README_DEVEL and fixing environment.rb so foodsoft runs on a clean system.
Signed-off-by: bennibu <benni@dresdener27.de>
2009-01-27 19:57:07 +08:00
app Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
config Updating README_DEVEL and fixing environment.rb so foodsoft runs on a clean system. 2009-01-27 19:57:07 +08:00
db Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
doc Initial commit of foodsoft 2 2009-01-06 11:49:19 +01:00
lib Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
public Refactoring of articles and article_categories. articles are now a nested resource of supplier. 2009-01-16 16:19:26 +01:00
script Initial commit of foodsoft 2 2009-01-06 11:49:19 +01:00
test Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
vendor/plugins Introduced acts_as_paranoid. Avoid deleting of suppliers and articles. (for consistency of order-results) 2009-01-20 19:37:15 +01:00
.gitignore Complete refactoring of messaging module. From now messages are saved only once and send afterwards via a the 'send_emails'-rake-task. 2009-01-15 18:26:37 +01:00
LICENSE Update License (to GPL3) and install instructions. 2009-01-20 15:59:06 +01:00
README Update License (to GPL3) and install instructions. 2009-01-20 15:59:06 +01:00
README_DEVEL Updating README_DEVEL and fixing environment.rb so foodsoft runs on a clean system. 2009-01-27 19:57:07 +08:00
Rakefile Initial commit of foodsoft 2 2009-01-06 11:49:19 +01:00
capfile Initial commit of foodsoft 2 2009-01-06 11:49:19 +01: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.

== License

FoodSoft - a webbased foodcoop management software
Copyright (C) 2009 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)