Add journal and undo UI for stock bookings, chore executions and battery charge cycles (closes #63, closes #97)

This commit is contained in:
Bernd Bestel
2018-10-27 17:26:00 +02:00
parent fe83e2fa6f
commit 364f6b2051
28 changed files with 541 additions and 92 deletions

View File

@@ -1,9 +1,14 @@
<?php
return array(
//Constants
//Constants - Chore types
'manually' => 'Manually',
'dynamic-regular' => 'Dynamic regular',
//Constants - Stock transaction types
'purchase' => 'Purchase',
'consume' => 'Consume',
'inventory-correction' => 'Inventory correction',
//Technical component translations
'timeago_locale' => 'en',