Browse Source

Description updated

pull/9/head
cybroodoo 9 years ago
parent
commit
23f21622e8
  1. 8
      sale_discount_total/__openerp__.py
  2. 34
      sale_discount_total/__openerp__.py~
  3. 4
      sale_discount_total/static/description/index.html
  4. 39
      sale_discount_total/static/description/index.html~

8
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': [

34
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,
}

4
sale_discount_total/static/description/index.html

@ -1,10 +1,10 @@
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">Discount On Sale</h2>
<h2 class="oe_slogan">Discount On Total in Sale and Invoice</h2>
<!--<h3 class="oe_slogan">It Fits Your Sales Approach</h3>-->
<div>
<p>
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
</p>
<hr>
<p>

39
sale_discount_total/static/description/index.html~

@ -0,0 +1,39 @@
<section class="oe_container">
<div class="oe_row">
<h2 class="oe_slogan">Discount On Sale</h2>
<!--<h3 class="oe_slogan">It Fits Your Sales Approach</h3>-->
<div>
<p>
This module allows you to mention discount on Total of sale order and Total of Customer Invoice in two ways
</p>
<hr>
<p>
1. As percentage<br>
Select 'Percentage' from Discount type and give discount percentage as Discount rate.
System will update the value of Discount and Total
</p>
<div class="oe_row_img oe_centered oe_mt32">
<img class="oe_picture oe_screenshot" src="Discount_so_perc.png">
</div>
<hr>
<p>
2. As amount<br>
Select 'Amount' from Discount type and give discount amount as Discount rate.
System will update the value of Discount and Total
</p>
<div class="oe_row_img oe_centered oe_mt32">
<img class="oe_picture oe_screenshot" src="Discount_inv_amnt.png">
</div>
<hr>
<p>
And the module also allows you to set a limit for total discount in percentage. Exceeding this limit
will require approval.
</p>
<div class="oe_row_img oe_centered oe_mt32">
<img class="oe_picture oe_screenshot" src="Disc_appr_conf.png"><hr>
<img class="oe_picture oe_screenshot" src="Disc_appr_wrkfl.png">
</div>
</div>
</div>
</section>
Loading…
Cancel
Save