deprecated form 16 print format

This commit is contained in:
Anand Doshi 2012-12-25 18:53:25 +05:30
parent da2d82cf6d
commit 98d588cd7d
4 changed files with 8 additions and 46 deletions

File diff suppressed because one or more lines are too long

View File

@ -123,33 +123,8 @@
</div>
<div class="section india-specific">
<div class="section-head">Tax Deduction (India)</div>
<div class="section-head">India Specific</div>
<div class="section-body">
<div class="section-item">
<a class="section-link"
title = "Tax Deduction at Source (TDS) payments to be made to the goverment"
href="#List/TDS Payment">TDS Payments</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Update with acknowledgement recd from the government"
href="#List/TDS Return Acknowledgement">TDS Return Acknowledgement</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Tax deduction (TDS) categories"
href="#List/TDS Category">TDS Category</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Tax deduction (TDS) rates for different periods"
href="#List/TDS Rate Chart">TDS Rate Chart</a>
</div>
<div class="section-item">
<a class="section-link"
title = "Challan given to employees/suppliers whose tax (TDS) has been deducted"
href="#List/Form 16A">Form 16A</a>
</div>
<div class="section-item">
<a class="section-link"
title = "C-Forms received from customers"

View File

@ -0,0 +1,3 @@
import webnotes
def execute():
webnotes.delete_doc("Print Format", "Form 16A Print Format")

View File

@ -558,4 +558,8 @@ patch_list = [
'patch_module': 'patches.december_2012',
'patch_file': 'rebuild_item_group_tree',
},
{
'patch_module': 'patches.december_2012',
'patch_file': 'delete_form16_print_format',
},
]