# Journal entries

As an [asset subledger](/run-financial-operations/accounting.md), Hardfin automatically generates journal entries (JEs) to record inventory and fixed asset transactions in your accounting system. These entries provide a complete audit trail of asset movements and ensure accurate financial reporting.

## Overview

Hardfin produces **eight types of journal entries** each month. Each operational journal entry captures a specific type of transaction (purchases, sales, deployments, depreciation, etc.), while the adjustment entry reconciles any differences between Hardfin's operational balances and your locked general ledger balances.

**Seven operational journal entries** - Record monthly transactions (broken down by SKU)

* [JE1: Inventory purchases](#je1-inventory-purchases)
* [JE2: Inventory to fixed asset capitalization](#je2-inventory-to-fixed-asset-capitalization)
* [JE3: Depreciation expense](#je3-depreciation-expense)
* [JE4: Inventory sales](#je4-inventory-sales)
* [JE5: Inventory scrap](#je5-inventory-scrap)
* [JE6: Fixed asset sales](#je6-fixed-asset-sales)
* [JE7: Fixed asset scrap](#je7-fixed-asset-scrap)

**One adjustment journal entry** - True up prior-period differences (without SKU breakdown)

* [JE8: Prior-period adjustments](#je8-prior-period-adjustments)

### Journal entry naming convention

All Hardfin journal entries follow a consistent naming pattern:

**External ID format**: `HF-JE-[TYPE]-YYYY-MM` (ex: "HF-JE-INV-NEW-2025-07")

**Memo format**: `Hardfin journal entry: [Description] (MMMM YYYY)` (ex: "Hardfin journal entry: Inventory purchases (July 2025)")

**Date**: `YYYY-MM-DD` using the last day of the month for operational entries, first day of the month for adjustment entries (ex: "2025-07-31" for inventory purchases and "2025-07-01" for prior-period adjustments for July 2025)

### Skipping immaterial entries

If a report shows no material movement in a transaction area for the month, Hardfin automatically skips that journal entry. This reduces posting volume while maintaining complete records for active transaction types.

## JE1: Inventory purchases

**External ID**: `HF-JE-INV-NEW-YYYY-MM`

**Memo**: Hardfin journal entry: New inventory (MMMM YYYY)

**Purpose**: Record new inventory acquisitions and credit the inventory clearing account. In some accounting systems, the inventory clearing account is sometimes known as Goods Received Not Invoiced (GRNI) or Goods Received Invoice Received (GRIR). The clearing account is used to track the difference between the inventory received by the warehouse and the inventory invoiced by the vendor.

**Ledger accounts**

* Debit: Inventory
* Credit: Inventory clearing account (GRIR/GRNI)

**Cost basis considerations**

If using **simple cost basis**, the inventory balance reflects the default cost basis of newly entered inventory.

If using **advanced cost basis**, the inventory balance reflects only the **acquisition costs** of your asset cost basis (equipment, materials, labor, overhead, freight, taxes, duties, and capitalizable interest), excluding deployment costs which are capitalized later.

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-INV-NEW-2025-07</td><td>Hardfin journal entry: New inventory (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>MON-500 (Premium Monitor)</td><td align="right">12,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-NEW-2025-07</td><td>Hardfin journal entry: New inventory (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>CPUT-100 (CPU Tower)</td><td align="right">8,500.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-NEW-2025-07</td><td>Hardfin journal entry: New inventory (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>ADMOD-1 (Addon Module)</td><td align="right">4,200.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-NEW-2025-07</td><td>Hardfin journal entry: New inventory (July 2025)</td><td>2025-07-31</td><td>1499 Inventory Clearing</td><td>—</td><td align="right"></td><td align="right">24,700.00</td></tr></tbody></table>

{% hint style="info" %}
**Note on payables.** Your accounts payable (A/P) system should credit inventory purchases (when invoice is received) to the same inventory clearing account. This ensures the clearing account properly tracks the timing difference between receiving the invoice and receiving the actual inventory.
{% endhint %}

## JE2: Inventory to fixed asset capitalization

**External ID**: `HF-JE-INV-FA-YYYY-MM`

**Memo**: Hardfin journal entry: Inventory to fixed assets (MMMM YYYY)

**Purpose**: Transfer inventory to fixed assets when equipment is deployed to customers, capitalizing deployment costs as part of the asset basis. The capitalized deployment costs account (sometimes called "overhead applied") is typically a contra-expense account that offsets operating expenses.

**Ledger accounts**

* Debit: Fixed assets
* Credit: Inventory
* Credit: Capitalized deployment costs \[only with advanced cost basis]

**Cost basis considerations**

If using **simple cost basis**, assets are transferred at their simple inventory cost with no additional capitalized deployment costs.

If using **advanced cost basis**, the fixed asset balance includes both acquisition costs and **deployment costs** (outbound freight, installation, setup), which are capitalized at the time of deployment.

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>MON-500 (Premium Monitor)</td><td align="right">8,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>CPUT-100 (CPU Tower)</td><td align="right">6,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>ADMOD-1 (Addon Module)</td><td align="right">2,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>MON-500 (Premium Monitor)</td><td align="right"></td><td align="right">7,600.00</td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>CPUT-100 (CPU Tower)</td><td align="right"></td><td align="right">5,700.00</td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>ADMOD-1 (Addon Module)</td><td align="right"></td><td align="right">1,900.00</td></tr><tr><td>HF-JE-INV-FA-2025-07</td><td>Hardfin journal entry: Inventory to fixed assets (July 2025)</td><td>2025-07-31</td><td>6009 Capitalized Deployment Expenses</td><td>—</td><td align="right"></td><td align="right">800.00</td></tr></tbody></table>

{% hint style="info" %}
**Policy context.** Many companies capitalize personnel and overhead costs directly attributable to preparing equipment for deployment and its intended use (per ASC 360). The capitalized amount is recorded as an increase to property and equipment, with an offsetting credit to the **capitalized deployment cost** account (a contra-expense account presented within operating expenses).
{% endhint %}

## JE3: Depreciation expense

**External ID**: `HF-JE-DEPR-YYYY-MM`

**Memo**: Hardfin journal entry: Depreciation (MMMM YYYY)

**Purpose**: Record monthly depreciation expense for fixed assets based on their cost basis and useful life.

**Ledger accounts**

* Debit: Depreciation expense
* Credit: Accumulated depreciation

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-DEPR-2025-07</td><td>Hardfin journal entry: Depreciation (July 2025)</td><td>2025-07-31</td><td>7001 Depreciation</td><td>MON-500 (Premium Monitor)</td><td align="right">400.00</td><td align="right"></td></tr><tr><td>HF-JE-DEPR-2025-07</td><td>Hardfin journal entry: Depreciation (July 2025)</td><td>2025-07-31</td><td>7001 Depreciation</td><td>CPUT-100 (CPU Tower)</td><td align="right">300.00</td><td align="right"></td></tr><tr><td>HF-JE-DEPR-2025-07</td><td>Hardfin journal entry: Depreciation (July 2025)</td><td>2025-07-31</td><td>7001 Depreciation</td><td>ADMOD-1 (Addon Module)</td><td align="right">150.00</td><td align="right"></td></tr><tr><td>HF-JE-DEPR-2025-07</td><td>Hardfin journal entry: Depreciation (July 2025)</td><td>2025-07-31</td><td>1550 Accumulated Depreciation</td><td>—</td><td align="right"></td><td align="right">850.00</td></tr></tbody></table>

## JE4: Inventory sales

**External ID**: `HF-JE-INV-SALE-YYYY-MM`

**Memo**: Hardfin journal entry: Inventory to sale (MMMM YYYY)

**Purpose**: Record the cost of goods sold when inventory units are sold directly without being deployed as fixed assets.

**Ledger accounts**

* Debit: Cost of goods sold
* Credit: Inventory

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-INV-SALE-2025-07</td><td>Hardfin journal entry: Inventory to sale (July 2025)</td><td>2025-07-31</td><td>5010 Cost of Goods Sold</td><td>MON-500 (Premium Monitor)</td><td align="right">6,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-SALE-2025-07</td><td>Hardfin journal entry: Inventory to sale (July 2025)</td><td>2025-07-31</td><td>5010 Cost of Goods Sold</td><td>CPUT-100 (CPU Tower)</td><td align="right">4,000.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-SALE-2025-07</td><td>Hardfin journal entry: Inventory to sale (July 2025)</td><td>2025-07-31</td><td>5010 Cost of Goods Sold</td><td>ADMOD-1 (Addon Module)</td><td align="right">2,500.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-SALE-2025-07</td><td>Hardfin journal entry: Inventory to sale (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>—</td><td align="right"></td><td align="right">12,500.00</td></tr></tbody></table>

{% hint style="info" %}
**Note on revenue recognition and invoicing.** Your accounts receivable (A/R) system should separately record the revenue side of inventory sales by debiting accounts receivable and crediting hardware sales revenue.
{% endhint %}

## JE5: Inventory scrap

**External ID**: `HF-JE-INV-SCRAP-YYYY-MM`

**Memo**: Hardfin journal entry: Inventory to scrap (MMMM YYYY)

**Purpose**: Write off inventory units that are scrapped or salvaged, recording the loss from disposing of inventory.

**Ledger accounts**

* Debit: Inventory write-off expense
* Credit: Inventory

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-INV-SCRAP-2025-07</td><td>Hardfin journal entry: Inventory to scrap (July 2025)</td><td>2025-07-31</td><td>6501 Inventory Write-Offs</td><td>MON-500 (Premium Monitor)</td><td align="right">1,800.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-SCRAP-2025-07</td><td>Hardfin journal entry: Inventory to scrap (July 2025)</td><td>2025-07-31</td><td>6501 Inventory Write-Offs</td><td>ADMOD-1 (Addon Module)</td><td align="right">1,200.00</td><td align="right"></td></tr><tr><td>HF-JE-INV-SCRAP-2025-07</td><td>Hardfin journal entry: Inventory to scrap (July 2025)</td><td>2025-07-31</td><td>1403 Inventory</td><td>—</td><td align="right"></td><td align="right">3,000.00</td></tr></tbody></table>

{% hint style="info" %}
**Note on salvage proceeds.** If you invoice for scrapped inventory salvage value, your A/R system should debit accounts receivable and credit the inventory write-off account. If your system can only credit sales revenue, use a manual journal entry to reclassify by debiting hardware sales revenue and crediting the inventory write-off account for consistent in-period treatment.
{% endhint %}

## JE6: Fixed asset sales

**External ID**: `HF-JE-FA-SALE-YYYY-MM`

**Memo**: Hardfin journal entry: Fixed assets to sale (MMMM YYYY)

**Purpose**: Record the disposal of fixed assets through sale, including the elimination of the asset cost basis and accumulated depreciation, and recognition of gains or losses.

**Ledger accounts**

* Debit: Asset disposal clearing
* Debit: Accumulated depreciation
* Debit: Loss on disposal \[only if sale price is below book value]
* Credit: Fixed assets
* Credit: Gain on disposal \[only if sale price exceeds book value]

**Example (with both gain and loss)**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1299 Asset Disposal Clearing</td><td>MON-500 (Premium Monitor)</td><td align="right">12,000.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1550 Accumulated Depreciation</td><td>MON-500 (Premium Monitor)</td><td align="right">9,000.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>MON-500 (Premium Monitor)</td><td align="right"></td><td align="right">20,000.00</td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>7109 Gain on Disposal</td><td>MON-500 (Premium Monitor)</td><td align="right"></td><td align="right">1,000.00</td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1299 Asset Disposal Clearing</td><td>CPUT-100 (CPU Tower)</td><td align="right">8,000.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1550 Accumulated Depreciation</td><td>CPUT-100 (CPU Tower)</td><td align="right">6,000.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>CPUT-100 (CPU Tower)</td><td align="right"></td><td align="right">15,000.00</td></tr><tr><td>HF-JE-FA-SALE-2025-07</td><td>Hardfin journal entry: Fixed assets to sale (July 2025)</td><td>2025-07-31</td><td>7009 Loss on Disposal</td><td>CPUT-100 (CPU Tower)</td><td align="right">1,000.00</td><td align="right"></td></tr></tbody></table>

{% hint style="info" %}
**Note on asset disposal clearing.** The asset disposal clearing account tracks the sale proceeds and must clear to zero each period after sales invoices and disposal journal entries are posted. Your A/R system should credit this clearing account when selling fixed assets. If your invoicing system can only credit sales revenue, either set the disposal clearing account in Hardfin to debit sales revenue directly (noting this may cause a period mismatch), or use a manual journal entry to reclassify by debiting sales revenue and crediting the asset disposal clearing account (for consistent in-period treatment).
{% endhint %}

## JE7: Fixed asset scrap

**External ID**: `HF-JE-FA-SCRAP-YYYY-MM`

**Memo**: Hardfin journal entry: Fixed assets to scrap (MMMM YYYY)

**Purpose**: Write off fixed assets that are scrapped or salvaged at end of life, recording gains or losses from disposal.

**Ledger accounts**

* Debit: Asset disposal clearing
* Debit: Accumulated depreciation
* Debit: Loss on disposal \[only if salvage value is below book value]
* Credit: Fixed assets
* Credit: Gain on disposal \[only if salvage value exceeds book value]

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-FA-SCRAP-2025-07</td><td>Hardfin journal entry: Fixed assets to scrap (July 2025)</td><td>2025-07-31</td><td>1299 Asset Disposal Clearing</td><td>ADMOD-1 (Addon Module)</td><td align="right">1,500.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SCRAP-2025-07</td><td>Hardfin journal entry: Fixed assets to scrap (July 2025)</td><td>2025-07-31</td><td>1550 Accumulated Depreciation</td><td>ADMOD-1 (Addon Module)</td><td align="right">4,000.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SCRAP-2025-07</td><td>Hardfin journal entry: Fixed assets to scrap (July 2025)</td><td>2025-07-31</td><td>7009 Loss on Disposal</td><td>ADMOD-1 (Addon Module)</td><td align="right">500.00</td><td align="right"></td></tr><tr><td>HF-JE-FA-SCRAP-2025-07</td><td>Hardfin journal entry: Fixed assets to scrap (July 2025)</td><td>2025-07-31</td><td>1501 Fixed Assets</td><td>ADMOD-1 (Addon Module)</td><td align="right"></td><td align="right">6,000.00</td></tr></tbody></table>

{% hint style="info" %}
**Note on asset disposal clearing.** The same clearing account principles apply for scrapped fixed assets as for sales. The clearing account must clear to zero each period and your invoicing for salvage proceeds should credit this account. If your system can only credit sales revenue, use one of the two reclassification approaches described in JE6.
{% endhint %}

## JE8: Prior-period adjustments

**External ID**: `HF-JE-ADJUST-YYYY-MM`

**Memo**: Hardfin journal entry: Prior-period adjustments (MMMM YYYY)

**Purpose**: True up any differences between Hardfin's operational balances and the locked general ledger from the previous month close, capturing adjustments to inventory, fixed assets, deployment costs, depreciation, and disposals.

**Date**: First day of the posting month (e.g., 2025-07-01 for July adjustments)

**Ledger accounts**: All accounts used in operational journal entries may appear in the adjustment entry

**Example**

<table data-full-width="true"><thead><tr><th>External ID</th><th>Memo</th><th>Date</th><th>Account</th><th>Description</th><th align="right">Debit ($)</th><th align="right">Credit ($)</th></tr></thead><tbody><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>1403 Inventory</td><td>Net change in inventory balances (adjustments from values locked June 30, 2025)</td><td align="right"></td><td align="right">5,700.00</td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>1499 Inventory Clearing</td><td>Net change in goods received not invoiced (adjustments from values locked June 30, 2025)</td><td align="right"></td><td align="right">6,000.00</td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>5010 Cost of Goods Sold</td><td>Net change in cost of goods sold (adjustments from values locked June 30, 2025)</td><td align="right">2,500.00</td><td align="right"></td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>6501 Inventory Write-Offs</td><td>Net change in inventory write-offs (adjustments from values locked June 30, 2025)</td><td align="right">1,200.00</td><td align="right"></td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>1501 Fixed Assets</td><td>Net change in fixed asset cost basis (adjustments from values locked June 30, 2025)</td><td align="right"></td><td align="right">19,500.00</td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>6009 Capitalized Deployment Costs</td><td>Net change in capitalized deployment overhead allocations (adjustments from values locked June 30, 2025)</td><td align="right"></td><td align="right">2,000.00</td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>7001 Depreciation</td><td>Net change in depreciation expense (adjustments from values locked June 30, 2025)</td><td align="right">200.00</td><td align="right"></td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>1550 Accumulated Depreciation</td><td>Net change in accumulated depreciation (adjustments from values locked June 30, 2025)</td><td align="right">12,300.00</td><td align="right"></td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>1299 Asset Disposal Clearing</td><td>Net change in asset disposal clearing balances (adjustments from values locked June 30, 2025)</td><td align="right">13,500.00</td><td align="right"></td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>7109 Gain on Disposal</td><td>Net change in gains recognized on fixed asset disposals (adjustments from values locked June 30, 2025)</td><td align="right"></td><td align="right">1,000.00</td></tr><tr><td>HF-JE-ADJUST-2025-07</td><td>Hardfin journal entry: Prior-period adjustments (July 2025)</td><td>2025-07-01</td><td>7009 Loss on Disposal</td><td>Net change in losses recognized on fixed asset disposals (adjustments from values locked June 30, 2025)</td><td align="right">4,500.00</td><td align="right"></td></tr></tbody></table>

{% hint style="info" %}
**How adjustments work.** Hardfin locks balances by account and SKU internally for detailed tracking and analysis. However, the adjustment journal entry aggregates these changes to account-level totals without SKU breakdown. The detailed breakdown remains available in Hardfin for audit and analysis purposes.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.hardfin.com/run-financial-operations/accounting/journal-entries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
