mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
- Add `cost_center` field and `accounting_dimensions_section` / `dimension_col_break` to Request for Quotation Item DocType so custom accounting dimensions propagate automatically - Register `Request for Quotation Item` in `accounting_dimension_doctypes` hook - Map `cost_center` from Material Request → RFQ in `make_request_for_quotation` - Map `cost_center` from RFQ → Supplier Quotation in `make_supplier_quotation_from_rfq` and `create_rfq_items` (portal flow) - Map `cost_center` in `get_item_from_material_requests_based_on_supplier` (MR-based RFQ flow) - Add test cases to verify cost_center propagation through the MR → RFQ → SQ chain Fixes #55855 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Manage buying (purchasing).
Transactions include:
- Material Request
- Supplier Quotation
- Purchase Order
- Quality Inspection