
ws.itemPrice.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 case when I18ITM.NME is null then ITM10.NME else I18ITM.NME end as ITM10NME,
:TXCTAL.IID as :TXCTALIID, :TXCTAL.NME as :TXCTALNME, :TXCTAL.AGRT as :TXCTALAGRT,
ITM10.IID as ITM10IID, ITMPRI.PRICT, ITMPRI.PRI, ITMPRI.UNST
from :TITMPRI as ITMPRI
join :TITM as ITM10 on ITMPRI.ITM=ITM10.IID
left join TXCT as :TXCTAL on :TXCTAL.IID=ITM10.TXCT
left join (select NME, HASNM from :TI18ITM where HASNM=:ITMID and LNG=':LNG') as I18ITM on I18ITM.HASNM=ITM10.IID
where ITM=:ITMID and PRICT=:PRICTID;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy