New Ledger





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
  • Its a type of Ledger Group.
  • Its a Mandatory input field
  • Select reqired one in the list
Ledger
LedgerName
  • A record-keeping system that tracks a financial transactions.
  • 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



Label
Code
Code
  • Its unique reference of Ledger.
  • Its a view only not editable.
Ledger Group
LedgerGroup
  • If change selected Ledger Group here change and update.
  • Its a Mandatory input field
  • Select reqired one in the list
Ledger
LedgerName
  • If edit Ledger 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
  • 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



Delete Ledger





Ledgers List



Webservice

Get List

url: webservice.php?action=l&method=acll
{"status":"success",
                            "data":[{"ID":"8f14e45fceea167a5a36dedd4bea2543",
                            "Code":"01",
                            "LedgerName":"Creditor Ledger",
                            "LedgerGroup":"Purchases",
                            "LedgerGroupID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-21 11:17:42"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=acll
Input
                             Code=02
                            LedgerGroup=eccbc87e4b5ce2fe28308fd9f2a7baf3
                            LedgerName=Shopping
                            Remarks=ledger
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"LedgerName"}

Get Data

url: webservice.php?action=g&method=acll&ID=c9f0f895fb98ab9159f51fd0297e236d
{"status":"success",
                            "data":[{"ID":"c9f0f895fb98ab9159f51fd0297e236d",
                            "LedgerName":"Shopping",
                            "LedgerGroup":"Purchases",
                            "LedgerGroupID":"eccbc87e4b5ce2fe28308fd9f2a7baf3",
                            "Remarks":"ledger",
                            "Status":1,
                            "Code":"02",
                            "CreatedOn":"2024-12-28 16:11:41"}]}
                            

Update

url: webservice.php?action=u&method=acll
Input
                            ID=c9f0f895fb98ab9159f51fd0297e236d
                            LedgerGroup=eccbc87e4b5ce2fe28308fd9f2a7baf3
                            LedgerName=Transport
                            Status=1
                            Remarks=ledger
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

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