{{-- New-Unity ERP | finance/price-lists/tiers.blade.php | v1.2 | 04/07/2026 --}} {{-- v1.2 — Removido page-info que rompía el layout. --}} {{-- v1.1 — Page Info agregado (descartado). --}} {{-- v1.0 — Configuración de tiers de descuento por volumen para lista MAY. --}} @extends('layouts.vertical') @section('content')
| {{ __('finance.quantity-range') }} | {{ __('finance.max-discount-allowed') }} | {{ __('finance.example-gen') }} | {{ __('finance.actions') }} |
|---|---|---|---|
| 1 — {{ $priceList->min_qty_required - 1 }} {{ __('finance.pcs') }} | {{ __('finance.gen-price-applies') }} | $780.00 | |
| {{ $tier->rangeLabel() }} | {{ __('finance.up-to-off', ['pct' => $tier->max_discount_perc]) }} | ${{ number_format(780 * (1 - $tier->max_discount_perc/100), 2) }} ({{ __('finance.min-colon') }} ${{ number_format(600 * (1 + $priceList->margin_min_perc/100), 2) }}) | |
| {!! __('finance.no-tiers-configured') !!} | |||