Re: Group By Query

2010-05-14 Thread Atul Vani
hi Kranti, you might wanna use setGroupBy function from DynamicViewEntity.java -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ Kranti Agrawal wrote: Hi, I need to do a query which will group by a particular element, like i need a c

Re: calling multiple services in ofbiz

2010-05-14 Thread Atul Vani
hi Prasanthi, I suggest you trace the control's flow and look for examples OOTB, it's really hard to find a problem this way. -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi vani, There is no

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
Hi Prasanthi, If its an error in the service then you can verify it in server logs. -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi Vani, Inside the EditAcctgTrans there was some conditions for displaying

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
hi Prasanthi, please do check the present down in the controller.xml will need more info if that's not the problem. Thanks & Regards Atul Vani - Original Message - From: "prasanthi_ofbiz" To: user@ofbiz.apache.org Sent: Thursday, May 13, 2010 8:23:21 PM GMT +05:

Re: calling multiple services in ofbiz

2010-05-13 Thread Atul Vani
hi Prasanthi, use any of the below methods or a combination of them:- map="parameters"/> or -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Hi Vani, I called another service inside a serv

Re: conditional form addition in the screen

2010-05-12 Thread atul . vani
hi Prasanthi, the code looks right, just one thing (i am not sure if it will make any difference or not, never tried it your way) why don't you try using instead of Thanks & Regards Atul Vani - Original Message - From: "prasanthi_ofbiz" To: user@ofbiz.apache.

Re: calling multiple services in ofbiz

2010-05-12 Thread Atul Vani
hi Prasanthi, one way is to call one service from another service using tag or you can can services in the screen one after another, or may be in the controller itself using type="request".../> -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Med

Re: conditional form addition in the screen

2010-05-12 Thread Atul Vani
Requirement: if parameters.finAccountTransId has some value i.e: >0 then i need to include the form which is in bold, other wise i don't want to include/show that form in the screen... -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/

Re: How to edi the <@ofbizUrl/>

2010-05-11 Thread atul . vani
nai, Kolkata, Mumbai, New Delhi Subject: Re: How to edi the <@ofbizUrl/> Hi Atul Vani , I have changed code according to my requirement in renderNextPrev and given some debugger statements but no use, even the debugger statements are also not printed in the log. Can u pls let me know

Re: How to edi the <@ofbizUrl/>

2010-05-11 Thread Atul Vani
get, that will simplify things up. -- Thanks & Regards Atul Vani Jr. Software Developer HotWax Media Pvt. Ltd. http://www.hotwaxmedia.com/ prasanthi_ofbiz wrote: Dear Atul Vani , That ticket is exist in my application because i have implemented the Cash Server in my application, there

Re: How to edi the <@ofbizUrl/>

2010-05-10 Thread Atul Vani
hi prasanthi, where (which url's which button) did you got the ticket parameter, coz in ofbiz trunk if you visit https://localhost:8443/accounting/control/globalGLSettings and check the [First/Previous/Next/Last] button's target then it's not present there. -- Thanks & R

Re: Create PartyGroup

2010-05-08 Thread Atul Vani
you can try creating a webapp with the same name (in this case 'partymgr') and then overload forms and screens as per your customization requirements. Thanks & Regards Atul Vani - Original Message - From: "R. S." To: user@ofbiz.apache.org Sent: Friday, May 7, 20

Re: Creating Party customer problem

2010-05-03 Thread atul . vani
Hi Saad, visit this https://issues.apache.org/jira/browse/OFBIZ-3468 Thanks & Regards Atul Vani - Original Message - From: "S.Hage" To: user@ofbiz.apache.org Sent: Monday, May 3, 2010 8:46:12 AM GMT +05:30 Chennai, Kolkata, Mumbai, New Delhi Subject: Creating Party cu

Re: Item level promotion

2010-04-09 Thread Atul Vani
work differently for example:- productPromoActionEnumId="PROMO_PROD_PRICE" makes the "X Product to be available for Y Price" or productPromoActionEnumId="PROMO_PROD_DISC" makes the "X Product to be available for Y% discount" I hope this helps you

does ForumDemoData.xml contains incomplete data?

2010-03-31 Thread Atul Vani
hello everyone, as i was traversing ForumDemoData.xml some of the data caught my attention and i think msg10002b is a response for msg10002 so the data should be like contentAssocTypeId="RESPONSE"... this instead of contentAssocTypeId="RESPONSE"... this and when i created threads and respon

Re: use of the empty @element macro

2010-03-23 Thread Atul Vani
Thanks Jacques, Those links were of great help. Jacques Le Roux wrote: Hi Atul, http://freemarker.org/docs/xgui_declarative_details.html Jacques From: "Atul Vani" hello everybody, while i was browsing ftl files to dig some information about macros i found that the follo

use of the empty @element macro

2010-03-23 Thread Atul Vani
hello everybody, while i was browsing ftl files to dig some information about macros i found that the following files:- /ofbiz/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/data/content/ftl /ofbiz/specialpurpose/ecommerce/script/org/ofbiz/ecommerce/data/topic/ftl /ofbiz/specialpurpose/ecom

Re: how to permanently delete promotions?

2010-03-02 Thread Atul Vani
set thru_date for all the association between Promotion category and Products from 'ProductCategoryMember' Entity Brajesh Patel wrote: hi Patrick, Please expire association between productstore and promo as given in the following link https://localhost:8443/catalog/control/EditProductPromoStore

Re: xml escape problems

2010-02-27 Thread Atul Vani
seem like its not a problem associated with a particular language, if there occurs an error while submitting form the form reappears but with HTML-Encoded text instead of the original, here's the screenshot http://i45.tinypic.com/ngykhi.png someone please fix this... zhiyongcui wrote: I in

Re: xml escape problems

2010-02-27 Thread Atul Vani
while writing xml you have to use html-encoding, for example: if you want to use '&' in some field then in xml you have to write it as '&' <... col_name="fast&furious" .../> this link might prove to be helpful:- http://en.wikipedia.org/wiki/Character_encodings_in_HTML :) zhiyongcui wrot

Re: Ecommerce Error

2010-02-25 Thread Atul Vani
oh, my mistake, now that i notice, 9.04 hasn't got that flt file in svn, someone got to upload it back... Atul Vani wrote: You interpreted me wrong Koon, i suggested you to get a new copy of *ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml *from svn... * * Koon Sang

Re: Ecommerce Error

2010-02-25 Thread Atul Vani
indeed missing from 9.04 release. As I am not a contributor in OFBIZ, maybe someone can help put the file in. Thanks! Atul Vani wrote: get an update of this file (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from ofbiz trunk, you might have mistakenly edited it... Koon

Re: Ecommerce Error

2010-02-23 Thread Atul Vani
get an update of this file (ofbiz/specialpurpose/ecommerse/widget/CustRequestScreens.xml) from ofbiz trunk, you might have mistakenly edited it... Koon Sang wrote: Anyone can help resolve this issue in Version 9.04? Thanks! Atul Vani wrote: you are getting this error coz by default there

Re: Error in Rejecting Request

2010-02-23 Thread Atul Vani
check controller.xml there is some problem with the request map, (you can find request uri from your browser's address bar) you have got invalid response tag, like below you might have mistakenly changed it, check it properly or get an update from svn... Koon Sang wrote: Hi, In Orde

Re: Ecommerce Error

2010-02-22 Thread Atul Vani
you are getting this error coz by default there is no such file at this location (/ofbiz/applications/order/webapp/ordermgr/request) in ofbiz trunk the file included in your screen doesn't exist... Koon Sang wrote: Hi, I got error on https://localhost:8443/ecommerce/control/ViewRequest?cu

Re: Error in Update Inventory Item

2010-02-22 Thread Atul Vani
a GenericValue object means a map (where key value pairs exist), it seems like the GenericValue object being used by update service doesn't match with that of the Facility entity, i will check for more details and get back to you... Koon Sang wrote: Hi, In https://localhost:8443/facility/

<    1   2