diff --git a/views/widgets/ExportModal.vue b/views/widgets/ExportModal.vue deleted file mode 100755 index 5ccf048..0000000 --- a/views/widgets/ExportModal.vue +++ /dev/null @@ -1,183 +0,0 @@ - - - - - - - - {{ this.$func.__("Export Products", "erp") }} - - - - - - - - - - - - - {{ - this.$func.__( - "Select product fields to export", - "erp" - ) - }} - - * - - - - - - - - {{ this.$func.__("Select all", "erp") }} - - - - - - - - - {{ strTitleCase(field) }} - - - - - - - - - {{ - this.$func.__( - "**Only selected fields will be on the csv file.", - "erp" - ) - }} - - - - - - - - - - - - - {{ this.$func.__("Cancel", "erp") }} - - - {{ this.$func.__("Export", "erp") }} - - - - - - - - - - - - - - diff --git a/views/widgets/ImportModal.vue b/views/widgets/ImportModal.vue deleted file mode 100755 index d062837..0000000 --- a/views/widgets/ImportModal.vue +++ /dev/null @@ -1,669 +0,0 @@ - - - - - - - - {{ this.$func.__("Import Products", "erp") }} - - - - - - - - - - - - - {{ errors }} - - - - - {{ workingText }}... - - - - - - - {{ - this.$func.__("CSV File", "erp") - }} - * - - - - - - {{ - this.$func.__( - "Upload a csv file.", - "erp" - ) - }} - - - - - - {{ - this.$func.__( - "Download Sample CSV", - "erp" - ) - }} - - - - - - - - {{ - this.$func.__( - "Update Existing Products", - "erp" - ) - }} - - - - - {{ - this.$func.__( - "Existing products with same name will be updated", - "erp" - ) - }} - - - - - - - {{ - this.$func.__( - "Default Product Category", - "erp" - ) - }} - - * - - - - - - - - - - - - - {{ - this.$func.__( - "Default Product Type", - "erp" - ) - }} - - * - - - - - - - - - - - - - {{ - this.$func.__( - "Default Vendor", - "erp" - ) - }} - - - - - - - - - - - - {{ - this.$func.__( - "Default Tax category", - "erp" - ) - }} - - - - - - - - - - - - - - - {{ strTitleCase(field) }} - * - - - - - - - - - - - - - - - {{ this.$func.__("Cancel", "erp") }} - - - {{ this.$func.__("Import", "erp") }} - - - - - - - - - - - - - - diff --git a/views/widgets/ProductModal.vue b/views/widgets/ProductModal.vue deleted file mode 100755 index e4b40ee..0000000 --- a/views/widgets/ProductModal.vue +++ /dev/null @@ -1,614 +0,0 @@ - - - - - - - - - {{ this.$func.__("Add", "erp") }} {{ title }} - - - {{ this.$func.__("Update", "erp") }} {{ title }} - - - - - - - - - * {{ error }} - - - - - - - - - - {{ this.$func.__("Product Name", "erp") }} - * - - - - - - - - - - - {{ - this.$func.__("Product/Service Details", "erp") - }} - - - - - {{ - this.$func.__( - "Product Type", - "erp" - ) - }} - * - - - - - - - - - - - {{ - this.$func.__("Category", "erp") - }} - - - - - - - - - - - - - - - - {{ - this.$func.__("Product Information", "erp") - }} - - - - - {{ - this.$func.__("Cost Price", "erp") - }} - - - - - - - - {{ - this.$func.__("Sale Price", "erp") - }} - * - - - - - - - - - - - - - {{ - this.$func.__("Miscellaneous", "erp") - }} - - - - - - {{ this.$func.__("Owner", "erp") }} - * - - - - - {{ this.$func.__("self", "erp") }} - - - - - {{ this.$func.__("Vendor", "erp") }} - * - - - - - - - - - - {{ - this.$func.__( - "Tax Category", - "erp" - ) - }} - - - - - - - - - - - - - - - {{ this.$func.__("Cancel", "erp") }} - - - {{ this.$func.__("Save", "erp") }} - - - {{ this.$func.__("Update", "erp") }} - - - - - - - - - - - - - - diff --git a/views/widgets/Search.vue b/views/widgets/Search.vue deleted file mode 100755 index 1a1bc4c..0000000 --- a/views/widgets/Search.vue +++ /dev/null @@ -1,122 +0,0 @@ - - - - - - ✖ - - - - {{ this.$func.__("Search", "erp") }} - - - - - - - - diff --git a/views/widgets/counter.vue b/views/widgets/counter.vue deleted file mode 100644 index e69de29..0000000 diff --git a/views/widgets/place.json b/views/widgets/place.json deleted file mode 100644 index e69de29..0000000
- {{ - this.$func.__( - "**Only selected fields will be on the csv file.", - "erp" - ) - }} -
- {{ - this.$func.__( - "Upload a csv file.", - "erp" - ) - }} - -
- - {{ - this.$func.__( - "Download Sample CSV", - "erp" - ) - }} - -