Jurnal Politeknik Caltex Riau

Size: px
Start display at page:

Download "Jurnal Politeknik Caltex Riau"

Transcription

1 1 Jurnal Politeknik Caltex Riau New Employee and New Leader Training Scheduling & Reporting Information System Using Graph Coloring Method (Case Study: PT. Chevron Pacific Indonesia) Mona Saputri 1, Rika Perdana Sari, ST, M.Eng. 2 and Wawan Yunanto, S.KOM., M.T. 3 1 Politeknik Caltex Riau, saputri.mona@gmail.com 2 Politeknik Caltex Riau, rika@pcr.ac.id 3 Politeknik Caltex Riau, wawan@pcr.ac.id Abstract New employee and leader trainings are mandatory development programs in PT. CPI. There are constraints needed to create a schedule. The hard constraint is that targets must receive schedule before deadlines. The soft constraints are: training is held in location with most participants(1), participants get minimum 2 schedules (2), minimum participant for each class is 12 (3), maximum is 30 (4). In current practice, targets receive 1 schedule and sometimes pass their deadline. Another issue is data management. Data is managed in separated spreadsheet. There s possibility for human error, and it takes time to generate reports (1-2 days). Graph coloring using Welsh-Powell algorithm is able to fulfill the hard constraint. But schedules provided by the system are not flexible. Some targets get the schedule too early and some targets get schedule that too close to deadlines. Recommended training schedules occur on the same month every year. Based on the testing result, there is no violation to hard constraint, soft constraint 1, soft constraint 2 and soft constraint 4. There is violation for soft constraint 3. Welsh-Powell algorithm is not able to provide a proper group to generate schedule. Human interfere is needed in order to create a proper schedule. Key word: graph coloring, welsh-powell algorithm, training scheduling 1. Introduction One of the important components in training execution is the training scheduling. Training scheduling can be complex since there are several parameters should be considered such vary deadline for each targeted participants and requirement to ensure resource proportion. Complex training scheduling is also happened in Human Resources (HR) department of PT. Chevron Pacific Indonesia. In current practice, HR department manages the data needed for new employees & new leader training manually using several spreadsheets. The data s are not connected to each other and need many manual procedures to synchronize them. HR starts the process with target identification. To identify a target, HR needs to query the list from other system and then the result is manually copied to HR spreadsheet. This process takes time and error may occur. Once the target is identified, HR needs to check whether or not the target completed the intended training. The trainings are: New Employee Training for new employee, New Leader Training that divided into 2 types; Supervisor Training for new supervisor (a leader who has direct report), and New Manager Training for new manager/leader-of-leader (a leader who has direct report that also a leader). To check the

2 2 Mona Saputri training completion, HR needs to compare the data with another system that record employees training history. The next process is to schedule the training for targeted employees that have not completed the intended training. HR will check the population of targeted participant and the dead line of each targeted participants. The deadline may vary based on hire or effective date. Once the training is executed, HR will manually update the completion record based on the data queried from employee training history information system. Most of the targets only get 1 training schedule within their targeted timeline. That means if targeted participants cannot attend the training scheduled for them, HR will not achieve the scorecard target within the year. In 2015, for Supervisor Training, only 33% of the participants received training schedule more than 1 time. 67% of the target only received 1 schedule. Achievements of these programs in these past 2 years were varying from 63% to 100%. In 2014, the achievement for new employee training was 99%, for Supervisor Training was 85% and for Manager Training was 63%. In 2015, the achievement for new employee training was100%, for Supervisor Training was 71% and for Manager Training was 86%. Unable to create proper training schedule will cause HR failed meet target, and targeted participants cannot get correct development program at the right time that might impact their performance. This application is built to overcome this issue. Each participant will get 2 schedules within their targeted timeline to anticipate incase user failed to attend the first schedule. Another issue is related to reporting. By the end of month (monthly & quarterly), HR needs to generate report in order to measure the metrics achievement. In current practice, HR needs 1 or 2 days to generate the report. Since scheduling & reporting process are recorded in separated files, in generating the report HR needs to do redundant step such as identifying target & checking training completion status. With this application, the reporting process will be quicker, approximately less than 1 minute. Graph coloring method is used for scheduling part. There are three types of graph coloring: vertex coloring, edge coloring and face coloring. Graph coloring type that will be used in this final project is vertex coloring. Each vertex represents a target. There are several algorithm in vertex coloring, such as Welsh-Powell, Recursive Largest First and Backtracking Algorithm. However, the most commonly used algorithms for vertex coloring is Welsh-Powell algorithm. Some studies proved that Welsh-Powell algorithm can be used to color a graph properly. 2. Literature Review 2.1 Information System Gupta, Hitesh (2011) in his book Management Information system said that an Information System can be seen as the organized combination of people, hardware, software, communication networks, data resources, policies and procedures that stores, retrieves, transforms and disseminates information in an organization. 2.2 New Employee & New Leader Development Training Human Resources (HR) Department of PT. Chevron Pacific Indonesia plays an important role in the development of employee competencies. HR departments have some competence development programs for employees, including new employee training and training for new leaders. 1. New Employee Training All of new employees must attend New Employee Training within 6 month since their hire date. The purpose of this training is to leverage new employee s knowledge about Chevron, its operation and its principle.

3 3 2. New Leader Training A leader is an employee who has members. There are two types of leaders; supervisor and manager. A supervisor is a leader who has direct members and a manager is a leader who has a member that also a leader. A manager is also called leader-of-leader. All supervisors must complete New Supervisor Training within 6 month since their effective date of becoming supervisor. All managers must complete New Manager Training within 12 months since their effective date becoming manager. In normal circumstances, training schedule is created 2 times a year; for 1st semester & 2nd semester of the year. Training participants will be grouped by their unit, and for scheduling it is avoided that all participants come from the same unit. This also for diversity reason, so the sharing session in the training will be more effective since everybody has different background. 2.3 HR Specialist, HR Officer and HR Leader 1. HR Specialist HR Specialist is a member of HR team that responsible to plan training schedule and facilitate New Employees, New Supervisor and New Manager training. 2. HR Officer HR officer is a member of HR team that support HR specialist and responsible to plan training schedule and facilitate New Employees, New Supervisor and New Manager training. 3. HR Leaders Definition of HR leaders is leaders in HR team who are the shareholders of this program. 2.4 Scheduling Based on online Cambridge dictionary, scheduling is activity of planning the times at which particular tasks will be done or events will happen. Morton, Thomas & Pentico, David W. (1993) said that the scheduling is the process of organizing choosing and timing resource usage to carry out all the activities necessary to produce the desired outputs at desired times, while satisfying a large number of time an relationship constraints among the activities and resources 2.5 Graph Coloring Graph coloring is one of the oldest and best known problems of graph theory. There are 3 types of graph coloring; vertex coloring, edge coloring & face coloring (Munir, 2005). A vertex coloring is an assignment of label or color to each vertex of a graph such that no edge connects two identically colored vertices. In other words no two vertices that are adjacent get the same color. 2.6 Welsh-Powell Algorithm Welsh-Powell algorithm is one of the algorithms in Graph coloring method. It provides an upper-bound on the number of colors used by greedy coloring and order vertices by descending degree. The process is: 1. Sort the vertex in descending size, certain vertex might have same size. 2. Use one color to identify the first vertex and other vertex that s not adjacent with the first vertex. 3. Start again with the next highest size vertex. And assign different color to that vertex. Identify and assign color to the vertex that s not adjacent with this vertex 4. Repeat the coloring process until all vertices have color.

4 4 Mona Saputri 3. Design 3.1 Business Process Overview The process starts from identifying the target and the deadline for each training; new employee, new supervisor and new managers. Once all of the targets are identified, HR specialist/hr Officer will create the schedule. Once the scheduling process finished, HR specialist/ HR Officer send the schedule to other department in HR called Training Administration to execute the training. Then HR specialist/hr Officer will generate report in monthly & quarterly report. 3.2 System Architecture The system architecture is scheme on how the object acts on the system. CHARE: Idrbiw8ahs114\shr02d \\IDRBINTAH3W11 Figure 3. 1 System Architecture Internet Browser 3.3 Use Case Diagram The use case of this application is described in the following figure. HR Specialist/ HR Officer 3.4 Flowchart Figure 3. 2 Use Case Diagram Flowcharts are diagrams that show the steps in a process. The flow chart of the scheduling process is described in the following figure.

5 5 Figure 3.3 System Flowchart 3.5 Activity Diagram The following information show activity diagrams for scheduling process in this system Activity Diagram for Target Identification Figure 3. 4 Activity Diagram Target Identification

6 6 Mona Saputri Activity Diagram for Schedule Generating 3.6 Entity Relationship Diagram Figure 3. 5 Activity Diagram Scheduling This diagram shows the relation between entities. 3.7 Site Map Figure 3. 6 Entity Relationship Diagram The following figure shows the sitemap of this application. Figure 3. 7 Application Site Map

7 7 3.8 Table Design This application was built with 8 tables; User Account Table (tbaccount), Employee Table (tbemployee), Job Title Table (tbjobtitle), Job History Detail Table (tbjobhistory), Team Table (tbteam), Target Table (tbtarget), Schedule Table (tbschedule), Schedule Detail Table (tbscheduledetail). 4. Testing and Analysis 4.1 Testing Constraint Test Same test is applied to new employee training, new supervisor training and new manager training scheduling program. The test is related to how the program complies with hard & soft constraints. Only New employee training scheduling testing will be described in this section, since the type of test and result of the test on all of the problem is quite similar. The scheduling process testing performed twice; for the target due in first and second half of Number of employees participate in this test is 86 employees. 60 employees are the target for 1H 2016 and 26 employees are the target for 2H For 1H 2016 target, 13 groups are available based on employee units. The groups are: Supply Chain Management (4 members), Sumatra Light Oil (9 members), Indoasia-Commercial (2 members), OE HES (4 members), Heavy Oil Operations (11 members), Sumatra Law (5 members), Planning Technology (5 members), Policy Govt Public Affair (4 members), Security (4 members), Geothermal & Power (2 members), Operations Maintenance (4 members), HCT (3 members), and finance (3 members). The following figure shows the grouping before graph coloring. Figure 4. 1 New Employee - 1H Group Before Scheduling Welsh-Powell algorithm creates 11 new groups. The members of the group are varying from 1 to 13 employees. Based on new group data formed by the algorithm, only 2 groups that have members more than 12 members. These 2 groups are eligible to be used for training class. Other 9 groups have less than 12 members. It is not possible to create 1 schedule from 1 group only since the participants of a schedule should be greater than or equal to 12 and less than or equal to 30.

8 8 Mona Saputri Figure 4. 2 New Employee - 1H Group After Scheduling Target for 2H 2016 is 28 employees. There are 9 groups based on employee units. The groups are: Supply Chain Management (8 members), Sumatra Light Oil (5 members), OE HES (1 member), Drilling (5), Heavy Oil Operations (4 members), Sumatra Law (1 member), Policy Govt Public Affair (1 member) and Operation and Maintenance (1 member). The following figure shows the grouping before graph coloring. Figure 4. 3 New Employee - 2H Group Before Scheduling Welsh-Powell algorithm creates 9 new groups. The members of the group are varying from 1 to 9 employees. With the groups formed by the algorithm, it is not possible to create 1 schedule from 1 group since the participants of a schedule should be greater than or equal to 12 and less than or equal to 30.

9 9 Figure 4. 4 New Employee - 2H Group After Scheduling Based on both tests, this application fulfills the hard constraint requirement where each targeted employee gets the schedules before their deadline. The targets receive 2 schedules. 1 schedule is on the previous month of their deadline and the second schedule is on the same month of their deadline. The percentage of the violation to hard constraint is 0% for first & second semester of Violation percentage for hard constraint: = Number of employee with schedule after the deadline x 100% Number of Scheduling In this case, number of employee with schedule after the deadline =0. This test performed twice; 1 for first semester and 1 for second semester target. This application 100% fulfills the three soft constrains as the following; training will be held in the location with most participants, each participants get minimum 2 schedule and maximum participants of each class is 30. There are violations for soft constraint number 3; minimum participant for each class is 12. On the first semester scheduling process, total new group created are 11 groups. Only 2 groups contain more than 12 members. Other 9 groups contain less than 12 members. The violation percentage is 81.8%. On the second semester scheduling process there are 9 new groups created. All of the groups contain less than 12 members. The violation percentage for semester 2 scheduling is 100%. For both first and second semesters, total new group created = 20, total new group with members less than 12 = 18. The violation percentage for soft constraint number 3 in first and second semester is 90% (18/20). Since there are several new groups that not eligible to create 1 training schedule, regrouping process is needed to ensure each class has minimum 12 participants. Re-grouping menu is shown on the following figure.

10 10 Mona Saputri Figure 4. 5 New Employee - Select Group for Scheduling The figure above shows how system identifies the most location of the target and also how user can interfere with the scheduling process. System will identify the first schedule (date) of the group(s). System calculates the nearest deadline among the users in selected group. And HR Specialist/HR Officer is able to save 2 schedules for the groups(s). The violation of soft constraints is shown in the following table. Table 4. 1 Constraint Violation- New Employee Training User Acceptance Test This application is tested by 2 users using UAT method. The result is shown by the following table. Table 4.2 User Acceptance Test

11 11 The table above shows information about how user accepts this application. The number of functionality tested by user is 19. User 1 accepted all of the system functionality with additional note that the user should get the schedule 2 month before the deadline. User 2 accepted the system functionality except for the scheduling part. User 2 suggested that the schedule should be more flexible Customer Satisfaction Survey There are two application user participate in this Customer satisfaction survey. The result is shown by the following table. Table 4.3 User Acceptance Test 4.2 Analysis Based on the test performed to the application, it is analyzed that: 1. This system never violates the hard constraint. All of the targets receive the schedule before their deadline. That means the scheduling process meet the most important requirement. 2. The group after coloring contains vary number of members. The total members of each group are varying from 1 to maximum 14 members. Not all of the groups are eligible to be converted to one training class since a training schedule should have minimum 12 participants. Therefore human interfere is needed to ensure 1 schedule has minimum 12 participants by combining several groups or manually add more participants. 3. The schedule period is not flexible. The scheduling process is performed twice in a year; for the first and second half of the year. For each semester targets, system always suggests 2 schedules. The first one is one month before nearest deadline. The second one is on the same month with the nearest deadline of the target in the group. System always suggests the training to be held in December 2015 or January 2016 for the first half of 2016 targets and in June 2016 or Jul 2016 for second half of 2016 targets. This happen since the application separates the target based on their unit in order to avoid targets with the same unit have same schedule. But in the other hand, this application re-groups target with vary deadline. Some members might get the schedule too early for them and some members get schedule that to close to their deadline. For example, January 2016 schedule has members with deadline in January 2016 & June For January 2016 targets, this schedule is the last chance for them to attend, in order to complete this training within their timeframe. But for targets due in June 2016, they should have more option of training date. They still can meet the target if they complete the training after January But system is force the target to complete the training in January Before coloring process, the system groups the target based on their units. And then separates those target using the algorithm in order to avoid targets with the same unit have same schedule. But since some of the new groups after coloring only consist of few members (less than 12), several groups need to be combined to reach 12 participants. This might results participants with the same unit is in the same group again. This is not consistent with the first purpose. 5. There are 4 soft constraints of this system; training will be held in the location with most participants(1), each participants gets minimum 2 schedule (2), minimum participants for each class is 12 (3), maximum participants for each class is 30 (4).There is no violation for soft constraint 1, 2 and 4. But there is violation for soft constraint 3. System successfully identifies where the training should be held refer to the most participant

12 12 Mona Saputri location. System is also able to suggest 2 trainings for each target. System never suggests training with participants more than 30 targets. The following table shows the average of violation to hard & soft constraint. Table 4. 2 Constraint Violation Analysis 6. For comparison purpose, another test is performed to the same data using different grouping method. The previous testing uses unit for grouping method. On the other test, the targets are grouped by team. Team has more data than unit. The following table shows the comparison between the grouping methods. Table 4. 3 New Employee Training Scheduling - Comparison Table 4. 4 New Supervisor Training Scheduling - Comparison

13 13 Table 4. 5 New Manager Training Scheduling - Comparison Based on several tests performed, there are still violations to several soft constraints (constraint number 2 and 3). 7. There are 2 reports available in this system; monthly scorecard and quarterly dashboard report. These reports show the training completion status of each program targets. The time to run this report is less than 1 minutes. This is very beneficial to HR to save time & resource for reporting process. 8. The following table shows the analysis for UAT. Users have concern about the flexibility of the schedule. Table 4. 6 User Acceptance Test 9. The following table shows the analysis of Customer satisfaction survey. Average satisfaction of system interface is 70%. Overall users satisfy with the user interface of this application. In the other hand the satisfaction survey for application function is 63%. Based on interview with users, they are satisfied with the reporting result. But for schedule result, not all of the functions meet their requirement. They expect that the schedule period & participants should be more flexible.

14 14 Mona Saputri Table 4. 7 Customer Satisfaction Survey 5. Conclusion and Recommendation 5.1 Conclusion Based on testing & analysis to this system, it is concluded that: 1. This application overcomes issue with data management. All of the data is stored in single source. 2. This application is able to create training date recommendation for New Employee, New Supervisor and New Manager Training based on targeted timeframe. 3. No hard constraint violation during the testing. The entire targeted participant gets training date recommendation before their deadline. 4. No violation to soft constraint: training will be held in the location with most participants (1), each participants gets minimum 2 schedule (2), maximum participants for each class is 30(4). 5. There are violations to soft constraint number 3: minimum participants for each class are 12.Some groups resulted by Welsh-Powell algorithm contain too few members (less than 12 members). This happen due to data variety. The parameter used to group the target on the first place is the employee unit. Based on several tests, the more units the targets have, and the more possibility Welsh-Powell creates new group with members more than Even though no violation to hard constraint this application does not recommend best schedule for all of the targeted participants. Some of the targets get the schedule too early and some of the targets get schedule that too close to their deadline. 7. Based on test result using second grouping method (group target by employee team ), there still violations for soft constraints number 3 & 4. With grouping using employee unit, there only violation for 1 constraint, which is constraint number 3. With grouping using employee unit, most of the groups have less than 12 members, but with grouping using employee team, most of the groups have more than 30 members and some of them has less than 12 members. 8. Total members of new group created by the system depend on the variety of target participants unit or team. 9. With the first grouping method (group by unit), even though more data is involved, there are still groups that have less than 12 members. And for the second grouping method (group by team), there also violations for soft constraints number 3 & 4. Both grouping method cannot fulfill the requirement. 10. The time needed to run report is less than 1 minute so much faster than manual process that might take 1 day. 5.2 Recommendation Based on the conclusion above, this application solves the problem with data management and reporting. But the algorithm is not perfectly suitable to solve scheduling problem since the algorithm cannot generate ideal schedule in terms of schedule period and

15 15 participants. It is recommended that this application is developed using other algorithm that might facilitate more flexible schedule in terms of schedule date and number of participants. 6. Bibliography [1] Astuti, Setia. (2011). Penyusunan Jadwal Ujian Mata Kuliah dengan Algoritma Pewarnaan Graf Welch Powell. Taken on February 22, 2016 from [2] BL. (2016). New Employee Briefing (Mandatory). Taken on March 7, 2016 from [3] Chartrand, Gary. (2012). Introductory Graph Theory. Taken on January 28, 2016 from [4] Desikan, Srinivasan. (2006). Software Testing: Principles and Practice. Taken on February 29, 2016 from [5] Gupta, Hitesh. (2011). Management Information System. Taken on March 1, 2016 from [6] Hiryanto, Lely & ThioThio, Jacklin Sinthia. (2011). Pengembangan Metode Graph Coloring untuk university Course Timetabling Problem pada Fakultas Teknologi Informasi Universitas Tarumanagara. Taken on 27 January 2016 from [7] Jogiyanto (2005). Analisis & Desain Sistem Informasi Pendekatan Terstruktur Teori dan Praktik Aplikasi Bisnis. Yogyakarta: Andi. [8] Lewis, William.(2009). PDCA/Test. Taken on January 22, 2016 from [9] Liyandari. (2014). Aplikasi Penjadwalan Perawat dengan Metode Pewarnaan Graph (Study Kasus: RSUD Arifin Achmad pekanbaru). Politeknik Caltex Riau. [10] Morton, Thomas, and Pentico, David W. (1993). Heuristics Scheduling Systems. Taken on March 6, 2016 from [11] NT. (2014). Government of the Northwest Territories Leadership Development Program Program Guidelines. Taken on March 7, 2016 from [12] Sendra, Leo, Santosa, R. Gunawan & Restyandito. (2009). Penjadwalan Mata Kuliah dengan Pendekatan Pewarnaan Graf di UKDW Yogyakarta. Taken on February 22, 2016 from warnaan_graf_di_ukdw_yogyakarta. [13] Susiloputro, Agus, Rochmad & Alamsyah. (2012). Penerapan Pewarnaan Graf pada Penjadwalan Ujian dengan menggunakan Algoritma Welsh Powell. Taken on March 7, 2016 from [14] Witarto. (2004). Memahami Sistem Informasi Pendekatan Praktis Rekayasa Sistem Informasi Melalui Kasus-kasus Sistem Informasi di Sekitar Kita. Bandung : Informatika.

Software Engineering Streaming

Software Engineering Streaming Software Engineering Streaming by Meiliana D4572 - Ganjil 2018/2019- Outline Introduction Course Structure Research Topics Application Example from Thesis SE Career Software Engineering Definition The

More information

Telekomunikasi Road 01, Bandung, Indonesia

Telekomunikasi Road 01, Bandung, Indonesia Design of Storage Allocation Using Interaction Frequency Heuristic-Order Oriented Slotting Approach to Reduce Delay Time on Traveling Searching Activities in Refinery Unit V Warehouse PT XYZ A K Putra

More information

Advertisement scheduling on commercial radio station using genetics algorithm

Advertisement scheduling on commercial radio station using genetics algorithm Journal of Physics: Conference Series PAPER OPEN ACCESS Advertisement scheduling on commercial radio station using genetics algorithm To cite this article: S Purnamawati et al 2018 J. Phys.: Conf. Ser.

More information

Implementation and Configurations Open Source ERP in ecommerce Module ( A Case Study on SME )

Implementation and Configurations Open Source ERP in ecommerce Module ( A Case Study on SME ) Proceedings of the International Conference on Industrial Engineering and Operations Management Implementation and Configurations Open Source ERP in ecommerce Module ( A Case Study on SME ) Agung Terminanto,

More information

JOB SHOP SCHEDULING AT IN-HOUSE REPAIR DEPARTMENT IN COLD SECTION MODULE CT7 ENGINE TO MINIMIZE MAKESPAN USING GENETIC ALGORITHM AT PT XYZ

JOB SHOP SCHEDULING AT IN-HOUSE REPAIR DEPARTMENT IN COLD SECTION MODULE CT7 ENGINE TO MINIMIZE MAKESPAN USING GENETIC ALGORITHM AT PT XYZ JOB SHOP SCHEDULING AT IN-HOUSE REPAIR DEPARTMENT IN COLD SECTION MODULE CT7 ENGINE TO MINIMIZE MAKESPAN USING GENETIC ALGORITHM AT PT XYZ 1, Pratya Poeri Suryadhini 2, Murni Dwi Astuti 3 Industrial Engineering

More information

DEMAND FORECASTING FOR SALES ORDER AND DISTRIBUTION REQUIREMENTS PLANNING SYSTEM (CASE STUDY : IKM XYZ)

DEMAND FORECASTING FOR SALES ORDER AND DISTRIBUTION REQUIREMENTS PLANNING SYSTEM (CASE STUDY : IKM XYZ) Proceeding 7 th International Seminar on Industrial Engineering and Management ISSN : 1978-774X DEMAND FORECASTING FOR SALES ORDER AND DISTRIBUTION REQUIREMENTS PLANNING SYSTEM (CASE STUDY : IKM XYZ) Winangsari

More information

Advances in Environmental Biology

Advances in Environmental Biology Advances in Environmental Biology, 9(27) December 2015, Pages: 484-488 AENSI Journals Advances in Environmental Biology ISSN-1995-0756 EISSN-1998-1066 Journal home page: http://www.aensiweb.com/aeb/ Business

More information

Developing Manufacturing Application using Enterprise Resource Planning Concept

Developing Manufacturing Application using Enterprise Resource Planning Concept Volume 164 o 8, April 2017 Developing Manufacturing Application using Enterprise Resource Planning Concept Ika Winda Lestari Udayana University Engineering Faculty Department Information Technology I Made

More information

EVALUATION OF USER PRIORITY IN SELECTION OF READY MIXED CONCRETE SUPPLIERS IN LOMBOK-INDONESIA USING AHP METHOD

EVALUATION OF USER PRIORITY IN SELECTION OF READY MIXED CONCRETE SUPPLIERS IN LOMBOK-INDONESIA USING AHP METHOD International Journal of Civil Engineering and Technology (IJCIET) Volume 9, Issue 6, June 2018, pp. 630 636, Article ID: IJCIET_09_06_072 Available online at http://www.iaeme.com/ijciet/issues.asp?jtype=ijciet&vtype=9&itype=6

More information

Designing of Decision Supporting Tool to Optimize Tobacco Inventory Allocation ABSTRACT

Designing of Decision Supporting Tool to Optimize Tobacco Inventory Allocation ABSTRACT Designing of Decision Supporting Tool to Optimize Tobacco Inventory Allocation Felldy Bong 1) and Ahmad Rusdiansyah 2) 1) Magister Manajemen Teknologi, Institut Teknologi Sepuluh Nopember, e-mail: felldy.bong@yahoo.com

More information

BUILDING E-COMMERCE APPLICATION AT ISTHISIT CLOTHING COMPANY

BUILDING E-COMMERCE APPLICATION AT ISTHISIT CLOTHING COMPANY BUILDING E-COMMERCE APPLICATION AT ISTHISIT CLOTHING COMPANY Hanif Arya Prayogi Department of Informatics, Faculty of Engineering and Computer Science Indonesia Computer University Jl. Dipati Ukur No.112

More information

Analysis and Design of Mobile Attendance Applications Using Prototyping Methodsat PT. PAM Digital Teknologi

Analysis and Design of Mobile Attendance Applications Using Prototyping Methodsat PT. PAM Digital Teknologi RESEARCH ARTICLE Analysis and Design of Mobile Attendance Applications Using Prototyping Methodsat PT. PAM Digital Teknologi Rahman Haryanto Prasetia*, Inna Sabily Karima S.Kom, M.Kom** (Computer Science

More information

THE ANALYSIS OF APPLICATIONS REQUIREMENTS IN APPLICATIONS ARCHITECTURAL DESIGN AT INDONESIA COMPUTER UNIVERSITY

THE ANALYSIS OF APPLICATIONS REQUIREMENTS IN APPLICATIONS ARCHITECTURAL DESIGN AT INDONESIA COMPUTER UNIVERSITY I J A B E R, Vol. 14, No. 6, (2016): 4693-4704 THE ANALYSIS OF APPLICATIONS REQUIREMENTS IN APPLICATIONS ARCHITECTURAL DESIGN AT INDONESIA COMPUTER UNIVERSITY Mauluddin Syahrul* Abstract: Indonesia Computer

More information

Proposed IT Governance at Hospital Based on COBIT 5 Framework

Proposed IT Governance at Hospital Based on COBIT 5 Framework Int. Journal of Applied IT Vol. 01 No. 02 (2017) International Journal of Applied Information Technology http://journals.telkomuniversity.ac.id/ijait Proposed IT Governance at Hospital Based on COBIT 5

More information

Designing Customer Target Recommendation System Using K-Means Clustering Method

Designing Customer Target Recommendation System Using K-Means Clustering Method 1 Designing Customer Target Recommendation System Using K-Means Clustering Method Evasaria M. Sipayung 1, Herastia Maharani 2, Benny A. Paskhadira 3 Abstract UD Swiss is a company engaged in the field

More information

Evaluating of IT Services on Accurate Application Using COBIT 5 (Case Study : PT. SS Dinamika)

Evaluating of IT Services on Accurate Application Using COBIT 5 (Case Study : PT. SS Dinamika) Jurnal Teknik Informatika dan Sistem Informasi p-iss : 44-0 Volume 4 omor Agustus 08 e-iss : 44-9 Evaluating of IT Services on Accurate Application Using COBIT 5 (Case Study : PT. SS Dinamika) http://dx.doi.org/0.89/jutisi.v4i.78

More information

DESIGN CONCEPT OF WASHING GALLON USING DESIGN METHOD RATIONAL

DESIGN CONCEPT OF WASHING GALLON USING DESIGN METHOD RATIONAL DESIGN CONCEPT OF WASHING GALLON USING DESIGN METHOD RATIONAL 1 Antonio Bennarivo Nainggolan, 2 Mira Rahayu, 3 Teddy Syafrizal Program Studi S1 Teknik Industri, Fakultas Rekayasa Industri, Universitas

More information

PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ

PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ PRODUCTION SCHEDULING OF BIG PART AT MACHINING DEPARTMENT IN PT. XYZ 1, Wahyukaton 2, Moch Rifqi Fathoni 3 Industrial Engineering, Pasundan Universitas, Bandung, Indonesia 1 rizki.wahyuniardi@unpas.ac.id,

More information

MATURITY LEVEL MEASUREMENTS OF THE EIS ACADEMIC SYSTEM IN IMPROVING CUSTOMER ORIENTATION AND SERVICES USING COBIT 4

MATURITY LEVEL MEASUREMENTS OF THE EIS ACADEMIC SYSTEM IN IMPROVING CUSTOMER ORIENTATION AND SERVICES USING COBIT 4 MATURITY LEVEL MEASUREMENTS OF THE EIS ACADEMIC SYSTEM IN IMPROVING CUSTOMER ORIENTATION AND SERVICES USING COBIT 4.1 MATURITY MODEL AND STRUCTURAL EQUATION MODEL Umi Sa adah 1, Riyanarto Sarno 2 1, 2

More information

The Implementation of Knowledge Management Systems in Assets Reconciliation. Meiliya Fitriyani, Leon Andretti Abdillah, Andri

The Implementation of Knowledge Management Systems in Assets Reconciliation. Meiliya Fitriyani, Leon Andretti Abdillah, Andri The 5th ICIBA 2016, International Conference on Information Technology and Engineering Application Palembang-Indonesia, 19-20 February 2016 The Implementation of Knowledge Management Systems in Assets

More information

WEB-BASED APPLICATION FOR TRACKING, LISTING AND REPORTING DOCUMENT REVIEW (CASE STUDY: PT. XYZ)

WEB-BASED APPLICATION FOR TRACKING, LISTING AND REPORTING DOCUMENT REVIEW (CASE STUDY: PT. XYZ) Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM

MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM Proceeding 8 th International Seminar on Industrial Engineering and Management ISSN : 1978-774X MANAGEMENT INFORMATION SYSTEM FOR PRINTING MACHINE ASSIGNMENT PROCESS WITH TABU SEARCH ALGORITHM Evasaria

More information

Designing enterprise architecture based on TOGAF 9.1 framework

Designing enterprise architecture based on TOGAF 9.1 framework IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Designing enterprise architecture based on TOGAF 9.1 framework To cite this article: H Qurratuaini 2018 IOP Conf. Ser.: Mater.

More information

Implementation Of Information Technology Balanced Scorecard in An Agriculture Organisation

Implementation Of Information Technology Balanced Scorecard in An Agriculture Organisation International Journal of Administrative Science & Organization, May 2012 Volume 19, Number 2 ISSN 0854-3844, Accredited by DIKTI Kemendiknas RI No : 64a/DIKTI/Kep/2010 Implementation Of Information Technology

More information

BALANCED SCORECARD IN MANUFACTURING COMPANY. Meutia Rahma Sigit Handoyo. Univeristas Islam Indonesia ABSTRACT

BALANCED SCORECARD IN MANUFACTURING COMPANY. Meutia Rahma Sigit Handoyo. Univeristas Islam Indonesia ABSTRACT BALANCED SCORECARD IN MANUFACTURING COMPANY Meutia Rahma Sigit Handoyo sihando@yahoo.com Univeristas Islam Indonesia ABSTRACT Due to the competitiveness in business world has been rising rapidly; the company

More information

Analysing client requirements

Analysing client requirements Analysing client requirements Before you can start to analyse the information you have gathered you should think about what you are trying to achieve . The client has presented you with a business problem.

More information

ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION SYSTEM ON SMALL AND MEDIUM ENTERPRISES

ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION SYSTEM ON SMALL AND MEDIUM ENTERPRISES Jurnal Ekonomi & Studi Pembangunan Volume 18, Nomor 2, Oktober 2017, hlm. 111-115 DOI: 10.18196/jesp.18.2.4021 ANALYSIS OF FACTORS AFFECTING THE IMPLEMENTATION OF COMPUTER-BASED ACCOUNTING INFORMATION

More information

ANALYSIS AND DEVELOPMENT OF MEASUREMENT THE EFFECTIVENESS OF CUSTOMER RELATIONSHIP MANAGEMENT SOFTWARE

ANALYSIS AND DEVELOPMENT OF MEASUREMENT THE EFFECTIVENESS OF CUSTOMER RELATIONSHIP MANAGEMENT SOFTWARE ANALYSIS AND DEVELOPMENT OF MEASUREMENT THE EFFECTIVENESS OF CUSTOMER RELATIONSHIP MANAGEMENT SOFTWARE Rossi Septy Wahyuni, Cokorda Prapti Mahandari Faculty of Industrial Technology Gunadarma University

More information

INFORMATION SYSTEM OF CUSTOMER RELATIONSHIP MANAGEMENT PT HASRAT ABADI MERAUKE REGENCY

INFORMATION SYSTEM OF CUSTOMER RELATIONSHIP MANAGEMENT PT HASRAT ABADI MERAUKE REGENCY International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 03, March 2019, pp. 782-792. Article ID: IJMET_10_03_082 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=3

More information

Material Requirement Model of Coconut Flour Production and Performance Testing based Multi User in North Sulawesi

Material Requirement Model of Coconut Flour Production and Performance Testing based Multi User in North Sulawesi Material Requirement Model of Coconut Flour Production and Performance Testing based Multi User in North Sulawesi Harson Kapoh Dept. of Informatic Engineering Manado State Polytechnic Manado 95252 North

More information

MATURITY MEASUREMENT OF ERP IMPLEMENTATION IN STUDENT LIFE CYCLE MANAGEMENT BASED VAL IT FRAMEWORK

MATURITY MEASUREMENT OF ERP IMPLEMENTATION IN STUDENT LIFE CYCLE MANAGEMENT BASED VAL IT FRAMEWORK MATURITY MEASUREMENT OF ERP IMPLEMENTATION IN STUDENT LIFE CYCLE MANAGEMENT BASED VAL IT FRAMEWORK Abdul Rozaq 1, Riyanarto Sarno 1 1 Informatics Department, faculty of Information Technology, Institute

More information

Designing Pharmacy Transaction Information System

Designing Pharmacy Transaction Information System IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Designing Pharmacy Transaction Information System To cite this article: E S Soegoto and D Ginanjar 2018 IOP Conf. Ser.: Mater.

More information

Leveraging a cloud based, cross-border HRIS

Leveraging a cloud based, cross-border HRIS Leveraging a cloud based, cross-border HRIS Introduction As organisations grow across borders into different nations, they employ a very diverse set of people. These companies set up bases in locations

More information

COBIT 5.0: Capability Level of Information Technology Directorate General of Treasury

COBIT 5.0: Capability Level of Information Technology Directorate General of Treasury COBIT 5.0: Capability Level of Information Technology Directorate General of Treasury Dian Utami Setya 1, Wella 2 Department of Information System, Faculty of Engineering and Informatics, Universitas Multimedia

More information

Making Online Shop Based on Web as a Business Opportunity

Making Online Shop Based on Web as a Business Opportunity IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Making Online Shop Based on Web as a Business Opportunity To cite this article: E S Soegoto and A Pratama 2018 IOP Conf. Ser.:

More information

Employee Performance Appraisal to Determine Best Engineer Candidates with Analytical Hierarchy Process Approach

Employee Performance Appraisal to Determine Best Engineer Candidates with Analytical Hierarchy Process Approach IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Employee Performance Appraisal to Determine Best Engineer Candidates with Analytical Hierarchy Process Approach To cite this article:

More information

The Evaluation of Information Technology Investment Management using the Domain of Portfolio Management (PM) Val IT Framework 2.0 in PT.

The Evaluation of Information Technology Investment Management using the Domain of Portfolio Management (PM) Val IT Framework 2.0 in PT. IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS The Evaluation of Information Technology Investment Management using the Domain of Portfolio Management (PM) Val IT Framework

More information

Paskah Ika Nugroho, Faculty of Economics and Business Satya Wacana Christian University, Indonesia. ABSTRACT

Paskah Ika Nugroho, Faculty of Economics and Business Satya Wacana Christian University, Indonesia. ABSTRACT 16 THE USED OF IT BALANCED SCORECARD TO BUILD THE PERFORMANCE MEASUREMENT MODEL OF ACADEMIC INFORMATION SYSTEMS (CASE STUDY ACADEMIC INFORMATION SYSTEM OF SATYA WACANA) Paskah Ika Nugroho, Faculty of Economics

More information

IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS

IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Information Systems Interest Talent in Developing System (Independent and Innovative Creative Economy) on Child with Special Needs

More information

The Development of a Computer Based Education Management Information System (MIS) Model in Elementary School Bandar Lampung

The Development of a Computer Based Education Management Information System (MIS) Model in Elementary School Bandar Lampung Riswandi, The Development of a Computer Based Education Management AL-TA LIM JOURNAL, 24 (1), 2017, (9-18) (Print ISSN 1410-7546 Online ISSN 2355-7893) Available online at http://journal.tarbiyahiainib.ac.id/index.php/attalim

More information

Decision Support System of Recruitment using Simple Additive Weighting Method

Decision Support System of Recruitment using Simple Additive Weighting Method Seminar Liga Ilmu Serantau 2015 (LIS 2015) Decision Support System of Recruitment using Simple Additive Weighting Method Yeni Rokhayati 1, Rolly Hidayat 2, Sartikha 3 1,2,3 Department of Informatics Engineering,

More information

A Design Productivity Of Improvement Using Total Productivity Model in Water Treatment Plant Deli Tua PDAM Tirtanadi North Sumatra Province

A Design Productivity Of Improvement Using Total Productivity Model in Water Treatment Plant Deli Tua PDAM Tirtanadi North Sumatra Province A Design Productivity Of Improvement Using Total Productivity Model in Water Treatment Plant Deli Tua PDAM Tirtanadi North Sumatra Province Qamaruddin Lubis Student Postgraduate Of University North Sumatera

More information

Measure Twice, Cut Once

Measure Twice, Cut Once Measure Twice, Cut Once IMPROVING YOUR IMPROVEMENT THROUGH BETTER METRICS Michael Cardinal ITSM Academy ITIL Expert, CPDE, Educator, Amateur Woodworker 2 1 A chance to WIN! Measure Twice, Cut Once Always

More information

An Evaluation of Implementation of Quality Management System ISO 9001:2008 on Contractor for Six Senses Uluwatu Villa Resort Bali Project

An Evaluation of Implementation of Quality Management System ISO 9001:2008 on Contractor for Six Senses Uluwatu Villa Resort Bali Project International Journal of Engineering Management 2018; 2(1): 8-14 http://www.sciencepublishinggroup.com/j/ijem doi: 10.11648/j.ijem.20180201.12 An Evaluation of Implementation of Quality Management System

More information

TABLE OF CONTENTS DOCUMENT HISTORY

TABLE OF CONTENTS DOCUMENT HISTORY TABLE OF CONTENTS DOCUMENT HISTORY 5 UPDATE 17D 5 Revision History 5 Overview 5 Optional Uptake of New Features (Opt In) 6 Update Tasks 6 Feature Summary 7 Demand Management 9 Forecast Unique Demand Segments

More information

DESIGN MITIGATION OF BLOOD SUPPLY CHAIN USING SUPPLY CHAIN RISK MANAGEMENT APPROACH

DESIGN MITIGATION OF BLOOD SUPPLY CHAIN USING SUPPLY CHAIN RISK MANAGEMENT APPROACH DESIGN MITIGATION OF BLOOD SUPPLY CHAIN USING SUPPLY CHAIN RISK MANAGEMENT APPROACH Roy Enggar Achmadi Department of Industrial Engineering Universitas Islam Indonesia Yogyakarta, Indonesia royenggara@gmail.com

More information

P a g e 1. Course Description

P a g e 1. Course Description P a g e 1 Course Description Updated: 4.1.2018 P a g e 2 Engineering Economy (36425): Pre-requisite: - Courses Description This course covers the following concepts: Cost concepts, Decision making process,

More information

THE QUALITY OF ACCOUNTING INFORMATION SYSTEM: A CASE OF REGIONAL PUBLIC HOSPITAL MANOKWARI

THE QUALITY OF ACCOUNTING INFORMATION SYSTEM: A CASE OF REGIONAL PUBLIC HOSPITAL MANOKWARI THE QUALITY OF ACCOUNTING INFORMATION SYSTEM: A CASE OF REGIONAL PUBLIC HOSPITAL MANOKWARI Mona Permatasari Mokodompit Fakultas Ekonomi dan Bisnis, Universitas Papua mmokodompit@gmail.com Anik Wuriasih

More information

Strategic Planning of Information System (Case Study: Ministry of Religious Affairs in Southwest Sumba)

Strategic Planning of Information System (Case Study: Ministry of Religious Affairs in Southwest Sumba) International Journal of Computer Engineering and Information Technology VOL. 9, NO. 7, July 2017, 143 149 Available online at: www.ijceit.org E-ISSN 2412-8856 (Online) Strategic Planning of Information

More information

DECISION SUPPORT SYSTEM FOR THE PURCHASE OF A PRINTER IN HI-TECH MALL METHOD USING FUZZY TAHANI

DECISION SUPPORT SYSTEM FOR THE PURCHASE OF A PRINTER IN HI-TECH MALL METHOD USING FUZZY TAHANI DECISION SUPPORT SYSTEM FOR THE PURCHASE OF A PRINTER IN HI-TECH MALL METHOD USING FUZZY TAHANI 1 Sutrisno, 2 Eko Prasetyo, 3 Rani Purbaningtyas Informatic Engineering Universitas Bhayangkara Surabaya

More information

Analysis of E-Government Application on The Government of West Halmahera District

Analysis of E-Government Application on The Government of West Halmahera District Analysis of E-Government Application on The Government of West Halmahera District Rita M Saleh Abstract Information communication technology promises efficiency, speed of information delivery, global reach

More information

Fuzzy Simple Additive Weighting Method in the Decision Making of Human Resource Recruitment

Fuzzy Simple Additive Weighting Method in the Decision Making of Human Resource Recruitment Fuzzy Simple Additive Weighting Method in the Decision Making of Human Resource Recruitment Budi Prasetiyo a, Niswah Baroroh b, Dwi Efri Rufiyanti a2 a Computer Science Department, FMIPA, Universitas Negeri

More information

COMPLETION OF SERVICE BILL OF LADING ISSUED FOR CUSTOMER SATISFACTION

COMPLETION OF SERVICE BILL OF LADING ISSUED FOR CUSTOMER SATISFACTION COMPLETION OF SERVICE BILL OF LADING ISSUED FOR CUSTOMER SATISFACTION DENNY J.NAJOAN STMT Trisakti stmt@indosat.net.id ESTI LEGESI STMT Trisakti esti.legesi@ymail.com ABSTRACT PT. Tresnamuda Sejati, as

More information

DEVELOPMENT OF WEB APPLICATION TO MANAGE SCHOOL STUDENT AND FINANCE DATA

DEVELOPMENT OF WEB APPLICATION TO MANAGE SCHOOL STUDENT AND FINANCE DATA DEVELOPMENT OF WEB APPLICATION TO MANAGE SCHOOL STUDENT AND FINANCE DATA PUBLICATION ARTICLE By: Kemal Fauzi Husni Thamrin, S.T.,M.T.,Ph.D Azizah Fatmawati, S.T. INFORMATICS STUDY PROGRAM FACULTY OF COMMUNICATIONS

More information

Key Drivers algorithm classifies the aspects measured in the survey into four categories

Key Drivers algorithm classifies the aspects measured in the survey into four categories Key Drivers Analysis There are probably many things you would like to improve about your organization. Since it is unlikely that you are going to get the resources to address them all, the challenge to

More information

DECISION SUPPORT SYSTEM DETERMINATION OF BUSINESS LOCATION (CAKE SHOP) USING AHP AND TOPSIS METHOD

DECISION SUPPORT SYSTEM DETERMINATION OF BUSINESS LOCATION (CAKE SHOP) USING AHP AND TOPSIS METHOD RESEARCH ARTICLE OPEN ACCESS DECISION SUPPORT SYSTEM DETERMINATION OF BUSINESS LOCATION (CAKE SHOP) USING AHP AND TOPSIS METHOD Didik Wiguna*, Muhammad Ramdhan**, Sonny Nugroho Aji***, Andi Moch Januriana****

More information

Kenmare Further Education & Training Centre

Kenmare Further Education & Training Centre Kenmare Further Education & Training Centre Business Administration (5M2468) Major Award (QQI Level 5) Prospective Students Information Pack What does the Course Involve? There are a total of 8 subjects,

More information

DEVELOPMENT OF CROP AND FARMER ACTIVITY INFORMATION SYSTEM

DEVELOPMENT OF CROP AND FARMER ACTIVITY INFORMATION SYSTEM DOI : 10.18843/rwjasc/v8i4/21 DOI URL : http://dx.doi.org/10.18843/rwjasc/v8i4/21 DEVELOPMENT OF CROP AND FARMER ACTIVITY INFORMATION SYSTEM Rosa Delima, Department of Informatics Duta Wacana Christian

More information

Digital Agency Start-up Strategy in Indonesia

Digital Agency Start-up Strategy in Indonesia Original Paper Journal of Business Theory and Practice ISSN 272-9759 (Print) ISSN 229-2644 (Online) Vol. 6, No. 2, 2018 www.scholink.org/ojs/index.php/jbtp Digital Agency Start-up Strategy in Indonesia

More information

A WEB-BASED APPLICATION for LEAVE and EMPLOYEE PERFORMANCE APPRAISAL (CASE STUDY: PT. DUA EMPAT TUJUH)

A WEB-BASED APPLICATION for LEAVE and EMPLOYEE PERFORMANCE APPRAISAL (CASE STUDY: PT. DUA EMPAT TUJUH) Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

IMPROVING QUALITY OF SERVICE GRAHA PARI SRAYA (GRAPARI) PT TELKOMSEL APPROACH TO QUALITY FUNCTION DEPLOYMENT (QFD)

IMPROVING QUALITY OF SERVICE GRAHA PARI SRAYA (GRAPARI) PT TELKOMSEL APPROACH TO QUALITY FUNCTION DEPLOYMENT (QFD) IMPROVING QUALITY OF SERVICE GRAHA PARI SRAYA (GRAPARI) PT TELKOMSEL APPROACH TO QUALITY FUNCTION DEPLOYMENT (QFD) Rino 1) and Indung Sudarso Master s Program in Management of Technology, Institut Teknologi

More information

CCA220-Analisis dan Perancangan system Informasi

CCA220-Analisis dan Perancangan system Informasi CCA220-Analisis dan Perancangan system Informasi Dosen Pengampu : 5165-Kundang K Juman, Ir, MMSI Prodi Teknik Informatika dan Sistem Informasi - Fakultas Ilmu Komputer Chapter 1 Assuming the Role of the

More information

EVALUATION OF THE IMPLEMENTATION PROCESS AND SUPPORT ON THE VESTYNA APPLICATION

EVALUATION OF THE IMPLEMENTATION PROCESS AND SUPPORT ON THE VESTYNA APPLICATION International Journal of Mechanical Engineering and Technology (IJMET) Volume 10, Issue 04, April 2019, pp. 569 579, Article ID: IJMET_10_04_056 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=10&itype=4

More information

Available online Journal of Scientific and Engineering Research, 2016, 3(6): Research Article

Available online   Journal of Scientific and Engineering Research, 2016, 3(6): Research Article Available online www.jsaer.com, 2016, 3(6):200-206 Research Article ISSN: 2394-2630 CODEN(USA): JSERBR Warehouse Performance Measurement Using Balanced Scorecard Method A Case Study at PT. Multi Indocitra,

More information

Keywords: Audit delay, audit complexity, firm size, internal auditor

Keywords: Audit delay, audit complexity, firm size, internal auditor MODERATION EFFECT OF FIRM SIZE AND AUDIT COMPLEXITY ON THE INFLUENCE OF INTERNAL AUDITOR ON AUDIT DELAY Rediyanto Putra, Sumadi and Berlina Yudha Pratiwi Public Sector Accounting Department, Politeknik

More information

IBM Planning Analytics Express

IBM Planning Analytics Express Performance management and business intelligence for midsize organisations IBM Planning is a performance management (PM) and business intelligence (BI) solution for midsize organisations. It delivers the

More information

Development Strategy Of Competitive Health Of The Beginning Industry Through Management Of Value Added And Non Value Added Activity

Development Strategy Of Competitive Health Of The Beginning Industry Through Management Of Value Added And Non Value Added Activity Development Strategy Of Competitive Health Of The Beginning Industry Through Management Of Value Added And Non Value Added Activity Wiwik Sudarwati, Meri Prasetyawati, Anwar Ilmar Ramadhan Abstract: Jilbab

More information

Analyze Performace Measure Using Balanced Scorecard

Analyze Performace Measure Using Balanced Scorecard Volume 5 Issue 10 October-2017 Pages-6882-6895 ISSN(e):2321-7545 Website: http://ijsae.in Index Copernicus Value- 56.65 DOI: http://dx.doi.org/10.18535/ijsre/v5i10.03 Analyze Performace Measure Using Balanced

More information

Understanding influence System Quality, Information Quality and Service Quality Toward User Satisfaction ERP system

Understanding influence System Quality, Information Quality and Service Quality Toward User Satisfaction ERP system IOSR Journal of Business and Management (IOSR-JBM) e-issn: 2278-487X, p-issn: 2319-7668. Volume 19, Issue 8. Ver. VI. (August 2017), PP 70-76 www.iosrjournals.org Understanding influence System Quality,

More information

Reverse logistic location problem for electrical and electronics equipment waste treatment facility

Reverse logistic location problem for electrical and electronics equipment waste treatment facility Reverse logistic location problem for electrical and electronics equipment waste treatment facility E Fatma 1* 1 Department of Logistics Management of Electronic Industry, Politeknik APP Jakarta * rika-fatma@kemenperin.go.id

More information

Economic dispatch and operating cost optimization for thermal power in 500 KV system using genetic algorithm (GA)

Economic dispatch and operating cost optimization for thermal power in 500 KV system using genetic algorithm (GA) IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Economic dispatch and operating cost optimization for thermal power in 500 KV system using genetic algorithm (GA) To cite this

More information

Improving Target Audiences by Means of More Friendly Services. Abdul Rachman. BPS-Statistics Indonesia

Improving Target Audiences by Means of More Friendly Services. Abdul Rachman. BPS-Statistics Indonesia Statistics Division United Nations Department of Statistics Malaysia Seminar on Data Dissemination: Emerging Trends and Issues 1-3 August 2007 Kuala Lumpur, Malaysia Improving Target Audiences by Means

More information

Imam Trio Utama* and Nurhadi Siswanto ABSTRACT

Imam Trio Utama* and Nurhadi Siswanto ABSTRACT E-jurnal: Spirit Pro Patria Volume III Nomor 2, September 2017 E-ISSN 2443-1532, P-ISSN 1412-0267 Page 109-119 INVENTORY SYSTEM PLANNING OF MARGARINE AND SHORTENING INGREDIENT WITH MONTE CARLO SIMULATION

More information

GUIDELINES for COMPLETING the BEHAVIORAL SAFETY PROGRAM DESCRIPTION and ACCREDITATION APPLICATION

GUIDELINES for COMPLETING the BEHAVIORAL SAFETY PROGRAM DESCRIPTION and ACCREDITATION APPLICATION GUIDELINES for COMPLETING the BEHAVIORAL SAFETY PROGRAM DESCRIPTION and ACCREDITATION APPLICATION The Cambridge Center for Behavioral Studies TM Commission for the Accreditation of Behavioral Safety Programs

More information

Versi Online tersedia di : JURNAL TECH-E (Online) (Cetak)

Versi Online tersedia di :   JURNAL TECH-E (Online) (Cetak) JURNAL TECH-E - VOL. 1 NO. 2 (2018) Versi Online tersedia di : https://jurnal.buddhidharma.ac.id/index.php/te JURNAL TECH-E 2581-1916 (Online) 2598-7585 (Cetak) Artikel Implementation of Information Technology

More information

International Association of Certified Practicing Engineers

International Association of Certified Practicing Engineers www.iacpe.com Knowledge, Certification, Networking Page: 1 71 IACPE No 19, Jalan Bilal Mahmood 80100 Johor Bahru Malaysia The International is providing the introduction to the Training Module for your

More information

Process Identification

Process Identification Process Identification Fundamental of Business Process [IS611083] Lecturer : 1. Dwi Mustika K, S.Kom., M.Kom (DMK) 2. Yudha Saintika, S.T., M.T.I (YUS) Sub Capaian Pembelajaran MK Mahasiswa mampu memahami

More information

Effect of the Performance Assessment of Work Satisfaction and Work Achievement of Non PNS Employees in Kemayoran Regional Public Hospital

Effect of the Performance Assessment of Work Satisfaction and Work Achievement of Non PNS Employees in Kemayoran Regional Public Hospital Effect of the Performance Assessment of Work Satisfaction and Work Achievement of Non PNS Employees in Kemayoran Regional Public Hospital Wansaria Bancin Universitas Respati Indonesia wansariabancin@gmail.com

More information

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 Failure Rate Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 SOFTWARE (What is Software? Explain characteristics of Software. OR How the software product is differing than

More information

Planning Production Capacity Using Time Series Forecasting Method and Linier Programming

Planning Production Capacity Using Time Series Forecasting Method and Linier Programming Engineering Management Research; Vol. 7, No. 2; 2018 ISSN 1927-7318 E-ISSN 1927-7326 Published by Canadian Center of Science and Education Planning Production Capacity Using Time Series Forecasting Method

More information

Productivity Assessment (Performance, Motivation, and Job Training) using Profile Matching

Productivity Assessment (Performance, Motivation, and Job Training) using Profile Matching RG International Journal of Economics and Management tudies (RG-IJEM) volume3 issue6 Nov to Dec 2016 Productivity Assessment (Performance, Motivation, and Job Training) using Profile Matching Hasrul Azwar

More information

Application of Multi-Objective Optimization on The Basis of Ratio Analysis (MOORA) in Strategic Location Marketing

Application of Multi-Objective Optimization on The Basis of Ratio Analysis (MOORA) in Strategic Location Marketing 2018 IJSRST Volume 4 Issue 2 Print ISSN: 2395-6011 Online ISSN: 2395-602X Themed Section: Science and Technology Application of Multi-Objective Optimization on The Basis of Ratio Analysis (MOORA) in Strategic

More information

CHAPTER 1. Business Process Management & Information Technology

CHAPTER 1. Business Process Management & Information Technology CHAPTER 1 Business Process Management & Information Technology Q. Process From System Engineering Perspective From Business Perspective In system Engineering Arena Process is defined as - a sequence of

More information

MANAGEMENT ACCOUNTING INFORMATION SYSTEM, STRATEGY, INNOVATION AND THE INFLUENCE TO OPERATING PERFORMANCE

MANAGEMENT ACCOUNTING INFORMATION SYSTEM, STRATEGY, INNOVATION AND THE INFLUENCE TO OPERATING PERFORMANCE MANAGEMENT ACCOUNTING INFORMATION SYSTEM, STRATEGY, INNOVATION AND THE INFLUENCE TO OPERATING PERFORMANCE OF COMPANY MANUFACTURING OF INDONESIA : ENTERING THE FREE TRADE ERA ABSTRACT Ratna A.ZR,Harry Prabowo,Tresno

More information

Models in Engineering Glossary

Models in Engineering Glossary Models in Engineering Glossary Anchoring bias is the tendency to use an initial piece of information to make subsequent judgments. Once an anchor is set, there is a bias toward interpreting other information

More information

Analysis of Design for Assembly (DFA) in Waste Separation Machine of Ferromagnetic and Non-Ferromagnetic Material

Analysis of Design for Assembly (DFA) in Waste Separation Machine of Ferromagnetic and Non-Ferromagnetic Material Analysis of Design for Assembly (DFA) in Waste Separation Machine of Ferromagnetic and Non-Ferromagnetic Material Dodi Sofyan Arief a,*, Rifki Ilyandi a,*, Tekad Indra Pradana Abidin b,*, Amir Hamzah c,*

More information

Supply chain management using fp-growth algorithm for medicine distribution

Supply chain management using fp-growth algorithm for medicine distribution Journal of Physics: Conference Series PAPER OPEN ACCESS Supply chain management using fp-growth algorithm for medicine distribution To cite this article: A Wahana et al 2018 J. Phys.: Conf. Ser. 978 012018

More information

THE USAGE OF BALANCED SCORECARD IN EVALUATING THE EFFECTIVENESS OF CONTRACTOR PERFORMANCE APPRAISALS IN HEAVY OIL OPERATING UNIT OF PT.

THE USAGE OF BALANCED SCORECARD IN EVALUATING THE EFFECTIVENESS OF CONTRACTOR PERFORMANCE APPRAISALS IN HEAVY OIL OPERATING UNIT OF PT. THE USAGE OF BALANCED SCORECARD IN EVALUATING THE EFFECTIVENESS OF CONTRACTOR PERFORMANCE APPRAISALS IN HEAVY OIL OPERATING UNIT OF PT. CDE Sjamsuddin Pontoh 1 1 School of Business and Management, Bandung

More information

Development of Accounting Information System with Rapid Application Development (RAD) Method for Micro, Small, and Medium Scale Enterprises

Development of Accounting Information System with Rapid Application Development (RAD) Method for Micro, Small, and Medium Scale Enterprises Review of Integrative Business and Economics Research, Vol. 6, Supplementary Issue 1 166 Development of Accounting Information System with Rapid Application Development (RAD) Method for Micro, Small, and

More information

CUSTOMER RELATIONSHIP MANAGEMENT INFORMATION SYSTEM DEVELOPMENT IN PT. CITRA VAN TITIPAN KILAT

CUSTOMER RELATIONSHIP MANAGEMENT INFORMATION SYSTEM DEVELOPMENT IN PT. CITRA VAN TITIPAN KILAT ISSN : 1978-774X Harris Hotel, Batam, Indonesia, February 12th-14th, 2013 CUSTOMER RELATIONSHIP MANAGEMENT INFORMATION SYSTEM DEVELOPMENT IN PT. CITRA VAN TITIPAN KILAT, Ricky Fauzi Teknik Informatika,

More information

NinerTalent Performance Module - Supervisor Guide

NinerTalent Performance Module - Supervisor Guide UNC Charlotte NINERTALENT STAKES NinerTalent Performance Module - Supervisor Guide Human Resources UNC Charlotte Table of Contents Navigating NinerTalent Performance Module... 3 Logging in and Accessing

More information

Macomb County Health Department Performance Management and Quality Improvement Plan

Macomb County Health Department Performance Management and Quality Improvement Plan Macomb County Health Department 2017-2019 Performance Management and Quality Improvement Plan MCHD PMQI Plan 2017-2019 Page 1 of 14 I. Purpose Macomb County Health Department Performance Management and

More information

Defending Communities in Service VISTA Host Site Application

Defending Communities in Service VISTA Host Site Application Defending Communities in Service VISTA Host Site Application Thank you for your organization s interest in partnering with the National Legal Aid and Defender Association as an AmeriCorps VISTA Host Site.

More information

DESIGN AND FABRICATE WELDING MACHINE CART ZULFADLI ADHA BIN NADZRI. Report submitted in partial fulfillment of the requirements for the award of the

DESIGN AND FABRICATE WELDING MACHINE CART ZULFADLI ADHA BIN NADZRI. Report submitted in partial fulfillment of the requirements for the award of the DESIGN AND FABRICATE WELDING MACHINE CART ZULFADLI ADHA BIN NADZRI Report submitted in partial fulfillment of the requirements for the award of the Diploma of Mechanical Engineering Faculty of Mechanical

More information

Development of online ticket system at a football club in Bandung, Indonesia

Development of online ticket system at a football club in Bandung, Indonesia IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Development of online ticket system at a football club in Bandung, Indonesia To cite this article: E S Soegoto and I F Siddiq

More information

Development of accounting information system and accounting standards for small and medium enterprises (SME)

Development of accounting information system and accounting standards for small and medium enterprises (SME) Development of accounting information system and accounting standards for small and medium enterprises (SME) Endang Satyawati 1,*, Mujiyono 1 1 The Faculty of Economics, Universitas Kristen Surakarta,

More information

BUSINESS PROCESS IMPROVEMENT: ORDER FULFILLMENT PROCESS

BUSINESS PROCESS IMPROVEMENT: ORDER FULFILLMENT PROCESS ISSN : 1978-774 BUSINESS PROCESS IMPROVEMENT: ORDER FULFILLMENT PROCESS Vivi Triyanti 1 Savina Salim 2 1) Industrial Engineering Department, Atma Jaya Catholic University of Indonesia Jl. Jenderal Sudirman

More information

CCIQ ecobiz Coach Expression of Interest Request

CCIQ ecobiz Coach Expression of Interest Request CCIQ ecobiz Coach Expression of Interest Request CHAMBER OF COMMERCE AND INDUSTRY QUEENSLAND September 2017 Chamber of Commerce & Industry Queensland CONTENTS CONTENTS... 2 BACKGROUND... 3 ecobiz CONTINUED...

More information

Application Software. What are the categories of application software?

Application Software. What are the categories of application software? 1 Chapter 3 Application Software 2 Chapter 3 Objectives 3 Application Software 1 What is application software? 2 Programs that perform specific tasks for users Also called a software application or an

More information

International Research Journal of Computer Science (IRJCS) ISSN: Issue 03, Volume 5 ( March 2018)

International Research Journal of Computer Science (IRJCS) ISSN: Issue 03, Volume 5 ( March 2018) DESIGN AND ANALYSIS ADMINISTRATION APPROVAL ORDER SYSTEM IN PT SYSMEX INDONESIA Hendra Prastiawan, Indra Ranggadara Information System, Computer Science Faculty, Universitas Mercu Buana, JL. Raya Meruya

More information