widana

Human Task Report xlsx

Dec 10th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. BEGIN;
  2.  
  3. INSERT INTO t_task(
  4. module_id, task_code, task_name, description, task_type, task_group,
  5. create_datetime, create_user_id, update_datetime, update_user_id,
  6. "version", active, active_datetime, non_active_datetime, always_allow) VALUES
  7. (108,'DOWNLOAD_TO_XLSX_BALANCE_STOCK','downloadXlsxBalanceStock','Download Xlsx Balance Stock','POSINTGR','posintgr.report',
  8. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  9. (108,'DOWNLOAD_XLSX_BALANCE_STOCK_SUMMARY','downloadXlsxBalanceStockSummary','Download Xlsx Balance Stock Summary','POSINTGR','posintgr.report',
  10. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  11. (108,'DOWNLOAD_XLSX_BALANCE_STOCK_VS_MONTHLY_PRICE','downloadXlsxBalanceStockVsMonthlyPrice','Download Xlsx Balance Stock Vs Monthly Price','POSINTGR','posintgr.report',
  12. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  13.  
  14. (108,'DOWNLOAD_TO_XLSX_CASH_CARD','downloadXlsxCashCard','Download Xlsx Cash Card','POSINTGR','posintgr.report',
  15. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  16. (108,'DOWNLOAD_XLSX_DETAIL_ANALYSIS_COMMISION_GROSS_PROFIT','downloadXlsxDetailAnalysisCommisionGrossProfit','Download Xlsx Detail Analysis CommisionGross Profit','POSINTGR','posintgr.report',
  17. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  18. (108,'DOWNLOAD_XLSX_BALANCE_STOCK_VS_MONTHLY_PRICE_SUMMARY','downloadXlsxBalanceStockVsMonthlyPriceSummary','Download Xlsx Balance Stock Vs Monthly Price Summary','POSINTGR','posintgr.report',
  19. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  20. (108,'DOWNLOAD_XLSX_DETAIL_ANALYSIS_COMMISION_GROSS_PROFIT_BY_CATEGORY_PRODUCT','downloadXlsxDetailAnalysisCommisionGrossProfitByCategoryProduct','Download Xlsx Detail Analysis Commision Gross Profit By Category Product','POSINTGR','posintgr.report',
  21. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  22. (108,'DOWNLOAD_XLSX_LIMIT_STOCK','downloadXlsxLimitStock','Download Xlsx Limit Stock','POSINTGR','posintgr.report',
  23. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  24.  
  25. (108,'DOWNLOAD_XLSX_POS_PAYMENT_BY_PERIODE','downloadXlsxPosPaymentByPeriode','Download Xlsx Pos Payment By Periode','POSINTGR','posintgr.report',
  26. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  27. (108,'DOWNLOAD_XLSX_POS_PAYMENT_BY_PERIODE_BY_EDC','downloadXlsxPosPaymentByPeriodeByEdc','Download Xlsx Pos Payment By Periode By Edc','POSINTGR','posintgr.report',
  28. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N'),
  29. (108,'DOWNLOAD_XLSX_ANALYSIS_COMMISION_GROSS_PROFIT','downloadXlsxAnalysisCommisionGrossProfit','Download Xlsx Analysis Commision Gross Profit','POSINTGR','posintgr.report',
  30. '20170417000000',-1,'20170417000000',-1,0,'Y','20170417000000',' ','N');
  31. ROLLBACK;
Add Comment
Please, Sign In to add comment