Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 2.04 KB

README.md

File metadata and controls

59 lines (43 loc) · 2.04 KB

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