Customers
create_ar_downpayment โ Create A/R Down Payment
Creates a SAP A/R down payment for a customer โ an advance against future invoices, held for human review.
create_credit_memo โ Create A/R Credit Memo
Creates a SAP A/R credit memo for a customer โ reverses value on an invoice, held for human review.
create_delivery โ Create Delivery Note
Creates a SAP delivery note for a customer โ a write, always held for human review.
create_invoice โ Create A/R Invoice
Creates a SAP A/R invoice for a customer โ a write, always held for human review.
create_quotation โ Create Sales Quotation
Creates a SAP sales quotation for a customer โ 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.
create_sales_order โ Create Sales Order
Creates a SAP sales order for a customer โ a write, always held for human review.
get_ar_aging โ A/R Aging
Which customers owe money and how overdue โ open A/R invoices bucketed current / 1-30 / 31-60 / 60+ days.
get_credit_exposure โ Credit Exposure
Each customer's credit limit against current balance plus open sales-order value, flagging who is over limit.
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_order_to_cash_cycle โ Order-to-Cash Cycle
Average days from a sales order being created to its invoice being paid, per customer.
get_sales_order โ Get Sales Order
Gets one SAP sales order by its document number โ doc number, card code, date, status, total.
get_stuck_orders โ Stuck Open Sales Orders
The open sales orders sitting unfulfilled too long โ the aging backlog.
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_sales_orders โ Sales Orders
Lists SAP sales orders (customer orders) from the live system, filtered by customer, date, status, or amount.
report_sales_summary โ Sales Summary
Booked sales-order value and order count, grouped by month or quarter โ a bookings view.