| ... |
... |
@@ -4,8 +4,15 @@ |
| 4 |
4 |
'OpenDate': {"html":true}, |
| 5 |
5 |
'CloseDate': {"html":true}, |
| 6 |
6 |
'Entry': {}, |
| 7 |
|
- 'shortText': {}, |
| 8 |
|
- 'TradeAnalysis': {"filterable":false,"sortable":false,"html":true} |
|
7 |
+ 'SL': {}, |
|
8 |
+ 'TP1': {}, |
|
9 |
+ 'TP2': {}, |
|
10 |
+ 'TP3': {}, |
|
11 |
+ 'TradeReason': {}, |
|
12 |
+ 'doc.title': {"link":"view"}, |
|
13 |
+ 'doc.name': {"link":"view"}, |
|
14 |
+ 'doc.location': {"html":true}, |
|
15 |
+ 'shortText': {} |
| 9 |
9 |
}) |
| 10 |
10 |
#set ($options = { |
| 11 |
11 |
'className': 'TradeJournal.Code.TradeJournalClass', |
| ... |
... |
@@ -16,6 +16,6 @@ |
| 16 |
16 |
'selectedColumn': 'forexPair', |
| 17 |
17 |
'defaultOrder': 'asc' |
| 18 |
18 |
}) |
| 19 |
|
-#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'shortText', 'TradeAnalysis']) |
|
26 |
+#set ($columns = ['forexPair', 'OpenDate', 'CloseDate', 'Entry', 'SL', 'TP1', 'TP2', 'TP3', 'TradeReason', 'doc.title', 'doc.name', 'doc.location', 'shortText']) |
| 20 |
20 |
#livetable('tradejournal' $columns $columnsProperties $options) |
| 21 |
21 |
{{/velocity}} |