| Current Path : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/en/ |
| Current File : /home/users/unlimited/www/sigmaerp.codeskitter.site/lang/en/account.php |
<?php
return [
'info' => 'Account Info',
'accounting' => 'Accounting',
'account' => 'Account',
'accounts' => 'Accounts',
'list' => 'Account List',
'create' => 'Create Account',
'add_account' => 'Add Account',
'details' => 'Account Details',
'update_account' => 'Update Account',
'balance_sheet' => 'Balance Sheet',
'balance_sheet_report' => 'Balance Sheet Report',
'trial_balance' => 'Trial Balance',
'credit' => 'Credit',
'debit' => 'Debit',
'failed_to_create_or_update_account' => 'Failed to create/update account!',
'profit_and_loss' => 'Profit and Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'indirect_income_without_tax' => 'Indirect Income without Tax',
'expense_without_tax' => 'Expense without Tax',
'indirect_expense_without_tax' => 'Indirect Expense without Tax',
'ledger' => 'Ledger',
'group' => [
'group' => 'Account Group',
'create' => 'Create Group',
'list' => 'Group List',
'details' => 'Account Group Details',
'under' => 'Under Group',
'group_list' => 'Account Group List',
'parent' => 'Parent Group',
'update' => 'Update Group',
],
//1.4.3
'net_summary' => 'Net Summary',
];