Changes for page TradeJournal

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

From version 4.2
edited by Drunk Monkey
on 2020-05-12 06:39
Change comment: Updated application icon
To version 6.2
edited by Drunk Monkey
on 2024-09-27 08:21
Change comment: Updated application icon

Summary

Details

Page properties
Content
... ... @@ -4,16 +4,8 @@
4 4   'OpenDate': {"html":true},
5 5   'CloseDate': {"html":true},
6 6   'Entry': {},
7 - 'SL': {},
8 - 'TP1': {},
9 - 'TP2': {},
10 - 'TP3': {},
11 - 'TradeReason': {},
12 - 'doc.creator': {"link":"author"},
13 - 'doc.title': {"link":"view"},
14 - 'doc.name': {"link":"view"},
15 - 'doc.location': {"html":true},
16 - '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
7 + 'shortText': {},
8 + 'TradeAnalysis': {"filterable":false,"sortable":false,"html":true}
17 17  })
18 18  #set ($options = {
19 19   'className': 'TradeJournal.Code.TradeJournalClass',
... ... @@ -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'])
19 +#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis'])
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 _actions
1 +forexPair OpenDate CloseDate Entry shortText TradeAnalysis