moved directory structure

This commit is contained in:
Rushabh Mehta
2012-09-24 19:13:42 +05:30
parent e47a6779e9
commit 2fa2f7178d
1637 changed files with 47 additions and 11450 deletions

View File

@@ -0,0 +1,47 @@
# 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'
}
]

View File

@@ -0,0 +1,131 @@
# 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'
}
]