Warehouse
create_delivery โ Create Delivery Note
Creates a SAP delivery note for a customer โ a write, always held for human review.
create_goods_receipt_po โ Create Goods-Receipt PO
Creates a SAP goods-receipt PO for a supplier โ a write, always held for human review.
create_return โ Create A/R Return
Creates a SAP A/R return for a customer โ reverses a delivery (goods come back), held for human review.
get_delivery_summary โ Delivery Summary
A single aggregate over delivery notes โ count, total value, min, max, and the date range.
get_order_backlog โ Order Backlog
For each item with open sales-order demand, how much is ordered versus how much stock is on hand.
get_stock_coverage โ Stock Coverage
For each item, how many days the current on-hand quantity lasts at the recent average daily sales rate.
get_unhedged_demand โ Unhedged Demand
For each item, how much open sales-order demand is NOT covered by current stock plus open purchase orders.
report_inventory_valuation โ Inventory Valuation
Total value of on-hand stock, valued at each item's cost price and rolled up by item group.