Re: Multiple invoice templates

2014-09-08 Thread Malin Nicolas
Yes sure Pierre, but isn't in my priority to contribute to it, currently I works to convert simple CRUD service ;) Nicolas Le 07/09/2014 11:04, Pierre Smits a écrit : Nicolas, It seems to me that this is essential to running OFBiz in a multi organisation setup. Would you care to raise a JIRA

Re: Newbie gets Build Failed after downloading apache-ofbiz-11.04.03.zip

2013-08-12 Thread Malin Nicolas
Le 12/08/2013 15:13, Pan-Wei Ng a écrit : Hi, I just downloaded apache-ofbiz-11.04.03.zip and tried running it on Java 1.6.0_29 on Windows Vista. When I tried to run ant I get the following result BUILD FAILED Target load-demo does not exist in the project

Re: Unwanted OrderStatus when importing

2013-07-10 Thread Malin Nicolas
Try to use sequenced-id-prefix= on your delegator definition. like sequenced-id-prefix=R Nicolas Le 09/07/2013 22:12, Skip a écrit : Thanks Varun, that is exactly the solution. I believe that you should have the option of disabling ECAs when doing WebApp-Import Dir (or maybe for any import)

Re: List of all people and the company they work for

2013-02-14 Thread Malin Nicolas
Hi You can create a view-entity between Person - PartyRelationship - PartyGroup with non optional relation and a entity-condition on partyRelationshipTypeId = EMPLOYMENT See applications/humanres/entitydef/entitymodel.xml for example. Nicolas Le 14/02/2013 00:09, James Piechota a écrit :

Re: How to store image in database?

2013-01-10 Thread Malin Nicolas
Hi, Do you look the content application ? You can use a content to save image and load on you template decoractor by content element Nicolas Le 10/01/2013 10:42, Winster Jose a écrit : Hi, Is there any way to store an image in database? I have a multi tenant envrionment and application

Re: How to store image in database?

2013-01-10 Thread Malin Nicolas
for a content, the associated datasource stores the image in file system and not in database. It just stores the location in ObjectInfo field. Am I correct? On Thu, Jan 10, 2013 at 3:17 PM, Malin Nicolas malin.nico...@librenberry.net wrote: Hi, Do you look the content application ? You can use

Re: Fwd: Re: Two .png files more / Re: ERROR 23503: INSERT on table 'ORDER_CONTACT_MECH' caused a violation of foreign key constraint 'ORDER_CMECH_CM' for key (10004)

2012-12-10 Thread Malin Nicolas
Hi Mark, Please open a jira issue http://issues.apache.org/jira with your files and logs Nicolas Le 09/12/2012 00:27, Mark Schneider a écrit : png-files.zip It looks like attached -png files are excluded from the original email .. just now as .zip file Am 08.12.2012 23:55, schrieb

Re: 15 minutes to discover addons and addon manager

2012-11-25 Thread Malin Nicolas
:305) [ERROR] Installation failed for : org.ofbizextra-dev.hello-world Abort signal was received. Shutting down as gracefully as possible ... I guess the addon is not upated regarding CommonUiLabels.xml (I added Japaned yesterday)? Thanks Jacques From: Malin Nicolas malin.nico

Re: Use of external database for generate product pages.-

2012-11-20 Thread Malin Nicolas
Hi Carlos. You can load your product on dedicate entity (like CustomerProduct) on a dedicate entity group. OFBiz would be connected at both database. Each night, run a incremental loading product service to load from CustomerProduct to Product only new product. If you need manage update and

15 minutes to discover addons and addon manager

2012-11-19 Thread Malin Nicolas
Hello, I put my talk did at ApacheCon Europe on the addons for OFBiz and create a discovery scenario for an initiation in less than 15 minutes. The Talk : http://ofbiz-adm.apache-extras.org.codespot.com/files/ApacheConEurope-2012-addons-presentation-en.pdf Discovery scenario :

Re: Contributor branch Proposal, was: Contributor branches was: Attaching files to a product

2010-07-13 Thread Malin Nicolas
Hi BJ, We had same problem with neogia project, and it's the reason we created the addon manager system. Instead of creating a specific branch by idea (with problems in allowing commit, reviewing code, synchronizing at time, ...) you can create addons with your enchancements and explain in

Re: possible to delete a catalog?

2010-01-27 Thread malin . nicolas
Is it possible to delete a catalog? I've been clicking and googling and I can't seem to find how to do it? Hello, It's only possible to disable a catalog by this thruDate. Nicolas

Re: accounting

2010-01-18 Thread malin . nicolas
Hello Heidi, TerCompta works on neogia accounting components and not OFBiz accounting components. Why ? When I started five years ago on OFBiz we need an accounting europeen system and we do an error to create a new component (inspired from baan accounting system). I hope on next years, go back

Re: SV: accounting

2010-01-18 Thread malin . nicolas
No, or not writing by neogia team's. If I want revert Naccounting improvement in OFBiz, it's the first operation that will do. Nicolas Is there a document (in English) that outlines the main differences between OFBiz accounting and the nAccounting? Med vennlig hilsen Torstein Hegbom IT

Re: OFBiz in Canada?

2009-11-13 Thread malin . nicolas
It smells the same syndrome that Neogia 5 years ago ;) Nicolas Michael, why do you think it is time for a fork? It seems to me a crazy conversation... Jacopo On Nov 13, 2009, at 3:51 PM, Michael Xu (xudong) wrote: hi Ruth, I do agree with you that it is time for a fork in the road.

Re: about entity engine

2009-10-16 Thread Malin Nicolas
Hi Michael, I'm surprise by your enchancement. In ERP structure it's dangerous to mix the data layer with information use by UI layer. I understand your purpose, but I think that isn't the good solution to do that. In Neogia, we rebuild all generation structure to use entity model as MDA

Re: Neogia Manuals

2009-10-13 Thread Malin Nicolas
Hello Jhanneth Neogia is a project that use OFBiz, please do your ask on neogia mailing list. Thanks by advance. Nicolas Jhanneth Andrade a écrit : Hello I donwload Neogia demo and try configurate but its difficult, any options aren’t similar For example: option edit account hierarchy

Re: modal forms in ofbiz

2009-09-17 Thread Malin Nicolas
Erwan de FERRIERES a écrit : Hi all, has anyone tried to implement modal forms in ofbiz ? i'm looking for something similar to this : http://jqueryui.com/demos/dialog/modal-form.html Thanks in advance, Yes you can look dojo lib or Flex, but for last isn't compatible with Apache 2 as

Re: Problems processing event: java.lang.NoSuchMethodException

2009-09-03 Thread Malin Nicolas
Hi su2, What calling method or request-map uri ? Are you sure that your path on the event is good ? Are you sure that your class build is in the CLASS_PATH ? Nicolas su2 a écrit : Hi All, I am having issue with calling java event. If I remove java event call from request-map it renders

Re: Passing Map to service using webtools

2009-08-28 Thread Malin Nicolas
If is for testing, you can also create un minilang service that prepare data and call your service. After, it's easier to change map value without restarting OFBiz. Nicolas Bilgin Ibryam a écrit : Quoting Abdullah Shaikh abdullah.sha...@viithiisys.com: I have a service, which expects a Map

Re: Bug in visual theme when you go in Catalog, Services, Products

2009-08-21 Thread Malin Nicolas
Thanks Ray for your explain and correction :) . We search a solution since few month but we aren't css expert as you and we never solve this problem. Nicolas Ryan Foster a écrit : This can easily be corrected. I have fixed this in most of our custom backend themes, but I have not yet had a

Re: user interface

2009-03-23 Thread Malin Nicolas
Hi lahmar, Want do you change on the user interface ? On ofbizNeogia, the edit user screen are the same on ofbiz project. Nicolas BJ Freeman a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hans can give a link to his discussion forum for NeogiaOfbiz, since it has been changed from

Re: Decorators or XSLT

2008-12-16 Thread Malin Nicolas
Peter Sparkes a écrit : Hi, Is it possible to use xslt instead of decorators? What I want to do is to use Screen Widgets to produce xml documents and then use xslt instead of Decorator Screen Widgets to produce the decorated xhtml Thanks Peter Sparkes Hello peter You can create a new

Re: multilingual Sub-content and alternate locale

2008-12-11 Thread Malin Nicolas
Eric DE MAULDE a écrit : Hi, By exemple for web site policies http://demo.hotwaxmedia.com/ecommerce/control/policies I would like to display multilingual text with alternate locale. Even if I add alternate locale to the policies content, it doesn't work. Policies are always in English ! In

Re: Log configuration resets itself, when I restart OFBiz

2008-11-27 Thread Malin Nicolas
Hi Eric, When you change the log configuration from webtools, it's log4j configuration in memory. When you restart ofbiz this configuration are initialized by the properties. You can see log4j.xml in framework/base/config for initial configuration. Nicolas Eric DE MAULDE a écrit : Hi BJ,

Re: Comparing columns in an entity

2008-11-20 Thread Malin Nicolas
I never used the delegator in this purpose. I think it's not possible and need extend EntityCondition to support this. Nicolas ian tabangay a écrit : That's not really very efficient especially if youre trying to find a few items from a hundred thousand. Putting it in a list would easily give

Re: master match

2008-10-30 Thread Malin Nicolas
First, you need an event on request-map (controller) that match your sent uri After you define a java service. If you know service and controller and if the engine of your service is java you can use this : * GenericValue myObject = delegator.findByPrimaryKey(MyObject,

Re: master match

2008-10-30 Thread Malin Nicolas
BJ Freeman a écrit : just to clarify ofbiz does not use objects but entities. so you should use MyEntity You right :), I never use MyObject normaly. Malin Nicolas sent the following on 10/30/2008 1:20 AM: First, you need an event on request-map (controller) that match your sent uri

Re: Question..

2008-10-28 Thread Malin Nicolas
umesh panwar a écrit : What is the difference between eeca and seca , in detail ? Umesh do you have read the documentation ? http://ofbiz.apache.org/docs/entity.html http://docs.ofbiz.org/display/OFBTECH/Service+Engine+Guide eeca is trigger on entity engine : entity event condition action

Re: How to pass service parameters in eeca

2007-08-16 Thread Malin Nicolas
Hmm, It's not possible to pass attribute on mode IN for an eeca service. Because the service take on entry only the GenericValue transmit by the delegator. finally I believe. Nicolas Vinay Agarwal a écrit : Hello, I am unable to pass parameters to service when invoked through eeca. I am