erp implementation

32
ERP IMPEMENTATION FOR DULUX Presented by Farouq Umar Idris

Upload: farouq-umar

Post on 12-Jun-2015

153 views

Category:

Education


3 download

DESCRIPTION

ERP IMPLEMENTATION

TRANSCRIPT

Page 1: ERP IMPLEMENTATION

ERP IMPEMENTATION FOR DULUX

Presented by Farouq Umar Idris

Page 2: ERP IMPLEMENTATION

Management information system

Definition; An MIS is a computerized information-processing system designed to support the activities and functions of company management.

Page 3: ERP IMPLEMENTATION

Transaction Processing System (TPS)

A computerized system that performs and records daily routine transactions necessary to the conduct of the business TPSs are information systems that process data resulting from the occurrence of business transactions. �STAGES OF TRANSACTION PROCESSING Data Entry Processing Database Maintenance Document and Report Generation Inquiry Processing

Page 4: ERP IMPLEMENTATION
Page 5: ERP IMPLEMENTATION

Office Automation System

It provides information for managing an organization Extract and summarize data from TPSs Allow managers to monitor & direct the organization Provide accurate feedback Provide pre-specified reports on a scheduled basis Top managers make strategic decisions Middle managers make tactical decisions Line managers make operations decisions Knowledge workers create and integrate knowledge Clerical workers use and manipulate information

Page 6: ERP IMPLEMENTATION

Decision support system (DSS)

an interactive information system that provides information, models, and data manipulation tools to help make decisions in semi-structured and unstructured situations

Support analytical work Simulation and Optimization Simulation model – calculates the simulated

outcome of tentative decisions and assumptions Optimization model – determine optimal

decisions based on criteria supplied by the user, mathematical search techniques, and constraints

Page 7: ERP IMPLEMENTATION

Company structure

Page 8: ERP IMPLEMENTATION

System development life cycle (SDLC)

The systems development life cycle (SDLC) is a conceptual model used in project management that describes the stages involved in an information system development project, from an initial planning phase through maintenance of the completed application.

Page 9: ERP IMPLEMENTATION
Page 10: ERP IMPLEMENTATION

Planning phase

Review project requests Prioritize project request Allocate resources Identify team

Page 11: ERP IMPLEMENTATION

Analysis

Conduct investigation Study current system Requirement gathering Recommend solution

Page 12: ERP IMPLEMENTATION

Cont’d

Data handling was done in such a way that files were stored randomly

Registration forms have too many unnecessary details to be filled

Manual entry and storage of data in the database

On their server computer where they store the entire database, everyone in the department have access to it.

They don’t have a database administrator personnel

Page 13: ERP IMPLEMENTATION

Cont’d

The top management are complaining about staff leaving their posts without any important reason.

The network the company operates on is an open network which can be accessed by competitors or hackers

No specific database for new and existing customers

Page 14: ERP IMPLEMENTATION

Cont’d

Call logs are done manually which leads to loss of records

Response to customer is too slow

For the HR department, they lack a unified system, that would incorporate all their functions and processes

there were so many front and back end systems running separately

Page 15: ERP IMPLEMENTATION

Proposed new system

Assign a database administrator The implementation of customer ID to

automatically update customer details. Install RFID system for marking

attendance and monitoring where about of the employees.

A chat application within the ERP VPN for security reasons on the internet. Use of CRM

Page 16: ERP IMPLEMENTATION

Design phase

Acquire hardware and software Develop details of system

Page 17: ERP IMPLEMENTATION

The goal of the ERP

Reduction of inventory Reduction of reorder cycle by updating

records of existing customers Capture sales data and with this they will

know what product sells most Improving customer service & of course

reduce paper work

Page 18: ERP IMPLEMENTATION

Cont’d

Page 19: ERP IMPLEMENTATION

TRANSACTION TABLE

FIELD NAME DATA TYPE DESCRIPTION

TRAN_ID NUMBER PRIMARY KEY

ITEM_ID NUMBER FOREIGN KEY

CUSTOMER_ID NUMBER FOREIGN KEY

ORDER_ID NUMBER FOREIGN KEY

Page 20: ERP IMPLEMENTATION

STAFF TABLE

FIELD NAME DATA TYPE DESCRIPTION

STAFF_ID NUMBER PRIMARY KEY

GENDER TEXT -

STAFFNAME TEXT -

ADDRESS TEXT -

PHONE NUMBER NUMBER  

Page 21: ERP IMPLEMENTATION

WAREHOUSE TABLE

FIELD NAME DATA TYPE DESCRIPTION

WH_ID NUMBER PRIMARY KEY

ITEM_ID NUMBER FOREIGN KEY

ITEM TEXT -

QUANTITY NUMBER -

STATUS TEXT -

Page 22: ERP IMPLEMENTATION

ORDER TABLE

FIELD NAME DATA TYPE DESCRIPTION

ORDER_NO NUMBER PRIMARY KEY

ITEM_ID NUMBER FOREIGN KEY

QUANTITY NUMBER -

CUSTOMER_NAME TEXT -

CUSTOMER_ID NUMBER FOREIGN KEY

TRANS_TYPE TEXT -

DATE DATE/TIME -

Page 23: ERP IMPLEMENTATION

CUSTOMER CARE TABLE

FIELD NAME DATA TYPE DESCRIPTION

INCOMING NUMBER -

OUTGOING NUMBER -

PHONE_NO NUMBER -

DATE DATE/TIME -

CUSTOMER_NAME TEXT -

Page 24: ERP IMPLEMENTATION

SALARY TABLE

FIELD NAME DATA TYPE DESCRIPTION

ID NUMBER PRIMARY KEY

STAFF_NAME TEXT -

AMOUNT NUMBER -

DEPARTMENT TEXT -

STAFF_ID NUMBER FOREIGN KEY

Page 25: ERP IMPLEMENTATION

ADMIN TABLE

FIELD NAME DATA TYPE DESCRIPTION

ID NUMBER PRIMARY KEY

CUSTOMER_ID NUMBER FOREIGN KEY

TRAN_ID NUMBER FOREIGN KEY

ITEM_ID NUMBER FOREIGN KEY

ORDER_ID NUMBER FOREIGN KEY

Page 26: ERP IMPLEMENTATION
Page 27: ERP IMPLEMENTATION
Page 28: ERP IMPLEMENTATION

Transaction table

Page 29: ERP IMPLEMENTATION

Relationships

Page 30: ERP IMPLEMENTATION

Implementation

Develop program Install & test new system Train users Convert to new system

Page 31: ERP IMPLEMENTATION

Support/Maintenance

Conduct post-implementation system review

Identify errors & enhancement Monitor system performance

Page 32: ERP IMPLEMENTATION

GANTT CHART