changed old type txt to new type txtt

This commit is contained in:
Anand Doshi
2012-12-11 15:20:53 +05:30
parent c551964d5d
commit c3b9a00c53
348 changed files with 27588 additions and 34575 deletions

View File

@@ -1,47 +1,36 @@
# DocType Mapper, Appraisal Template-Appraisal
[
# These values are common in all dictionaries
{
'creation': '2010-09-01 15:47:59',
'docstatus': 0,
'modified': '2012-04-03 12:49:50',
'modified_by': u'Administrator',
'owner': u'ashwini@webnotestech.com'
},
# These values are common for all Table Mapper Detail
{
'doctype': u'Table Mapper Detail',
'from_field': u'kra_sheet',
'from_table': u'Appraisal Template Goal',
'match_id': 0,
'name': '__common__',
'parent': u'Appraisal Template-Appraisal',
'parentfield': u'table_mapper_details',
'parenttype': u'DocType Mapper',
'to_field': u'appraisal_details',
'to_table': u'Appraisal Goal',
'validation_logic': u'name is not Null'
},
# These values are common for all DocType Mapper
{
'doctype': 'DocType Mapper',
'from_doctype': u'Appraisal Template',
'module': u'HR',
'name': '__common__',
'to_doctype': u'Appraisal'
},
# DocType Mapper, Appraisal Template-Appraisal
{
'doctype': 'DocType Mapper',
'name': u'Appraisal Template-Appraisal'
},
# Table Mapper Detail
{
'doctype': u'Table Mapper Detail'
}
{
"owner": "ashwini@webnotestech.com",
"docstatus": 0,
"creation": "2010-09-01 15:47:59",
"modified_by": "Administrator",
"modified": "2012-04-03 12:49:50"
},
{
"match_id": 0,
"parent": "Appraisal Template-Appraisal",
"from_field": "kra_sheet",
"doctype": "Table Mapper Detail",
"to_table": "Appraisal Goal",
"name": "__common__",
"to_field": "appraisal_details",
"parenttype": "DocType Mapper",
"from_table": "Appraisal Template Goal",
"validation_logic": "name is not Null",
"parentfield": "table_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Appraisal",
"module": "HR",
"doctype": "DocType Mapper",
"from_doctype": "Appraisal Template"
},
{
"name": "Appraisal Template-Appraisal",
"doctype": "DocType Mapper"
},
{
"doctype": "Table Mapper Detail"
}
]

View File

@@ -1,131 +1,100 @@
# DocType Mapper, Salary Structure-Salary Slip
[
# These values are common in all dictionaries
{
'creation': '2010-12-14 10:33:11',
'docstatus': 0,
'modified': '2011-09-15 15:04:44',
'modified_by': 'Administrator',
'owner': 'harshada@webnotestech.com'
},
# These values are common for all Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'name': '__common__',
'parent': 'Salary Structure-Salary Slip',
'parentfield': 'table_mapper_details',
'parenttype': 'DocType Mapper',
'validation_logic': 'name is not null'
},
# These values are common for all Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'map': 'Yes',
'name': '__common__',
'parent': 'Salary Structure-Salary Slip',
'parentfield': 'field_mapper_details',
'parenttype': 'DocType Mapper'
},
# These values are common for all DocType Mapper
{
'doctype': 'DocType Mapper',
'from_doctype': 'Salary Structure',
'module': 'HR',
'name': '__common__',
'to_doctype': 'Salary Slip'
},
# DocType Mapper, Salary Structure-Salary Slip
{
'doctype': 'DocType Mapper',
'name': 'Salary Structure-Salary Slip'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'total_earning',
'match_id': 0,
'to_field': 'gross_pay'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'modified_value',
'match_id': 1,
'to_field': 'e_amount'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'd_modified_amt',
'match_id': 2,
'to_field': 'd_amount'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'modified_value',
'match_id': 1,
'to_field': 'e_modified_amount'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'depend_on_lwp',
'match_id': 1,
'to_field': 'e_depends_on_lwp'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'd_modified_amt',
'match_id': 2,
'to_field': 'd_modified_amount'
},
# Field Mapper Detail
{
'doctype': 'Field Mapper Detail',
'from_field': 'depend_on_lwp',
'match_id': 2,
'to_field': 'd_depends_on_lwp'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_table': 'Salary Structure',
'match_id': 0,
'to_table': 'Salary Slip'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'earning_details',
'from_table': 'Salary Structure Earning',
'match_id': 1,
'to_field': 'earning_details',
'to_table': 'Salary Slip Earning'
},
# Table Mapper Detail
{
'doctype': 'Table Mapper Detail',
'from_field': 'deduction_details',
'from_table': 'Salary Structure Deduction',
'match_id': 2,
'to_field': 'deduction_details',
'to_table': 'Salary Slip Deduction'
}
{
"owner": "harshada@webnotestech.com",
"docstatus": 0,
"creation": "2010-12-14 10:33:11",
"modified_by": "Administrator",
"modified": "2011-09-15 15:04:44"
},
{
"name": "__common__",
"parent": "Salary Structure-Salary Slip",
"doctype": "Table Mapper Detail",
"parenttype": "DocType Mapper",
"validation_logic": "name is not null",
"parentfield": "table_mapper_details"
},
{
"map": "Yes",
"name": "__common__",
"parent": "Salary Structure-Salary Slip",
"doctype": "Field Mapper Detail",
"parenttype": "DocType Mapper",
"parentfield": "field_mapper_details"
},
{
"name": "__common__",
"to_doctype": "Salary Slip",
"module": "HR",
"doctype": "DocType Mapper",
"from_doctype": "Salary Structure"
},
{
"name": "Salary Structure-Salary Slip",
"doctype": "DocType Mapper"
},
{
"to_field": "gross_pay",
"doctype": "Field Mapper Detail",
"match_id": 0,
"from_field": "total_earning"
},
{
"to_field": "e_amount",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "modified_value"
},
{
"to_field": "d_amount",
"doctype": "Field Mapper Detail",
"match_id": 2,
"from_field": "d_modified_amt"
},
{
"to_field": "e_modified_amount",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "modified_value"
},
{
"to_field": "e_depends_on_lwp",
"doctype": "Field Mapper Detail",
"match_id": 1,
"from_field": "depend_on_lwp"
},
{
"to_field": "d_modified_amount",
"doctype": "Field Mapper Detail",
"match_id": 2,
"from_field": "d_modified_amt"
},
{
"to_field": "d_depends_on_lwp",
"doctype": "Field Mapper Detail",
"match_id": 2,
"from_field": "depend_on_lwp"
},
{
"to_table": "Salary Slip",
"doctype": "Table Mapper Detail",
"match_id": 0,
"from_table": "Salary Structure"
},
{
"match_id": 1,
"to_field": "earning_details",
"doctype": "Table Mapper Detail",
"from_field": "earning_details",
"from_table": "Salary Structure Earning",
"to_table": "Salary Slip Earning"
},
{
"match_id": 2,
"to_field": "deduction_details",
"doctype": "Table Mapper Detail",
"from_field": "deduction_details",
"from_table": "Salary Structure Deduction",
"to_table": "Salary Slip Deduction"
}
]