/
home
/
techb158
/
ileadtechnology.com
/
SSM
/
public
/
js
/
inventory
/
stock-item
/
/home/techb158/ileadtechnology.com/SSM/public/js/inventory/stock-item
mkdir
upload
Name
Size
Mode
Actions
edit~js/
-
0755
rm
edit.js
7495
0644
edit
dl
rm
edit.js.map
169
0644
edit
dl
rm
index.js
16825
0644
edit
dl
rm
index.js.map
162
0644
edit
dl
rm
Edit:
/home/techb158/ileadtechnology.com/SSM/public/js/inventory/stock-item/index.js
(16825B)
(window.webpackJsonp=window.webpackJsonp||[]).push([[256],{PCWq:function(t,e,s){"use strict";var o={components:{},props:["id"],data:function(){return{stockItemForm:new Form({name:"",code:"",opening_quantity:"",stock_category_id:"",description:""}),stock_categories:[],selected_stock_category:null}},mounted:function(){this.getPreRequisite(),this.id&&this.getStockItem()},methods:{proceed:function(){this.id?this.updateStockItem():this.storeStockItem()},getPreRequisite:function(){var t=this,e=this.$loading.show();axios.get("/api/stock/item/pre-requisite").then((function(s){t.stock_categories=s.stock_categories,e.hide()})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},storeStockItem:function(){var t=this,e=this.$loading.show();this.stockItemForm.post("/api/stock/item").then((function(s){toastr.success(s.message),t.selected_stock_category=null,t.$emit("completed"),e.hide()})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},getStockItem:function(){var t=this,e=this.$loading.show();axios.get("/api/stock/item/"+this.id).then((function(s){t.stockItemForm.name=s.stock_item.name,t.stockItemForm.code=s.stock_item.code,t.stockItemForm.opening_quantity=s.stock_item.opening_quantity,t.stockItemForm.description=s.stock_item.description,t.stockItemForm.stock_category_id=s.stock_item.stock_category_id,t.selected_stock_category=s.selected_stock_category,e.hide()})).catch((function(s){e.hide(),t.$router.push("/inventory/stock/item")}))},updateStockItem:function(){var t=this,e=this.$loading.show();this.stockItemForm.patch("/api/stock/item/"+this.id).then((function(s){toastr.success(s.message),t.$emit("completed"),e.hide(),t.$router.push("/inventory/stock/item")})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},onStockCategorySelect:function(t){this.stockItemForm.stock_category_id=t.id}}},n=s("KHd+"),i=Object(n.a)(o,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("form",{on:{submit:function(e){return e.preventDefault(),t.proceed(e)},keydown:function(e){return t.stockItemForm.errors.clear(e.target.name)}}},[s("div",{staticClass:"row"},[s("div",{staticClass:"col-12 col-sm-4"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_category")))]),t._v(" "),s("v-select",{attrs:{label:"name",name:"stock_category_id",id:"stock_category_id",options:t.stock_categories,placeholder:t.trans("general.select_one")},on:{select:t.onStockCategorySelect,close:function(e){return t.stockItemForm.errors.clear("stock_category_id")},remove:function(e){t.stockItemForm.stock_category_id=""}},model:{value:t.selected_stock_category,callback:function(e){t.selected_stock_category=e},expression:"selected_stock_category"}},[t.stock_categories.length?t._e():s("div",{staticClass:"multiselect__option",attrs:{slot:"afterList"},slot:"afterList"},[t._v("\n "+t._s(t.trans("general.no_option_found"))+"\n ")])]),t._v(" "),s("show-error",{attrs:{"form-name":t.stockItemForm,"prop-name":"stock_category_id"}})],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-4"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_item_name")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.stockItemForm.name,expression:"stockItemForm.name"}],staticClass:"form-control",attrs:{type:"text",name:"name",placeholder:t.trans("inventory.stock_item_name")},domProps:{value:t.stockItemForm.name},on:{input:function(e){e.target.composing||t.$set(t.stockItemForm,"name",e.target.value)}}}),t._v(" "),s("show-error",{attrs:{"form-name":t.stockItemForm,"prop-name":"name"}})],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-4"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_item_code")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.stockItemForm.code,expression:"stockItemForm.code"}],staticClass:"form-control",attrs:{type:"text",name:"code",placeholder:t.trans("inventory.stock_item_code")},domProps:{value:t.stockItemForm.code},on:{input:function(e){e.target.composing||t.$set(t.stockItemForm,"code",e.target.value)}}}),t._v(" "),s("show-error",{attrs:{"form-name":t.stockItemForm,"prop-name":"code"}})],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-4"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_item_opening_quantity")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.stockItemForm.opening_quantity,expression:"stockItemForm.opening_quantity"}],staticClass:"form-control",attrs:{type:"text",name:"opening_quantity",placeholder:t.trans("inventory.stock_item_opening_quantity")},domProps:{value:t.stockItemForm.opening_quantity},on:{input:function(e){e.target.composing||t.$set(t.stockItemForm,"opening_quantity",e.target.value)}}}),t._v(" "),s("show-error",{attrs:{"form-name":t.stockItemForm,"prop-name":"opening_quantity"}})],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-12"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_item_description")))]),t._v(" "),s("autosize-textarea",{attrs:{rows:"2",name:"description",placeholder:t.trans("stock.stock_item_description")},model:{value:t.stockItemForm.description,callback:function(e){t.$set(t.stockItemForm,"description",e)},expression:"stockItemForm.description"}}),t._v(" "),s("show-error",{attrs:{"form-name":t.stockItemForm,"prop-name":"description"}})],1)])]),t._v(" "),s("div",{staticClass:"card-footer text-right"},[s("router-link",{directives:[{name:"show",rawName:"v-show",value:t.id,expression:"id"}],staticClass:"btn btn-danger waves-effect waves-light ",attrs:{to:"/inventory/stock/item"}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),t.id?t._e():s("button",{staticClass:"btn btn-danger waves-effect waves-light ",attrs:{type:"button"},on:{click:function(e){return t.$emit("cancel")}}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),s("button",{staticClass:"btn btn-info waves-effect waves-light",attrs:{type:"submit"}},[t.id?s("span",[t._v(t._s(t.trans("general.update")))]):s("span",[t._v(t._s(t.trans("general.save")))])])],1)])])}),[],!1,null,null,null);e.a=i.exports},"d+xt":function(t,e,s){"use strict";s.r(e);var o={components:{stockItemForm:s("PCWq").a},data:function(){return{stock_items:{total:0,data:[]},filter:{sort_by:"name",order:"desc",stock_category_id:[],page_length:helper.getConfig("page_length")},orderByOptions:[{value:"name",translation:i18n.inventory.stock_item_name},{value:"created_at",translation:i18n.general.created_at}],stock_categories:[],selected_stock_category:null,showFilterPanel:!1,showCreatePanel:!1,help_topic:""}},mounted:function(){helper.hasPermission("list-stock-item")&&helper.hasPermission("create-stock-item")||(helper.notAccessibleMsg(),this.$router.push("/dashboard")),helper.hasPermission("list-stock-item")&&this.getStockItems(),helper.showDemoNotification(["inventory"])},methods:{getConfig:function(t){return helper.getConfig(t)},hasPermission:function(t){return helper.hasPermission(t)},getStockItems:function(t){var e=this,s=this.$loading.show();"number"!=typeof t&&(t=1);var o=helper.getFilterURL(this.filter);axios.get("/api/stock/item?page="+t+o).then((function(t){e.stock_items=t.stock_items,e.stock_categories=t.filters.stock_categories,s.hide()})).catch((function(t){s.hide(),helper.showErrorMsg(t)}))},editStockCategory:function(t){this.$router.push("/inventory/stock/item/"+t.id+"/edit")},confirmDelete:function(t){var e=this;return function(s){return e.deleteStockCategory(t)}},deleteStockCategory:function(t){var e=this,s=this.$loading.show();axios.delete("/api/stock/item/"+t.id).then((function(t){toastr.success(t.message),e.getStockItems(),s.hide()})).catch((function(t){s.hide(),helper.showErrorMsg(t)}))},print:function(){var t=this.$loading.show();axios.post("/api/stock/item/print",{filter:this.filter}).then((function(e){var s=window.open("/print");t.hide(),s.document.write(e)})).catch((function(e){t.hide(),helper.showErrorMsg(e)}))},pdf:function(){var t=this,e=this.$loading.show();axios.post("/api/stock/item/pdf",{filter:this.filter}).then((function(s){e.hide(),window.open("/download/report/"+s+"?token="+t.authToken)})).catch((function(t){e.hide(),helper.showErrorMsg(t)}))},onStockCategorySelect:function(t){this.filter.stock_category_id.push(t.id)},onStockCategoryRemove:function(t){this.filter.stock_category_id.splice(this.filter.stock_category_id.indexOf(t.id),1)}},filters:{moment:function(t){return helper.formatDate(t)},momentDateTime:function(t){return helper.formatDateTime(t)}},watch:{"filter.sort_by":function(t){this.getStockItems()},"filter.order":function(t){this.getStockItems()},"filter.page_length":function(t){this.getStockItems()}},computed:{authToken:function(){return helper.getAuthToken()}}},n=s("KHd+"),i=Object(n.a)(o,(function(){var t=this,e=t.$createElement,s=t._self._c||e;return s("div",[s("div",{staticClass:"page-titles"},[s("div",{staticClass:"row"},[s("div",{staticClass:"col-12 col-sm-6"},[s("h3",{staticClass:"text-themecolor"},[t._v(t._s(t.trans("inventory.stock_item"))+" \n "),t.stock_items.total?s("span",{staticClass:"card-subtitle d-none d-sm-inline"},[t._v(t._s(t.trans("general.total_result_found",{count:t.stock_items.total,from:t.stock_items.from,to:t.stock_items.to})))]):s("span",{staticClass:"card-subtitle d-none d-sm-inline"},[t._v(t._s(t.trans("general.no_result_found")))])])]),t._v(" "),s("div",{staticClass:"col-12 col-sm-6"},[s("div",{staticClass:"action-buttons pull-right"},[t.stock_items.total&&!t.showCreatePanel&&t.hasPermission("create-stock-item")?s("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.trans("general.add_new"),expression:"trans('general.add_new')"}],staticClass:"btn btn-info btn-sm",on:{click:function(e){t.showCreatePanel=!t.showCreatePanel}}},[s("i",{staticClass:"fas fa-plus"}),t._v(" "),s("span",{staticClass:"d-none d-sm-inline"},[t._v(t._s(t.trans("inventory.add_new_stock_item")))])]):t._e(),t._v(" "),t.showFilterPanel?t._e():s("button",{staticClass:"btn btn-info btn-sm",on:{click:function(e){t.showFilterPanel=!t.showFilterPanel}}},[s("i",{staticClass:"fas fa-filter"}),t._v(" "),s("span",{staticClass:"d-none d-sm-inline"},[t._v(t._s(t.trans("general.filter")))])]),t._v(" "),s("sort-by",{attrs:{"order-by-options":t.orderByOptions,"sort-by":t.filter.sort_by,order:t.filter.order},on:{updateSortBy:function(e){t.filter.sort_by=e},updateOrder:function(e){t.filter.order=e}}}),t._v(" "),s("div",{staticClass:"btn-group"},[s("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.trans("general.more_option"),expression:"trans('general.more_option')"}],staticClass:"btn btn-info btn-sm dropdown-toggle no-caret ",attrs:{type:"button",role:"menu",id:"moreOption","data-toggle":"dropdown","aria-haspopup":"true","aria-expanded":"false"}},[s("i",{staticClass:"fas fa-ellipsis-h"}),t._v(" "),s("span",{staticClass:"d-none d-sm-inline"})]),t._v(" "),s("div",{class:["dropdown-menu","ltr"==t.getConfig("direction")?"dropdown-menu-right":""],attrs:{"aria-labelledby":"moreOption"}},[s("button",{staticClass:"dropdown-item custom-dropdown",on:{click:t.print}},[s("i",{staticClass:"fas fa-print"}),t._v(" "+t._s(t.trans("general.print")))]),t._v(" "),s("button",{staticClass:"dropdown-item custom-dropdown",on:{click:t.pdf}},[s("i",{staticClass:"fas fa-file-pdf"}),t._v(" "+t._s(t.trans("general.generate_pdf")))])])]),t._v(" "),s("help-button",{on:{clicked:function(e){t.help_topic="inventory.stock.item"}}})],1)])])]),t._v(" "),s("div",{staticClass:"container-fluid"},[s("transition",{attrs:{name:"fade"}},[t.showFilterPanel?s("div",{staticClass:"card card-form"},[s("div",{staticClass:"card-body"},[s("h4",{staticClass:"card-title"},[t._v(t._s(t.trans("general.filter")))]),t._v(" "),s("div",{staticClass:"row"},[s("div",{staticClass:"col-12 col-sm-3"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_category")))]),t._v(" "),s("v-select",{attrs:{label:"name","track-by":"id",name:"stock_category_id",id:"stock_category_id",options:t.stock_categories,placeholder:t.trans("inventory.select_stock_category"),multiple:!0,"close-on-select":!1,"clear-on-select":!1,"hide-selected":!0,selected:t.selected_stock_category},on:{select:t.onStockCategorySelect,remove:t.onStockCategoryRemove},model:{value:t.selected_stock_category,callback:function(e){t.selected_stock_category=e},expression:"selected_stock_category"}},[t.stock_categories.length?t._e():s("div",{staticClass:"multiselect__option",attrs:{slot:"afterList"},slot:"afterList"},[t._v("\n "+t._s(t.trans("general.no_option_found"))+"\n ")])])],1)]),t._v(" "),s("div",{staticClass:"col-12 col-sm-2"},[s("div",{staticClass:"form-group"},[s("label",{attrs:{for:""}},[t._v(t._s(t.trans("inventory.stock_item_name")))]),t._v(" "),s("input",{directives:[{name:"model",rawName:"v-model",value:t.filter.name,expression:"filter.name"}],staticClass:"form-control",attrs:{name:"name"},domProps:{value:t.filter.name},on:{input:function(e){e.target.composing||t.$set(t.filter,"name",e.target.value)}}})])])]),t._v(" "),s("div",{staticClass:"card-footer text-right"},[s("button",{staticClass:"btn btn-danger",attrs:{type:"button"},on:{click:function(e){t.showFilterPanel=!1}}},[t._v(t._s(t.trans("general.cancel")))]),t._v(" "),s("button",{staticClass:"btn btn-info waves-effect waves-light",attrs:{type:"button"},on:{click:t.getStockItems}},[t._v(t._s(t.trans("general.filter")))])])])]):t._e()]),t._v(" "),t.hasPermission("create-stock-item")?s("transition",{attrs:{name:"fade"}},[t.showCreatePanel?s("div",{staticClass:"card card-form"},[s("div",{staticClass:"card-body"},[s("h4",{staticClass:"card-title"},[t._v(t._s(t.trans("inventory.add_new_stock_item")))]),t._v(" "),s("stock-item-form",{on:{completed:t.getStockItems,cancel:function(e){t.showCreatePanel=!t.showCreatePanel}}})],1)]):t._e()]):t._e(),t._v(" "),s("div",{staticClass:"card"},[s("div",{staticClass:"card-body"},[t.stock_items.total?s("div",{staticClass:"table-responsive"},[s("table",{staticClass:"table table-sm"},[s("thead",[s("tr",[s("th",[t._v(t._s(t.trans("inventory.stock_item_name")))]),t._v(" "),s("th",[t._v(t._s(t.trans("inventory.stock_item_code")))]),t._v(" "),s("th",[t._v(t._s(t.trans("inventory.stock_item_opening_quantity")))]),t._v(" "),s("th",[t._v(t._s(t.trans("inventory.stock_item_net_quantity")))]),t._v(" "),s("th",[t._v(t._s(t.trans("inventory.stock_category")))]),t._v(" "),s("th",[t._v(t._s(t.trans("inventory.stock_item_description")))]),t._v(" "),s("th",{staticClass:"table-option"},[t._v(t._s(t.trans("general.action")))])])]),t._v(" "),s("tbody",t._l(t.stock_items.data,(function(e){return s("tr",[s("td",[t._v(t._s(e.name))]),t._v(" "),s("td",[t._v(t._s(e.code))]),t._v(" "),s("td",[t._v(t._s(e.opening_quantity))]),t._v(" "),s("td",[t._v(t._s(e.net_quantity))]),t._v(" "),s("td",[t._v(t._s(e.category.name))]),t._v(" "),s("td",[t._v(t._s(e.description))]),t._v(" "),s("td",{staticClass:"table-option"},[s("div",{staticClass:"btn-group"},[s("button",{directives:[{name:"tooltip",rawName:"v-tooltip",value:t.trans("inventory.edit_stock_item"),expression:"trans('inventory.edit_stock_item')"}],staticClass:"btn btn-info btn-sm",on:{click:function(s){return s.preventDefault(),t.editStockCategory(e)}}},[s("i",{staticClass:"fas fa-edit"})]),t._v(" "),s("button",{directives:[{name:"confirm",rawName:"v-confirm",value:{ok:t.confirmDelete(e)},expression:"{ok: confirmDelete(stock_item)}"},{name:"tooltip",rawName:"v-tooltip",value:t.trans("inventory.delete_stock_item"),expression:"trans('inventory.delete_stock_item')"}],key:e.id,staticClass:"btn btn-danger btn-sm"},[s("i",{staticClass:"fas fa-trash"})])])])])})),0)])]):t._e(),t._v(" "),t.stock_items.total?t._e():s("module-info",{attrs:{module:"inventory",title:"stock_item_module_title",description:"stock_item_module_description",icon:"list"}},[s("div",{attrs:{slot:"btn"},slot:"btn"},[!t.showCreatePanel&&t.hasPermission("create-stock-item")?s("button",{staticClass:"btn btn-info btn-md",on:{click:function(e){t.showCreatePanel=!t.showCreatePanel}}},[s("i",{staticClass:"fas fa-plus"}),t._v(" "+t._s(t.trans("general.add_new")))]):t._e()])]),t._v(" "),s("pagination-record",{attrs:{"page-length":t.filter.page_length,records:t.stock_items},on:{"update:pageLength":function(e){return t.$set(t.filter,"page_length",e)},"update:page-length":function(e){return t.$set(t.filter,"page_length",e)},updateRecords:t.getStockItems}})],1)])],1),t._v(" "),s("right-panel",{attrs:{topic:t.help_topic}})],1)}),[],!1,null,null,null);e.default=i.exports}}]); //# sourceMappingURL=index.js.map?id=811ad6c8528f93d2b766
Save
cmd:
run