-
Notifications
You must be signed in to change notification settings - Fork 661
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Nov 13: [ADD] Initial commit 'wishlist_product_website_backend'
- Loading branch information
1 parent
9f1773e
commit d3f99cc
Showing
86 changed files
with
2,055 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
.. image:: https://img.shields.io/badge/licence-AGPL--3-blue.svg | ||
:target: https://www.gnu.org/licenses/agpl-3.0-standalone.html | ||
:alt: License: AGPL-3 | ||
|
||
Wishlist Products In Backend | ||
============================ | ||
|
||
This module developed to record wishlist product of customers in website Backend.when a customer added products to wishlist,the administrator or manager can track it from Reporting > Wishlist product | ||
and GroupBy added on product wise and Customer wise. | ||
|
||
Installation | ||
============ | ||
|
||
Just select it from available modules to install it, there is no need to extra installations. | ||
|
||
Configuration | ||
============= | ||
|
||
Nothing to configure. | ||
|
||
Company | ||
------- | ||
* `Cybrosys Techno Solutions <https://cybrosys.com/>`__ | ||
|
||
Credits | ||
------- | ||
* Developer: (v17)JANISH BABU EK, | ||
(V18) Busthana Shirin | ||
Contact: [email protected] | ||
|
||
Contacts | ||
-------- | ||
* Mail Contact : [email protected] | ||
* 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 | ||
|
||
This module is maintained by Cybrosys Technologies. | ||
|
||
For support and more information, please visit `Our Website <https://cybrosys.com/>`__ | ||
|
||
Further information | ||
=================== | ||
HTML Description: `<static/description/index.html>`__ | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | ||
# Author:Cybrosys Techno Solutions ([email protected]) | ||
# | ||
# You can modify it under the terms of the GNU AFFERO | ||
# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||
# | ||
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
# (AGPL v3) along with this program. | ||
# If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# -*- coding: utf-8 -*- | ||
############################################################################# | ||
# | ||
# Cybrosys Technologies Pvt. Ltd. | ||
# | ||
# Copyright (C) 2022-TODAY Cybrosys Technologies(<https://www.cybrosys.com>). | ||
# Author:Cybrosys Techno Solutions ([email protected]) | ||
# | ||
# You can modify it under the terms of the GNU AFFERO | ||
# GENERAL PUBLIC LICENSE (AGPL 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 AFFERO GENERAL PUBLIC LICENSE (AGPL v3) for more details. | ||
# | ||
# You should have received a copy of the GNU AFFERO GENERAL PUBLIC LICENSE | ||
# (AGPL v3) along with this program. | ||
# If not, see <http://www.gnu.org/licenses/>. | ||
# | ||
############################################################################# | ||
{ | ||
'name': "Wishlist Products In Backend", | ||
'version': '18.0.1.0.0', | ||
'category': 'Website', | ||
'summary': """Record All Wishlist products to Backend""", | ||
'description': """This module will store all | ||
Wishlist product of Customers in Backend""", | ||
'author': "Cybrosys Techno Solutions ", | ||
'company': "Cybrosys Techno Solutions ", | ||
'maintainer': 'Cybrosys Techno Solutions', | ||
'website': "https://www.cybrosys.com", | ||
'depends': ['website_sale_wishlist'], | ||
'data': ['views/product_wishlist_views.xml'], | ||
'images': ['static/description/banner.jpg'], | ||
'license': 'AGPL-3', | ||
'installable': True, | ||
'auto_install': False, | ||
'application': False, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
## Module <wishlist_product_website_backend> | ||
|
||
#### 14.11.2024 | ||
#### Version 17.0.1.0.0 | ||
##### ADD | ||
- Initial commit for Wishlist Products In Backend |
10 changes: 10 additions & 0 deletions
10
wishlist_product_website_backend/static/description/assets/icons/arrows-repeat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+210 KB
wishlist_product_website_backend/static/description/assets/icons/banner-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions
73
wishlist_product_website_backend/static/description/assets/icons/banner-2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+109 KB
wishlist_product_website_backend/static/description/assets/icons/banner-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions
9
wishlist_product_website_backend/static/description/assets/icons/banner-bg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
wishlist_product_website_backend/static/description/assets/icons/banner-call.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions
5
wishlist_product_website_backend/static/description/assets/icons/banner-mail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.