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