| Bench | Frappe’s CLI and environment for managing sites, apps, and dependencies. |
| Desk | The logged-in ERPNext / Frappe back-office UI. |
| DocType | Frappe metadata model: a document type (table + form + permissions). |
| Whitelist | @frappe.whitelist exposes a Python function to HTTP API callers per Frappe rules. |
| Site | A Frappe installation bound to a database and site_config.json. |
| App | Installable package; this repo’s app name is leekimerp. |
| Fixture | JSON data exported/imported for DocTypes (see fixtures/). |
| MOD-xx | Generic module codes from the commercial handover template — mapped in Template MOD mapping. |