DimiDR / TI-ThermalPrinter-Android

Tasty Igniter Android App to help with POS printing
MIT License
0 stars 2 forks source link

Changing delivery time #9

Open DimiDR opened 3 months ago

DimiDR commented 3 months ago

Implement a Post to an existing API to change time for delivery. It looks like in kitchen view it is not possible to update.

There is an API, but the shop is not in the app all the time. App seems not a good solution.

image

Also Status can be updated

DimiDR commented 1 week ago

It should be implemented into Kitchen Disaplay, as it is now displayed in the App. Discord Discusseion: https://discord.com/channels/486734519798333440/534045257730359309/1279178247288127635

Addon with similard functionality https://tastyigniter.com/marketplace/item/thoughtco-orderapprover

DimiDR commented 2 days ago

https://discord.com/channels/486734519798333440/534045257730359309/828775355179335710 Do you know what's the exact constant for the order placed time? Logically it would be $order->time, but that's for the delivery time. I could probably find it by scrambling through all the files, but I hope someone knows

It's order time When asap is selected order time is current time plus leadtime

DimiDR commented 2 days ago

https://discord.com/channels/486734519798333440/534045257730359309/930077259329589248 Is it possible to show the order time in the kitchen display extension? Found it

Order time is {{$order->order_for}} order placed is {{$order->placed_at}}

DimiDR commented 2 days ago

https://github.com/ryanmitchell/ti-ext-kitchendisplay/blob/6a3d8aebd29f26e0b4e9cf67013865bf31b8357d/controllers/Summary.php#L233