These accounts are used when posting transactions. Leave blank to use the company default accounts configured in Settings.
@foreach([
['inventory_account_id', 'Inventory Account', 'asset', 'Stock value debit/credit (inventory items only)'],
['cogs_account_id', 'Cost of Goods Sold', 'expense', 'Debited when item is sold (inventory items)'],
['sales_account_id', 'Sales Revenue Account', 'income', 'Credited when item is sold'],
['purchase_account_id', 'Purchase/Expense Account','expense','Used when purchasing (service/non-inventory items)'],
] as [$field, $label, $type, $hint])
{{ $hint }}
@error($field)
{{ $message }}
@enderror
@endforeach
Cancel