Re: Code generation

2009-04-03 Thread Nicolas
lahmar a écrit : Hi All, I use ArgoUML to model travel service in NeogiaOfbiz. My question is how can i generate the code from th UML model (format .xmi). Is it with eclipse plugins or other thing like lutingenerator. And if with lutingenerator, how can i use it? Thks & best regards. Lahmar.

Re: components in specialpurpose vs applications

2009-08-14 Thread Nicolas
Manufacturing has a components on functional framework as all component in application directory. Specialpurpose contains only component that don't have impact on other. Nicolas Asgaut Mjølne wrote: What is the difference between the components lying under the specialpurpose and applica

Re: components in specialpurpose vs applications

2009-08-14 Thread Nicolas
have got many relation in entity and service engine between all applications component. But it's difficult to list all dependencies. Nicolas Asgaut Mjølne Malin Nicolas wrote: Manufacturing has a components on functional framework as all component in application directory. Specialpu

With "ant start" : x is not valid and will be ignored

2014-03-05 Thread Nicolas
y configuration, before using OFBiz in "production mode". When starting OFBiz with "ant start", the command console displays many messages. It begins with : *"C:\Program Files\Java\jdk1.7.0_51\bin\java" -jar framework/base/lib/ant-launcher-1.8.3.jar -lib framework/bas

Re: With "ant start" : x is not valid and will be ignored

2014-03-05 Thread Nicolas
OK, Jacques. Thank you very much ! On Wed, Mar 5, 2014 at 1:25 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > These are only information for you, you should not worry about them. > They have any implications on OFBiz**functioning > > Jacques > > Le 05/

With "ant start" : Conversion for complex-alias needs to be implemented

2014-03-05 Thread Nicolas
(I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a Windows 64-bits environment) Best regards, Nicolas

With "ant start" : null tableName

2014-03-05 Thread Nicolas
bout these warnings ? (I'm using OFBiz 12.04.02, with JDK 1.7 update 51 (64-bits), in a Windows 64-bits environment) Best regards, Nicolas

With "ant start" : The content of element type "web-app" must match...

2014-03-05 Thread Nicolas
Hello, When starting OFBiz with "ant start", the command console displays many messages. One of them is : [java] 2014-03-05 15:52:40,957 (catalina-startup-1) [ UtilXml.java:1060:ERROR] XmlFileLoader: File file: /C:/Users/Nicolas/Documents/Travail/201402_EI_Compta/OFBiz120402/spec

Re: With "ant start" : Conversion for complex-alias needs to be implemented

2014-03-05 Thread Nicolas
All right ! Excuse me, I had not checked Jira for this topic Nicolas On Wed, Mar 5, 2014 at 4:40 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote: > Nope, this is something which is not achieved but is not a problem for the > moment > There is even a Jira

Re: With "ant start" : null tableName

2014-03-05 Thread Nicolas
; > Adrian Crum > Sandglass Software > www.sandglass-software.com > > > On 3/5/2014 7:11 AM, Nicolas wrote: > >> Hello, >> >> When starting OFBiz with "ant start", the command console displays many >> messages. One section begins with : >> [j

Re: With "ant start" : The content of element type "web-app" must match...

2014-03-05 Thread Nicolas
xml file though. > > Adrian Crum > Sandglass Software > www.sandglass-software.com > > > On 3/5/2014 7:20 AM, Nicolas wrote: > >> Hello, >> >> When starting OFBiz with "ant start", the command console displays many >> messages. One

About 'Set to complete' button in the Setup application

2014-03-05 Thread Nicolas
onfigured data are visible. So : what is the exact goal / consequence of the 'Set to complete' button in the Setup application ? And : Is this button able to "freeze" some data so that it can't be completed / modified at any time by using my production sequence ? Thanks in advance Nicolas

About internal help / official documentation

2014-03-05 Thread Nicolas
p System, but I'm unsure about the answers to my 2 questions. Thanks in advance Nicolas

Re: About 'Set to complete' button in the Setup application

2014-03-05 Thread Nicolas
my business, I've no data, so I can't "seed by importing specific files", am I right ? In my context, is it a mistake to use "ant load-extseed" ? Thanks in advance Nicolas On Wed, Mar 5, 2014 at 8:37 PM, Jacques Le Roux < jacques.le.r...@les7arts.com> wrote:

Re: About 'Set to complete' button in the Setup application

2014-03-06 Thread Nicolas
the 'Setup' option next to my company's name in the Accounting application", the sequence "Setup application (to fill the company basic info) -> Accounting application (to fill the company accounting info) -> Setup application (to click on 'Set to complete')

Re: About 'Set to complete' button in the Setup application

2014-03-07 Thread Nicolas
a broken link to the Wiki. I think the page has been renamed https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide Best regards Nicolas On Fri, Mar 7, 2014 at 10:18 AM, Pierre Smits wrote: > We also don't use the setup functionalities anymore wh

OFBiz versions and their recommended Java versions

2014-03-07 Thread Nicolas
/or in http://www.apache.org/dist/ofbiz/ and/or in the download pages dedicated to each OFBIZ version, such as http://www.apache.org/dyn/closer.cgi/ofbiz/apache-ofbiz-12.04.02.zip. Best regards, Nicolas

Re: replacement demo for the ofbiz system.

2014-03-13 Thread Nicolas
Many thanks, Hans ! This is very helpful, while waiting for the official demo-trunk ! Best regards Nicolas On Thu, Mar 13, 2014 at 1:30 PM, Pierre Smits wrote: > Hans, > > Thank you for sharing. > > Unfortunately, you neglected to mention that this is not a replica of the > o

Re: Bestseller : OrderReportSalesGroupByProduct

2008-09-18 Thread Malin Nicolas
. example : Nicolas Eric DE MAULDE a écrit : Hello, I would like to introduce into my web site the best sales by product I try to use (in a groovy file) : delegator.findByAnd("OrderReportSalesGroupByProduct", [productStoreId : productStoreId]) I have the following error : Error

Re: Question..

2008-10-28 Thread Malin Nicolas
condition action seca is "trigger" on service engine : service event condition action Nicolas Regards, -- Umesh Cricket on your mind? Visit the ultimate cricket website. Enter http://beta.cricket.yahoo.com -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : h

Re: master match

2008-10-30 Thread Malin Nicolas
Misc.toMap("id", id)); if (UtilValidate.isNotEmpty(myObject)) return ServiceUtil.returnError( "id already exist"); myObject = delegator.makeValidValue("MyObject", context); myObject.create(); ** It's the greate line ;) Nicolas BJ Freeman a écrit : it is

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: 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 e

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 :

Re: multilingual Sub-content and alternate locale

2008-12-11 Thread Malin Nicolas
r locale. If my rebember are good ;) Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ --- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/

Re: Decorators or XSLT

2008-12-16 Thread Malin Nicolas
view Handler to parse your xml file. See framework/webapp/src/org/ofbiz/webapp/view. I don't think it's possible to use xslt without create a new handler. Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ --- Société Libre

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: 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

Re: Passing Map to service using webtools

2009-08-27 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 : I have a service, which expects a Map as a parameter, how can I

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: modal forms in ofbiz

2009-09-17 Thread Malin Nicolas
pache 2 as JasperReport ;) Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ --- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/

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: about entity engine

2009-10-16 Thread Malin Nicolas
y model as MDA schema but all UI tag as your visibility element are contains in specific file for don't touch the OFBiz principle. Nicolas Michael Xu (xudong) a écrit : hi Scott, Thanks. Please see my inline comments. -- Regards, Michael Xu (xudong) www.wizitsoft.com | Office: (861

Re: Ofbiz Pentaho integration

2009-10-26 Thread Nicolas Malin
Ponnulakshmi Sivakumar a écrit : Hi Can anyone suggest how to integrate ofbiz with pentaho reporting tool. thanx Ponnulakshmi S Formative Software Solutions. Hi, We have integrated mondrian/Jpivot on OFBiz. You can get it here : http://addons.neogia.org/addons/mondrian-3.1/ Nicolas

Re: Ofbiz Pentaho integration

2009-10-26 Thread Nicolas Malin
nse is by addon, for mondrian, I check the addon.xml and says : Apache 2 http://www.apache.org/licenses/LICENSE-2.0.txt But mondrian license is EPL. The website works, probably dns problem ? Nicolas Scott Gray a écrit : Hi Nicolas Is it an add on for OFBiz or for Neogia? Is it d

Re: Removing unused currencies

2009-10-27 Thread Nicolas Malin
have most active currencies in standard and add lessing during integration process. Nicolas -David 2) Some countries may need to have their own currencies still in OFBiz 3) We may then add them... => Jira issue(s) with patch(es) Jacques From: "Ján Valkovic" Hi, in r8

TR: ofbiz down

2007-04-19 Thread Passalacqua Nicolas
atcher.java:123) org.ofbiz.service.job.GenericServiceJob.exec(GenericServiceJob.java:80) org.ofbiz.service.job.JobInvoker.run(JobInvoker.java:226) java.lang.Thread.run(Thread.java:534) On 4/19/07, Passalacqua Nicolas <[EMAIL PROTECTED]> wrote: > > Hi there, > > > > We get trouble with minerva connexion

RE: TR: ofbiz down

2007-04-19 Thread Passalacqua Nicolas
s at MySQL? Passalacqua Nicolas wrote: > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Ashish > Vijaywargiya > Envoyé : jeudi 19 avril 2007 15:19 > À : user@ofbiz.apache.org > Objet : Re: ofbiz down > > > Hi Nick, >

RE: TR: ofbiz down

2007-04-20 Thread Passalacqua Nicolas
nvoyé : jeudi 19 avril 2007 18:58 À : user@ofbiz.apache.org Objet : Re: TR: ofbiz down *** ERROR: No database connection found for helperName "localmysql" Have you copied the correct mysql jdbc driver to ofbiz.home/framework/entity/lib/jdbc ??? --- Passalacqua Nicolas <[EMAIL

RE: TR: ofbiz down

2007-04-23 Thread Passalacqua Nicolas
down Chris, Yes, I think you're right, the autoReconnect has to do with the connector, not the database per se. The "no database connection found for helpName "localmysql"" sounds like Nicolas could have other things completely depleting the available connections (w

Re: Gift Certificates

2007-07-30 Thread Malin Nicolas
Aman Tur a écrit : Is there any provision in ofbiz for gift certificates of has anyone done this already. Yes gift certificates is already avaible in OFBiz. I begin french documentation on it, avaible on neogia.org. Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet

Re: Google Webtoolkit and OFBiz?

2007-08-07 Thread Nicolas Mayeur
Hi all, I am new to ofbiz, and also very much interested in an implementation of GWT in Ofbiz. I know some of you have worked on the subject. Is some work going on ? Is it possible to contribute, and see what is done? Thanks, Nicolas Mayeur Brett Palmer wrote: > > John, > &g

Re: Google Webtoolkit and OFBiz?

2007-08-08 Thread Nicolas Mayeur
this is LGPL... Marco LOMBARDO wrote: > > What about http://qooxdoo.org/?? > > Regards, > Mar > > On 8/3/06, John Martin <[EMAIL PROTECTED]> wrote: >> We researched the Google AJAX toolkit and found that it was very low >> level and required a lot of hard wiring in javascript to get it to >>

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 thro

Re: Setup of distributed cache clear

2007-10-19 Thread Nicolas Mervaillie
tances, no more than one instance will execute a given job ? Nicolas 2007/10/19, Jacques Le Roux <[EMAIL PROTECTED]>: > > > Quick answer : did you have a look at, distributedClearCacheLineBy* > services ? > > Oops, I meant distributedClearCache* and distributedCache* (sea

Setup of distributed cache clear

2007-10-19 Thread Nicolas Mervaillie
ware of ? (pool configuration for job execution ?) Any help appreciated. Thanks in advance. Nicolas Mervaillie

Re: component dependency

2008-03-09 Thread Nicolas Mervaillie
g out entries in component.xml files. Nicolas 2008/3/8, Ryan Sweet <[EMAIL PROTECTED]>: > > Hansen Wang wrote: > > I am looking for information regarding the inter-dependency among all > ofbiz > > components. I fount that the ofbiz-component.xsd define a depends-on &g

Re: URGENT

2008-03-25 Thread Malin Nicolas
Vinod Kashyap a écrit : Hi All, >From where i can download the latest OFBiz code? :confused: I need it urgently.:-( Thanks.. http://docs.ofbiz.org/display/OFBADMIN/OFBiz+Source+Repository+and+Access -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.

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

Re: FormWidget Ajax

2009-11-25 Thread Nicolas Malin
Hi, You have many example to example components in framework. For js method, OFBiz use prototype and you have some function to make call easier in select-all.js Nicolas Le mercredi 25 novembre 2009 à 19:32 +0530, Abdullah Shaikh a écrit : > I saw the Ajax example in the example component,

Re: accounting

2010-01-18 Thread malin . nicolas
u can create a new addon with an other hierarchy account and income statement document for an other state with change TerCompta. If you have more question, I am available ;) Nicolas > Yes nAccounting is specific to Neogia. It *replaces* OFBiz accounting. The > Noegia team is working (for o

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

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: Brainstorming about the Framework: Data Tier

2010-03-11 Thread Nicolas Malin
); Nicolas Cimballi a écrit : Hi David ! As an intermediate user (let's say level 2on 4), to help understand what kind of user I am, I think it would be very interesting to have java classes which represents the data model. I don't say one object per table because maybe it's not the better

Re: Brainstorming about the Framework: Data Tier

2010-03-11 Thread Nicolas Malin
Oups, addons for to generate the persistance is ufo-java-developed ofbiz-generators contains only generator engine ;) Nicolas Cimballi a écrit : Thanks for this information Nicolas, I will look at it ! Cimballi On Thu, Mar 11, 2010 at 10:09 AM, Nicolas Malin wrote: Hello, this

Re: Brainstorming about the Framework: Data Tier

2010-03-11 Thread Nicolas Malin
t, from the small ones to the big ones. Adding MDA tools in its data model can only be a good thing. Cheers, Nicolas Ruth Hoffman a écrit : +1 Thank you BJ. Ruth Find me on the web at http://www.myofbiz.com or Google keyword "myofbiz

Re: Brainstorming about the Framework: Data Tier

2010-03-16 Thread Nicolas Malin
interested. Nicolas David E Jones a écrit : Nicolas, I guess this goes back to discussions on approach even as basic as compiled versus interpreted languages, or at least the issue of typos in variable names. What is it that you like about having these generated classes to use? You ment

Re: Question about add-ons

2010-04-04 Thread Malin Nicolas
grated ERP with a library addition to management as a debian (we have a functioning distribution management company;)) Nicolas -- View this message in context: http://n4.nabble.com/Question-about-add-ons-tp1749458p1750801.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Getting OFBiz source code

2010-04-07 Thread Nicolas Malin
Hi, If you want to use OFBiz on production site in few month, take 9.04 source else, you use trunk version and synchronise your developpment when the next stable release will become. Nicolas LETRUNGSON wrote: Hello you, I want to get source code of OFBiz to develop and customize. what

Re: QuoteId and OrderId sequence, possible race condition?

2010-05-21 Thread Nicolas Malin
Hello, On QuoteId and OrderId, I create a jira to manage id generation by service define in customMethod. After we can add new service by business orientation. https://issues.apache.org/jira/browse/OFBIZ-3765 I wait a commiter review ;) Nicolas Matt Warnock a écrit : Adrian: I had been

Re: Creating a many-to-many relation

2010-06-30 Thread Nicolas Malin
Hello Hugo, You just create an associate class ABAssoc that contains only A pk and B pk Nicolas Le 30/06/2010 17:37, Hugo Palma a écrit : Hi, i would like to create a many-to-many relation between to entities but i can't find any information or example on how to do this. For example,

Re: Ofbiz vs Openbravo

2010-07-08 Thread Nicolas Malin
Hello Matt, what do you need on Neogia ? If you need standard feature, you can see addons to use on recent OFBiz and if you have the specific functionnality can you give me it ? I can create Jira to improve OFBiz. Nicolas Le 08/07/2010 20:38, Matt Warnock a écrit : My evaluation was more

Re: Ofbiz vs Openbravo

2010-07-08 Thread Nicolas Malin
Hello Matt, what do you need on Neogia ? If you need standard feature, you can see addons to use on recent OFBiz and if you have the specific functionnality can you give me it ? I can create Jira to improve OFBiz. Nicolas Le 08/07/2010 20:38, Matt Warnock a écrit : My evaluation was more

Re: Ofbiz vs Openbravo

2010-07-09 Thread Nicolas Malin
for each "commitable" feature. This helps a lot for tracking bugs between improvements and jira. After, you know that I'm french, so I can help you to create a business addon on technical point but not on functionnal ;) Nicolas Merci d'avance. :) -- Nicolas MALIN Co

Re: Ofbiz vs Openbravo

2010-07-12 Thread Nicolas Malin
Hi Bruno, Oh it's a big one ! :) I haven't had the time to look at it right now but I will take a look ASAP and create a addon. It's possible that I ask you to complete the helpdata file (description, goals, how to test and so on) when I'm done ;) . Nicolas Le 10/

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

2010-07-13 Thread Malin Nicolas
create an account on the forge. Nicolas -- View this message in context: http://ofbiz.135035.n4.nabble.com/Attaching-files-to-a-product-tp2278770p2287100.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: no permission for /partymgr, user admin

2010-07-23 Thread Nicolas Malin
Your userLogin has a Party ? Your ant version is 1.7.0 ? Nicolas Norbert Rieger a écrit : Hi, I tried to log into /partymgr or /humanres with user admin and got the error message: "You do not have permission to view this page. ("PARTYMGR_VIEW" or "PARTYMGR_ADMIN" ne

Re: date fields

2010-08-26 Thread Nicolas Malin
Use UtilDateTime.getMonthStart on getMonthEnd function with nowTimestamps present in context Nicolas Pierre Smits a écrit : My apologies, I have to clarify. I meant setting the default values of the date fields to either the first day or the last day of the current month... Regards, Pierre

Re: Best practices for updates from trunk

2010-08-31 Thread Nicolas Malin
think to importance for the community. Nicolas Jacques Le Roux a écrit : Scott Gray wrote: A blocking bug IMO is nothing more than the community (rather than an individual) deciding that a bug is important enough that a release shouldn't occur until it is fixed. I don't think w

Re: groovy and fo.ftl

2010-09-01 Thread Nicolas Malin
hi erwan, in your case You can use substring : http://freemarker.sourceforge.net/docs/ref_builtins_string.html#ref_builtin_substring ${partyName?substring(0, 20)} Nicolas Le 01/09/2010 16:55, Erwan de FERRIERES a écrit : Le 01/09/2010 15:25, Erwan de FERRIERES a écrit : Hi all, is there a

Re: Problem in groovy

2010-10-05 Thread Nicolas Malin
Hi Naveen, You need prepare a EntityConditionList to embedeed your three conditions, and pass EntityConditionList to findList function Nicolas Le 06/10/2010 08:11, Naveen Kumar a écrit : Hi All, I was using delegator.find() in my groovy. My problem:- My application requires 3 where clause

Re: How to use LIKE operator

2011-04-06 Thread Nicolas Malin
lue end with a * "a%" search vallue start with a Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ --- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/

Re: hiding functionality in ofbiz.

2011-04-25 Thread Nicolas Malin
full portlet management (party, order and marketing) maybe a good reason to go back to see the project ? Nicolas Le 26/04/2011 08:27, Hans Bakker a écrit : I agree, this function is not so suitable for the order and facility components. I was however thinking of the product and party component.

Re: How to define a div in widget?

2011-05-13 Thread Nicolas Malin
in your screen nicolas Le 13/05/2011 07:57, zhiyongcui a écrit : I need to use javascript in my form ,and my form are defined by widget, how to define a div area in it ? thank you. -- View this message in context: http://ofbiz.135035.n4.nabble.com/How-to-define-a-div-in-widget

Re: ofbiz accouting data model

2011-06-30 Thread Nicolas Malin
. If you want read accounting ofbiz uml, you can install ufo addon http://addons.neogia.org/addons/uml-for-ofbiz/0.16.10/. Nicolas Jacques In the Ofbiz wiki, there are diagrams for some of the tables in the database, including accounting: https://cwiki.apache.org/confluence/display/OFBI

Re: do not use ./ant run-install-seed looks like it is loading demo too....

2011-07-05 Thread Nicolas Malin
Thanks a lot Hans for your review and fix commit Nicolas Hans Bakker a écrit : Caused by commit 1139866 now fixed in rev: 1142967. Regards, Hans On Tue, 2011-07-05 at 12:31 +0700, Hans Bakker wrote: We just upgraded to the last trunk version and loaded seed data looks like demo

Re: ofbiz "mavenizer"

2011-07-15 Thread Nicolas Malin
-adm-b2b 1.1.11.64 sales-reps-b2b 1.4.8.107 neogia-crm 0.1.14.803 Now, I not maven expert and maybe it's possible to do than with maven. Nicolas Le 14/07/2011 18:15, Mansour Al Akeel a

Re: Configure Php project with OFBiz framework

2011-07-21 Thread Nicolas Malin
Use apache rewrite rule and virtualhost or Alias to contact your php application, if your OFBiz has been connected with apache by ajp. Nicolas Le 21/07/2011 08:28, jairaj a écrit : Hello friends, I am stuck in a problem& need a solution asap. Actually/* I want to confi

Re: every web appl has a 'websiteId' in the seed data why?

2011-08-02 Thread Nicolas Malin
I have the same opinion. The website data are useful for theme with tenant but not on seed data. Nicolas Le 02/08/2011 09:19, Hans Bakker a écrit : I looked in the emaillist history and the only reason that came up is the definition of the theme. (i missed that thread) However, most webapps

Re: Distributing Ofbiz without the source file

2011-08-12 Thread Nicolas Malin
On unix system, at ofbiz root directory : ant && find -name *.java -delete Nicolas Le 12/08/2011 06:32, Foo Shyn Chung a écrit : Hi All, We're currently using Ofbiz as the base framework and build custom modules on top of it and distribute it to our clients. However we would li

Re: How To Disazble ECAS

2011-08-25 Thread Nicolas Malin
for a service all seca enable Nicolas Le 25/08/2011 17:13, Prince Sewani a écrit : Hi, Could any body tell me how to disable ECAS viz. SECA/EECA ? Or How to check if its disabled? Any Clues will be of extreme help. Regards Prince -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site

Re: proccesing variable number of parameters

2011-10-06 Thread Nicolas Malin
You can use a specific Map to pass your dynamical parammeters as performFind service. Nicolas Le 06/10/2011 11:37, tuvok a écrit : Hi, I have form in wich I can dinamically add additional input parameters. How can I define and implement java service that is able to procces different number

Re: proccesing variable number of parameters

2011-10-06 Thread Nicolas Malin
Use string-map-prefix attribute : string-map-prefix="ident_" type="Map"/> And on your ftl code name="ident_two" vallue="200"/> pass on your service [one|100][two|200] Nicolas Le 06/10/2011 12:14, tuvok a écrit : Ok, tnx for fast reply but how

Re: OFBIZ Upload with Ajax

2011-10-27 Thread Nicolas Malin
+ form).attr("action"), function(data) {updateFunction(data)}, 'json'); for Nicolas Le 27/10/2011 16:58, mustapha senhaji a écrit : Hello Nicolas, I tried to implement your patch in OFBIZ 9.4. Everything went well expect one thing. I didn't find the file in the Da

Re: Jasper intergration with ofbiz

2011-11-02 Thread Nicolas Malin
Hi Viswanath, You can look the existing addons to load jasper on OFBiz : http://addons.neogia.org/addons/jasperReport/1.1.5/ Nicolas Le 01/11/2011 10:49, viswanath a écrit : Dear All, Can any one help me with integrating jasper with ofbiz by step by step process, so that i can

Re: Drag and drop calendar

2012-01-02 Thread Nicolas Malin
Hi, At Nereide, we works on GwtCalendar integration : https://demo.neogia.org/consultantb2b/control/showPortalPage?portalPageId=1&parentPortalPageId=ConsulB2bCalendar It's available at this address : http://addons.neogia.org/addons-dev/gwtCalendarTeam/ Nicolas Le 02/01/2

Re: Drag and drop calendar

2012-01-03 Thread Nicolas Malin
irmation and operate the modification (most on drag and drop). When you create/update an event, GWT Cal call a portlet to show OFBiz screen. When the user finish, he close the GWT screen which update the GWTCalendar view. Nicolas Thanks -- View this message in context: http://ofbiz.135035.n4

Re: how can l get the generic value list order by two filed

2012-02-14 Thread Nicolas Malin
Hi huang try to create a view-entity with complexe alias amount on amount1 and amount2. Nicolas Le 14/02/2012 11:01, hzz6222003 a ??crit : Hi, every one the entity modle as follows: how can l get the rocorders by the following sql: select * from pay order by amount1

Re: Customer ID per each supplier

2012-03-01 Thread Nicolas Malin
Use PartyRelationship beetwen customer and supplier Nicolas Le 01/03/2012 11:11, biletnikov a écrit : Hello, we use OFBiz in B2B with lots of drop shipment orders, i.e. we have customers and many suppliers. Each our supplier has own customer id and it is very necessary for us to include this

Re: Customer ID per each supplier

2012-03-01 Thread Nicolas Malin
Le 01/03/2012 12:03, biletnikov a écrit : Should we use "Comments" field to store the id? or positionTitle, if you don't change entity, else add an extend-entity with externalId field Nicolas - Kind regards, Sergei -- View this message in context: http://ofbiz.13503

Re: discussion: b2b versus b2c

2012-03-05 Thread Nicolas Malin
Hi Hans, The most of the works on addons concerns the B2B with order, crm, quote, service, stock. I don't think it's a good solution to import in OFBiz all functionalities B2B and B2C with parameters selection. This may make them difficult to maintain business services. Nicolas

Re: discussion: b2b versus b2c

2012-03-05 Thread Nicolas Malin
accounting. For nicolas, sure, any addition will have this disadvantage. should be not not add any functionality any more? this is the second time we get this request, should we implement it over and over? I just want to warn about the fact that the addition of the parameters indicates that

Re: Service List (under webtools) is broken in Trunk

2012-03-08 Thread Nicolas Malin
it has been corrected by adrian. Works on revision 1298468 Nicolas Le 08/03/2012 17:45, Tolu Williams a écrit : Clicking on the following link /webtools/control/ServiceList throws this error org.ofbiz.widget.screen.ScreenRenderException: Error rendering screen [component://webtools/widget

Re: Minilang Long to String conversion

2012-03-20 Thread Nicolas Malin
Look this : https://cwiki.apache.org/confluence/display/OFBTECH/Unified+Expression+Language+%28JSR-245%29+in+OFBiz You can try : Nicolas Le 20/03/2012 08:23, Paul a écrit : Oops! Forgot to mention what I had already tried. Well that didn't work nor using a map-processor. Even tried i

Re: use-when

2012-05-07 Thread Nicolas Malin
Try this : use-when="${thruDate == void @or thruDate> nowTimestamp}" Nicolas Le 07/05/2012 11:33, Pierre Smits a écrit : Thanks Ankit Jain, It worked, but with a side effect. When only your suggestion (use-when="${thruDate> nowTimestamp}") it shows the button when

feature internationalisation

2007-01-30 Thread Passalacqua Nicolas
Hi, I wondering if there is any implementation or solution for using features (product features like color, size ..) in an internationalization context. Ie: Using DataResource like for product description, long description; but this time for the ProductFeatureType description. Regards, Ni

Re: How can i unload the standard function such as warehouse or party component?

2012-06-01 Thread Nicolas Malin
Hi, Use security group for limit their view or unload their webapp on ofbiz-component.xml file Nicolas Le 01/06/2012 12:03, 汪晟 a écrit : > Hi, Dear support, > > I have one question about How can i unload the standard function such as > warehouse or party component? > >

Process to remind sales invoice not paid

2012-06-14 Thread Nicolas Malin
a specific reminder. if it interests, I will open an issue Nicolas -- Nicolas MALIN Consultant Tél : 06.17.66.40.06 Site projet : http://www.neogia.org/ --- Société LibrenBerry Tél : 02.48.02.56.12 Site : http://www.librenberry.net/

Re: Process to remind sales invoice not paid

2012-06-14 Thread Nicolas Malin
) Nicolas Le 14/06/2012 11:31, Pierre Smits a écrit : Nicolas, First of all, great suggestion! You know you have the overview of outstanding invoices in both AP and AR. Maybe it would be usefull to include such a function in there. Fin Admin (specifically charged with credit control) would work

Re: AW: Process to remind sales invoice not paid

2012-06-14 Thread Nicolas Malin
Carsten, For your requirement, you can look my issue https://issues.apache.org/jira/browse/OFBIZ-4938 and add a service that search not paid invoice without commEvent or a commEvent more the X days old. After use EmailTemplateSetting configuration to send mail. Nicolas Le 14/06/2012 09:37

  1   2   3   4   5   >