current value added to asset index page. translations for this in reports

This commit is contained in:
akemidx
2023-06-22 17:00:42 -04:00
parent 0f76eda4af
commit 8725d40f8d
3 changed files with 19 additions and 11 deletions
@@ -92,6 +92,7 @@ class AssetsTransformer
'checkout_counter' => (int) $asset->checkout_counter,
'requests_counter' => (int) $asset->requests_counter,
'user_can_checkout' => (bool) $asset->availableForCheckout(),
'book_value' => Helper::formatCurrencyOutput($asset->getLinearDepreciatedValue()),
];