Free Essay

Customer Track System

In:

Submitted By harmidhar
Words 1170
Pages 5
Title: human resource management system

Human Resource Management System is aimed to integrate the activities of Human Resource Department. The Human Resource Management System maintains the following core activities and core processes,

Personal Information Management

Personal Training Management

Recruitment Process Management

Project Management

The company can post a job, as well as the candidate can post his resume. This application makes the searching process more efficient. This application provides global service, so that anybody around the world can access the information. The candidate any where in the world can get to know about the job openings, this provides online information on job posting and job searching. This application helps the company helps to place qualified and eligible candidates.

Any company can put their advertisement in this site, so that they improve their sales and viewers will get more information about the company. They will be charged to put their advertisements.

What is JAVA ?

Java is an entire programming language resembling C or C++. It takes a sophisticated programmer to create Java code. And it requires a sophisticated programmer to maintain it. With Java, you can create complete applications. Or you can attach a small group of instructions, a Java "applet" that improves your basic HTML. A Java Applet can also cause text to change color when you roll over it. A game, a calendar, a scrolling text banner can all be created with Java Applets. There are sometimes compatibility problems between Java and various browsers, operating systems or computers, and if not written correctly, it can be slow to load. Java is a powerful programming language with excellent security, but you need to be aware of the tradeoffs.

What is JSP ?

Short for Java Server Page. A server-side technology, Java Server Pages are an extension to the Java servlet technology that was developed by Sun. JSPs have dynamic scripting capability that works in tandem with HTML code, separating the page logic from the static elements -- the actual design and display of the page -- to help make the HTML more functional(i.e. dynamic database queries). A JSP is translated into Java servlet before being run, and it processes HTTP requests and generates responses like any servlet. However, JSP technology provides a more convenient way to code a servlet. Translation occurs the first time the application is run. A JSP translator is triggered by the .jsp file name extension in a URL. JSPs are fully interoperable with servlets. You can include output from a servlet or forward the output to a servlet, and a servlet can include output from a JSP or forward output to a JSP. JSPs are not restricted to any specific platform or server. It was orignially created as an alternative to Microsoft's ASPs (Active Server Pages). Recently, however, Microsoft has countered JSP technology with its own ASP.NET, part of the .NET initiative.

What is JavaScript ?

When new technologies start, they sometimes acquire names that will be confusing in the future. That's the case with JavaScript. JavaScript is not 'Java'. JavaScript is a simple programming language that was developed by Netscape that writes commands to your browser when the HTML page is loaded. Note: you can have compatibility issues with Java Script, especially in newer versions of Browsers.

What is Java:

Java is a simple, distributed object oriented programming language which provides the security, High performance, robustness.

Java is a portable and Architectural neutral language which can be Interpreted.

Java is multithreaded and Dynamic language.

About Java:

Java is a Programming language originally developed by James Gosling at Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java Platform. The language derives much of its Syntax from c and C++ but has a simpler object Model and fewer low-level facilities. Java applications are typically compiled to bytecode(class file) that can run on any Java Virtual machine (JVM) regardless of computer architecture.

Why Software Developers Choose Java:

Java with its versatilty, efficiency, and portability, Java has become invaluable to developers by enabling them to:

• Write software on one platform and run it on virtually any other platform

• Create programs to run within a Web browser and Web services

• Develop server-side applications for online forums, stores, polls, HTML forms processing, and more

• Combine applications or services using the Java language to create highly customized applications or services

• Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any other device with a digital heartbeat.

Goals in creation of Java:

There were five primary goals in the creation of the Java language

1. It should be "simple, object oriented".

2. It should be "robust and secure".

3. It should be "architecture neutral and portable".

4. It should execute with "high performance".

5. It should be "interpreted, threaded, and dynamic".

Architecture of Java:

Java's architecture arises out of four distinct but interrelated technologies:

• The Java programming language

• The Java class file format

• The Java Application Programming Interface

• The Java virtual machine

When you write and run a Java program, you are tapping the power of these four technologies. You express the program in source files written in the Java programming language, compile the source to Java class files, and run the class files on a Java virtual machine. When you write your program, you access system resources (such as I/O, for example) by calling methods in the classes that implement the Java Application Programming Interface, or Java API. As your program runs, it fulfills your program's Java API calls by invoking methods in class files that implement the Java API.

The Java Virtual Machine

At the heart of Java's network-orientation is the Java virtual machine, which supports all three prongs of Java's network-oriented architecture: platform independence, security, and network-mobility.

A Java virtual machine's main job is to load class files and execute the bytecodes they contain. As you can see in Figure 1-3, the Java virtual machine contains a class loader, which loads class files from both the program and the Java API. Only those class files from the Java API that are actually needed by a running program are loaded into the virtual machine. The bytecodes are executed in an execution engine.

Coding standard

Java suggests set of coding standard to follow while writing java program. Coding standard helps author as well as others to better understand program. It reduce amount of debugging time considerably. Basically coding standard suggests how to name class, methods variables of different scope, package etc.

Writing a Java program

In the Java programming language, all source code is first written in plain text files ending with the .java extension. Those source files are then compiled into .class files by the javac compiler. A .class file does not contain code that is native to your processor; it instead contains bytecodes — the machine language of the Java Virtual Machine1 (Java VM). The java launcher tool then runs your application with an instance of the Java Virtual Machine.

Similar Documents

Premium Essay

Information Use Paper

...organization uses to be safe. Information technology has become a vital and integral part of organization today. Multinational Corporation maintains mainstream mainframe systems to small businesses that hold single computer in role play ("Information Technology & Its Role of Modern Organization", 2012).  Information system managements empower organization to perpetually store and receive data. The system is use to for storing product and customer information for businesses. System varies by the size of the organization. These systems make life easier, organization moves at a faster pace, and makes business are more structured. Types of systems are customer information system, product information system, and employee information system. Customer information system is imperative to organization keeping track of customer is vital to organization success. Company stores customer information for marketing purposes email addresses, mailing addresses, and phone numbers to inform customer of a new product line. Organization keep track of customer spending and knows what target market spends the most money. Customer database is unnecessary for small business, most small businesses keep track on order-by-order basis (Types of Information Systems in a Business Organization, 2012). Product information system is significant to organization for...

Words: 812 - Pages: 4

Premium Essay

Project Plan

...hedging strategies and capitalize on market opportunities. ii. Organization Atlas Financial is your typical hierarchical organization in that it has a chief executive officer, other executive officers, a board of directors, and other managers down the line. iii. Revenues Atlas Financial reported $2.9 billion in total gross revenue for the 2009 calendar year. iv. Expenses In 2009, Atlas Financial reported total expenses of $1.26 billion. Of that $1.26 billion, $1.23 million was spent on communication and technology. These expenses were incurred to purchase, lease, use and maintain the technology-related hardware, software and communication systems used to operate the business. They also include expenses incurred to make network and data connections to market platforms, clients or other clearing agents, fees paid for...

Words: 2215 - Pages: 9

Free Essay

Management

...Recommendations 8 6.1. System/Software design 8 6.1.1. Final Functional Specification (use case and activity diagrams) 8 6.1.2. Final Sequence Diagrams 8 6.1.3. Final E-R Diagram 9 6.1.3.1. Final SQL Table definitions View/Report based on SQL queries 9 6.1.3.2. Class Diagram 9 1. Executive Summary Mary and Howard have started a small family based retail store chain with three stores chain, Evergreen Recreations in 1952. Currently their son Mike together with his wife Genie manages the three stores located at ABRA, BABRA, and CABRA cities spread over 60 miles periphery. They manage the whole family business using the old-fashioned paper-and-pencil based system for sales and inventory, like their parents. They have started feeling limitation while managing the three stores using an age old system to keep their records. Mike and Genie approached Infinity group, a highly reputed Information system design firm with an objective to build them a Modern Information system for their stores. Some of the items that were there in Mike’s and Genie’s must-have list is, to have a software system which can single handily help them with their customers, products, vendors as well as their employees. They also want an inbuilt rewards program through which they can collect data on their sales and explore meaningful information out of it. After fully evaluating their problems and needs, Infinity group proposed to create Evergreen 360TM system. It is a fully integrated...

Words: 1497 - Pages: 6

Premium Essay

It Strategic Plan

...business environment. Due to slow economy, growth has been stagnant. John, the president of the company, would like to see growth at 5% per year. He would also like to see expenses cut by 5% to help fund new initiatives. Current revenue is about $39 million a year with profit running at 4%. 2. Business Strategic Objectives- A. Provide warehousing services for customers who want to reduce delivery time to their customers by having product available locally. a. Make sure local distribution is available for customers B. Improve the percent of loaded mile in their fleet to reduce costs by coordinating the pickup and delivery of freight at the same time in the same geographic area b. Increase delivery time c. Increase shipments into and out of the terminals as quickly as possible C. Track the whereabouts of freight both in the terminals and on the trucks to provide customers with accurate delivery dates and times. d. Decreased time of grouping shipments e. Eliminate the challenge for pickups f. Aware of space availability on the trucks D. Track the number of hours per day for each driver (or max per week, etc.) to be compliant...

Words: 3703 - Pages: 15

Premium Essay

Kudler Food Program

...Project Scope The scope of the FSP project includes all: * Hardware * Software * Infrastructure * Network Components * Documentation * Training Frequent Shopper Project Stakeholders The Project Management Institute’s (PMI®) Guide to the Project Management Body of Knowledge (PMBOK Guide®) expands this definition to include anyone who, “… is actively involved in the project, or whose interests may be positively or negatively affected by execution or completion of the project.” A logical first step to identifying project stakeholders is to look at possible stakeholder groups. In general, these can be sorted into three levels: Level 1 - Stakeholders within the project organization: Senior Management, Sponsor, Customer, Users The level one stakeholder defines the need and requirements for the project, and controls the traditional project constraints of cost, time, and scope (the “triple constraints”). This includes the organization senior management, the sponsor, and possibly others who, by their position, may influence the project. Senior managers approve and contribute resources to the project, and/or may be users of the outcome of the project. It is in effect senior management’s project, and they define the product to be produced. Level 2 - Stakeholders within the project: Project Manager, Core Team Members, Vendors and Suppliers, Support Staff At the second level are the project manager and team, and any others operating within the project’s...

Words: 4256 - Pages: 18

Premium Essay

Information Systems Proposal

...Information Systems Proposal Daniel Metzgar BIS220 June 20, 2011 Bud Stinson TABLE OF CONTENTS Title 1 Table of Contents 2 Abstract 3 Data Information Systems 3 Introduction 3 Executive Dashboard ______________________________________________________________ 3 Transaction Processing System ______________________________________________________ 4 Office Automation System _________________________________________________________ 4 Image 1.1 _______________________________________________________________________ 3 Table 1.1 5 Summary of Findings 5 References 7 Abstract Information systems is a vital part of a business plan. The key is to find the right information for our company. The three informaton systems we will discuss are the Executive Dashboard, Transaction Processing Systems and Office Automation Systems. Each of these systems have a distinct purpose and some are better suited for our needs than others. An executive dashboard can help us determine how sales are doing for our company. A transaction processing system will allow us to complete sales for our customers in a more efficient manner. An office automation system can be used to create any reports we may need to track finances and create invoices for our customers. The information here will help determine which is best suited...

Words: 940 - Pages: 4

Premium Essay

Information System

...Information Systems Proposal Diana Kobiel BIS/220 Information Systems Proposal In order to start our nostalgic record store off on the right foot, we need to consider purchasing information technology for the business. Information technology will help us track our inventory, payroll, sales, accept credit cards and keep track of customers. There are at least five different types of information systems we need to consider. These five systems are as follows (Rainer Jr. & Cegielski, 2011): 1. Transaction processing system-a point of sale terminal that checks out customers in an automated fashion. 2. Functional area IS-for human resources, this will allow us to automate the payroll process, keep track of employee time and employee information such as hire date, tax rates etc. 3. Management information system-for inventory, this will allow us to track inventory from purchasing to sale, including information on purchase price, sale price and profit margin. 4. E-commerce system-this will allow us to put our store on the web and market and sell our product electronically. 5. Enterprise resource planning-this will integrate all the functional areas of our business into one database. All of these information systems have their benefits and drawbacks. I think the five systems listed above will work well for our company. Our company will be customer oriented and inventory driven. This is why I think we need a point of sale system. A point of sale system will allow...

Words: 589 - Pages: 3

Premium Essay

Riordan Raw Material and Final Product Erp System

...Riordan Raw Material and Final Product ERP System Gerald Anderson, Henry Perkins, Kenneth Nelson CIS\207 May 18, 2015 Pat Sullivan Riordan Raw Material and Final Product ERP System It has been requested by Riordan to create an Enterprise Resource Planning (ERP) system to track raw materials and finished products across all their plants. Riordan has previously implemented a standard set of procedures to ensure each plant is managing the resources and products inventories appropriately. Currently their raw materials and finished products are manually entered by an inventory clerk into systems at each plant. The new ERP would integrate with the current inventory systems or replace the current inventory systems to provide a global view of resources and finished products. This would allow Riordan to have a global view of resources and product completion without manually requesting information from each individual plant. If a system replacement is selected, it should provide the ability to enter resources, sub assembly products, final products, customer orders and billing information. Whether integration or a replacement solution is selected, it would need to provide the ability to produce analytical reports to assist Riordan with raw material usage, final product completion and sales analysis. To accomplish these needs, the system will need to have the ability to tie raw materials to products and sales. This will require each system to have a key unique element to accomplish...

Words: 1639 - Pages: 7

Premium Essay

Ups Information System

...Case summary: UPS has created its own information system with Delivery Information Acquisition Device (DIAD) and Web-based Post-Sales Order Management System (OMS) globally by using developed information technology. These special systems help the company to reduce the cost of transaction greatly. By building its efficient order information management system, UPS can make optimal routing strategy, place orders online, and track shipments to meet customer needs. These information systems guarantee the possibility of two-day delivery nationwide as well as lower warehousing and inventory costs for the company. Questions: 1. What are the inputs, processing and outputs of UPS’s package tracking system? Inputs: the inputs include package information, customer signatures, pickups, delivery and timecard information, and locations on each route. Processing: in the process of transactions, the data is transmitted to the information center and stored for retrieval. During the whole process, the data of shipped packages is available to be checked by drivers and tracked by customers. Outputs: mostly the same data as the inputs, including pickups, delivery times, locations of routes and package recipients. In addition, the outputs also include calculations of shipping rates to enable UPS customers to embed UPS functions, such as cost calculations, to their own websites. 2. What technologies are used by UPS? How are these technologies related to UPS’s business strategy? Technologies include...

Words: 494 - Pages: 2

Free Essay

Kudler

...The system will keep track of important customer information that will help improve Kudler’s customer relations, store locations, inventory, employees, supply orders, and items prices. Kudler fin foods will keep records such as customer names, address, email address, credit card, birthdays, and purchases. Keeping information like birthdays and anniversaries will allow Riordan to send certain promotions and coupons to customer around the special days in their lives. Keeping track of purchases will make returns easy for people who lose their receipt or want to make a return to a different store location. The store will know what payment method was use for each purchase and what items were bought from each location also. Each store will be identified by a store number. The store number will let each store know the store’s address, number, and manager’s name. The system will track ever sold and returned item. This will minimize having too much of certain items and not enough of others. Kudler will be able to easily know what items are popular for each location. Keeping track of supplies ordered and when to order them will go through the system. The system will track everything with bar codes. Bar codes will identify each item and their prices. Every item that has warranties will be in the system. All employees will have an employee number that will give them certain permission according to their job. The employee number will also keep track of each employee’s hours, pay rate...

Words: 259 - Pages: 2

Free Essay

Itec630Midterm

...---------------------------------------------------------------------------------------------------------- Honor Pledge This exam is my own work. I received no assistance from any other individual, commercial entity, or unauthorized source. Suspected violations of the academic integrity policy of the University of Maryland University College will be processed in accordance to the Procedures for Handling Charges of Alleged Academic Dishonesty outlined in Policy 150.25 - Academic Dishonesty and Plagiarism (http://www.umuc.edu/policy/aa15025.shtml). In typing my name following the word 'Signature', I intend that this certification will have the same authority and authenticity as a document executed with my hand-written signature. ITEC 630- Information Systems Analysis, Modeling, and Design This is an open-book, individual examination. You are only allowed to use your textbook and information posted in our classroom. Please do not use any other sources that are not listed in our classroom. For example, you can refer to our class discussion notes and all links posted in the lecture notes but you should not search the Web for information to solve exam questions. You must do your own work and you may not collaborate with your classmates. Answer the questions succinctly and clearly, explain your answer, and show your work. Answers, even if right but without an explanation, will get no credit. The explanations need to be brief, but complete, logical, and to the point. Do not quote anybody else...

Words: 2365 - Pages: 10

Free Essay

Bsa375 Sr-Kf-013 Week 5

...enhanced information management by tracking customer-purchasing trends. This request is in an effort to boost revenue, increase loyalty, and maximize profitability of KFF’s consumers. Providing a loyalty points system to offer incentives for customer loyalty can be an effective way to collect valuable customer data including future purchasing needs Scope The scope of the project itself will include developing methods to track and analyze customer purchases, collect customer information, reward customers for their loyalty to Kudler, as well as determine a process to base inventory decisions on customer purchase data. These types of systems are very common in most grocery store chains around the world offering discounts on in store products, however KFF is determined to cater to the demographic of their shoppers by taking this program a step further. The system specific to KFF needs, includes a reward points system designed to provide the customer exclusive offers on both in store products and with third party partners. This system will be designed to store customer data while providing reward points to be used for purchases both in-store and with third party partners. Reward points will be redeemable for fine foods, first class airline upgrades, high end gifts, and other items and bonuses of that nature. Points will be rewarded in increments based on money spent on purchases within the store in which the customer provides a reward card or number to reference...

Words: 3481 - Pages: 14

Free Essay

Point of Sales

...POS (Point-of-Sale) System Kenyatta O'Neal CIS/207 December 8, 2013 Karen Miles POS (Point-of-Sale) System The POS system or Point-of-Sales was initially started in 1879, when James Ritty came up with the idea of a cash register that records the daily sales to address the issue of dishonest employees who frequently pocketed money from the customer instead of depositing it. Plenty of enhancements were made over the years to the cash registers until the early 1970s. This was the year the first computer driven cash registers were displayed. They were basically a mainframe computer packaged as a store controller that could control certain registers. At this point peer-to-peer communication, Local Area Network (LAN) backups, remote initialization, and utilize client-server technology was used. Retail software based on PC technology was mainstream in the retail business by the late 1980s. An integrated POS system of today allows retailers to operate every outlet of their business, because they are faster, more secure, and more reliable than their predecessors. These POS systems can help reduce paperwork, track inventory, and market to the customers through one easy to use process. Information is contained in one database, making it easy to search for any portion of information and connect it to others through reports and it also makes more time for business owners to manage their businesses rather than being tied up with details. POS systems are designed to minimize the time...

Words: 797 - Pages: 4

Free Essay

Hardware Software

...Dell Computers running Windows XP. We have about thirty computers in the warehouse and offices. We use Telzall scanning devices to scan and keep track of all merchandise in the warehouse. Without the proper hardware and software tools, the job of keeping track of tens of thousands of products would be a much more time consuming, and need many more employees to accomplish correctly . Hardware and Software The software we use here at D & G Inc. is the most important part of smooth operations. The software we use was created for us at D & G Inc. The system is called SMART it connects all of our databases together. The SMART system makes easy access to any database through, one of the dell computers or through the handheld Telzall scanners. The SMART system runs the time clocks to keep track of all employee hours. First you scan in your ID badge in to the time clock provided on the wall next to all exits. Once you are scanned in to the SMART system you are allowed to log in to the database and access information you need to preform your job duties. The sales department uses the Dell computers to access the internet to receive emails from the online stores of what products have been ordered then interred into the customer database and the invoice sales database . That is where we keep track of all online store invoices and customer information like name ,address, phone...

Words: 708 - Pages: 3

Premium Essay

Iphone Becomes Itrack

...send or receive E-mails, listen to music, play games, take pictures, etc. The functions of today’s smart-phone are unbelievable and amazing that almost everyone use smart-phones because of the convenience. People can also use smart-phone as basic camera, video and music player which invisibly saved people’s money. In addition, the true value of smart-phones is more than these. There are two most popular operating system using in smart-phones which are Apple’s iOS and Google’s Android. Based on these two major operating system, customers could download and run thousands of applications on their smart-phones. Apple, for example, added software to its products as extra value to make profit from customers. “Users spent $10 billion last year in the App Store, with $1 billion coming in December alone.” (Brustein, J, 2014). Customers are willing to pay the applications on App Store; however, they have no idea that the company is tracking their locations, habits, and friends. Allegation of Fact Apple has a big database to collect big data from all of its customers. When customers run an application, the tracking technology hiding in the software can automatically detect their whereabouts back to the Apple’s database though the Internet. The official statement of Apple and Google is that...

Words: 2213 - Pages: 9