
acc.entr.ItAdInvCtDb.sql Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of beige-acc Show documentation
Show all versions of beige-acc Show documentation
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