akvo.rsr.management.commands.switch_indicators_to_cumulative_reporting module

class akvo.rsr.management.commands.switch_indicators_to_cumulative_reporting.Command(stdout=None, stderr=None, no_color=False, force_color=False)[source]

Bases: BaseCommand

add_arguments(parser: ArgumentParser)[source]

Entry point for subclassed commands to add custom arguments.

handle(*args, **options)[source]

The actual logic of the command. Subclasses must implement this method.

help = 'Switch all quantitative indicators of the given project and its descendants to cumulative reporting'
class akvo.rsr.management.commands.switch_indicators_to_cumulative_reporting.CommandRunner(stdout: TextIOBase, project: Project, dry_run=False)[source]

Bases: object

run()[source]