mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 00:14:50 +00:00
fix: Update positions in default cashflow mappers
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user