diff --git a/ExistingProjects/ERP5.mdwn b/ExistingProjects/ERP5.mdwn new file mode 100644 index 0000000000000000000000000000000000000000..5c9243371e5063bb87e944e3db67c4c2df77629c --- /dev/null +++ b/ExistingProjects/ERP5.mdwn @@ -0,0 +1,27 @@ +## Links + +* - Project homepage +* - Source code +* - Virtual Machine for evaluation(You can use VirtualBox to run it). +* - How to install and use the ERP5 VM +* - Online Lectures including accounting. +* - Other user documents. + +## Technical + +* Web application +* Python2 +* Zope2 +* MariaDB(MySQL) + +## Preliminary evaluation + +### Positive + + +### Negative + + +### Comments + +Yusei Tahara(an ERP5 developer): I'm sure ERP5 can be customized into an international NPO accounting program. ERP5 is very flexible, customizable, strong i18n/l10n support. However it takes time to understand how to use/develop. Let me know if there are any questions.