# Track Employee Loans & Advances in Payroll

**YouTube:** [How to Record and Track Employee Loans/Advances in Payroll?](https://youtu.be/fbt5oF6GDBA)

## How to Record and Track Employee Loans / Advances in Payroll?

In this tutorial, we will learn how **loans and advances** are recorded, calculated, and adjusted during **payroll generation** in **Logic ERP**. We will walk through the complete workflow—from setting up loan accounts to posting entries in Accounts and viewing loan reports.

***

### **Create an Employee Loan Account**

#### **Steps**

* Navigate to **Setup Module → New Account Setup**.
* Enter the **Employee Loan Account Name**.
* Set **Account Type: Current Assets**.
* Click **Save** to create the account.

<figure><img src="/files/d6sZjnCM5yT4STtLMv7D" alt=""><figcaption></figcaption></figure>

***

### **Issue the Loan Through Bank Payment (If Accounts Linking Required)**

#### **Why This Step?**

If payroll is linked with the Accounts module, the loan must be issued through a **Bank Payment Entry**.

#### **Steps**

* Navigate to **Accounts Module → Bank Payment Entry**.
* Enter:
  * **Loan Amount**
  * **Employee Loan Account**
  * **Narration** (optional)

<figure><img src="/files/6EvilileB46wED9MMALI" alt=""><figcaption></figcaption></figure>

* Click **Save** to post the payment.

***

### **Record Worker Wise Loan Entry**

#### **Steps**

* Go to **Payroll Entry Module → Worker Wise Loan Entry**.
* Select the **Employee**.
* Define:
  * **Loan Date**
  * **Loan Amount**
  * **Loan Tenure (in months)**
* System automatically calculates the **Monthly Installment**.
* Enter **Installment Start Date**.
* Keep **Loan Mode Type** as default.
* Map the **Loan Account Name** (for posting GL entries).
* Add **Narration** (press space key).

<figure><img src="/files/hLQuJIXLrHKzgkmugdKl" alt=""><figcaption></figcaption></figure>

* Review and **Save** the loan entry.

***

### **Mark Employee Attendance**

#### **Steps**

* Open **Attendance Register Month Wise**.
* Select **Payroll Month** and **Employee**.
* Mark attendance for the full month.

<figure><img src="/files/dM31C5sf8M1Nz0cvLWt4" alt=""><figcaption></figcaption></figure>

* Save and close.

***

### **Generate Payroll With Loan Installment Deduction**

#### **Steps**

* Navigate to **Payroll Entry Menu → Payroll Generation**.
* Select:
  * **Payroll Month**
  * **Employee Name**
* Click **Recalculate**.

#### **System Output**

* The **Installment Amount** will appear under the **Loan Installment** column.
* The installment will be **automatically deducted** from the employee’s **Net Salary**.

<figure><img src="/files/hgXywx4uy2EWjNuaqgya" alt=""><figcaption></figcaption></figure>

#### **Loan Info Button**

* Shows:
  * Total Loan Amount
  * Paid Installments
  * Pending Balance
  * Repayment Details

<figure><img src="/files/Eevw7imU0rgm7To9X5Vg" alt=""><figcaption></figcaption></figure>

* Installment amount can be edited if necessary.
* Click **Save** to store payroll details.

***

### **Post Payroll to Accounts**

#### **Steps**

* Open **Post Payroll to Accounts** window.
* Select **Payroll Month** → Click **Refresh**.
* The **Employee Loan Account** will appear as a **Credit Entry**.

<figure><img src="/files/oI5fUV3V1BujWI8fM7y7" alt=""><figcaption></figcaption></figure>

* Click **Save Voucher**.

***

### **View Loan Posting in Ledger Report**

#### **Steps**

* Go to **Financial Reports → Ledger Report**.
* Select the **Loan Account**.
* Click **Generate Report**.

<figure><img src="/files/tP3vT9ab4KjGE3YZoorh" alt=""><figcaption></figcaption></figure>

#### **What You’ll See**

* First loan installment posted automatically.
* Updated **Running Balance**.
* Each month, installments continue to post as payroll is generated.

***

### **View Employee-Wise Loan Details Report**

#### **Steps**

* Go to **Payroll Reports → Worker Wise Loan Report**.
* Select the **Employee**.
* Click **Create**.

#### **Report Displays**

* Total Loan Amount Issued
* Installments Paid
* Pending Installments
* Remaining Loan Balance

<figure><img src="/files/pZz43R0Wf8PeJazmYFsK" alt=""><figcaption></figcaption></figure>

***

### **Record Early Loan Repayment (Advance Payment)**

#### **Steps in Payroll Module**

* Navigate to **Worker Wise Payment/Advance Entry**.
* Select **Employee**.
* Review previously paid installments.

<figure><img src="/files/MpCBFa9rQktCHvejf9Cs" alt=""><figcaption></figcaption></figure>

* Click **New Entry**.
* Choose **Entry Type**.
* Enter:
  * **Entry Date**
  * **Amount**
  * **Narration**

<figure><img src="/files/Mti0bXjy9Ss77DHfyah8" alt=""><figcaption></figcaption></figure>

* Click **Save**.

<figure><img src="/files/FjvNplIkerb0AAXjyiZ7" alt=""><figcaption></figcaption></figure>

#### **If Accounts Linking Is Enabled**

Record corresponding bank receipt:

* Go to **Accounts Module → Bank Receipt Voucher**.
* Enter the **Amount**, **Loan Account**, and **Narration**.

<figure><img src="/files/DacjQ1xPeeWRfDsLltlb" alt=""><figcaption></figcaption></figure>

* Click **Save**.

#### **Verify in Ledger**

* Open **Ledger Report** again.
* Updated **Loan Balance** will reflect the advance repayment.

<figure><img src="/files/wZwjzfCoClZ02eZ209Dt" alt=""><figcaption></figcaption></figure>

***

### **Conclusion**

Using these steps, you can efficiently manage **Employee Loans and Advances** in Logic ERP—from issuance and installment deductions to ledger posting and repayment tracking. This process ensures accurate payroll calculations and seamless synchronization with the Accounts module.


---

# 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://kb.logicerp.com/logic-erp-installation-configuration-and-troubleshooting-solutions/faqs/payroll/track-employee-loans-and-advances-in-payroll.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.
