fix: opening quantity & cost & date

This commit is contained in:
elforjani3
2020-12-26 23:09:48 +02:00
parent af96d4bde4
commit 085545c039
7 changed files with 112 additions and 45 deletions

View File

@@ -100,6 +100,7 @@ export default {
inventory_information: 'Inventory Information',
inventory_account: 'Inventory Account',
opening_quantity: 'Opening quantity',
opening_cost: 'Opening cost',
save: 'Save',
save_as_draft: 'Save as Draft',
active: 'Active',
@@ -928,5 +929,9 @@ export default {
'Are you sure you want to activate this item? You will be able to inactivate it later',
inactivate_item: 'Inactivate Item',
activate_item: 'Activate Item',
all_payments:'All Payments'
all_payments: 'All Payments',
opening_quantity_: 'Opening quantity',
opening_average_cost: 'Opening average cost',
opening_cost_: 'Opening cost ',
opening_date_: 'Opening date ',
};