Vendors Built
A vendor is a supplier AIR buys stock from — the master record that Purchase Orders and Goods Receipts will reference. It is the first piece of the new Purchasing area of the console.
What a vendor is
Where a Customer is someone AIR sells to, a vendor is someone AIR buys from — a printer, paper mill, binder or any other supplier that AIR raises purchase orders against and receives stock from. Each vendor record captures who the supplier is, how to reach them, their tax registration, and the payment terms AIR trades on. On its own the record does not yet move any stock or money; it is the reference data that the rest of the Purchasing module — Purchase Orders and Goods Receipts — will build on. Getting the vendor master right is therefore the foundation of everything that follows.
Where to find it & who can see it
Open Purchasing › Vendors in the left navigation — this is a new navigation group added alongside the vendor master.
Creating / editing a vendor
Select New vendor from the list, or row Edit on an existing one. The form is grouped into five sections, matching the screen.
- Identity
Who the vendor is and whether they are in active use.
Field Type Required Notes nameText Yes The supplier's name. codeText Yes A short identifier, unique across all vendors. Shown as the badge in the list. is_activeToggle No Defaults on. Switch off to retire a vendor without deleting the record. - Tax
The supplier's GST registration, used later for purchase billing.
Field Type Required Notes GSTIN Text No The vendor's GST registration number (stored as gst_registration_number).GST registration type Select No One of Regular, Composition, Unregistered, Consumer, Deemed Export or SEZ. Defaults to Unregistered. - Contact
How to reach the vendor day to day.
Field Type Required Notes contact_personText No The named contact at the supplier. emailText No Contact email address. phoneText No Contact phone number. - Address
The vendor's postal address.
Field Type Required Notes Address line 1 Text No Stored as address_line1.Address line 2 Text No Stored as address_line2.cityText No stateText No pincodeText No Postal PIN code. - Terms
The trading terms AIR deals with this vendor on.
Field Type Required Notes payment_terms_daysNumber No Credit period in days. notesTextarea No Free text, full width. Internal notes only.
On create, the console also stamps created_by with your user ID automatically — there is no field for it on the form.
The list
| Column | Shows |
|---|---|
code | Shown as a badge. Searchable, sortable. |
name | Vendor name. Searchable, sortable. |
| GSTIN | gst_registration_number. Toggleable column. |
| GST type | gst_registration_type, shown as a badge. |
| City | city. Toggleable column. |
| Active | is_active as a boolean icon. |
Filters: Active status (yes/no/either on is_active), GST type (drop-down over the registration types), and a Trashed filter. The search box matches code and name.
Switching is_active off simply retires a vendor while keeping it in the list. Deleting a vendor soft-deletes it — vendors use SoftDeletes, so a deleted record disappears from the default list but is not permanently erased. Use the Trashed filter to see soft-deleted vendors, then row Restore to bring one back or Force delete to remove it for good. Restore and force-delete both need vendor.manage.
Vendors are the first piece of the Purchasing module, and the rest of it is live. Everything downstream hangs off this master: Purchase Orders raised against a vendor, Goods Receipts that add the received stock into a warehouse, Vendor Bills that apply GST and record what is owed, and Vendor Payments that settle it. The payment-terms days you set here are what a bill's due date is calculated from.
Related pages
See Customers & Categories for the sell-side counterpart to this master, Purchase Orders, Goods Receipts, Vendor Bills and Vendor Payments for the rest of Purchasing, Warehouses for where received stock lands, and Stock on Hand for how inventory is tracked.