Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gtiwari333/java-inventory-management-system-swing-hibernate
A Java/Swing/Hibernate system to manage inventory
https://github.com/gtiwari333/java-inventory-management-system-swing-hibernate
hibernate inventory-management java swing
Last synced: 3 months ago
JSON representation
A Java/Swing/Hibernate system to manage inventory
- Host: GitHub
- URL: https://github.com/gtiwari333/java-inventory-management-system-swing-hibernate
- Owner: gtiwari333
- Created: 2017-02-17T17:16:05.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-04-23T20:07:17.000Z (almost 2 years ago)
- Last Synced: 2024-10-13T02:18:59.262Z (4 months ago)
- Topics: hibernate, inventory-management, java, swing
- Language: Java
- Homepage: http://ganeshtiwaridotcomdotnp.blogspot.com/
- Size: 776 KB
- Stars: 47
- Watchers: 9
- Forks: 43
- Open Issues: 4
-
Metadata Files:
- Readme: ReadMe.md
Awesome Lists containing this project
README
## Inventory Management System - desktop based
#### This uses following libraries/frameworks
- Swing
- JGoodies Swing Extension Library
- Hibernate
- H2 Database#### How to run the application
- Clone/Download the project and import into your IDE
- Run com.ca.ui.Main as Java Application
- Enter ADMIN/ADMIN for username and password##### Configuration and Data
- Use 'Entry' -> 'Initial Records' menu to enter configuration such as product category, vendor, measurement unit, branch office etc
- Start with "Item Entry" tab to enter inventory items and do Stock Query, Transfer or Sell, Handle Returns of Items etc## You can use this project as a template to build out your projects! I believe the code is simple enough to understand the overall flow and add/modify modules.
### For any queries :
- Email : [email protected]
- Blog : http://ganeshtiwaridotcomdotnp.blogspot.com/##### CopyLeft:
- Please feel free to use/modify the code!
- But make sure to give me credit by keeping the class header or add reference to this GitHub repository.
## Snapshots
#### Home/Login Screen
![](snapshots/home-login.png)#### Initial Records
![](snapshots/initial-records.png)#### New Item Entry
![](snapshots/new-item.png)#### Stock Query
![](snapshots/stock-query.png)#### Transfer
![](snapshots/transfer.png)#### Return Query
![](snapshots/return-query.png)