User Tools

Site Tools


wmanager:default_bsn_pages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
wmanager:default_bsn_pages [2018/04/18 15:16]
Gianluca Pelliccioli created
wmanager:default_bsn_pages [2018/05/13 19:45] (current)
Gianluca Pelliccioli
Line 1: Line 1:
-===== Prebuild front-end pages =====+====== 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. Having a predefined business data model is even more interesting when you have some pre-build front-end pages to handle your data.
Line 8: Line 8:
  
 As a developer, look at these pages to have a reference for you future front-end development. 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.
 +
 +
 +
 +
 +{{:wmanager:customer_list.png?400 | Customer List}}
 +
 +
 +{{:wmanager:contract_list.png?400 | Contract List}}
 +
 +====== How to customize existing front-end pages ======
 +
 +
 +
 +
 +
 +
 +
 +
 +
 +==== Customizing the CONTRACT LIST PAGE ====
 +
 +
 +Contract list view can be customised:
 +   * Views  **/application/views/common/be/list.php**, 
 +   * Controller  **/application/controllers/common/Businessentities.php** 
 +   * Model for database operation can be handle in **/application/models/Be.php**
 +
 +{{:wmanager:contract_list.png?400 | 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:
 +   * View can be customised in **/application/views/common/accounts/detail.php**, 
 +   * Controller logic are handled in **/application/controllers/common/Accounts** 
 +   * Models database operations are managed in **/application/models/Accounts.php**
 +
 +{{:wmanager:customer_details.png?400 | 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
 +
 +{{:wmanager:trouble_page.png?400 | Trouble page}} 
  
  
  
  
-{{:wmanager:customer_list.png?200 | Customer List}} 
  
  
  
-{{:wmanager:contract_list.png?200 | Contract List}} 
wmanager/default_bsn_pages.1524064598.txt.gz ยท Last modified: 2018/04/18 15:16 by Gianluca Pelliccioli