From 1ca3b3df3421961caec3b747a364071c80f5c7da Mon Sep 17 00:00:00 2001 From: stephanchrst Date: Tue, 10 May 2022 17:14:58 +0700 Subject: initial commit --- .../static/description/HRMS-BUTTON.png | Bin 0 -> 16987 bytes .../static/description/assets/icons/chevron.png | Bin 0 -> 310 bytes .../static/description/assets/icons/cogs.png | Bin 0 -> 1377 bytes .../description/assets/icons/consultation.png | Bin 0 -> 1458 bytes .../static/description/assets/icons/ecom-black.png | Bin 0 -> 576 bytes .../description/assets/icons/education-black.png | Bin 0 -> 733 bytes .../description/assets/icons/hotel-black.png | Bin 0 -> 911 bytes .../static/description/assets/icons/license.png | Bin 0 -> 1095 bytes .../static/description/assets/icons/lifebuoy.png | Bin 0 -> 1199 bytes .../assets/icons/manufacturing-black.png | Bin 0 -> 673 bytes .../static/description/assets/icons/pos-black.png | Bin 0 -> 878 bytes .../static/description/assets/icons/puzzle.png | Bin 0 -> 653 bytes .../description/assets/icons/restaurant-black.png | Bin 0 -> 905 bytes .../description/assets/icons/service-black.png | Bin 0 -> 839 bytes .../description/assets/icons/trading-black.png | Bin 0 -> 427 bytes .../static/description/assets/icons/training.png | Bin 0 -> 627 bytes .../static/description/assets/icons/update.png | Bin 0 -> 1225 bytes .../static/description/assets/icons/user.png | Bin 0 -> 988 bytes .../static/description/assets/icons/wrench.png | Bin 0 -> 1205 bytes .../static/description/banner.png | Bin 0 -> 70407 bytes .../static/description/cybro-service.png | Bin 0 -> 226002 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes ohrms_loan_accounting/static/description/icon.png | Bin 0 -> 19561 bytes .../static/description/images/appraisal_image.png | Bin 0 -> 128694 bytes .../static/description/images/bio_image.png | Bin 0 -> 162841 bytes .../static/description/images/checked.png | Bin 0 -> 21786 bytes .../static/description/images/core_image.gif | Bin 0 -> 627021 bytes .../static/description/images/hero-openhrms.png | Bin 0 -> 187025 bytes .../static/description/images/hero.png | Bin 0 -> 187025 bytes .../static/description/images/loan1.png | Bin 0 -> 101797 bytes .../static/description/images/loan2.png | Bin 0 -> 84627 bytes .../static/description/images/loan3.png | Bin 0 -> 82298 bytes .../static/description/images/loan4.png | Bin 0 -> 92298 bytes .../static/description/images/loan5.png | Bin 0 -> 69617 bytes .../static/description/images/loan6.png | Bin 0 -> 92017 bytes .../static/description/images/module_image.gif | Bin 0 -> 140073 bytes .../static/description/images/openhrms.png | Bin 0 -> 7710 bytes .../static/description/images/salary_image.png | Bin 0 -> 117368 bytes .../static/description/images/shift_image.png | Bin 0 -> 117673 bytes .../static/description/index.html | 609 +++++++++++++++++++++ .../static/description/oh_icon.png | Bin 0 -> 1477 bytes 41 files changed, 609 insertions(+) create mode 100644 ohrms_loan_accounting/static/description/HRMS-BUTTON.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/chevron.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/cogs.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/consultation.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/ecom-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/education-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/hotel-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/license.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/pos-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/puzzle.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/service-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/trading-black.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/training.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/update.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/user.png create mode 100644 ohrms_loan_accounting/static/description/assets/icons/wrench.png create mode 100644 ohrms_loan_accounting/static/description/banner.png create mode 100644 ohrms_loan_accounting/static/description/cybro-service.png create mode 100644 ohrms_loan_accounting/static/description/cybro_logo.png create mode 100644 ohrms_loan_accounting/static/description/icon.png create mode 100644 ohrms_loan_accounting/static/description/images/appraisal_image.png create mode 100644 ohrms_loan_accounting/static/description/images/bio_image.png create mode 100644 ohrms_loan_accounting/static/description/images/checked.png create mode 100644 ohrms_loan_accounting/static/description/images/core_image.gif create mode 100644 ohrms_loan_accounting/static/description/images/hero-openhrms.png create mode 100644 ohrms_loan_accounting/static/description/images/hero.png create mode 100644 ohrms_loan_accounting/static/description/images/loan1.png create mode 100644 ohrms_loan_accounting/static/description/images/loan2.png create mode 100644 ohrms_loan_accounting/static/description/images/loan3.png create mode 100644 ohrms_loan_accounting/static/description/images/loan4.png create mode 100644 ohrms_loan_accounting/static/description/images/loan5.png create mode 100644 ohrms_loan_accounting/static/description/images/loan6.png create mode 100644 ohrms_loan_accounting/static/description/images/module_image.gif create mode 100644 ohrms_loan_accounting/static/description/images/openhrms.png create mode 100644 ohrms_loan_accounting/static/description/images/salary_image.png create mode 100644 ohrms_loan_accounting/static/description/images/shift_image.png create mode 100644 ohrms_loan_accounting/static/description/index.html create mode 100644 ohrms_loan_accounting/static/description/oh_icon.png (limited to 'ohrms_loan_accounting/static/description') diff --git a/ohrms_loan_accounting/static/description/HRMS-BUTTON.png b/ohrms_loan_accounting/static/description/HRMS-BUTTON.png new file mode 100644 index 0000000..0f1b65b Binary files /dev/null and b/ohrms_loan_accounting/static/description/HRMS-BUTTON.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/chevron.png b/ohrms_loan_accounting/static/description/assets/icons/chevron.png new file mode 100644 index 0000000..2089293 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/chevron.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/cogs.png b/ohrms_loan_accounting/static/description/assets/icons/cogs.png new file mode 100644 index 0000000..95d0bad Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/cogs.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/consultation.png b/ohrms_loan_accounting/static/description/assets/icons/consultation.png new file mode 100644 index 0000000..8319d4b Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/consultation.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/ecom-black.png b/ohrms_loan_accounting/static/description/assets/icons/ecom-black.png new file mode 100644 index 0000000..a9385ff Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/ecom-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/education-black.png b/ohrms_loan_accounting/static/description/assets/icons/education-black.png new file mode 100644 index 0000000..3eb09b2 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/education-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/hotel-black.png b/ohrms_loan_accounting/static/description/assets/icons/hotel-black.png new file mode 100644 index 0000000..130f613 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/hotel-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/license.png b/ohrms_loan_accounting/static/description/assets/icons/license.png new file mode 100644 index 0000000..a586979 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/license.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png b/ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png new file mode 100644 index 0000000..658d56c Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/lifebuoy.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png b/ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 0000000..697eb0e Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/manufacturing-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/pos-black.png b/ohrms_loan_accounting/static/description/assets/icons/pos-black.png new file mode 100644 index 0000000..97c0f90 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/pos-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/puzzle.png b/ohrms_loan_accounting/static/description/assets/icons/puzzle.png new file mode 100644 index 0000000..65cf854 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/puzzle.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png b/ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png new file mode 100644 index 0000000..4a35eb9 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/restaurant-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/service-black.png b/ohrms_loan_accounting/static/description/assets/icons/service-black.png new file mode 100644 index 0000000..301ab51 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/service-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/trading-black.png b/ohrms_loan_accounting/static/description/assets/icons/trading-black.png new file mode 100644 index 0000000..9398ba2 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/trading-black.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/training.png b/ohrms_loan_accounting/static/description/assets/icons/training.png new file mode 100644 index 0000000..884ca02 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/training.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/update.png b/ohrms_loan_accounting/static/description/assets/icons/update.png new file mode 100644 index 0000000..ecbc5a0 Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/update.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/user.png b/ohrms_loan_accounting/static/description/assets/icons/user.png new file mode 100644 index 0000000..6ffb23d Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/user.png differ diff --git a/ohrms_loan_accounting/static/description/assets/icons/wrench.png b/ohrms_loan_accounting/static/description/assets/icons/wrench.png new file mode 100644 index 0000000..6c04dea Binary files /dev/null and b/ohrms_loan_accounting/static/description/assets/icons/wrench.png differ diff --git a/ohrms_loan_accounting/static/description/banner.png b/ohrms_loan_accounting/static/description/banner.png new file mode 100644 index 0000000..38d27e7 Binary files /dev/null and b/ohrms_loan_accounting/static/description/banner.png differ diff --git a/ohrms_loan_accounting/static/description/cybro-service.png b/ohrms_loan_accounting/static/description/cybro-service.png new file mode 100644 index 0000000..252929a Binary files /dev/null and b/ohrms_loan_accounting/static/description/cybro-service.png differ diff --git a/ohrms_loan_accounting/static/description/cybro_logo.png b/ohrms_loan_accounting/static/description/cybro_logo.png new file mode 100644 index 0000000..bb30911 Binary files /dev/null and b/ohrms_loan_accounting/static/description/cybro_logo.png differ diff --git a/ohrms_loan_accounting/static/description/icon.png b/ohrms_loan_accounting/static/description/icon.png new file mode 100644 index 0000000..1075078 Binary files /dev/null and b/ohrms_loan_accounting/static/description/icon.png differ diff --git a/ohrms_loan_accounting/static/description/images/appraisal_image.png b/ohrms_loan_accounting/static/description/images/appraisal_image.png new file mode 100644 index 0000000..0823d44 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/appraisal_image.png differ diff --git a/ohrms_loan_accounting/static/description/images/bio_image.png b/ohrms_loan_accounting/static/description/images/bio_image.png new file mode 100644 index 0000000..acc34b2 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/bio_image.png differ diff --git a/ohrms_loan_accounting/static/description/images/checked.png b/ohrms_loan_accounting/static/description/images/checked.png new file mode 100644 index 0000000..c8e371f Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/checked.png differ diff --git a/ohrms_loan_accounting/static/description/images/core_image.gif b/ohrms_loan_accounting/static/description/images/core_image.gif new file mode 100644 index 0000000..814b0cf Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/core_image.gif differ diff --git a/ohrms_loan_accounting/static/description/images/hero-openhrms.png b/ohrms_loan_accounting/static/description/images/hero-openhrms.png new file mode 100644 index 0000000..10e328d Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/hero-openhrms.png differ diff --git a/ohrms_loan_accounting/static/description/images/hero.png b/ohrms_loan_accounting/static/description/images/hero.png new file mode 100644 index 0000000..15276ff Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/hero.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan1.png b/ohrms_loan_accounting/static/description/images/loan1.png new file mode 100644 index 0000000..ca125fb Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan1.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan2.png b/ohrms_loan_accounting/static/description/images/loan2.png new file mode 100644 index 0000000..de2c02a Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan2.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan3.png b/ohrms_loan_accounting/static/description/images/loan3.png new file mode 100644 index 0000000..87e3af8 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan3.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan4.png b/ohrms_loan_accounting/static/description/images/loan4.png new file mode 100644 index 0000000..2c0267d Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan4.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan5.png b/ohrms_loan_accounting/static/description/images/loan5.png new file mode 100644 index 0000000..64ee6d2 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan5.png differ diff --git a/ohrms_loan_accounting/static/description/images/loan6.png b/ohrms_loan_accounting/static/description/images/loan6.png new file mode 100644 index 0000000..ce54261 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/loan6.png differ diff --git a/ohrms_loan_accounting/static/description/images/module_image.gif b/ohrms_loan_accounting/static/description/images/module_image.gif new file mode 100644 index 0000000..51be5f0 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/module_image.gif differ diff --git a/ohrms_loan_accounting/static/description/images/openhrms.png b/ohrms_loan_accounting/static/description/images/openhrms.png new file mode 100644 index 0000000..068dcb8 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/openhrms.png differ diff --git a/ohrms_loan_accounting/static/description/images/salary_image.png b/ohrms_loan_accounting/static/description/images/salary_image.png new file mode 100644 index 0000000..127ea73 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/salary_image.png differ diff --git a/ohrms_loan_accounting/static/description/images/shift_image.png b/ohrms_loan_accounting/static/description/images/shift_image.png new file mode 100644 index 0000000..9d69782 Binary files /dev/null and b/ohrms_loan_accounting/static/description/images/shift_image.png differ diff --git a/ohrms_loan_accounting/static/description/index.html b/ohrms_loan_accounting/static/description/index.html new file mode 100644 index 0000000..e0d8fbd --- /dev/null +++ b/ohrms_loan_accounting/static/description/index.html @@ -0,0 +1,609 @@ +
+
+ +
+
+

OpenHRMS + Loan Accounting

+

+ Manage loan request of employees

+ +
+
+ + + +
+
+

Overview

+
+

+ Open HRMS Loan is a component of Open HRMS suit. Open HRMS Loan module helps the user to + configure different loan policies, assign approval authority, conduct the verification process + and sanction loan for employees. +

+
+
+ + + + +
+
+

Key Features

+
+
+
+ +
+ +

+ Employee can create loan request +

+
+ +
+ +

+ Loan amount is deducted from the salary +

+
+ +
+ +

+ Double layer approval, from Accounting & HR Department +

+
+ +
+ +

+ Current month installment is automatically listed in payslip +

+
+ + + +
+ + +
+
+
+ + + +
+
+

Screenshots

+
+ +
+
+

+ 01

+
+
+

Loan Approval From + Accounting Department +

+

+ Enable the option "Loan Approval From Accounting Department" In accounting settings +

+
+
+ + + +
+
+

+ 02

+
+
+

Deduction rule +

+

+ Add the deduction rule for loan in Salary Structure. +

+
+
+ + + + +
+
+

+ 03

+
+
+

Loan Request + Contract

+

+ Employee can create loan request +

+
+
+ + + + +
+
+

+ 04

+
+
+

Approval +

+

+ Once the HR department has given the Approval, the accounts department take the + decision. +

+
+
+ + + +
+
+

+ 05

+
+
+

Pending Installments +

+

+ When we create the payslip, all the pending installments of the month will be listed + there. +

+
+
+ +
+
+

+ 06

+
+
+

Pending + Installments +

+

+ When we check the Loan request again, the deducted installments will be changed to + paid. +

+
+
+ + + + + +
+
+ + + + +
+
+

Suggested Products

+
+ + +
+
+ + + +
+
+
+

Our Services

+
+
+ +
+
+ +
+
Odoo + Customization
+
+ +
+
+ +
+
Odoo + Implementation
+
+ +
+
+ +
+
Odoo + Support
+
+ + +
+
+ +
+
Hire + Odoo + Developer
+
+ +
+
+ +
+
Odoo + Integration
+
+ +
+
+ +
+
Odoo + Migration
+
+ + +
+
+ +
+
Odoo + Consultancy
+
+ +
+
+ +
+
Odoo + Implementation
+
+ +
+
+ +
+
Odoo + Licensing Consultancy
+
+
+
+ + + +
+
+
+

Our Industries

+
+
+ +
+
+ +
+ Trading +
+

+ Easily procure + and + sell your products

+
+
+ +
+
+ +
+ POS +
+

+ Easy + configuration + and convivial experience

+
+
+ +
+
+ +
+ Education +
+

+ A platform for + educational management

+
+
+ +
+
+ +
+ Manufacturing +
+

+ Plan, track and + schedule your operations

+
+
+ +
+
+ +
+ E-commerce & Website +
+

+ Mobile + friendly, + awe-inspiring product pages

+
+
+ +
+
+ +
+ Service Management +
+

+ Keep track of + services and invoice

+
+
+ +
+
+ +
+ Restaurant +
+

+ Run your bar or + restaurant methodically

+
+
+ +
+
+ +
+ Hotel Management +
+

+ An + all-inclusive + hotel management application

+
+
+ +
+
+ + + + + +
+
+
+

Need Help?

+
+
+
+ + +
+ +
+ +
+ +
+ WhatsApp +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+
+
+ + + +
+
s \ No newline at end of file diff --git a/ohrms_loan_accounting/static/description/oh_icon.png b/ohrms_loan_accounting/static/description/oh_icon.png new file mode 100644 index 0000000..37ae628 Binary files /dev/null and b/ohrms_loan_accounting/static/description/oh_icon.png differ -- cgit v1.2.3