Skip to main content
The FBO Point of Sale (POS) system handles product sales, customer accounts, inventory management, and financial transactions. This reference documents the data structure for all POS entities — orders, products, inventory, tills, transactions, and customers.

Orders

Orders represent individual sales transactions in the POS system. Each order is linked to an optional customer and records what was sold, how it was paid for, and any outstanding balance.

Order Fields

Payment Methods

House account orders accumulate on the customer’s balance and are settled through invoicing on a monthly or per-contract basis.

Products

Products are the items available for sale through the POS. Each product has pricing, optional inventory tracking, and tax configuration.

Product Fields

Product Categories

Categories are user-defined. Common FBO product categories:

Inventory

Inventory records track stock levels for products that have track_inventory enabled. The inventory system provides real-time visibility into on-hand quantities and generates low-stock warnings.

Inventory Fields

Available Quantity

The available quantity is calculated as:
This represents stock that can be sold or allocated to new orders.

Low-Stock Warnings

A product triggers a low-stock warning when:
Low-stock items are highlighted in the Inventory table with a warning indicator. Setting reorder_point to 0 or leaving it empty disables warnings for that product.

Tills

Tills represent physical or virtual cash registers used to process POS transactions. Each till tracks its opening balance, current balance, and operational status.

Till Fields

Transactions

Transactions record all financial activity in the POS system, including payments, refunds, and adjustments.

Transaction Fields

Transaction Types

Customers

Customers represent individuals or organizations that purchase products or services through the POS. Customer records enable house account billing and purchase history tracking.

Customer Fields

Rate Codes

Rate codes define the pricing structure for unit bookings. Each rate code can specify daily, weekly, and monthly rates.

Rate Code Fields

FBO Statuses

Booking, payment, unit, maintenance, and till statuses.

Use the FBO Point of Sale

Order processing, product management, and till operations.
Last modified on April 11, 2026