{"id":29916775,"url":"https://github.com/phamgiakiet000/restaurant_management","last_synced_at":"2026-04-12T16:09:36.291Z","repository":{"id":304227633,"uuid":"1018160452","full_name":"phamgiakiet000/Restaurant_management","owner":"phamgiakiet000","description":"This window app help the owner to manage his customers,income,food und beverage serving","archived":false,"fork":false,"pushed_at":"2025-07-11T19:20:21.000Z","size":20779,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-11T20:27:09.784Z","etag":null,"topics":["csharp","dao-design-pattern","dto-pattern","entity-framework","linq-to-sql","sql-server"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phamgiakiet000.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T17:57:27.000Z","updated_at":"2025-07-11T19:20:24.000Z","dependencies_parsed_at":"2025-07-11T20:37:30.808Z","dependency_job_id":null,"html_url":"https://github.com/phamgiakiet000/Restaurant_management","commit_stats":null,"previous_names":["phamgiakiet000/restaurant_management"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/phamgiakiet000/Restaurant_management","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phamgiakiet000%2FRestaurant_management","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phamgiakiet000%2FRestaurant_management/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phamgiakiet000%2FRestaurant_management/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phamgiakiet000%2FRestaurant_management/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phamgiakiet000","download_url":"https://codeload.github.com/phamgiakiet000/Restaurant_management/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phamgiakiet000%2FRestaurant_management/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268337976,"owners_count":24234538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-02T02:00:12.353Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["csharp","dao-design-pattern","dto-pattern","entity-framework","linq-to-sql","sql-server"],"created_at":"2025-08-02T05:01:32.290Z","updated_at":"2026-04-12T16:09:36.245Z","avatar_url":"https://github.com/phamgiakiet000.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n \u003ch1 align=\"center\"\u003eRestaurant management\u003c/h1\u003e\n\u003c/p\u003e\n\n\n\n## Introduction\n\nA restaurant system, whether large or small, must have a central management system. The main divisions include: Account, bill, billinfo, food, foodCategory and TableFood. Those components are called entities. They interact with each other to create a restaurant management system.\nThe main tasks of the entities are as follows:\n- Account includes many employees with different positions. But here we only consider admin and staff as the two main positions.\n- Bill is the food bill ordered for each table to pay\n- Billinfo contains the Bill related id number of each table to record the items called by each Bill for easy payment.\n- Food includes dishes and drinks.\n-TableFood is used to control the number of tables and operating status in the restaurant.\n- FoodCategory is a warehouse used to classify food.\n\n\n## Database description\na.\tFood category\n-Information on classification of food groups such as Sea Food, Hot Pot ….\n\nb.\tFood\n-Information of dishes is stored such as name, price and classification in stock\n\nc.\tBillinfo\n-Information includes the id number of each bill, the id number of each item to be able to provide accurate information for 1 Bill for payment.\n\nd.\tBill\n-The bill entity includes the start and end dates of a table, and the number of tables. There is also the status of paid or not to change the status of the table to in use or empty.\n\ne.\tTableFood\n-The TableFood entity consists of the table name and the state of the table.\n\nf.\tAccount\n-The Account entity will store the user's information, position, working status.\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/database_discription.png\" width=600\u003e\u003cbr/\u003e\n\u003c/p\u003e\n\n## System_design\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/system_design.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n## Interface_design\n-Login interface-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_1.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Table management,food ordering-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_2.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Settings account-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_3.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Account adding-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_4.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Employee management-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_5.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Working shifts management-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_6.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Food adding and deleting-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_7.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Income management-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_8.png\" width=600\u003e\u003cbr/\u003e\n  \n\u003c/p\u003e\n\n-Table adding and deleting-\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"demo/d_9.png\" width=600\u003e\u003cbr/\u003e\n\u003c/p\u003e\n\n## Notes \nC#\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphamgiakiet000%2Frestaurant_management","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphamgiakiet000%2Frestaurant_management","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphamgiakiet000%2Frestaurant_management/lists"}