Thursday, August 28, 2014

Step by Step Making Management System Software

If you work as a programmer in a company, then you probably got a task to make a Management system software for your company. In some company, we will do this task as a team with our co-workers, but sometimes we must do it alone. A company that really want to press their budget usually do this, just like my company. And here, in Indonesia, almost every companies that hire a programmer do this. For you that got a task like this and don't know how to start, here are step by step to do it :

Analyze The Problem

If we work as a team, this work is actually for Systems Analyst. We must analyze the problems that happen in our company mangement systems. Find every problems that exist and try to solve it. After we found the problems, we must specify everything that we need to solve this problem. We must define the technology that we will use. Define what database system we must use. Define the flows from the systems. We can define it by create flowcharts or diagrams.




Database Design

After analyze the problem, now we know what technology that we will use. For database, we can choose what we will use. Is mySQL, Firebird, Oracle, or another database system. Make a list for tables that we need for systems. For example, if we want to make Payroll system, define all data that we need for this system. Specify the relation between tables if it needed.


Make Interface

Create program interface for software that we will build. Make this interface is easy to use for our users.

Coding

Now it's time to write code for our Management System Software. Don't forget to make documentations. These documentations will very helpfull for us if one time we want to make changes on our system.

That's all Step by step Making Management System Software from me. If you have another opinions or you have an experience making it, let me know it.