Business Process




Business Process

Business process within an organization falls into three levels.


  1. Strategic          - Responsible for long term processes
  2. Management   - Responsible for short term processes, such as 3 months or monthly
  3. Operational     - Responsible for day to day processes

ERP Software






About ERP Software .
  • Module based ERP software is the core of an ERP system.
  • Each software modules automates business activities of a functional area within an organization.
  • Common ERP software modules include product planning,part purchasing.inventory control,product distribution,order tracking,finance and accounting , HR aspects of an organization.
  • Ex : SAP

What is ERP System Concept ?


ERP System Concept Diagram

What is ERP System Concept ?

In front-office already there have a customers and back-office linked the suppliers.Central Database is major thing in ERP system concept.Other sub departments or applications directly connect in to the central db such as sales and distribution,service application,financial application,manufacturing application,inventory application,corporate reporting and HRM.




What is ERP System ?



What is a ERP system ?

ERP is a system which has its goal,components and boundary.

*Goal 
Is to improve and streamline internal business processes,which typically requires re-engineering of current business processes.

*Components
Common components of an information system.

*Boundary
Small than the boundary of the organization,that implements the ERP system

Enterprise Resource Planning (ERP)


Definition Enterprise Resource Planning (ERP) .
An Enterprise Resource Planning system is a fully integrated business management system covering functional areas of an enterprise like logistics,production,finance,accounting and human resource.
It organize and integrates operation processes and information flows to make to optimum use of resources such as men,material,money and machine

Is There Any Special Place to ' script ' Tag


Is There Any Special Place to <script> Tag.

Need to put scripts inside <head> or <body> elements.It is possible to use both places at one time.
Also one or more scripts may be inside <head> and <body>.

This example contains a scripts inside <body> tag.
Just Checkout - JSFiddle

Lets see how to put scripts inside <head> 
You can follow this example it has a button when it click function is invoke.That function is inside <head> element.
Just Checkout - JSFiddle

The power of JavaScript


The power of JavaScript.

Change HTML content.


JavaScript can change HTML content.When calling getElementById() .
This example will tell you how to find element using it's id and change HTML content.
Just checkout - JSFiddle

Change HTML attribute.
JavaScript can change HTML attributes of an element .This example change the src(source) of <img> element.
Just checkout - JSFiddle

Change HTML styles (CSS).
Find a HTML element and change styles.
Just checkot - JSFiddle

Hide HTML elements.
It can hide HTML element using style.display  .
Just checkout - JSFiddle

Show HTML elements.
Hidden elements can be show using JavaScript.
Just checkout - JSFiddle