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
Next revision
Previous revision
wmanager:default_bsn_pages [2018/04/18 15:21]
Gianluca Pelliccioli
wmanager:default_bsn_pages [2018/05/13 19:45] (current)
Gianluca Pelliccioli
Line 16: Line 16:
  
  
 +{{: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}} {{:wmanager:contract_list.png?400 | Contract List}}
  
  
-Techichal hint 
  
-<code> +==== Customizing the CUSTOMER DETAILS PAGE ==== 
-Contract list view can be customise in the **/application/views/common/be/list.php**, controller for managing the logic can be handle in **/application/controllers/common/Businessentities.php** and model for database operation can be handle in **/application/models/Be.php** + 
-</code>+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.1524064863.txt.gz · Last modified: 2018/04/18 15:21 by Gianluca Pelliccioli