Skip to main content

Module sum

Module sum 

Source
Expand description

Monthly working hours summary command.

Generates comprehensive monthly reports showing daily work hours, productivity metrics, and calendar integration with company rest days.

§Features

  • Monthly Overview: Detailed daily breakdowns with productivity metrics
  • Calendar Integration: Automatic handling of company rest days and weekends
  • Productivity Analysis: Per-day productivity calculations using centralized engine
  • Report Submission: Optional submission to external reporting systems
  • Aggregate Statistics: Total hours, working days, and average calculations

§Usage

# Generate current month summary
kasl sum

# Submit monthly report to external API
kasl sum --send

Structs§

SumArgs
Command-line arguments for the monthly summary command.

Functions§

cmd
Generates and displays a comprehensive monthly working hours summary.