Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 1.44 KB

README.md

File metadata and controls

29 lines (23 loc) · 1.44 KB

AMRIT - Inventory

License: GPL v3

This repository contains the user interface (UI) design for an inventory management application. The UI is designed to provide a user-friendly and efficient way for users to manage their inventory and perform various inventory-related tasks.

Features

  • Dashboard: Displays an overview of inventory statistics, including total items, low stock alerts, and recent activity.
  • Product Management: Allows users to add, edit, and delete products in the inventory.
  • Inventory Tracking: Enables users to track the quantity and location of each item in the inventory.
  • Stock Alerts: Provides notifications and alerts for low stock levels and out-of-stock items.
  • Order Management: Allows users to create, track, and manage orders for replenishing inventory.
  • Reporting: Provides reports and analytics on inventory performance, sales and trends.
  • User Management: Allows administrators to manage user accounts and access permissions.

Building From Source

Clone the repository to your local machine and install the dependencies using node package manager(npm)

  • ng build
  • ng test
  • ng serve

Prerequisites

Installation

This service has been tested on Wildfly as the application server.