Main.Accert.process_total_cost_accounts#

Accert.process_total_cost_accounts(c, level_accounts, accert)[source]#

Changes the total cost for the accounts using the user inputs for different levels. This function is called after calculation is done.

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.