@@ -790,13 +790,13 @@ public int interestInterval(final @NotNull Account.Type type) {
790790 .replace ("<from-balance>" , from .balance == null ? "∞" : from .balance .toPlainString ())
791791 .replace ("<from-balance-formatted>" , BankAccounts .formatCurrency (from .balance ))
792792 .replace ("<from-balance-short>" , BankAccounts .formatCurrencyShort (from .balance ))
793- .replace ("<to-account>" , from .name ())
794- .replace ("<to-account-id>" , from .id )
795- .replace ("<to-account-type>" , from .type .getName ())
796- .replace ("<to-account-owner>" , from .ownerNameUnparsed ())
797- .replace ("<to-balance>" , from .balance == null ? "∞" : from .balance .toPlainString ())
798- .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (from .balance ))
799- .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (from .balance ))
793+ .replace ("<to-account>" , to .name ())
794+ .replace ("<to-account-id>" , to .id )
795+ .replace ("<to-account-type>" , to .type .getName ())
796+ .replace ("<to-account-owner>" , to .ownerNameUnparsed ())
797+ .replace ("<to-balance>" , to .balance == null ? "∞" : to .balance .toPlainString ())
798+ .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (to .balance ))
799+ .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (to .balance ))
800800 .replace ("<amount>" , amount .toPlainString ())
801801 .replace ("<amount-formatted>" , BankAccounts .formatCurrency (amount ))
802802 .replace ("<amount-short>" , BankAccounts .formatCurrencyShort (amount )),
@@ -818,13 +818,13 @@ public int interestInterval(final @NotNull Account.Type type) {
818818 .replace ("<from-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
819819 .replace ("<from-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
820820 .replace ("<from-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
821- .replace ("<to-account>" , transaction .from .name ())
822- .replace ("<to-account-id>" , transaction .from .id )
823- .replace ("<to-account-type>" , transaction .from .type .getName ())
824- .replace ("<to-account-owner>" , transaction .from .ownerNameUnparsed ())
825- .replace ("<to-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
826- .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
827- .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
821+ .replace ("<to-account>" , transaction .to .name ())
822+ .replace ("<to-account-id>" , transaction .to .id )
823+ .replace ("<to-account-type>" , transaction .to .type .getName ())
824+ .replace ("<to-account-owner>" , transaction .to .ownerNameUnparsed ())
825+ .replace ("<to-balance>" , transaction .to .balance == null ? "∞" : transaction .to .balance .toPlainString ())
826+ .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .to .balance ))
827+ .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .to .balance ))
828828 .replace ("<amount>" , transaction .amount .toPlainString ())
829829 .replace ("<amount-formatted>" , BankAccounts .formatCurrency (transaction .amount ))
830830 .replace ("<amount-short>" , BankAccounts .formatCurrencyShort (transaction .amount ))
@@ -845,13 +845,13 @@ public int interestInterval(final @NotNull Account.Type type) {
845845 .replace ("<from-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
846846 .replace ("<from-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
847847 .replace ("<from-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
848- .replace ("<to-account>" , transaction .from .name ())
849- .replace ("<to-account-id>" , transaction .from .id )
850- .replace ("<to-account-type>" , transaction .from .type .getName ())
851- .replace ("<to-account-owner>" , transaction .from .ownerNameUnparsed ())
852- .replace ("<to-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
853- .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
854- .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
848+ .replace ("<to-account>" , transaction .to .name ())
849+ .replace ("<to-account-id>" , transaction .to .id )
850+ .replace ("<to-account-type>" , transaction .to .type .getName ())
851+ .replace ("<to-account-owner>" , transaction .to .ownerNameUnparsed ())
852+ .replace ("<to-balance>" , transaction .to .balance == null ? "∞" : transaction .to .balance .toPlainString ())
853+ .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .to .balance ))
854+ .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .to .balance ))
855855 .replace ("<amount>" , transaction .amount .toPlainString ())
856856 .replace ("<amount-formatted>" , BankAccounts .formatCurrency (transaction .amount ))
857857 .replace ("<amount-short>" , BankAccounts .formatCurrencyShort (transaction .amount ))
@@ -981,13 +981,13 @@ public int interestInterval(final @NotNull Account.Type type) {
981981 .replace ("<from-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
982982 .replace ("<from-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
983983 .replace ("<from-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
984- .replace ("<to-account>" , transaction .from .name ())
985- .replace ("<to-account-id>" , transaction .from .id )
986- .replace ("<to-account-type>" , transaction .from .type .getName ())
987- .replace ("<to-account-owner>" , transaction .from .ownerNameUnparsed ())
988- .replace ("<to-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
989- .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
990- .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
984+ .replace ("<to-account>" , transaction .to .name ())
985+ .replace ("<to-account-id>" , transaction .to .id )
986+ .replace ("<to-account-type>" , transaction .to .type .getName ())
987+ .replace ("<to-account-owner>" , transaction .to .ownerNameUnparsed ())
988+ .replace ("<to-balance>" , transaction .to .balance == null ? "∞" : transaction .to .balance .toPlainString ())
989+ .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .to .balance ))
990+ .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .to .balance ))
991991 .replace ("<amount>" , transaction .amount .toPlainString ())
992992 .replace ("<amount-formatted>" , BankAccounts .formatCurrency (transaction .amount ))
993993 .replace ("<amount-short>" , BankAccounts .formatCurrencyShort (transaction .amount ))
@@ -1010,13 +1010,13 @@ public int interestInterval(final @NotNull Account.Type type) {
10101010 .replace ("<from-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
10111011 .replace ("<from-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
10121012 .replace ("<from-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
1013- .replace ("<to-account>" , transaction .from .name ())
1014- .replace ("<to-account-id>" , transaction .from .id )
1015- .replace ("<to-account-type>" , transaction .from .type .getName ())
1016- .replace ("<to-account-owner>" , transaction .from .ownerNameUnparsed ())
1017- .replace ("<to-balance>" , transaction .from .balance == null ? "∞" : transaction .from .balance .toPlainString ())
1018- .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .from .balance ))
1019- .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .from .balance ))
1013+ .replace ("<to-account>" , transaction .to .name ())
1014+ .replace ("<to-account-id>" , transaction .to .id )
1015+ .replace ("<to-account-type>" , transaction .to .type .getName ())
1016+ .replace ("<to-account-owner>" , transaction .to .ownerNameUnparsed ())
1017+ .replace ("<to-balance>" , transaction .to .balance == null ? "∞" : transaction .to .balance .toPlainString ())
1018+ .replace ("<to-balance-formatted>" , BankAccounts .formatCurrency (transaction .to .balance ))
1019+ .replace ("<to-balance-short>" , BankAccounts .formatCurrencyShort (transaction .to .balance ))
10201020 .replace ("<amount>" , transaction .amount .toPlainString ())
10211021 .replace ("<amount-formatted>" , BankAccounts .formatCurrency (transaction .amount ))
10221022 .replace ("<amount-short>" , BankAccounts .formatCurrencyShort (transaction .amount ))
0 commit comments