System Settings & Configuration

Finance, invoice branding, document prefix/suffix sequences, notification preferences, theme, and company details.

@if(session('success'))
{{ session('success') }}
@endif
@if($activeSection === 'finance')

Finance, Invoicing Visuals & Bank Accounts

Customize official invoice logos, header banners, footer notes, and settlement bank details.

@if($invoiceLogo)
Preview
@elseif($existingInvoiceLogo)
Invoice Logo
@else
No Logo
@endif
Accepted formats: PNG, JPG, WEBP (Max 2MB). Displays in top header of Tax Invoices.
@if($existingInvoiceLogo) @endif
Appears right below document title on printed tax invoices.
Displayed beside bank account information on invoice bottom.
๐Ÿฆ

Settlement Bank Payment Details (Printed on Invoices)

@endif @if($activeSection === 'sequences')

Document Numbering & Sequences

Define custom Prefix, Suffix, and starting sequence numbers for Invoices, Purchase Orders (PO), and Delivery Notes (DN).

Tax Invoice (Sales & Rentals)

Preview: {{ strtoupper($invPrefix) }}/{{ $fy }}/{{ str_pad((string)$invStartNumber, $invPadding, '0', STR_PAD_LEFT) }}{{ $invSuffix ? '/' . $invSuffix : '' }}

Purchase Order (PO - Suppliers)

Preview: {{ strtoupper($poPrefix) }}/{{ $fy }}/{{ str_pad((string)$poStartNumber, $poPadding, '0', STR_PAD_LEFT) }}{{ $poSuffix ? '/' . $poSuffix : '' }}

Delivery Note (DN - Dispatches)

Preview: {{ strtoupper($dnPrefix) }}/{{ $fy }}/{{ str_pad((string)$dnStartNumber, $dnPadding, '0', STR_PAD_LEFT) }}{{ $dnSuffix ? '/' . $dnSuffix : '' }}
Rental Booking (RNT) {{ $rntPrefix }}/{{ $fy }}/{{ str_pad((string)$rntStartNumber, $rntPadding, '0', STR_PAD_LEFT) }}
Payment Receipt (REC) {{ $recPrefix }}/{{ $fy }}/{{ str_pad((string)$recStartNumber, $recPadding, '0', STR_PAD_LEFT) }}
@endif @if($activeSection === 'notifications')

Action Notification Preferences

Choose which operational and billing triggers generate automatic notifications across delivery channels.

Active Delivery Channels

๐ŸŽญ

Rentals & Costume Booking Actions

๐Ÿ’ฐ

Invoicing, Payments & Settlement Actions

๐Ÿ“ฆ

Purchases & Stock Alert Actions

@endif @if($activeSection === 'company')

Legal Entity & Company Profile

Appears on invoices, rental receipts, and reports.

@endif @if($activeSection === 'theme')

Theme CSS Variables / Design Tokens

Changing colors propagates instantly through CSS variables to buttons, badges, and accents.

Preview Dynamic Component:
@endif @if($activeSection === 'rental')

Rental Availability Engine Parameters

Automated cleaning buffers prevent items from being booked immediately on return.

Days reserved for dry cleaning / washing after return.
% of costume replacement value.
% daily penalty applied on overdue returns.
@endif @if($activeSection === 'smtp')

Encrypted SMTP Email Relay

Credentials are AES-256 encrypted in the database before storage.

@endif