ryanmitchell / ti-ext-kitchendisplay

Other
14 stars 8 forks source link

x next hours orders feature #46

Closed BreakSecurity closed 3 years ago

BreakSecurity commented 3 years ago

Added the possibility to show only orders for the current days (avoiding fully KD when preorders are allowed)

ryanmitchell commented 3 years ago

So the downside to this approach if is you are open over midnight then we don’t see orders...

It may be better to make it only show orders in the next x hours? And we do a date diff between the order date/time and now?

On 15 Feb 2021, at 21:49, BreakSecurity notifications@github.com wrote:

 Added the possibility to show only orders for the current days (avoiding fully KD when preorders are allowed)

You can view, comment on, or merge this pull request online at:

https://github.com/ryanmitchell/ti-ext-kitchendisplay/pull/46

Commit Summary

same day orders feature File Changes

M controllers/Summary.php (3) M language/en/default.php (1) M models/config/views.php (47) Patch Links:

https://github.com/ryanmitchell/ti-ext-kitchendisplay/pull/46.patch https://github.com/ryanmitchell/ti-ext-kitchendisplay/pull/46.diff — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

BreakSecurity commented 3 years ago

For me it's good to merge