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

Both sides previous revision Previous revision
wmanager:default_bsn_pages [2018/04/18 15:24]
Gianluca Pelliccioli
wmanager:default_bsn_pages [2018/05/13 19:45] (current)
Gianluca Pelliccioli
Line 17: Line 17:
  
 {{:wmanager:contract_list.png?400 | Contract 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/default_bsn_pages.1524065099.txt.gz ยท Last modified: 2018/04/18 15:24 by Gianluca Pelliccioli