Re: VAT tax implementation

2007-11-15 Thread Jonathon -- Improov
Yup, for a few UK clients. I thought it's already in OFBiz? Oh, wait. I think not. I remember a heated argument at beginning of this year. Some European folks complained that VAT isn't in OFBiz. By the way, I had also done GST for Singapore and neighbors. As for my "inputs", I notice that suc

VAT tax implementation

2007-11-15 Thread vijay Si
Has any one implemented VAT tax. Any inputs ? Regards

Re: Entity-Condition to compare database fields

2007-11-15 Thread Jonathon -- Improov
Now that you mention it, yeah, that doesn't seem possible. Even with , you cannot have "conditional joiners". Joins in are restricted to "key-to-key/field" (equality) joins only. What's , by the way? Anybody knows? I don't see it used? It shouldn't be difficult to extend so that it supports

Re: Loading Sales Tax rates

2007-11-15 Thread David E Jones
If you're not using the specific data set from ZipSales that this table is written for then I wouldn't recommend using it or the tax calculation services that go along with it. They have very limited flexibility and really don't handle the variety of laws that exist in the USA, not to men

Loading Sales Tax rates

2007-11-15 Thread Dave Tenerowicz
We need to load sales tax rates by zip code. I believe these should be loaded to ZipSalesTaxLookup entity. We'd like to enter a single percentage that represents the general state tax rate plus any applicable county tax. 1 )Does anyone know if we can load the combined rate into the comboSalesT

Re: Loading Sales Tax rates

2007-11-15 Thread BJ Freeman
you can use the webtools to enter one just item https://operations.digiresources.com:8443/webtools/control/FindGeneric?entityName=ZipSalesTaxLookup then export it the entity thru the webtools to give you an template. I trick I use if to have the data in excel then add extra columns for the xml stuf

Re: Entity-Condition to compare database fields

2007-11-15 Thread BJ Freeman
look at the view-entity. there are some examples in the entitydef folder of most applications. [EMAIL PROTECTED] sent the following on 11/15/2007 8:11 AM: > Hi > > I have a problem to create an entity-condition that compares to > fields on the database. > > SampleEntity: > Field 1: fromDate > Fi

RE: tips and tricks

2007-11-15 Thread [EMAIL PROTECTED]
BJ I agree entirely. I have a saved directory of "gem" posts from this list. It would sure be nice to have them and the ones I missed in a wiki like this. Naggle's nice, but something like this would be super-dee-duper. -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent:

tips and tricks

2007-11-15 Thread BJ Freeman
would be nice to have something like this in the wiki http://learningofbiz.blogspot.com/2007/07/entitywherestring.html

Re: POS and Credit Card Swipes

2007-11-15 Thread BJ Freeman
what mfr and model of reader do you have. most readers are serial, so is the baud rate and bits set properly. some use the keyboard. http://www.javapos.com/docs.html Vince M. Clark sent the following on 11/15/2007 8:01 AM: > Is anyone using swipes successfully with POS? We are configuring some >

POS and Credit Card Swipes

2007-11-15 Thread Vince M. Clark
Is anyone using swipes successfully with POS? We are configuring some terminals and have noticed the card isn't being read properly. It varies from terminal to terminal so it may just be a configuration or driver issue. But I don't really understand how the swipe interacts with POS so not sure

Entity-Condition to compare database fields

2007-11-15 Thread [EMAIL PROTECTED]
Hi I have a problem to create an entity-condition that compares to fields on the database. SampleEntity: Field 1: fromDate Field 2: minimumFromDate what I want is to fetch only the fields from the database where fromDate < minimumFromDate. Unfortunately, it seems that it is only possible to co

Re: how to get value defined in web.xml ?

2007-11-15 Thread Bilgin Ibryam
Thanks for your responses Did you secceed? If yes, how you did it ? Just curious if i need it one day... -- View this message in context: http://www.nabble.com/how-to-get-value-defined-in-web.xml---tf4797528.html#a13765111 Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: how to get value defined in web.xml ?

2007-11-15 Thread Jonathon -- Improov
Sorry to come in so late in this thread. Did you mean you want to introduce your own new variable in web.xml, something like how "mainDecoratorLocation" works? Jonathon sqlien wrote: Unfortunately i have not succeed. Thanks for your responses BJ Freeman wrote: Did you secceed? If yes

Re: how to get value defined in web.xml ?

2007-11-15 Thread sqlien
Unfortunately i have not succeed. Thanks for your responses BJ Freeman wrote: > > > Did you secceed? > If yes, how you did it ? Just curious if i need it one day... > -- View this message in context: http://www.nabble.com/how-to-get-value-defined-in-web.xml---tf4797528.html#a13767410 S

Re: how to get value defined in web.xml ?

2007-11-15 Thread sqlien
Thanks for your responses BJ Freeman wrote: > > http://docs.ofbiz.org/display/OFBTECH/Framework+Introduction+Videos+and+Diagrams > > sqlien sent the following on 11/14/2007 2:46 AM: >> Hi, >> thak your for your responses, but my problem is not yet resolved : >> 1) i can not use public static