Re: ZK view handler?

2008-02-01 Thread BJ Freeman
>From reading the documentation, I don't believe this was really implemented or the person understood ofbiz. it seems that is assumes that by using a delegator it can directly access tables. this by-passes all entity aware stuff. first you need to right a handler http://docs.ofbiz.org/display/OFB

Re: Duplicate primary key for Invoice

2008-02-01 Thread Jacques Le Roux
Untill Jacopo took this decision, I used to manage it by upgrading the PartyAcctgPreference lastInvoiceNumber (for invoices, quotes or orders) by hand in function of already existing DB values (if needed). Not so much work, but annoying sometimes (when in a hurry for instance) I must admit Jacq

Re: ZK view handler?

2008-02-01 Thread Ritz123
I have read that already - I cant find it anywhere in the document where it says how can you use ZUL/ZHTML pages with your existing ftls/htmls or how to use screen widget with ZK May be I am missing something. guo weizhan wrote: > > you should read this first: > http://docs.ofbiz.org/display/O

Re: Shipping adjustments proration

2008-02-01 Thread David E Jones
On Feb 1, 2008, at 10:15 AM, David E Jones wrote: On Feb 1, 2008, at 9:21 AM, Rashko Rejmer wrote: Hi, I noticed that if a sales order is meant to be shipped with few ship groups then every shipment adjustment is prorated to the all invoices that are created(they are created separate invoic

Re: Shipping adjustments proration

2008-02-01 Thread David E Jones
On Feb 1, 2008, at 9:21 AM, Rashko Rejmer wrote: Hi, I noticed that if a sales order is meant to be shipped with few ship groups then every shipment adjustment is prorated to the all invoices that are created(they are created separate invoices for every ship group). Isn't it more accurate ever

Shipping adjustments proration

2008-02-01 Thread Rashko Rejmer
Hi, I noticed that if a sales order is meant to be shipped with few ship groups then every shipment adjustment is prorated to the all invoices that are created(they are created separate invoices for every ship group). Isn't it more accurate every specific invoice to include only shipping adjustmen

Re: Duplicate primary key for Invoice

2008-02-01 Thread Jacopo Cappellato
Hi, this is annoying and it only happens when you reload demo data (ant run-install) over existing data when you have already created at least one invoice. The problem is that the PartyAcctgPreference.lastInvoiceNumber field (that contains the number of the last invoice) is overriden with 0. T

RE: Duplicate primary key for Invoice

2008-02-01 Thread William Perng
I am having the same problem. I did a clean install, but the problem comes back. William -Original Message- From: Raj Saini [mailto:[EMAIL PROTECTED] Sent: Thursday, January 31, 2008 5:59 AM To: user@ofbiz.apache.org Subject: Re: Duplicate primary key for Invoice Are you using derby db

RE: Stale DB-connections

2008-02-01 Thread LECOCQ Michel (CAMPUS)
Hello I've tested with the two connection factory classes (minerva and dbcp) on mysql and oracle databases. With minerva, no problem occured. With DBCP, the limit of pool-maxsize value from the datasource is not respected and the connections increase until reaching the connections max value defi

Old Wiki closed ?

2008-02-01 Thread Jacques Le Roux
Hi, Has the old Wiki http://ofbizwiki.go-integral.com/ been intentionnaly closed or is it something temporary ? Thanks Jacques

Re: ZK view handler?

2008-02-01 Thread guo weizhan
you should read this first: http://docs.ofbiz.org/display/OFBIZ/ZK+Rich+Client+-+integration+tutorial 2008/2/1, Ritz123 <[EMAIL PROTECTED]>: > > > Hi, > > Those who are using ZK with Ofbiz does it need a view handler? > > How have you guys integrated ZUL/ZHTML pages with Ofbiz? (either in the > sc