2016-06-22 14:39:19 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2016-06-22 14:39:19 -07:00
|
|
|
|
2016-08-25 17:43:07 -07:00
|
|
|
'asset_tag' => 'Tag Aset',
|
2016-06-22 14:39:19 -07:00
|
|
|
'asset_model' => 'Model',
|
2016-08-25 17:43:07 -07:00
|
|
|
'book_value' => 'Harga',
|
|
|
|
'change' => 'Masuk/Keluar',
|
|
|
|
'checkout_date' => 'Tanggal Pemberian',
|
|
|
|
'checkoutto' => 'Diberikan',
|
2016-06-22 14:39:19 -07:00
|
|
|
'diff' => 'Diff',
|
2016-08-25 17:43:07 -07:00
|
|
|
'dl_csv' => 'Unduh CSV',
|
|
|
|
'eol' => 'MHP',
|
2016-06-22 14:39:19 -07:00
|
|
|
'id' => 'ID',
|
2016-08-25 17:43:07 -07:00
|
|
|
'location' => 'Lokasi',
|
|
|
|
'purchase_cost' => 'Biaya',
|
|
|
|
'purchase_date' => 'Dibeli',
|
2016-06-22 14:39:19 -07:00
|
|
|
'serial' => 'Serial',
|
|
|
|
'status' => 'Status',
|
2016-08-25 17:43:07 -07:00
|
|
|
'title' => 'Aset ',
|
|
|
|
'image' => 'Gambar Perangkat',
|
2020-11-09 14:52:11 -08:00
|
|
|
'days_without_acceptance' => 'Tanda Terima',
|
2021-06-10 13:15:52 -07:00
|
|
|
'monthly_depreciation' => 'Monthly Depreciation',
|
2016-06-22 14:39:19 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|