{"id":21445991,"url":"https://github.com/bourgui07/inventorymanagsystem","last_synced_at":"2025-10-12T07:19:28.468Z","repository":{"id":242342656,"uuid":"809310441","full_name":"BOURGUI07/InventoryManagSystem","owner":"BOURGUI07","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-02T10:38:20.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T01:23:47.984Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/BOURGUI07.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}},"created_at":"2024-06-02T10:32:55.000Z","updated_at":"2024-06-02T10:38:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"d18dacd3-f401-4a1e-9b02-19c90fb2195b","html_url":"https://github.com/BOURGUI07/InventoryManagSystem","commit_stats":null,"previous_names":["bourgui07/inventorymanagsystem"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BOURGUI07/InventoryManagSystem","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOURGUI07%2FInventoryManagSystem","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOURGUI07%2FInventoryManagSystem/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOURGUI07%2FInventoryManagSystem/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOURGUI07%2FInventoryManagSystem/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BOURGUI07","download_url":"https://codeload.github.com/BOURGUI07/InventoryManagSystem/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BOURGUI07%2FInventoryManagSystem/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010647,"owners_count":26084784,"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-10-12T02:00:06.719Z","response_time":53,"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":[],"created_at":"2024-11-23T02:40:37.998Z","updated_at":"2025-10-12T07:19:28.422Z","avatar_url":"https://github.com/BOURGUI07.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Inventory Management System\n\n## Description\n\nThis project is a console-based application developed in Core Java, designed to manage inventory operations. It serves as a management system where administrators can perform various tasks related to inventory management, including product management, inventory tracking, order processing, reporting, and more. The application is built to demonstrate object-oriented programming principles, console I/O operations, and unit testing with JUnit in Java, tailored specifically for inventory management.\n\n## Features\n\n1. **User Authentication and Authorization**\n   - Secure login system to ensure that only authorized personnel can access the system.\n   - Different roles such as admin and manager with specific permissions.\n\n   ```\n   Inventory Management System\n   \n   Login\n   Username: ___________\n   Password: ___________\n   \n   [Login]\n   ```\n\n2. **Product Management**\n   - Add, edit, and delete product details in the inventory.\n   - Capture essential product information such as Product ID, Name, Description, Price, and Quantity.\n\n   ```\n   Inventory Management System\n   \n   Product Management\n   \n   1. Add Product\n   2. Edit Product\n   3. Delete Product\n   4. Back\n   \n   Enter your choice: _\n   ```\n\n3. **Inventory Tracking**\n   - Track the quantity of products in the inventory.\n   - Provides a detailed view of current inventory levels.\n\n   ```\n   Inventory Management System\n   \n   Inventory Tracking\n   \n   Product Name       Quantity\n   ------------------------------\n   Product A          100\n   Product B          50\n   Product C          75\n   ...\n   ```\n\n4. **Order Processing**\n   - Create, track, and update orders.\n   - Record order details including Order ID, Product ID, Quantity, Order Date, and Status.\n\n   ```\n   Inventory Management System\n   \n   Order Processing\n   \n   1. Create New Order\n   2. Track Order Status\n   3. Update Order Status\n   4. Back\n   \n   Enter your choice: _\n   ```\n\n5. **Reporting**\n   - Generate reports on inventory levels, sales trends, top-selling products, and pending orders.\n\n   ```\n   Inventory Management System\n   \n   Reporting\n   \n   1. Inventory Levels\n   2. Sales Trends\n   3. Top Selling Products\n   4. Pending Orders\n   5. Back\n   \n   Enter your choice: _\n   ```\n\n6. **Search and Filtering**\n   - Search for products and filter inventory and orders based on various criteria.\n\n   ```\n   Inventory Management System\n   \n   Search and Filtering\n   \n   1. Search Products\n   2. Filter Inventory\n   3. Filter Orders\n   4. Back\n   \n   Enter your choice: _\n   ```\n\n7. **Audit Trail**\n   - Maintain an audit trail of all actions performed in the system for accountability and traceability.\n\n   ```\n   Inventory Management System\n   \n   Audit Trail\n   \n   Date                  User              Action\n   --------------------------------------------------------\n   2024-05-13 09:30:00   admin            Added Product A\n   2024-05-13 10:15:00   manager          Updated Quantity of Product B\n   ...\n   ```\n\n8. **Notifications**\n   - Notify users about important events such as low inventory alerts and order status updates.\n\n   ```\n   Inventory Management System\n   \n   Notifications\n   \n   - Low Inventory Alert: Product A\n   - Order Shipped: Order #1234\n   ...\n   ```\n\n9. **User Interface**\n    - Main menu interface to navigate through different features of the system.\n\n    ```\n    Inventory Management System\n   \n    Main Menu\n   \n    1. Product Management\n    2. Inventory Tracking\n    3. Order Processing\n    4. Reporting\n    5. Search and Filtering\n    6. Data Backup and Restore\n    7. Audit Trail\n    8. Notifications\n    9. Logout\n   \n    Enter your choice: _\n    ```\n\n## Technologies Used\n\n- **Java SE (Standard Edition)**: Core language for developing the application.\n- **JUnit Framework**: For unit testing of the application's components.\n- **Console I/O**: For interaction with the user via the console.\n- **Collections Framework**: Utilized for managing products, orders, and inventory information efficiently.\n- **Object-Oriented Programming (OOP)**: Design paradigm to structure the application using objects and classes.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourgui07%2Finventorymanagsystem","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbourgui07%2Finventorymanagsystem","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbourgui07%2Finventorymanagsystem/lists"}