Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.64 KB | None | 0 0
  1. INSERT INTO `module` (`id`, `code`, `name`, `description`)
  2. VALUES
  3. (1, '1001', 'Dashboard: overall present, absent, on-time and late pie chart', 'Presents an overall Present, Absent, On-time, Late scenario of the whole organization'),
  4. (2, '1002', 'Dashboard: Brach/Location/Office wise color based graphical summary', 'Brach/Location/Office wise color based graphical summary'),
  5. (3, '1003', 'Dashboard: Dept/category wise color based graphical summary', 'Dept/category wise color based graphical summary'),
  6. (4, '1004', 'Dashboard: Live Attendance Feed - Keeps showing the latest attendance ', 'Live Attendance Feed - Keeps showing the latest attendance punches'),
  7. (5, '1005', 'Dashboard: Live Attendance Feed - Marked Late time', 'Dashboard: Live Attendance Feed - Marked Late time'),
  8. (6, '1006', 'Dashboard: Live Attendance Feed - Photo with each person', 'Dashboard: Live Attendance Feed - Photo with each person'),
  9. (7, '1007', 'Dashboard: Event Calendar', 'Event Calendar: Any upcoming events or holidays can be added'),
  10. (8, '2008', 'Employee Profile: Employee Database - List of All Employees', 'Employee Database - List of All Employees'),
  11. (9, '2009', 'Employee Profile: Employee Database - Filter Options (by Dept, Designation, Shift, Category, Gender etc.)', 'Employee Database - Filter Options (by Dept, Designation, Shift, Category, Gender etc.)'),
  12. (10, '2010', 'Employee Profile: Basic Information - Name, Designation, Dept, ID', 'Basic Information - Name, Designation, Dept, ID'),
  13. (11, '2011', 'Employee Profile: Basic Information - Image or Photo', 'Basic Information - Image or Photo'),
  14. (12, '2012', 'Employee Profile: Detailed Information > HR - Designation Category, Shift', 'Detailed Information > HR - Designation Category, Shift'),
  15. (13, '2013', 'Employee Profile: Detailed Information > Personal Information - Gender, Blood Group, Address, Father, Mother, DOB', 'Detailed Information > Personal Information - Gender, Blood Group, Address, Father, Mother, DOB'),
  16. (14, '2014', 'Employee Profile: Detailed Information > Document Storage - NID, Passport, Certificates etc', 'Detailed Information > Document Storage - NID, Passport, Certificates etc'),
  17. (15, '2015', 'Employee Profile: Detailed Information > Education Background', 'Detailed Information > Education Background'),
  18. (16, '2016', 'Employee Profile: Detailed Information > Employement History - Date of Join', 'Detailed Information > Employement History - Date of Join'),
  19. (17, '2017', 'Employee Profile: Detailed Information > Employement History - Promotion', 'Detailed Information > Employement History - Promotion'),
  20. (18, '2018', 'Employee Profile: Detailed Information > Employement History - Transfer', 'Detailed Information > Employement History - Transfer'),
  21. (19, '2019', 'Employee Profile: Detailed Information > Employee Resignation & Termination - Resignation & Termination', 'Detailed Information > Employee Resignation & Termination - Resignation & Termination'),
  22. (20, '2020', 'Employee Profile: Detailed Information > Employee Resignation & Termination - Special Leave or Deputation', 'Detailed Information > Employee Resignation & Termination - Special Leave or Deputation'),
  23. (21, '2021', 'Employee Profile: Set Leave Approver - Up to 2 level approval', 'Employee Profile: Set Leave Approver - Up to 2 level approval'),
  24. (22, '2022', 'Employee Profile: Individual Login - Up to 2 level approval', 'Employee Profile: Individual Login\r\n- Can access own attendance history, leave history etc.\r\n- Apply for leave\r\n- Upload photo'),
  25. (23, '2023', 'Employee Profile: Set/edit leave policy, report position, overtime etc.', 'Employee Profile: Set/edit leave policy, report position, overtime etc.');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement