Changes for page TradeJournal

Last modified by Drunk Monkey on 2024-09-27 08:27

From version 3.1
edited by Drunk Monkey
on 2020-05-12 06:32
Change comment: Update LiveTable
To version 5.1
edited by Drunk Monkey
on 2021-08-09 07:27
Change comment: Update LiveTable

Summary

Details

Page properties
Content
... ... @@ -9,7 +9,10 @@
9 9   'TP2': {},
10 10   'TP3': {},
11 11   'TradeReason': {},
12 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
12 + 'doc.title': {"link":"view"},
13 + 'doc.name': {"link":"view"},
14 + 'doc.location': {"html":true},
15 + 'shortText': {}
13 13  })
14 14  #set ($options = {
15 15   'className': 'TradeJournal.Code.TradeJournalClass',
... ... @@ -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'])
26 +#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', 'doc.title', 'doc.name', 'doc.location', 'shortText'])
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.title doc.name doc.location shortText
Description
... ... @@ -1,18 +1,15 @@
1 -**Mandatory**
2 -
1 +{{container layoutStyle="columns"}}
2 +(((**Mandatory**
3 3  * Pair
4 4  * Open
5 5  * Close
6 6  * Entry
7 7  * SL
8 -* TP1
9 -
10 -**Optional**
11 -
8 +* TP1)))
9 +(((**Optional**
12 12  * TP2
13 -* TP3
14 -
15 -**Recommended**
16 -
11 +* TP3)))
12 +(((**Recommended**
17 17  * Reason
18 -* Analysis
14 +* Analysis)))
15 +{{/container}}