Skip to content

devikasuresh20/Inventory-UI

 
 

Repository files navigation

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

  1. To build deployable war files
mvn -B package --file pom.xml -P <profile_name>

The available profiles include dev, local, test, and ci. Refer to src/environments/environment.ci.template file and ensure that the right environment variables are set for the build.

Packing with ci profile calls build-ci script in package.json. It creates a environment.ci.ts file with all environment variables used in the generated build.

Prerequisites

Installation

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

About

No description, website, or topics provided.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 66.3%
  • HTML 23.0%
  • CSS 9.9%
  • Other 0.8%