Managing Asset Categories
Asset categories are the foundation of AccuArk's asset management system. They provide a hierarchical organizational structure, control auto-numbering prefixes, and define default depreciation and GL account settings that are applied when new assets are created. Setting up a well-organized category structure before adding assets saves significant time and ensures consistency.
Accessing the Category Manager
To open the category management form:
- Navigate to Assets > Categories from AccuArk's main menu
- This opens the the Category Manager form
The form displays a tree view on the left showing all categories in their hierarchical structure, and a detail panel on the right where you can view and edit the selected category's properties.
Required Permission
You must have the Asset Admin permission to create, edit, or delete categories. Users without this permission can view the category tree but cannot make changes. The Super Admin and Location Admin roles typically have this permission by default.
Understanding the Category Tree
Categories are displayed in a hierarchical tree view that supports unlimited nesting levels. Each category can have a parent category, forming a logical grouping structure. Top-level categories appear at the root of the tree, and child categories are indented beneath their parents.
For example, a typical category hierarchy might look like this:
Fixed Assets
IT Equipment
Laptops
Desktops
Servers
Network Equipment
Vehicles
Trucks
Vans
Company Cars
Office Furniture
Desks
Chairs
Filing Cabinets
Machinery
Production Equipment
HVAC Systems
This structure lets you organize assets at whatever level of detail your business requires. You can assign assets to any level in the tree — both parent categories (like 'IT Equipment') and leaf categories (like 'Laptops') can contain assets.
Creating a New Category
To create a new category:
- Click the Add Category button on the toolbar
- Fill in the category details in the right panel:
Basic Fields
| Field | Required | Description |
|---|---|---|
| Category Name | Yes | The display name for this category (for example, 'Laptops') |
| Parent Category | No | Select a parent to nest this category under. Leave blank for a top-level category. |
| Category Prefix | Yes | A short code used in auto-generated asset numbers. For example, if the prefix is 'LPT', assets created in this category will be numbered LPT-00001, LPT-00002, etc. |
| Description | No | An optional description explaining what types of assets belong in this category |
Depreciation Defaults
Each category can define default depreciation settings. When a user creates a new asset and selects this category, these values are automatically populated on the asset form, saving time and ensuring consistency across similar assets.
| Field | Description |
|---|---|
| Default Depreciation Method | The depreciation calculation method. Options are: Straight-Line, Declining Balance, Double Declining Balance, Sum-of-Years-Digits, and Units of Production. |
| Default Useful Life (Months) | The expected useful life in months. For example, laptops might default to 36 months (3 years) and vehicles to 60 months (5 years). |
| Default Salvage Value | The estimated residual value at the end of the asset's useful life. This can be entered as a dollar amount. |
These defaults are suggestions that can be overridden on individual assets. They simply pre-fill the depreciation fields to speed up data entry.
GL Account Defaults
Each category can also define default GL accounts that map to your Chart of Accounts. These accounts determine where asset values, depreciation charges, and accumulated depreciation are recorded in your general ledger.
| Field | Description |
|---|---|
| Default Asset Account | The Balance Sheet account where the asset's capitalized cost is recorded. This is typically a Fixed Assets account under the Assets class. When an asset is acquired, its cost is debited to this account. |
| Default Accumulated Depreciation Account | The contra-asset account that accumulates monthly depreciation charges. This account is credited each time depreciation is run, reducing the asset's net book value on the Balance Sheet. |
| Default Depreciation Expense Account | The Income Statement account where monthly depreciation expense is recorded. This account is debited each time depreciation is run, reflecting the cost of asset usage for the period. |
Setting GL account defaults at the category level is important because it ensures that all assets in the same category use consistent accounting treatment. For example, all laptops should be recorded in the same Fixed Asset — IT Equipment account, depreciated into the same accumulated depreciation account, and expensed through the same depreciation expense account.
How GL defaults are applied: When a user creates a new asset and selects a category, AccuArk automatically populates the three GL account fields on the asset form with the category's defaults. The user can override these if needed, but the defaults provide a strong starting point and reduce the chance of GL mapping errors.
Editing a Category
To edit an existing category:
- Select the category in the tree view
- Modify the fields in the right panel
- Click Save
Important: Changes to a category's default settings (depreciation method, useful life, salvage value, GL accounts) only affect new assets created in that category going forward. Existing assets that were previously created in this category retain their current settings. This prevents unintended changes to assets that may have already been depreciated under their existing configuration.
You can change a category's name, description, and prefix at any time. Changing the prefix affects the numbering of future assets only — existing asset numbers are not changed.
Moving a Category
To change a category's position in the hierarchy:
- Select the category in the tree view
- Change the Parent Category dropdown to the new parent (or clear it to make the category top-level)
- Click Save
All child categories move with their parent. Assets assigned to the moved category remain assigned to it — only the organizational hierarchy changes.
Deleting a Category
To delete a category:
- Select the category in the tree view
- Click the Delete button on the toolbar
Deletion is only allowed if no assets are currently assigned to the category. If assets exist in the category, AccuArk displays an error message showing the count of assigned assets. You must reassign or delete those assets before the category can be removed.
If the category has child categories, those children must also be empty (or deleted first) before the parent can be removed.
Category Prefix and Auto-Numbering
The category prefix is a key component of AccuArk's automatic asset numbering system. Each asset created in a category receives a unique number in the format:
PREFIX-NNNNN
For example:
- Category 'Laptops' with prefix 'LPT' generates: LPT-00001, LPT-00002, LPT-00003
- Category 'Vehicles' with prefix 'VEH' generates: VEH-00001, VEH-00002
- Category 'Office Furniture' with prefix 'OFC' generates: OFC-00001, OFC-00002
The numbering sequence is maintained per category, so each category has its own independent counter. This makes it easy to identify an asset's category at a glance from its asset number.
Prefix guidelines:
- Keep prefixes short (2-4 characters) for readability
- Use uppercase letters for consistency
- Choose meaningful abbreviations that your team will recognize
- Ensure each prefix is unique across all categories to avoid confusion
Tips and Best Practices
- Set up categories before adding assets — Define your complete category structure first. It is much easier to assign assets to the right category during creation than to reorganize them later.
- Use meaningful prefixes — A prefix like 'IT' or 'LPT' immediately tells you what type of asset you are looking at. Avoid generic prefixes like 'A' or 'AST' that do not convey useful information.
- Configure GL accounts at the category level — This is the single most important step for ensuring consistent accounting treatment across all assets. Take the time to map each category to the correct GL accounts.
- Match categories to your Chart of Accounts structure — If your Chart of Accounts has separate Fixed Asset accounts for IT Equipment, Vehicles, and Furniture, create matching asset categories with the corresponding GL defaults.
- Do not over-nest categories — Two to three levels of hierarchy are usually sufficient. Extremely deep nesting can make the tree difficult to navigate and provide little additional organizational value.
- Review category defaults periodically — As your business evolves, the appropriate useful life or depreciation method for a category may change. Review and update defaults annually to reflect current asset management policies.