deprecated form 16 print format
This commit is contained in:
parent
da2d82cf6d
commit
98d588cd7d
File diff suppressed because one or more lines are too long
@ -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"
|
||||
|
3
patches/december_2012/delete_form16_print_format.py
Normal file
3
patches/december_2012/delete_form16_print_format.py
Normal file
@ -0,0 +1,3 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.delete_doc("Print Format", "Form 16A Print Format")
|
@ -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',
|
||||
},
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user