Restaurant-Management-System
Restaurant-Management-System copied to clipboard
π¨βπ³ An Android based RMS that aims to digitalize the day to day processes of various restaurant operations including ordering, billing, kitchen, hall and inventory management.
Login
Hi Harismuneer, I review your project it a great project. I have a one issue after login only dipaly a text mesage ("Login Success ") (admin, chef), how will go...
I have connected the firebase and everything, but whenever i try to sign in as admin, chef or hall manager the page is not working although it says successfully connected....
Any idea how to how to run this ? Please help me
actually there are two bugs ,first one is chef and hall manager log in is not working. and secondly in the checkout fragment when we click on yes there is...
When I run the project in emulator,after giving credentials for admin, it is showing me "processing please wait".I am unable to go to the next page.please help me out. my...
I tried to copy-paste it in the studio but for some reason, it won't run....maybe be there is a bug
This change defensively switches the order of literals in comparison expressions to ensure that no null pointer exceptions are unexpectedly thrown. Runtime exceptions especially can cause exceptional and unexpected code...
Gradle error : updated the gradle version but still not able to run the code ...
This Java code defines an Inventory class that represents an inventory item with attributes such as name, expiry date, price, and quantity. Hereβs a breakdown of its components: Attributes: name:...