Project

General

Profile

Feature #8099

Updated by Aruna Prasanna 8 days ago

Today I worked on tray management. Earlier, when creating trays, the system was taking the value automatically from the creation process. Instead of that, I implemented a change where multiple serving trays per person can be created based on the “serves” number defined during menu item creation. I also displayed the serves number in the new item creation page on the admin side. 

 After that, I updated the POS page search bar placeholder so that it displays “Search from menu items”. 

 Then I worked on catering management. When catering orders were created from the admin side, they were also appearing on the customer side, which was incorrect. I fixed this issue so that only customer orders are displayed on the customer side. 

 These changes were implemented in both the frontend and backend for tray management and catering management.

Back