All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ws.cartTxItBas.sql Maven / Gradle / Ivy

Go to download

It consists of double entry accounting and trading (web-store) business logic. It's based on previous beigesoft-accounting and beigesoft-webstore projects.

The newest version!
select TAXID, TAX.NME as TAXNAME, sum(TOT) as TOTALTAX
from (select TAX as TAXID, TOT from CARTITTXLN where DISAB=0 and SELID:CONDSEL and CARTID=:CARTID) as CTXL
join TAX on CTXL.TAXID=TAX.IID
group by TAXID, TAXNAME;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy