Re: problem with id 1000 under feature category

2008-10-23 Thread Abhishake Agarwal
Hi BJ,

I tried following ID's 1001, 1002 but it works well, there is only problem
with ID 1000.

Regards,
Abhishake

On Fri, Oct 24, 2008 at 3:51 AM, BJ Freeman <[EMAIL PROTECTED]> wrote:

> anything under 1 is demo data.
> when something is added thru the UI or services it uses the
> delegator.getNextSeqId
> which starts at 1
> so there maybe an error in the hand editing of the demo data.
>
> Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:
> > Hi,
> >
> > I think there is a bug while displaying  description for
> > productFeatureCategoryId in feature category  screen.
> > (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
> >
> > description is same as Id, while in DB it is
> > different(productFeatureCategoryId:1000, description:Hazmat Features )
> > (
> >
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> > ).
> >
> > I think this is the issue with Id "1000" because all the other data get
> > displayed correctly.
> >
> > I also printed the value of EntityListIterator returned by service
> > performFind  in runAction method of ModelFormAction.java but all the
> generic
> > values contain proper data in it.
> >
> > Please help me know what might be problem.
> >
> > Regards,
> > Abhishake
> >
>


Re: Introduction

2008-10-23 Thread Onima Kasliwal

Hi Mark,
In addition to the documentation,there are also training videos  and 
supportive diagrams  which are very helpful in understanding the OFBIZ 
framework.Here's the link for the same  
http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams


REAGRDS
ONIMA KASLIWAL
www.hotwaxmedia.com



Mark Grennan wrote:
Hi everyone, 

I'd like to introduce myself. My company is working with Transervse (http://www.gotransverse.com/) who is creating an Telecom BSS/OSS Solution based on OFBiz. I manage the systems here at Crossroads. I'm needing to scale our system for reliability resins, I.E. two servers with shared sessions. Documentation on OFBIZ and has been difficult to find. If it does exist can you point me in the right direction? 

Thanks. (Back to leaking.) 






Mark Grennan 
Data Center Manager 
Crossroads Wireless 
5 North McCormick St. 
Oklahoma City, OK 73127 
Desk: 405 694-2100 x3119 
Cell: 405 343-9332 



  




Re: Introduction

2008-10-23 Thread Surya Kusumakar

Hello Mark,
These links will help you a lot and will give you a good introduction of 
Ofbiz:

http://ofbiz.apache.org/
http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Documentation+Index
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application
---
Thanks
Surya Kusumakar
Hotwax Media Pvt Ltd.
www.hotwaxmedia.com
Mark Grennan wrote:
Hi everyone, 

I'd like to introduce myself. My company is working with Transervse (http://www.gotransverse.com/) who is creating an Telecom BSS/OSS Solution based on OFBiz. I manage the systems here at Crossroads. I'm needing to scale our system for reliability resins, I.E. two servers with shared sessions. Documentation on OFBIZ and has been difficult to find. If it does exist can you point me in the right direction? 

Thanks. (Back to leaking.) 






Mark Grennan 
Data Center Manager 
Crossroads Wireless 
5 North McCormick St. 
Oklahoma City, OK 73127 
Desk: 405 694-2100 x3119 
Cell: 405 343-9332 



  


Re: inventory item status

2008-10-23 Thread yasin lyyas
Hi,

thanks for your reply, I have checked it and the problem is clear to me
now. Thanks a lot.

Lyyas
Yasin

On Wed, 2008-10-22 at 03:53 -0500, BJ Freeman wrote:
> which rev are you using
> have you changed anything else that might effect the information
> 
> based on last rev
> look at InventoryServices.checkInventoryAvailability
> about line 401.
> this will tell you the criteria used.
> 
> 
> yasin lyyas sent the following on 10/22/2008 1:26 AM:
> > Hi,
> > 
> > thanks for the reply. The Inventory is a non-serialized inventory. Also,
> > we edit something in service to process returned item so that the
> > InventoryItem StatusId will be set to null. I know this should not be
> > done this way, but it has been done now and its in production server. I
> > just need a clarify that, a blank InventoryItem status id will not give
> > us problem with a reservation made to this InventoryItem.
> > 
> > 
> > On Wed, 2008-10-22 at 03:09 -0500, BJ Freeman wrote:
> >> there is a
> >> INV_NON_SER_STTS group as well
> >> as well
> >> and if  a new  InventoryItem is created is should have _NA_ till either
> >> one of then INV_NON_SER_STTS or INV_SERIALIZED_STTS are assigned.
> >> this is so views that include Status will show.
> >>
> >> Mridul Pathak sent the following on 10/22/2008 12:32 AM:
> >>> AFAIK, Inventory Item Status are used only in case of serialized 
> >>> inventory,
> >>> and not for non-serialized ones.  So in case of non-serialized inventory
> >>> items you may find blank inventory item status.
> > 
> > yasin lyyas sent the following on 10/20/2008 2:24 AM:
> >> Hi all,
> >>
> >> I have a question here regarding the inventory item status id. If the
> >> status id is blank (null), what will happen if there is a reservation
> >> made to this inventory item? In our case, we have a returned inventory
> >> item. Status ID for this inventory item has been removed ( becomes
> >> blank), and it has 10 qoh and atp. When a reservation made to this
> >> inventory item, the order becomes a backorder. atp/qoh is 9/10, but in
> >> reservation table, it shows the qty not available = 1. 
> >>
> >> Can we not leave the inventory item status blank?
> >>
> >> Thanks
> >>
> >> Lyyas
> >> Yasin
> >>
> >>
> >>
> > 
> > 
> > 



Re: problem with id 1000 under feature category

2008-10-23 Thread BJ Freeman
anything under 1 is demo data.
when something is added thru the UI or services it uses the
delegator.getNextSeqId
which starts at 1
so there maybe an error in the hand editing of the demo data.

Abhishake Agarwal sent the following on 10/23/2008 7:45 AM:
> Hi,
> 
> I think there is a bug while displaying  description for
> productFeatureCategoryId in feature category  screen.
> (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
> 
> description is same as Id, while in DB it is
> different(productFeatureCategoryId:1000, description:Hazmat Features )
> (
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> ).
> 
> I think this is the issue with Id "1000" because all the other data get
> displayed correctly.
> 
> I also printed the value of EntityListIterator returned by service
> performFind  in runAction method of ModelFormAction.java but all the generic
> values contain proper data in it.
> 
> Please help me know what might be problem.
> 
> Regards,
> Abhishake
> 


Picklist / Receive Inventory Question

2008-10-23 Thread Nick Rosser
We are seeing the following issue:

 

*   Receive Inventory

oChecks all existing PICKLIST rows that are not (CANCELLED or
PICKED)

oChecks all PICKLIST_BIN items

oChecks these for back-order, order re-reserve etc.

 

In our implementation this takes a very long time (kills the system such
that users get freaked out). 

 

Fact is, we have 100's of PICKLISTs with a status of PRINTED (post PICKED),
each with 1000's of items. Should the inventory-checking also be ignoring a
PRINTED picklist? 

 

Regards,

 

Nick Rosser

  [EMAIL PROTECTED]

 

Office: 516.742.7888 x221

Mobile: 516.901.1720

Fax: 516.742.9169

 

Visit us at   http://www.salmonllc.com/

 



Re: Length of textbox field "group name local" is limited in form of creating new party group?

2008-10-23 Thread BJ Freeman
all lengths are determine by the declaration of the Enitity.field type
and the files in
framework\entity\fieldtype
that define the size that type is in the DB.
when you change the fieldtype you change it for every field in every
entity that has that type.

a possible solution is to use the extend-entity and put in your own
field that has a new field type defined in the DB file you are using.
Like using a blob or text.
good place to start is
http://docs.ofbiz.org/display/OFBIZ/OFBiz+Beginner%27s+Development+Guide+Using+Practice+Application


Vu Hong Thuan sent the following on 10/23/2008 10:56 AM:
> In the party application, in the form of creating new party group, the
> length of the textbox field "group name local" is limited.
> I don't want the field "group name local" is limited in length. How can I do
> that?
> I search in form of "EditPartyGroup" in file "PartyForms.xml",  but I don't
> know how to change field "group name local", and other fields (revenue
> annual, number of employees).
> How do I custom these fields. Thanks.
> 


Re: Apache OFBiz Committer Available For Work

2008-10-23 Thread Vince M. Clark
Totally appropriate as far as I'm concerned. I will forward your post to anyone 
I know that uses OfBiz contractors from time to time. 

- Original Message - 
From: "Adrian Crum" <[EMAIL PROTECTED]> 
To: user@ofbiz.apache.org, [EMAIL PROTECTED] 
Sent: Thursday, October 23, 2008 9:06:48 AM (GMT-0700) America/Denver 
Subject: Apache OFBiz Committer Available For Work 

My sincerest apologies to anyone on the lists who might be offended by this 
solicitation. 

My employer - a home manufacturer - has experienced a sharp decline in 
business. As a consequence, I have experienced a sharp decline in income. I 
desperately need additional work. 

I'm available to help with any OFBiz development projects. I work on a flat 
rate basis - tell me what you want done and I will tell you what it will cost. 
I am very reasonable. 

Interested parties can contact me at my Yahoo address - [EMAIL PROTECTED] 

-Adrian 






Length of textbox field "group name local" is limited in form of creating new party group?

2008-10-23 Thread Vu Hong Thuan
In the party application, in the form of creating new party group, the
length of the textbox field "group name local" is limited.
I don't want the field "group name local" is limited in length. How can I do
that?
I search in form of "EditPartyGroup" in file "PartyForms.xml",  but I don't
know how to change field "group name local", and other fields (revenue
annual, number of employees).
How do I custom these fields. Thanks.

-- 
Vu Hong Thuan
Vietnam Software and Communication Company. NAMMEDIA. INC
Email: [EMAIL PROTECTED]
Web: http://www.nammedia.com
Phone: (84)-04-5680964 - Fax: (84)-04-5681083
Mobile: (84)-984328513


Introduction

2008-10-23 Thread Mark Grennan
Hi everyone, 

I'd like to introduce myself. My company is working with Transervse 
(http://www.gotransverse.com/) who is creating an Telecom BSS/OSS Solution 
based on OFBiz. I manage the systems here at Crossroads. I'm needing to scale 
our system for reliability resins, I.E. two servers with shared sessions. 
Documentation on OFBIZ and has been difficult to find. If it does exist can you 
point me in the right direction? 

Thanks. (Back to leaking.) 





Mark Grennan 
Data Center Manager 
Crossroads Wireless 
5 North McCormick St. 
Oklahoma City, OK 73127 
Desk: 405 694-2100 x3119 
Cell: 405 343-9332 



Apache OFBiz Committer Available For Work

2008-10-23 Thread Adrian Crum
My sincerest apologies to anyone on the lists who might be offended by this 
solicitation.

My employer - a home manufacturer - has experienced a sharp decline in 
business. As a consequence, I have experienced a sharp decline in income. I 
desperately need additional work.

I'm available to help with any OFBiz development projects. I work on a flat 
rate basis - tell me what you want done and I will tell you what it will cost. 
I am very reasonable.

Interested parties can contact me at my Yahoo address - [EMAIL PROTECTED]

-Adrian



  


Re: problem with id 1000 under feature category

2008-10-23 Thread Abhishake Agarwal
Also I checked ListProductFeature form under FeatureForm.xml and I found no
problem in it.


On Thu, Oct 23, 2008 at 8:15 PM, Abhishake Agarwal <
[EMAIL PROTECTED]> wrote:

> Hi,
>
> I think there is a bug while displaying  description for
> productFeatureCategoryId in feature category  screen.
> (https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)
>
> description is same as Id, while in DB it is
> different(productFeatureCategoryId:1000, description:Hazmat Features )
> (
> https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
> ).
>
> I think this is the issue with Id "1000" because all the other data get
> displayed correctly.
>
> I also printed the value of EntityListIterator returned by service
> performFind  in runAction method of ModelFormAction.java but all the generic
> values contain proper data in it.
>
> Please help me know what might be problem.
>
> Regards,
> Abhishake
>


problem with id 1000 under feature category

2008-10-23 Thread Abhishake Agarwal
Hi,

I think there is a bug while displaying  description for
productFeatureCategoryId in feature category  screen.
(https://demo.hotwaxmedia.com/catalog/control/EditFeatureCategories)

description is same as Id, while in DB it is
different(productFeatureCategoryId:1000, description:Hazmat Features )
(
https://demo.hotwaxmedia.com/webtools/control/FindGeneric?entityName=ProductFeatureCategory&find=true&VIEW_SIZE=50&VIEW_INDEX=0
).

I think this is the issue with Id "1000" because all the other data get
displayed correctly.

I also printed the value of EntityListIterator returned by service
performFind  in runAction method of ModelFormAction.java but all the generic
values contain proper data in it.

Please help me know what might be problem.

Regards,
Abhishake


Re: do we really required dojo in ofbiz

2008-10-23 Thread Jacques Le Roux
Right and yes I remember now, this is where the problem is : which one would apply then ? 
I think that from a legal POV you can't have both ! 
This is what makes also wonder Chris here http://www.nabble.com/Dojo-vs.-Prototype-vs.-whatever-tt12626108.html#a12642658
Chris made some researches on this subject 2 years ago. 

From here it's does not seem good 
http://archives.devshed.com/forums/apache-92/domainkeys-license-followup-2151971.html

Nothing sure, we could ask legal-discuss about that if really needed

Jacques

From: "Raj Saini" <[EMAIL PROTECTED]>

JQuery is also available under MIT which is compatible with ASF license.

http://docs.jquery.com/Licensing

Thanks,

Raj

Jacques Le Roux wrote:
JQuery is GPL licenced 
http://dev.jquery.com/browser/web/dev/svn/licence.txt?rev=3


IIRW it was one of the reasons we choose Dojo

If interested you could try 
http://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=jquery


Jacques

From: "BJ Freeman" <[EMAIL PROTECTED]>

I mis-read you post.
I see your point.

BJ Freeman sent the following on 10/22/2008 11:52 AM:

someone thought i might be useful that had commit rights.
they introduced it.
other also have been introduced.
They are there if somone wants to implement them.  I see no harm in 
them

being there.
for my two cents I stick with the widgets and ftls.


Abhishake Agarwal sent the following on 10/22/2008 10:59 AM:

Hi,

I have seen dojo has been implemented in anonymous checkout  and 
instead of

making things simple it makes things more complicated.

I think there are more simple and powerful library like JQuey which 
can be

used in ofbiz.

Regards,
Abhishake












New user document: OFBiz in a service and project oriented company

2008-10-23 Thread Hans Bakker
As kind of an explanation of the many commits in the last few months, i
have added a description how to use the new functions mainly in the
project and mypage components.

The url is in the ofbiz documentation site, in docs.ofbiz.org:
http://docs.ofbiz.org/display/OFBENDUSER/OFBiz+in+a+service+and+project
+oriented+company

Regards,
Hans Bakker.


-- 
Antwebsystems.com: Quality OFBiz services for competitive prices



Re: Automatically image resizing

2008-10-23 Thread Eric DE MAULDE

Hi,

Is there a building solution about this fonctionality ?
A 1st subject from 2006 : 
http://www.nabble.com/Multiple-images-and-thumbnail-images-td4449827.html#a4451937
Multiple images and thumbnail images 

I havn't seen anything in Jira issue
So, could I create a new feature issue ?

Thanks

Eric



Bruno Busco wrote:
> 
> Johnny,
> thank you for your hint.
> 
> -Bruno
> 
> 2008/7/27 Johnny Kewl <[EMAIL PROTECTED]>
> 
>>
>>
>>
>>  Hi,
>>> does anybody know if there is some mechanism to have a sort of control
>>> on
>>> uploaded image sizes?
>>> I mean, l would like that when I upload a new image for a product ofbiz
>>> automatically generates the small, medium, large and detailed images
>>> scaling
>>> the uploaded image with a fixed dimension regardless of the original
>>> one.
>>>
>>> Many thanks,
>>> Bruno
>>>
>>
>>
>> Bruni, dont know ofBiz but start by playing with something like this...
>>
>>   public Image getScaledImage(ImageIcon myLoadedImageIcon)
>>   {
>>   Image myImage = myLoadedImageIcon.getImage();
>>   Image scaledImage  = myImage.getScaledInstance(height ,
>> height, Image.SCALE_SMOOTH);
>>
>>   return scaledImage;
>>   }
>>
>> Then googling on AWT images will probably get you going...
>>
>> ---
>> HARBOR : http://www.kewlstuff.co.za/index.htm
>> The most powerful application server on earth.
>> The only real POJO Application Server.
>> See it in Action : http://www.kewlstuff.co.za/cd_tut_swf/whatisejb1.htm
>> ---
>>
>>
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Automatically-image-resizing-tp18677520p20130304.html
Sent from the OFBiz - User mailing list archive at Nabble.com.



Re: how to find sub contents

2008-10-23 Thread Mridul Pathak
Hi,Have a look at org.ofbiz.product.product.ProductContentWrapper class.
 This is meant to extract Product Content from related content entities.

-- 
Thanks & Regards
Mridul Pathak
Hotwax Media
http://www.hotwaxmedia.com
[EMAIL PROTECTED]

On Thu, Oct 23, 2008 at 5:49 PM, Loki <[EMAIL PROTECTED]>wrote:

> hi at all,
>
> actual I want to write a special standalone servlet which uses ofbiz
> business classes. So far so good, with
> "org.ofbiz.product.product.ProductWorker.findProduct(...)" I can
> access the simple content fields of a product, now I want to get some
> values from attached content entities, but I can't find a method to
> achieve these neither the GenericValue by the given productId contains
> the id's of the inner contents.
>
> Can anyone help me ?
>
> bye
>
> Thomas
>
> PS: we use ofbiz release 4.0
>


Re: do we really required dojo in ofbiz

2008-10-23 Thread Raj Saini

JQuery is also available under MIT which is compatible with ASF license.

http://docs.jquery.com/Licensing

Thanks,

Raj

Jacques Le Roux wrote:
JQuery is GPL licenced 
http://dev.jquery.com/browser/web/dev/svn/licence.txt?rev=3


IIRW it was one of the reasons we choose Dojo

If interested you could try 
http://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=jquery


Jacques

From: "BJ Freeman" <[EMAIL PROTECTED]>

I mis-read you post.
I see your point.

BJ Freeman sent the following on 10/22/2008 11:52 AM:

someone thought i might be useful that had commit rights.
they introduced it.
other also have been introduced.
They are there if somone wants to implement them.  I see no harm in 
them

being there.
for my two cents I stick with the widgets and ftls.


Abhishake Agarwal sent the following on 10/22/2008 10:59 AM:

Hi,

I have seen dojo has been implemented in anonymous checkout  and 
instead of

making things simple it makes things more complicated.

I think there are more simple and powerful library like JQuey which 
can be

used in ofbiz.

Regards,
Abhishake












how to find sub contents

2008-10-23 Thread Loki
hi at all,

actual I want to write a special standalone servlet which uses ofbiz
business classes. So far so good, with
"org.ofbiz.product.product.ProductWorker.findProduct(...)" I can
access the simple content fields of a product, now I want to get some
values from attached content entities, but I can't find a method to
achieve these neither the GenericValue by the given productId contains
the id's of the inner contents.

Can anyone help me ?

bye

Thomas

PS: we use ofbiz release 4.0


Re: SUPPLIER_AGENT role?

2008-10-23 Thread BJ Freeman
looks that way from the code.
then some documentation is
http://docs.ofbiz.org/display/OFBENDUSER/Sales+Order+End-to-End+Process

Ritesh Trivedi sent the following on 10/22/2008 2:01 PM:
> Hi,
> 
> Is there any documentation on SUPPLIER_AGENT role and how it should be used?
> 
> Currently for dropship items, PO is automatically created, but when I go to
> view the PO, it fails with the following error
> 
> org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen
> [component://order/widget/ordermgr/OrderViewScreens.xml#OrderHeaderView]:
> groovy.lang.MissingPropertyException: No such property: partyId for class:
> OrderView (No such property: partyId for class: OrderView)
> 
> After tracing thru, it seems like the OrderRole should have SUPPLIER_AGENT
> entry for the supplier.
> 
> Also will appreciate for any pointers on order processing describing order
> flow/order lifecycle 


Re: do we really required dojo in ofbiz

2008-10-23 Thread Jacques Le Roux

JQuery is GPL licenced 
http://dev.jquery.com/browser/web/dev/svn/licence.txt?rev=3

IIRW it was one of the reasons we choose Dojo

If interested you could try 
http://www.nabble.com/forum/Search.jtp?local=y&forum=2740&query=jquery

Jacques

From: "BJ Freeman" <[EMAIL PROTECTED]>

I mis-read you post.
I see your point.

BJ Freeman sent the following on 10/22/2008 11:52 AM:

someone thought i might be useful that had commit rights.
they introduced it.
other also have been introduced.
They are there if somone wants to implement them.  I see no harm in them
being there.
for my two cents I stick with the widgets and ftls.


Abhishake Agarwal sent the following on 10/22/2008 10:59 AM:

Hi,

I have seen dojo has been implemented in anonymous checkout  and instead of
making things simple it makes things more complicated.

I think there are more simple and powerful library like JQuey which can be
used in ofbiz.

Regards,
Abhishake








Re: do we really required dojo in ofbiz

2008-10-23 Thread BJ Freeman
I mis-read you post.
I see your point.

BJ Freeman sent the following on 10/22/2008 11:52 AM:
> someone thought i might be useful that had commit rights.
> they introduced it.
> other also have been introduced.
> They are there if somone wants to implement them.  I see no harm in them
> being there.
> for my two cents I stick with the widgets and ftls.
> 
> 
> Abhishake Agarwal sent the following on 10/22/2008 10:59 AM:
>> Hi,
>>
>> I have seen dojo has been implemented in anonymous checkout  and instead of
>> making things simple it makes things more complicated.
>>
>> I think there are more simple and powerful library like JQuey which can be
>> used in ofbiz.
>>
>> Regards,
>> Abhishake
>>
> 
> 


Re: Accessing Data entered in Screen to Coding

2008-10-23 Thread BJ Freeman
once you follow hans info.
there is a employee form in widgets already, you can modify.
https://demo.hotwaxmedia.com/partymgr/control/createnew
This calls a service, which you can find by going thru the controller.xml
You will have to modify the service to allow an input for PartyID, as
optional.

then other option is to use the xml data, from demo data and import the
information thru the webtools.


Vinayak Yadav sent the following on 10/22/2008 10:54 PM:
> I have designed one employee screen
> which contains two fields EmpId, and EMPName
> I can enter empid and empname in screen
> now i want to know that how to get this empID and EmpName in coding.
> I don't want to autogenerate the ID
> I will enter the ID in screen and it should be saved in database.
> how to acces this ID in coding which is entered in sacreen
> 
> waiting for reply
> 
> Thanks
> 
>