New Fees Group





Label
Code
Code
  • Its unique reference of Fees Group.
  • Its a Mandatory input field.
  • 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.
Fees Group
FeeGroup
  • Its a different Groups of Fees.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space and dot.
  • 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.

Edit Fees Group



Label
Code
Code
  • Its unique reference of Fees Group.
  • Its a view only not editable.
Fees Group
FeeGroup
  • If edit Fees Group Name here change and update.
  • Its a Mandatory input field.
  • Allowed Alphabets and Space and dot.
  • 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.

View Fees Group



Delete Fees Group





Fees Groups List



Webservice

Get List

url: webservice.php?action=l&method=macfgl
{"status":"success",
                            "data":[{"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"FG01",
                            "FeeGroup":"Lab fee",
                            "Remarks":"zzz",
                            "Status":1,
                            "CreatedOn":"2024-12-11 16:15:21"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=macfgl
Input
                             Code=123
                             FeeGroup=Abc
                             Remarks=groups
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"FeeGroup"}

Get Data

url: webservice.php?action=g&method=macfgl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "Semester":"Semester 7",
                            "Remarks":"semester",
                            "Status":1,
                            "Code":"SN07",
                            "CreatedOn":"2024-12-26 20:56:21"}]}
                            

Update

url: webservice.php?action=u&method=macfgl
Input
                            ID=c9f0f895fb98ab9159f51fd0297e236d
                            FeeGroup=Xyz
                            Status=1
                            Remarks=groups
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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