Skip to content

SmartChef Restaurant Management System v1.1

Latest

Choose a tag to compare

@HA2077 HA2077 released this 14 Dec 18:56
· 1 commit to main since this release

📥 Downloads

Windows | SmartChef.rar | Executable designed for Windows 10/11.
Linux (Debian/Ubuntu) | SmartChef.tar.xz | Executable designed for Ubuntu, Debian, and Linux Mint (Debian Based).

🛠️ Installation & Usage Instructions

Windows Users (.rar)

  1.     Download the SmartChef-Windows.rar file.
    
  2.     Extract the archive using WinRAR or 7-Zip. This will create a folder named SmartChef-Windows.
    
  3.     Navigate into the extracted SmartChef-Windows folder.
    
  4.     Run the application by double-clicking the SmartChef.exe executable file.
    

Linux Users (.tar.xz)

  1. Download the SmartChef-Linux.tar.xz file.
    
  2. Extract the archive using your file manager or the command line:  "tar -xf SmartChef-Linux.tar.xz"
    
  3. Navigate into the extracted SmartChef folder:  "cd SmartChef-Linux"
    
  4. Grant Execution Permission: You may need to grant the file permission to run: "chmod +x SmartChef"
    
  5. Run the application: "./SmartChef"
    

🔑 Default Login Credentials (For Testing) (You can change the users yourself)

Manager (Admin) | hassan | HA
Waiter (POS) | zoz | zoz
Chef (KDS) | Abr7 | 1234

What is new in Update 1.1

  1. Added "Update Menu" button to the POS window to get the latest menu.
  2. Fixed massages that appeared on the main window.
  3. Fixed the windows that were stuck behind the main window.