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 โ€” Get Delivery Note

Gets one SAP delivery note by its document number โ€” doc number, card code, date, status, total.

get_delivery_summary โ€” Delivery Summary

A single aggregate over delivery notes โ€” count, total value, min, max, and the date range.

get_grpo โ€” Get Goods-Receipt PO

Gets one SAP goods-receipt PO by its document number โ€” doc number, card code, date, total.

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.

list_deliveries โ€” Deliveries

Lists SAP delivery notes (outbound goods shipped to customers) from the live system, filtered by customer, date, status, or amount.

list_grpos โ€” Goods-Receipt POs

Lists SAP goods-receipt POs (inbound goods received from suppliers) from the live system, filtered by supplier, date, or amount.

list_items โ€” Items

Lists items (products and services) from the live system โ€” item code, name, type, price.

report_inventory_valuation โ€” Inventory Valuation

Total value of on-hand stock, valued at each item's cost price and rolled up by item group.

search_items โ€” Find Items

Searches items (products and services) by code or name โ€” item code, name, type, price.