RE: call_cal

2008-10-15 Thread 茆文俊
undescribed -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 2:20 PM To: user@ofbiz.apache.org Subject: Re: call_cal do a search of the code for calendar_date_select.js you will find it in xml files in ecommerce, framework, and specialpurpose

Re: call_cal

2008-10-15 Thread BJ Freeman
do a search of the code for calendar_date_select.js you will find it in xml files in ecommerce, framework, and specialpurpose then search for those files in the code. these will give you examples on how to include it in other screens. Suhas Yalgude sent the following on 10/15/2008 10:34 PM: > plea

Re: call_cal

2008-10-15 Thread Chirag Manocha
You can see this in CommonScreens.xml file of common component. with this the ready reference is value="/images/calendar_date_select.js" global="true"/> Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :- +

Re: call_cal

2008-10-15 Thread Suhas Yalgude
please tell me how to included calendar_date_select.js in screen. On Wed, Oct 15, 2008 at 5:42 PM, Chirag Manocha < [EMAIL PROTECTED]> wrote: > I think calendar_date_select.js is not included in screen. > This js file have function call_cal(...) > > Please provide more information if it doesnt h

RE: is there translation tool for OfBIZ?

2008-10-15 Thread 茆文俊
undescribe -Original Message- From: Vikas Mayur [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 12:01 PM To: user@ofbiz.apache.org Subject: Re: is there translation tool for OfBIZ? Provide a patch through Jira. For more information on how to please read http://docs.ofbiz.org

Advice needed: Integrating an External Webapp with OfBiz Order Application service layer via RMI...

2008-10-15 Thread DeAngelo Lampkin
Hello all! I'll get right to it. Scenario: 1) I have a pre-built, no-ofbiz webapp built using a separate MVC framework (Spring, struts, etc) 2) This app needs an ecommerce solutio. So in this non-ofbiz webapp, a user can add a bunch of items to a shopping cart , and click "buy" and have ofbiz h

Re: is there translation tool for OfBIZ?

2008-10-15 Thread Vikas Mayur
Provide a patch through Jira. For more information on how to please read http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Contributors+Best+Practices Vikas On Oct 16, 2008, at 3:35 AM, Nemanja Simonovic wrote: I have created some crude tools to export translation labels from ofbiz format to gett

entity API for 'insert if not exist SQL' query

2008-10-15 Thread Vedam B
is there any API to insert record if that does not exist in the table? So that I can easily handle the unique record exceptions. Regards Vedam

Re: is there translation tool for OfBIZ?

2008-10-15 Thread Nemanja Simonovic
I have created some crude tools to export translation labels from ofbiz format to gettext (po files), and to merge results back in ofbiz. Where should I post them? On Mon, Oct 13, 2008 at 9:41 PM, Jeroen van der Wal <[EMAIL PROTECTED]> wrote: > > Hi Nemanja, > > We have plans to develop a solution

Re: How to find the value of lists using in the xml file

2008-10-15 Thread Scott Gray
You'll need to be a bit more specific with your questions if you want the right (or any) answers. If you just want to display the contents of the list in the log then you can use the tag. Regards Scott 2008/10/16 Pradeep Kumar <[EMAIL PROTECTED]>: > Hi all, > > How to find the values of the lis

RE: Urgent Prod Issue: payment "capture" workflow / processing

2008-10-15 Thread Nick Rosser
David, In answer to your questions: 1. what did the user do A: this is a batch pick and pack scheduled job (we wrote this, it collects all Orders and issues a CreatePickListFromOrder and CompletePack OFBiz service call; each Order is processed within a single transaction; the process loops thru

Re: Urgent Prod Issue: payment "capture" workflow / processing

2008-10-15 Thread David E Jones
Nick, What might be most helpful is to describe the symptoms and errors you're actually seeing instead of an interpretation of them (it's hard to guess at whether you interpretation is correct or not, or what that might mean relative to what people know about the system). For example, wh

How to find the value of lists using in the xml file

2008-10-15 Thread Pradeep Kumar
Hi all, How to find the values of the lists used in the xml files such as in simple methods and services. -- With regards, S K Pradeep kumar

Re: Urgent Prod Issue: payment "capture" workflow / processing

2008-10-15 Thread BJ Freeman
include log files relative to the capture process. be sure to take out any CC info. what gateway is causing this. authorize, OOTB, is done at order time. should not re-autorize just capture, when ship. should not try re-athoris unless failed on first attemp. should not approve order if not authoriz

Urgent Prod Issue: payment "capture" workflow / processing

2008-10-15 Thread Nick Rosser
Hi, We have recently deployed OFBiz into our clients production environment. The following is typical of a serious issue we are experiencing: * run Pick n Pack, in a batch job * if we get an error in the "capture" process: othe service does not appear to return a clean

Re: DIffernce between context root and context path

2008-10-15 Thread nalin chandra
Hi this is easily understandable if you print the both value on your ftl page. context root are the all root define in the component-load.xml as component and mount in the web.xml with display-app-bar="true". context path is the present request path. myofbiz wrote: > > Hi > Can some one tell

Re: how to handle cost-center in ofbiz

2008-10-15 Thread Daniel Riquelme
I've thinking about this and decided to implement it the following way. 1) Create new entities Center (Administrative Department, Business Unit) and CenterRole (Cost Center, Expense Center, Profit Center, Funds Center). 1.1) Create relations from Center to Party (Internal Organizations) and any ot

presentation layer created by JSP

2008-10-15 Thread Geotek office
Hello Is there some sample of presentation layer developed with JSP ? If there is some sample with form please tell me. 10x all

Re: svn: Directory 'C:\projects\java\ofbiz_svn\specialpurpose\webpos\build' is missing

2008-10-15 Thread BJ Freeman
ah got it. Thanks. Scott Gray sent the following on 10/15/2008 3:43 AM: > Yes that means it was in svn but has been deleted... > > Regards > Scott > > 2008/10/15 BJ Freeman <[EMAIL PROTECTED]>: >> did a clean >> did an update >> got this >>D C:/projects/java/ofbiz_svn/specialpurpose/webpos/

Re: call_cal

2008-10-15 Thread Pradeep Kumar
Hi, Supply the proper parameters to the call_cal function. such as textbox name. On Wed, Oct 15, 2008 at 5:42 PM, Chirag Manocha < [EMAIL PROTECTED]> wrote: > I think calendar_date_select.js is not included in screen. > This js file have function call_cal(...) > > Please provide more information

Re: call_cal

2008-10-15 Thread Chirag Manocha
I think calendar_date_select.js is not included in screen. This js file have function call_cal(...) Please provide more information if it doesnt help you. Thanks & Regards Chirag Manocha HotWax Media http://www.hotwaxmedia.com Email :- [EMAIL PROTECTED] Contact :-

Re: call_cal

2008-10-15 Thread Vikas Mayur
Please provide more information like what you did, what you want to do, any error logs etc. Vikas On Oct 15, 2008, at 5:30 PM, Suhas Yalgude wrote: I have got one date-time field. It is giving error that object required because of it is not geting call_cal. please help

call_cal

2008-10-15 Thread Suhas Yalgude
I have got one date-time field. It is giving error that object required because of it is not geting call_cal. please help

Re: svn: Directory 'C:\projects\java\ofbiz_svn\specialpurpose\webpos\build' is missing

2008-10-15 Thread Scott Gray
Yes that means it was in svn but has been deleted... Regards Scott 2008/10/15 BJ Freeman <[EMAIL PROTECTED]>: > did a clean > did an update > got this >D C:/projects/java/ofbiz_svn/specialpurpose/webpos/build > > Scott Gray sent the following on 10/15/2008 2:34 AM: >> It's not anymore just d

Re: What is the solution for this

2008-10-15 Thread Pradeep Kumar
Hi, I have created the product and added it under promotion category. product Id : LS125 On Wed, Oct 15, 2008 at 3:00 PM, Bilgin Ibryam <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-15 at 14:54 +0530, Pradeep Kumar wrote: > > proved order it is giving the following warning. > > > > Warning: no

Re: svn: Directory 'C:\projects\java\ofbiz_svn\specialpurpose\webpos\build' is missing

2008-10-15 Thread BJ Freeman
did a clean did an update got this D C:/projects/java/ofbiz_svn/specialpurpose/webpos/build Scott Gray sent the following on 10/15/2008 2:34 AM: > It's not anymore just delete the folder and run a clean up and it > should be fine. > > Regards > Scott > > 2008/10/15 BJ Freeman <[EMAIL PROTEC

Re: Use of "Request Taker" role type

2008-10-15 Thread BJ Freeman
This is related to mypage that hans is working on. Hopefully he will see this and respond. Harsha Chadhar sent the following on 10/15/2008 1:21 AM: > The Role REQ_TAKER is concerned with a party associated to a Request.For > more understanding you may see the entities CustRequest which designates

Re: svn: Directory 'C:\projects\java\ofbiz_svn\specialpurpose\webpos\build' is missing

2008-10-15 Thread Scott Gray
It's not anymore just delete the folder and run a clean up and it should be fine. Regards Scott 2008/10/15 BJ Freeman <[EMAIL PROTECTED]>: > Just did a update. > have not updated this for a while. > not sure why build is in the svn >

svn: Directory 'C:\projects\java\ofbiz_svn\specialpurpose\webpos\build' is missing

2008-10-15 Thread BJ Freeman
Just did a update. have not updated this for a while. not sure why build is in the svn

Re: What is the solution for this

2008-10-15 Thread Bilgin Ibryam
On Wed, 2008-10-15 at 14:54 +0530, Pradeep Kumar wrote: > proved order it is giving the following warning. > > Warning: no shipments created; could not find anything ready and > needing to > be shipped > > How can i resolve this? What are the types of the products in the order? Can you recreate

What is the solution for this

2008-10-15 Thread Pradeep Kumar
Hi all, In my application. when i press the *Quick Ship entire order *button for approved order it is giving the following warning. Warning: no shipments created; could not find anything ready and needing to be shipped How can i resolve this? -- With regards, S K Pradeep kumar

Re: Use of "Request Taker" role type

2008-10-15 Thread Harsha Chadhar
The Role REQ_TAKER is concerned with a party associated to a Request.For more understanding you may see the entities CustRequest which designates a Request and the CustRequestParty associates a Request with the Party. This role can be assigned to a Party(or Person) to associate it to a Request i

Use of "Request Taker" role type

2008-10-15 Thread Dhiraj Saxena
Hello All, I am new at Ofbiz. I am just go through Party manager of Ofbiz. I just want to know that "What is the use of *Request Taker (roleTypeId = "REQ_TAKER**") * role of a party" and when we can assign this role to any party. Please give me detail of same. Thanks in advance. -- Thanks, Dhi