
acc.entr.SaInRecvDbSaTxCrCsh.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 6 as SRTY, SALINV.DAT, 'RECEIVABLE' as ACDB, DBCR.NME as SADNM, DBCR.IID as SADID, 1002 as SADTY, SAINTXLN.TOT as DEBT,
'SATAXPAY' as ACCR, TAX.NME as SACNM, TAX.IID as SACID, 1008 as SACTY, SAINTXLN.TOT as CRED
from SAINTXLN
join TAX on TAX.IID=SAINTXLN.TAX
join SALINV on SALINV.IID=SAINTXLN.OWNR
join DBCR on DBCR.IID=SALINV.DBCR
where SAINTXLN.RVID is null and round(TOPA,2)>=round(SALINV.TOT,2) :WHEAD
© 2015 - 2025 Weber Informatics LLC | Privacy Policy