Day Order New





Label
Code
Code
  • Its unique reference of Day Order.
  • Mandatory inputs
  • Allowed only alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Day Order
DayOrder
  • It a order of working days in a course year.
  • Mandatory inputs
  • Allowed Alphanumeric and space.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Day Order Edit



Label
Code
Code
  • Its unique reference of Day Order.
  • Its not editable only view
Day Order
DayOrder
  • If edit or update Day order here update.
  • Mandatory inputs
  • Allowed Alphanumeric and space.
  • other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Day Order View



Day Order Delete





Day Orders List



Webservice

Get List

url: webservice.php?action=l&method=matol
{"status":"success",
                            "data":[{"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"1",
                            "DayOrder":"Day Order 1",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-23 15:27:16"},
                            {"ID":"6512bd43d9caa6e02c990b0a82652dca",
                            "Code":"2",
                            "DayOrder":"Day Order 2",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-23 15:27:26"},
                            {"ID":"c20ad4d76fe97759aa27a0c99bff6710",
                            "Code":"3",
                            "DayOrder":"Day Order 3",
                            "Remarks":""
                            ,"Status":1,
                            "CreatedOn":"2024-10-23 15:27:39"},
                            {"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "Code":"4",
                            "DayOrder":"Day Order 4",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-23 15:27:59"},
                            {"ID":"aab3238922bcc25a6f606eb525ffdc56",
                            "Code":"5",
                            "DayOrder":"Day Order 5",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-23 15:28:12"},
                            {"ID":"9bf31c7ff062936a96d3c8bd1f8f2ff3",
                            "Code":"6",
                            "DayOrder":"Day Order 6",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-10-23 15:28:23"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=matol
Input
Code=7 DayOrder=Day Order 7 Remarks=day orders
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"DayOrder"}

Get Data

url: webservice.php?action=g&method=matol&ID=98f13708210194c475687be6106a3b84
{"status":"success",
                            "data":[{"ID":"98f13708210194c475687be6106a3b84",
                            "DayOrder":"Day Order 7",
                            "Remarks":"day orders",
                            "Status":1,
                            "Code":"7",
                            "CreatedOn":"2024-12-26 11:01:43"}]}
                            

Update

url: webservice.php?action=u&method=matol
Input
                            ID=98f13708210194c475687be6106a3b84
                            Code=7
                            DayOrder=Day Order 8
                            Status=1
                            Remarks=day orders
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=matol
Input
delID=98f13708210194c475687be6106a3b84
{"status":"success","message":"Deleted sucessfully"}