feat(warehouse): add credit & edit & delete warehouse.

This commit is contained in:
elforjani13
2022-02-01 21:05:54 +02:00
committed by a.bouhuolia
parent 8be3f23d65
commit 28a1cdfa3e
19 changed files with 524 additions and 203 deletions

View File

@@ -1775,19 +1775,26 @@
"warehouses.label": "Warehouses",
"warehouses.label.new_warehouse": "New Warehouse",
"warehouse.dialog.label":"New Warehouse",
"warehouse.dialog.label.warehouse_name":"Warehouse Name",
"warehouse.dialog.label.warehouse_address":"Address",
"warehouse.dialog.label.warehouse_address_1":"Address 1",
"warehouse.dialog.label.warehouse_address_2":"Address 2",
"warehouse.dialog.label.city":"City",
"warehouse.dialog.label.country":"Country",
"warehouse.dialog.label.phone_number":"Phone Number",
"warehouse_locations.label":"Warehouses Locations",
"warehouse_locations.column.warehouse_name":"Warehouse name",
"warehouse_locations.column.quantity":"Quantity",
"warehouse_locations.column.available_for_sale":"Available for sale",
"warehouses.action.edit_warehouse":"Edit Warehouse",
"warehouses.action.delete_warehouse":"Delete Warehouse",
"warehouses.action.make_as_parimary":"Mark as Primary"
"warehouse.dialog.label.new_warehouse": "New Warehouse",
"warehouse.dialog.label.edit_warehouse": "Edit Warehouse",
"warehouse.dialog.label.warehouse_name": "Warehouse Name",
"warehouse.dialog.label.warehouse_address": "Address",
"warehouse.dialog.label.warehouse_address_1": "Address",
"warehouse.dialog.label.warehouse_address_2": "Address 2",
"warehouse.dialog.label.city": "City",
"warehouse.dialog.label.country": "Country",
"warehouse.dialog.label.phone_number": "Phone Number",
"warehouse.dialog.label.code": "Code",
"warehouse.dialog.label.email": "Email",
"warehouse.dialog.label.website": "Website",
"warehouse.dialog.success_message": "The warehouse has been created successfully.",
"warehouse_locations.label": "Warehouses Locations",
"warehouse_locations.column.warehouse_name": "Warehouse name",
"warehouse_locations.column.quantity": "Quantity",
"warehouse_locations.column.available_for_sale": "Available for sale",
"warehouses.action.edit_warehouse": "Edit Warehouse",
"warehouses.action.delete_warehouse": "Delete Warehouse",
"warehouses.action.make_as_parimary": "Mark as Primary",
"warehouse.alert.delete_message":"The warehouse has been deleted successfully",
"warehouse.once_delete_this_warehouse":"Once you delete this warehouse, you won't be able to restore it later. Are you sure you want to delete this warehouse?"
}