| | |
| | | |
| | | List<ProcessToBeCompletedDTO> exportProcessToBeCompletedMp(List<LocalDate> date, String process, String inputVal, String project); |
| | | |
| | | List<WorkInProgressDTO> exportWorkInProgressMp( String process, String inputVal, String project); |
| | | List<WorkInProgressDTO> exportWorkInProgressMp( String process, String inputVal, String project,String terminationVals); |
| | | |
| | | List<TaskCompletionStatusDTO> exportTaskCompletionStatusMp(Map<String, Object> dates); |
| | | |
| | |
| | | |
| | | List<TeamOutputDTO> exportTeamOutputMp(List<LocalDate> date, String process, String laminating); |
| | | |
| | | Map<String,Float> workInProgressOrderFootSum(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses, WorkInProgressDTO workInProgressDTO); |
| | | Map<String,Float> workInProgressOrderFootSum(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses,String terminationVals, WorkInProgressDTO workInProgressDTO); |
| | | |
| | | Map<String,Float> processToBeCompletedFootSum(Date selectTime1, Date selectTime2, String orderId, String inputProject, String selectProcesses, Report report); |
| | | |
| | |
| | | |
| | | String getLaminating(String selectProcesses); |
| | | |
| | | List<WorkInProgressDTO> workInProgressMpdataList1(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses, String laminating, WorkInProgressDTO workInProgressDTO); |
| | | List<WorkInProgressDTO> workInProgressMpdataList1(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses, String laminating,String terminationVals, WorkInProgressDTO workInProgressDTO); |
| | | |
| | | List<WorkInProgressDTO> workInProgressMpdataList2(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses, WorkInProgressDTO workInProgressDTO); |
| | | |
| | |
| | | |
| | | Map<String,Float> workInProgressCombinationOrderFootSum(Integer offset, Integer pageSize, String orderId, String inputProject, String selectProcesses, WorkInProgressDTO workInProgressDTO); |
| | | |
| | | List<Map<String, Object>> getWorkInProgressCombination(String process, String laminating, String optionVal); |
| | | List<Map<String, Object>> getWorkInProgressCombination(String process, String laminating, String optionVal,String terminationVal); |
| | | |
| | | List<String> selectProcess(); |
| | | |
| | | Map<String,Object> getWorkInProgressCombinationFootSum(String process, String laminating, String optionVal); |
| | | Map<String,Object> getWorkInProgressCombinationFootSum(String process, String laminating, String optionVal, String terminationVal); |
| | | |
| | | List<WorkInProgressCombinationDTO> exportWorkInProgressCombination(String process, String laminating, String inputVal); |
| | | List<WorkInProgressCombinationDTO> exportWorkInProgressCombination(String process, String laminating, String inputVal,String terminationVal); |
| | | |
| | | List<Map<String, String>> processCardProgressCollectMp(String orderId); |
| | | |