First steps

Welcome to the Nios4 developer site. On this page we will see step by step how to create a management system (or ERP) starting from scratch. In this way you will acquire the basics behind the platform.

You can deepen the concepts through, the guide, the videos and the examples or by writing to us for more detailed information on the following link

Let's begin

Let's start by installing and configuring Nios4 on your pc.

Let's add an empty database that will be used to build our ERP.

Let's create the tables that contain the data and that will give a purpose to our management system. In this case we will do a very simple order management.

Let's begin to enter our data by creating sections of the program to be able to access our tables.

Let's give our tables a job by telling them if they will be normal personal data or collect data from multiple sources.

Let's create the fields that will allow us to read the data from one table and write it inside another.

Let's rearrange our fields on the data form to make them more functional.

Let's teach management how to automatically perform calculations on field values.

Let's create the first print to see how the program reasons.