rename of fields - form- summary report
This commit is contained in:
@@ -19,7 +19,7 @@ class AOHandler:
|
||||
|
||||
return records
|
||||
|
||||
# get ao recourd
|
||||
# get ao record
|
||||
def get_ao_by_id(self, id):
|
||||
self.cursor.callproc('GetAOById', [id])
|
||||
records = []
|
||||
|
||||
@@ -220,7 +220,7 @@ class DocumentHandler:
|
||||
"-",
|
||||
"Tax Payable",
|
||||
"Total Tax Payable",
|
||||
"Opening Balance:",
|
||||
"Opening Balance of Mat Credit:",
|
||||
"Add: MAT Credit Created",
|
||||
"Less: MAT Credit Utilized",
|
||||
"Closing Balance",
|
||||
@@ -321,7 +321,7 @@ class DocumentHandler:
|
||||
"-",
|
||||
"Tax Payable",
|
||||
"Total Tax Payable",
|
||||
"Opening Balance",
|
||||
"Opening Balance of Mat Credit",
|
||||
"Add: MAT Credit Created",
|
||||
"Less: MAT Credit Utilized",
|
||||
"Closing Balance",
|
||||
|
||||
Reference in New Issue
Block a user