This PR adds the transfer_to= and file= options to an entry in the mapping file.
You can use transfer_to= to another asset to make the transfer to record in a "transfer"
double-entry pattern. You can additionally add a file= value after transfer_to= to write the second entry in another file.
Fixes #126
This PR adds the
transfer_to=
andfile=
options to an entry in the mapping file.You can use
transfer_to=
to another asset to make the transfer to record in a "transfer" double-entry pattern. You can additionally add afile=
value aftertransfer_to=
to write the second entry in another file.See updated README for more info and example.