openbravo

Openbravo Point of Sales: Tax after a certain amount.

I'm using Openbravo opensource PoS. Is it possible to setup Openbravo PoS to apply a tax only after a certain amount? For example, if the total is less than or equal to $10 then there is no tax, but if the total is over $10 then a 8% tax is applied. Ie: the item costs $10 then the total is $10. If the item is $10.01 then the total is $1...

Making a mySQL-query to get products that have not ben sold?

Using openbravoPOS i got a mySQL database of all my producs tickets stock etc. Products are in one table and the tickets are in another, so to make a query that get me all the products that are sold (and therefore are in ticketlines) are simple. How do I make a query that gives me the products that are not i any ticketlines? ...

How can i configure server in eclipse?

Hi , I am using Openbravo tool in my project.I imported my project into eclipse.Then i configured server(tomcat 6.0). When i am starting my server in eclipse.I am getting below mentioned errors.. Aug 4, 2010 6:20:14 PM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/...

How can I configure a server in Eclipse?

When I start my Tomcat server, I am getting a problem described by the error messages listed below. How can I resolve this problem? Aug 5, 2010 10:25:13 AM org.apache.tomcat.util.digester.SetPropertiesRule begin WARNING: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server:...

how can we configure jsf in openbravo

Hi, How can i configure jsf in openbravo .Is it possible in openbravo. If possible, could u guide me. I am new to this openbravo. with regards, chandrasekhar ...

How to add dynamic, receipt-data-specific image to an OpenBravo print template?

I'm working on a little project with OpenBravo, which I am just getting into. What I want to do is: take the various values within the receipt (individual items, tax, total, date, etc.) send this data to my algorithm, which will generate an image based on this data I've gone through what documentation I could find on the subject, bu...