From 397e7a14806af190c3470aa681b0e50c0444701d Mon Sep 17 00:00:00 2001 From: Ajmalcybrosys Date: Sat, 2 Nov 2019 10:32:17 +0530 Subject: [PATCH] [ADD] Initial Commit --- .../static/description/index.html | 2 +- export_stockinfo_xls/README.rst | 39 ++ export_stockinfo_xls/__init__.py | 24 + export_stockinfo_xls/__manifest__.py | 48 ++ export_stockinfo_xls/controllers/__init__.py | 22 + export_stockinfo_xls/controllers/main.py | 56 +++ export_stockinfo_xls/doc/RELEASE_NOTES.md | 9 + export_stockinfo_xls/models/__init__.py | 24 + export_stockinfo_xls/models/res_partner.py | 41 ++ export_stockinfo_xls/models/wizard.py | 257 ++++++++++ .../static/description/banner.jpg | Bin 0 -> 67289 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes .../description/cybrosys-current-stock-1.png | Bin 0 -> 111490 bytes .../description/cybrosys-current-stock-2.png | Bin 0 -> 306166 bytes .../description/cybrosys-current-stock-3.png | Bin 0 -> 345261 bytes .../static/description/icon.png | Bin 0 -> 41909 bytes .../static/description/index.html | 370 +++++++++++++++ .../static/src/js/action_manager.js | 50 ++ export_stockinfo_xls/views/action_manager.xml | 9 + export_stockinfo_xls/views/wizard_view.xml | 66 +++ front_office_management/README.rst | 22 + front_office_management/__init__.py | 23 + front_office_management/__manifest__.py | 49 ++ front_office_management/doc/RELEASE_NOTES.md | 6 + front_office_management/models/__init__.py | 30 ++ .../models/fo_property_counter.py | 56 +++ front_office_management/models/fo_visit.py | 109 +++++ front_office_management/models/fo_visitor.py | 52 ++ .../report/fo_property_label.xml | 57 +++ .../report/fo_visitor_label.xml | 70 +++ front_office_management/report/report.xml | 32 ++ .../report/visitors_report.xml | 64 +++ .../security/fo_security.xml | 17 + .../security/ir.model.access.csv | 14 + .../static/description/banner.jpg | Bin 0 -> 88458 bytes .../static/description/belongings.png | Bin 0 -> 190168 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes .../description/cybrosys-front-office-1.png | Bin 0 -> 206088 bytes .../description/cybrosys-front-office-2.png | Bin 0 -> 195216 bytes .../description/cybrosys-front-office-3.png | Bin 0 -> 106345 bytes .../description/cybrosys-front-office-4.png | Bin 0 -> 116232 bytes .../description/cybrosys-front-office-5.png | Bin 0 -> 105638 bytes .../description/cybrosys-front-office-6.png | Bin 0 -> 190168 bytes .../description/cybrosys-front-office-7.png | Bin 0 -> 137589 bytes .../description/cybrosys-front-office-8.png | Bin 0 -> 256294 bytes .../static/description/icon.png | Bin 0 -> 32353 bytes .../static/description/index.html | 398 ++++++++++++++++ .../static/description/label.png | Bin 0 -> 137589 bytes .../static/description/pass.png | Bin 0 -> 106345 bytes .../static/description/report.png | Bin 0 -> 116232 bytes .../static/description/todays.png | Bin 0 -> 105638 bytes .../static/description/user.png | Bin 0 -> 256294 bytes .../static/description/visit.png | Bin 0 -> 195216 bytes .../static/description/visitor.png | Bin 0 -> 206088 bytes .../views/fo_property_counter.xml | 90 ++++ front_office_management/views/fo_visit.xml | 186 ++++++++ front_office_management/views/fo_visitor.xml | 119 +++++ hr_payroll_community/__manifest__.py | 2 +- medical_lab_management/README.rst | 40 ++ medical_lab_management/__init__.py | 23 + medical_lab_management/__manifest__.py | 56 +++ medical_lab_management/doc/RELEASE_NOTES.md | 9 + medical_lab_management/models/__init__.py | 33 ++ .../models/account_invoice.py | 37 ++ .../models/lab_appointment.py | 198 ++++++++ medical_lab_management/models/lab_patient.py | 78 +++ medical_lab_management/models/lab_request.py | 128 +++++ .../models/lab_test_content_type.py | 37 ++ .../models/lab_test_type.py | 46 ++ .../models/physician_speciality.py | 35 ++ medical_lab_management/models/res_partner.py | 34 ++ medical_lab_management/models/testing_unit.py | 32 ++ .../report/lab_patient_card.xml | 63 +++ .../report/lab_test_report.xml | 50 ++ medical_lab_management/report/report.xml | 23 + .../security/ir.model.access.csv | 19 + medical_lab_management/security/lab_users.xml | 20 + .../static/description/app.png | Bin 0 -> 81665 bytes .../static/description/banner.jpg | Bin 0 -> 101377 bytes .../static/description/card.png | Bin 0 -> 27035 bytes .../static/description/content.png | Bin 0 -> 58385 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes .../static/description/icon.png | Bin 0 -> 33234 bytes .../static/description/index.html | 446 ++++++++++++++++++ .../static/description/invoice.png | Bin 0 -> 81035 bytes .../description/lab-management-cybrosys-1.png | Bin 0 -> 114950 bytes .../lab-management-cybrosys-10.png | Bin 0 -> 68579 bytes .../lab-management-cybrosys-11.png | Bin 0 -> 66160 bytes .../lab-management-cybrosys-12.png | Bin 0 -> 113688 bytes .../lab-management-cybrosys-13.png | Bin 0 -> 110884 bytes .../description/lab-management-cybrosys-2.png | Bin 0 -> 51411 bytes .../description/lab-management-cybrosys-3.png | Bin 0 -> 116375 bytes .../description/lab-management-cybrosys-4.png | Bin 0 -> 42420 bytes .../description/lab-management-cybrosys-5.png | Bin 0 -> 105884 bytes .../description/lab-management-cybrosys-6.png | Bin 0 -> 50979 bytes .../description/lab-management-cybrosys-7.png | Bin 0 -> 118734 bytes .../description/lab-management-cybrosys-8.png | Bin 0 -> 63346 bytes .../description/lab-management-cybrosys-9.png | Bin 0 -> 105291 bytes .../static/description/mail.png | Bin 0 -> 18780 bytes .../static/description/patient.png | Bin 0 -> 84734 bytes .../static/description/phy.png | Bin 0 -> 81852 bytes .../static/description/request1.png | Bin 0 -> 53234 bytes .../static/description/request2.png | Bin 0 -> 79557 bytes .../static/description/result.png | Bin 0 -> 22519 bytes .../static/description/test.png | Bin 0 -> 67318 bytes .../static/description/today.png | Bin 0 -> 52155 bytes .../static/description/unit.png | Bin 0 -> 55256 bytes .../static/description/user.png | Bin 0 -> 79727 bytes .../views/account_invoice.xml | 30 ++ .../views/lab_appointment.xml | 231 +++++++++ .../views/lab_patient_view.xml | 159 +++++++ medical_lab_management/views/lab_request.xml | 120 +++++ .../views/lab_test_content_type.xml | 72 +++ .../views/lab_test_type.xml | 102 ++++ .../views/physician_details.xml | 26 + .../views/physician_specialty.xml | 18 + medical_lab_management/views/res_partner.xml | 22 + .../views/test_unit_view.xml | 71 +++ pos_order_line_image/README.rst | 42 ++ pos_order_line_image/__init__.py | 22 + pos_order_line_image/__manifest__.py | 38 ++ pos_order_line_image/doc/RELEASE_NOTES.md | 9 + .../static/description/banner.jpg | Bin 0 -> 111877 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes .../static/description/icon.png | Bin 0 -> 14569 bytes .../static/description/index.html | 300 ++++++++++++ .../description/pos_order_line_image.png | Bin 0 -> 384872 bytes .../static/src/css/order_line_image.css | 15 + .../static/src/js/pos_order_line.js | 27 ++ .../static/src/xml/pos_order_line.xml | 15 + .../views/pos_order_line_image.xml | 11 + total_payable_receivable/README.rst | 41 ++ total_payable_receivable/__init__.py | 22 + total_payable_receivable/__manifest__.py | 40 ++ total_payable_receivable/doc/RELEASE_NOTES.md | 9 + total_payable_receivable/models/__init__.py | 22 + .../models/total_payable_receivable.py | 65 +++ .../static/description/amount_total.png | Bin 0 -> 98224 bytes .../static/description/banner.jpg | Bin 0 -> 76321 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes .../static/description/icon.png | Bin 0 -> 8669 bytes .../static/description/index.html | 301 ++++++++++++ .../views/total_payable_receivable_view.xml | 16 + user_login_alert/README.rst | 28 ++ user_login_alert/__init__.py | 23 + user_login_alert/__manifest__.py | 49 ++ user_login_alert/controllers/__init__.py | 22 + user_login_alert/controllers/main.py | 111 +++++ user_login_alert/doc/RELEASE_NOTES.md | 9 + user_login_alert/models/__init__.py | 22 + user_login_alert/models/logged_details.py | 30 ++ user_login_alert/requirements.txt | 1 + .../security/notification_group.xml | 8 + .../static/description/banner.jpg | Bin 0 -> 123472 bytes .../static/description/cybro_logo.png | Bin 0 -> 50824 bytes user_login_alert/static/description/icon.png | Bin 0 -> 16175 bytes .../static/description/index.html | 382 +++++++++++++++ .../static/description/index.html~ | 82 ++++ .../description/login-alert-cybrosys-1.png | Bin 0 -> 275497 bytes .../description/login-alert-cybrosys-2.png | Bin 0 -> 261800 bytes .../views/logged_details_view.xml | 25 + 161 files changed, 6456 insertions(+), 2 deletions(-) create mode 100644 export_stockinfo_xls/README.rst create mode 100644 export_stockinfo_xls/__init__.py create mode 100644 export_stockinfo_xls/__manifest__.py create mode 100644 export_stockinfo_xls/controllers/__init__.py create mode 100644 export_stockinfo_xls/controllers/main.py create mode 100644 export_stockinfo_xls/doc/RELEASE_NOTES.md create mode 100644 export_stockinfo_xls/models/__init__.py create mode 100644 export_stockinfo_xls/models/res_partner.py create mode 100644 export_stockinfo_xls/models/wizard.py create mode 100644 export_stockinfo_xls/static/description/banner.jpg create mode 100644 export_stockinfo_xls/static/description/cybro_logo.png create mode 100644 export_stockinfo_xls/static/description/cybrosys-current-stock-1.png create mode 100644 export_stockinfo_xls/static/description/cybrosys-current-stock-2.png create mode 100644 export_stockinfo_xls/static/description/cybrosys-current-stock-3.png create mode 100644 export_stockinfo_xls/static/description/icon.png create mode 100644 export_stockinfo_xls/static/description/index.html create mode 100644 export_stockinfo_xls/static/src/js/action_manager.js create mode 100644 export_stockinfo_xls/views/action_manager.xml create mode 100644 export_stockinfo_xls/views/wizard_view.xml create mode 100755 front_office_management/README.rst create mode 100755 front_office_management/__init__.py create mode 100755 front_office_management/__manifest__.py create mode 100644 front_office_management/doc/RELEASE_NOTES.md create mode 100755 front_office_management/models/__init__.py create mode 100755 front_office_management/models/fo_property_counter.py create mode 100755 front_office_management/models/fo_visit.py create mode 100755 front_office_management/models/fo_visitor.py create mode 100755 front_office_management/report/fo_property_label.xml create mode 100755 front_office_management/report/fo_visitor_label.xml create mode 100755 front_office_management/report/report.xml create mode 100755 front_office_management/report/visitors_report.xml create mode 100755 front_office_management/security/fo_security.xml create mode 100755 front_office_management/security/ir.model.access.csv create mode 100755 front_office_management/static/description/banner.jpg create mode 100755 front_office_management/static/description/belongings.png create mode 100755 front_office_management/static/description/cybro_logo.png create mode 100755 front_office_management/static/description/cybrosys-front-office-1.png create mode 100755 front_office_management/static/description/cybrosys-front-office-2.png create mode 100755 front_office_management/static/description/cybrosys-front-office-3.png create mode 100755 front_office_management/static/description/cybrosys-front-office-4.png create mode 100755 front_office_management/static/description/cybrosys-front-office-5.png create mode 100755 front_office_management/static/description/cybrosys-front-office-6.png create mode 100755 front_office_management/static/description/cybrosys-front-office-7.png create mode 100755 front_office_management/static/description/cybrosys-front-office-8.png create mode 100755 front_office_management/static/description/icon.png create mode 100755 front_office_management/static/description/index.html create mode 100755 front_office_management/static/description/label.png create mode 100755 front_office_management/static/description/pass.png create mode 100755 front_office_management/static/description/report.png create mode 100755 front_office_management/static/description/todays.png create mode 100755 front_office_management/static/description/user.png create mode 100755 front_office_management/static/description/visit.png create mode 100755 front_office_management/static/description/visitor.png create mode 100755 front_office_management/views/fo_property_counter.xml create mode 100755 front_office_management/views/fo_visit.xml create mode 100755 front_office_management/views/fo_visitor.xml create mode 100644 medical_lab_management/README.rst create mode 100644 medical_lab_management/__init__.py create mode 100644 medical_lab_management/__manifest__.py create mode 100644 medical_lab_management/doc/RELEASE_NOTES.md create mode 100644 medical_lab_management/models/__init__.py create mode 100644 medical_lab_management/models/account_invoice.py create mode 100644 medical_lab_management/models/lab_appointment.py create mode 100644 medical_lab_management/models/lab_patient.py create mode 100644 medical_lab_management/models/lab_request.py create mode 100644 medical_lab_management/models/lab_test_content_type.py create mode 100644 medical_lab_management/models/lab_test_type.py create mode 100644 medical_lab_management/models/physician_speciality.py create mode 100644 medical_lab_management/models/res_partner.py create mode 100644 medical_lab_management/models/testing_unit.py create mode 100644 medical_lab_management/report/lab_patient_card.xml create mode 100644 medical_lab_management/report/lab_test_report.xml create mode 100644 medical_lab_management/report/report.xml create mode 100644 medical_lab_management/security/ir.model.access.csv create mode 100644 medical_lab_management/security/lab_users.xml create mode 100644 medical_lab_management/static/description/app.png create mode 100644 medical_lab_management/static/description/banner.jpg create mode 100644 medical_lab_management/static/description/card.png create mode 100644 medical_lab_management/static/description/content.png create mode 100644 medical_lab_management/static/description/cybro_logo.png create mode 100644 medical_lab_management/static/description/icon.png create mode 100644 medical_lab_management/static/description/index.html create mode 100644 medical_lab_management/static/description/invoice.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-1.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-10.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-11.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-12.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-13.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-2.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-3.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-4.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-5.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-6.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-7.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-8.png create mode 100644 medical_lab_management/static/description/lab-management-cybrosys-9.png create mode 100644 medical_lab_management/static/description/mail.png create mode 100644 medical_lab_management/static/description/patient.png create mode 100644 medical_lab_management/static/description/phy.png create mode 100644 medical_lab_management/static/description/request1.png create mode 100644 medical_lab_management/static/description/request2.png create mode 100644 medical_lab_management/static/description/result.png create mode 100644 medical_lab_management/static/description/test.png create mode 100644 medical_lab_management/static/description/today.png create mode 100644 medical_lab_management/static/description/unit.png create mode 100644 medical_lab_management/static/description/user.png create mode 100644 medical_lab_management/views/account_invoice.xml create mode 100644 medical_lab_management/views/lab_appointment.xml create mode 100644 medical_lab_management/views/lab_patient_view.xml create mode 100644 medical_lab_management/views/lab_request.xml create mode 100644 medical_lab_management/views/lab_test_content_type.xml create mode 100644 medical_lab_management/views/lab_test_type.xml create mode 100644 medical_lab_management/views/physician_details.xml create mode 100644 medical_lab_management/views/physician_specialty.xml create mode 100644 medical_lab_management/views/res_partner.xml create mode 100644 medical_lab_management/views/test_unit_view.xml create mode 100755 pos_order_line_image/README.rst create mode 100755 pos_order_line_image/__init__.py create mode 100755 pos_order_line_image/__manifest__.py create mode 100644 pos_order_line_image/doc/RELEASE_NOTES.md create mode 100755 pos_order_line_image/static/description/banner.jpg create mode 100755 pos_order_line_image/static/description/cybro_logo.png create mode 100755 pos_order_line_image/static/description/icon.png create mode 100755 pos_order_line_image/static/description/index.html create mode 100755 pos_order_line_image/static/description/pos_order_line_image.png create mode 100755 pos_order_line_image/static/src/css/order_line_image.css create mode 100755 pos_order_line_image/static/src/js/pos_order_line.js create mode 100755 pos_order_line_image/static/src/xml/pos_order_line.xml create mode 100755 pos_order_line_image/views/pos_order_line_image.xml create mode 100644 total_payable_receivable/README.rst create mode 100644 total_payable_receivable/__init__.py create mode 100644 total_payable_receivable/__manifest__.py create mode 100644 total_payable_receivable/doc/RELEASE_NOTES.md create mode 100644 total_payable_receivable/models/__init__.py create mode 100644 total_payable_receivable/models/total_payable_receivable.py create mode 100644 total_payable_receivable/static/description/amount_total.png create mode 100644 total_payable_receivable/static/description/banner.jpg create mode 100644 total_payable_receivable/static/description/cybro_logo.png create mode 100644 total_payable_receivable/static/description/icon.png create mode 100644 total_payable_receivable/static/description/index.html create mode 100644 total_payable_receivable/views/total_payable_receivable_view.xml create mode 100644 user_login_alert/README.rst create mode 100644 user_login_alert/__init__.py create mode 100644 user_login_alert/__manifest__.py create mode 100644 user_login_alert/controllers/__init__.py create mode 100644 user_login_alert/controllers/main.py create mode 100644 user_login_alert/doc/RELEASE_NOTES.md create mode 100644 user_login_alert/models/__init__.py create mode 100644 user_login_alert/models/logged_details.py create mode 100644 user_login_alert/requirements.txt create mode 100644 user_login_alert/security/notification_group.xml create mode 100644 user_login_alert/static/description/banner.jpg create mode 100644 user_login_alert/static/description/cybro_logo.png create mode 100644 user_login_alert/static/description/icon.png create mode 100644 user_login_alert/static/description/index.html create mode 100644 user_login_alert/static/description/index.html~ create mode 100644 user_login_alert/static/description/login-alert-cybrosys-1.png create mode 100644 user_login_alert/static/description/login-alert-cybrosys-2.png create mode 100644 user_login_alert/views/logged_details_view.xml diff --git a/base_account_budget/static/description/index.html b/base_account_budget/static/description/index.html index 7e3dd3b25..986fe8f8a 100644 --- a/base_account_budget/static/description/index.html +++ b/base_account_budget/static/description/index.html @@ -155,7 +155,7 @@ color: #fff;">Screenshots -