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

acc.entr.PuRtRecvDbSaTxCrCsh.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 8 as SRTY, PURRET.DAT, 'RETRECV' as ACDB, DBCR.NME as SADNM, DBCR.IID as SADID, 1002 as SADTY, PURTTXLN.TOT as DEBT,
'SATAXPAYRT' as ACCR, TAX.NME as SACNM, TAX.IID as SACID, 1008 as SACTY, PURTTXLN.TOT as CRED
from PURTTXLN
join TAX on TAX.IID=PURTTXLN.TAX
join PURRET on PURRET.IID=PURTTXLN.OWNR
join PURINV on PURINV.IID=PURRET.INV
join DBCR on DBCR.IID=PURINV.DBCR
where PURTTXLN.RVID is null and PURINV.MDENR=1 and round(PURINV.TOPA+PURRET.TOT,2)>=round(PURINV.TOT,2) :WHEAD




© 2015 - 2025 Weber Informatics LLC | Privacy Policy