0% found this document useful (0 votes)
355 views

Inventory Management

Inventory management involves controlling levels of stock and costs. It aims to have enough goods available without excessive storage. Software helps with tasks like orders, receipts, labels. The objectives are to manage resources and meet commitments while optimizing costs.

Uploaded by

anon_810660790
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
355 views

Inventory Management

Inventory management involves controlling levels of stock and costs. It aims to have enough goods available without excessive storage. Software helps with tasks like orders, receipts, labels. The objectives are to manage resources and meet commitments while optimizing costs.

Uploaded by

anon_810660790
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 5

Inventory Management What is "Inventory Management" Inventory management is the active control program which allows the management

of sales, purchases and payments. Inventory management software helps create invoices, purchase orders, receiving lists, payment receipts and can print bar coded labels. An inventory management software system configured to warehouse, retail or product line will help to create revenue for company. The Inventory Management will control operating costs and provide better understanding. Definition Of Inventory Management

Inventory management is primarily about specifying the size and placement of stocked goods. Inventory management is required at different locations within a facility or within multiple locations of a supply network to protect the regular and planned course of production against the random disturbance of running out of materials or goods

Handles all functions related to the tracking and management of material. This would include the monitoring of material moved into and out of stockroom locations and the reconciling of the inventory balances. Also may include ABC analysis, lot tracking, cycle counting support etc.

Management of the inventories, with the primary objective of determining.controlling stock levels within the physical distribution function to balance the need for product availability against the need for minimizing stock holding and handling costs.

In business management, inventory consists of a list of goods and materials held available in stock.

Objectives

The objective of Inventory Management is to manage the physical and logical properties of I/S resources and their relationship, while ensuring that service level commitments are achieved.

Software Requirements: Programming Languages: Java Web Technologies Database Web Server Operating System : Html, Servlet and JSP :Oracle 10g or MySql : Apache Tomcat 6.0 :Windows

Hardware Requirements: Processor Ram Cache Hard Disk : Intel Pentium 4 Processor with 700 MHZ or more : 256 MB or More :512 KB : 20 GB Hard or More

Apache Tomcat: The Apache HTTP Server, commonly referred to as Apache is web server software notable for playing a key role in the initial growth of the World Wide Web. Apache is developed and maintained by an open community of developers under the auspices of the Apache Software Foundation. The application is available for a wide variety of operating systems, including Unix, Linux, Solaris, Novell NetWare, Mac OS X, Microsoft Windows and OS/2. Released under the Apache License, Apache is open-source software. Although the main design goal of Apache is not to be the "fastest" web server, Apache does have performance comparable to other "high-performance" web servers. Instead of implementing a single architecture, Apache provides a variety of MultiProcessing Modules (MPMs) which allow Apache to run in a process-based

Servlets:
It is a java program which run on the serve r. It is used to develop web application. Servlets are the server side components. Features of Servlet: 1. 2. 3. 4. 5. Efficiency Less expensive Portability Platform Independence Securable Types of Servlets: 1. Generic Servlet 2. Http Servlet

Life Cycle of the Servlet 1.Init()- It is called when the servlet is loaded. 2.Service()-It is automatically called by the server in response to a client request. 3.Destr0y-It is executed when the servlet is unloaded.

JSP(Java Server Pages): 1.It is like a normal html page for displaying dynamic data by using jsp elements. 2.It is an web page extends with the .jsp. 3. It is directory extension of the servlets. 4. By using jsp we can change look and feel of the web page at any time without recompilation and restarting the server. 4.Here the Presentation logic and business logic are separated. JSP Elements: 1. Scripting Elements a. Scriptlets b. Declarations c. Expressions 2. Directives a. Page directive b. Include directive c. Tag lib 3. Action Tags a. <jsp:include> b. <jsp:forward> c. <jsp:useBean> d. <jsp:setProperty> e. <jsp:getProperty> f. <jsp:param> g. <jsp:params> h. <jsp:plug-in> i. <jsp:fallback> JDBC: JDBC is nothing but Java DataBase Connection. JDBC is used to connect web applications or java program to Database like MA Access, Oracle,SQL Server etc. For connecting different types of databases there are four JDBC drivers. 1. 2. 3. 4. JDBC-ODBC Bridge driver(Bridge Driver). Native API partially Java driver(Native Driver). Net Protocal Pure Java driver(Middleware Driver) Native Protocal Pure Java driver(Min Driver)

There are 3 statements in JDBC 1.Statement 2.Prepared Statement 3.Callable Statement

HTML Hypertext Markup Language (HTML) is the predominant markup language for web pages. In between these tags web designers can add text, tables, images, etc.. What is HTML? HTML is a language for describing web pages.
y y y y

HTML stands for Hyper Text Markup Language HTML is not a programming language, it is a markup language A markup language is a set of markup tags HTML uses markup tags to describe web pages

HTML Tags HTML markup tags are usually called HTML tags
y y y y y

HTML tags are keywords surrounded by angle brackets like <html> HTML tags normally come in pairs like <b> and </b> The first tag in a pair is the start tag, the second tag is the end tag Start and end tags are also called opening tags and closing tags In between these tags web designers can add text, tables, images, etc..

You might also like