You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
96 lines
5.0 KiB
96 lines
5.0 KiB
# -*- coding: utf-8 -*-
|
|
#############################################################################
|
|
#
|
|
# Cybrosys Technologies Pvt. Ltd.
|
|
#
|
|
# Copyright (C) 2024-TODAY Cybrosys Technologies(<https://www.cybrosys.com>).
|
|
# Author: Cybrosys Techno Solutions(<https://www.cybrosys.com>)
|
|
#
|
|
# 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.
|
|
# If not, see <http://www.gnu.org/licenses/>.
|
|
#
|
|
#############################################################################
|
|
{
|
|
'name': 'Advanced POS Reports',
|
|
'version': '18.0.1.0.0',
|
|
'category': 'Point of Sale',
|
|
'summary': """Generates various reports from POS screen and reporting
|
|
menu""",
|
|
'description': """Generates various reports like, top
|
|
selling products / categories / customers report, ongoing sessions report
|
|
under reporting menu.""",
|
|
'author': 'Cybrosys Techno Solutions',
|
|
'company': 'Cybrosys Techno Solutions',
|
|
'maintainer': 'Cybrosys Techno Solutions',
|
|
'website': 'https://www.cybrosys.com',
|
|
'depends': ['point_of_sale'],
|
|
'data': [
|
|
'security/ir.model.access.csv',
|
|
'wizard/advanced_pos_reports_wizard.xml',
|
|
'wizard/pos_sale_ongoing_views.xml',
|
|
'wizard/pos_sale_top_selling_views.xml',
|
|
'report/advanced_pos_reports.xml',
|
|
'report/pos_ongoing_session_templates.xml',
|
|
'report/pos_top_selling_categories_templates.xml',
|
|
'report/pos_top_selling_customers_templates.xml',
|
|
'report/pos_top_selling_products_templates.xml',
|
|
],
|
|
'assets': {
|
|
'point_of_sale._assets_pos': [
|
|
'advanced_pos_reports/static/src/js/Category.js',
|
|
'advanced_pos_reports/static/src/js/CategoryPopup.js',
|
|
'advanced_pos_reports/static/src/js/CategoryReceipt.js',
|
|
'advanced_pos_reports/static/src/js/CategoryReceiptPopup.js',
|
|
'advanced_pos_reports/static/src/xml/Category_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/CategoryPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/CategoryReceipt_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/CategoryReceiptPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/js/Location.js',
|
|
'advanced_pos_reports/static/src/js/LocationPopup.js',
|
|
'advanced_pos_reports/static/src/js/LocationReceipt.js',
|
|
'advanced_pos_reports/static/src/js/LocationReceiptPopup.js',
|
|
'advanced_pos_reports/static/src/xml/Location_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/LocationPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/LocationReceipt_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/LocationReceiptPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/js/Order.js',
|
|
'advanced_pos_reports/static/src/js/OrderPopup.js',
|
|
'advanced_pos_reports/static/src/js/OrderReceipt.js',
|
|
'advanced_pos_reports/static/src/js/OrderReceiptPopup.js',
|
|
'advanced_pos_reports/static/src/xml/Order_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/OrderPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/OrderReceipt_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/OrderReceiptPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/js/Payment.js',
|
|
'advanced_pos_reports/static/src/js/PaymentPopup.js',
|
|
'advanced_pos_reports/static/src/js/PaymentReceipt.js',
|
|
'advanced_pos_reports/static/src/js/PaymentReceiptPopup.js',
|
|
'advanced_pos_reports/static/src/xml/Payment_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/PaymentPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/PaymentReceipt_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/PaymentReceiptPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/js/Product.js',
|
|
'advanced_pos_reports/static/src/js/ProductPopup.js',
|
|
'advanced_pos_reports/static/src/js/ProductReceipt.js',
|
|
'advanced_pos_reports/static/src/js/ProductReceiptPopup.js',
|
|
'advanced_pos_reports/static/src/xml/Product_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/ProductPopup_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/ProductReceipt_templates.xml',
|
|
'advanced_pos_reports/static/src/xml/ProductReceiptPopup_templates.xml'
|
|
],
|
|
},
|
|
'images': ['static/description/banner.jpg'],
|
|
'license': 'LGPL-3',
|
|
'installable': True,
|
|
'auto_install': False,
|
|
'application': False,
|
|
}
|
|
|