Skip to content

Commit c3eefaf

Browse files
committed
Update README.md
- Added description for split transaction support.
1 parent 070e25f commit c3eefaf

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ You may also refer to "./Tests/ktn.json" for a real life sample file.
8787
#### (Future) Advanced json
8888
To be announced, depending on project popularity.
8989

90-
### (Future) Prompted json file creation
90+
#### (Future) Prompted json file creation
9191
Depending the popularity of this project, a tool may be created to facilitate this use case. You are always welcome to fork my project.
9292

9393
## Specifying default path
@@ -99,11 +99,20 @@ const string defaultJsonFileName = "<Your path>";
9999
- Take note that you need to add extra backslashes for directory paths, e.g.:
100100
``` D:\Bluecoins-ImportTool\Tests\ktn.json ``` would be ``` D:\\Bluecoins-ImportTool\\Tests\\ktn.json ```
101101

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+
102110
## No support / not tested
103111
- Compilers other than the one default in Visual Studio 2019
104112
- CMake. Not tried yet.
105113

106114
## Project Milestones
115+
- 23 July 2019, v1.3 released
107116
- 5 July 2019, v1.2 released
108117
- 1 July 2019, v1.1 released
109118
- 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
128137
* * *
129138

130139
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).
131-
Copyright &copy; 2013-2019 [Niels Lohmann](http://nlohmann.me/) <mail@nlohmann.me>
140+
Copyright &copy; 2013-2019 [Niels Lohmann](http://nlohmann.me/) , <mail@nlohmann.me>

0 commit comments

Comments
 (0)