New Ledger Group





Label
Code
Code
  • Its unique reference of Ledger.
  • 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.
Ledger Group
LedgerGroup
  • Ledger Group is collection of ledgers that are combined and named.
  • Its a Mandatory input field
  • Allowed Alphabets 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

Edit Ledger Group



Label
Code
Code
  • Its unique reference of Ledger.
  • Its a view only not editable.
Ledger Group
LedgerGroup
  • If edit Ledger Group Name here change and update.
  • Its a Mandatory input field
  • Allowed Alphabets and space.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
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 Ledger Group



Delete Ledger Group





Ledger Groups List



Webservice

Get List

url: webservice.php?action=l&method=aclgl
{"status":"success",
                            "data":[{"ID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Code":"LG01",
                            "LedgerGroup":"Purchases",
                            "Remarks":"Ledger Group 1",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:15:14"},
                            {"ID":"a87ff679a2f3e71d9181a67b7542122c",
                            "Code":"LG02",
                            "LedgerGroup":"Duties and taxes",
                            "Remarks":"Ledger Group 2",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:16:04"},
                            {"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"LG03",
                            "LedgerGroup":"Direct Expenses",
                            "Remarks":"Ledger Group 3",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:17:11"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc",
                            "Code":"LG04",
                            "LedgerGroup":"Indirect Expenses",
                            "Remarks":"Ledger Group 4",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:18:36"},
                            {"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"LG05",
                            "LedgerGroup":"Bank Accounts",
                            "Remarks":"Ledger Group 5",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:19:28"},
                            {"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "Code":"LG06",
                            "LedgerGroup":"Deposit Accounts",
                            "Remarks":"Ledger Group 6",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:20:21"},
                            {"ID":"45c48cce2e2d7fbdea1afc51c7c6ad26",
                            "Code":"LG07",
                            "LedgerGroup":"Current Assets",
                            "Remarks":"Ledger Group 7",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:21:25"},
                            {"ID":"d3d9446802a44259755d38e6d163e820",
                            "Code":"LG08",
                            "LedgerGroup":"Current Liabilities",
                            "Remarks":"Ledger Group 8",
                            "Status":1,
                            "CreatedOn":"2024-10-23 12:22:27"}]}
                            
{"status":"failure","message":"data not found}

Add New

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

Get Data

url: webservice.php?action=g&method=aclgl&ID=c51ce410c124a10e0db5e4b97fc2af39
{"status":"success",
                            "data":[{"ID":"c51ce410c124a10e0db5e4b97fc2af39",
                            "LedgerGroup":"Abc",
                            "Remarks":"groups",
                            "Status":1,
                            "Code":"LG09",
                            "CreatedOn":"2024-12-28 15:27:37"}]}
                            

Update

url: webservice.php?action=u&method=aclgl
Input
                            ID=c51ce410c124a10e0db5e4b97fc2af39
                            LedgerGroup=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=aclgl
Input
delID=c51ce410c124a10e0db5e4b97fc2af39
{"status":"success","message":"Deleted sucessfully"}