Mart

Install Mart

bench get-app https://github.com/Connect4systems/mart

Add the Frappe Gems badge to your README

Maintain Mart? Paste this into your README:

[![Listed on Frappe Gems](https://frappegems.com/api/method/frappe_gems.seo.badge?app=Connect4systems%2Fmart)](https://frappegems.com/gems/apps/Connect4systems/mart)

About Mart

Mart

Minimal custom app template ready to install on:

  • Frappe v16
  • ERPNext v16

What is included

  • Python package metadata (pyproject.toml, setup.py, MANIFEST.in)
  • App module package (mart/)
  • Frappe app config (mart/hooks.py)
  • Module registration (mart/modules.txt)
  • Patch scaffold (mart/patches.txt, mart/patches/__init__.py)
  • Desk module card (mart/config/desktop.py)

Install in an existing Bench (v16)

Run from your bench folder (where sites/ exists):

bench get-app /path/to/mart
bench --site your-site.local install-app mart

If ERPNext is not installed yet:

bench get-app erpnext --branch version-16
bench --site your-site.local install-app erpnext
bench --site your-site.local install-app mart

Verify

bench --site your-site.local list-apps

You should see both erpnext and mart in the output.

Next steps

  • Create DocTypes under module Mart
  • Add fixtures and patches as needed
  • Add tests before production rollout

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.