utility_accert.Utility_methods.print_leveled_accounts#

Utility_methods.print_leveled_accounts(c, all=False, tol_fac=None, tol_lab=None, tol_mat=None, cost_unit='dollar', level=3)[source]#

Prints the output account table with COA 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)