
acc.rvTxCt.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 IT.IID as ITIID, IT.NME as ITMNE, TCO.IID as TCOIID, TCO.NME as TCONME, TCO.AGRT as TCOAGRT, TCDIID, TCDNME, TCDAGRT, STRM from :TITM as IT
left join TXCT as TCO on IT.TXCT=TCO.IID
left join (select OWNR, TXCT.IID as TCDIID, TXCT.NME as TCDNME, AGRT as TCDAGRT, STRM from :TTDL as ITDL
join TXDST on TXDST.IID=ITDL.TXDS
left join TXCT on TXCT.IID=ITDL.TXCT where OWNR=:ITM and TXDS=:TXDS) as TCD on TCD.OWNR=IT.IID
where IT.IID=:ITM;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy