condition in a xml form

2012-05-08 Thread enno tech
sir, 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

Re: product attributes and futures

2012-05-08 Thread Ankit Jain
Hi Robert, I think features are the better choose, as you mentioned that the attributes will be same for all the products of a category then you can use these technical specifications as ProductFeature and associate to ProductFeatureCategory and then associate this ProductFeatureCategory to a

Re: Promotions, mutually exclusive

2012-05-08 Thread Rishi Solanki
Here are my two cents on this thread; There are two kind of promotions exists in OFBiz, 1) sale promotion and 2) non sale promotion. For the sale promotion isSale flag set to Y else N. Both promotion in turn have their own capabilities that whether they are applicable using promo code or not.

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.

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

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

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

Ofbiz url

2012-05-08 Thread nilesh_patil
Hi any one please explain @ofbizUrllogin/@ofbizUrl 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: 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/@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

Re: Ofbiz url

2012-05-08 Thread dhiraj.g
Hi This url is search in Component's Controller.xml. request-map uri= /request-map Thanks Dhiraj Gupta - dhirajgupta -- View this message in context:

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 show

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@ofbizUrllogin/@ofbizUrl how it works -- View this message in

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: 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 fulfill

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: 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 fluidmotionnoti...@gmail.comwrote: I need to

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

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

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

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 this

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. internally

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 fluidmotionnoti...@gmail.com Thanks for the reply. That also gives me the E175002 I've also tried with eclipse svn a few other

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: 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: 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: !-- EU VAT Authority -- TaxAuthority taxAuthGeoId=BGR taxAuthPartyId=Company includeTaxInPrice=Y/ TaxAuthorityRateType taxAuthorityRateTypeId=VAT description=European VAT Tax/ TaxAuthorityRateProduct taxAuthGeoId=BGR

Re: Ofbiz url

2012-05-08 Thread Robert G.
/@ofbizUrl/@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

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.
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

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

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

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

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: 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.

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 default

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.

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

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