Re: Smart search

2009-03-27 Thread Valentina Sirkova
Thanks everyone for the valuable comments. Valentina On Mar 27, 2009, at 11:11 AM, Daniel Martínez wrote: 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ó

Re: Smart search

2009-03-26 Thread Valentina Sirkova
ith ASCII characters. You could somewhat easily modify the findParty service (which is what the Party Manager Find screen uses) to do that. -David On Mar 26, 2009, at 3:48 PM, Valentina Sirkova wrote: Hi, I need to implement "smart" search which should not take into account s

Smart search

2009-03-26 Thread Valentina Sirkova
Hi, I need to implement "smart" search which should not take into account spanish special characters, but their ascii equivalent instead, examples are á, í and so on. For instance we might have entered as a person last name into the db "García", but when searching we would like to find th

Re: "Work in Progress" as product type

2008-07-28 Thread Valentina Sirkova
Hi Brijesh, I think there is a way to constitute mandatory production runs without making the product WIP. If for example production run number1 has BOM consisting of products(types finished good for example) B and C and on the other hand production run number2 produces B as its end product then

Re: Order status

2008-07-25 Thread Valentina Sirkova
age ? > http://docs.ofbiz.org/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo > > Thanks > > Jacques > > From: "Valentina Sirkova" <[EMAIL PROTECTED]> > > Hi, > > From EditProductStore(catalog) you can configure your store to have > > di

Re: Order status

2008-07-25 Thread Valentina Sirkova
Hi, From EditProductStore(catalog) you can configure your store to have different statuses for approval, declining,cancellation. Here you can make settings for automatic approval on order/invoice creation From searchorders(ordermgr) you can manipulate order statuses of many orders at once. The se

Re: Manual order item adjustment(not of type promotion)

2008-06-12 Thread Valentina Sirkova
> > On Wed, Jun 11, 2008 at 4:42 PM, Valentina Sirkova <[EMAIL PROTECTED]> > wrote: > > > Hi, > > Is there a way to create manually orderAdjustment for orderItem which is > > Not of type "PROMOTION_ADJUSTMENT" but something else, for example - > >

Manual order item adjustment(not of type promotion)

2008-06-11 Thread Valentina Sirkova
Hi, Is there a way to create manually orderAdjustment for orderItem which is Not of type "PROMOTION_ADJUSTMENT" but something else, for example - user defined orderAdjustmentType "DISCOUNT_ADJUSTMENT"? As far as I see there is similar functionality for Quotes, which is pretty good but I could not f

Typo error in EmploymentAppForms.xml

2008-06-05 Thread Valentina Sirkova
There is a typo - forgotten dot in AddEmploymentApp form in EmploymentAppForms.xml (humanres app). Valentina -- View this message in context: http://www.nabble.com/Typo-error-in-EmploymentAppForms.xml-tp17678269p17678269.html Sent from the OFBiz - User mailing list archive at Nabble.com.

FixedAsset entity question

2008-05-22 Thread Valentina Sirkova
Hi, I am working on rental project and wanted to ask you about the following. Hotels, rooms in our model are facilities and fixed assets. This is also valid for some other stuff like mini-bars. FixedAsset entity has two fields "locatedAtFacilityId" and "locatedAtLocationSeqId" which yeld the follo

Re: Two root category

2008-04-22 Thread Valentina Sirkova
Quoting shristhi sharma <[EMAIL PROTECTED]>: I am trying to configure ofbiz for auto parts store. I wish to classify products into two major categories. General category (Wheels for example) and brands (Bridgestone). I am looking sidedeepcategory.bsh, CommonScreens.xml and CategoryWorker.java

Re: Some newbie questions when evaluation OFBiz

2008-04-18 Thread Valentina Sirkova
On Tue, 2008-04-15 at 02:50 -0700, sebastianscheid wrote: > Hi, > There are some more technical functions, I do not understand too: > How do I switch the language of the applications? There is this nice drop > down at the top right corner containing a pretty long list of languages, but > only a few

Re: Please do Find my query

2008-04-18 Thread Valentina Sirkova
On Sat, 2008-04-12 at 15:23 -0700, Jame Jane wrote: > Hi, > > I have a business requirement where I need to > customize Shipping Tab for shipment. > > I am very new to ofbiz, iam just trying to understand it only. > but i a task to do. > > The task is like from Admin Side if we created a Shippm

Re: Defining a required parameter

2008-04-03 Thread Valentina Sirkova
On Tue, 2008-04-01 at 18:54 +0800, ian tabangay wrote: > Hi. > I would like to ask where a parameter whose mode value is OUT and optional > value is false for the attribute element in the service xml definition > whould be defined. > > like: > ** > > > Thank you for community's assistance to a n

Re: Question on xml and properties

2008-03-20 Thread Valentina Sirkova
On Thu, 2008-03-20 at 12:19 +0100, Jacques Le Roux wrote: > AFAIK, properties files are deprecated in trunk for i18n/l10n. You should > better use only xml files. Why did you ask this question ? > Do you see any problems ? > > Jacques Thanks for the reply Jacques, No I see absolutely no proble

Question on xml and properties

2008-03-19 Thread Valentina Sirkova
Hi, I wanted to ask if it is possible and if it is a Good practice to use together .properties file and .xmls. For example you can keep some of your spanish labels in .properties file and the rest in .xml and if you don`t find the spanish labels in the .property file you could then search these sp

Re: What is QuickAdd category?

2008-01-28 Thread Valentina Sirkova
Quoting Ritz123 <[EMAIL PROTECTED]>: Also, is there a way to "activate/inactive" a product? One way I can think of would be to make the product virtual, also there seems to be a sales discontinuation date which probably can be used too but wanted to see if there is a better way to do this. sa

Re: Question on spot-class-map entities(copied from jira-1590)

2008-01-28 Thread Valentina Sirkova
Karnchana wrote: > > Hi, Valentina thanks for your answer > > but in : > > fixedAssetId="Private Rooms" nrOfSpaces="4" accomNumber="PrVIP-5"/> > > > I meant VIPTables in Private Rooms and 4 (people) capacity with name > PrVIP-5. It's one table. > > > Regards, > Karnchana > > > Yes

Re: new accomodation map entities

2008-01-28 Thread Valentina Sirkova
Hi Hans and others, I will start from discussing Hans post and then comment and answer to the rest of the posts (they are a lot :) ). On Mon, 2008-01-28 at 10:58 +0700, Hans Bakker wrote: > 1. on the accomodation spot it is perhaps better to use the > 'description' field instead of number, to be

Re: Question on spot-class-map entities(copied from jira-1590)

2008-01-25 Thread Valentina Sirkova
Karnchana, As far as I see from your data, you model the following(please correct me if I am wrong): You model restaurant which has 2 rooms and they all are fas. The rooms are related to the restaurant via parent-child relationship. They all are located at the "TableServices" facility. - In the

Question on spot-class-map entities(copied from jira-1590)

2008-01-25 Thread Valentina Sirkova
comment from karnchana pangwan: Now I created three entities and added new example data and extended workeffort, but I not sure about my data model. In "nrOfSpaces" of AccommodationSpot I added space for person. With my demo provide customer select fixedasset,class and tables number (get accommSp

Question about reservations

2007-09-17 Thread Valentina Sirkova
Hi all, I am struggling with reservation related stuff and wanted to ask you for advice on the following. Do you think it is right to try to reserve accommodation class directly like 2 seats from airplane_class_first? This sort of algorithm would not preassign any fixed assets but just decrease t