Sale Detail

{{Sale.title}}

event {{Sale.date | date:'dd/MM/yyyy' }} - {{Sale.date | date:'HH:mm'}} |

account_balance {{Sale.saleHouseName}}

location_on {{Sale.location}}

tag{{Sale.postProcessing?.nbrLots}} Lots

hourglass_bottom{{convertSecondsToHHMM(Sale.postProcessing?.bidsDuration ?? 0)}}

hourglass_bottom/Lot {{getTimePerLot(parseToNumber(Sale.postProcessing?.durationPerLots ?? '0'))}}

Total amount: {{Sale.postProcessing?.totalAmount | currency:'EUR':'symbol':'1.2-2'}}

Max amount: {{Sale.postProcessing?.maxAmount | currency:'EUR':'symbol':'1.2-2'}}

Min amount: {{Sale.postProcessing?.minAmount | currency:'EUR':'symbol':'1.2-2'}}

Average amount: {{Sale.postProcessing?.averageAmount | currency:'EUR':'symbol':'1.2-2'}}

Median amount: {{Sale.postProcessing?.medianAmount | currency:'EUR':'symbol':'1.2-2'}}

Unsold: {{Sale.postProcessing?.unsoldLots}} ({{Sale.postProcessing?.unsoldPercentage}}%)

Lots Lots
Search
# {{element.lotNumber}} Picture Picture Title {{element.title ? element.title : "Lot "+element.lotNumber}} Estimate Low {{element.EstimateLow ? element.EstimateLow : "-"}} Estimate High {{element.EstimateHigh ? element.EstimateHigh : "-"}} Price {{element.auctionedAmount > 0 ? element.auctionedAmount : "-"}} nbrBids {{element.postProcessing?.nbrBids}} Duration {{element.postProcessing?.duration}} s Above/Under Low {{element.postProcessing?.percentageAboveUnderLow}} % Above/Under High {{element.postProcessing?.percentageAboveUnderHigh}} %