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

acc.entr.ItAdInvCtDb.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 12 as SRTY, DAT, 'INVENTORY' as ACDB, ITMCT.NME as SADNM, ITMCT.IID as SADID, 1004 as SADTY, SUM(ITADLN.TOT) as DEBT,
null as ACCR, null as SACNM, null as SACID, null as SACTY, 0.0 as CRED
from ITADLN
join ITM on ITM.IID=ITADLN.ITM
join ITMCT on ITMCT.IID=ITM.CAT
join ITMADD on ITMADD.IID=ITADLN.OWNR
where ITADLN.RVID is null :WHEAD
group by SRTY, DAT, ACDB, SADNM, SADID, SADTY, ACCR, SACNM, SACID, SACTY




© 2015 - 2025 Weber Informatics LLC | Privacy Policy