Simple Accounting
    • Introduction
    • Schemas
      • Users
      • Chart of Accounts
      • Journals

    Chart of Accounts

    {
        "_id": "string",
        "type": "string",
        "category": "string",
        "number": "string",
        "name": "string",
        "created_by_id": "string"
    }
    Built with