rename dt first cut

This commit is contained in:
Anand Doshi
2012-03-30 12:29:06 +05:30
parent 37fb9c8f27
commit fedfd89e4a
509 changed files with 2108 additions and 2088 deletions

View File

@@ -1,4 +1,4 @@
# DocType Mapper, KRA Template-Appraisal
# DocType Mapper, Appraisal Template-Appraisal
[
# These values are common in all dictionaries
@@ -14,30 +14,30 @@
{
'doctype': 'Table Mapper Detail',
'from_field': 'kra_sheet',
'from_table': 'KRA Sheet',
'from_table': 'Appraisal Template Goal',
'match_id': 0,
'name': '__common__',
'parent': 'KRA Template-Appraisal',
'parent': 'Appraisal Template-Appraisal',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper',
'to_field': 'appraisal_details',
'to_table': 'Appraisal Detail',
'to_table': 'Appraisal Goal',
'validation_logic': 'name is not Null'
},
# These values are common for all DocType Mapper
{
'doctype': 'DocType Mapper',
'from_doctype': 'KRA Template',
'from_doctype': 'Appraisal Template',
'module': 'HR',
'name': '__common__',
'to_doctype': 'Appraisal'
},
# DocType Mapper, KRA Template-Appraisal
# DocType Mapper, Appraisal Template-Appraisal
{
'doctype': 'DocType Mapper',
'name': 'KRA Template-Appraisal'
'name': 'Appraisal Template-Appraisal'
},
# Table Mapper Detail

View File

@@ -113,19 +113,19 @@
{
'doctype': 'Table Mapper Detail',
'from_field': 'earning_details',
'from_table': 'Earning Detail',
'from_table': 'Salary Structure Earning',
'match_id': 1,
'to_field': 'earning_details',
'to_table': 'SS Earning Detail'
'to_table': 'Salary Slip Earning'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'deduction_details',
'from_table': 'Deduction Detail',
'from_table': 'Salary Structure Deduction',
'match_id': 2,
'to_field': 'deduction_details',
'to_table': 'SS Deduction Detail'
'to_table': 'Salary Slip Deduction'
}
]