Changes for page TradeJournal


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