@extends('layouts.app') @section('title', 'AR & AP Settings') @section('breadcrumb') @endsection @section('content') @include('settings._tabs', ['active' => 'arap']) @if(session('success'))
{{ session('success') }}
@endif
@csrf @method('PUT')
{{-- Pricing --}}
Pricing
{{-- Price Levels --}}
When ON: customers can be assigned different price tiers (e.g. Retail, Wholesale, VIP). Price level fields appear on customer profiles and sales documents. When OFF: all price level features and reports are hidden.
{{-- Aging Calculation --}}
Aging Calculation

Choose whether customer and vendor aging is calculated from the Invoice/Bill Date or the Due Date. Aging reports use this setting. If no Due Date is set, the Invoice/Bill Date is used as a fallback.

If no Due Date is set on a transaction, the Invoice/Bill Date is used as a fallback. This affects Customer Aging, Vendor Aging, and Overdue reports.
Cancel
@endsection @push('scripts') @endpush