2023年全國(guó)碩士研究生考試考研英語(yǔ)一試題真題(含答案詳解+作文范文)_第1頁(yè)
已閱讀1頁(yè),還剩4頁(yè)未讀, 繼續(xù)免費(fèi)閱讀

下載本文檔

版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)

文檔簡(jiǎn)介

1、Available online at www.sciencedirect.com2212-8271 © 2015 The Authors. Published by Elsevier B.V. This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/). Pe

2、er-review under responsibility of the scientific committee of 48th CIRP Conference on MANUFACTURING SYSTEMS - CIRP CMS 2015 doi: 10.1016/j.procir.2015.12.122 Procedia CIRP 41 ( 2016 ) 568 – 572 ScienceDirect48th C

3、IRP Conference on MANUFACTURING SYSTEMS - CIRP CMS 2015 Performance improvement of inventory management system processes by an automated warehouse management system Anas M. Atieh*, Hazem Kaylani, Yousef Al-abdallat, Abee

4、r Qaderi, Luma Ghoul, Lina Jaradat, Iman Hdairis German Jordanian University, West Madaba street, Amman 11180, Jordan * Corresponding author. Tel.: +962-798-309030; fax: +962-6-4300215. E-mail address: anas.atieh@gju.ed

5、u.jo Abstract This study investigates the impact of a warehouse management system on supply chain performance that provides less resources effort, more efficient, and reliable inventory management system. The supply ch

6、ain procedures carried out in the warehouse were reviewed before customizing a software that can handle the necessary transactions. The software was tested for enhancing the work flow and providing a timely and efficien

7、t handling. Data was collected from the warehouse of a leading telecommunications service provider in Jordan. Furthermore, the facility layout was studied and we introduced a production station within the warehouse, wh

8、ich resulted in better space optimization/utilization of the warehouse. The production station consists of three steps: bundling, labelling, and repackaging. The system handles three phases of product lifecycle: receiv

9、ing, processing, and distribution of SIM and prepaid scratch cards. Each phase of the product lifecycle was discussed in detail and the process/procedure gaps were identified. This work can serve both as a practical gui

10、de and industrial example for some researchers to compare the software inventory management system with the traditional manual system in the telecommunications sector in Jordan. It also highlights the gap between theor

11、y and practice; to motivate researchers to develop and customize new systems for mitigating supply chain disruptions. © 2015 The Authors. Published by Elsevier B.V. Peer-review under responsibility of the Scientif

12、ic Committee of 48th CIRP Conference on MANUFACTURING SYSTEMS - CIRP CMS 2015. Keywords: Supply Chain; Warehouse Management, Inventory System, ERP 1. Introduction Warehousing management system (WMS) is a necessary appr

13、oach for every warehouse. An automated warehousing system provides less effort, more efficient, and reliable results compared to manual handled system. WMS is designed to help reduce costs through effective warehouse

14、 processes [1]. The WMS granule provides functionality for handling advanced warehouse processes that involve so called zones and bins, directed picks and put-away., as well as automated data capture systems. To perfo

15、rm directed pick and put away, it is necessary to divide the warehouse into zones and bins. A zone could be a receiving zone or a stocking zone, and each zone can consist of one or several bins [1]. This paper is bas

16、ed on a telecommunication company. It has a small warehouse where only two types of scratch cards and simcards are stored as safety stock and handled/distributed to dealers. The previous WMS status include the process

17、 from receiving the goods to product dispatching to dealers, were conducted using manual entry excel sheets. The goal of this work is to automate the warehouse management system, along with implementing a mini-size pr

18、oduction line for product labeling within warehouse. The need for automating the warehouse arises from the fact that manual handling may cause human errors which may affect the warehouse utilization [2]. In order to a

19、utomate the process, a thorough study on the system should be conducted. The first step towards an automated warehousing system is identifying and reengineering the processes and procedures carried out in the wareho

20、use, followed by identifying the processes that could be automated. Modeling the business processes and workflows helps seeing the process as a whole. Business Process Modelling and Notation (BPMN) would be a feasibl

21、e solution for this situation since the primary goal of BPMN is to provide a notation that is easily understood by all users within the organization. Basically BPMN is a method of illustrating business processes in th

22、e form of a © 2015 The Authors. Published by Elsevier B.V. This is an open access article under the CC BY-NC-ND license (http://creativecommons.org/licenses/by-nc-nd/4.0/). Peer-review under responsibility of the s

23、cientific committee of 48th CIRP Conference on MANUFACTURING SYSTEMS - CIRP CMS 2015570 Anas M. Atieh et al. / Procedia CIRP 41 ( 2016 ) 568 – 572 was connected to one of the local database files; in this case t

24、he database was connected to SQL Server Express database files (.mdf). Figure 2, shows a sample of a table in the system, which has a primary key with few rows of: Username, Action Type, Action Date and Serial Fro

25、m To, where each row has a certain data type. The Username and Action Type rows correspond to records in other tables; they are foreign keys and have the same data type as the primary key of the reference table. In or

26、der to set the primary key, the following code must be written: CONSTRAINT Fk_ActionType FOREIGN KEY (ActionType) REFERENCES Actions (Id), FK_ActionType Sets the name of the foreign key ActionType The name of the

27、 column that the foreign key represents Actions To which table it refers to Id Primary key of the reference table Fig. 2 Log table sample After creating all the required tables, along with its primary and foreign key

28、s, a relationship between the tables was established as shown in fig.3. The next step after creating the foreign keys is to populate the tables with data. Then it was found that transforming the software into a web ba

29、sed application was more appropriate. A web application provides an interface to the existing database which was created earlier. A web application can be generated by using a combination of the new ASP.NET Web Appl

30、ication, MVC template and Entity framework 6. Fig.3 Relationships between tables After creating the web application, the data models and the codes were generated. These codes provide standard data operations for the m

31、odel classes. The generated code provides a good starting point for an application but it does not necessarily provide all of the functionality that is required in the application [7]. Therefore the programming stage

32、was needed; in order to customize the code to meet the particular requirements of our project and to make it more efficient, by using ASP.NET as a computer programming language. 2.2 Labelling Line This part consists o

33、f two main actions, the machinery and the manual labor. Enhancement to WMS can be obtained by studies on facility layout, time and motion studies and cost analysis. The machinery part is all about the selection of an

34、 Barcode printer, there are a number of barcode printing technologies, we selected a Thermal based barcode printers because compared to other printers they require less maintenance, have less expensive media, and pri

35、nt faster while maintaining excellent print quality. The next concern was what type of thermal printer we should choose; the biggest difference between them is how heavy of a print volume they can handle, so we needed

36、 to choose one with a heavy print volume a one that will print from a couple thousand labels per day. Once we knew what type of thermal printer we needed, the next big concern is what print method we were going to us

37、e, Thermal printers are capable of printing in two different ways - direct thermal (DT) and thermal transfer (TT), depending on how long we needed the label to last and the material it's made of, we have found tha

38、t the thermal transfer is more effective our application The Manual Labor part: This part consists basically of three main processes in which the labeling process will occur: ? Unpacking and Arranging ? Labeling and

39、Inspection ? Packing The first manual labor step is that an operator should unpack a specified number of simcards and arrange them on the workstation to start working on them. After performing a time and motion study

40、, we have found that the best method to unpack the box of simcards would be by arranging them on the workstation. The first simcard, having the newest serial number should be the furthest away from the labeling and in

溫馨提示

  • 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
  • 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
  • 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
  • 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
  • 5. 眾賞文庫(kù)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
  • 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
  • 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。

最新文檔

評(píng)論

0/150

提交評(píng)論