Search 1.9 billion lines of Odoo code on GitHub

hr_loan_management

Author: OpenSynergy Indonesia, Odoo Community Association (OCA)
License: AGPL-3
Branch: 8.0-hr_loan_1
Repository: andhit-r/hr
Dependencies: account_accountant, base_action_rule, decimal_precision, and hr
Languages: Python (1295, 63.9%), XML (652, 32.1%), and reStructuredText (81, 4.0%)
Other branches: 8.0-hr_loan

<a class="reference external image-reference" href="http://www.gnu.org/licenses/agpl-3.0-standalone.html"><img alt="License: AGPL-3" src="https://img.shields.io/badge/licence-AGPL--3-blue.svg"> </a> <a name="employee-loan-management"></a> <h2>Employee Loan Management</h2> <p>This module add functionality to:</p> <ol class="arabic simple"> <li>Manage employee loan request</li> <li>Import employee loan realization into bank statement</li> <li>Track employee loan repayment</li> </ol> <a name="installation"></a> <h3>Installation</h3> <p>To install this module, you need to:</p> <ol class="arabic simple"> <li>Clone the branch 8.0 of the repository <a class="reference external" href="https://github.com/OCA/hr">https://github.com/OCA/hr</a></li> <li>Add the path to this repository in your configuration (addons-path)</li> <li>Update the module list</li> <li>Go to menu <em>Setting -&gt; Modules -&gt; Local Modules</em></li> <li>Search For <em>Employee Loan Management</em></li> <li>Install the module</li> </ol> <a name="configuration"></a> <h3>Configuration</h3> <p><strong>Employee Loan Type</strong></p> <p>To configure employee loan type, you need to:</p> <ol class="arabic simple"> <li>Go to menu <em>Human Resource -&gt; Configuration -&gt; Employee Loan -&gt; Employee Loan Type</em></li> <li>Create new employee loan type</li> </ol> <a name="usage"></a> <h3>Usage</h3> <p><strong>Create Employee Loan Request</strong></p> <ol class="arabic simple"> <li>Go to menu <em>Human Resources -&gt; Employee Loan -&gt; My Loan</em></li> <li>Create employee loan</li> <li>Click <em>Confirm</em> button to confirm employee loan request</li> </ol> <p><strong>Approve Employee Loan Request</strong> 1. Go to menu <em>Human Resources -&gt; Employee Loan -&gt; My Loan</em> 2. Open employee loan data with <em>Waiting for Approval</em> status 3. Click <em>Approve</em> button</p> <p>Odoo will create journal entry with bellow configuration:</p> <p>Loan Principle Receivable Dr. Loan Interest Receivable Dr.</p> <blockquote> Accrue Interest Income Cr. Loan Realization Cr.</blockquote> <p>Note: First 3 lines above will be generated as much as number of payment schedule</p> <p><strong>Employee Loan Realization</strong></p> <p>Employee loan can be realized by reconcile <strong>Loan Realization Move Line</strong> created from step above. You can reconcile them by using any accounting method provided by Odoo, such as: (1) bank statement, (2) voucher, or (3) manualy creating journal entry and reconciliation.</p> <p><strong>Employee Loan Principle Repayment</strong></p> <p>Employee loan's principle can be paid by reconcile <strong>Principle Receivable Move Line</strong> created from approval steap above. You can reconcile them by using any accounting method provided by Odoo, such as: (1) bank statement, (2) voucher, or (3) manualy creating journal entry and reconciliation.</p> <p><strong>Employee Loan Interest Repayment</strong></p> <p>Employee loan's interest can be paid by reconcile <strong>Principle Receivable Move Line</strong> created from approval steap above. You can reconcile them by using any accounting method provided by Odoo, such as: (1) bank statement, (2) voucher, or (3) manualy creating journal entry and reconciliation.</p> <a class="reference external image-reference" href="https://runbot.odoo-community.org/runbot/116/8.0"><img alt="Try me on Runbot" src="https://odoo-community.org/website/image/ir.attachment/5784_f2813bd/datas" /></a> <a name="known-issues-roadmap"></a> <h3>Known issues / Roadmap</h3> <ol class="arabic simple"> <li>Mechanism for set to draft or manage loan revision will be handled on other module</li> <li>No additional mechanism to reverse interest accrue income into income. Use existing accounting features to reverse it.</li> <li>No support for multi-currency</li> </ol> <a name="bug-tracker"></a> <h3>Bug Tracker</h3> <p>Bugs are tracked on <a class="reference external" href="https://github.com/OCA/hr/issues">GitHub Issues</a>. In case of trouble, please check there if your issue has already been reported. If you spotted it first, help us smashing it by providing a detailed and welcomed feedback.</p> <a name="credits"></a> <h3>Credits</h3> <a name="images"></a> <h4>Images</h4> <ul class="simple"> <li>Odoo Community Association: <a class="reference external" href="https://github.com/OCA/maintainer-tools/blob/master/template/module/static/description/icon.svg">Icon</a>.</li> </ul> <a name="contributors"></a> <h4>Contributors</h4> <ul class="simple"> <li>Andhitia Rama &lt;<a class="reference external" href="mailto:andhitia.r&#64;gmail.com">andhitia.r&#64;gmail.com</a>&gt;</li> </ul> <a name="maintainer"></a> <h4>Maintainer</h4> <a class="reference external image-reference" href="https://odoo-community.org"><img alt="Odoo Community Association" src="https://odoo-community.org/logo.png" /></a> <p>This module is maintained by the OCA.</p> <p>OCA, or the Odoo Community Association, is a nonprofit organization whose mission is to support the collaborative development of Odoo features and promote its widespread use.</p> <p>To contribute to this module, please visit <a class="reference external" href="https://odoo-community.org">https://odoo-community.org</a>.</p>