Re: condition in a xml form

2012-05-08 Thread enno tech
list of companies is shown all list of organizations.But i want to show only the organization that was logged in by an user. example [in the preference top right side] Mr x- Company Z means mr x logged in company z. but mr x can see [if he has permission-ed to see] the organization Gl settings

Re: Send Request and Response to an existing event

2012-05-08 Thread Atul Vani
You can add request and response abjects as IN parameters to the service. Though you should rethink to avoid such thing. Thanks& Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ We are the Global Leaders in Apache OFBiz, Google 'ofbiz' and see f

Re: condition in a xml form

2012-05-08 Thread Atul Vani
All that a list form does is render a list of results. What you need is, to add a condition in the find form (or wherever the logic to fetch list is present), to fetch the valid records for you. Thanks& Regards Atul Vani Enterprise Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmed

condition in a xml form

2012-05-08 Thread enno tech
in the "glsetupform.xml" document there is a form field "Listcompanies" which show a list of companies(organization parties). so, i want to add a condition in that form field say "condition that match the partyid with defaultorganizationpartyid(login organization id)" so the list only show the de

Re: Send Request and Response to an existing event

2012-05-08 Thread deb . panda
Hi, Enlisted are some options below. Perhaps, I am not able to get the bigscene, but here is my take. (Could you elaborate the scenario?) Upon triggering the call, I hit the controller and there I can cascade the request based on the response. Request cascaded over from one event to another. (E

Re: how to use ofBiz service in .Net application?

2012-05-08 Thread Paul Foxworthy
Hi Deval, I've checked some WSDL generated elsewhere, and the nulls in the Definition are all for optional things in the WSDL, so I don't think that's the problem. Cheers Paul Foxworthy devalpatel wrote > > *Hi Paul, > http://localhost:8080/webtools/control/SOAPService/searchHelloPerson?wsdl

Re: how to use ofBiz service in .Net application?

2012-05-08 Thread Paul Foxworthy
Hi Deval, Some of the nulls may not be a problem, if a method takes no parameters or returns void. What's the message from the WSDLException? Also, I noticed you mentioned earlier that your proxy in C# has void CallsearchHelloPerson(ref map) What's the type of the map parameter? Is there any v

Send Request and Response to an existing event

2012-05-08 Thread Bhargav . Trivedi
Hi, I want to pass the request and response to a simple method ( createCustomer) of an existing event (CustomerEvent.xml). I am calling this event as a part of a service which is defined in my services.xml file by using the "dispatcher.runsync " . Could someone please let me know if this is do

Payment gateway Config SagePay - Protocol Version 2.23

2012-05-08 Thread Len Shein
I am using Ofbiz 10.04 which is configured with SagePay Pyament Gateway Protocol Version 2.22. Has anyone configured this gateway to use Protocol Version 2.23? There are comments in the code which reference the 2.23 version, however they do not seem to be implemented and in my testing are not

Re: Ofbiz url

2012-05-08 Thread Robert G.
btw. not your ftl file is responsible to redirect you to the page after sending f.ex. a form...this does the controller.xml there you find things like: success, error and so on...so after a request is f.ex. successfully you can define the view mapping after it. in the controller.xml you see sth.

Re: Ofbiz url

2012-05-08 Thread Robert G.
nilesh, please just open one post... refer to your other one: *http://ofbiz.135035.n4.nabble.com/Ofbiz-url-td4616949.html* -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-url-tp4616946p4617988.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Ofbiz url

2012-05-08 Thread Robert G.
/<@ofbizUrl>/ in general is a kind of wrapper, which helps to make your live easier... your url can be long like: /TLD/ecommerce/controller/.../ but when you change it f.ex. to TLD/controller/... and you wrote the whole Url in all files, you have the problem to change it everywere...every site lo

Re: European VAT TaxAuthority and show prices with VAT included

2012-05-08 Thread Boris Hamanov
Thanks Jacques, Robert! I did my VAT authority this way: and in my product store I set showPricesWithVatTax="Y" vatTaxAuthGeoId="BGR" vatTaxAuthPartyId="Company" This works fine, except that I am hitting strange issues with the cart: When past the 2) How shall we ship it?

Re: Ofbiz url

2012-05-08 Thread Ankush Upadhyay
As per the my knowledge for login request , it will search first its own component if found otherwise other controllers that are included in your component controller.xml On 05/08/2012 06:45 PM, nilesh_patil wrote: Hi, Thank you very much. But in which controller.xml file i have to search. On

Re: browse category problem..

2012-05-08 Thread indela
hi Scott thank you for your help. Now its working perfect. Thank you once again. -- View this message in context: http://ofbiz.135035.n4.nabble.com/browse-category-problem-tp4617308p4617573.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Jacques Le Roux
Worked here svn co -r 1137445 http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework [...] Checked out revision 1137445. Jacques From: "Justin" Thanks for the reply. That also gives me the E175002 I've also tried with eclipse svn & a few other clients. Is there any way I can

Re: Ofbiz url

2012-05-08 Thread nilesh_patil
Hi, Thank you very much. But in which controller.xml file i have to search. On Tue, May 8, 2012 at 4:23 PM, Ankush Upadhyay [via OFBiz] < ml-node+s135035n4617161...@n4.nabble.com> wrote: > Hi, > ofbizUrl is used to form Url purpose and you can see its working in > OfbizUrlTransform class. > inter

Re: browse category problem..

2012-05-08 Thread Scott Gray
Hi Indela, You need to set a Facility on your Product Store. Data: ProductStore.facilityId Screen: Catalog -> Stores Regards Scott On 9/05/2012, at 12:17 AM, indela wrote: > hi all, > i added catalog, categories and product. but when i was browse products > throw exception is like below. Why th

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Justin
Thanks for the reply. That also gives me the E175002 I've also tried with eclipse svn & a few other clients. Is there any way I can get the framework folder of rev 1137445 some other way. There are snapshots but am not sure if they go that far back. I also need the exact revision, since I need t

browse category problem..

2012-05-08 Thread indela
hi all, i added catalog, categories and product. but when i was browse products throw exception is like below. Why this one happening please explain. Method public java.lang.String org.ofbiz.widget.screen.ScreenRenderer.render(java.lang.String) throws org.ofbiz.base.util.GeneralException,java.io.I

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Jacopo Cappellato
try with: svn co -r 1137445 http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework Jacopo On May 8, 2012, at 12:54 PM, Justin wrote: > Using svn co > http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework@1137445 > > I get the error: > > svn: E175002: REPORT of

Re: I'm trying to CO an old revision svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04@1137445

2012-05-08 Thread Justin
Using svn co http://svn.apache.org/repos/asf/ofbiz/branches/release10.04/framework@1137445 I get the error: svn: E175002: REPORT of '/repos/asf/!svn/me': Chunk delimiter was invalid ( http://svn.apache.org) On Tue, May 8, 2012 at 12:40 PM, Justin wrote: > I need to checkout this specific revisi

Re: how to use ofBiz service in .Net application?

2012-05-08 Thread devalpatel
*Hi Paul, http://localhost:8080/webtools/control/SOAPService/searchHelloPerson?wsdl while generating the wsdl by hitting above URL in browser,,, i have debug the code in public void getWSDL(Definition def, String locationURI) throws WSDLException{} method.* *DEBUG RESULT * _

Re: How to Decouple Ecommerce front-end from OFBiz Back-end.

2012-05-08 Thread Venkat Mangudi
On Tue, May 8, 2012 at 5:16 PM, Arpit Singh Pandya < pandyaarpitsi...@gmail.com> wrote: > I have a requirement of decoupling OFBiz Ecommerce front-end from OFBiz > ERP(Back end). > If we want to use the same OFBiz Ecommerce front end with other ERP or > Vice-Versa. > Is there any easy way to fulfi

How to Decouple Ecommerce front-end from OFBiz Back-end.

2012-05-08 Thread Arpit Singh Pandya
Hello All, I have a requirement of decoupling OFBiz Ecommerce front-end from OFBiz ERP(Back end). If we want to use the same OFBiz Ecommerce front end with other ERP or Vice-Versa. Is there any easy way to fulfill this requirement ? -- Arpit S Pandya

Re: Ofbiz url

2012-05-08 Thread Ankush Upadhyay
Hi, ofbizUrl is used to form Url purpose and you can see its working in OfbizUrlTransform class. internally it is also search request in controller.xml. On 05/08/2012 02:31 PM, nilesh_patil wrote: Hi any one please explain<@ofbizUrl>login how it works -- View this message in context: http

condition in a xml form

2012-05-08 Thread enno tech
hi friends, in the "glsetupform.xml" document there is a form field "Listcompanies" which show a list of companies(organization parties). so, i want to add a condition in that form field say "condition that match the partyid with defaultorganizationpartyid(login organization id)" so the list only

Re: Ofbiz url

2012-05-08 Thread dhiraj.g
Hi This url is search in Component's Controller.xml. Thanks Dhiraj Gupta - dhirajgupta -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-url-tp4616946p4617129.html Sent from the OFBiz - User m

Re: Ofbiz url

2012-05-08 Thread Malini Sharma
Hi, Though I am new to OFBiz, but i think I have answer to this question. Nilesh, the flow is.. as soon as "login" request is passed in <@ofbizUrl>. The request will be searched in controller.xml file of your component first and then in the main component's (incase it is not there in your compo

Ofbiz url

2012-05-08 Thread nilesh_patil
Hi any one please explain <@ofbizUrl>login how it works -- View this message in context: http://ofbiz.135035.n4.nabble.com/Ofbiz-url-tp4616949.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: European VAT TaxAuthority and show prices with VAT included

2012-05-08 Thread Robert G.
In case you found it, please share it here. I did it the way, that I entered the price incl. vat, added the percentage (19%), and edited it, that Vat is included. On my productdetail page, I check if the fields are not empty in database and added the percentage from database as a text just like...

Re: how to browse two store in a single website?

2012-05-08 Thread Robert G.
why do you go this way? Why dont you do sth like: - creating multiple catalogs - working with categories Cause for one single shop, you can also use different stocks, manufacturer, supplier and so on... no need to use 2 shops, this is just a bad way. Kindly Robert -- View this message in conte

how to browse two store in a single id

2012-05-08 Thread indela
hi all, i added two store ids. i want two browse two stores in single website. Is it possible? if possible please tell me the process thanks -- View this message in context: http://ofbiz.135035.n4.nabble.com/how-to-browse-two-store-in-a-single-id-tp4616821.html Sent from the OFBiz - User mail

Re: Tibco workflow Integration

2012-05-08 Thread nadhiya
Hi , Thanks for your quick response. I just want to know whether ofbiz supports Tibco? If so what are the requirements ? Say for example i have process diagram and i want the same to be displayed in ofbiz . Is it enough to import "ProcessPackage.xpdl" file in ofbiz ? Regards, Nadhiya Shanmugam.