fix: Update positions in default cashflow mappers

This commit is contained in:
Deepesh Garg
2021-06-17 17:15:05 +05:30
parent 56a21343f4
commit fe1d985432

View File

@@ -7,19 +7,19 @@ DEFAULT_MAPPERS = [
'section_header': 'Cash flows from operating activities', 'section_header': 'Cash flows from operating activities',
'section_leader': 'Adjustments for', 'section_leader': 'Adjustments for',
'section_name': 'Operating Activities', 'section_name': 'Operating Activities',
'position': 0, 'position': 1,
'section_subtotal': 'Cash generated from operations', 'section_subtotal': 'Cash generated from operations',
}, },
{ {
'doctype': 'Cash Flow Mapper', 'doctype': 'Cash Flow Mapper',
'position': 1, 'position': 2,
'section_footer': 'Net cash used in investing activities', 'section_footer': 'Net cash used in investing activities',
'section_header': 'Cash flows from investing activities', 'section_header': 'Cash flows from investing activities',
'section_name': 'Investing Activities' 'section_name': 'Investing Activities'
}, },
{ {
'doctype': 'Cash Flow Mapper', 'doctype': 'Cash Flow Mapper',
'position': 2, 'position': 3,
'section_footer': 'Net cash used in financing activites', 'section_footer': 'Net cash used in financing activites',
'section_header': 'Cash flows from financing activities', 'section_header': 'Cash flows from financing activities',
'section_name': 'Financing Activities', 'section_name': 'Financing Activities',