This shows you the differences between two versions of the page.
| 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 17: | Line 17: | ||
| {{: | {{: | ||
| + | |||
| + | ====== How to customize existing front-end pages ====== | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | ==== Customizing the CONTRACT LIST PAGE ==== | ||
| + | |||
| + | |||
| + | Contract list view can be customised: | ||
| + | * Views **/ | ||
| + | * Controller | ||
| + | * Model for database operation can be handle in **/ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | |||
| + | ==== 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 **/ | ||
| + | * Controller logic are handled in **/ | ||
| + | * Models database operations are managed in **/ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| + | ==== 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 **/ | ||
| + | Troubles add,edit page is the angular template which loads from **/ | ||
| + | |||
| + | {{: | ||
| + | |||
| + | |||
| - | ==== Techichal hint ==== | ||
| - | < | ||
| - | Contract list view can be customised in the **/ | ||
| - | controller for managing the logic can be handle in **/ | ||
| - | and model for database operation can be handle in **/ | ||
| - | </ | ||