stockmanagementsystem

The Stock Management System is a user-friendly web application built using HTML and Java, its purpose is to help users manage their stock more efficiently by removing the need for manual data entry during stock checks and keeping them updated on stock level in real-time.

https://github.com/j-e-r-m-y-n/stockmanagementsystem

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.8%) to scientific vocabulary

Keywords

git github html java stockmanagementsystem
Last synced: 4 months ago · JSON representation ·

Repository

The Stock Management System is a user-friendly web application built using HTML and Java, its purpose is to help users manage their stock more efficiently by removing the need for manual data entry during stock checks and keeping them updated on stock level in real-time.

Basic Info
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Topics
git github html java stockmanagementsystem
Created 12 months ago · Last pushed 10 months ago
Metadata Files
Readme Citation Codeowners

README.md

Stock Management System README :spiral_notepad:


About

  • The Stock Management System is a user-friendly web application built using HTML and Java, its purpose is to help users manage their stock more efficiently by removing the need for manual data entry during stock checks and keeping them updated on stock level in real-time.


Features

  • User Management

    • [x] List User Accounts
    • [x] Add / Remove User Account
    • [x] Edit User Account
    • [ ] User Registration
  • Product Management

    • [x] Add / Remove Product
    • [x] Edit Product
    • [x] Product Quick Search
    • [x] Product ID Barcode Generation / Printing
    • [x] Product Low Stock Auto-notification
    • [x] One-click Product Restock


Screenshots

  • Home Page
    image
  • User Management
    image
  • Product Management
    image


How to Clone the Repository from GitHub via Eclipse IDE

[!IMPORTANT] Requirements - GitHub Account - Eclipse IDE - Internet Connection

  1. Navigate to this GitHub Repository Address

  2. Click on the <> Code button then HTTPS and copy the repository URL
    image

  3. Open Eclipse IDE to import this project:

    • Select File > Import to open up the Import dialog window
    • Search for Git then select Projects from Git and click on the Next button
      image
  • Select Clone URI and click on the Next button
    image

  • Paste the GitHub Repository URL into URI (under Location), then fill in the remaining required information based on this GitHub repository and your own GitHub authentication credentials and click Next

    [!NOTE] If you have encountered any error after clicking on Next, please ensure that the URI and your own GitHub authentication credentials entered are correct. Further troubleshooting steps can be found here.

    • In the Branch Selection window, click on Next, then browse for a local directory to import the project to and click on Next again
      image
      image
    • Select Import existing Eclipse projects and click on Next then Finish
      image
      image
    • Congratulations! You have successfully cloned this project to Eclipse. :smile:


Owner

  • Name: J
  • Login: J-e-r-m-y-n
  • Kind: user

Citation (CITATION.cff)

cff-version: 1.2.0
message: "If you use this software, please cite it as below."
authors:
- family-names: "EXAMPLE_FAMILY_NAME"
  given-names: "EXAMPLE_GIVEN_NAME"
  orcid: "https://orcid.org/0000-0000-0000-0000"
title: "StockManagementSystem"
version: 1.0.0
doi: 10.5281/zenodo.1234
date-released: 2025-01-20
url: "https://github.com/J-e-r-m-y-n/StockManagementSystem"



# More on GitHub Citation: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-citation-files

GitHub Events

Total
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 1
  • Push event: 42
  • Public event: 1
  • Pull request review event: 1
  • Pull request event: 12
  • Create event: 7
Last Year
  • Watch event: 1
  • Delete event: 5
  • Issue comment event: 1
  • Push event: 42
  • Public event: 1
  • Pull request review event: 1
  • Pull request event: 12
  • Create event: 7

Issues and Pull Requests

Last synced: 4 months ago

All Time
  • Total issues: 0
  • Total pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 minutes
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 4
  • Average time to close issues: N/A
  • Average time to close pull requests: 4 minutes
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 4
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • J-e-r-m-y-n (4)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

pom.xml maven
  • javax.servlet.jsp:javax.servlet.jsp-api 2.3.1 provided
  • javax.servlet:javax.servlet-api 3.1.0 provided
  • com.google.zxing:core 3.4.0
  • com.google.zxing:javase 3.4.0
  • jstl:jstl 1.2
  • mysql:mysql-connector-java 8.0.25