ryanmitchell / ti-ext-kitchendisplay

Other
14 stars 8 forks source link

Displays only the first X orders in 'Number of orders to show' #54

Closed Tanbir17 closed 3 years ago

Tanbir17 commented 3 years ago

Expected behavior: Display the latest X orders

Actual behavior: Displays the first X orders

Reproduce steps: Set the number of orders to show to a number less than the amount you have and it will only show from the first ones instead of the latest ones.

Version: Latest

ryanmitchell commented 3 years ago

This is expected behaviour as it orders by order date and time, so it should show the next orders that need fulfilled by the kitchen.

If you feel its wrong, please provide a worked example with screenshots to help understand the issue.