ced8610833
reordered fields on Asset Add/Edit form to flow more logically. reordered fields on Asset View to flow more logically. Restored serial number to Asset View. Added Asset specific notes field to Asset View (they are in the log as part of the initial asset creation, but need to be more prominent, especially if the device has a lot of history. adjusted wording in EN lang template for clarity.
35 lines
1.1 KiB
PHP
Executable File
35 lines
1.1 KiB
PHP
Executable File
<?php
|
|
|
|
return array(
|
|
|
|
'checkedout_to' => 'Checked Out To',
|
|
'checkout_to' => 'Checkout to',
|
|
'cost' => 'Purchase Cost',
|
|
'create' => 'Create Asset',
|
|
'date' => 'Purchase Date',
|
|
'depreciates_on' => 'Depreciates On',
|
|
'depreciation' => 'Depreciation',
|
|
'default_location' => 'Default Location',
|
|
'eol_date' => 'EOL Date',
|
|
'eol_rate' => 'EOL Rate',
|
|
'expires' => 'Warranty Ends',
|
|
'fully_depreciated' => 'Fully Depreciated',
|
|
'help_checkout' => 'If you wish to assign this asset immediately, you should select "Ready to Deploy" from the status list above, or unexpected things may happen. ',
|
|
'manufacturer' => 'Manufacturer',
|
|
'model' => 'Model',
|
|
'months' => 'months',
|
|
'name' => 'Asset Name',
|
|
'notes' => 'Notes',
|
|
'order' => 'Order Number',
|
|
'qr' => 'QR Code',
|
|
'requestable' => 'Users may request this asset',
|
|
'serial' => 'Serial',
|
|
'status' => 'Status',
|
|
'supplier' => 'Supplier',
|
|
'tag' => 'Asset Tag',
|
|
'update' => 'Asset Update',
|
|
'warranty' => 'Warranty',
|
|
'years' => 'years',
|
|
)
|
|
;
|