Mispoint

Project Loyalty Point App - ERPNext

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:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=EGEPEE%2Fmispoint)](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


Workflow

alt text


Team & Branch

Name Github Branch
Master
Dimas dshirogami
Ega EGEPEE
Renvil schlucy
Reza RezzaACM

Sync Point App to Your Project

  1. 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
  2. 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
  3. Check your app, it will exist in Doctype -- Module

Pull Repository

  1. Open point app Optional : cd /opt/erpnext/mispoint/apps/point
  2. Pull repo: git pull or git fetch
  3. Run server: bench start
  4. Open new terminal on project path
  5. Migrate app: bench migrate
  6. Check your app in the Doctype

Push Repository

  1. Open point app Optional : cd /opt/erpnext/mispoint/apps/point
  2. Add all file: git add .
  3. Commit your file to repo: git commit -m "**summary your file which had a modified data**". Ex: git commit -m "modified readme.md"
  4. Push to repository: git push

Note

  1. Setup Wizard
    • Full name: Admin MIS
    • Email: admin@gmail.com
    • Password: 123
  2. Login
    • Username/email: Administrator
    • Password: 123
  3. Installed
    • App/Module: Point
    • Site: mis.point.com
  4. Don't forget to add developer mode!
  5. 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.