diff --git a/hr_insurance/__manifest__.py b/hr_insurance/__manifest__.py index 42fa4accb..5dc94fbc4 100644 --- a/hr_insurance/__manifest__.py +++ b/hr_insurance/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################### -# A part of OpenHRMS Project +# A part of Open HRMS Project # # Cybrosys Technologies Pvt. Ltd. # Copyright (C) 2018-TODAY Cybrosys Technologies (). @@ -22,7 +22,7 @@ ################################################################################### { - 'name': 'OHRMS Employee Insurance Management', + 'name': 'Open HRMS Employee Insurance Management', 'version': '10.0.1.0.0', 'summary': """Employee Insurance Management for Open HRMS.""", 'description': """Manages insurance amounts for employees to be deducted from salary""", @@ -46,4 +46,4 @@ 'installable': True, 'auto_install': False, 'application': False, -} \ No newline at end of file +} diff --git a/hr_insurance/static/description/cybro-service.png b/hr_insurance/static/description/cybro-service.png index 252929a86..0a648278c 100644 Binary files a/hr_insurance/static/description/cybro-service.png and b/hr_insurance/static/description/cybro-service.png differ diff --git a/hr_insurance/static/description/employee.png b/hr_insurance/static/description/employee.png index aedb04779..b3241d3fb 100644 Binary files a/hr_insurance/static/description/employee.png and b/hr_insurance/static/description/employee.png differ diff --git a/hr_insurance/static/description/index.html b/hr_insurance/static/description/index.html index 9dfc661a4..eb55e19a3 100644 --- a/hr_insurance/static/description/index.html +++ b/hr_insurance/static/description/index.html @@ -1,7 +1,11 @@ -
+
-

OpenHRMS

-

Most advanced open source HR management software

+
+

OpenHRMS

+

Most advanced open source HR management software

+
+ +
@@ -11,8 +15,10 @@ + +
@@ -108,6 +114,7 @@
- +
+ diff --git a/hr_insurance/static/description/insurance.png b/hr_insurance/static/description/insurance.png index c6ebe5d9e..884b58383 100644 Binary files a/hr_insurance/static/description/insurance.png and b/hr_insurance/static/description/insurance.png differ diff --git a/hr_insurance/static/description/payslip.png b/hr_insurance/static/description/payslip.png index d9cc5b743..defd554be 100644 Binary files a/hr_insurance/static/description/payslip.png and b/hr_insurance/static/description/payslip.png differ diff --git a/hr_insurance/static/description/policy.png b/hr_insurance/static/description/policy.png index 9c15d8646..1601f33af 100644 Binary files a/hr_insurance/static/description/policy.png and b/hr_insurance/static/description/policy.png differ diff --git a/hr_reminder/__manifest__.py b/hr_reminder/__manifest__.py index bcae35494..54efbc176 100644 --- a/hr_reminder/__manifest__.py +++ b/hr_reminder/__manifest__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- ################################################################################### -# A part of OpenHRMS Project +# A part of Open HRMS Project # # Cybrosys Technologies Pvt. Ltd. # Copyright (C) 2018-TODAY Cybrosys Technologies (). @@ -21,10 +21,10 @@ # ################################################################################### { - 'name': 'OHRMS Reminders Todo', + 'name': 'Open HRMS Reminders Todo', 'version': '10.0.1.0.0', 'category': 'Extra Tools', - 'summary': 'HR Reminder', + 'summary': 'HR Reminder For OHRMS', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'website': "https://www.openhrms.com", diff --git a/hr_reminder/controllers/__init__.py b/hr_reminder/controllers/__init__.py index 4ba08ec91..948e84ff6 100644 --- a/hr_reminder/controllers/__init__.py +++ b/hr_reminder/controllers/__init__.py @@ -21,4 +21,4 @@ # ################################################################################### -import main +from . import main diff --git a/hr_reminder/models/hr_reminder.py b/hr_reminder/models/hr_reminder.py index f0d157455..e9a6f38af 100644 --- a/hr_reminder/models/hr_reminder.py +++ b/hr_reminder/models/hr_reminder.py @@ -75,5 +75,3 @@ class HrPopupReminder(models.Model): else: i.reminder_active = True - - diff --git a/hr_reminder/static/description/HRMS-BUTTON.png b/hr_reminder/static/description/HRMS-BUTTON.png new file mode 100644 index 000000000..0f1b65bea Binary files /dev/null and b/hr_reminder/static/description/HRMS-BUTTON.png differ diff --git a/hr_reminder/static/description/Screenshot from 2018-03-30 18-31-42.png b/hr_reminder/static/description/Screenshot from 2018-03-30 18-31-42.png new file mode 100644 index 000000000..b052c15e5 Binary files /dev/null and b/hr_reminder/static/description/Screenshot from 2018-03-30 18-31-42.png differ diff --git a/hr_reminder/static/description/index.html b/hr_reminder/static/description/index.html index b16d11d76..f6eb3d608 100644 --- a/hr_reminder/static/description/index.html +++ b/hr_reminder/static/description/index.html @@ -1,11 +1,30 @@ -
+
-

OpenHRMS

-

Most advanced open source HR management software

+
+

OpenHRMS

+

Most advanced open source HR management software

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

Reminders

Cybrosys Technologies , www.cybrosys.com

@@ -18,7 +37,7 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).
-
+

Set Your Reminders

@@ -37,7 +56,7 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).
-
+

Search By

@@ -61,7 +80,7 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).
-
+

Reminder Button

@@ -74,7 +93,7 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).
-
+

Related Result

@@ -86,7 +105,17 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).
-
+
+
+

Our Odoo Services

+ + +
+ +
+ + +

Need Any Help?

@@ -102,13 +131,6 @@ dates (eg: Expiration date,Deadline date,Assigned Date etc...).

-
- - - - - -
diff --git a/hr_reminder/static/description/popup.png b/hr_reminder/static/description/popup.png index cf866f793..4ad643b56 100644 Binary files a/hr_reminder/static/description/popup.png and b/hr_reminder/static/description/popup.png differ diff --git a/hr_reminder/static/description/reminder.png b/hr_reminder/static/description/reminder.png index 3e199ffef..94d091207 100644 Binary files a/hr_reminder/static/description/reminder.png and b/hr_reminder/static/description/reminder.png differ diff --git a/hr_reminder/static/description/result.png b/hr_reminder/static/description/result.png index 2a74ff761..3bf265c9d 100644 Binary files a/hr_reminder/static/description/result.png and b/hr_reminder/static/description/result.png differ diff --git a/hr_reminder/static/description/set_date.png b/hr_reminder/static/description/set_date.png index d5e253c15..44350466a 100644 Binary files a/hr_reminder/static/description/set_date.png and b/hr_reminder/static/description/set_date.png differ diff --git a/hr_reminder/static/description/set_period.png b/hr_reminder/static/description/set_period.png index da9da01d5..ce468e0bc 100644 Binary files a/hr_reminder/static/description/set_period.png and b/hr_reminder/static/description/set_period.png differ