You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Take note that you need to add extra backslashes for directory paths, e.g.:
100
100
``` D:\Bluecoins-ImportTool\Tests\ktn.json ``` would be ``` D:\\Bluecoins-ImportTool\\Tests\\ktn.json ```
101
101
102
+
## Split Transaction Support
103
+
Starting from v1.3, there will be suppot for split transactions. Just toggle option no. 6 at the main menu. You will see an extra section of text when the option is toggled to "true".
104
+
- Do take note that for split transactions to work, the following need to be the same. Future versions of the program will add functionality to lock in required lock-in :
105
+
- Transaction Type
106
+
- Title
107
+
- Date, Time
108
+
- Using different label sets or status for each split is not currently supported. Only those from the first row will be used for each split transaction
109
+
102
110
## No support / not tested
103
111
- Compilers other than the one default in Visual Studio 2019
104
112
- CMake. Not tried yet.
105
113
106
114
## Project Milestones
115
+
- 23 July 2019, v1.3 released
107
116
- 5 July 2019, v1.2 released
108
117
- 1 July 2019, v1.1 released
109
118
- 27 June 2019, Project announcement to the BlueCoins Community
@@ -128,4 +137,4 @@ THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR I
128
137
* * *
129
138
130
139
This tool contains code from "json for modern C++" from Niels Lohmann which is licensed under the [MIT License](http://opensource.org/licenses/MIT) (see above).
0 commit comments