Main.Accert.process_level_accounts#
- Accert.process_level_accounts(c, level_accounts, accert, parent_id=None)[source]#
Processes the level accounts and begins the calculation.
- Parameters:
c (MySQLCursor) – MySQLCursor class instantiates objects that can execute MySQL statements.
level_accounts (list) – List of level accounts.
accert (ACCERT) – xml2obj class instantiates objects that can parse the ACCERT XML file.
parent_id (str) – Parent ID.