ReceiveOfflinePayments method

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

ReceiveOfflinePayments method

masionas
hi Guys,

I have a question with regard to EXT_OFFLINE payment method type id. Why it gets excluded  in the ReceiveOfflinePayments method in OrderManagerEvents.java? In other words it apears impossible to receive payment with type EXT_OFFLINE from order view screen - payment info section.

EntityExpr ee = EntityCondition.makeCondition("paymentMethodTypeId", EntityOperator.NOT_EQUAL, "EXT_OFFLINE");
            paymentMethodTypes = delegator.findList("PaymentMethodType", ee, null, null, null, false);
Reply | Threaded
Open this post in threaded view
|

Re: ReceiveOfflinePayments method

BJ Freeman
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

clarification
are you expecting to receive EXT_OFFLINE during the order process?

masionas sent the following on 1/27/2009 1:35 PM:

> hi Guys,
>
> I have a question with regard to EXT_OFFLINE payment method type id. Why it
> gets excluded  in the ReceiveOfflinePayments method in
> OrderManagerEvents.java? In other words it apears impossible to receive
> payment with type EXT_OFFLINE from order view screen - payment info section.
>
> EntityExpr ee = EntityCondition.makeCondition("paymentMethodTypeId",
> EntityOperator.NOT_EQUAL, "EXT_OFFLINE");
>             paymentMethodTypes = delegator.findList("PaymentMethodType", ee,
> null, null, null, false);
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJf4rlrP3NbaWWqE4RAsjHAKCjsdN9JY9DceIXgivK/XA+UktxWgCZASUw
g7YMGirtqkaEJMgI8b/wxqA=
=Cal8
-----END PGP SIGNATURE-----
Reply | Threaded
Open this post in threaded view
|

Re: ReceiveOfflinePayments method

masionas
I would like to use EXT_OFFLINE to indicate Wire Transfer payments which I receive after some days since I ceated an order. So let us say I created an order and choosen the payment as EXT_OFFLINE. Then I get a notice from the bank in a couple of days that the wire is received.  I then go to order details screen and want to "receive" the payment into ofbiz. Then make a shipment.

BJ Freeman wrote
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

clarification
are you expecting to receive EXT_OFFLINE during the order process?

masionas sent the following on 1/27/2009 1:35 PM:
> hi Guys,
>
> I have a question with regard to EXT_OFFLINE payment method type id. Why it
> gets excluded  in the ReceiveOfflinePayments method in
> OrderManagerEvents.java? In other words it apears impossible to receive
> payment with type EXT_OFFLINE from order view screen - payment info section.
>
> EntityExpr ee = EntityCondition.makeCondition("paymentMethodTypeId",
> EntityOperator.NOT_EQUAL, "EXT_OFFLINE");
>             paymentMethodTypes = delegator.findList("PaymentMethodType", ee,
> null, null, null, false);
>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFJf4rlrP3NbaWWqE4RAsjHAKCjsdN9JY9DceIXgivK/XA+UktxWgCZASUw
g7YMGirtqkaEJMgI8b/wxqA=
=Cal8
-----END PGP SIGNATURE-----