Changes for page TradeJournal


on 2020-05-12 06:39
Summary
Details
- Page properties
-
- Content
-
... ... @@ -9,10 +9,6 @@ 9 9 'TP2': {}, 10 10 'TP3': {}, 11 11 'TradeReason': {}, 12 - 'doc.creator': {"link":"author"}, 13 - 'doc.title': {"link":"view"}, 14 - 'doc.name': {"link":"view"}, 15 - 'doc.location': {"html":true}, 16 16 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} 17 17 }) 18 18 #set ($options = { ... ... @@ -24,6 +24,6 @@ 24 24 'selectedColumn': 'forexPair', 25 25 'defaultOrder': 'asc' 26 26 }) 27 -#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', ' doc.creator', 'doc.title', 'doc.name', 'doc.location', '_actions'])23 +#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', '_actions']) 28 28 #livetable('tradejournal' $columns $columnsProperties $options) 29 29 {{/velocity}}
- AppWithinMinutes.LiveTableClass[0]
-
- Live Table Columns
-
... ... @@ -1,1 +1,1 @@ 1 -forexPair OpenDate CloseDate Entry SL TP1 TP2 TP3 TradeReason doc.creator doc.title doc.name doc.location_actions1 +forexPair OpenDate CloseDate Entry SL TP1 TP2 TP3 TradeReason _actions - Description
-
... ... @@ -1,15 +1,18 @@ 1 - {{container layoutStyle="columns"}}2 - (((**Mandatory**1 +**Mandatory** 2 + 3 3 * Pair 4 4 * Open 5 5 * Close 6 6 * Entry 7 7 * SL 8 -* TP1))) 9 -(((**Optional** 8 +* TP1 9 + 10 +**Optional** 11 + 10 10 * TP2 11 -* TP3))) 12 -(((**Recommended** 13 +* TP3 14 + 15 +**Recommended** 16 + 13 13 * Reason 14 -* Analysis))) 15 -{{/container}} 18 +* Analysis