Catalog
Create a Standard Item or Service
Use the full Add Item form when the product must be searchable, scannable, stocked, reported and controlled correctly.
- Menu path
- Inventory -> Items -> New
- Verified from
- Posnic demo and current POS source reviewed on 2026-09-08
Technical source evidence
frontend/modules/items_write.html Item, Details and More tabs, frontend/static/script/js/modules/js/items.js _sharedItemFields item save family save sameAsSku GTIN and service mode, demo.posnic.io Add Item reviewed on 2026-09-04
When to Use the Full Form
Use the full Add Item form for any product or service where the shop cares about price accuracy, stock movement, tax, supplier history, barcode scanning, labels or reporting. Quick Item Add and Bulk Item Add are faster entry screens, but the full form is the control record.
| Record type | Use for | Fields that must be correct |
|---|---|---|
| Stock item | Physical products counted and sold from inventory. | Name, selling, opening stock, reorder point, unit, cost, MRP, SKU, barcode, tax, category and supplier. |
| Service | Labor, repair fees, consultation, delivery, setup or other non-stock charges. | Service switch, service unit, selling price, tax and category. |
| Open-price item | Products where the cashier must type the sale price each time. | Cashier types the price, permission controls, clear item name and tax rule. |
| Variant item | Products with size, color, flavor or pack choices. | Variant set, each sellable variant SKU, barcode, price, stock and unit. |
Create a Stock Item
- Open Inventory -> Items.
- Open the New menu and choose Standard item, or use the direct New action.
- Leave Service off for physical stock.
- Enter Item Name exactly as cashiers should search for it.
- Enter Selling price. This is the counter price unless a discount, open-price rule or line edit changes it.
- Enter In stock (opening) only from a counted starting quantity.
- Set Reorder point so Low Stock review can warn before the shelf is empty.
- Choose Item Units, Category and Supplier when those master records already exist.
- Enter Cost and M.R.P when margin, purchase review or label printing depends on them.
- Enter SKU and Barcode, or turn on Same as SKU when the shop will print and scan the SKU value.
- Save, then open Home -> New Sale and search the item by name, SKU and barcode before using it with customers.
Main Tab Field Rules
The Item tab is the minimum operating record. A cashier can sell from it, reports read from it, and barcode labels use values from it.
- Item Name should be short enough to read on the sale screen and specific enough to avoid wrong-product selection.
- Selling is the default sale price; Cost is for margin and purchase review; M.R.P can print on labels and invoices.
- In stock (opening) is not a purchase order. Use it only for the counted quantity already in this branch.
- Reorder point belongs on tracked items that should appear in Low Stock review.
- Quick code is a short PLU-style code; SKU is the shop identity; Barcode is the exact value a scanner sends.
Create a Service
Turn on Service (no stock) when the record is something the shop sells but does not count as inventory. Posnic hides stock-style fields for services because stock balance, purchase packs and reorder points do not mean the same thing for a fee.
- Use Service for repair fee, tailoring charge, delivery fee, consultation, setup or labor.
- Choose a service unit that staff understand, such as fixed, hour, visit or order.
- Keep Track inventory off for services.
- Do not use a service item for a product just because opening stock is unknown; count the product or enter it with zero stock.
Details and More Tabs
Details and More are not decoration. They decide how the item appears in customer-facing screens, how alternate scan codes behave, and whether the item can be sold when stock is low or unavailable.
- Use Details for description, images, brand, tags, manufacture date, expiry date, tile color and tile shape.
- Use Extra barcodes when supplier labels, old labels or pack codes should sell the same item.
- Use Purchase unit and Units per pack to describe how the shop buys the product, not to fake sale quantity.
- Keep Sales channel on when the product should appear in New Sale.
- Enable Kiosk only for products that should appear on the customer-facing ordering flow.
- Use Negative stock only when the owner accepts overselling and later correction.
After Save
A saved item is not ready just because the form accepted it. Check the workflows that depend on it before training staff.
| Check | Where | Expected result |
|---|---|---|
| Search by name | Home -> New Sale | The correct item appears with the current price. |
| Search by SKU | Home -> New Sale search box | The item appears from the internal SKU. |
| Scan barcode | Home -> New Sale | The item is added with the right price and tax. |
| Stock movement | Inventory -> Inventory Logs | Opening quantity or later sales are traceable. |
| Low stock | Inventory -> Low Stock | The item appears only when stock reaches the reorder point. |
| Receipt label | Sale receipt or barcode label | Name, price, MRP and barcode print as expected. |
Use the Right Entry Screen
Posnic has three catalog-entry paths. Pick the smallest one that still captures the data the shop will rely on.
| Need | Use | Why |
|---|---|---|
| One controlled product with SKU, barcode, supplier, tax, images or pack rules | Standard item | The full record is available before the item reaches the counter. |
| A small run of simple products during setup | Quick Item Add | Enter name and price quickly, then add optional cost, MRP, SKU and barcode. |
| A typed or pasted sheet of simple items | Bulk Item Add | Enter or paste rows, review status, then save many items. |
| A complete spreadsheet with many catalog fields | Import | The CSV/import workflow is better for full field mapping and audit. |