2024-09-21 15:16:52 +05:30
[
{
"model" : "base.company" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:21:11.031Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : false ,
"company" : "Horilla" ,
"hq" : true ,
"address" : "ABCD street" ,
"country" : "USA" ,
"state" : "Nevada" ,
"city" : "las vegas" ,
"zip" : "89036" ,
"icon" : "base/icon/Horilla_2.png" ,
"date_format" : null ,
"time_format" : null
}
} ,
{
"model" : "base.company" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T05:03:00.993Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : false ,
2024-09-23 12:43:57 +05:30
"company" : "Horilla Inc." ,
2024-09-21 15:16:52 +05:30
"hq" : false ,
"address" : "The Estate , 8th Floor" ,
"country" : "India" ,
"state" : "Karnataka" ,
"city" : "Bangalore" ,
"zip" : "560042" ,
"icon" : "base/icon/Horilla_3.png" ,
"date_format" : null ,
"time_format" : null
}
} ,
{
"model" : "base.company" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T05:04:50.728Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : false ,
"company" : "Horilla Next Inc." ,
"hq" : false ,
"address" : "Alpha House" ,
"country" : "United Kingdom" ,
"state" : "City of London" ,
"city" : "SE1 1LB" ,
"zip" : "673589" ,
"icon" : "base/icon/Horilla_1.png" ,
"date_format" : null ,
"time_format" : null
}
} ,
{
"model" : "base.department" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:23.606Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "S/W Dept" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.department" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:28.319Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "Sales Dept" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.department" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:33.893Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "Hr Dept" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.department" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:40.208Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "Marketing Dept" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.department" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:42.609Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "Finance Dept" ,
"company_id" : [ ]
}
} ,
2024-09-23 12:43:57 +05:30
{
"model" : "base.department" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-21T09:20:48.130Z" ,
2024-09-23 12:43:57 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : "Managers" ,
"company_id" : [ 1 ]
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.jobposition" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:23.622Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Odoo Dev" ,
"department_id" : 1 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:25.943Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Django Dev" ,
"department_id" : 1 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:28.333Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Sales Man" ,
"department_id" : 2 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:33.908Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Training and Development Coordinator" ,
"department_id" : 3 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:34.486Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Compensation and Benefits Specialist" ,
"department_id" : 3 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:35.070Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Recruiter" ,
"department_id" : 3 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:40.222Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Marketing Specialist" ,
"department_id" : 4 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:40.779Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Digital Marketing Specialist" ,
"department_id" : 4 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:41.392Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Content Creator" ,
"department_id" : 4 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:41.984Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Social Media Coordinator" ,
"department_id" : 4 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 11 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:42.624Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Chief Financial Officer (CFO)" ,
"department_id" : 5 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 12 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:43.202Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Financial Analyst" ,
"department_id" : 5 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 13 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:46.093Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Accounts Payable Clerk" ,
"department_id" : 5 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 14 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:47.486Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Tax Accountant" ,
"department_id" : 5 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 15 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:49.834Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "System Admin" ,
"department_id" : 1 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 16 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:50.983Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "React Dev" ,
"department_id" : 1 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 17 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:58.482Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Flutter Dev" ,
"department_id" : 1 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 18 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:50:47.287Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Sales Representative" ,
"department_id" : 2 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 19 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:51:09.169Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Sales Manage" ,
"department_id" : 2 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 20 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:51:35.632Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Business Development Manager" ,
"department_id" : 2 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 21 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:52:08.734Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Field Sales Executive" ,
"department_id" : 2 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 22 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:53:52.535Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "HR Manager" ,
"department_id" : 3 ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobposition" ,
"pk" : 23 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:54:44.109Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "HR Business Partner" ,
"department_id" : 3 ,
"company_id" : [ ]
}
} ,
2024-09-23 12:43:57 +05:30
{
"model" : "base.jobposition" ,
"pk" : 24 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-21T09:21:05.334Z" ,
2024-09-23 12:43:57 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position" : "Senoir Manager" ,
"department_id" : 6 ,
"company_id" : [ ]
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.jobrole" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:23.637Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 1 ,
"job_role" : "Jnr Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:25.955Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 2 ,
"job_role" : "Jnr Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:28.345Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 3 ,
"job_role" : "Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:31.671Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 3 ,
"job_role" : "Sales Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:32.226Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 3 ,
"job_role" : "Trainer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:33.920Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 4 ,
"job_role" : "Hr Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:34.501Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 5 ,
"job_role" : "Jnr Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:35.084Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 6 ,
"job_role" : "Jnr Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:36.825Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 6 ,
"job_role" : "Hr Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:37.423Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 5 ,
"job_role" : "Hr Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 11 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:40.235Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 7 ,
"job_role" : "Marketing Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 12 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:40.792Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 8 ,
"job_role" : "Marketing Researcher" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 13 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:41.404Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 9 ,
"job_role" : "Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 14 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:41.996Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 10 ,
"job_role" : "Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 15 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:42.639Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 11 ,
"job_role" : "Finance Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 16 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:43.218Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 12 ,
"job_role" : "Trainer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 17 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:46.107Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 13 ,
"job_role" : "Marketing Executive" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 18 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:47.516Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 14 ,
"job_role" : "Marketing Executive" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 19 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:49.845Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 15 ,
"job_role" : "System engineer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 20 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:50.391Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 15 ,
"job_role" : "Maintenance Head" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 21 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:50.997Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 16 ,
"job_role" : "Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 22 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:55.588Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 16 ,
"job_role" : "Trainer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 23 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:57.905Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 16 ,
"job_role" : "Team Lead" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 24 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:58.494Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 17 ,
"job_role" : "Team Lead" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 25 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:59.074Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 16 ,
"job_role" : "Frontend Engineer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 26 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:59.681Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 17 ,
"job_role" : "Project Manager" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 27 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:48:00.400Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 16 ,
"job_role" : "Senior Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 28 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:48:01.233Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 17 ,
"job_role" : "Senior Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 29 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:52:53.339Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 15 ,
"job_role" : "Intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 30 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:25:17.947Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 1 ,
"job_role" : "Senior Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 31 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:25:34.639Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 2 ,
"job_role" : "Senior Dev" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 32 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:25:46.596Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 2 ,
"job_role" : "intern" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 33 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:26:09.648Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 4 ,
"job_role" : "trainer" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 34 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.891Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 18 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 35 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.903Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 19 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 36 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.913Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 20 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 37 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.925Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 21 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 38 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.934Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 22 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 39 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:56:45.945Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 23 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 40 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.629Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 18 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 41 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.641Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 19 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 42 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.650Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 20 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 43 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.659Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 21 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 44 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.670Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 22 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.jobrole" ,
"pk" : 45 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-16T04:57:46.679Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 23 ,
"job_role" : "Junior" ,
"company_id" : [ ]
}
} ,
2024-09-23 12:43:57 +05:30
{
"model" : "base.jobrole" ,
"pk" : 46 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-21T09:21:23.481Z" ,
2024-09-23 12:43:57 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"job_position_id" : 24 ,
"job_role" : "Senior" ,
"company_id" : [ ]
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.worktype" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:28:42.978Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"work_type" : "Work From Office" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.worktype" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:28:55.690Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"work_type" : "Work From Home" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.worktype" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:29:04.529Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"work_type" : "Hybrid" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.worktype" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:29:11.796Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"work_type" : "Remote" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.rotatingworktype" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:29:31.860Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"name" : "WFH to WFO" ,
"work_type1" : 2 ,
"work_type2" : 1 ,
"additional_data" : { }
}
} ,
{
"model" : "base.rotatingworktype" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:29:47.665Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"name" : "WFO to WFH" ,
"work_type1" : 1 ,
"work_type2" : 2 ,
"additional_data" : { }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.663Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 37 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.749Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 36 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.793Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 9 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.845Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 71 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.892Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 58 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.938Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 44 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:25.991Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 8 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.038Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 39 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.087Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 75 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.135Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 43 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 11 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.181Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 70 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 12 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.220Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 66 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 13 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.277Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 20 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 14 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.319Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 32 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 15 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.376Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 6 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 16 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.425Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 10 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 17 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.467Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 2 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 18 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.514Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 17 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.rotatingworktypeassign" ,
"pk" : 19 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:54:26.554Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 42 ,
"rotating_work_type_id" : 2 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"current_work_type" : 1 ,
"next_work_type" : 1 ,
"based_on" : "after" ,
"rotate_after_day" : 3 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 , "next_work_type_index" : 1 }
}
} ,
{
"model" : "base.employeetype" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:23.670Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_type" : "Permanent" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeetype" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:24.275Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_type" : "Temporary" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeetype" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:24.846Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_type" : "Trainee" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 1 ,
"fields" : { "day" : "monday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 2 ,
"fields" : { "day" : "tuesday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 3 ,
"fields" : { "day" : "wednesday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 4 ,
"fields" : { "day" : "thursday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 5 ,
"fields" : { "day" : "friday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 6 ,
"fields" : { "day" : "saturday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshiftday" ,
"pk" : 7 ,
"fields" : { "day" : "sunday" , "company_id" : [ ] }
} ,
{
"model" : "base.employeeshift" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:47:23.654Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_shift" : "Regular Shift" ,
"weekly_full_time" : "40:00" ,
"full_time" : "200:00" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshift" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T04:48:00.417Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_shift" : "Night Shift" ,
"weekly_full_time" : "40:00" ,
"full_time" : "200:00" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshift" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:31:14.326Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_shift" : "Morning Shift" ,
"weekly_full_time" : "40:00" ,
"full_time" : "200:00" ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:18:22.683Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 2 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "08:30:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:18:22.724Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 3 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "08:30:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:18:22.770Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 4 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "08:30:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:18:22.797Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 5 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "08:30:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:18:22.813Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 1 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "08:30:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:23:24.519Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 2 ,
"shift_id" : 2 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "13:00:00" ,
"end_time" : "23:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:23:24.560Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 3 ,
"shift_id" : 2 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "13:00:00" ,
"end_time" : "23:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:23:24.595Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 4 ,
"shift_id" : 2 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "13:00:00" ,
"end_time" : "23:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:23:24.629Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 5 ,
"shift_id" : 2 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "13:00:00" ,
"end_time" : "23:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:23:24.648Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 1 ,
"shift_id" : 2 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "13:00:00" ,
"end_time" : "23:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 11 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:24:04.634Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 6 ,
"shift_id" : 1 ,
"minimum_working_hour" : "08:15" ,
"start_time" : "09:00:00" ,
"end_time" : "17:30:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 12 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:32:11.181Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 2 ,
"shift_id" : 3 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "06:00:00" ,
"end_time" : "14:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 13 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:32:11.211Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 3 ,
"shift_id" : 3 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "06:00:00" ,
"end_time" : "14:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 14 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:32:11.237Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 4 ,
"shift_id" : 3 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "06:00:00" ,
"end_time" : "14:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 15 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:32:11.261Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 5 ,
"shift_id" : 3 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "06:00:00" ,
"end_time" : "14:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.employeeshiftschedule" ,
"pk" : 16 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:32:11.281Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"day" : 1 ,
"shift_id" : 3 ,
"minimum_working_hour" : "08:00" ,
"start_time" : "06:00:00" ,
"end_time" : "14:00:00" ,
"is_night_shift" : false ,
"is_auto_punch_out_enabled" : false ,
"auto_punch_out_time" : null ,
"company_id" : [ ]
}
} ,
{
"model" : "base.rotatingshift" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:30:28.174Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"name" : "Morning to Night" ,
"shift1" : 3 ,
"shift2" : 2 ,
"additional_data" : { }
}
} ,
{
"model" : "base.rotatingshift" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:30:44.634Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"name" : "Night to Morning" ,
"shift1" : 2 ,
"shift2" : 3 ,
"additional_data" : { }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:38.892Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 12 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:38.967Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 13 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.015Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 11 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.058Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 16 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-01" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "monthly" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.109Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 18 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-12" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 3 ,
"next_shift" : 2 ,
"based_on" : "weekly" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 0 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.154Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 14 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.212Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 15 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-12" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 3 ,
"next_shift" : 2 ,
"based_on" : "weekly" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 0 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.262Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 10 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.313Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 17 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-12" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 3 ,
"next_shift" : 2 ,
"based_on" : "weekly" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 0 }
}
} ,
{
"model" : "base.rotatingshiftassign" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:48:39.363Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 19 ,
"rotating_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-05" ,
"next_change_date" : "2024-12-06" ,
2024-09-21 15:16:52 +05:30
"current_shift" : 1 ,
"next_shift" : 3 ,
"based_on" : "after" ,
"rotate_after_day" : 1 ,
"rotate_every_weekend" : "monday" ,
"rotate_every" : "1" ,
"additional_data" : { "next_shift_index" : 1 }
}
} ,
{
"model" : "base.worktyperequest" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-23T03:42:49.581Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 1 ,
"work_type_id" : 2 ,
"previous_work_type_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-01" ,
"requested_till" : "2024-12-30" ,
2024-09-21 15:16:52 +05:30
"description" : "need work from home for a month" ,
"is_permanent_work_type" : false ,
"approved" : false ,
"canceled" : false ,
"work_type_changed" : false
}
} ,
{
"model" : "base.worktyperequest" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-23T03:43:59.915Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 37 ,
"work_type_id" : 2 ,
"previous_work_type_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-10" ,
"requested_till" : "2024-12-15" ,
2024-09-21 15:16:52 +05:30
"description" : "requesting for work from home" ,
"is_permanent_work_type" : false ,
"approved" : false ,
"canceled" : false ,
"work_type_changed" : false
}
} ,
{
"model" : "base.worktyperequest" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-23T03:44:35.523Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 13 ,
"work_type_id" : 1 ,
"previous_work_type_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-01" ,
"requested_till" : "2024-12-10" ,
2024-09-21 15:16:52 +05:30
"description" : "need a work type change" ,
"is_permanent_work_type" : false ,
"approved" : false ,
"canceled" : false ,
"work_type_changed" : false
}
} ,
{
"model" : "base.worktyperequest" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-23T03:45:05.899Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 32 ,
"work_type_id" : 2 ,
"previous_work_type_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-04" ,
"requested_till" : "2024-12-15" ,
2024-09-21 15:16:52 +05:30
"description" : "requesting for work from home" ,
"is_permanent_work_type" : false ,
"approved" : false ,
"canceled" : false ,
"work_type_changed" : false
}
} ,
{
"model" : "base.worktyperequest" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-23T03:46:16.058Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 20 ,
"work_type_id" : 4 ,
"previous_work_type_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-01" ,
"requested_till" : "2024-12-30" ,
2024-09-21 15:16:52 +05:30
"description" : "remote work type for a month" ,
"is_permanent_work_type" : false ,
"approved" : false ,
"canceled" : false ,
"work_type_changed" : false
}
} ,
2024-11-06 09:32:21 +05:30
{
"model" : "base.historicalshiftrequest" ,
"pk" : 1 ,
"fields" : {
"id" : 7 ,
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:28.081Z" ,
2024-11-06 09:32:21 +05:30
"is_active" : true ,
"history_title" : null ,
"history_description" : null ,
"history_highlight" : false ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false ,
"created_by" : 1 ,
"modified_by" : 1 ,
"employee_id" : 12 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
"reallocate_to" : null ,
2025-01-03 15:45:44 +05:30
"history_date" : "2024-12-05T03:53:28.092Z" ,
2024-11-06 09:32:21 +05:30
"history_change_reason" : null ,
"history_type" : "+" ,
"history_relation" : 7 ,
"history_user" : 1 ,
"history_tags" : [ ]
}
} ,
{
"model" : "base.historicalshiftrequest" ,
"pk" : 2 ,
"fields" : {
"id" : 8 ,
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:37.953Z" ,
2024-11-06 09:32:21 +05:30
"is_active" : true ,
"history_title" : null ,
"history_description" : null ,
"history_highlight" : false ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false ,
"created_by" : 1 ,
"modified_by" : 1 ,
"employee_id" : 3 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
"reallocate_to" : null ,
2025-01-03 15:45:44 +05:30
"history_date" : "2024-12-05T03:53:37.959Z" ,
2024-11-06 09:32:21 +05:30
"history_change_reason" : null ,
"history_type" : "+" ,
"history_relation" : 8 ,
"history_user" : 1 ,
"history_tags" : [ ]
}
} ,
{
"model" : "base.historicalshiftrequest" ,
"pk" : 3 ,
"fields" : {
"id" : 9 ,
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:52.978Z" ,
2024-11-06 09:32:21 +05:30
"is_active" : true ,
"history_title" : null ,
"history_description" : null ,
"history_highlight" : false ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false ,
"created_by" : 1 ,
"modified_by" : 1 ,
"employee_id" : 31 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
"reallocate_to" : null ,
2025-01-03 15:45:44 +05:30
"history_date" : "2024-12-05T03:53:52.986Z" ,
2024-11-06 09:32:21 +05:30
"history_change_reason" : null ,
"history_type" : "+" ,
"history_relation" : 9 ,
"history_user" : 1 ,
"history_tags" : [ ]
}
} ,
{
"model" : "base.historicalshiftrequest" ,
"pk" : 4 ,
"fields" : {
"id" : 10 ,
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:54:02.742Z" ,
2024-11-06 09:32:21 +05:30
"is_active" : true ,
"history_title" : null ,
"history_description" : null ,
"history_highlight" : false ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy) (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false ,
"created_by" : 1 ,
"modified_by" : 1 ,
"employee_id" : 2 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
"reallocate_to" : null ,
2025-01-03 15:45:44 +05:30
"history_date" : "2024-12-05T03:54:02.752Z" ,
2024-11-06 09:32:21 +05:30
"history_change_reason" : null ,
"history_type" : "+" ,
"history_relation" : 10 ,
"history_user" : 1 ,
"history_tags" : [ ]
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.shiftrequest" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:08:54.434Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 68 ,
"shift_id" : 1 ,
"previous_shift_id" : 2 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-22" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-28" ,
2024-09-21 15:16:52 +05:30
"description" : "need a shift change" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:10:20.608Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 68 ,
"shift_id" : 2 ,
"previous_shift_id" : null ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-11" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-18" ,
2024-09-21 15:16:52 +05:30
"description" : "need night shift" ,
"is_permanent_shift" : false ,
"approved" : true ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:24:28.127Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 22 ,
"shift_id" : 1 ,
"previous_shift_id" : 2 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-09-21 15:16:52 +05:30
"description" : "shift change" ,
"is_permanent_shift" : false ,
"approved" : true ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:25:36.885Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 53 ,
"shift_id" : 1 ,
"previous_shift_id" : 2 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-12" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-22" ,
2024-09-21 15:16:52 +05:30
"description" : "shift change" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : true ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:26:22.665Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 69 ,
"shift_id" : 2 ,
"previous_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-10" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-22" ,
2024-09-21 15:16:52 +05:30
"description" : "shift change" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T11:27:15.333Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 45 ,
"shift_id" : 1 ,
"previous_shift_id" : 3 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-01" ,
2024-09-21 15:16:52 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-30" ,
2024-09-21 15:16:52 +05:30
"description" : "shift change" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
2024-11-06 09:32:21 +05:30
{
"model" : "base.shiftrequest" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:28.081Z" ,
2024-11-06 09:32:21 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 12 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:37.953Z" ,
2024-11-06 09:32:21 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 3 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:53:52.978Z" ,
2024-11-06 09:32:21 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 31 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
{
"model" : "base.shiftrequest" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T03:54:02.742Z" ,
2024-11-06 09:32:21 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee_id" : 2 ,
"shift_id" : 1 ,
"previous_shift_id" : 1 ,
2025-01-03 15:45:44 +05:30
"requested_date" : "2024-12-03" ,
2024-11-06 09:32:21 +05:30
"reallocate_to" : null ,
"reallocate_approved" : false ,
"reallocate_canceled" : false ,
2025-01-03 15:45:44 +05:30
"requested_till" : "2024-12-29" ,
2024-11-06 09:32:21 +05:30
"description" : "shift change (copy) (copy) (copy) (copy)" ,
"is_permanent_shift" : false ,
"approved" : false ,
"canceled" : false ,
"shift_changed" : false
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.tags" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:42:08.218Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "FAQ" ,
"color" : "#949494" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:42:23.547Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Recruitment" ,
2024-12-13 15:27:36 +05:30
"color" : "#fb8787" ,
2024-09-21 15:16:52 +05:30
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-22T08:42:39.708Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Payroll" ,
"color" : "#a16879" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-24T05:31:23.654Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
2024-12-13 15:27:36 +05:30
"title" : "Attendance" ,
"color" : "#afbcee" ,
2024-09-21 15:16:52 +05:30
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-24T05:42:45.721Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
2024-12-13 15:27:36 +05:30
"title" : "Employee" ,
2024-09-21 15:16:52 +05:30
"color" : "#806d8d" ,
"company_id" : null
}
} ,
2024-12-13 15:27:36 +05:30
{
"model" : "base.tags" ,
"pk" : 6 ,
"fields" : {
"created_at" : "2024-12-12T03:26:32.592Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Leave" ,
"color" : "#66cffd" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 7 ,
"fields" : {
"created_at" : "2024-12-12T03:49:46.452Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Biometric" ,
"color" : "#e35959" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 17 ,
"fields" : {
"created_at" : "2024-12-12T06:48:51.312Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Asset" ,
"color" : "#4cbdef" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 18 ,
"fields" : {
"created_at" : "2024-12-12T06:49:10.165Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Dashboard" ,
"color" : "#8a8585" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 19 ,
"fields" : {
"created_at" : "2024-12-12T06:49:42.695Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Import" ,
"color" : "#1dc56e" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 20 ,
"fields" : {
"created_at" : "2024-12-12T06:50:12.441Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Export" ,
"color" : "#70a5eb" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 21 ,
"fields" : {
"created_at" : "2024-12-12T06:50:50.090Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Request" ,
"color" : "#bec30c" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 22 ,
"fields" : {
"created_at" : "2024-12-12T06:51:04.892Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Allocation" ,
"color" : "#046d88;" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 23 ,
"fields" : {
"created_at" : "2024-12-12T07:05:58.903Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Stage" ,
"color" : "#b8a5fa;" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 24 ,
"fields" : {
"created_at" : "2024-12-12T07:06:07.247Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Manager" ,
"color" : "#00b2ba" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 25 ,
"fields" : {
"created_at" : "2024-12-12T07:08:52.033Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Pipeline" ,
"color" : "#843787" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 26 ,
"fields" : {
"created_at" : "2024-12-12T07:12:53.694Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Resume" ,
"color" : "#63a189" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 27 ,
"fields" : {
"created_at" : "2024-12-12T07:13:16.506Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Skill Zone" ,
"color" : "#f4b74e" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 28 ,
"fields" : {
"created_at" : "2024-12-12T07:13:38.071Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Interview" ,
"color" : "#f5dcb3" ,
"company_id" : null
}
} ,
{
"model" : "base.tags" ,
"pk" : 29 ,
"fields" : {
"created_at" : "2024-12-12T07:14:05.035Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Candidate" ,
"color" : "#b2e1f5" ,
"company_id" : null
}
} ,
2024-09-21 15:16:52 +05:30
{
"model" : "base.dynamicpagination" ,
"pk" : 1 ,
"fields" : { "user_id" : 1 , "pagination" : 25 }
} ,
{
"model" : "base.driverviewed" ,
"pk" : 1 ,
"fields" : { "user" : 1 , "viewed" : "dashboard" }
} ,
{
"model" : "base.driverviewed" ,
"pk" : 2 ,
"fields" : { "user" : 1 , "viewed" : "settings" }
} ,
{
"model" : "base.driverviewed" ,
"pk" : 3 ,
"fields" : { "user" : 1 , "viewed" : "pipeline" }
} ,
{
"model" : "base.driverviewed" ,
"pk" : 4 ,
"fields" : { "user" : 13 , "viewed" : "dashboard" }
} ,
{
"model" : "base.driverviewed" ,
"pk" : 5 ,
"fields" : { "user" : 13 , "viewed" : "pipeline" }
} ,
{
"model" : "base.dashboardemployeecharts" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-21T11:23:17.664Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"employee" : 1 ,
"charts" : [
"overall_leave_chart" ,
"attendance_analytic" ,
"hours_chart" ,
"employees_chart" ,
"department_chart" ,
"gender_chart" ,
"objective_status" ,
"key_result_status" ,
2024-11-06 09:32:21 +05:30
"feedback_status"
2024-09-21 15:16:52 +05:30
]
}
} ,
{
"model" : "base.announcement" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-17T10:34:52.749Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"title" : "Horilla Tour" ,
"description" : "<h1 class=\"hr-heading hr-heading--h1 hr-hero__title\" style=\"-webkit-font-smoothing: auto; font-size: 5rem; margin-right: auto; margin-bottom: 0px; margin-left: auto; font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bold; text-align: center; max-width: 855px; line-height: 96px; color: rgb(28, 28, 28);\">The <span class=\"hr-hero__highlight\" style=\"-webkit-font-smoothing: auto; position: relative;\">only</span> HR Software You'll ever need.</h1><p class=\"hr-hero__lead\" style=\"-webkit-font-smoothing: auto; font-size: 1.25rem; color: rgb(28, 28, 28); max-width: 650px; text-align: center; margin: 1rem auto 1.5rem; font-family: "Open Sans", Inter, "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;\">Horilla HRMS offers all the features you would expect from your favorite Open Source HR Software and much more.<span style=\"-webkit-font-smoothing: auto; font-weight: bolder;\"><br style=\"-webkit-font-smoothing: auto;\">It's free & open-source!</span></p>" ,
2025-01-03 15:45:44 +05:30
"expire_date" : "2100-12-17" ,
2024-09-21 15:16:52 +05:30
"disable_comments" : false ,
"attachments" : [ ] ,
"employees" : [ ] ,
"department" : [ ] ,
"job_position" : [ ]
}
} ,
{
"model" : "base.biometricattendance" ,
"pk" : 1 ,
2024-09-23 12:43:57 +05:30
"fields" : { "is_installed" : false , "company_id" : null }
2024-09-21 15:16:52 +05:30
} ,
{
"model" : "base.holidays" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.776Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "New Year's Day" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-01" ,
"end_date" : "2024-12-01" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.811Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Republic Day" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-26" ,
"end_date" : "2024-12-26" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.823Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Holi" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-20" ,
"end_date" : "2024-12-20" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 4 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.849Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Vishu" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-14" ,
"end_date" : "2024-12-14" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 5 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.867Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Eid al-Fitr" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-10" ,
"end_date" : "2024-12-10" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 6 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.883Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Eid al-Adha " ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-19" ,
"end_date" : "2024-12-19" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 7 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.904Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Labor Day" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-01" ,
"end_date" : "2024-12-01" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 8 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.921Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Independence Day" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-15" ,
"end_date" : "2024-12-15" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 9 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.939Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Gandhi Jayanti " ,
"start_date" : "2024-10-02" ,
"end_date" : "2024-10-02" ,
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 10 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.959Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Children's Day" ,
2025-01-03 15:45:44 +05:30
"start_date" : "2024-12-14" ,
"end_date" : "2024-12-14" ,
2024-09-21 15:16:52 +05:30
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.holidays" ,
"pk" : 11 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.976Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"name" : "Christmas" ,
"start_date" : "2024-12-25" ,
"end_date" : "2024-12-25" ,
"recurring" : false ,
"company_id" : null
}
} ,
{
"model" : "base.companyleaves" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.993Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"based_on_week" : null ,
"based_on_week_day" : "6" ,
"company_id" : null
}
} ,
{
"model" : "base.companyleaves" ,
"pk" : 2 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:14.027Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"based_on_week" : "1" ,
"based_on_week_day" : "5" ,
"company_id" : null
}
} ,
{
"model" : "base.companyleaves" ,
"pk" : 3 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:14.044Z" ,
2024-09-21 15:16:52 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"based_on_week" : "3" ,
"based_on_week_day" : "5" ,
"company_id" : null
}
2024-12-13 15:27:36 +05:30
} ,
{
"model" : "base.multipleapprovalcondition" ,
"pk" : 1 ,
"fields" : {
"created_at" : "2024-12-12T10:22:43.982Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : true ,
"department" : 2 ,
"condition_field" : "requested_days" ,
"condition_operator" : "gt" ,
"condition_value" : "2" ,
"condition_start_value" : null ,
"condition_end_value" : null ,
"company_id" : 1
}
} ,
{
"model" : "base.horillamailtemplate" ,
"pk" : 1 ,
"fields" : {
2025-01-03 15:45:44 +05:30
"created_at" : "2024-12-05T09:39:13.733Z" ,
2024-12-13 15:27:36 +05:30
"created_by" : null ,
"modified_by" : null ,
"is_active" : true ,
"title" : "Offer letter" ,
"body" : "<p style=\"font-size: 12.8px; text-align: center;\"><span style=\"font-weight: bolder;\"><span style=\"font-family: "Courier New"; font-size: 24px;\">Congratulations! Job Offer at {{instance.get_company}}</span></span></p><p style=\"font-size: 12.8px;\">username:{{instance.get_email}}</p><p style=\"font-size: 12.8px;\">password:{{instance.phone}}</p><p style=\"font-size: 12.8px;\"><i><span style=\"font-size: 14px;\">Dear {{instance.get_full_name}},</span></i></p><p style=\"font-size: 12.8px;\"> I am delighted to extend an official offer of employment to you for the position of [Job Title] at [Company Name]. We were thoroughly impressed with your skills, experience, and the passion you demonstrated during the interview process.</p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">Here are the details of your job offer: </span></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\"> Job Position: {{instance.get_job_position}}</span></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">We believe that your unique talents will make a significant contribution to our team, and we are thrilled about the prospect of you joining us. Please take the time to review the attached detailed job description, as well as the terms and conditions outlined in the employment contract.</span><br></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">To signify your acceptance of this job offer, please confirm your agreement by [Date to Respond]. If you have any questions or need further clarification, feel free to contact me directly</span><br></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">We are excited about the value you will bring to [Company Name], and we eagerly anticipate the positive impact you'll have on our team.</span><br></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">Welcome aboard, and we look forward to a successful and fulfilling working relationship!</span><br></p><p style=\"font-size: 12.8px;\"><span style=\"font-size: 12.8px;\">Warm regards,</span></p>" ,
"company_id" : null
}
} ,
{
"model" : "base.horillamailtemplate" ,
"pk" : 2 ,
"fields" : {
"created_at" : "2024-12-12T10:23:52.188Z" ,
"created_by" : 1 ,
"modified_by" : 1 ,
"is_active" : false ,
"title" : "Leave Request Mail" ,
"body" : "<p>Dear,</p><p>This is to inform you that {{ model_instance.employee_id }} has submitted a leave request for {{model_instance.requested_days}} days. Please take the necessary actions to review and process the request at your earliest convenience.<br><br>If you require any additional information or updates, feel free to communicate directly with {{ model_instance.employee_id }}.<br><br>Thank you for your prompt attention to this matter.</p>" ,
"company_id" : 1
}
2024-09-21 15:16:52 +05:30
}
]