这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion workers/loc.api/generate-report-file/report.file.job.data.js
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@ class ReportFileJobData extends BaseReportFileJobData {
args: reportFileArgs,
propNameForPagination: null,
columnsCsv: {
asset: 'DESCRIPTION OF PROPERTY',
asset: 'CURRENCY',
type: 'SOURCE',
amount: 'AMOUNT',
mtsAcquired: 'DATE ACQUIRED',
mtsSold: 'DATE SOLD',
Expand All @@ -564,6 +565,7 @@ class ReportFileJobData extends BaseReportFileJobData {
},
formatSettings: {
asset: 'symbol',
type: 'lowerCaseWithUpperFirst',
mtsAcquired: 'date',
mtsSold: 'date'
}
Expand Down