From 23f21622e8456b94166462b6d13ae375a25290ec Mon Sep 17 00:00:00 2001 From: cybroodoo Date: Wed, 15 Jun 2016 12:27:12 +0530 Subject: [PATCH] Description updated --- sale_discount_total/__openerp__.py | 8 ++-- sale_discount_total/__openerp__.py~ | 34 ++++++++++++++++ .../static/description/index.html | 4 +- .../static/description/index.html~ | 39 +++++++++++++++++++ 4 files changed, 78 insertions(+), 7 deletions(-) create mode 100644 sale_discount_total/__openerp__.py~ create mode 100644 sale_discount_total/static/description/index.html~ diff --git a/sale_discount_total/__openerp__.py b/sale_discount_total/__openerp__.py index de16d9850..72a65d77b 100644 --- a/sale_discount_total/__openerp__.py +++ b/sale_discount_total/__openerp__.py @@ -1,5 +1,5 @@ { - 'name': 'Sale Discount for Total Amount', + 'name': 'Sale Discount on Total Amount', 'version': '1.0', 'category': 'sale', 'sequence': 6, @@ -12,10 +12,8 @@ Sale Discount for Total Amount ======================= -Module to manage discount for total amount in Sale. - Two Type of Discount, - Discount by a fixed value, - Discount by a percentage... +Module to manage discount on total amount in Sale. + as an specific amount or percentage """, 'depends': ['sale', 'base', 'stock'], 'data': [ diff --git a/sale_discount_total/__openerp__.py~ b/sale_discount_total/__openerp__.py~ new file mode 100644 index 000000000..de16d9850 --- /dev/null +++ b/sale_discount_total/__openerp__.py~ @@ -0,0 +1,34 @@ +{ + 'name': 'Sale Discount for Total Amount', + 'version': '1.0', + 'category': 'sale', + 'sequence': 6, + 'summary': "A module meant to provide discount for total amount and Discount limit with approval in sales", + 'author': 'Cybrosys Techno Solutions', + 'company': 'Cybrosys Techno Solutions', + 'website': 'http://www.cybrosys.com', + + 'description': """ + +Sale Discount for Total Amount +======================= +Module to manage discount for total amount in Sale. + Two Type of Discount, + Discount by a fixed value, + Discount by a percentage... +""", + 'depends': ['sale', 'base', 'stock'], + 'data': [ + 'views/sale_view.xml', + 'views/account_invoice_view.xml', + 'views/invoice_report.xml', + 'views/sale_order_report.xml', + 'views/sale_discount_approval_view.xml', + 'views/sale_discount_approval_workflow.xml' + + ], + 'demo': [ + ], + 'installable': True, + 'auto_install': False, +} diff --git a/sale_discount_total/static/description/index.html b/sale_discount_total/static/description/index.html index 708815aeb..e10c81612 100644 --- a/sale_discount_total/static/description/index.html +++ b/sale_discount_total/static/description/index.html @@ -1,10 +1,10 @@
-

Discount On Sale

+

Discount On Total in Sale and Invoice

- This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways + This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways


diff --git a/sale_discount_total/static/description/index.html~ b/sale_discount_total/static/description/index.html~ new file mode 100644 index 000000000..a267173ae --- /dev/null +++ b/sale_discount_total/static/description/index.html~ @@ -0,0 +1,39 @@ +

+
+

Discount On Sale

+ +
+

+ This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways +

+
+

+ 1. As percentage
+ Select 'Percentage' from Discount type and give discount percentage as Discount rate. + System will update the value of Discount and Total +

+
+ +
+
+

+ 2. As amount
+ Select 'Amount' from Discount type and give discount amount as Discount rate. + System will update the value of Discount and Total +

+
+ +
+
+

+ And the module also allows you to set a limit for total discount in percentage. Exceeding this limit + will require approval. +

+
+
+ +
+
+ +
+