{"id":18727444,"url":"https://github.com/sothirich/coffeeshopsystemmanagement","last_synced_at":"2026-03-05T15:32:57.465Z","repository":{"id":162782713,"uuid":"514795176","full_name":"Sothirich/CoffeeShopSystemManagement","owner":"Sothirich","description":"A simple Coffee Shop Management System by using JavaFX. It is designed to make it easier for Customer to make an order by themselves and for Seller to calculate profits per month and so on. ","archived":false,"fork":false,"pushed_at":"2025-01-16T17:52:34.000Z","size":12879,"stargazers_count":8,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-31T00:46:29.445Z","etag":null,"topics":["coffee-management","coffee-shop","database-management","java","javafx","javafx-application","javafx-desktop-apps","visual-studio-code","vscode"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Sothirich.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":"2022-07-17T09:05:48.000Z","updated_at":"2025-07-10T16:06:20.000Z","dependencies_parsed_at":"2025-07-31T00:17:27.709Z","dependency_job_id":null,"html_url":"https://github.com/Sothirich/CoffeeShopSystemManagement","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Sothirich/CoffeeShopSystemManagement","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sothirich%2FCoffeeShopSystemManagement","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sothirich%2FCoffeeShopSystemManagement/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sothirich%2FCoffeeShopSystemManagement/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sothirich%2FCoffeeShopSystemManagement/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sothirich","download_url":"https://codeload.github.com/Sothirich/CoffeeShopSystemManagement/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sothirich%2FCoffeeShopSystemManagement/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30133261,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T14:41:47.141Z","status":"ssl_error","status_checked_at":"2026-03-05T14:41:21.567Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["coffee-management","coffee-shop","database-management","java","javafx","javafx-application","javafx-desktop-apps","visual-studio-code","vscode"],"created_at":"2024-11-07T14:17:45.580Z","updated_at":"2026-03-05T15:32:57.442Z","avatar_url":"https://github.com/Sothirich.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Getting Started\n\nA simple Coffee Shop Management System by using JavaFX. It is designed to make it easier for Customer to make an order by themselves and for Seller to calculate profits per month and so on. In this system, there are 3 Roles:\n - Admin: can manage system, add user, check dashboard, ....\n - Cashier: can accept the payment and push the order to Barista or decline the payment if there is some problem with the customer\n - Barista: can accept the order and make drink based on their order.\n\n![image](https://user-images.githubusercontent.com/83401742/225241395-35f40a2a-e640-45f7-8ad7-8d1bfc344d78.png)\n![image](https://user-images.githubusercontent.com/83401742/225241643-a2d01358-c8a1-476d-9cbf-509751499887.png)\n![image](https://user-images.githubusercontent.com/83401742/225241766-be2a5091-f89d-4760-abd5-9987c643f7d9.png)\n![image](https://user-images.githubusercontent.com/83401742/225241880-eb02231c-9f62-4230-b0fd-3eb87e2edb87.png)\n![image](https://user-images.githubusercontent.com/83401742/225242388-10fbc741-93c8-488d-a49a-095985910379.png)\n![image](https://user-images.githubusercontent.com/83401742/225242437-1c7b1a5b-be3d-497b-a842-7290cd45492c.png)\n![image](https://user-images.githubusercontent.com/83401742/225242474-abfecc9f-d5fe-480a-afaa-ff96af77b5f5.png)\n![image](https://user-images.githubusercontent.com/83401742/225242552-6bf998f2-c2d1-4ed8-9e78-5c9e4f4a2c86.png)\n![image](https://user-images.githubusercontent.com/83401742/225242597-84e86705-e5e1-4e2f-b32a-ef3f63fbb14c.png)\n![image](https://user-images.githubusercontent.com/83401742/225242641-f15c6519-d696-4639-96c7-cccd29924605.png)\n![image](https://user-images.githubusercontent.com/83401742/225242699-8325c764-1f68-43b8-8e29-29fef6d79978.png)\n\n## Folder Structure\n\nThe workspace contains two folders by default, where:\n\n- `src`: the folder to maintain sources\n- `lib`: the folder to maintain dependencies\n\nMeanwhile, the compiled output files will be generated in the `bin` folder by default.\n\n\u003e If you want to customize the folder structure, open `.vscode/settings.json` and update the related settings there.\n\n## Dependency Management\n\nThe `JAVA PROJECTS` view allows you to manage your dependencies. More details can be found [here](https://github.com/microsoft/vscode-java-dependency#manage-dependencies).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothirich%2Fcoffeeshopsystemmanagement","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsothirich%2Fcoffeeshopsystemmanagement","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothirich%2Fcoffeeshopsystemmanagement/lists"}