Purchase Orders Built

A Purchase Order (PO) is AIR's commitment to buy stock from a Vendor — a paper trail raised now for goods that will physically arrive later, on a Goods Receipt. It is the second piece of the new Purchasing area of the console.

What a PO is

A PO records what AIR intends to buy, from whom, at what price, and where it should land — but it does not move any stock or money by itself. It commits a vendor and a set of line items (product, quantity, rate) against a destination warehouse. Once the goods actually turn up, a Goods Receipt references the PO to bring the stock in.

Where to find it & who can see it

Open Purchasing › Purchase Orders in the left navigation, next to Vendors. The list's Product filter (search by code or name) keeps POs with a line for that product; a product's Inventory tab links here with it already set.

Permissions

Listing and viewing a PO — including its Lines tab — needs purchase_order.view. Creating a PO and editing its lines while it is a Draft both need purchase_order.create. Approving a PO needs purchase_order.approve. Cancelling a PO needs purchase_order.cancel. A super administrator always has all four.

Creating a PO

Select New purchase order from the list. The create form is just the header — the lines are added afterwards, from the PO's own page.

FieldTypeRequiredNotes
vendor_idSelectYesSearchable dropdown over Vendors.
companySelectYesWhich AIR group company the PO is raised under — AIR, AIS, Ainfo or ALA. Defaults to AIR.
warehouse_idSelectYesSearchable dropdown over Warehouses — where the goods will eventually be received.
order_dateDateYesDefaults to today.
expected_dateDateNoWhen the vendor is expected to deliver.
notesTextareaNoFree text, full width.

On save, the console assigns a po_number automatically in the form PO-YYYY-##### (e.g. PO-2026-00001) and the PO starts life in the Draft state.

Lines

Open the PO and switch to its Lines tab to add what is being bought.

FieldTypeRequiredNotes
product_idSelectYesSearchable dropdown over Products. Choosing a product auto-fills the rate below from that product's current cost price.
quantityNumberYesMinimum 0.01.
rateNumberYesPre-filled from the product's cost price when the product is chosen; editable if the vendor is quoting a different price.

Each line shows a computed Amount (quantity × rate), and the PO's total_amount is recalculated automatically as the sum of all line amounts whenever a line is added, edited or removed. A Received column on each line tracks quantity received so far — it stays at zero until Goods Receipts ship.

Pre-tax, and draft-only

Line rates and the PO total are pre-tax — GST is calculated later, on the vendor bill, not on the PO. Lines can only be added, edited or removed while the PO is a Draft; once it is approved, the Lines tab becomes read-only.

Lifecycle

A PO moves through a small state machine, shown as a coloured badge on the list and on the PO's own page:

StateBadge colourMeaning
DraftGrayBeing built — header and lines are both still editable.
ApprovedInfo (blue)Committed. The header and lines both lock; the PO is now ready for goods to be received against it.
Partially receivedWarningSome, but not all, of the ordered quantity has arrived. Set automatically once Goods Receipts ship.
ReceivedSuccessAll ordered quantity has arrived. Set automatically once Goods Receipts ship.
CancelledDangerAbandoned, with a reason recorded.

Row actions on the list drive the transitions:

Every transition — Draft → Approved, and either state → Cancelled — is written to the PO's state log with who performed it and, for cancellation, why.

Screenshot placeholderA Purchase Order's view page — header Section with PO number and state badge, vendor, warehouse, company and dates; the Lines tab showing product, quantity, rate, amount and received columns with the total at the bottom; and the Approve / Cancel row actions on the list.
What happens after approval

Approving a PO commits the order on paper — it does not move stock by itself. The stock arrives when you raise a Goods Receipt against the PO, which adds the goods into the destination warehouse and walks the PO from Approved through Partially received to Received as the deliveries land. After that, a Vendor Bill applies GST to what actually arrived and a Vendor Payment settles it.

Related pages

See Vendors for the supplier master a PO is raised against, Warehouses for the destination a PO's stock is bound for, Goods Receipts for receiving against the PO, Vendor Bills and Vendor Payments for billing and settlement, and Stock on Hand for how the received inventory is tracked.