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/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 ohrms_loan/static/description/banner.png | Bin 0 -> 63784 bytes ohrms_loan/static/description/cybro_logo.png | Bin 0 -> 50824 bytes ohrms_loan/static/description/icon.png | Bin 0 -> 17651 bytes ohrms_loan/static/description/images/1loan.png | Bin 0 -> 101797 bytes ohrms_loan/static/description/images/2loan.png | Bin 0 -> 84627 bytes ohrms_loan/static/description/images/3loan.png | Bin 0 -> 82298 bytes ohrms_loan/static/description/images/4loan.png | Bin 0 -> 92298 bytes ohrms_loan/static/description/images/5loan.png | Bin 0 -> 69617 bytes ohrms_loan/static/description/images/6loan.png | Bin 0 -> 92017 bytes .../static/description/images/announce_image.png | Bin 0 -> 65410 bytes ohrms_loan/static/description/images/checked.png | Bin 0 -> 21786 bytes .../static/description/images/core_image.gif | Bin 0 -> 90859 bytes .../static/description/images/dash_image.gif | Bin 0 -> 417726 bytes .../static/description/images/dashboard_image.gif | Bin 0 -> 128802 bytes .../description/images/disciplinary_image.png | Bin 0 -> 68925 bytes .../static/description/images/documents_image.png | Bin 0 -> 63954 bytes ohrms_loan/static/description/images/hero.png | Bin 0 -> 827950 bytes ohrms_loan/static/description/images/loan.png | Bin 0 -> 45946 bytes ohrms_loan/static/description/images/openhrms.png | Bin 0 -> 31962 bytes .../static/description/images/salary_image.png | Bin 0 -> 71842 bytes ohrms_loan/static/description/index.html | 613 +++++++++++++++++++++ ohrms_loan/static/description/loan_web.png | Bin 0 -> 7837 bytes ohrms_loan/static/description/oh_icon.png | Bin 0 -> 1477 bytes 41 files changed, 613 insertions(+) create mode 100644 ohrms_loan/static/description/assets/icons/chevron.png create mode 100644 ohrms_loan/static/description/assets/icons/cogs.png create mode 100644 ohrms_loan/static/description/assets/icons/consultation.png create mode 100644 ohrms_loan/static/description/assets/icons/ecom-black.png create mode 100644 ohrms_loan/static/description/assets/icons/education-black.png create mode 100644 ohrms_loan/static/description/assets/icons/hotel-black.png create mode 100644 ohrms_loan/static/description/assets/icons/license.png create mode 100644 ohrms_loan/static/description/assets/icons/lifebuoy.png create mode 100644 ohrms_loan/static/description/assets/icons/manufacturing-black.png create mode 100644 ohrms_loan/static/description/assets/icons/pos-black.png create mode 100644 ohrms_loan/static/description/assets/icons/puzzle.png create mode 100644 ohrms_loan/static/description/assets/icons/restaurant-black.png create mode 100644 ohrms_loan/static/description/assets/icons/service-black.png create mode 100644 ohrms_loan/static/description/assets/icons/trading-black.png create mode 100644 ohrms_loan/static/description/assets/icons/training.png create mode 100644 ohrms_loan/static/description/assets/icons/update.png create mode 100644 ohrms_loan/static/description/assets/icons/user.png create mode 100644 ohrms_loan/static/description/assets/icons/wrench.png create mode 100644 ohrms_loan/static/description/banner.png create mode 100644 ohrms_loan/static/description/cybro_logo.png create mode 100644 ohrms_loan/static/description/icon.png create mode 100644 ohrms_loan/static/description/images/1loan.png create mode 100644 ohrms_loan/static/description/images/2loan.png create mode 100644 ohrms_loan/static/description/images/3loan.png create mode 100644 ohrms_loan/static/description/images/4loan.png create mode 100644 ohrms_loan/static/description/images/5loan.png create mode 100644 ohrms_loan/static/description/images/6loan.png create mode 100644 ohrms_loan/static/description/images/announce_image.png create mode 100644 ohrms_loan/static/description/images/checked.png create mode 100644 ohrms_loan/static/description/images/core_image.gif create mode 100644 ohrms_loan/static/description/images/dash_image.gif create mode 100644 ohrms_loan/static/description/images/dashboard_image.gif create mode 100644 ohrms_loan/static/description/images/disciplinary_image.png create mode 100644 ohrms_loan/static/description/images/documents_image.png create mode 100644 ohrms_loan/static/description/images/hero.png create mode 100644 ohrms_loan/static/description/images/loan.png create mode 100644 ohrms_loan/static/description/images/openhrms.png create mode 100644 ohrms_loan/static/description/images/salary_image.png create mode 100644 ohrms_loan/static/description/index.html create mode 100644 ohrms_loan/static/description/loan_web.png create mode 100644 ohrms_loan/static/description/oh_icon.png (limited to 'ohrms_loan/static/description') diff --git a/ohrms_loan/static/description/assets/icons/chevron.png b/ohrms_loan/static/description/assets/icons/chevron.png new file mode 100644 index 0000000..2089293 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/chevron.png differ diff --git a/ohrms_loan/static/description/assets/icons/cogs.png b/ohrms_loan/static/description/assets/icons/cogs.png new file mode 100644 index 0000000..95d0bad Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/cogs.png differ diff --git a/ohrms_loan/static/description/assets/icons/consultation.png b/ohrms_loan/static/description/assets/icons/consultation.png new file mode 100644 index 0000000..8319d4b Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/consultation.png differ diff --git a/ohrms_loan/static/description/assets/icons/ecom-black.png b/ohrms_loan/static/description/assets/icons/ecom-black.png new file mode 100644 index 0000000..a9385ff Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/ecom-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/education-black.png b/ohrms_loan/static/description/assets/icons/education-black.png new file mode 100644 index 0000000..3eb09b2 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/education-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/hotel-black.png b/ohrms_loan/static/description/assets/icons/hotel-black.png new file mode 100644 index 0000000..130f613 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/hotel-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/license.png b/ohrms_loan/static/description/assets/icons/license.png new file mode 100644 index 0000000..a586979 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/license.png differ diff --git a/ohrms_loan/static/description/assets/icons/lifebuoy.png b/ohrms_loan/static/description/assets/icons/lifebuoy.png new file mode 100644 index 0000000..658d56c Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/lifebuoy.png differ diff --git a/ohrms_loan/static/description/assets/icons/manufacturing-black.png b/ohrms_loan/static/description/assets/icons/manufacturing-black.png new file mode 100644 index 0000000..697eb0e Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/manufacturing-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/pos-black.png b/ohrms_loan/static/description/assets/icons/pos-black.png new file mode 100644 index 0000000..97c0f90 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/pos-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/puzzle.png b/ohrms_loan/static/description/assets/icons/puzzle.png new file mode 100644 index 0000000..65cf854 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/puzzle.png differ diff --git a/ohrms_loan/static/description/assets/icons/restaurant-black.png b/ohrms_loan/static/description/assets/icons/restaurant-black.png new file mode 100644 index 0000000..4a35eb9 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/restaurant-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/service-black.png b/ohrms_loan/static/description/assets/icons/service-black.png new file mode 100644 index 0000000..301ab51 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/service-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/trading-black.png b/ohrms_loan/static/description/assets/icons/trading-black.png new file mode 100644 index 0000000..9398ba2 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/trading-black.png differ diff --git a/ohrms_loan/static/description/assets/icons/training.png b/ohrms_loan/static/description/assets/icons/training.png new file mode 100644 index 0000000..884ca02 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/training.png differ diff --git a/ohrms_loan/static/description/assets/icons/update.png b/ohrms_loan/static/description/assets/icons/update.png new file mode 100644 index 0000000..ecbc5a0 Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/update.png differ diff --git a/ohrms_loan/static/description/assets/icons/user.png b/ohrms_loan/static/description/assets/icons/user.png new file mode 100644 index 0000000..6ffb23d Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/user.png differ diff --git a/ohrms_loan/static/description/assets/icons/wrench.png b/ohrms_loan/static/description/assets/icons/wrench.png new file mode 100644 index 0000000..6c04dea Binary files /dev/null and b/ohrms_loan/static/description/assets/icons/wrench.png differ diff --git a/ohrms_loan/static/description/banner.png b/ohrms_loan/static/description/banner.png new file mode 100644 index 0000000..76c7ce5 Binary files /dev/null and b/ohrms_loan/static/description/banner.png differ diff --git a/ohrms_loan/static/description/cybro_logo.png b/ohrms_loan/static/description/cybro_logo.png new file mode 100644 index 0000000..bb30911 Binary files /dev/null and b/ohrms_loan/static/description/cybro_logo.png differ diff --git a/ohrms_loan/static/description/icon.png b/ohrms_loan/static/description/icon.png new file mode 100644 index 0000000..1a5c4ce Binary files /dev/null and b/ohrms_loan/static/description/icon.png differ diff --git a/ohrms_loan/static/description/images/1loan.png b/ohrms_loan/static/description/images/1loan.png new file mode 100644 index 0000000..ca125fb Binary files /dev/null and b/ohrms_loan/static/description/images/1loan.png differ diff --git a/ohrms_loan/static/description/images/2loan.png b/ohrms_loan/static/description/images/2loan.png new file mode 100644 index 0000000..de2c02a Binary files /dev/null and b/ohrms_loan/static/description/images/2loan.png differ diff --git a/ohrms_loan/static/description/images/3loan.png b/ohrms_loan/static/description/images/3loan.png new file mode 100644 index 0000000..87e3af8 Binary files /dev/null and b/ohrms_loan/static/description/images/3loan.png differ diff --git a/ohrms_loan/static/description/images/4loan.png b/ohrms_loan/static/description/images/4loan.png new file mode 100644 index 0000000..2c0267d Binary files /dev/null and b/ohrms_loan/static/description/images/4loan.png differ diff --git a/ohrms_loan/static/description/images/5loan.png b/ohrms_loan/static/description/images/5loan.png new file mode 100644 index 0000000..64ee6d2 Binary files /dev/null and b/ohrms_loan/static/description/images/5loan.png differ diff --git a/ohrms_loan/static/description/images/6loan.png b/ohrms_loan/static/description/images/6loan.png new file mode 100644 index 0000000..ce54261 Binary files /dev/null and b/ohrms_loan/static/description/images/6loan.png differ diff --git a/ohrms_loan/static/description/images/announce_image.png b/ohrms_loan/static/description/images/announce_image.png new file mode 100644 index 0000000..dc88ceb Binary files /dev/null and b/ohrms_loan/static/description/images/announce_image.png differ diff --git a/ohrms_loan/static/description/images/checked.png b/ohrms_loan/static/description/images/checked.png new file mode 100644 index 0000000..c8e371f Binary files /dev/null and b/ohrms_loan/static/description/images/checked.png differ diff --git a/ohrms_loan/static/description/images/core_image.gif b/ohrms_loan/static/description/images/core_image.gif new file mode 100644 index 0000000..e303923 Binary files /dev/null and b/ohrms_loan/static/description/images/core_image.gif differ diff --git a/ohrms_loan/static/description/images/dash_image.gif b/ohrms_loan/static/description/images/dash_image.gif new file mode 100644 index 0000000..f5cac4e Binary files /dev/null and b/ohrms_loan/static/description/images/dash_image.gif differ diff --git a/ohrms_loan/static/description/images/dashboard_image.gif b/ohrms_loan/static/description/images/dashboard_image.gif new file mode 100644 index 0000000..b492c67 Binary files /dev/null and b/ohrms_loan/static/description/images/dashboard_image.gif differ diff --git a/ohrms_loan/static/description/images/disciplinary_image.png b/ohrms_loan/static/description/images/disciplinary_image.png new file mode 100644 index 0000000..3619b53 Binary files /dev/null and b/ohrms_loan/static/description/images/disciplinary_image.png differ diff --git a/ohrms_loan/static/description/images/documents_image.png b/ohrms_loan/static/description/images/documents_image.png new file mode 100644 index 0000000..0a51347 Binary files /dev/null and b/ohrms_loan/static/description/images/documents_image.png differ diff --git a/ohrms_loan/static/description/images/hero.png b/ohrms_loan/static/description/images/hero.png new file mode 100644 index 0000000..d66ee54 Binary files /dev/null and b/ohrms_loan/static/description/images/hero.png differ diff --git a/ohrms_loan/static/description/images/loan.png b/ohrms_loan/static/description/images/loan.png new file mode 100644 index 0000000..7654ca1 Binary files /dev/null and b/ohrms_loan/static/description/images/loan.png differ diff --git a/ohrms_loan/static/description/images/openhrms.png b/ohrms_loan/static/description/images/openhrms.png new file mode 100644 index 0000000..a462223 Binary files /dev/null and b/ohrms_loan/static/description/images/openhrms.png differ diff --git a/ohrms_loan/static/description/images/salary_image.png b/ohrms_loan/static/description/images/salary_image.png new file mode 100644 index 0000000..04ebbeb Binary files /dev/null and b/ohrms_loan/static/description/images/salary_image.png differ diff --git a/ohrms_loan/static/description/index.html b/ohrms_loan/static/description/index.html new file mode 100644 index 0000000..1f83a8e --- /dev/null +++ b/ohrms_loan/static/description/index.html @@ -0,0 +1,613 @@ +
+
+ +
+
+

OpenHRMS + Loan Management

+

+ 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 +

+
+ +
+ +

+ Double layer approval, from Accounting & HR Department. +

+
+ +
+
+
+ +

+ Loan amount is deducted from the salary. +

+
+
+ +

+ Current month installment is automatically listed in payslip. +

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

Screenshots

+
+ + +
+
+

+ 01

+
+
+

Enabling option +

+

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

+
+
+ + + + +
+
+

+ 02

+
+
+

Adding deduction rule +

+

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

+ +
+
+ + + + +
+
+

+ 03

+
+
+

Creating request

+

+ Employee can create loan request +

+
+
+ + + + +
+
+

+ 04

+ +
+
+

Making decisions +

+

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

+
+
+ + + + +
+
+

+ 05

+ +
+
+

Listing pending + installments +

+

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

+
+
+ + + + +
+
+

+ 06

+ +
+
+

Checking loan + requests changes deducted installments to paid +

+

+ 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?

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