recon_gen.common.aging

Shared aging-bucket visual builder.

Used by both Payment Recon and Account Recon Exceptions tabs to render horizontal bar charts showing exception counts by age band.

Functions

aging_bar_visual(visual_id, title, subtitle, ...)

Horizontal bar chart showing exception count by aging bucket.

recon_gen.common.aging.aging_bar_visual(visual_id, title, subtitle, dataset_id, count_column)[source]

Horizontal bar chart showing exception count by aging bucket.

Return type:

Visual

Parameters:
  • visual_id (str)

  • title (str)

  • subtitle (str)

  • dataset_id (str)

  • count_column (str)