{{-- New-Unity ERP | finance/price-lists/edit.blade.php | v1.6 | 05/07/2026 --}} {{-- v1.6 — Fix: previewProtectionPct se actualiza con valor real del formulario. --}} {{-- v1.5 — Preview: desglose Cost × MinProt% = Protection × TargetMargin% = Commercial Price. --}} {{-- v1.4 — Fix preview: Base Price = Protection x (1 + margin%). --}} {{-- v1.4 — Fix preview: Base Price = Protection x (1 + margin%). --}} {{-- v1.3 — Renombrado Base Discount a Target Margin %. Agrega Min Protection %. --}} {{-- v1.2 — Removido page-info que rompía el layout. --}} {{-- v1.1 — Page Info agregado (descartado). --}} {{-- v1.0 — Formulario edición price list. --}} @extends('layouts.vertical') @section('content')

{{ __('finance.edit-price-list') }} — {{ $priceList->code }}

{{ __('finance.back') }}
@if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
{{ __('finance.edit-price-list') }}
@csrf @method('PUT')
{{-- Code --}}
{{ __('finance.code-cannot-change') }}
{{-- Name --}}
{{-- Description --}}
{{-- Currency --}}
{{-- Target Margin % + Min Protection % --}}
%
{{ __('finance.base-price-formula') }}
%
{{ __('finance.sale-below-auth') }}
{{-- Preview de precios --}}
{{ __('finance.price-preview-example') }}
{{ __('finance.cost-word') }} $100.00 {{ __('finance.min-prot') }} 0% = $0.00 {{ __('finance.target-margin') }} 0% {{ __('finance.commercial-price') }} $0.00
{{-- Switches --}}
is_default) @disabled($priceList->is_default)>
available_for_sale)>
{{ __('finance.available-help') }}
@endsection