From eb10846480afb502edc7868c9e9c2b1afd027c20 Mon Sep 17 00:00:00 2001 From: "suherdy.yacob@mapan.co.id" Date: Tue, 8 Apr 2025 08:41:34 +0700 Subject: [PATCH] First Commit --- README.md | 0 custom_pos_receipt/__init__.py | 1 + custom_pos_receipt/__manifest__.py | 43 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 155 bytes .../static/src/app/navbar/closing_popup.xml | 71 ++ .../src/app/pages/confirmation_page.xml | 33 + .../receipt_screen/receipt/receipt_screen.xml | 8 + .../static/src/css/pos_receipt_custom.css | 111 +++ custom_preparation_display/__init__.py | 2 + custom_preparation_display/__manifest__.py | 39 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 191 bytes custom_preparation_display/models/__init__.py | 2 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 206 bytes .../customposorder.cpython-310.pyc | Bin 0 -> 955 bytes .../models/customposorder.py | 30 + .../components/order/customorder.js | 11 + .../components/order/customprepdisplay.js | 44 + .../components/order/order.xml | 14 + pos_refund_password/README.rst | 49 ++ pos_refund_password/__init__.py | 22 + pos_refund_password/__manifest__.py | 48 ++ .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 184 bytes pos_refund_password/doc/RELEASE_NOTES.md | 11 + pos_refund_password/model/__init__.py | 23 + .../__pycache__/__init__.cpython-310.pyc | Bin 0 -> 237 bytes .../__pycache__/pos_config.cpython-310.pyc | Bin 0 -> 919 bytes .../res_config_settings.cpython-310.pyc | Bin 0 -> 730 bytes pos_refund_password/model/pos_config.py | 35 + .../model/res_config_settings.py | 32 + .../static/description/assets/icons/check.png | Bin 0 -> 3676 bytes .../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 .../description/assets/icons/ecom-black.png | Bin 0 -> 576 bytes .../assets/icons/education-black.png | Bin 0 -> 733 bytes .../description/assets/icons/hotel-black.png | Bin 0 -> 911 bytes .../description/assets/icons/license.png | Bin 0 -> 1095 bytes .../description/assets/icons/lifebuoy.png | Bin 0 -> 1199 bytes .../assets/icons/manufacturing-black.png | Bin 0 -> 673 bytes .../description/assets/icons/pos-black.png | Bin 0 -> 878 bytes .../description/assets/icons/puzzle.png | Bin 0 -> 653 bytes .../assets/icons/restaurant-black.png | Bin 0 -> 905 bytes .../assets/icons/service-black.png | Bin 0 -> 839 bytes .../assets/icons/trading-black.png | Bin 0 -> 427 bytes .../description/assets/icons/training.png | Bin 0 -> 627 bytes .../description/assets/icons/update.png | Bin 0 -> 1225 bytes .../static/description/assets/icons/user.png | Bin 0 -> 988 bytes .../description/assets/icons/wrench.png | Bin 0 -> 1205 bytes .../description/assets/misc/Cybrosys R.png | Bin 0 -> 82191 bytes .../description/assets/misc/categories.png | Bin 0 -> 1532 bytes .../description/assets/misc/check-box.png | Bin 0 -> 1118 bytes .../description/assets/misc/compass.png | Bin 0 -> 1931 bytes .../description/assets/misc/corporate.png | Bin 0 -> 1177 bytes .../assets/misc/customer-support.png | Bin 0 -> 2136 bytes .../description/assets/misc/cybrosys-logo.png | Bin 0 -> 4496 bytes .../static/description/assets/misc/email.svg | 33 + .../description/assets/misc/features.png | Bin 0 -> 589 bytes .../static/description/assets/misc/logo.png | Bin 0 -> 3452 bytes .../static/description/assets/misc/phone.svg | 3 + .../description/assets/misc/pictures.png | Bin 0 -> 1692 bytes .../description/assets/misc/pie-chart.png | Bin 0 -> 2338 bytes .../description/assets/misc/right-arrow.png | Bin 0 -> 967 bytes .../description/assets/misc/star (1) 2.svg | 9 + .../static/description/assets/misc/star.png | Bin 0 -> 1642 bytes .../description/assets/misc/support (1) 1.svg | 9 + .../description/assets/misc/support-email.svg | 6 + .../description/assets/misc/support.png | Bin 0 -> 3892 bytes .../description/assets/misc/tick-mark.svg | 17 + .../description/assets/misc/whatsapp 1.svg | 9 + .../description/assets/misc/whatsapp.png | Bin 0 -> 5097 bytes .../description/assets/misc/whatsapp.svg | 33 + .../static/description/assets/modules/1.png | Bin 0 -> 73295 bytes .../static/description/assets/modules/2.png | Bin 0 -> 83659 bytes .../static/description/assets/modules/3.png | Bin 0 -> 20375 bytes .../static/description/assets/modules/4.png | Bin 0 -> 88146 bytes .../static/description/assets/modules/5.gif | Bin 0 -> 1859948 bytes .../static/description/assets/modules/5.png | Bin 0 -> 70058 bytes .../static/description/assets/modules/6.png | Bin 0 -> 88721 bytes .../static/description/assets/modules/l2.png | Bin 0 -> 68632 bytes .../static/description/assets/modules/l3.png | Bin 0 -> 78841 bytes .../static/description/assets/modules/l4.png | Bin 0 -> 86899 bytes .../static/description/assets/modules/l5.png | Bin 0 -> 90143 bytes .../static/description/assets/modules/l6.png | Bin 0 -> 242354 bytes .../description/assets/screenshots/hero.gif | Bin 0 -> 319582 bytes .../assets/screenshots/screenshot1.png | Bin 0 -> 93219 bytes .../assets/screenshots/screenshot2.png | Bin 0 -> 178889 bytes .../assets/screenshots/screenshot3.png | Bin 0 -> 68735 bytes .../assets/screenshots/screenshot4.png | Bin 0 -> 104907 bytes .../assets/screenshots/screenshot5.png | Bin 0 -> 107258 bytes .../assets/screenshots/screenshot6.png | Bin 0 -> 184238 bytes .../assets/screenshots/screenshot7.png | Bin 0 -> 110135 bytes .../assets/screenshots/screenshot8.png | Bin 0 -> 120698 bytes .../static/description/banner.png | Bin 0 -> 54101 bytes .../static/description/icon.png | Bin 0 -> 13787 bytes .../static/description/index.html | 763 ++++++++++++++++++ .../static/src/js/ticket_screen.js | 55 ++ .../views/pos_config_views.xml | 21 + .../views/res_config_settings_views.xml | 23 + 98 files changed, 1610 insertions(+) create mode 100644 README.md create mode 100644 custom_pos_receipt/__init__.py create mode 100644 custom_pos_receipt/__manifest__.py create mode 100644 custom_pos_receipt/__pycache__/__init__.cpython-310.pyc create mode 100644 custom_pos_receipt/static/src/app/navbar/closing_popup.xml create mode 100644 custom_pos_receipt/static/src/app/pages/confirmation_page.xml create mode 100644 custom_pos_receipt/static/src/app/screens/receipt_screen/receipt/receipt_screen.xml create mode 100644 custom_pos_receipt/static/src/css/pos_receipt_custom.css create mode 100644 custom_preparation_display/__init__.py create mode 100644 custom_preparation_display/__manifest__.py create mode 100644 custom_preparation_display/__pycache__/__init__.cpython-310.pyc create mode 100644 custom_preparation_display/models/__init__.py create mode 100644 custom_preparation_display/models/__pycache__/__init__.cpython-310.pyc create mode 100644 custom_preparation_display/models/__pycache__/customposorder.cpython-310.pyc create mode 100644 custom_preparation_display/models/customposorder.py create mode 100644 custom_preparation_display/static/src/override/pos_preparation_display/components/order/customorder.js create mode 100644 custom_preparation_display/static/src/override/pos_preparation_display/components/order/customprepdisplay.js create mode 100644 custom_preparation_display/static/src/override/pos_preparation_display/components/order/order.xml create mode 100644 pos_refund_password/README.rst create mode 100644 pos_refund_password/__init__.py create mode 100644 pos_refund_password/__manifest__.py create mode 100644 pos_refund_password/__pycache__/__init__.cpython-310.pyc create mode 100644 pos_refund_password/doc/RELEASE_NOTES.md create mode 100644 pos_refund_password/model/__init__.py create mode 100644 pos_refund_password/model/__pycache__/__init__.cpython-310.pyc create mode 100644 pos_refund_password/model/__pycache__/pos_config.cpython-310.pyc create mode 100644 pos_refund_password/model/__pycache__/res_config_settings.cpython-310.pyc create mode 100644 pos_refund_password/model/pos_config.py create mode 100644 pos_refund_password/model/res_config_settings.py create mode 100644 pos_refund_password/static/description/assets/icons/check.png create mode 100644 pos_refund_password/static/description/assets/icons/chevron.png create mode 100644 pos_refund_password/static/description/assets/icons/cogs.png create mode 100644 pos_refund_password/static/description/assets/icons/consultation.png create mode 100644 pos_refund_password/static/description/assets/icons/ecom-black.png create mode 100644 pos_refund_password/static/description/assets/icons/education-black.png create mode 100644 pos_refund_password/static/description/assets/icons/hotel-black.png create mode 100644 pos_refund_password/static/description/assets/icons/license.png create mode 100644 pos_refund_password/static/description/assets/icons/lifebuoy.png create mode 100644 pos_refund_password/static/description/assets/icons/manufacturing-black.png create mode 100644 pos_refund_password/static/description/assets/icons/pos-black.png create mode 100644 pos_refund_password/static/description/assets/icons/puzzle.png create mode 100644 pos_refund_password/static/description/assets/icons/restaurant-black.png create mode 100644 pos_refund_password/static/description/assets/icons/service-black.png create mode 100644 pos_refund_password/static/description/assets/icons/trading-black.png create mode 100644 pos_refund_password/static/description/assets/icons/training.png create mode 100644 pos_refund_password/static/description/assets/icons/update.png create mode 100644 pos_refund_password/static/description/assets/icons/user.png create mode 100644 pos_refund_password/static/description/assets/icons/wrench.png create mode 100644 pos_refund_password/static/description/assets/misc/Cybrosys R.png create mode 100644 pos_refund_password/static/description/assets/misc/categories.png create mode 100644 pos_refund_password/static/description/assets/misc/check-box.png create mode 100644 pos_refund_password/static/description/assets/misc/compass.png create mode 100644 pos_refund_password/static/description/assets/misc/corporate.png create mode 100644 pos_refund_password/static/description/assets/misc/customer-support.png create mode 100644 pos_refund_password/static/description/assets/misc/cybrosys-logo.png create mode 100644 pos_refund_password/static/description/assets/misc/email.svg create mode 100644 pos_refund_password/static/description/assets/misc/features.png create mode 100644 pos_refund_password/static/description/assets/misc/logo.png create mode 100644 pos_refund_password/static/description/assets/misc/phone.svg create mode 100644 pos_refund_password/static/description/assets/misc/pictures.png create mode 100644 pos_refund_password/static/description/assets/misc/pie-chart.png create mode 100644 pos_refund_password/static/description/assets/misc/right-arrow.png create mode 100644 pos_refund_password/static/description/assets/misc/star (1) 2.svg create mode 100644 pos_refund_password/static/description/assets/misc/star.png create mode 100644 pos_refund_password/static/description/assets/misc/support (1) 1.svg create mode 100644 pos_refund_password/static/description/assets/misc/support-email.svg create mode 100644 pos_refund_password/static/description/assets/misc/support.png create mode 100644 pos_refund_password/static/description/assets/misc/tick-mark.svg create mode 100644 pos_refund_password/static/description/assets/misc/whatsapp 1.svg create mode 100644 pos_refund_password/static/description/assets/misc/whatsapp.png create mode 100644 pos_refund_password/static/description/assets/misc/whatsapp.svg create mode 100644 pos_refund_password/static/description/assets/modules/1.png create mode 100644 pos_refund_password/static/description/assets/modules/2.png create mode 100644 pos_refund_password/static/description/assets/modules/3.png create mode 100644 pos_refund_password/static/description/assets/modules/4.png create mode 100644 pos_refund_password/static/description/assets/modules/5.gif create mode 100644 pos_refund_password/static/description/assets/modules/5.png create mode 100644 pos_refund_password/static/description/assets/modules/6.png create mode 100644 pos_refund_password/static/description/assets/modules/l2.png create mode 100644 pos_refund_password/static/description/assets/modules/l3.png create mode 100644 pos_refund_password/static/description/assets/modules/l4.png create mode 100644 pos_refund_password/static/description/assets/modules/l5.png create mode 100644 pos_refund_password/static/description/assets/modules/l6.png create mode 100644 pos_refund_password/static/description/assets/screenshots/hero.gif create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot1.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot2.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot3.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot4.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot5.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot6.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot7.png create mode 100644 pos_refund_password/static/description/assets/screenshots/screenshot8.png create mode 100644 pos_refund_password/static/description/banner.png create mode 100644 pos_refund_password/static/description/icon.png create mode 100644 pos_refund_password/static/description/index.html create mode 100644 pos_refund_password/static/src/js/ticket_screen.js create mode 100644 pos_refund_password/views/pos_config_views.xml create mode 100644 pos_refund_password/views/res_config_settings_views.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/custom_pos_receipt/__init__.py b/custom_pos_receipt/__init__.py new file mode 100644 index 0000000..40a96af --- /dev/null +++ b/custom_pos_receipt/__init__.py @@ -0,0 +1 @@ +# -*- coding: utf-8 -*- diff --git a/custom_pos_receipt/__manifest__.py b/custom_pos_receipt/__manifest__.py new file mode 100644 index 0000000..388e9c6 --- /dev/null +++ b/custom_pos_receipt/__manifest__.py @@ -0,0 +1,43 @@ +# -*- coding: utf-8 -*- +{ + 'name': "custom_pos_receipt", + + 'summary': "Change the receipt for Kedai Kipas 58", + + 'description': """ +Change the Odoo Point of Sale text with Kedai Kipas 58 + """, + + 'author': "Suherdy Yacob", + 'license': "GPL-3", + 'website': "", + + # Categories can be used to filter modules in modules listing + # Check https://github.com/odoo/odoo/blob/15.0/odoo/addons/base/data/ir_module_category_data.xml + # for the full list + 'category': 'Customizations', + 'version': '0.1', + + # any module necessary for this one to work correctly + 'depends': ['base','point_of_sale', 'pos_restaurant'], + + # always loaded + 'data': [ + # 'security/ir.model.access.csv', + ], + # only loaded in demonstration mode + 'demo': [ + ], + 'assets': { + 'point_of_sale._assets_pos': [ + 'custom_pos_receipt/static/src/**/*', + ('after', 'point_of_sale/static/src/scss/pos.scss', 'pos_restaurant/static/src/scss/restaurant.scss'), + ('replace', 'point_of_sale/static/src/css/pos_receipts.css', 'custom_pos_receipt/static/src/css/pos_receipt_custom.css'), + ('replace', 'point_of_sale/static/src/app/navbar/closing_popup/closing_popup.xml', 'custom_pos_receipt/static/src/app/navbar/closing_popup.xml'), + ], + 'pos_self_order.assets': [ + ('replace','pos_self_order/static/src/app/pages/confirmation_page/confirmation_page.xml', 'custom_pos_receipt/static/src/app/pages/confirmation_page.xml'), + ], + + }, +} diff --git a/custom_pos_receipt/__pycache__/__init__.cpython-310.pyc b/custom_pos_receipt/__pycache__/__init__.cpython-310.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00b546512c123aaabb92fc9682ba8d42c9a4882e GIT binary patch literal 155 zcmd1j<>g`kf(J2y=@LNtF^Gc<7=auIATDMB5-AM944RC7D;bJF!U*D*oqk4sZmND# zX?9{>VoGjio_>Bxe!i}uxqf0wN`79kesXDXNq%m8L4I+3QEGB(WOhAH#0RRG%Bzgb< literal 0 HcmV?d00001 diff --git a/custom_pos_receipt/static/src/app/navbar/closing_popup.xml b/custom_pos_receipt/static/src/app/navbar/closing_popup.xml new file mode 100644 index 0000000..739964e --- /dev/null +++ b/custom_pos_receipt/static/src/app/navbar/closing_popup.xml @@ -0,0 +1,71 @@ + + + +