forked from frappe/erpnext
-
Notifications
You must be signed in to change notification settings - Fork 19
Development To Do
rmehta edited this page Oct 1, 2012
·
6 revisions
- Item Variant Generator
- Query reports
- Production Module
- Communication Cleanup (pull from email) - Use the app exclusively to communicate
- Query Report x keyboard driven
- "Linked With"
- Email Thread
- Parallel form1 & form2
- Calendar
- Text Editor
- Module Home Pages
x new directory structure
- install
- memcached
- Patch system
- Controller (MVC)
- Validator
- Tests
- language
- mapper
- Data varchar 180
- Versions
- remove account balances
- Customer / Supplier merge
- Stock Entry merge
- Remove old reports
- Production
- Account - inventory integration
- Customer-vendor logins
- Web shop
- Tally import
- Item variant generator
# new root directory for the folder
mkdir erpnext_new
cd erpnext_new
# move repositories
mv ../erpnext_old/lib lib
mv ../erpnext_old app
# move conf.py
mv ../erpnext_old/conf.py conf.py
# build public folder
lib/wnf.py -b
# build public files
mv ../erpnext_old/files public/files
mv ../erpnext_old/backups public/backups