Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sazanrjb/inventorymanagementsystem
A software developed using Java SE which provides as easy way to track the products, suppliers, customers as well as purchase and sales information. It also records the stock currently available in the store.
https://github.com/sazanrjb/inventorymanagementsystem
inventory inventory-management java java-se
Last synced: 15 days ago
JSON representation
A software developed using Java SE which provides as easy way to track the products, suppliers, customers as well as purchase and sales information. It also records the stock currently available in the store.
- Host: GitHub
- URL: https://github.com/sazanrjb/inventorymanagementsystem
- Owner: sazanrjb
- Created: 2015-10-11T13:45:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-05-30T21:33:02.000Z (6 months ago)
- Last Synced: 2024-10-13T04:22:10.438Z (about 1 month ago)
- Topics: inventory, inventory-management, java, java-se
- Language: Java
- Size: 2.07 MB
- Stars: 254
- Watchers: 27
- Forks: 133
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# InventoryManagementSystem
A software developed using Java SE which provides as easy way to track the products, suppliers, customers as well as purchase and
sales information. It also records the stock currently available in the store.
There are basically two users, Administrator and Normal User. Both the users can manage suppliers, products, customers and purchase and sell products.
The only difference between the two users is that the administrator can also view sales report and can also manage other users.Download .sql file for this application: https://drive.google.com/file/d/0Bw-qNYNSGhdCN09YZDV6SmtRN00/view?usp=sharing&resourcekey=0-g98Gi5ErSgzV-Jit-4Ow6Q
Download required third party plugins (includes JCalender, JTattoo and SQLConnector) : https://drive.google.com/file/d/0Bw-qNYNSGhdCMU1mekN4SmRCb1E/view?usp=sharing&resourcekey=0-mynFCWwHM0l7oUuBwDIVbw
Download the software only: https://drive.google.com/file/d/0Bw-qNYNSGhdCbVdSdzZHX0pZOFE/view?usp=sharing&resourcekey=0-Q9wY-we5-vgs26YpPMrYaQ
Download full documentation for free:
- https://www.scribd.com/doc/296989740/InventoryManagementSystem-Sajan-Rajbhandari
- [Inventory-Management-System-Sajan-Rajbhandari.pdf](https://github.com/sazanrjb/InventoryManagementSystem/blob/master/docs/Inventory-Management-System-Sajan-Rajbhandari.pdf)Credentials:
After importing the above sql file and adding the plugins, try using the credential username: `user4` and password: `test123`
Also make sure your mysql is username: `root` and password: `root`. If not change the credential in `../ims/src/com/inventory/database/ConnectionFactory.java` line no. 36 and 44.