mirror of
https://github.com/Karaka-Management/oms-BusinessExpenses.git
synced 2026-01-26 22:38:41 +00:00
35 lines
709 B
PHP
35 lines
709 B
PHP
<?php
|
|
/**
|
|
* Jingga
|
|
*
|
|
* PHP Version 8.1
|
|
*
|
|
* @package Modules\Localization
|
|
* @copyright Dennis Eichhorn
|
|
* @license OMS License 2.0
|
|
* @version 1.0.0
|
|
* @link https://jingga.app
|
|
*/
|
|
declare(strict_types=1);
|
|
|
|
return ['BusinessExpenses' => [
|
|
':status1' => '',
|
|
':status2' => '',
|
|
':status3' => '',
|
|
'Amount' => '',
|
|
'Approved' => '',
|
|
'CreatedAt' => '',
|
|
'Description' => '',
|
|
'End' => '',
|
|
'Expenses' => '',
|
|
'From' => '',
|
|
'Gross' => '',
|
|
'Net' => '',
|
|
'Notes' => '',
|
|
'Paid' => '',
|
|
'Report' => '',
|
|
'Start' => '',
|
|
'Status' => '',
|
|
'Title' => '',
|
|
]];
|