Batch New





Label
Code
Code
  • Its unique reference of Batch Name.
  • 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.
Batch Name
BatchName
  • Its a year of students, A batch may be named after the year, such as "2015" or "2015–2017".
  • Mandatory inputs
  • Allowed only numbers and - .
  • other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Start Year
StartYear
  • Its a year and month of start particular Batch.
  • Mandatory input
  • Select wanted option
End Year
EndYear
  • Its a year and montb of close particular Batch.
  • Mandatory input
  • Select wanted option
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Batch Edit



Label
Code
Code
  • Its unique reference of Batch Name.
  • Not Editable only view.
Batch Name
BatchName
  • Mandatory inputs
  • If update Batch name in future here update.
  • Allowed only numbers and - .
  • other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Start Year
StartYear
  • Its a year and month of start particular Batch.
  • Mandatory input
  • If update year and month, Select wanted option
End Year
EndYear
  • Its a year and month of close particular Batch.
  • Mandatory input
  • If update year and month, Select wanted option
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

Batch View



Batch Delete





Batch List



Webservice

Get List

url: webservice.php?action=l&method=mabl
{"status":"success",
                            "data":[{"ID":"3c59dc048e8850243be8079a5c74d079",
                            "Code":"BN02",
                            "BatchName":"2023 - 2026",
                            "StartMonth":"MAY","                                      
                            StartYear":"2023",
                            "EndMonth":"SEP",
                            "EndYear":"2026",
                            "Remarks":"Batch 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:53:11"},
                            {"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "Code":"BN03",
                            "BatchName":"2025 - 2027",
                            "StartMonth":"JUL",
                            "StartYear":"2024",
                            "EndMonth":"APR",
                            "EndYear":"2027",
                            "Remarks":"Batch 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 16:53:46"}]}  
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=mabl
Input
Code = 122 BatchName = 2022 - 2024 StartYear = 2022 StartMonth = JUL EndYear = 2024 EndMonth = MAR Remarks = qq
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"BatchName"}

Get Data

url: webservice.php?action=g&method=mabl&ID=a5bfc9e07964f8dddeb95fc584cd965d
{"status":"success",
                            "data":[{"ID":"a5bfc9e07964f8dddeb95fc584cd965d",
                            "Code":"122",
                            "BatchName":"2022 - 2024",
                            "StartMonth":"JUL",
                            "StartYear":"2022",
                            "EndMonth":"MAR",
                            "EndYear":"2024",
                            "Remarks":"qq",
                            "Status":1,
                            "CreatedOn":"2024-12-24 20:41:35"}]}

Update

url: webservice.php?action=u&method=mabl
{"status":"success","message":"Updated successfully","div":""}
Input
                            ID=a5bfc9e07964f8dddeb95fc584cd965d
                            Code=122&BatchName=2024 - 2026
                            StartYear=2024
                            StartMonth=JUN
                            EndYear=2026
                            EndMonth=MAR
                            Status=1
                            Remarks=Remarks
                            
{"status":"failure","message":"unable to update","div":""}

Delete

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