Re: Smart search

2009-03-27 Thread Daniel Martínez
I have also used lucene with ofbiz for a recent development (SOLR is based on it). It comes with a filter which does exactly what Valentina is looking for. -- Daniel madppiper escribió: On my application I have integrated SOLR into the system. SOLR is great for complex searches and comes with

Re: depreciate fields

2009-03-10 Thread Daniel Martínez
s and communication event roles. In the book they are in different entities but it is not like that in OfBiz. I.e. that CALLER and RECEIVER need not to be valid roles for the parties involved in the communication event. In short, I agree with Hans :) -- Daniel Martínez In other words, the s

Re: *.fo.ftl

2009-03-05 Thread Daniel Martínez
-6 which is probably what Brian is referring to. It is command line program and is clearly abandonware. I remember it worked well for tables. Enough at the time ... ;) -- Daniel Martínez Jacques Le Roux escribió: If you get a chance after testing those tools, could you send use a feedback

Re: display party name instead of ID; party mgr

2008-04-23 Thread Daniel Martínez
Jacques, isn't this already the user ML? -- Daniel Jacques Le Roux escribió: Please use rather user ML for such questions : http://docs.ofbiz.org/display/OFBADMIN/Mailing+Lists#MailingLists-DeveloperList:[EMAIL PROTECTED] Jacques From: "Jim Yanda" <[EMAIL PROTECTED]> Hello, Can someone s

Re: How to change an ecommerce .ftl file reusing the whole

2008-04-21 Thread Daniel Martínez
Great!! Luckily, I was wrong ;) -- Daniel Martínez Bruno Busco escribió: At the moment I have configured my controller.xml like this: "http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=" http://ofbiz.apache.org/dtds/site-conf.xsd">

Re: crosstab queries

2007-07-12 Thread Daniel Martínez
Hi Tim, Tim McGuire escribió: > Hi, > > I'm wondering how to approach crosstab queries with the entity engine. > That is, I want to turn data from a row into a column heading. > > if the entity is something like: > > salesperson(char 20), month(number), total(number) > > and I want a query like >

Re: seed data and demo data

2007-07-06 Thread Daniel Martínez
Hello Eric, Seed data would be the one that will not change between installations and that is needed for ofbiz to work properly like GeoData (countries, states and the like) units of currency like USD, EUR and the admin user account (without a user you will not be able to access ofbiz) Demo data

Re: [Norton AntiSpam] Re: Problems w/ postgresql-8.1-407.jdbc3.jar

2007-07-05 Thread Daniel Martínez
Just thinking out loud Maybe is it that database changed from the former version? This could be the reason why ofbiz uses a different type (from its entity definition files) that the one in the actual database. AFAIK there is no tool available to take care of upgrading the database between versio

Re: Problems w/ postgresql-8.1-407.jdbc3.jar

2007-07-04 Thread Daniel Martínez
Have you tried using latest jdbc driver? (8.2 or 8.3) >From http://jdbc.postgresql.org/download.html --Newer driver releases will get additional features and bug fixes that you may need. Much care is taken to make newer driver releases work against older servers, so if you are --having a problem

Sales (VAT) tax not calculated for purchase orders

2007-07-02 Thread Daniel Martínez
After struggling for the VAT to appear in purchase orders (it works fine for sales orders), I have find this code in OrderServices.java // don't charge tax on purchase orders if ("PURCHASE_ORDER".equals(orderHeader.getString("orderTypeId"))) { return ServiceUtil.returnSuccess()

web services and Ofbiz

2007-06-28 Thread Daniel Martínez
Hi, I have just been asked about integrating an ofbiz-based application with a .NET one through web services (I don't have the details yet). I would like to know if anyone has succesfully develop something similar. Thanks, -- Daniel

Re: PRODQM_STOCK_ATP and PRODQM_ATP

2007-06-28 Thread Daniel Martínez
>> >>> The PRODQM_ATP has a different approach: >> >>> >> >>> when ATP quantity goes down the ProductFacility.minimumStock --> a >> >>> requirement is created and associated to the OrderItem that >> caused the >> >>> inventory level to go down the minimum stock; also the other oper >> >>> requirements are considered to try to adjust reorder quantity in the >> >>> requirement >> >>> >> >>> Frankly speaking, I don't like too much the last one; in my opinion >> for >> >>> more complex/precise requirement strategies the MRP should be used >> >>> instead; for very simple oned the RODQM_STOCK_ATP or RODQM_STOCK_QOH >> >>> should do their job pretty well. >> >>> >> >>> Jacopo >> >>> >> >>> >> >>> Daniel Martínez wrote: >> >>> > What is the difference between these scheduling types? >> >>> > >> >>> > Thanks, >> >>> > -- >> >>> > Daniel >> >>> >> >>> >> >>

PRODQM_STOCK_ATP and PRODQM_ATP

2007-06-28 Thread Daniel Martínez
What is the difference between these scheduling types? Thanks, -- Daniel

Re: which file XML are defined the data of demo ?

2007-06-27 Thread Daniel Martínez
I found most of the demo data in the ecommerce application sqlien escribió: > I want to know in which file XML are defined the data of demonstration of the > list of the catalogues provides by ofbiz? > > >

Re: Interesting Article about Open Source and the OSI

2007-06-27 Thread Daniel Martínez
Well, I am not indifferent at how the term is used. Open source is OSI as free software is FSF :) I am not familiar with SugarCRM but if they push you to show their trademark is a real limitation in use and modification and I would not call it open source. For a clearer example of something-not-o

Re: select box

2007-06-27 Thread Daniel Martínez
The dev ML is intended to *developing* OFBiz not to *use* it ! > > Thanks > > Jacques > > De : "Daniel Martínez" <[EMAIL PROTECTED]> > >> Amit, >> >> If I understood well, you have to commit the changes to the database: >> >> fo

Re: select box

2007-06-27 Thread Daniel Martínez
Amit, If I understood well, you have to commit the changes to the database: for updating for creating PD: Please send this messages to the developers list Greetings, -- Daniel amit charaya escribió: > I want to add product category id into primaryProductCategoryId field. > i have added a se

Re: Cancel item in order never ends ...

2007-06-19 Thread Daniel Martínez
Scott, Issue is https://issues.apache.org/jira/browse/OFBIZ-1088 Thanks!! -- Daniel Scott Gray escribió: > Hi Daniel > > Could you create a jira issue with clear steps to recreate the problem > preferably straight from seed data. I'll take a look when I get a > chance in > the next couple of d

Cancel item in order never ends ...

2007-06-19 Thread Daniel Martínez
When I try to cancel sales order items (service cancelOrderItem), my browser waits forever for the server to answer. Ofbiz in the server keeps eating up memory and process until I manually stop it (stopofbiz.sh) This happens with both latest versions of trunk and release4 and with both jdk-1.5 and

Invoices and payments

2007-06-18 Thread Daniel Martínez
Hi all, Is there a secas that creates a payment from an invoice? I have some invoices with offline payment in status either "received" or "ready for posting" but the payments are not created Thanks, -- Daniel

Re: widgets and gizmos

2007-06-13 Thread Daniel Martínez
2.An unnamed or hypothetical manufactured article. > > gizmo also gismo (gîz´mo) noun > plural gizmos > A mechanical device or part whose name is forgotten or unknown; a gadget. > > Daniel Martínez wrote: >> To native english speakers, >> >> Could someone expl

widgets and gizmos

2007-06-13 Thread Daniel Martínez
To native english speakers, Could someone explain a little what are the meanings of widgets and gizmos in the demo data? I am planning to make a version of the data version in Spanish. Thanks, -- Daniel

Re: Automatic Purchasing

2007-06-13 Thread Daniel Martínez
Jacopo, Jacopo Cappellato escribió: > Daniel, > > Daniel Martínez wrote: >> Well, I like a lot the requirement model of ofbiz because I think it is >> conceptually clear and very flexible. Also, IMO automatic creation of >> orders is not a good idea for most compani

Re: Automatic Purchasing

2007-06-13 Thread Daniel Martínez
Jacopo, Jacopo Cappellato escribió: > Daniel, > > Daniel Martínez wrote: >> Hi Daniel, thanks for the tips, >> >> What I was wondering in my previous mail is why has a supplier role be >> informed in a product requirement for it to be candidate for a purchase &

Re: Automatic Purchasing

2007-06-11 Thread Daniel Martínez
inimum. > A previous discussion on the topic. > http://www.mail-archive.com/user@ofbiz.apache.org/msg00675.html > > Another thread about combining Requirements, etc. > http://osdir.com/ml/java.ofbiz.user/2005-11/msg00020.html > > Thanks > Regards, -- Daniel Martínez

Re: error when receiving a shipment

2007-06-11 Thread Daniel Martínez
ethod.java:105) - Regards, -- Daniel David E Jones escribió: > > That is just a parsing error and shouldn't have an effect on > operation. It is because we have an enumerated list in the XSD (which > we want to keep there) but we have a variable insert

error when receiving a shipment

2007-06-11 Thread Daniel Martínez
Hello, I am trying to receive a shipment and get the following error: 2007-06-11 12:16:02,097 (http-0.0.0.0-8444-Processor3) [ UtilXml.java:649:ERROR] XmlFileLoader: File file:/paradiso/ofbiz/demo/framework/common/script/org/ofbiz/common/CommonServices.xml process error. Line: 139. Err

Re: Automatic Purchasing

2007-06-10 Thread Daniel Martínez
will write an email for the dev list. Regards, -- Daniel Daniel Martínez escribió: > Hello Dave, > > I am trying this to work also. Two tips, requirement type has to be > product requirement (I got it created automatically with > RequirementsEnumMethod set to automatic for every s

Re: Automatic Purchasing

2007-06-10 Thread Daniel Martínez
Hello Dave, I am trying this to work also. Two tips, requirement type has to be product requirement (I got it created automatically with RequirementsEnumMethod set to automatic for every sales order, BTW what is ATP?). Also the requirement should be approved. Please give me a line if you get it t

Re: questions about widget forms and conditionals

2007-06-09 Thread Daniel Martínez
Hi Jonathon, I have used conditional forms in order to reuse them for create/update and I am happy with the results in terms of maintenance. I think the messy part is always with the parts. If your update/create forms are very similar I would advice to use one conditional form. If they are very d

Re: Dropdown Lists Ordering

2007-03-15 Thread Daniel Martínez
; lists AFTER being translated. > > Thank you in advance. > -- Soluciones de Gestión para su empresa eBusiness, ERP, CRM ---- *Daniel Martínez Martínez* * * Director de Proyectos C/ Julia García Boután, 29 D 3ºB 28022 Ma

Re: access a particular application by default

2007-03-15 Thread Daniel Martínez
uot; that is in the docs from > Undersun Consulting. It covers mounting a root web app. > > Rick > > > Daniel Martínez <[EMAIL PROTECTED]> wrote: Hello, > > So I have ofbiz running under 80/443 ports in, i.e. my server "alpha" > > Is there anyway I

access a particular application by default

2007-03-14 Thread Daniel Martínez
your help, -- Soluciones de Gestión para su empresa eBusiness, ERP, CRM ---- *Daniel Martínez Martínez* * * Director de Proyectos C/ Julia García Boután, 29 D

Re: Simple backend UI enhancement proposition

2007-01-21 Thread Daniel Martínez
Hello, I am Daniel Martínez, I have created a company in Spain which main business is as an ERP service provider. I like a lot ofbiz. I am now using to develop a custom application for a customer and it will surely become my main tool for the business. This said, I agree completely with Andrew