Re: Question regarding Catalog management in Ofbiz

2010-05-02 Thread Deyan Tsvetanov
Hi Michal, I agree, that the categories part is tricky. In the legacy system database you will most probably have the same category many times with different ID for each vendor. If you want to use the model with one category for all vendors than you will need to maintain mapping when you do the

Re: Question regarding Catalog management in Ofbiz

2010-05-02 Thread Michal Cukierman
Thank you for your advices. I will save days of wark thanks to you. @TECDOC: Is a great software, just what I wanted to have. The pricelist is good as well. Exposed web serwise or standalone DVD catalogue is all I need. I will investigate this solution in a days. What is very important for my at

Re: Question regarding Catalog management in Ofbiz

2010-05-02 Thread deyan_of...@ittconsult.com
DynamicViewEntity does the joins. Search through the code for examples,i'll be able to send you one tomorrow as it is night here :) - Reply message - From: Michal Cukierman duc...@gmail.com Date: Mon, May 3, 2010 00:32 Subject: Question regarding Catalog management in Ofbiz To:

BeanShell Scripts

2010-05-02 Thread R. S.
Hello, I have some small questions regarding the BeanShell scripts. How common is it? Will it often used in OFBiz? What do you prefer, Java or BSH or something else? I am a little confused about the selection of the various languages. Many thanks in advance. Regards Rudolf S.

Re: Question regarding Catalog management in Ofbiz

2010-05-02 Thread Scott Gray
You are better off using a static view-entity definition, DynamicViewEntities are for when you want to be able to alter the view definition on the fly. To create an outer join just use the rel-optional attribute on the view-link element. Regards Scott HotWax Media http://www.hotwaxmedia.com

Re: BeanShell Scripts

2010-05-02 Thread Scott Gray
Groovy is our current scripting language of choice and is mostly used within screen definitions for data preparation although the integration does support using groovy scripts for services and controller events. BeanShell was used before we integrated groovy and is still supported but it isn't

ofbiz reporting with parameters

2010-05-02 Thread tiffanymlk
Hi, I integrated BIRT with ofbiz, and I'm managing to call a simple report(with no parameters) by setting the request mappings and view mappings then giving the path: https://localhost:8443/birt/control/main however, i'm having trouble when i'm using parameters in my reports. how should I call

Creating Party customer problem

2010-05-02 Thread S.Hage
Hi all, I'm trying to create a new customer using the Party application, when I provide an existing Username like 'admin' I receive the red error panel (The Following Errors Occurred:) without error message inside. I'm using the latest 10.04 trunk. thanks in advance Saad. -- View this