You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
638 B
19 lines
638 B
<?php
|
|
|
|
return [
|
|
'coa' => [
|
|
'title' => 'Chart of Accounts (COA) Data',
|
|
'description' => 'Manage chart of accounts for financial records.',
|
|
'keywords' => 'chart of accounts, coa, accounting, finance',
|
|
],
|
|
'invoice' => [
|
|
'title' => 'Invoice Data',
|
|
'description' => 'Manage student payment invoices.',
|
|
'keywords' => 'invoice, payment, finance',
|
|
],
|
|
'product-mapping' => [
|
|
'title' => 'Product Mapping Data',
|
|
'description' => 'Manage cost product mappings with Chart of Accounts (COA).',
|
|
'keywords' => 'product mapping, product, coa, finance',
|
|
],
|
|
];
|
|
|