This module displays your binary team in a visual tree mode with clickable and searchable account view:
Working with Visual Binary Tree:
The page contains search bar for searching accounts in your downline and is carried out by name, ID or email.
By selecting an account from it, the tree unfolds itself to navigate your view to that account.
Clicking the avatar of an account from the tree opens up pop-up containing configurable list of properties from your compensation plan.
The color scheme of an account icons and a displayed properties of an account are both highly customizable and shall be setup during the first customization of the back office.
Configuration:
All of the settings can be customized either from admin panel by manualy editing code or from within the back office by pressing on a cog icon in a right upper corner of the page (only accessable when "Online office admin" flag is presented).
Props |
Example |
Type |
Description |
:tree-id= |
"0" |
Number |
Id of a marketing tree used to display downline |
:initial-fetch= |
"4" |
Number |
For how many levels a tree shall initially unfold |
:short-fetch= |
"1" |
Number |
How many levels shall unfold when pressed on > symbol near avatar |
:long-fetch= |
"5" |
Number |
How many levels shall unfold when pressed on >> symbol near avatar |
:upline-limit= |
"500" |
Number |
How many levels above |
:popup-properties= |
"['m.PV', 'm.Status']" |
String |
Array of properties displayed in pop-up when avatar being clicked |
:propeties= |
"['m.PV', 'm.Status']" |
String |
Array of properties displayed down under avatar |
:header-titles= |
"{'m.PV': 'Personal sales', 'm.Status': 'Account status'}" |
String |
Property names overwrite |
:frontline-tree-id - айди дерева фронтлайна на распределение |
"0" |
Number |
|
Dmitri K
Comments