Quasar Docs
Chapter 4

Planning and Setting Up Inventory

Before you can sell, purchase, or track products, you need to build your inventory structure. This chapter covers the hierarchy — departments, subdepartments, and items — and explains how to plan and set up your items efficiently.

The Inventory Hierarchy

Quasar organizes inventory in a three-level hierarchy:

LevelPurposeExample
Department Broad category for reporting and organization Grocery, Hardware, Clothing, Beverages
Subdepartment Carries the default GL accounts, tax codes, and target margins that items inherit Dairy, Canned Goods, Power Tools, Outerwear
Item The individual product 2% Milk 1L, Hammer, Winter Jacket
Set Up from the Top Down Data flows down the hierarchy: departments first, then subdepartments (which link to a department), then items (which link to a subdepartment and automatically inherit the department). When you assign an item to a subdepartment, Quasar fills in the item’s GL accounts (COGS, Income, Asset), tax codes, and target profit margin from that subdepartment. Get your departments and subdepartments right before creating items.

See the full reference: Department Master | Subdepartment Master

Planning Your Departments and Subdepartments

Departments

Keep departments broad. They are used primarily for high-level reporting and organizing the subdepartment list. Most businesses need between 3 and 15 departments. Examples:

  • Retail: Grocery, Produce, Meat, Deli, Health & Beauty, General Merchandise
  • Hardware: Tools, Plumbing, Electrical, Paint, Lumber, Fasteners
  • Restaurant: Food, Beverages, Alcohol, Supplies

Subdepartments

Subdepartments are where the real power is. Each subdepartment carries default settings that all its items inherit:

SettingWhat It Does
COGS AccountGL account for Cost of Goods Sold
Income AccountGL account for sales revenue
Asset AccountGL account for inventory asset value
Purchase TaxDefault tax code for purchasing
Selling TaxDefault tax code for selling
Target Margin %Target profit margin for pricing

Group items by tax and margin behaviour. If two categories have different tax codes or target margins, they should be separate subdepartments. For example, “Taxable Food” and “Non-Taxable Food” need separate subdepartments even though they might be in the same department.

Subdepartment Changes Roll Down to Items When you change a subdepartment’s tax codes, GL accounts, or target margin and save, Quasar prompts you to roll those changes out to all items linked to that subdepartment. This means you can fix a tax code or adjust a target margin for an entire product category in one step, rather than editing hundreds of items individually.

Understanding Item Types

Every item has three type flags that control how it behaves in Quasar. These are set on the Item Master Main tab:

FlagWhen CheckedExamples
Purchased? Item can appear on purchase orders and vendor invoices Most physical products
Sold? Item can appear on customer invoices and POS transactions Most products and services
Inventoried? Quasar tracks on-hand quantities and costs. Enables the Asset Account and serial number tracking Stocked goods (not services or labour charges)

Common combinations and their financial ramifications:

CombinationUse CaseWhat Happens Financially
Purchased + Sold + Inventoried Standard stocked product (most items) Purchasing adds to the Inventory (Asset) account. Selling moves cost from Inventory to COGS and records revenue in the Income account. On-hand quantities and average cost are tracked.
Sold only Service, labour, or fee charges No inventory tracking. Selling records revenue in the Income account. No cost is posted (or a fixed expense is used).
Purchased only (not Inventoried) Cleaning supplies, office supplies, consumables for the store Cost is expensed immediately when purchased — posted directly to the Expense account (COGS account), not to Inventory. No on-hand quantity is tracked. The store uses them and they are gone.
Purchased + Inventoried (not Sold) Raw materials, kit components consumed in manufacturing Purchasing adds to the Inventory asset. The item is not sold directly to customers — instead, it is consumed through the Item Build process when assembling a finished kit.
Inventoried + Sold (not Purchased) Kits / manufactured items assembled from other items The finished product is not purchased from a vendor. Instead, it is created through the Item Build screen, which consumes the component items and produces the finished item in inventory. Selling then moves cost from Inventory to COGS normally.
Tip Think carefully about whether an item should be inventoried. If you track inventory on an item, Quasar maintains on-hand quantities and average cost at all times. If the item is just a pass-through expense (like store cleaning supplies), turn off Inventoried and the cost is expensed on the purchase transaction with no ongoing tracking overhead.

Sizes and Units of Measure

An item can have multiple sizes (units of measure). For example, a beverage might be sold as “Each” but purchased as a “Case” of 24. Each size has:

  • Name — Each, Case, Box, Pack, Kg, etc.
  • Quantity — multiple relative to the base size (Case = 24 Each)
  • Weight — weight per unit for shipping
  • PBV Size — the standard comparison size for shelf label unit pricing
  • Volume — volume per unit (e.g., 500ml)

Quasar automatically converts between sizes on purchase orders, invoices, and inventory reports. Costs and prices are maintained per size.

PBV Size and Volume: Shelf Label Unit Pricing

Many jurisdictions require shelf labels to display a price per standard unit (price per 100g, price per litre, etc.) so customers can compare value across different package sizes. Quasar supports this through two fields on each size:

FieldPurposeExample
PBV Size The standard comparison unit code used on the shelf label 100g, 100ml, 1L, 1kg
Volume The actual volume or weight of this size, expressed in the PBV unit A 500ml bottle has Volume = 500 and PBV Size = 100ml

When printing shelf labels via the Label Batch, Quasar uses these values to calculate and print the per-unit comparison price. For example, a $3.99 bottle with Volume 500 and PBV Size 100ml would show “$0.80 per 100ml” on the shelf label.

Costs and Vendors

On the Costs tab, you define which vendors supply the item, at what cost, and in which purchase size. Key points:

  • An item can have multiple vendors with different costs
  • Costs can be store-specific or apply to all stores
  • The order of costs determines priority — the first matching cost is used by Auto Order
  • Each cost record includes the vendor’s order number (catalog/SKU) for that item

Pricing

The Prices tab defines selling prices per size, per price zone. Quasar shows the cost, calculated profit, and margin percentage inline so you can see the impact immediately.

  • Use Auto Fill to generate prices from the subdepartment’s target margin across all zones
  • Use Price Batches to update prices for many items at once (see Chapter 11)

Stocking: Which Stores Carry the Item?

The Stocking tab controls where the item is physically stocked. Each row represents one store with:

FieldPurpose
StoreWhich store stocks this item
LocationWarehouse bin or shelf position
MinReorder point for Auto Ordering
MaxTarget stock level (order qty = Max − On Hand)
MultipleOrder in multiples of this quantity

Use the Clone button to copy stocking settings to multiple stores at once.

Item Numbers and Barcodes

Each item has a primary Item Number in the header, plus any number of additional barcodes and alternate numbers in the Numbers table on the Main tab. Each number maps to a specific size, so scanning a case barcode automatically sets the size to Case.

Tip You can enter UPC, EAN-13, EAN-8, Code 128, or any custom barcode format. Quasar treats all item numbers equally — scanning or typing any registered number retrieves the item at the correct size.

Importing Items

For large inventories, entering items one at a time is impractical. Quasar supports two import methods:

  • XML Import — via Setup → System → Import XML File. Full-fidelity import of all item fields including costs, prices, stocking, and images
  • CSV Import — via Setup → System → Import Item CSV. Simpler format for basic item data (number, description, department, cost, price)

See Chapter 8: Importing Data for detailed import procedures.

Inventory Setup Checklist

  1. Plan and create Departments (broad categories)
  2. Create Subdepartments with correct GL accounts, tax codes, and target margins
  3. Create items (or import via XML/CSV), assigning each to the appropriate subdepartment
  4. For each item, define sizes if sold in multiple units
  5. Add vendor costs on the Costs tab
  6. Set prices on the Prices tab (or use Auto Fill)
  7. Configure stocking for each store that carries the item
  8. Add barcodes in the Numbers table
  9. Run Stock Status to verify the initial setup
📱 QuasarReach Create new inventory items from the field via Inventory → Create Inventory Item in QuasarReach. You can also count inventory (Count Inventory), adjust on-hand quantities (Item Adjustment), and build or separate kits (Build/Separate Items) — all from a phone or tablet.
What’s Next?
  • Chapter 5 — Configure additional stores and transfer pricing
  • Chapter 6 — Set up customers, vendors, employees, and security
  • Chapter 8 — Matrix Items (style/size/colour variants)
  • Chapter 11 — Price Batches and Promotions