Spaces:
Running
Running
File size: 32,733 Bytes
20528e3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 |
{
"employees": {
"id": 1,
"label": "Employees",
"description": "Employee management module",
"base_table": "organization_persons"
},
"departments": {
"id": 4,
"label": "Departments",
"description": "Department management module",
"base_table": "organization_departments"
},
"employee_educations": {
"id": 5,
"label": "Employee Education",
"description": "Employee education management module",
"base_table": "employee_educations"
},
"employee_languages": {
"id": 6,
"label": "Employee Language",
"description": "Employee language management module",
"base_table": "employee_languages"
},
"employee_family_members": {
"id": 7,
"label": "Employee Family Member",
"description": "Employee family member management module",
"base_table": "employee_family_members"
},
"employee_addresses": {
"id": 8,
"label": "Employee Address",
"description": "Employee address management module",
"base_table": "employee_addresses"
},
"employee_contacts": {
"id": 9,
"label": "Employee Contact",
"description": "Employee contact management module",
"base_table": "employee_contacts"
},
"employee_experiences": {
"id": 10,
"label": "Employee Experience",
"description": "Employee experience management module",
"base_table": "employee_experiences"
},
"employee_medicals": {
"id": 11,
"label": "Employee Medical",
"description": "Employee medical management module",
"base_table": "employee_medicals"
},
"employee_bank_accounts": {
"id": 12,
"label": "Employee Bank Account",
"description": "Employee bank account management module",
"base_table": "employee_bank_accounts"
},
"employee_documents": {
"id": 13,
"label": "Employee Document",
"description": "Employee document management module",
"base_table": "employee_documents"
},
"employee_exits": {
"id": 14,
"label": "Employee Exit",
"description": "Employee exit management module",
"base_table": "employee_exits"
},
"employee_employment_records": {
"id": 15,
"label": "Employee Records",
"description": "Employee employment records management module",
"base_table": "employee_employment_records"
},
"employee_functional_roles": {
"id": 16,
"label": "Employee Function Role",
"description": "Employee functional role management module",
"base_table": "employee_functional_roles"
},
"organization_employment_stages": {
"id": 17,
"label": "Organization Employment Stages",
"description": "Organization employment stage management module",
"base_table": "organization_employment_stages"
},
"employee_document_types": {
"id": 18,
"label": "Employee Document Types",
"description": "Employee document types management module",
"base_table": "employee_document_types"
},
"organization_work_shifts": {
"id": 20,
"label": "Organization Work Shift",
"description": "Organization work shift management module",
"base_table": "organization_work_shifts"
},
"employee_work_shift_assignments": {
"id": 21,
"label": "Employee Work Shift Assignment",
"description": "Employee work shift assignment management module",
"base_table": "employee_work_shift_assignments"
},
"organization_work_shift_rotation_patterns": {
"id": 22,
"label": "Organization Shift Rotation Pattern",
"description": "Organization work shift rotation pattern management module",
"base_table": "organization_work_shift_rotation_patterns"
},
"organization_work_shift_rotation_days": {
"id": 23,
"label": "Organization Work Shift Rotation Days",
"description": "Organization work shift rotation days management module",
"base_table": "organization_work_shift_rotation_days"
},
"employee_work_shift_rotation_assignments": {
"id": 24,
"label": "Employee Work Shift Rotation Assignment",
"description": "Employee work shift rotation assignment management module",
"base_table": "employee_work_shift_rotation_assignments"
},
"employee_attendance_timelogs": {
"id": 25,
"label": "Employee Attendance Time Log",
"description": "Employee attendance time log management module",
"base_table": "employee_attendance_timelogs"
},
"employee_attendance_records": {
"id": 26,
"label": "Employee Attendance Record",
"description": "Employee attendance record management module",
"base_table": "employee_attendance_records"
},
"organization_holiday_calendars": {
"id": 27,
"label": "Organization Holiday Calendar",
"description": "Organization holiday calendar management module",
"base_table": "organization_holiday_calendars"
},
"employee_leaves": {
"id": 28,
"label": "Employee Leaves",
"description": "Employee leaves management module",
"base_table": "employee_leaves"
},
"organization_leave_entitlements": {
"id": 29,
"label": "Organization Leave Entitlement",
"description": "Organization leave entitlement management module",
"base_table": "organization_leave_entitlements"
},
"employee_leave_monthly_summaries": {
"id": 30,
"label": "Employee Leave Monthly Summary",
"description": "Employee leave monthly summary management module",
"base_table": "employee_leave_monthly_summaries"
},
"employee_leave_balances": {
"id": 31,
"label": "Employee Leave Balances",
"description": "Employee leave balances management module",
"base_table": "employee_leave_balances"
},
"organization_employee_increment_types": {
"id": 32,
"label": "Organization Employee Increment Types",
"description": "Organization employee increment type management module",
"base_table": "organization_employee_increment_types"
},
"employee_increments": {
"id": 33,
"label": "Employee Increments",
"description": "Employee increments management module",
"base_table": "employee_increments"
},
"organization_users": {
"id": 34,
"label": "Organization User",
"description": "Organization user management module",
"base_table": "organization_users"
},
"organization_user_roles": {
"id": 35,
"label": "Organization User Roles",
"description": "Organization user roles management module",
"base_table": "organization_users"
},
"organization_internship_types": {
"id": 36,
"label": "Organization Internship Types",
"description": "Organization internship types management module",
"base_table": "organization_internship_types"
},
"organization_internship_statuses": {
"id": 37,
"label": "Organization Internship Status",
"description": "Organization internship status management module",
"base_table": "organization_internship_statuses"
},
"interns": {
"id": 38,
"label": "Interns",
"description": "Interns management module",
"base_table": "interns"
},
"intern_exit_records": {
"id": 39,
"label": "Intern Exit Records",
"description": "Intern exit records management module",
"base_table": "intern_exit_records"
},
"intern_leaves": {
"id": 40,
"label": "Intern Leaves",
"description": "Intern leaves management module",
"base_table": "intern_leaves"
},
"intern_document_types": {
"id": 41,
"label": "Intern Document Types",
"description": "Intern document types management module",
"base_table": "intern_document_types"
},
"intern_stipends": {
"id": 42,
"label": "Intern Stipends",
"description": "Intern stipends management module",
"base_table": "intern_stipends"
},
"intern_attendance_timelogs": {
"id": 43,
"label": "Intern Attendance Time Logs",
"description": "Intern attendance time logs management module",
"base_table": "intern_attendance_timelogs"
},
"intern_attendance_records": {
"id": 44,
"label": "Intern Attendance Records",
"description": "Intern attendance records management module",
"base_table": "intern_attendance_records"
},
"intern_certificates": {
"id": 45,
"label": "Intern Certificates",
"description": "Intern certificates management module",
"base_table": "intern_certificates"
},
"organization_internship_stages": {
"id": 46,
"label": "Organization Internship Stages",
"description": "Organization internship stages management module",
"base_table": "organization_internship_stages"
},
"intern_addresses": {
"id": 47,
"label": "Intern Addresses",
"description": "Intern addresses management module",
"base_table": "intern_addresses"
},
"intern_contacts": {
"id": 49,
"label": "Intern Contacts",
"description": "Intern contacts management module",
"base_table": "intern_contacts"
},
"intern_educations": {
"id": 50,
"label": "Intern Educations",
"description": "Intern educations management module",
"base_table": "intern_educations"
},
"intern_experiences": {
"id": 51,
"label": "Intern Experiences",
"description": "Intern experiences management module",
"base_table": "intern_experiences"
},
"intern_family_members": {
"id": 52,
"label": "Intern Family Members",
"description": "Intern family members management module",
"base_table": "intern_family_members"
},
"intern_functional_roles": {
"id": 53,
"label": "Intern Functional Roles",
"description": "Intern functional roles management module",
"base_table": "intern_functional_roles"
},
"intern_languages": {
"id": 54,
"label": "Intern Languages",
"description": "Intern languages management module",
"base_table": "intern_languages"
},
"intern_leave_balances": {
"id": 55,
"label": "Intern Leave Balances",
"description": "Intern leave balances management module",
"base_table": "intern_leave_balances"
},
"intern_leave_category_monthly_summaries": {
"id": 56,
"label": "Intern Leave Category Monthly Summaries",
"description": "Intern leave category monthly summaries management module",
"base_table": "intern_leave_category_monthly_summaries"
},
"intern_leave_monthly_summaries": {
"id": 57,
"label": "Intern Leave Monthly Summaries",
"description": "Intern leave monthly summaries management module",
"base_table": "intern_leave_monthly_summaries"
},
"intern_leave_type_monthly_summaries": {
"id": 58,
"label": "Intern Leave Type Monthly Summaries",
"description": "Intern leave type monthly summaries management module",
"base_table": "intern_leave_type_monthly_summaries"
},
"intern_medicals": {
"id": 59,
"label": "Intern Medicals",
"description": "Intern medicals management module",
"base_table": "intern_medicals"
},
"intern_attendance_monthly_summaries": {
"id": 60,
"label": "Intern Attendance Monthly Summaries",
"description": "Intern attendance monthly summaries management module",
"base_table": "intern_attendance_monthly_summaries"
},
"intern_stipend_payments": {
"id": 61,
"label": "Intern Stipend Payments",
"description": "Intern stipend payments management module",
"base_table": "intern_stipend_payments"
},
"intern_attendance_overtime_records": {
"id": 62,
"label": "Intern Attendance Overtime Records",
"description": "Intern attendance overtime records management module",
"base_table": "intern_attendance_overtime_records"
},
"organizations": {
"id": 63,
"label": "Organizations",
"description": "Organizations management module",
"base_table": "organizations"
},
"organization_attendance_breaks": {
"id": 64,
"label": "Organization Attendance Breaks",
"description": "Organization Attendance Breaks module for managing attendance break definitions",
"base_table": "organization_attendance_breaks"
},
"organization_business_divisions": {
"id": 65,
"label": "Organization Business Divisions",
"description": "Organization business divisions management module",
"base_table": "organization_business_divisions"
},
"organization_business_ownership_types": {
"id": 66,
"label": "Organization Business Ownership Types",
"description": "Organization business ownership types management module",
"base_table": "organization_business_ownership_types"
},
"organization_business_profiles": {
"id": 67,
"label": "Organization Business Profiles",
"description": "Organization business profiles management module",
"base_table": "organization_business_profiles"
},
"organization_business_registrations": {
"id": 68,
"label": "Organization Business Registrations",
"description": "Organization business registrations management module",
"base_table": "organization_business_registrations"
},
"organization_business_registration_types": {
"id": 69,
"label": "Organization Business Registration Types",
"description": "Organization business registration types management module",
"base_table": "organization_business_registration_types"
},
"organization_business_units": {
"id": 70,
"label": "Organization Business Units",
"description": "Organization business units management module",
"base_table": "organization_business_units"
},
"organization_configuration_templates": {
"id": 71,
"label": "Organization Configuration Templates",
"description": "Organization configuration templates management module",
"base_table": "organization_configuration_templates"
},
"organization_department_locations": {
"id": 72,
"label": "Organization Department Locations",
"description": "Organization department location mapping module",
"base_table": "organization_department_locations"
},
"organization_designations": {
"id": 73,
"label": "Organization Designations",
"description": "Organization designation management module",
"base_table": "organization_designations"
},
"organization_education_degrees": {
"id": 74,
"label": "Organization Education Degrees",
"description": "Organization education degree management module",
"base_table": "organization_education_degrees"
},
"organization_education_levels": {
"id": 75,
"label": "Organization Education Levels",
"description": "Organization education level management module",
"base_table": "organization_education_levels"
},
"organization_education_level_degree_streams": {
"id": 76,
"label": "Organization Education Level Degree Streams",
"description": "Organization education level degree stream mapping module",
"base_table": "organization_education_level_degree_streams"
},
"organization_education_streams": {
"id": 77,
"label": "Organization Education Streams",
"description": "Organization education stream management module",
"base_table": "organization_education_streams"
},
"organization_employee_address_types": {
"id": 78,
"label": "Organization Employee Address Types",
"description": "Organization employee address type management module",
"base_table": "organization_employee_address_types"
},
"organization_employment_exit_reason_types": {
"id": 79,
"label": "Organization Employment Exit Reason Types",
"description": "Organization employment exit reason type management module",
"base_table": "organization_employment_exit_reason_types"
},
"organization_employment_exit_reasons": {
"id": 80,
"label": "Organization Employment Exit Reasons",
"description": "Organization employment exit reason management module",
"base_table": "organization_employment_exit_reasons"
},
"organization_employment_statuses": {
"id": 81,
"label": "Organization Employment Statuses",
"description": "Organization employment status management module",
"base_table": "organization_employment_statuses"
},
"organization_employment_types": {
"id": 82,
"label": "Organization Employment Types",
"description": "Organization employment type management module",
"base_table": "organization_employment_types"
},
"organization_employment_categories": {
"id": 83,
"label": "Organization Employment Categories",
"description": "Organization employment category management module",
"base_table": "organization_employment_categories"
},
"organization_employee_residential_ownership_types": {
"id": 86,
"label": "Organization Employee Residential Ownership Types",
"description": "Organization employee residential ownership type management module",
"base_table": "organization_employee_residential_ownership_types"
},
"organization_entities": {
"id": 87,
"label": "Organization Entities",
"description": "Organization entity management module",
"base_table": "organization_entities"
},
"organization_entity_types": {
"id": 88,
"label": "Organization Entity Types",
"description": "Organization entity type management module",
"base_table": "organization_entity_types"
},
"organization_groups": {
"id": 89,
"label": "Organization Groups",
"description": "Organization group management module",
"base_table": "organization_groups"
},
"organization_holidays": {
"id": 90,
"label": "Organization Holidays",
"description": "Organization holiday management module",
"base_table": "organization_holidays"
},
"organization_holiday_templates": {
"id": 91,
"label": "Organization Holiday Templates",
"description": "Organization holiday template management module",
"base_table": "organization_holiday_templates"
},
"organization_holiday_types": {
"id": 92,
"label": "Organization Holiday Types",
"description": "Organization holiday type management module",
"base_table": "organization_holiday_types"
},
"organization_identity_profiles": {
"id": 93,
"label": "Organization Identity Profiles",
"description": "Organization identity profile management module",
"base_table": "organization_identity_profiles"
},
"organization_languages": {
"id": 94,
"label": "Organization Languages",
"description": "Organization language management module",
"base_table": "organization_languages"
},
"organization_leave_categories": {
"id": 95,
"label": "Organization Leave Categories",
"description": "Organization leave category management module",
"base_table": "organization_leave_categories"
},
"organization_leave_duration_types": {
"id": 96,
"label": "Organization Leave Duration Types",
"description": "Organization leave duration type management module",
"base_table": "organization_leave_duration_types"
},
"organization_leave_policies": {
"id": 97,
"label": "Organization Leave Policies",
"description": "Organization leave policy management module",
"base_table": "organization_leave_policies"
},
"organization_leave_reasons": {
"id": 98,
"label": "Organization Leave Reasons",
"description": "Organization leave reason management module",
"base_table": "organization_leave_reasons"
},
"organization_leave_reason_types": {
"id": 99,
"label": "Organization Leave Reason Types",
"description": "Organization leave reason type management module",
"base_table": "organization_leave_reason_types"
},
"organization_leave_types": {
"id": 100,
"label": "Organization Leave Types",
"description": "Organization leave type management module",
"base_table": "organization_leave_types"
},
"organization_locations": {
"id": 101,
"label": "Organization Locations",
"description": "Organization location management module",
"base_table": "organization_locations"
},
"organization_location_ownership_types": {
"id": 102,
"label": "Organization Location Ownership Types",
"description": "Organization location ownership type management module",
"base_table": "organization_location_ownership_types"
},
"organization_employee_profile_sections": {
"id": 103,
"label": "Organization Employee Profile Sections",
"description": "Organization employee profile section management module",
"base_table": "organization_employee_profile_sections"
},
"organization_registrations": {
"id": 104,
"label": "Organization Registrations",
"description": "Organization registration management module",
"base_table": "organization_registrations"
},
"organization_residential_ownership_types": {
"id": 105,
"label": "Organization Residential Ownership Types",
"description": "Organization residential ownership type management module",
"base_table": "organization_residential_ownership_types"
},
"organization_roles": {
"id": 106,
"label": "Organization Roles",
"description": "Organization role management module",
"base_table": "organization_roles"
},
"organization_settings": {
"id": 107,
"label": "Organization Settings",
"description": "Organization setting management module",
"base_table": "organization_settings"
},
"organization_units": {
"id": 109,
"label": "Organization Units",
"description": "Organization Units module for managing organizational units",
"base_table": "organization_units"
},
"organization_unit_types": {
"id": 110,
"label": "Organization Unit Types",
"description": "Organization Unit Types module for managing organizational unit types",
"base_table": "organization_unit_types"
},
"organization_functional_role_skills": {
"id": 111,
"label": "Organization Functional Role Skills",
"description": "Organization Functional Role Skills module for managing skills associated with functional roles",
"base_table": "organization_functional_role_skills"
},
"organization_functional_role_skill_elements": {
"id": 112,
"label": "Organization Functional Role Skill Elements",
"description": "Organization Functional Role Skill Elements module for managing skill elements associated with functional roles",
"base_table": "organization_functional_role_skill_elements"
},
"organization_skill_categories": {
"id": 113,
"label": "Organization Skill Categories",
"description": "Organization Skill Categories module for managing skill categories",
"base_table": "organization_skill_categories"
},
"organization_skill_elements": {
"id": 114,
"label": "Organization Skill Elements",
"description": "Organization Skill Elements module for managing skill elements",
"base_table": "organization_skill_elements"
},
"organization_skill_element_groups": {
"id": 115,
"label": "Organization Skill Element Groups",
"description": "Organization Skill Element Groups module for managing skill element groups",
"base_table": "organization_skill_element_groups"
},
"organization_skills": {
"id": 116,
"label": "Organization Skills",
"description": "Organization Skills module for managing skills",
"base_table": "organization_skills"
},
"organization_skill_subcategories": {
"id": 117,
"label": "Organization Skill Subcategories",
"description": "Organization Skill Subcategories module for managing skill subcategories",
"base_table": "organization_skill_subcategories"
},
"organization_learning_providers": {
"id": 118,
"label": "Organization Learning Providers",
"description": "Organization Learning Providers module for managing learning providers",
"base_table": "organization_learning_providers"
},
"organization_learning_provider_types": {
"id": 119,
"label": "Organization Learning Provider Types",
"description": "Organization Learning Provider Types module for managing learning provider types",
"base_table": "organization_learning_provider_types"
},
"organization_learning_resource_functional_roles": {
"id": 120,
"label": "Organization Learning Resource Functional Roles",
"description": "Organization Learning Resource Functional Roles module for managing functional roles associated with learning resources",
"base_table": "organization_learning_resource_functional_roles"
},
"organization_learning_resources": {
"id": 121,
"label": "Organization Learning Resources",
"description": "Organization Learning Resources module for managing learning resources",
"base_table": "organization_learning_resources"
},
"organization_learning_resource_skill_elements": {
"id": 122,
"label": "Organization Learning Resource Skill Elements",
"description": "Organization Learning Resource Skill Elements module for managing skill elements associated with learning resources",
"base_table": "organization_learning_resource_skill_elements"
},
"organization_work_shift_days": {
"id": 123,
"label": "Organization Work Shift Days",
"description": "Organization Work Shift Days module for managing work shift day configurations",
"base_table": "organization_work_shift_days"
},
"organization_work_model_days": {
"id": 124,
"label": "Organization Work Model Days",
"description": "Organization Work Model Days module for managing work model day configurations",
"base_table": "organization_work_model_days"
},
"organization_attendance_status_types": {
"id": 125,
"label": "Attendance Status Types",
"description": "Attendance Status Types module for managing attendance status type definitions",
"base_table": "organization_attendance_status_types"
},
"organization_attendance_deviation_reasons": {
"id": 126,
"label": "Attendance Deviation Reasons",
"description": "Attendance Deviation Reasons module for managing attendance deviation reason definitions",
"base_table": "organization_attendance_deviation_reasons"
},
"organization_attendance_break_types": {
"id": 127,
"label": "Attendance Break Types",
"description": "Attendance Break Types module for managing attendance break type definitions",
"base_table": "organization_attendance_break_types"
},
"organization_attendance_sources": {
"id": 128,
"label": "Attendance Sources",
"description": "Attendance Sources module for managing attendance source definitions",
"base_table": "organization_attendance_sources"
},
"organization_work_shift_breaks": {
"id": 131,
"label": "Organization Work Shift Breaks",
"description": "Organization Work Shift Breaks module for managing work shift break associations",
"base_table": "organization_work_shift_breaks"
},
"organization_functional_roles": {
"id": 132,
"label": "Organization Functional Roles",
"description": "Organization Functional Roles module for managing functional role definitions",
"base_table": "organization_functional_roles"
},
"organization_functional_role_specializations": {
"id": 133,
"label": "Organization Functional Role Specializations",
"description": "Organization Functional Role Specializations module for managing functional role specialization definitions",
"base_table": "organization_functional_role_specializations"
},
"payroll_account_mapping": {
"id": 135,
"label": "Payroll Account Mapping",
"description": "Payroll Account Mapping module for filtering account mappings",
"base_table": "organization_payroll_account_mappings"
},
"account_mapping": {
"id": 136,
"label": "Account Mapping",
"description": "Payroll Account Mapping module for filtering account mappings",
"base_table": "organization_payroll_account_mappings"
},
"employee_payslip": {
"id": 137,
"label": "Employee Payslip",
"description": "Employee Payslip module for filtering payslips",
"base_table": "employee_payslips"
},
"employee_payslip_payment": {
"id": 138,
"label": "Employee Payslip Payment",
"description": "Employee Payslip Payment module for filtering payslip payments",
"base_table": "employee_payslip_payments"
},
"employee_salary_structure": {
"id": 139,
"label": "Employee Salary Structure",
"description": "Employee Salary Structure module for filtering salary structures",
"base_table": "organization_payroll_employee_salary_structures"
},
"loan_type": {
"id": 140,
"label": "Loan Type",
"description": "Loan Type module for filtering loan types",
"base_table": "organization_payroll_loan_types"
},
"payroll_adjustment": {
"id": 141,
"label": "Payroll Adjustment",
"description": "Payroll Adjustment module for filtering adjustments",
"base_table": "organization_payroll_adjustments"
},
"payroll_adjustment_type": {
"id": 142,
"label": "Payroll Adjustment Type",
"description": "Payroll Adjustment Type module for filtering adjustment types",
"base_table": "organization_payroll_adjustment_types"
},
"payroll_advance": {
"id": 143,
"label": "Payroll Advance",
"description": "Payroll Advance module for filtering advances",
"base_table": "organization_payroll_advances"
},
"payroll_component": {
"id": 144,
"label": "Payroll Component",
"description": "Payroll Component module for filtering components",
"base_table": "organization_payroll_components"
},
"payroll_component_type": {
"id": 145,
"label": "Payroll Component Type",
"description": "Payroll Component Type module for filtering component types",
"base_table": "organization_payroll_component_types"
},
"payroll_cycle": {
"id": 146,
"label": "Payroll Cycle",
"description": "Payroll Cycle module for filtering cycles",
"base_table": "organization_payroll_cycles"
},
"payroll_journal_entry": {
"id": 147,
"label": "Payroll Journal Entry",
"description": "Payroll Journal Entry module for filtering journal entries",
"base_table": "organization_payroll_journal_entries"
},
"payroll_loan": {
"id": 148,
"label": "Payroll Loan",
"description": "Payroll Loan module for filtering loans",
"base_table": "organization_payroll_loans"
},
"payroll_run_employee": {
"id": 149,
"label": "Payroll Run Employee",
"description": "Payroll Run Employee module for filtering payroll run employees",
"base_table": "organization_payroll_run_employees"
},
"payroll_run_employee_component": {
"id": 150,
"label": "Payroll Run Employee Component",
"description": "Payroll Run Employee Component module for filtering run employee components",
"base_table": "PayrollRunEmployeeComponents"
},
"payroll_salary_component": {
"id": 151,
"label": "Payroll Salary Component",
"description": "Payroll Salary Component module for filtering salary structure components",
"base_table": "organization_payroll_employee_salary_structure_components"
},
"payroll_security": {
"id": 152,
"label": "Payroll Security",
"description": "Payroll Security module for filtering securities",
"base_table": "organization_payroll_securities"
},
"payroll_slab": {
"id": 153,
"label": "Payroll Slab",
"description": "Payroll Slab module for filtering component slabs",
"base_table": "organization_payroll_component_slabs"
},
"payslip_component": {
"id": 154,
"label": "Payslip Component",
"description": "Payslip Component module for filtering payslip components",
"base_table": "employee_payslip_components"
},
"security_transaction": {
"id": 155,
"label": "Security Transaction",
"description": "Security Transaction module for filtering security transactions",
"base_table": "organization_payroll_security_transactions"
}
} |