Hi all,
I'm trying to figure out how EftAccount.accountType should work, via the "createEftAccount" Service I can put anything in that field (but it's required). Using it via party manager, it depends on language settings, what ends up inside the database (English: Checking/Savings; German: Girokonto ...) As far as i understand English terms in this situation: aren't 'Savings' and 'EFT' incompatible (at least the German translations are, a Savings account in Germany can not be part of an EFT transaction). Wouldn't it be more correct to drop the accountType field and (if needed) add a new paymentMethodType? Another more general thing: Is anyone doing some kind of processing with the EftAccount entity? Something like a PaymentGateway processor for EFT accounts? special interest is in German versions :) i found that via google: http://svn.ofbiz.org/viewcvs/trunk/specialized/opentravelsystem/src/org/ofbiz/opentravelsystem/mt940.java?rev=6989&view=auto does anyone use this, or this kind of statement loaders for matching payments in ofbiz? Greetings, Roland |
it varies by bank. I have two accounts and one allows eft from savings
and one does not. I don't believe there is an EFT processor as such in ofbiz, only alwaysApproveEFTProcessor and testEFTProcessor I would say that it depends on the gateway providers and the banks chosen as to weather it is acceptable or not. and the service that is written to deal with the gateway. BTW specialized folder is now the specialpurpose folder and opentravelsystem is no longer in there However you can talk to hans, who is the orgninator of opentravelsystem Roland sent the following on 7/15/2008 1:41 PM: > Hi all, > > I'm trying to figure out how EftAccount.accountType should work, via the > "createEftAccount" Service I can put anything in that field (but it's > required). > Using it via party manager, it depends on language settings, what ends > up inside the database (English: Checking/Savings; German: Girokonto ...) > As far as i understand English terms in this situation: aren't 'Savings' > and 'EFT' incompatible (at least the German translations are, a Savings > account in Germany can not be part of an EFT transaction). > Wouldn't it be more correct to drop the accountType field and (if > needed) add a new paymentMethodType? > > Another more general thing: > Is anyone doing some kind of processing with the EftAccount entity? > Something like a PaymentGateway processor for EFT accounts? special > interest is in German versions :) > > i found that via google: > http://svn.ofbiz.org/viewcvs/trunk/specialized/opentravelsystem/src/org/ofbiz/opentravelsystem/mt940.java?rev=6989&view=auto > > does anyone use this, or this kind of statement loaders for matching > payments in ofbiz? > > Greetings, > Roland > > > |
In reply to this post by RolandH-2
Roland schrieb:
> Hi all, [..] > Another more general thing: > Is anyone doing some kind of processing with the EftAccount entity? > Something like a PaymentGateway processor for EFT accounts? special > interest is in German versions :) > > i found that via google: > http://svn.ofbiz.org/viewcvs/trunk/specialized/opentravelsystem/src/org/ofbiz/opentravelsystem/mt940.java?rev=6989&view=auto > > does anyone use this, or this kind of statement loaders for matching > payments in ofbiz? We are too interested in adding support for automatic processing of incoming/outgoing payments to OFBiz. The current standard in Germany is DTA/DTAUS and in the future it seems it will be SEPA/EBIS. -- Christian |
In reply to this post by BJ Freeman
Hi BJ,
thanks for the clarification, so from an international point of view it makes sense. Greetings, Roland On Tuesday 15 July 2008 23:53, BJ Freeman wrote: > it varies by bank. I have two accounts and one allows eft from savings > and one does not. > I don't believe there is an EFT processor as such in ofbiz, only > alwaysApproveEFTProcessor > and > testEFTProcessor > > I would say that it depends on the gateway providers and the banks > chosen as to weather it is acceptable or not. > and the service that is written to deal with the gateway. |
In reply to this post by Christian Geisert
Hi Christian,
yes, I already looked around for DTA implementations, there is one LGPL where it's worth to take a look: http://www.jdtaus.org/ Maybe we should discuss about implementation? I'll need at least another 2-4 weeks before work can start here... --Roland On Wednesday 16 July 2008 17:42, Christian Geisert wrote: > > Another more general thing: > > Is anyone doing some kind of processing with the EftAccount entity? > > Something like a PaymentGateway processor for EFT accounts? special > > interest is in German versions :) > > > > i found that via google: > > http://svn.ofbiz.org/viewcvs/trunk/specialized/opentravelsystem/src/org/o > >fbiz/opentravelsystem/mt940.java?rev=6989&view=auto > > > > does anyone use this, or this kind of statement loaders for matching > > payments in ofbiz? > > We are too interested in adding support for automatic processing of > incoming/outgoing payments to OFBiz. > The current standard in Germany is DTA/DTAUS and in the future it seems > it will be SEPA/EBIS. |
In reply to this post by RolandH-2
sorry had to go back and read the orginal email.
[I'm trying to figure out how EftAccount.accountType should work, via the "createEftAccount" Service I can put anything in that field (but it's required). Using it via party manager, it depends on language settings, what ends up inside the database (English: Checking/Savings; German: Girokonto ...) ] not sure paymentMethodType fits, since EftAccount is a type of account, maybe a new ETFAccountType with a many to one for EftAccount, since you can have more than one type of account to draw ETF from. Roland sent the following on 7/17/2008 6:45 AM: > Hi BJ, > > thanks for the clarification, so from an international point of view it makes > sense. > > Greetings, > Roland > > On Tuesday 15 July 2008 23:53, BJ Freeman wrote: >> it varies by bank. I have two accounts and one allows eft from savings >> and one does not. >> I don't believe there is an EFT processor as such in ofbiz, only >> alwaysApproveEFTProcessor >> and >> testEFTProcessor >> >> I would say that it depends on the gateway providers and the banks >> chosen as to weather it is acceptable or not. >> and the service that is written to deal with the gateway. > > > |
Free forum by Nabble | Edit this page |