Quasar Docs

Accounts & Ledger

Account Type Master

Account Types are the organizational backbone of the chart of accounts. Every account must be assigned to a type, and the type determines where and how the account appears on the Balance Sheet and Income Statement. Types control the financial statement category, the normal debit/credit behaviour, the valid account number range, and the hierarchical grouping of accounts for report presentation. For a complete walkthrough of account setup, see the Quasar Guide. Access from Setup › Ledger › Account Types.

Fields

Name

Descriptive name for the type (e.g., “Bank”, “Accounts Receivable”, “Cost of Goods Sold”). This name appears as a section heading on financial reports.

Category

Determines which financial statement this type belongs to:
Asset — Balance Sheet, left side. Normal debit balance.
Liability — Balance Sheet, right side. Normal credit balance.
Equity — Balance Sheet, right side. Normal credit balance.
Income Statement — Profit & Loss. Covers both Revenue (credit-normal) and Expense/COGS (debit-normal).
When a Parent is selected, this field is auto-set from the parent and locked.

Reverse sign?

When checked, the sign of amounts is reversed when printing. Use this for types like Accumulated Depreciation (an Asset that normally has a credit balance) or Sales Returns (a Revenue account that normally has a debit balance). This ensures they display as positive numbers on reports even though their balance is opposite to the category norm.

Parent

Optional parent type for hierarchical grouping. Accounts under a child type are indented under the parent on financial statements. The parent must be in the same category. See Hierarchical Grouping below.

From

Minimum account number allowed for accounts of this type. Accounts created with this type must have a number ≥ this value. Leave blank for no minimum.

To

Maximum account number allowed for accounts of this type. Accounts created with this type must have a number ≤ this value. Leave blank for no maximum.

Inactive

Marks the type as inactive. Inactive types do not appear in dropdowns or lists.

How Account Types Control Financial Statements

Account Types are the primary grouping mechanism for the Balance Sheet and Income Statement. When the system prints these reports, it:

1. Groups all accounts by their type
2. Orders types within each category by the From number (lowest first)
3. Prints the type name as a section heading
4. Lists accounts within each type, ordered by their Report Sequence (set on the Account Master)
5. Prints a subtotal for each type
6. Prints a category total (e.g., Total Assets, Total Liabilities)

The From/To range on the type enforces a numbering convention. For example, if “Bank” has From=1000 and To=1099, the system prevents assigning account 2000 to the “Bank” type.

Where to run the statements. The Balance Sheet and Income Statement are reports rather than screens — there is no Balance Sheet window to open. Run them from the Reports list, where the period and store are chosen at print time. Because the layout comes entirely from the account types set up here, a statement that groups or subtotals wrongly is corrected on this screen rather than in the report: change the type's Category, Parent, or From number and reprint. To investigate the figures behind a statement interactively, use Balance Sheet Analysis or Profit & Loss Analysis, which drill from these same type groupings down to the individual transactions.

Hierarchical Grouping

Types can be nested using the Parent field to create sub-sections on reports. For example:

Parent TypeChild TypePurpose
Current AssetsBankBank accounts appear under Current Assets
Current AssetsAccounts ReceivableA/R accounts appear under Current Assets
Current AssetsInventoryInventory accounts appear under Current Assets
Fixed AssetsEquipmentEquipment appears under Fixed Assets
Fixed AssetsAccumulated DepreciationDepreciation (with Reverse Sign) appears under Fixed Assets

On the Balance Sheet, this produces a structured report like:

ASSETS
Current Assets
Bank — Chequing25,000.00
Accounts Receivable12,500.00
Inventory45,000.00
Total Current Assets82,500.00
Fixed Assets
Equipment100,000.00
Accumulated Depreciation(25,000.00)
Total Fixed Assets75,000.00
TOTAL ASSETS157,500.00

Typical Account Type Setup

A standard chart of accounts uses these types. Adjust the From/To ranges to match your numbering convention:

Type NameCategoryFromToRev Sign?Parent
Current AssetsAsset10001499No
BankAsset10001099NoCurrent Assets
Accounts ReceivableAsset11001199NoCurrent Assets
InventoryAsset12001299NoCurrent Assets
Prepaid ExpensesAsset13001499NoCurrent Assets
Fixed AssetsAsset15001999No
EquipmentAsset15001699NoFixed Assets
Accum. DepreciationAsset17001999YesFixed Assets
Current LiabilitiesLiability20002499No
Accounts PayableLiability20002099NoCurrent Liabilities
Taxes PayableLiability21002199NoCurrent Liabilities
Long-Term LiabilitiesLiability25002999No
EquityEquity30003999No
RevenueIncome Stmt40004999No
Cost of Goods SoldIncome Stmt50005999Yes
Operating ExpensesIncome Stmt60006999Yes
Other IncomeIncome Stmt70007999No
Other ExpensesIncome Stmt80008999Yes

The Report Sequence Field

Within each type, individual accounts are ordered by their Report Sequence field (set on the Account Master). This allows you to control the precise order of accounts within a type section independently of account numbers. For example, within the “Bank” type you might order:

Seq: 101000 — Chequing
Seq: 201010 — Savings
Seq: 301020 — USD Chequing
Seq: 401030 — Petty Cash

Using gaps (10, 20, 30...) allows inserting new accounts without renumbering existing sequences.

Key Concepts

Reverse Sign — Income Statement accounts in the “Income Statement” category include both revenue (credit-normal) and expense (debit-normal) accounts. Since the category itself doesn't distinguish, use Reverse Sign on expense/COGS types so that costs print as positive numbers rather than negative. Similarly, “Accumulated Depreciation” is an Asset with a credit balance — checking Reverse Sign makes it print as a positive deduction on the Balance Sheet.

From/To Ranges — These are soft constraints enforced when saving an account. They don't prevent you from setting any number, but they validate that the account number falls within the type's range. Non-overlapping ranges across types prevent accounts from being accidentally assigned to the wrong type.

Parent Inheritance — When you select a Parent type, the Category is automatically inherited and locked. This ensures all child types stay within the same financial statement category.

Related Screens

Account Type List Account Master Account List Reports Balance Sheet Analysis Profit & Loss Analysis

Quasar Accounting 7.1 • © Linux Canada Inc. • Table of Contents