Add transaction category

PENDING 8 hrs Medium 2024-08-01

User Story

  • System should provide options to create transaction category.
  • System should allow only admin, super admin to create or edit.
  • Collect Basic Information.

Basic Information Need to be collected

  • Category name
  • Description
  • Category description

REST API

JSON Structure

{
  "data": [
    {
      "id": "a1e78a3e-3b4b-456a-b42c-61cf80967872",
      "createdAt": "2024-04-02T07:38:47.547Z",
      "updatedAt": "2024-04-02T07:40:10.097Z",
      "name": "Administrative Expense / Financial Expense",
      "description": ""
    }
  ],
  "meta": {
    "total": 34,
    "limit": "1",
    "page": "1"
  }
}