Changes between Version 10 and Version 11 of AdvancedReports


Ignore:
Timestamp:
02/12/24 18:42:57 (4 months ago)
Author:
141515
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AdvancedReports

    v10 v11  
    2525        then 'Eco Tax Relief Possible'
    2626end
    27 ) as Tax_Relief
     27) as Tax_Relief,
     28(case
     29        when (v.body='Van' or v.body='Truck') and v.status=true
     30        then v.price-(v.price*0.19)
     31end
     32) as Price_For_Companies
    2833from dealership d
    2934join vehicle as v on d.tax_nr=v.tax_nr