{"id":19557913,"url":"https://github.com/mohamedmetwalli5/bookstore","last_synced_at":"2025-04-19T19:13:49.439Z","repository":{"id":103340558,"uuid":"445288960","full_name":"MohamedMetwalli5/Bookstore","owner":"MohamedMetwalli5","description":"📘 Analysis, design, and implementation of a database system to support the operations of a simplified online bookstore. And the creation of the necessary forms to perform these operations.","archived":false,"fork":false,"pushed_at":"2023-04-13T18:55:26.000Z","size":716,"stargazers_count":2,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T12:11:10.614Z","etag":null,"topics":["analysis","database","jasper-reports","javafx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MohamedMetwalli5.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-01-06T19:35:17.000Z","updated_at":"2024-11-13T23:54:42.000Z","dependencies_parsed_at":"2023-07-07T18:16:14.693Z","dependency_job_id":null,"html_url":"https://github.com/MohamedMetwalli5/Bookstore","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedMetwalli5%2FBookstore","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedMetwalli5%2FBookstore/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedMetwalli5%2FBookstore/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MohamedMetwalli5%2FBookstore/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MohamedMetwalli5","download_url":"https://codeload.github.com/MohamedMetwalli5/Bookstore/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249774485,"owners_count":21323632,"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","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":["analysis","database","jasper-reports","javafx"],"created_at":"2024-11-11T04:44:25.384Z","updated_at":"2025-04-19T19:13:49.423Z","avatar_url":"https://github.com/MohamedMetwalli5.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![GUI](https://img.shields.io/badge/GUI-JavaFX%20-orange.svg)\n![DBMS](https://img.shields.io/badge/DBMS-MySQL%20-violet.svg)\n![ReportingTool](https://img.shields.io/badge/Reporting%20Tool-JasperReports%20-green.svg)\n![License](https://img.shields.io/badge/license-Apache_2.0-blue.svg)\n\n# The Database Project Motivation\nThis is Analysis, design, and implementation of a database system to support the operations of a simplified online bookstore. And the creation of the necessary forms to perform these operations. \n\n\u003c!-- ![TheLogo](https://user-images.githubusercontent.com/58489322/148835338-cd3a77e4-ae24-4198-bc7e-5609d941af63.png) --\u003e\n\n## The Main Operations\n* Adding new books\nTo add a new book, the user enters the properties of the new book along with a threshold (the minimum\nquantity in stock to be maintained for that book).\n* Modifying existing books\nFor updating an existing book, the user first searches for the book then he does the required update. For a given\nbook, the user can update the quantity in stock when a copy or more of the book is sold. The user cannot update\nthe quantity of a book if this update will cause the quantity of a book in stock to be negative.\n* Placing orders on books\nAn order with constant quantity is placed only when the quantity of a book drops from above a given threshold\n(the minimum quantity in stock) to below the given threshold.\n* Confirming orders\nThe user can confirm an order when receiving the ordered quantity from the book’s publisher; the quantity of\nthe book in store automatically increases with the quantity specified in the order. Assume that deleting the order\nmeans that the order is received from publisher.\n* Searching for books\nThe user can search for a book by ISBN, and title. The user can search for books of a specific Category, author\nor publisher.\n\n## Customer Allowed Operations\n* Editing his personal information including his password\n* Searching for books by any of the book’s attributes. (Use indices to speed up searches when possible)\n* Adding books to a shopping cart\n* Managing his shopping cart. This includes the following.\n  * Viewing the items in the cart\n  * Viewing the individual and total prices of the books in the cart\n  * Removing items from the cart\n* Checking out a shopping cart\n  * The customer is then required to provide a credit card number and its expiry date. This transaction is completed successfully if the credit card information is appropriate.\n  * The book’s quantities in the store are updated according to this transaction.\n* Logging out of the system\n  * Doing this will remove all the items in the current cart.\n## Manager Allowed Operations\n* Adding new books\n* Modifying existing books\n* Placing orders for books\n* Confirming orders\n* Promoting registered customers to have managers credentials\n* Viewing the following reports on sales\n  * The total sales for books in the previous month\n  * The top 5 customers who purchase the most purchase amount in descending order for the last three months\n  * The top 10 selling books for the last three months\n\n## The ER Diagram\n![TheERDiagram](https://user-images.githubusercontent.com/58489322/148833104-20bfae60-b2c1-415c-a327-f3d357e07c32.png)\n\n---\n\n## Screenshots\n![image](https://user-images.githubusercontent.com/58489322/151219333-0d3267bf-b18e-4750-be3b-1c5de424eae6.png)\n\n![image](https://user-images.githubusercontent.com/58489322/151219471-45884d1b-fb49-47b5-a236-b72c8376f5e5.png)\n\n![image](https://user-images.githubusercontent.com/58489322/151219695-847c9e6d-712f-4212-a9f7-69600e7fe1dd.png)\n\n![image](https://user-images.githubusercontent.com/58489322/151218761-9afa4fcd-2b73-49da-b6f8-d18417ceaee5.png)\n\n![image](https://user-images.githubusercontent.com/58489322/151219864-bf6f6366-5675-4854-be91-1aa0de2012ca.png)\n\n![image](https://user-images.githubusercontent.com/58489322/151220650-e2d85d8a-f1a3-492b-b725-483abb9e8304.png)\n\n\n## The Online Bookstore Logo\n![TheLogo](https://user-images.githubusercontent.com/58489322/148835338-cd3a77e4-ae24-4198-bc7e-5609d941af63.png)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedmetwalli5%2Fbookstore","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmohamedmetwalli5%2Fbookstore","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmohamedmetwalli5%2Fbookstore/lists"}