@extends('layouts.app') @section('title', __('messages.entity_accounting_configs')) @section('content')
{{ app()->getLocale() == 'ar' ? 'حدد الحساب المدين الافتراضي عند اعتماد فواتير الموردين.' : 'Default debit account for supplier invoices.' }}
{{ app()->getLocale() == 'ar' ? 'توجيه التكاليف والأرباح بين المواد الخام وحساب فرع المنتجات.' : 'Transfer costs and profits between Raw Materials and Branch Product accounts.' }}
All entity types have been configured.
| {{ __('messages.entity_type') }} | {{ __('messages.parent_account_code') }} | {{ __('messages.parent_name') }} | {{ __('messages.actions') }} |
|---|---|---|---|
|
|
{{ $c->parent_account_code }} | @php $parent = $accounts->where('code', $c->parent_account_code)->first(); @endphp @if($parent) {{ $parent->name }} @else N/A @endif | |
|
No mappings found. Start by adding one from the left panel. |
|||