2017-09-14 22:21:00 +03:00
|
|
|
|
<?php
|
|
|
|
|
|
|
|
|
|
return [
|
|
|
|
|
|
|
|
|
|
'accounts_cash' => 'Kasa',
|
|
|
|
|
'categories_deposit' => 'Depozito',
|
|
|
|
|
'categories_sales' => 'Satış',
|
|
|
|
|
'currencies_usd' => 'Amerikan Doları',
|
|
|
|
|
'currencies_eur' => 'Avro',
|
|
|
|
|
'currencies_gbp' => 'İngiliz Sterlini',
|
|
|
|
|
'currencies_try' => 'Türk Lirası',
|
2017-10-13 10:05:28 +03:00
|
|
|
|
'taxes_exempt' => 'Vergi Muaf',
|
|
|
|
|
'taxes_normal' => 'Normal Vergi',
|
|
|
|
|
'taxes_sales' => 'Satış Vergisi',
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
|
|
];
|