Skip to content

Glossary

TermMeaning
BenchFrappe’s CLI and environment for managing sites, apps, and dependencies.
DeskThe logged-in ERPNext / Frappe back-office UI.
DocTypeFrappe metadata model: a document type (table + form + permissions).
Whitelist@frappe.whitelist exposes a Python function to HTTP API callers per Frappe rules.
SiteA Frappe installation bound to a database and site_config.json.
AppInstallable package; this repo’s app name is leekimerp.
FixtureJSON data exported/imported for DocTypes (see fixtures/).
MOD-xxGeneric module codes from the commercial handover template — mapped in Template MOD mapping.