✓ Changes saved successfully
🏢 Operations Control Center
Order Pipeline
Overview
Manage your entire order journey — from first inquiry to final installation — all in one seamless workspace. Update, track, and monitor every stage with ease.
FY 2025–26
Active Period
🕐 Last updated: 25 Feb 2026, 10:42 AM
342
Total Orders
↑ +18 this week
87
In Production
↑ 12 lines active
94.2%
QC Pass Rate
↑ +1.2% vs last month
23
Deliveries Today
⚠ 6 pending allocation
4.7★
Customer Satisfaction
↑ 156 installations
Order Stages
5 Active Stages
01
342
Orders
₹48.2L
Value
28
Quotations
78%
▼
📊 Update Metrics
Sales Orders (Count)
Order Value (₹ Lakhs)
Pending Quotations
Pending Approval
⚙️ Stage Config
Stage Status
Completion %
Responsible Team
Target Date
📝 Notes & Documents
02
87
Work Orders
92%
Capacity
5 days
Lead Time
61%
▼
📊 Update Metrics
Work Orders (Active)
Active BOMs
Capacity Utilization %
Avg Lead Time (Days)
⚙️ Stage Config
Stage Status
Completion %
Production Lines Active
Responsible Team
📝 Notes & Documents
03
94.2%
QC Pass
12
Rejections
₹22L
Inventory
85%
▼
📊 Update Metrics
QC Pass Rate %
Rejections (Count)
Active Warehouses
Inventory Value (₹ Lakhs)
⚙️ Stage Config
Stage Status
Completion %
QC Standard
Responsible Team
📝 Notes & Documents
Stage Remarks
ERPNext Doctypes
04
23
Deliveries
97%
On-Time
8
Vehicles
70%
▼
📊 Update Metrics
Deliveries Today
Pending Allocation
On-Time Rate %
Vehicles Active
⚙️ Stage Config
Stage Status
Completion %
Delivery Zones
Responsible Team
📝 Notes & Documents
Stage Remarks
ERPNext Doctypes
05
156
Installs
4.7★
Rating
8
Open Tickets
93%
▼
📊 Update Metrics
Total Installations
Customer Rating (out of 5)
Open Support Tickets
Satisfaction Score %
⚙️ Stage Config
Stage Status
Completion %
SLA Turnaround (Days)
Responsible Team
📝 Notes & Documents
Stage Remarks
ERPNext Doctypes
API Mapping Reference
Frappe v15 · REST
ERPNext REST Endpoints
FRAPPE v15
Base:
/api/resource/ · Auth: token {api_key}:{api_secret}| Stage | Doctype / Endpoint | Method | Purpose | Status |
|---|---|---|---|---|
| 01 · Order | /api/resource/Sales Order | GET | Fetch orders with filters | ◐ Mock |
| /api/resource/Quotation | GET | Pending quotation count | ◐ Mock | |
| /api/method/erpnext.selling.api... | POST | Create / amend order | ◐ Mock | |
| 02 · Production | /api/resource/Work Order | GET | Active work orders list | ◐ Mock |
| /api/resource/Production Plan | POST | Submit production plan | ◐ Mock | |
| /api/resource/BOM | GET | Active BOM list | ◐ Mock | |
| 03 · Quality | /api/resource/Quality Inspection | GET | QC pass/fail summary | ◐ Mock |
| /api/resource/Stock Entry | POST | Move stock to warehouse | ◐ Mock | |
| 04 · Delivery | /api/resource/Delivery Note | GET | Today's delivery notes | ◐ Mock |
| /api/resource/Delivery Trip | PUT | Allocate vehicle / driver | ◐ Mock | |
| 05 · Install | /api/resource/Installation Note | GET | Installation records | ◐ Mock |
| /api/resource/Issue | GET | Open support tickets | ◐ Mock | |
| /api/method/frappe.client.get_list | POST | Custom filtered reports | ✓ Ready |