Fixed Assets & Loans
This course covers Fixed Asset management in Quickenerp: asset profiles, depreciation methods, running the monthly depreciation, disposing of or transferring assets, reporting on your asset register, and managing loan amortization schedules.
| Responsible | System |
|---|---|
| Last Update | 07/21/2026 |
| Completion Time | 2 days 11 hours |
| Members | 1 |
Fixed Assets Overview
View allTracking Borrowed Money Over Time
A Loan record is the mirror image of a fixed asset — instead of spreading an owned asset's cost over time, it spreads a borrowed liability's principal and interest over a repayment schedule, automatically posting each period's split.
Creating a Loan
- Go to Accounting > Accounting > Loans → Create.
- Lender – the bank or individual/company that lent the money.
- Periods and Period Length – e.g. 60 periods of 1 month each for a 5-year monthly loan.
- Rate and Rate Type – Nominal APR, Effective Annual Rate (EAR), or a Real Rate, matching how your lender quoted the rate.
- Is Leasing – flag if this is actually a lease being accounted for as a loan.
- Set the Journal and the Short-Term/Long-Term Loan and Interest Expense accounts.
The Amortization Schedule
Click Compute to generate one line per period, each showing:
- Payment Amount – the total instalment for that period.
- Principal Amount and Interest Amount – how that payment splits between reducing what you owe and the cost of borrowing it.
- Pending Principal – what's still owed after this payment, split into short-term (due within a year) and long-term portions — exactly the classification the Balance Sheet's Current vs Non-current Liabilities sections need.
Posting Each Period
Confirm the loan to move it to Posted, then post each period's line as it comes due — same discipline as the Fixed Assets batch depreciation run: do it on a fixed schedule so the liability balance and interest expense stay current rather than catching up several months at once.
Closing a Loan
Once fully repaid (or paid off early), mark it Closed. If paid off early, the remaining schedule's future lines are no longer posted — confirm the final payoff amount matches what the lender actually charged, since early payoff sometimes includes a fee not reflected in the original schedule.
Your Full Asset Register
Go to Accounting > Reporting > Assets (or the Assets list view, grouped by profile/status).
Key Views
- Asset list – every asset with Purchase Value, Value Depreciated, and Value Residual (current book value) side by side.
- Depreciation schedule per asset – every past and future period's amount, and which have been posted.
- Group by Profile – total book value per asset category, useful for a fixed-asset note in annual financial statements.
Reconciling to the Balance Sheet
The sum of all Running assets' Value Residual should equal the Balance Sheet's Fixed Assets line (net of accumulated depreciation). Reconcile these every period-end — a mismatch usually means either a manual journal entry touched an asset account directly, or a batch depreciation run was missed.
Best Practices
- Tag every capital purchase to an Asset Profile at bill-entry time — retrofitting assets after the fact is far more error-prone.
- Run batch depreciation on a fixed schedule (e.g. the 1st business day of each month), not "whenever someone remembers."
- Do a physical asset count against the register at least annually and investigate any asset that can't be located.
- Keep asset profiles aligned with your tax jurisdiction's required depreciation method and useful-life assumptions.
Monthly (or Yearly) Batch Run
Instead of opening every asset individually each period, use the batch compute action: it goes through every Running asset and posts whichever depreciation lines are due as of the run date, in one action.
Recommended Routine
- Run the batch depreciation as part of your monthly close, before finalising the Profit and Loss for the period.
- Review the generated journal entries before/after posting, same as any other recurring accounting entry.
- Reconcile the asset register (see next article) against the Balance Sheet's Fixed Assets line each period.
Forgetting to run this regularly is the most common Fixed Assets mistake — it doesn't break anything immediately, but expenses understate and asset book values overstate until you catch up, and catching up several months at once produces one unusually large depreciation expense that's confusing to explain later.
From Purchase to Depreciation Schedule
Creating an Asset from a Vendor Bill
- When entering the vendor bill for the purchase, post the line to an Asset Account rather than an expense account.
- Quickenerp offers to Create Asset directly from that bill line, pre-filling the purchase value and vendor.
- Alternatively, go to Accounting > Accounting > Assets → Create manually.
Asset Form Fields
- Asset Profile – pulls in the default accounts and method; override any field if this specific asset is an exception.
- Purchase Value and Salvage Value.
- Date Start – when depreciation begins (usually the purchase or in-service date).
- Number of Years / Period Length – the depreciation term.
Confirming & Depreciating
- Click Compute to generate the full depreciation schedule (one line per period) — review it before confirming.
- Click Confirm. The asset moves to Running.
- Each period, post that period's depreciation line — either individually or via the batch action covered in the next article.
- Posting debits the Expense account and credits the accumulated Depreciation account, reducing the asset's book value (Value Residual) each time.
Disposing of an Asset
When an asset is sold, scrapped, or retired before or at the end of its schedule, use the asset's Remove action: it posts a final entry writing off any remaining book value (and any sale proceeds/gain-or-loss if sold), and moves the asset to Removed.
Transferring an Asset
If an asset moves between departments, cost centers, or companies, use the asset transfer action rather than editing the original record directly — this preserves the depreciation history up to the transfer date instead of rewriting it.
Asset Profiles (Categories)
Go to Accounting > Configuration > Asset Profiles. Set up one profile per category of asset you own (Computers, Vehicles, Office Furniture, Machinery) so new assets inherit sensible defaults instead of being configured from scratch every time.
Profile Fields
- Asset Account – the balance sheet account holding the asset's book value.
- Depreciation Account – the accumulated depreciation contra-asset account.
- Expense Account – where the periodic depreciation expense posts (usually a P&L "Depreciation Expense" account).
- Computation Method (see below).
- Number of Years/Periods and Period Length (monthly or yearly entries).
Depreciation Methods
| Method | How It Works |
|---|---|
| Linear | Equal amount each period: (Purchase Value − Salvage Value) ÷ Number of Periods. The most common method. |
| Linear-Limit | Same as Linear, but depreciates down to Salvage Value using the full Purchase Value as the base. |
| Degressive | A fixed percentage of the remaining value each period — larger amounts early, smaller later (declining-balance method). |
| Degressive-Linear | Starts degressive, then automatically switches to linear once the linear amount would be larger — a common tax-compliant hybrid in several jurisdictions. |
| Degressive-Limit | Degressive down to Salvage Value. |
Check what your local tax authority requires or permits before choosing — some jurisdictions mandate a specific method (or specific useful-life years) for tax depreciation, which may differ from what you use for internal management reporting.
Prorata Temporis
Enable Prorata so an asset purchased mid-period only depreciates for the portion of that first period it was actually owned, instead of a full period's worth of depreciation on day one.
What Fixed Asset Management Does
When you buy something that will be used over several years (equipment, vehicles, computers, furniture) rather than consumed immediately, accounting rules require you to spread its cost over its useful life rather than expensing it all at once — this is depreciation. The Fixed Assets module automates that: it creates the asset record, calculates the depreciation schedule, and posts the monthly/yearly journal entries for you.
Core Concepts
| Concept | Description |
|---|---|
| Asset Profile | A reusable template (e.g. "Computers – 3 years straight-line") defining the default accounts and depreciation method for a category of assets. |
| Asset | One physical item being depreciated: purchase value, salvage value, start date, and its own depreciation schedule. |
| Depreciation Line | One scheduled entry in the asset's depreciation plan (e.g. "Month 14: $250"). |
| Depreciation Base | The amount actually being spread over time — usually Purchase Value minus Salvage Value. |
| Salvage Value | The estimated value the asset will still have at the end of its useful life (e.g. resale/scrap value) — not depreciated away. |
Asset Statuses
- Draft – created but not yet confirmed; no accounting impact yet.
- Running – confirmed; depreciation lines can now be posted to accounting.
- Close – fully depreciated (last depreciation line posted).
- Removed – disposed of or sold; removal entries generated.