From 0bbf0038e918d4a922a150f57ffa0bb33a8491f3 Mon Sep 17 00:00:00 2001 From: Yuping Zuo Date: Sat, 4 Oct 2025 23:10:14 +0800 Subject: [PATCH] Add account and sell order example in CSV import --- test/import/ok/sample.csv | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/test/import/ok/sample.csv b/test/import/ok/sample.csv index a22a4b89e..eac6f112c 100644 --- a/test/import/ok/sample.csv +++ b/test/import/ok/sample.csv @@ -1,6 +1,7 @@ -Date,Code,DataSource,Currency,Price,Quantity,Action,Fee,Note -01-09-2021,Account Opening Fee,MANUAL,USD,0,0,fee,49, -16-09-2021,MSFT,YAHOO,USD,298.580,5,buy,19.00,My first order 🤓 -17/11/2021,MSFT,YAHOO,USD,0.62,5,dividend,0.00, -01.01.2022,Penthouse Apartment,MANUAL,USD,500000.0,1,buy,0.00, -20500606,US5949181045,YAHOO,USD,0.00,0,buy,0.00, +Date,Code,DataSource,Currency,Price,Quantity,Action,Fee,Note,AccountId +01-09-2021,Account Opening Fee,MANUAL,USD,0,0,fee,49,,01234567-89ab-cdef-0123-456789abcdef +16-09-2021,MSFT,YAHOO,USD,300.760,5,buy,19.00,My first order 🤓,01234567-89ab-cdef-0123-456789abcdef +17/11/2021,MSFT,YAHOO,USD,0.62,5,dividend,0.00,,01234567-89ab-cdef-0123-456789abcdef +01-12-2021,MSFT,YAHOO,USD,339.280,5,sell,19.77,,01234567-89ab-cdef-0123-456789abcdef +01.01.2022,Penthouse Apartment,MANUAL,USD,500000.0,1,buy,0.00,,01234567-89ab-cdef-0123-456789abcdef +20500606,US5949181045,YAHOO,USD,0.00,0,buy,0.00,,01234567-89ab-cdef-0123-456789abcdef