mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-14 09:23:09 +00:00
Move drop-ship item handling into buying/doctype/purchase_order/services/drop_ship.py: - update_dropship_received_qty stays as a whitelisted controller delegator (called from purchase_order.js) - update_delivered_qty_in_sales_order, has_drop_ship_item and set_received_qty_to_zero_for_drop_ship_items move into the service (internal-only; on_cancel and the module-level update_status wrapper repointed) No behaviour change.
Manage buying (purchasing).
Transactions include:
- Material Request
- Supplier Quotation
- Purchase Order
- Quality Inspection