// module / sales

> Sales Management

Record sales and track every transaction with confidence — full visibility from first item to final payment.

// today's revenue
$0.00 USD
live_total :: updated on load
// ai pricing nudges
3 active
suggestions_pending :: review below
completed pending refunded sys::sales_engine v2.4.1
// new_transaction

> Record a Sale

Enter transaction details below. Unit price auto-fills from your product catalog. Total is calculated automatically. AI pricing guidance activates when price deviates from recommended range.

AI_ASSIST :: pricing_engine

CalmRetail AI monitors your pricing in real-time and flags deviations from optimal ranges based on your sales history and market data.

view_sales_reports →
POST /api/sales endpoint_ready
// catalog product identifier
// human-readable product label
// units in this transaction
// pre-filled from product catalog
$ auto-calc
// quantity × unit_price — computed automatically
// optional — for CRM tracking
// tender type for reconciliation
// transaction lifecycle state
// internal notes — not visible to customer
// stock will decrement on submit
// transaction_log

> Transaction History

Full searchable and sortable record of all sales activity — export-ready layout.

>
GET /api/sales — transaction_history.log loading...
product_name qty unit_price total customer payment status timestamp actions
// showing all records
page 1
// total_transactions

all time records

// gross_revenue

sum of completed sales

// avg_order_value

mean transaction size