-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #227 from pat-s/debitumnetwork
Add support for Debitum Network
- Loading branch information
Showing
5 changed files
with
46 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
type_regex: !!map | ||
deposit: "^DEPOSIT|^INVITED_REFERRAL_REWARD" | ||
withdraw: "^WITHDRAW" | ||
interest: "^REPAYMENT" | ||
|
||
csv_fieldnames: | ||
booking_date: 'Date' | ||
booking_date_format: '%Y-%m-%d' | ||
booking_id: 'Transaction ID' | ||
booking_type: 'Transaction Type' | ||
booking_value: 'Turnover' | ||
booking_details: 'Asset ID' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
- Mintos | ||
- Robocash | ||
- Swaper | ||
- Debitum Network | ||
Copyright 2018-03-17 ChrisRBe | ||
""" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
Date,Transaction ID,Asset ID,Transaction Type,Turnover | ||
2020-08-25,405eea2a-7745-4588-8f08-5c1512987324,NA,DEPOSIT,121.91 | ||
2020-09-07,b9da7662-de61-43d1-a179-c300d5695587,6c4a6d93-faea-4d96-856c-7cdd3fb3023b,REPAYMENT,10.03 | ||
2020-09-07,7260c567-fdb4-44d4-84ce-4256c7d7fb80,NA,INVITED_REFERRAL_REWARD,10 |