Mispoint
Project Loyalty Point App - ERPNext
- Author: EGEPEE
- Repository: https://github.com/EGEPEE/mispoint
- GitHub stars: 8
- Forks: 6
- License: NOASSERTION
- Category: Developer Tools
- Maintenance: Unmaintained
Install Mispoint
bench get-app https://github.com/EGEPEE/mispoint
Tags
- bench
- erp-framework
- erpnext
- erpnext-application
- erpnext-website
- frappe
- point
Add the Frappe Gems badge to your README
Maintain Mispoint? Paste this into your README:
[](https://frappegems.com/gems/apps/EGEPEE/mispoint)
About Mispoint
MIS Point
This repository is about app which calculate customers' point, we use ERPNext to build this project.
Feature
Calculate Point
Claim Point
Print Format
Workflow

Team & Branch
| Name | Github | Branch |
|---|---|---|
| Master | ||
| Dimas | dshirogami | |
| Ega | EGEPEE | |
| Renvil | schlucy | |
| Reza | RezzaACM |
Sync Point App to Your Project
- New Project
- Make new project Optional: name project mispoint:
bench init mispoint --frappe-path https://training@dev.azure.com/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://training@dev.azure.com/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
Pull Repository
- Open point app Optional :
cd /opt/erpnext/mispoint/apps/point - Pull repo:
git pullorgit fetch - Run server:
bench start - Open new terminal on project path
- Migrate app:
bench migrate - Check your app in the Doctype
Push Repository
- 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
Note
- Setup Wizard
- Full name: Admin MIS
- Email: admin@gmail.com
- 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
License
MIT
Related Developer Tools apps for Frappe & ERPNext
- Frappe — Low code web framework for real world applications, in Python and Javascript
- Frappe Docker — Docker environment for developing, deploying, and running Frappe applications (ERPNext and custom apps) in production and development
- Builder — Craft beautiful websites effortlessly with an intuitive visual builder and publish them instantly
- Bench — CLI to manage Multi-tenant deployments for Frappe apps
- Frappe Ui — A set of components and utilities for rapid UI development
- Press — Full service cloud hosting for the Frappe stack - powers Frappe Cloud
- Gameplan — Open Source Discussions Platform for Remote Teams
- Doppio — A Frappe app (CLI) to magically setup single page applications and Vue/React powered desk pages on your custom Frappe apps.