{{-- -------------------------- NEW APP HEAD ------------------------------- }} ? @app: EXIT APP |* @create: 18.03.2024 |* @author: Stanislaw Lederhos - mail@codelederhos.de |* @description: This app is designed for the final packaging of orders with their assigned tasks. The tasks, once completed, are tagged with a QR code. Similarly, the order's box is labeled with an external QR code, facilitating swift identification. The app allows users to allocate tasks to a previously scanned order scheduled for shipment today, placing them into a packaging specifically prepared for this order. Upon either complete or incomplete but authorized and documented loading, a shipping label for the order is printed. This label comes from a pre-declared shipping service provider. The declaration and authorization for today's shipment occur within the Package Manager. {{ -------------------------------------------------------------------------- --}}
@includeIf('layouts.components.container_header', [ 'title_primary' => 'Paket Ausgang', // 'class' => 'gradient-text-okis', 'title_secondary' => 'Heute noch ::num_packages:: Pakete', ])
@includeIf('layouts.components.card_header', [ 'title' => 'Paket QR Code scannen', ])
@includeIf('layouts.components.card_header', [ 'title' => 'Paket Nr.: ::package_id::', 'label_pill_bracke' => true, 'label_pills' => [['title' => '::package_shipping_type::', 'attr' => 'id="pill-package-type"'], ['title' => '::package_date::', 'attr' => 'id="pill-package-date"']], ])
@csrf
    @inputField([ 'input_type' => 'ui_check_list', 'input_id' => "id-placeholder", 'inputLabel' => "label-placeholder", 'btnClass' => 'py-3', 'listItemClass' => 'job-list-item d-none', 'checkOn' => 'scan', ])
@includeIf('layouts.components.card_header', [ 'title' => 'Bemerkungen zum Paket', 'collapse_id' => 'package_comment', ])
@inputField([ 'input_type' => 'textarea', 'input_id' => "comment", 'input_class' => 'text-danger', 'input_attr' => 'rows=3 min=5', 'text_editor' => false, 'placeholder' => 'gib hier bitte eine Bemerkungen zum Paket ein.', ])
@inputField([ 'input_type' => 'text', 'input_id' => "customer-pickup-name", 'label' => "Name des Abholers:", 'input_class' => '', 'input_attr' => 'min=2', 'placeholder' => 'Bitte hier Vor und Nachname eintragen.', ])
{{-- Normale Lieeferung --}}
{{-- Kunde holt das Paket selbst ab --}}
@includeIf('layouts.components.card_header', [ 'title' => 'Auftrags QR Code scannen', ])
Scan pausieren
@includeIf('layouts.components.card_header', [ 'title' => 'Zuerst Paket QR Code scannen', ])
Scan pausieren
{{-- collapsed Handling --}} {{-- --}}