Skip to content

Commit

Permalink
Merge pull request #837 from Halifay/orders_reevaluate
Browse files Browse the repository at this point in the history
Control panel orders-reevaluate option
  • Loading branch information
myk002 authored Sep 29, 2023
2 parents 76f5a2b + 85e6142 commit 73eac04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 128 deletions.
25 changes: 0 additions & 25 deletions docs/workorder-recheck.rst

This file was deleted.

3 changes: 3 additions & 0 deletions gui/control-panel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ local REPEATS = {
['orders-sort']={
desc='Sort manager orders by repeat frequency so one-time orders can be completed.',
command={'--time', '1', '--timeUnits', 'days', '--command', '[', 'orders', 'sort', ']'}},
['orders-reevaluate']={
desc='Invalidates work orders once a month, allowing conditions to be rechecked.',
command={'--time', '1', '--timeUnits', 'months', '--command', '[', 'orders', 'recheck', ']'}},
['warn-starving']={
desc='Show a warning dialog when units are starving or dehydrated.',
command={'--time', '10', '--timeUnits', 'days', '--command', '[', 'warn-starving', ']'}},
Expand Down
103 changes: 0 additions & 103 deletions workorder-recheck.lua

This file was deleted.

0 comments on commit 73eac04

Please sign in to comment.