[OFBiz] Users - Payment-Methods

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

[OFBiz] Users - Payment-Methods

Stefan Topp
Hi to you all,

I want to insert or update Payment-methods and conditions, where can I
do that?
Thanks in advance.

Best regards

Stefan

PS: Dear moderator, I am indeed a member of the list as you can see from
the following text, so please don`t reject my mail again.
Best regards, Stefan

An attempt was made to subscribe your address to the mailing list
[hidden email].  You are already subscribed to this mailing list.

Note that the list membership is not public, so it is possible that a bad
person was trying to probe the list for its membership.  This would be a
privacy violation if we let them do this, but we didn't.

If you submitted the subscription request and forgot that you were already
subscribed to the list, then you can ignore this message.  If you suspect that
an attempt is being made to covertly discover whether you are a member of this
list, and you are worried about your privacy, then feel free to send a message
to the list administrator at [hidden email].


--
Mit freundlichem Gruss
 
Stefan Topp
Entwicklung e-business
 
ADIVA Computertechnologie GmbH
Norsk-Data-Str. 1
D-61352 Bad Homburg v.d.H.
Fon: +49(0)  6172/4861-184
Web: http://www.adiva.de       
eMail: [hidden email]
 
Diese E-Mail Nachricht enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail.
 
This e-mail message may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail.


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

[OFBiz] Users - RE: [OFBiz] External Web Service call from OFBiz

jitender.garg
Hi All,

I need to make an External web sevrice call from OFBiz. I have seen one sample soap service in one of the service.xml file

<service name="testSoap" engine="soap" export="true"
            location="http://nagoya.apache.org:5049/axis/servlet/AxisServlet" invoke="echoString">
        <description>Test SOAP service; calls echoString service on Axis server</description>
        <namespace>http://soapinterop.org/</namespace>
        <attribute name="message" type="String" mode="IN"/>
        <attribute name="result" type="String" mode="OUT"/>
    </service>


However I am not able to get this working. Also I need to pass complex types as attributes .

Can somebody help?


regards,

Jitender
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - Payment-Methods

Si Chen-2
In reply to this post by Stefan Topp
What do you mean by set "Payment-methods and conditions"?  What are the
"conditions"?

Si

Stefan Topp wrote:

> Hi to you all,
>
> I want to insert or update Payment-methods and conditions, where can I
> do that?
> Thanks in advance.
>
> Best regards
>
> Stefan
>
> PS: Dear moderator, I am indeed a member of the list as you can see
> from the following text, so please don`t reject my mail again.
> Best regards, Stefan
>
> An attempt was made to subscribe your address to the mailing list
> [hidden email].  You are already subscribed to this mailing list.
>
> Note that the list membership is not public, so it is possible that a bad
> person was trying to probe the list for its membership.  This would be a
> privacy violation if we let them do this, but we didn't.
>
> If you submitted the subscription request and forgot that you were
> already
> subscribed to the list, then you can ignore this message.  If you
> suspect that
> an attempt is being made to covertly discover whether you are a member
> of this
> list, and you are worried about your privacy, then feel free to send a
> message
> to the list administrator at [hidden email].
>
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - Payment-Methods

Stefan Topp
Hi,

as a Payment Method I understand direct-debit or credit-card, as
condition for example: direct-debit in 14 days witz 1.5% cash-discount.

Now I need to get all our different methods and conditions into the
ofbiz, but I haven`t yet found the right template to do this.
I would be deeply greatful for further information.

Best regards

Stefan

Si Chen schrieb:

> What do you mean by set "Payment-methods and conditions"?  What are
> the "conditions"?
>
> Si
>
> Stefan Topp wrote:
>
>> Hi to you all,
>>
>> I want to insert or update Payment-methods and conditions, where can
>> I do that?
>> Thanks in advance.
>>
>> Best regards
>>
>> Stefan
>>
>> PS: Dear moderator, I am indeed a member of the list as you can see
>> from the following text, so please don`t reject my mail again.
>> Best regards, Stefan
>>
>> An attempt was made to subscribe your address to the mailing list
>> [hidden email].  You are already subscribed to this mailing list.
>>
>> Note that the list membership is not public, so it is possible that a
>> bad
>> person was trying to probe the list for its membership.  This would be a
>> privacy violation if we let them do this, but we didn't.
>>
>> If you submitted the subscription request and forgot that you were
>> already
>> subscribed to the list, then you can ignore this message.  If you
>> suspect that
>> an attempt is being made to covertly discover whether you are a
>> member of this
>> list, and you are worried about your privacy, then feel free to send
>> a message
>> to the list administrator at [hidden email].
>>
>>
>
> _______________________________________________
> Users mailing list
> [hidden email]
> http://lists.ofbiz.org/mailman/listinfo/users


--
Mit freundlichem Gruss
 
Stefan Topp
Entwicklung e-business
 
ADIVA Computertechnologie GmbH
Norsk-Data-Str. 1
D-61352 Bad Homburg v.d.H.
Fon: +49(0)  6172/4861-184
Web: http://www.adiva.de       
eMail: [hidden email]
 
Diese E-Mail Nachricht enthält vertrauliche und/oder rechtlich geschützte Informationen.
Wenn Sie nicht der richtige Adressat sind oder diese E-Mail irrtümlich erhalten haben,
informieren Sie bitte sofort den Absender und vernichten Sie diese Mail.
 
This e-mail message may contain confidential and/or privileged information.
If you are not the intended recipient (or have received this e-mail in error)
please notify the sender immediately and destroy this e-mail.


 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users
Reply | Threaded
Open this post in threaded view
|

Re: [OFBiz] Users - Payment-Methods

Si Chen-2
Since no one else commented, I'll venture a guess:

You can set up Agreements and Agreements can have terms like these, but
right now I don't think that's been implemented yet for sales orders so
that the discounts are actually calculated.

Si

Stefan Topp wrote:

> Hi,
>
> as a Payment Method I understand direct-debit or credit-card, as
> condition for example: direct-debit in 14 days witz 1.5% cash-discount.
>
> Now I need to get all our different methods and conditions into the
> ofbiz, but I haven`t yet found the right template to do this.
> I would be deeply greatful for further information.
>
> Best regards
>
> Stefan
>
> Si Chen schrieb:
>
>> What do you mean by set "Payment-methods and conditions"?  What are
>> the "conditions"?
>>
>> Si
>>
>> Stefan Topp wrote:
>>
>>> Hi to you all,
>>>
>>> I want to insert or update Payment-methods and conditions, where can
>>> I do that?
>>> Thanks in advance.
>>>
>>> Best regards
>>>
>>> Stefan
>>>
>>> PS: Dear moderator, I am indeed a member of the list as you can see
>>> from the following text, so please don`t reject my mail again.
>>> Best regards, Stefan
>>>
>>> An attempt was made to subscribe your address to the mailing list
>>> [hidden email].  You are already subscribed to this mailing
>>> list.
>>>
>>> Note that the list membership is not public, so it is possible that
>>> a bad
>>> person was trying to probe the list for its membership.  This would
>>> be a
>>> privacy violation if we let them do this, but we didn't.
>>>
>>> If you submitted the subscription request and forgot that you were
>>> already
>>> subscribed to the list, then you can ignore this message.  If you
>>> suspect that
>>> an attempt is being made to covertly discover whether you are a
>>> member of this
>>> list, and you are worried about your privacy, then feel free to send
>>> a message
>>> to the list administrator at [hidden email].
>>>
>>>
>>
>> _______________________________________________
>> Users mailing list
>> [hidden email]
>> http://lists.ofbiz.org/mailman/listinfo/users
>
>
>
 
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users