This repository is about app which calculate customers' point, we use ERPNext to build this project.
Name | Github | Branch |
---|---|---|
Master | ||
Dimas | dshirogami | |
Ega | EGEPEE | |
Renvil | schlucy | |
Reza | RezzaACM |
- New Project
- Make new project Optional: name project mispoint:
bench init mispoint --frappe-path https://[email protected]/devmis004/frappe-training/_git/frappe-training
- Open folder:
cd mispoint
- Bench new site Optional: mis.point.com:
bench new-site mis.point.com
- Get erpnext app:
bench get-app erpnext https://[email protected]/devmis004/erpnext-training/_git/erpnext-training
- Install erpnext app:
bench --site mis.point.com install-app erpnext
- Check your project:
bench start
- Default setting like Note
- Active developer mode on path /sites/sites_config.json, add:
"developer_mode": 1,
after db_password
- Make new project Optional: name project mispoint:
- Existing Project
- Open your existing project Optional :
cd /opt/erpnext/mispoint
- Get point app:
bench get-app appname https://github.com/EGEPEE/mispoint.git
- Install point app:
bench install-app point
- Run server:
bench start
- Open new terminal on project path
- Migrate app:
bench migrate
- Open your existing project Optional :
- Check your app, it will exist in Doctype -- Module
- Open point app Optional :
cd /opt/erpnext/mispoint/apps/point
- Pull repo:
git pull
orgit fetch
- Run server:
bench start
- Open new terminal on project path
- Migrate app:
bench migrate
- Check your app in the Doctype
- Open point app Optional :
cd /opt/erpnext/mispoint/apps/point
- Add all file:
git add .
- Commit your file to repo:
git commit -m "**summary your file which had a modified data**"
. Ex: git commit -m "modified readme.md" - Push to repository:
git push
- Setup Wizard
- Full name: Admin MIS
- Email: [email protected]
- Password: 123
- Login
- Username/email: Administrator
- Password: 123
- Installed
- App/Module: Point
- Site: mis.point.com
- Don't forget to add developer mode!
- Don't forget to add naming series Master Member, Master Item, Master Transaksi
MIT