utility_accert.Utility_methods.print_leveled_accounts_gncoa#
- Utility_methods.print_leveled_accounts_gncoa(c, all=False, cost_unit='dollar', level=3)[source]#
Prints the output account table with GNCOA line up as a nested list.
- Parameters:
c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.
all (bool, optional) – If True, print all the accounts columns. (By default False)
cost_unit (str, optional) – Unit of the total cost. (By default ‘dollar’)
level (int, optional) – Level of account. (By default 3)