[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print issue



Here is the output of the select:

taxmodule_id;taxmodulename;chart_id;rate;taxnumber;validto;pass
1;"Simple";10121;0;"1";"2099-12-31";1
1;"Simple";10123;0.1;"1";"2099-12-31";1
1;"Simple";10125;0.2;"1";"2099-12-31";1


Rgds,
Rudolf 

 
-----Ursprüngliche Nachricht-----
Von: ..hidden..
[mailto:..hidden.. Im Auftrag von
Chris Travers
Gesendet: Donnerstag, 10. Mai 2007 18:06
An: ..hidden..
Betreff: Re: [Ledger-smb-users] Print issue


Can you try the following query in pgAdmin and send it here:

select * from taxmodule join tax using (taxmodule_id);