feat: Material management and pricing — from ERP integration #3

Open
opened 2026-06-23 15:30:47 +00:00 by jmiller · 0 comments
Owner

Summary

Leverage ERP inventory and pricing for construction material management, cost tracking, and procurement.

Requirements

  • Material catalog — use ERP product catalog for construction materials
  • Job material allocation — allocate materials to jobs with cost code assignment
  • Material requisitions — field requests for materials tied to job + cost code
  • Purchase orders — create ERP POs from material requisitions
  • Material receiving — receive against POs, inspect, allocate to job site
  • Pricing — use ERP supplier pricing for bid estimating
  • Cost tracking — actual material cost vs budgeted by cost code
  • Waste tracking — track material waste and returns per job

Technical Notes

  • All material data lives in ERP (products, stock, POs, pricing)
  • Construction adds job_id + cost_code_id to ERP order items
  • MaterialHelper bridges to ERP's StockHelper and PurchaseOrderHelper
## Summary Leverage ERP inventory and pricing for construction material management, cost tracking, and procurement. ## Requirements - [ ] **Material catalog** — use ERP product catalog for construction materials - [ ] **Job material allocation** — allocate materials to jobs with cost code assignment - [ ] **Material requisitions** — field requests for materials tied to job + cost code - [ ] **Purchase orders** — create ERP POs from material requisitions - [ ] **Material receiving** — receive against POs, inspect, allocate to job site - [ ] **Pricing** — use ERP supplier pricing for bid estimating - [ ] **Cost tracking** — actual material cost vs budgeted by cost code - [ ] **Waste tracking** — track material waste and returns per job ## Technical Notes - All material data lives in ERP (products, stock, POs, pricing) - Construction adds job_id + cost_code_id to ERP order items - MaterialHelper bridges to ERP's StockHelper and PurchaseOrderHelper
Sign in to join this conversation.
No labels
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteConstruction#3