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

Re: Print issue



Here is the output.

select * from chart join tax on (chart.id = tax.chart_id);
----------------------------------------------------------
id;accno;description;charttype;category;link;gifi_accno;contra;chart_id;
rate;taxnumber;validto;pass;taxmodule_id
"10121";"3530";"Mehrwertsteuer
0%";"A";"L";"AR_tax:AP_tax:IC_taxpart:IC_taxservice";"350-359";"f";"1012
1";"0";"1";"2099-12-31";"1";"1"
"10123";"3531";"Mehrwertsteuer
10%";"A";"L";"AR_tax:AP_tax:IC_taxpart:IC_taxservice";"350-359";"f";"101
23";"0.1";"1";"2099-12-31";"1";"1"
"10125";"3532";"Mehrwertsteuer
20%";"A";"L";"AR_tax:AP_tax:IC_taxpart:IC_taxservice";"350-359";"f";"101
25";"0.2";"1";"2099-12-31";"1";"1"

select * from tax;
------------------
chart_id;rate;taxnumber;validto;pass;taxmodule_id
"10121";"0";"1";"2099-12-31";"1";"1"
"10123";"0.1";"1";"2099-12-31";"1";"1"
"10125";"0.2";"1";"2099-12-31";"1";"1"

mfg.
Rudolf