badlogic

reminders to update

Nov 1st, 2016
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.17 KB | None | 0 0
  1. things need to be updated
  2. add new label all employess http://localhost/ischoolerp/hris/admin/reports.php?statpos=emlreport
  3.  
  4. //note the pay peroid must generate with the same paystub in order to view all deductions and loans payroll module
  5.  
  6. //register to fix SOA
  7. INSERT INTO `file_payscheme_breakdown_header_name` (`pbhn_id`, `ps_id`, `pbhn_name`, `pbhn_order`, `pbhn_duedate`) VALUES
  8. (1, 1,  '1st Annual',   1,  '2016-06-05'),
  9. (2, 2,  '1st Semester', 1,  '2016-06-05'),
  10. (3, 2,  '2nd Semester', 2,  '2016-11-07'),
  11. (4, 3,  '1st Quarter',  1,  '2016-06-05'),
  12. (5, 3,  '2nd Quarter',  2,  '2016-07-22'),
  13. (6, 3,  '3rd Quarter',  3,  '2016-09-23'),
  14. (7, 3,  '4th Quarter',  4,  '2016-01-05'),
  15. (8, 4,  '1st Payment',  1,  '2016-06-05'),
  16. (9, 4,  '2nd Payment',  2,  '2016-09-15'),
  17. (10,    4,  '3rd Payment',  3,  '2016-11-21'),
  18. (11,    5,  '1st Month Jun',    1,  '2016-06-05'),
  19. (12,    5,  '2nd Month Jul',    2,  '2016-07-03'),
  20. (13,    5,  '3rd Month Aug',    3,  '2016-08-01'),
  21. (14,    5,  '4th Month Sep',    4,  '2016-09-01'),
  22. (15,    5,  '5th Month Oct',    5,  '2016-10-01'),
  23. (16,    5,  '6th Month Nov',    6,  '2016-11-05'),
  24. (17,    5,  '7th Month Dec',    7,  '2016-12-02'),
  25. (18,    5,  '8th Month Jan',    8,  '2017-01-05'),
  26. (19,    5,  '9th Month Feb',    9,  '2017-02-16');
Add Comment
Please, Sign In to add comment