Re: [Ledger-smb-users] Discount Field

2008-12-12 Thread David Mora
Hi i just saw this messages, i built the early-payment discounts on 1.3, if you are going to work on line-items discounts, please feel free to review/ask the work done there so we can have something similar in the three cases you just mentioned. If you want the details of how this is working on 1.

Re: [Ledger-smb-users] Discount Field

2008-12-12 Thread Luke
On Sun, 7 Dec 2008, Chris Travers wrote: > On Sat, Dec 6, 2008 at 9:18 PM, Luke wrote: > > What are the pros, cons, and chances, of adding a discount field? An > > overall discount field, that is, under subtotal. > > > > I would like to be able to adjust the over all final price, either by a > >

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread Chris Travers
On Fri, Dec 12, 2008 at 9:15 AM, beamends wrote: > > On Fri, 2008-12-12 at 08:58 -0800, Chris Travers wrote: >> On Fri, Dec 12, 2008 at 3:26 AM, beamends wrote: >> > >> > DBD::Pg::st execute failed: ERROR: invalid input syntax for integer: "" >> > >> > Error! >> > >> > INSERT INTO tax (chart_id,

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread beamends
On Fri, 2008-12-12 at 08:58 -0800, Chris Travers wrote: > On Fri, Dec 12, 2008 at 3:26 AM, beamends wrote: > > > > DBD::Pg::st execute failed: ERROR: invalid input syntax for integer: "" > > > > Error! > > > > INSERT INTO tax (chart_id, rate, taxnumber, validto, > > pass, taxmodule_id) > > VALUES

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread Chris Travers
On Fri, Dec 12, 2008 at 3:26 AM, beamends wrote: > > DBD::Pg::st execute failed: ERROR: invalid input syntax for integer: "" > > Error! > > INSERT INTO tax (chart_id, rate, taxnumber, validto, > pass, taxmodule_id) > VALUES (?, ?, ?, ?, ?, ?) > ERROR: invalid input syntax for integer: "" Odd. Ca

Re: [Ledger-smb-users] How to print financial reports? [SOLVED]

2008-12-12 Thread Michael Chinn
Chris Travers wrote: > On Thu, Dec 11, 2008 at 3:59 PM, Michael Chinn wrote: >> Chris Travers wrote: >>> On Thu, Dec 11, 2008 at 2:51 PM, Michael Chinn >>> wrote: >>> Where are the Financial statements??? I can generate reports, like a Chart of Accounts listing but... Where is >>>

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread beamends
On Fri, 2008-12-12 at 12:13 +, beamends wrote: > Thanks - no zero in the "Ordering" column was indeed the problem. > > Cheers > Richard Ah! - I just did an old purchase order, fine 17.5% VAT. However, I've just done a new one, and it comes up with the old rate, not 15%. How does the system

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread beamends
On Fri, 2008-12-12 at 11:35 +, rich...@ingenitor.net wrote: > Quoting beamends : > > I've just tried this, assuming "apply" means run the SQl using > > phpgadmin. > > > > I've changed the old VAT(17.5) 2200 on the chart, set the valid date to > > 30th Nov and created a new tax 2201 VAT(15). >

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread richard
Quoting beamends : > I've just tried this, assuming "apply" means run the SQl using > phpgadmin. > > I've changed the old VAT(17.5) 2200 on the chart, set the valid date to > 30th Nov and created a new tax 2201 VAT(15). > > When I go to save the Tax page I get : > > DBD::Pg::st execute failed: ERRO

Re: [Ledger-smb-users] VAT Rate Change

2008-12-12 Thread beamends
On Wed, 2008-12-10 at 21:27 +, rich...@ingenitor.net wrote: > D'oh. Thought I had applied that... > > Ok, having applied the fix, I can now add a new tax rate. I've just > generated an invoice, and it picked up the new rate. I think that's a > success. :) > > R > I've just tried this