Skip to content

An Inventory Management System using Angular,Spring and MySQL.

Notifications You must be signed in to change notification settings

harshiniKumar/Inventory-management-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

inventory-management-system

An Inventory Management System using Angular JS,Spring Framework and MySQL.

Angular

To add Bootstrap,Jquery,popper.js

Enter the following commands in CLI

Bootstrap: npm install ngx-bootstrap bootstrap@3

Jquery: npm install jquery --save

popper.js: npm install popper.js --save

Adding the bootstrap,jquery and popper.js to the code:

-> Open node_modules folder.Check if bootstrap,jquery and popper.js is installed properly.

-> Open Angular.json from src folder and add the following code

"styles": [
"src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"./node_modules/jquery/dist/jquery.min.js",
"./node_modules/popper.js/dist/umd/popper.min.js",
"./node_modules/bootstrap/dist/js/bootstrap.min.js"
]

Snapshots

 (The Snapshots were taken during initial stages of development)

Add Item Page

Add Item Page

Add Purchases Page

Add Purchases Page

Add Supplier Page

Add Supplier Page

Barcode Page

Barcode page

Dashboard

Dashboard

Invoice Preview

Invoice Preview

Item List

Item List

Purchase List

Purchase List

About

An Inventory Management System using Angular,Spring and MySQL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published