Table of Contents

Prebuild front-end pages

Having a predefined business data model is even more interesting when you have some pre-build front-end pages to handle your data. You see in the following two default pages:

As a developer, look at these pages to have a reference for you future front-end development. You can click on the following images to have an enlarged preview.

 Customer List

 Contract List

How to customize existing front-end pages

Customizing the CONTRACT LIST PAGE

Contract list view can be customised:

 Contract List

Customizing the CUSTOMER DETAILS PAGE

From customer list page on click of particular customer system will redirect to the customer details page. Customer details page:

 Customer Details

CUSTOMISING TROUBLE

On click of troubles from the menu system will redirect to the troubles page.

Troubles add,edit view pages can be customised in /application/views/common/troubles/add.php file, controllers are managed in /application/common/Troubles.php and model database operation are handled in /application/models/Trouble.php file. Troubles add,edit page is the angular template which loads from /application/assets/js/angular/app.js file

 Trouble page