Main.Accert.roll_up_account_table_by_level#

Accert.roll_up_account_table_by_level(c, from_level, to_level, gncoa=False)[source]#

Rolls up the account table from an input lower level to a higher level.

Parameters:
  • c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.

  • from_level (int) – Roll up from a given level.

  • to_level (int) – Roll up to a given level.