diff --git a/pos_category_wise_receipt/README.rst b/pos_category_wise_receipt/README.rst old mode 100644 new mode 100755 index 8666d315c..2e83adde3 --- a/pos_category_wise_receipt/README.rst +++ b/pos_category_wise_receipt/README.rst @@ -1,60 +1,45 @@ -.. image:: https://img.shields.io/badge/license-LGPL--3-blue.svg +.. image:: https://img.shields.io/badge/licence-LGPL--3-blue.svg :target: https://www.gnu.org/licenses/lgpl-3.0-standalone.html :alt: License: LGPL-3 +========================= POS Category Wise Receipt ========================= -This module aims to print category-wise receipts for products ordered from Point of Sale. - -Features -======== -* The receipt shows category-wise products and the subtotal of each category. - -Installation -============ -Just select it from available modules to install it, there is no need to extra installations. +This Module helps to print the pos receipt based on category wise products. Configuration ============= -Nothing to configure. - -License -------- -Lesser General Public License, Version 3 (LGPL v3). -(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) + - www.odoo.com/documentation/14.0/setup/install.html + - Install our custom addon Company ------- * `Cybrosys Techno Solutions `__ -Credits -======= -* Developers : (V9) Anusha, - (V12) Akshay Babu, - (V14) Aysha Shalin, - (V15) Aysha Shalin, - (V16) Vishnu KP +License +------- +AFFERO General Public License, Version 3 (LGPL v3). +(https://www.gnu.org/licenses/lgpl-3.0-standalone.html) - Contact: odoo@cybrosys.com +Credits +------- + Developer: (V14) Mohammed Dilshad Tk, Contact: odoo@cybrosys.com Contacts -------- * Mail Contact : odoo@cybrosys.com -* Website : https://cybrosys.com Bug Tracker ----------- Bugs are tracked on GitHub Issues. In case of trouble, please check there if your issue has already been reported. Maintainer -========== +--------- .. image:: https://cybrosys.com/images/logo.png - :target: https://cybrosys.com - + :target: https://cybrosys.com This module is maintained by Cybrosys Technologies. - -For support and more information, please visit `Our Website `__ +For support and more information, please visit https://www.cybrosys.com Further information -=================== +------------------- HTML Description: ``__ diff --git a/pos_category_wise_receipt/__init__.py b/pos_category_wise_receipt/__init__.py old mode 100644 new mode 100755 index b74affb18..3b2a4af75 --- a/pos_category_wise_receipt/__init__.py +++ b/pos_category_wise_receipt/__init__.py @@ -2,20 +2,18 @@ ############################################################################## # # Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Aysha Shalin (odoo@cybrosys.com) -# +# Copyright (C) 2009-TODAY Cybrosys Technologies(). +# Author: Mohammed Dilshad Tk () # you can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# + # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. # If not, see . # ############################################################################## diff --git a/pos_category_wise_receipt/__manifest__.py b/pos_category_wise_receipt/__manifest__.py old mode 100644 new mode 100755 index fe851f299..a4db3b22c --- a/pos_category_wise_receipt/__manifest__.py +++ b/pos_category_wise_receipt/__manifest__.py @@ -2,20 +2,18 @@ ############################################################################## # # Cybrosys Technologies Pvt. Ltd. -# -# Copyright (C) 2023-TODAY Cybrosys Technologies(). -# Author: Aysha Shalin () -# +# Copyright (C) 2009-TODAY Cybrosys Technologies(). +# Author: Mohammed Dilshad Tk () # you can modify it under the terms of the GNU LESSER # GENERAL PUBLIC LICENSE (LGPL v3), Version 3. -# + # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU LESSER GENERAL PUBLIC LICENSE (LGPL v3) for more details. # # You should have received a copy of the GNU LESSER GENERAL PUBLIC LICENSE -# (LGPL v3) along with this program. +# GENERAL PUBLIC LICENSE (LGPL v3) along with this program. # If not, see . # ############################################################################## @@ -23,20 +21,16 @@ 'name': 'POS Category Wise Receipt', 'version': '14.0.1.0.0', 'category': 'Point of Sale', - 'summary': 'Category wise receipt for Point of Sale orders', - 'description': """This module aims to print category-wise receipts for - products ordered from Point of Sale.""", + 'summary': 'Category wise receipt in the Point of Sale', + 'description': 'This Module helps to print the pos receipt based on ' + 'category wise products', 'author': 'Cybrosys Techno Solutions', 'company': 'Cybrosys Techno Solutions', 'maintainer': 'Cybrosys Techno Solutions', 'website': "http://www.cybrosys.com", 'depends': ['point_of_sale'], - 'data': [ - 'views/assets.xml', - ], - 'qweb': [ - 'static/src/xml/Screens/ReceiptScreen/OrderReceipt.xml', - ], + 'data': ['views/assets.xml'], + 'qweb': ['static/src/xml/pos_receipt.xml'], 'images': ['static/description/banner.png'], 'license': 'LGPL-3', 'installable': True, diff --git a/pos_category_wise_receipt/doc/RELEASE_NOTES.md b/pos_category_wise_receipt/doc/RELEASE_NOTES.md old mode 100644 new mode 100755 index 0d110361b..cf8762888 --- a/pos_category_wise_receipt/doc/RELEASE_NOTES.md +++ b/pos_category_wise_receipt/doc/RELEASE_NOTES.md @@ -1,7 +1,7 @@ ## Module -#### 26.08.2023 +#### 03.04.2024 #### Version 14.0.1.0.0 #### ADD -- Initial Commit for POS Category Wise Receipt +- Initial commit for POS Category Wise Receipt diff --git a/pos_category_wise_receipt/static/description/assets/icons/check.png b/pos_category_wise_receipt/static/description/assets/icons/check.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/chevron.png b/pos_category_wise_receipt/static/description/assets/icons/chevron.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/cogs.png b/pos_category_wise_receipt/static/description/assets/icons/cogs.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/consultation.png b/pos_category_wise_receipt/static/description/assets/icons/consultation.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/ecom-black.png b/pos_category_wise_receipt/static/description/assets/icons/ecom-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/education-black.png b/pos_category_wise_receipt/static/description/assets/icons/education-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/hotel-black.png b/pos_category_wise_receipt/static/description/assets/icons/hotel-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/license.png b/pos_category_wise_receipt/static/description/assets/icons/license.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/lifebuoy.png b/pos_category_wise_receipt/static/description/assets/icons/lifebuoy.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/logo.png b/pos_category_wise_receipt/static/description/assets/icons/logo.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/manufacturing-black.png b/pos_category_wise_receipt/static/description/assets/icons/manufacturing-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/pos-black.png b/pos_category_wise_receipt/static/description/assets/icons/pos-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/puzzle.png b/pos_category_wise_receipt/static/description/assets/icons/puzzle.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/restaurant-black.png b/pos_category_wise_receipt/static/description/assets/icons/restaurant-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/service-black.png b/pos_category_wise_receipt/static/description/assets/icons/service-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/trading-black.png b/pos_category_wise_receipt/static/description/assets/icons/trading-black.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/training.png b/pos_category_wise_receipt/static/description/assets/icons/training.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/update.png b/pos_category_wise_receipt/static/description/assets/icons/update.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/user.png b/pos_category_wise_receipt/static/description/assets/icons/user.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/icons/wrench.png b/pos_category_wise_receipt/static/description/assets/icons/wrench.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/categories.png b/pos_category_wise_receipt/static/description/assets/misc/categories.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/check-box.png b/pos_category_wise_receipt/static/description/assets/misc/check-box.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/compass.png b/pos_category_wise_receipt/static/description/assets/misc/compass.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/corporate.png b/pos_category_wise_receipt/static/description/assets/misc/corporate.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/customer-support.png b/pos_category_wise_receipt/static/description/assets/misc/customer-support.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/cybrosys-logo.png b/pos_category_wise_receipt/static/description/assets/misc/cybrosys-logo.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/features.png b/pos_category_wise_receipt/static/description/assets/misc/features.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/logo.png b/pos_category_wise_receipt/static/description/assets/misc/logo.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/pictures.png b/pos_category_wise_receipt/static/description/assets/misc/pictures.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/pie-chart.png b/pos_category_wise_receipt/static/description/assets/misc/pie-chart.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/right-arrow.png b/pos_category_wise_receipt/static/description/assets/misc/right-arrow.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/star.png b/pos_category_wise_receipt/static/description/assets/misc/star.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/support.png b/pos_category_wise_receipt/static/description/assets/misc/support.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/misc/whatsapp.png b/pos_category_wise_receipt/static/description/assets/misc/whatsapp.png old mode 100644 new mode 100755 diff --git a/pos_category_wise_receipt/static/description/assets/modules/1.jpg b/pos_category_wise_receipt/static/description/assets/modules/1.jpg new file mode 100755 index 000000000..da9eea8e7 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/1.jpg differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/2.png b/pos_category_wise_receipt/static/description/assets/modules/2.png new file mode 100755 index 000000000..6f28da108 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/2.png differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/3.png b/pos_category_wise_receipt/static/description/assets/modules/3.png new file mode 100755 index 000000000..e071a2bd6 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/3.png differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/4.png b/pos_category_wise_receipt/static/description/assets/modules/4.png new file mode 100755 index 000000000..cea66b05f Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/4.png differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/5.png b/pos_category_wise_receipt/static/description/assets/modules/5.png new file mode 100755 index 000000000..8e7b8c725 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/5.png differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/6.png b/pos_category_wise_receipt/static/description/assets/modules/6.png new file mode 100755 index 000000000..ddc5514ff Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/modules/6.png differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/Custom-Receipts-For-POS.png b/pos_category_wise_receipt/static/description/assets/modules/Custom-Receipts-For-POS.png deleted file mode 100644 index faacfe4e2..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/Custom-Receipts-For-POS.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/POS-Combo-Product.png b/pos_category_wise_receipt/static/description/assets/modules/POS-Combo-Product.png deleted file mode 100644 index 9400bfd93..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/POS-Combo-Product.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/POS-Credit-Limit.png b/pos_category_wise_receipt/static/description/assets/modules/POS-Credit-Limit.png deleted file mode 100644 index a2600bf14..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/POS-Credit-Limit.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/POS-Dashboard.png b/pos_category_wise_receipt/static/description/assets/modules/POS-Dashboard.png deleted file mode 100644 index bf56bfd46..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/POS-Dashboard.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/POS-Order-Types.png b/pos_category_wise_receipt/static/description/assets/modules/POS-Order-Types.png deleted file mode 100644 index cbc8d2735..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/POS-Order-Types.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/modules/Product-Add-ons-in-POS.png b/pos_category_wise_receipt/static/description/assets/modules/Product-Add-ons-in-POS.png deleted file mode 100644 index 4b8b5a05b..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/modules/Product-Add-ons-in-POS.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/1.png b/pos_category_wise_receipt/static/description/assets/screenshots/1.png new file mode 100755 index 000000000..5a26d17d1 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/screenshots/1.png differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/2img.png b/pos_category_wise_receipt/static/description/assets/screenshots/2img.png new file mode 100644 index 000000000..cc501e2a7 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/screenshots/2img.png differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/3img.png b/pos_category_wise_receipt/static/description/assets/screenshots/3img.png new file mode 100644 index 000000000..f0543a4b8 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/screenshots/3img.png differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/hero.gif b/pos_category_wise_receipt/static/description/assets/screenshots/hero.gif new file mode 100644 index 000000000..7178bf326 Binary files /dev/null and b/pos_category_wise_receipt/static/description/assets/screenshots/hero.gif differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/hero.png b/pos_category_wise_receipt/static/description/assets/screenshots/hero.png deleted file mode 100644 index 4770e454d..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/screenshots/hero.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/pos1.png b/pos_category_wise_receipt/static/description/assets/screenshots/pos1.png deleted file mode 100644 index 81b99fdec..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/screenshots/pos1.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/pos2.png b/pos_category_wise_receipt/static/description/assets/screenshots/pos2.png deleted file mode 100644 index 1165ea426..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/screenshots/pos2.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/assets/screenshots/pos3.png b/pos_category_wise_receipt/static/description/assets/screenshots/pos3.png deleted file mode 100644 index e20e285ea..000000000 Binary files a/pos_category_wise_receipt/static/description/assets/screenshots/pos3.png and /dev/null differ diff --git a/pos_category_wise_receipt/static/description/banner.png b/pos_category_wise_receipt/static/description/banner.png index d880f3dfd..798978205 100644 Binary files a/pos_category_wise_receipt/static/description/banner.png and b/pos_category_wise_receipt/static/description/banner.png differ diff --git a/pos_category_wise_receipt/static/description/icon.png b/pos_category_wise_receipt/static/description/icon.png old mode 100644 new mode 100755 index f4a6b21c0..ffae083af Binary files a/pos_category_wise_receipt/static/description/icon.png and b/pos_category_wise_receipt/static/description/icon.png differ diff --git a/pos_category_wise_receipt/static/description/index.html b/pos_category_wise_receipt/static/description/index.html old mode 100644 new mode 100755 index ccb729cbd..a121f9ece --- a/pos_category_wise_receipt/static/description/index.html +++ b/pos_category_wise_receipt/static/description/index.html @@ -1,10 +1,10 @@ -
+
-
+
-
+
Community @@ -20,19 +20,21 @@
- -
-

- POS Category Wise Receipt

-

- Print Category Wise Receipt

- - +
+
+
+

+ POS Category Wise Receipt

+

+ Category Wise Receipt In The Point Of Sale

+ + +
+
-
@@ -42,17 +44,20 @@

- Explore This Module

+ Explore This + Module
-
+ +

- Choose Products you want to buy

+ Choose products you want to buy

From here you can choose the products randomly as per your needs.

- +
-
+ +

- Click on Payment Button goes here

+ click on payment button + goes here

- After choosing the product click on the Payment button below, - further choose the payment method and click on the Validate - button.

- + After choosing the product click on the payment button below, + further choose the payment method and click on + the Validate button.

+
-
+

- Category Wise Receipt goes here

+ Category Wise Receipt + goes here

On clicking on Validate button it leads to the receipt page, - here we can see category wise receipt.

- + here we can see Category Wise Receipt.

+
- @@ -197,7 +208,8 @@

- Related Products + Related + Products

@@ -208,34 +220,34 @@