Skip to content

Fill the whole open period with one code

How-to guide

The “quick action” for the end of the month: put one code on everything that is still open. Each day receives its own missing hours, so a day that already has 4 hours booked gets 4 more, and a full day gets nothing.

Fill every open day of this month with administration (0077). Dry run first.

std_fill_open {item: {attendanceType: "0077"}, dryRun: true} lists the days and hours that would be booked. Confirm, and the assistant repeats the call without dryRun.

Variants:

  • a jobcode: std_fill_open {item: {order: "900140", attendanceType: "0081"}, shortText: "NovaLabs"}
  • a favorite, capped at 2 hours per day, in a sub-range: std_fill_open {from: "2026-09-15", to: "2026-09-30", favorite: "Admin Day", maxHours: 2}

The range defaults to the current month. A chargeable sales order with exactly one item gets its item filled in automatically; with several items you must name one. See Jobcodes and codes for how items are written.