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
For direct debit we would need to set CreditorReferenceID, PayerPartyDebtorFinancialAccount, DirectDebitMandateID. ERPNext does not provide a data model for this, but you could maybe add an option to use a custom field in the Invoice doc?
For a SEPA transfer it would be PayeePartyCreditorFinancialAccount.IBANID, PayeePartyCreditorFinancialAccount.BICID, PayeePartyCreditorFinancialAccount.AccountName. I think ERPNext does not link a "Bank Account" doc to a Payment Term, so this would have to be configured differently too.
The text was updated successfully, but these errors were encountered:
For direct debit we would need to set
CreditorReferenceID
,PayerPartyDebtorFinancialAccount
,DirectDebitMandateID
. ERPNext does not provide a data model for this, but you could maybe add an option to use a custom field in the Invoice doc?For a SEPA transfer it would be
PayeePartyCreditorFinancialAccount.IBANID
,PayeePartyCreditorFinancialAccount.BICID
,PayeePartyCreditorFinancialAccount.AccountName
. I think ERPNext does not link a "Bank Account" doc to a Payment Term, so this would have to be configured differently too.The text was updated successfully, but these errors were encountered: