Controller Entry related to include other application controller.

2008-03-20 Thread Rishi Solanki
our own uri's in new application controller. My vote is we should go for Write our own uri in the new application controller. Suggestion's are most welcome. Thanks and Regards : [Rishi Solanki]

Re: how to see data in view table?

2008-06-10 Thread Rishi Solanki
entity have. same is true for your case i.e. OrderReportSalesGroupByProduct. The Webtools screen doesn't work properly with view entities with both aggregate and normal fields because by default that screen selects all fields. Thanks and Regards [Rishi Solanki] On Wed, Jun 11, 2008 at 9:28 AM, Case

Question related to use of WorkEffortAssoc entity in OFBiz.

2008-06-14 Thread Rishi Solanki
that, if we have a relationship to relate the workEffortId by it self ( i.e by an another workEffortId ), then why we need the *WorkEffortAssoc *for the same purpose. *Or it is for handeling a different scenario in (OFBiz Work Effort Data Modeling). ** * *Thanks and Regards [Rishi Solanki]*

Re: I am trying to explore ofbiz please help me on these issues.

2008-06-17 Thread Rishi Solanki
Hey Saurabh, Read comments inline, On Tue, Jun 17, 2008 at 9:54 PM, Saurabh Nayak [EMAIL PROTECTED] wrote: (1) partycontroller.xml has a view mapping with attribute page= . why it is used as it shows error when we pass request. It used in many *controller.xml files. For reference

Re: Many entities that should has foreign key but it not, why?

2008-06-25 Thread Rishi Solanki
The relation-type = nofk is used when we need a relation but don't want to apply foreign key constraints on it. This relation comes in existance only when we need to use the attribute of a entity into another entity. And we needed that when we delete/expire a record from entity say

Re: Indian Tax system(Service Tax and Cess)

2008-07-07 Thread Rishi Solanki
Hi Ankur, Pls go through the following link, Hope this will help you ; http://docs.ofbiz.org/display/OFBTECH/OFBiz%27s+Tax+Authority+Data+Model Thanks and Regards [Rishi Solanki] On Mon, Jul 7, 2008 at 12:47 PM, ankur gupta [EMAIL PROTECTED] wrote: Hi all How to apply a Tax on Tax i.e

Re: Is FAQ Management exists in OFBiz?

2008-07-16 Thread Rishi Solanki
Hello Ajay, For creating FAQs for a ecommerce site : We can use ContentAssoc entity, refer Content Manager Web Application of OFBiz. *Thanks and Regards [Rishi Solanki] * On Wed, Jul 16, 2008 at 10:31 AM, Ajay @ Pal InfoCom [EMAIL PROTECTED] wrote: Hello All, I want to know if FAQs can

Re: newline in widgets..

2008-09-29 Thread Rishi Solanki
Hello Aditi, In Screen widget the you may separate two successive line using horizontal-separator/ put it in between two labels. But I think it will separate it by a bar. - Rishi Solanki On Mon, Sep 29, 2008 at 7:19 PM, adithi agarwal [EMAIL PROTECTED]wrote: Thanks for your reply Harsha

Re: ZK view handler?

2009-02-04 Thread Rishi Solanki
may easily get the dispatcher from the static method of GenericDispatcher class have the following signature, dispatcher = GenericDispatcher.getLocalDispatcher(String dispatcherName, GenericDelegator delegator); Hope that Helps. -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd

Re: Question on the resultant Product in Product Lookup while creating Sales Order?

2009-04-29 Thread Rishi Solanki
Same Here, I follow the same steps and selected Demo Catalog. I am agreed on the showing the products associating with the selected catalog. Lets more thoughts come as the product look up is used at many places in OFBiz. -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd

Re: No login page in Webtools

2009-05-08 Thread Rishi Solanki
/she is logged in. In the current behavior user could not find any link or login page so can login and access the component. +1 to change current behavior. -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, May 8, 2009 at 2:42 PM, Divesh Dutta divesh.du

Re: How to give id for a field in form widget

2009-05-11 Thread Rishi Solanki
attribute support so that we can ignore use of ftl as much as possible, even in case of JS/Ajax functionalities. Would be good if we (users) discuss and if agree then go for it. -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, May 11, 2009 at 9:34 AM, Ravindra Mandre raviof

Re: How to give id for a field in form widget

2009-05-13 Thread Rishi Solanki
Thank you Jacques for interest, Soon I will start a thread on dev list for the same probably in next few hours. Will list out all the tag where we need the id-name to handle. For sure dev list is better place to discuss the improvements. -- Rishi Solanki Enterprise Software Developer HotWax

Re: DB field name definition

2009-05-29 Thread Rishi Solanki
for defining the entity may I missed any, Hope the above notes helps you. -- Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, May 27, 2009 at 1:59 PM, Ravi Kumar ravipr...@gmail.com wrote: Hi all, Any one have idea on field name definition rule in entitymodel.xml

Re: use-when form field based on permission

2009-06-30 Thread Rishi Solanki
Chris, you can achieve this by the use-when attribute of the field tag, before it you may call your permission service in the action tag of the Form or Screen containing the form. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Jun 30, 2009 at 1:56 PM, snowch sno

Re: extending entities

2009-07-20 Thread Rishi Solanki
the above information helps !!! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Jul 17, 2009 at 4:00 PM, snowch sno...@coralms.com wrote: I need entities to hold party and partyRelationship information, but I need to keep the data in these entities separate from

Re: configuration

2009-08-03 Thread Rishi Solanki
. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World.. .) Any one of above will helps you learning about OFBiz and then most of the questions you ask can be solve by yourself then. Rishi Solanki Enterprise Software Developer HotWax Media Pvt

Re: DB field name definition

2009-08-18 Thread Rishi Solanki
not be more then 128 letters. - fk-name should not be more then 18 letters. I got these information from Ashish Vijaywargiya, and think the above points should be added. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Aug 18, 2009 at 4:00 PM, Jacques Le Roux jacques.le.r

Re: TaxAuthority Entity

2009-08-18 Thread Rishi Solanki
!!! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Aug 18, 2009 at 6:59 PM, su2 shu...@pexsupply.com wrote: Hi All, In TaxAuthority Entity, I see NY_UTF, CA_BOE and UT_TAXMAN(any state except NY CA). Why do we have 3 different names after the underscore _ ?. What does

Re: TaxAuthority Entity

2009-08-18 Thread Rishi Solanki
Any other view Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Aug 18, 2009 at 7:51 PM, Rishi Solanki rishisolan...@gmail.comwrote: Hi su2, If you see the records in the party entity of the same party, they all are of type PartyGroups in role of TAX_AUTHORITY

Re: Feature Tree Generation, Variant Tree Generation

2009-09-09 Thread Rishi Solanki
for the getting related categories to a top level category then getRelatedCategories static method of Category worker class is available OOTB for you. - All other methods which are supports the product related operations is in ProductWorker.java. Rishi Solanki Enterprise Software Developer HotWax

Re: contactMechId partyId

2009-09-23 Thread Rishi Solanki
of contactMechId is we can find thru it whether it is contactMechId of PostalAddress or any other type. Another significance of using contactMechId is we have a common entity ContactMech which captures the P.K of all types of contact mechanisms. HTH !!! Rishi Solanki Enterprise Software Developer

Re: can I call .bsh file from Java?

2009-10-09 Thread Rishi Solanki
the technique i.e. by putting the list into request/session you will be able to get your desired result. HTH ! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Oct 8, 2009 at 2:28 AM, su2 shu...@pexsupply.com wrote: Hello friends, Can I call .bsh file from .java file? Get

Re: Typo error in GeneralLedgerServices.xml

2009-10-09 Thread Rishi Solanki
Hi Cimballi, I see the typo is there in if part in else it is right. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Oct 9, 2009 at 5:18 AM, Cimballi cimba...@cimballi.net wrote: Hi, I think there is a typo error in the file accounting/script/org/ofbiz

Re: Best way to extend an entity

2009-10-20 Thread Rishi Solanki
the Project Manager app is better option as it is based on the WorkEffort and all the basic + special purpose business logic will be available for your custom application. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Oct 19, 2009 at 4:08 AM, Gavin Mabie gavin.ma

Re: Unable to start Lambda Probe

2009-10-29 Thread Rishi Solanki
Here are the variations ;-) http://images.google.co.in/images?hl=ensource=hpq=laddugbv=2um=1ie=UTF-8sa=Ntab=wi Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Oct 29, 2009 at 3:05 PM, Mridul Pathak mridul.pat...@hotwaxmedia.com wrote: It is super delicious and has

Re: webtools theme..

2009-10-30 Thread Rishi Solanki
The practice application should develop step wise as per direction notes given. I think either you have missed the step of including controller or missing something in adding decorator. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Oct 30, 2009 at 5:56 PM, swathi

Re: Groovy

2009-11-09 Thread Rishi Solanki
All delegator method has support for orderBy parameter pass the dateVariableName on which you want the filter. Another is EntityUtil.filterByDate() static method. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 9, 2009 at 2:28 PM, Prabhakaran Duraisamy prabhaka

Re: Generating an Invoice Automatically from purchase order

2009-11-09 Thread Rishi Solanki
in the Payment Information section of orderview page. HTH ! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 9, 2009 at 2:49 PM, Gavin Mabie gavin.ma...@urbannex.co.zawrote: Hi How do I generate an Invoice automatically from a purchase order? Thanks

Re: How to set partyId in request in javascript

2009-11-09 Thread Rishi Solanki
; parameters: $('shippingOptionForm').serialize(), requestHeaders: {Accept: 'application/json'} if wanna to submit single or two value then go like ; parameters: {productPromoCodeId:$F('productPromoCode')} Reference file in OFBiz - /ecommerce/webapp/ecommerce/images/checkoutProcess.js Rishi Solanki

Re: How to set partyId in request in javascript

2009-11-10 Thread Rishi Solanki
I suggested the both way, If you want to pass the parameter then use ; parameters: {productPromoCodeId:$F('productPromoCode')} line 418. Here the service will get the productPromoCodeId as parameter, note there is no form submit. Here Rishi Solanki Enterprise Software Developer HotWax Media Pvt

Re: groovy in javascript

2009-11-10 Thread Rishi Solanki
I respond to similar problem in another thread How to Set partyId in request in javascript Use groovy handler of org.ofbiz.webapp.event.GroovyEventHandler to get the parameters in your controller request. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Nov 10, 2009

Re: Hiding Menus in Ofbiz

2009-11-11 Thread Rishi Solanki
services and data to use in your custom one. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 9, 2009 at 2:06 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi Rakesh, If I am getting you currectly(Other menus means Content, CMS, Catalog etc modules

Re: Hiding Menus in Ofbiz

2009-11-11 Thread Rishi Solanki
No Worries Kumar, We are here to get best possible option from available and helping each other. :-) Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Nov 11, 2009 at 4:29 PM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi Rishi, I missed this concept

Re: Help required about custom service and transactions

2009-11-12 Thread Rishi Solanki
Hi Cimballi, TransactionUtil.rollback(boolean beganTransaction, String causeMessage, Throwable causeThrowable) will be your friend here. On passing beganTrasaction value to tru it will rollback the current thread transactions. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd

Re: how to import data from excel sheet

2009-11-12 Thread Rishi Solanki
productImportFromSpreadsheet without passing any parameter. If your Excell Sheet has some other Product entity field then those needs to be handle by modifying the service. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Nov 13, 2009 at 10:57 AM, S K Pradeep kumar s.k.pradeepku

Re: about menu-item

2009-11-13 Thread Rishi Solanki
in the Practice Application, once go thru it. http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginners+Development+Guide+Using+Practice+Application+(Hello+World.. .) Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Nov 3, 2009 at 12:10 PM, zhiyongcui zhiyong...@gmail.com wrote: Who can

Re: Example of saving a list of edits in one shot

2009-11-15 Thread Rishi Solanki
error Total amountPercentage is not equal 100. Still one more improvement remains,need to show error at the line where it occurs for first time, will do it in the next phase of implementation. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Nov 13, 2009 at 7:20 PM

Re: Party ManageAdd Customer localisation

2009-11-18 Thread Rishi Solanki
Hi, Inline. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Nov 18, 2009 at 3:43 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi, From: Scott. sc...@anglolimited.com Hello, Can someone please help me understand the logic with regards

Re: Filter duplicates method

2009-11-18 Thread Rishi Solanki
Hi Stephen, Till now I used to filter the list by checking the value contains in the list. It is not in OFBiz, If done should be good utility method. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Nov 18, 2009 at 6:47 PM, Stephen Rufle sru...@salmonllc.com wrote

Re: Can setting a value through javascript invoke an HTML event

2009-11-18 Thread Rishi Solanki
events needed user interaction to occur. Better you call function on the click of link update the value in the parent page input and in that call your function to handle what ever you want. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Nov 19, 2009 at 2:34 AM, Stephen

Re: if-compare-field tag in actions tag

2009-11-19 Thread Rishi Solanki
Hi X-men, ;-) Put the check in the conditions tag it is at the same level of actions and widgets, under the section. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Nov 19, 2009 at 3:49 PM, x x dj_hit...@yahoo.com wrote: hello I want to put if-compare-field tag

Re: Promotion - FREE Shipping on product/category

2009-11-22 Thread Rishi Solanki
, - ProductPromoCond, - ProductPromoCategory, - ProductPromoProduct, (May not be of your use) - ProductPromoCode, and - ProductStorePromoAppl. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 23, 2009 at 7:57 AM, su2 shu...@pexsupply.com wrote: Thanks Jacques, From

Re: Order Lookup is not working properly for Receive Inventory

2009-11-22 Thread Rishi Solanki
solution. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Nov 23, 2009 at 11:06 AM, Akash Jain akash.j...@hotwaxmedia.comwrote: Thanks Rishi for reply. I have found out one more solution of this problem, After commenting, auto-fields-entity entity-name

Re: How to integrate prototype js in ofbiz

2009-11-26 Thread Rishi Solanki
effort ;-). Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Nov 26, 2009 at 10:01 AM, S K Pradeep kumar s.k.pradeepku...@gmail.com wrote: Hi all, I am having one application, which already customized with user requirement. This version of ofbiz is not having

Re: How to integrate prototype js in ofbiz

2009-11-26 Thread Rishi Solanki
JSON objects supported by AJAX. To make your request you need to add your own custom js file in the screen, like done for the OnePageCheckout (screen) checkoutProcess.js. In checkoutProcess.js you can see many examples which full fill your purpose. HTH ! Rishi Solanki Enterprise Software

Re: Product feature - country

2009-12-03 Thread Rishi Solanki
as COUNTRY_FTR or FTR_COUNTRY. How it will work can be easily understand by /ecommerce/DemoProduct.xml, but you won't find any direct example. HTH ! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Dec 4, 2009 at 1:47 AM, V.S. valentin.soborni...@premiumwine.com.ua wrote

Re: How to implement and EDA

2009-12-04 Thread Rishi Solanki
of these has been implemented. Better you go here - http://cwiki.apache.org/confluence/display/OFBIZ/OFBiz+Tutorial+-+A+Beginners+Development+Guide Here you will get all the examples of using each type of event and in line notes with each code will guide you how/when/where to use which. Rishi Solanki

Re: Last referred url

2009-12-04 Thread Rishi Solanki
in the FTL. It will always navigate to the page where you do not specify the save-last-view=false in the response of the request. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Dec 5, 2009 at 12:35 AM, Stephen Rufle sru...@salmonllc.com wrote: I want to create a back

Re: How to set permissions to all new users?

2009-12-04 Thread Rishi Solanki
Hi Mario, Add its UserLoginSecurityGroup data and associate the permission you want. Once the data load and even you drop the DB instance it will loaded again on ant targets. This way you won't need to assign permission again and again to your user from party application. Rishi Solanki Enterprise

Re: How to set permissions to all new users?

2009-12-06 Thread Rishi Solanki
way to handle. Jacques I will try to remember this and try to get better on which kind of help actually a subscriber needs. Thanks Again ! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sun, Dec 6, 2009 at 4:19 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi

Re: how to delete new user in ofbiz

2009-12-09 Thread Rishi Solanki
user login security section in which you can easily set the Enabled = N and update. Still if you want to delete then it can be done from webtools. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Dec 9, 2009 at 2:10 PM, Gnanashankar Shanmugam gn...@formativesolutions.co.in

Re: how to access from date filed of enetity instance from groovy file

2009-12-15 Thread Rishi Solanki
fromDate = genericValueInstance.fromDate more generic; anyField = genericValueInstance.anyField (anyField should be a part of the entity) HTH ! Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Dec 15, 2009 at 11:29 PM, x x dj_hit...@yahoo.com wrote: hello how can

Re: Why promotion category on ecommerce

2009-12-16 Thread Rishi Solanki
Category. Still if customer wants then you may show the other categories product on main page. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Dec 16, 2009 at 11:10 AM, Ramkrishna Swamy ramkrishna.swamyof...@gmail.com wrote: Hello list, I want to know why only promotion

Re: @OfbizUrl with jSessionId

2009-12-23 Thread Rishi Solanki
Use @ofbizUrl secure=${request.isSecure()?string}${request}/@ofbizUrl. Here request is the any request you want to go with. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Dec 23, 2009 at 5:50 PM, Christopher Snow sno...@snowconsulting.co.uk wrote: Anyone

Re: @OfbizUrl with jSessionId

2009-12-23 Thread Rishi Solanki
More clear code is - @ofbizUrl secure=${request.isSecure()?string}${target}/@ofbizUrl. Here target is the any target you want to go with. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Dec 23, 2009 at 6:39 PM, Rishi Solanki rishisolan...@gmail.comwrote: Use

Re: how retrive data through dynamic view entity

2009-12-24 Thread Rishi Solanki
or request. On ftl you can then easly iterate that list and make display logic using the #list anyList as entry ${entry.key} /#list Here key is field of that particular dynamic view prepared by you. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Dec 24, 2009 at 1:29

Re: how retrive data through dynamic view entity

2009-12-24 Thread Rishi Solanki
Refer /applications/product/webapp/facility/WEB-INF/actions/facility/CountFacilityInventoryByProduct.groovy Here you got the code reference for creating a dynamic view getting data from it and then getting list which can be displayed on ftl/form-widget. HTH! Rishi Solanki Enterprise Software

Re: Automatic cache clear for entity elements when doing CRUD operations?

2010-01-04 Thread Rishi Solanki
will be of your help. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Jan 5, 2010 at 9:40 AM, Kumaraswamy nandipati kumarasw...@ecomzera.com wrote: Hi., I am using cache for most of the times for entities (like ProductCategoryMember, ProductCategory, Product

Re: How to show form field tool tip on mouse over

2010-01-08 Thread Rishi Solanki
to submit a patch to give this support till Monday. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Jan 8, 2010 at 1:50 PM, Raj Saini rajsa...@gmail.com wrote: Hi, I want to show the tool tip for a form field on mouse over. All examples Various forms I found

Re: travel agency component ?

2010-01-16 Thread Rishi Solanki
No its not but you can go here : Data Model Resource Book - volume 2, chapter-8 (Travel). Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Jan 15, 2010 at 5:47 PM, x x dj_hit...@yahoo.com wrote: Is there ofbiz component for travel agency? I think there was somthing

Re: Typo error in DemoTaxAuthority.xml

2010-01-16 Thread Rishi Solanki
Hi Cimballi, I see this is in accounting/data/DemoTaxAuthority.xml . Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Jan 15, 2010 at 11:55 PM, Cimballi cimba...@cimballi.net wrote: Hi, There is a typo error in specialpurpose/ecommerce/data/DemoTaxAuthority.xml

Re: Typo error in DemoTaxAuthority.xml

2010-01-16 Thread Rishi Solanki
It has been fix in -r899912, thanks to Ashish for fixing this. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Jan 16, 2010 at 2:34 PM, Rishi Solanki rishisolan...@gmail.comwrote: Hi Cimballi, I see this is in accounting/data/DemoTaxAuthority.xml . Rishi Solanki

Re: Update entity product - mass update for producut price

2010-01-26 Thread Rishi Solanki
Hi, Have a look at the ImprotProductServices.java productImportFromSpreadsheet. More you find at - http://cwiki.apache.org/confluence/display/OFBIZ/Import+Data+Using+Apache+POI+api Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Mon, Jan 25, 2010 at 8:17 PM, su2 shu

Re: Split shipment feature is gone on current 9.04 checkout screen(s)

2010-02-01 Thread Rishi Solanki
implementation for trunk only. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Feb 2, 2010 at 6:41 AM, Ruth Hoffman rhoff...@aesolves.com wrote: The subject says it all...I'll submit a JIRA...if it really is missing. FYI - this was never on the Quick Checkout form and only

Re: ProductPromoWorker$UseLimitException

2010-02-03 Thread Rishi Solanki
the same and then should be fix. The example is available for demo data in OFBiz. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Wed, Feb 3, 2010 at 2:41 PM, cqnunez ge...@yahoo.com wrote: I've created a promo where the condition is Party = DemoCustomer and the action is 5

Re: Quantity update on wish list

2010-02-04 Thread Rishi Solanki
+1. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Feb 4, 2010 at 6:52 PM, Vikas Mayur vikasma...@gmail.com wrote: Hi Jacques, There is an option available to the user to remove the item from the shopping list explicitly without specifying zero quantity

Re: party component dependency on accounting

2010-02-05 Thread Rishi Solanki
+1 for this change, as defining a view entity in xml is static one its not dynamic creation at run time. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Feb 6, 2010 at 4:16 AM, Christopher Snow sno...@snowconsulting.co.uk wrote: In the party component

Re: party component dependency on accounting

2010-02-06 Thread Rishi Solanki
. :-) Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Feb 6, 2010 at 3:43 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: I am really sorry Rishi (and Christopher): I completely misunderstood Christopher's initial question and I have caused confusion! Yes

Re: during the checkout how to grab a list of products at the screen action level?

2010-02-20 Thread Rishi Solanki
list which in turn have the product and productId for each line and other supporting things to display on UI. Hope that helps. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sat, Feb 20, 2010 at 7:03 AM, Patrick patrickinminneapo...@gmail.comwrote: Depending

Re: Now Practice Application will also teach you, how to write ajax request using prototype library in OFBiz

2010-02-26 Thread Rishi Solanki
Great Effort ! Thanks Divesh for doing this, glad to see the enhanced practice application. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Fri, Feb 26, 2010 at 4:26 PM, Divesh Dutta divesh.du...@hotwaxmedia.comwrote: Hello Users, I have introduced new section

Re: Leveraging Youtube

2010-02-28 Thread Rishi Solanki
+1. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Thu, Feb 25, 2010 at 5:52 AM, BJ Freeman bjf...@free-man.net wrote: I thought occurs to me that putting up youtubes would promote ofbiz. each person could take a focus and walk it through begin to end. the would

Re: Problem with Autocomplete in ofbiz?

2010-03-08 Thread Rishi Solanki
know if you did something on the fields where you want auto completer. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Sun, Mar 7, 2010 at 9:22 PM, Vasu .T vasut...@yahoo.co.in wrote: Hai,this is Vasu.I am a beginner with some knowledge in ofbiz.When i was using ofbiz i

Re: Problem with Autocomplete in ofbiz?

2010-03-08 Thread Rishi Solanki
in the getCountryList function and then prepare it to pass into the AutoCompleter constructor. For now you can ignore the afterUpdateElement. Note: For all these needs to be done we need to include the prototype.js and controls.js in our screen. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd

Re: Demo server

2010-03-09 Thread Rishi Solanki
Thanks for update. Rishi Solanki Enterprise Software Developer HotWax Media Pvt. Ltd. On Tue, Mar 9, 2010 at 11:43 AM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: Hi, I have just updated and rebooted the demo server Jacques

Re: Minimum Quantity ordered on Sales order

2010-03-31 Thread Rishi Solanki
and get the minimum order quantity for the particular product. Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, Mar 31, 2010 at 9:38 PM, Len Shein lsh...@verizon.net wrote: Is there a configuration that can

Re: Minimum Quantity ordered on Sales order

2010-04-01 Thread Rishi Solanki
Will try to submit patch ASAP. Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 1, 2010 at 2:05 PM, Jacques Le Roux jacques.le.r...@les7arts.com wrote: This could be a nice contribution, BTW Jacques

Re: Minimum Quantity ordered on Sales order

2010-04-02 Thread Rishi Solanki
https://issues.apache.org/jira/browse/OFBIZ-3633 Soon patch will be uploaded with example data by Deepak Dixit. Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 1, 2010 at 5:18 PM, Len Shein lsh

Re: Minimum Quantity ordered on Sales order

2010-04-02 Thread Rishi Solanki
I have added comment on the Jira better if we discuss on the issue so that discussion History can be traceable. :) Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, Apr 2, 2010 at 11:05 PM, Jacques Le Roux

Re: how to make invoice against a sales order

2010-04-07 Thread Rishi Solanki
Hi, Easiest way to Do Quick Ship Entire Order, then you will able to see the invoice number in the left bottom section of order screen. Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 8, 2010 at 11:13 AM

Re: Using custom delegator in simple method

2010-04-14 Thread Rishi Solanki
automatically call the constructor of the class specified in the class-name attribute. One more pointer is use set ../ tag in simple method and in value tag you can do all java code use ${groovy: 'post your code here'} HTH! Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct

Re: Session Invalidate !

2010-04-16 Thread Rishi Solanki
Use @ofbizUrl secure=${request.isSecure()?string}yourNextRequest/ofbizUrl Now there will be no unnecessary port switching and should work fine. HTH! Rishi Solanki Manager, Enterprise Software Developer HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 15

Re: OFBiz screen rendering problem.

2010-04-19 Thread Rishi Solanki
the other included screen in the same fashion as renders for other tags. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Mon, Apr 19, 2010 at 11:03 AM, Anil Soni anil.s...@lntinfotech.comwrote: I've a question on OFBiz

Re: Blog post about sales orders and ship groups

2010-04-19 Thread Rishi Solanki
Thanks Jacopo, this is great. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Mon, Apr 19, 2010 at 9:26 PM, Jacopo Cappellato jacopo.cappell...@hotwaxmedia.com wrote: Hi all, fyi, my latest blog post has

Re: Data loading fails in current trunk r937263

2010-04-23 Thread Rishi Solanki
Ashish, Observing same behavior on 937273 and same apply to other threads i.e me to got the same behavior of ecommerce and partymgr. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, Apr 23, 2010 at 6:19 PM

Re: Customer : Available balance

2010-04-28 Thread Rishi Solanki
Hi Abhishek, Please see my comments inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, Apr 28, 2010 at 4:45 PM, abhishek jain abhishek.netj...@gmail.comwrote: Dear friends, I am searching a lot

Re: Customer : Available balance

2010-04-29 Thread Rishi Solanki
Abhishek, Please see my comments Inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Apr 29, 2010 at 12:49 PM, abhishek jain abhishek.netj...@gmail.comwrote: Hi rishi can you be a bit more specific

Re: category name instead category id

2010-05-05 Thread Rishi Solanki
Please post more information what you want to achieve. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, May 5, 2010 at 1:16 PM, swetha swapna.dond...@palindromesoftware.com wrote: Hi, I need to pass

Re: Facing Problem while creating a New E commerce Project

2010-05-06 Thread Rishi Solanki
to separate your code from existing ecommerce application. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, May 6, 2010 at 7:24 PM, Gaurav Kalia gaurav.ka...@techblue.co.ukwrote: I found the problem, problem

Re: adding condition to view-entity defination !

2010-05-19 Thread Rishi Solanki
Hi Prashant, In general the definition should work, I do not see any thing strange setting here. All izz Well :-). Can you please give the other entity definitions except 'InventoryItem' which you are using to create this view so can look on it. Rishi Solanki Manager, Enterprise Software

Re: Single and list form together

2010-05-19 Thread Rishi Solanki
You can do this by including two/more forms in single screens. Look at the code base where OFBiz screen uses the find form/Add Form with list displaying the records. One quick reference is PartyScreens.xml screen name=viewroles Rishi Solanki Manager, Enterprise Software Development HotWax Media

Re: Problem With Live deployment

2010-05-20 Thread Rishi Solanki
Gaurav, Look at your AJAX or the Browser request, IMO it is changing the port from secure to non-secure or non-secure to secure port. In turn it will change the sessionId. So you need to keep the request on the same port and then problem should solve then. Rishi Solanki Manager, Enterprise

Re: Problem With Live deployment

2010-05-21 Thread Rishi Solanki
not have any other solution for this problem. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, May 21, 2010 at 8:28 PM, kaliagaurav gaurav.ka...@techblue.co.ukwrote: Hi All The problem is that I am getting

Re: Problem With Live deployment

2010-06-02 Thread Rishi Solanki
Hi Gaurav, Inline. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, Jun 2, 2010 at 1:00 PM, kaliagaurav gaurav.ka...@techblue.co.ukwrote: Hi Rishi I have some links in header.ftl for different type

Re: Adding Products to Cloned Ecommerce Application

2010-06-09 Thread Rishi Solanki
May be you have setup the same catalog to both product store. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Wed, Jun 9, 2010 at 8:20 PM, kaliagaurav gaurav.ka...@techblue.co.ukwrote: Hi Atul I have checked

Re: Transaction time out happen in between

2010-06-10 Thread Rishi Solanki
set the transaction-timeout=1000 in your service definition. Try it. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Jun 10, 2010 at 12:43 PM, Anurag Walia walia.anu...@hotmail.comwrote: Hi all, Thanks

Re: How to customise a product category ?

2010-06-11 Thread Rishi Solanki
. For this you need to load OFBiz Demo data. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Fri, Jun 11, 2010 at 2:46 PM, kaliagaurav gaurav.ka...@techblue.co.ukwrote: Hi All I have created a catalog and added few

Re: Catalog Security Group

2010-06-17 Thread Rishi Solanki
Can ProdCatalogRole entity by setting party role as owner of that catalog. In your permission service out true/false on the basis of this record. Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Thu, Jun 17, 2010

Re: Multitenancy

2010-06-22 Thread Rishi Solanki
Hi Pierre, Here you go - https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Tue, Jun 22, 2010 at 6:03 PM, Pierre Smits pierre.sm

Re: which codes to send email?

2010-06-24 Thread Rishi Solanki
=async invoke=sendOrderConfirmation/ response name=success type=view value=ordercomplete/ response name=error type=view value=ordercomplete/ /request-map Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com

  1   2   3   4   >