component-test/src/main/java/org/apache/fineract/cn/accounting/LedgerApiDocumentation.java [285:303]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("type").description("Type of Ledger " +
                                    " + \n" +
                                    " + \n" +
                                    " *enum* _AccountType_ { + \n" +
                                    "  ASSET, + \n" +
                                    "  LIABILITY, + \n" +
                                    "  EQUITY, + \n" +
                                    "  REVENUE, + \n" +
                                    "  EXPENSE + \n" +
                                    "}"),
                            fieldWithPath("identifier").description("Sub Ledger identifier"),
                            fieldWithPath("name").description("Name of sub ledger"),
                            fieldWithPath("description").description("Description of sub ledger"),
                            fieldWithPath("showAccountsInChart").type("Boolean").description("Should ledger be shown in charts ?")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/accounting/LedgerApiDocumentation.java [324:342]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("type").description("Type of Ledger " +
                                    " + \n" +
                                    " + \n" +
                                    " *enum* _AccountType_ { + \n" +
                                    "  ASSET, + \n" +
                                    "  LIABILITY, + \n" +
                                    "  EQUITY, + \n" +
                                    "  REVENUE, + \n" +
                                    "  EXPENSE + \n" +
                                    "}"),
                            fieldWithPath("identifier").description("Sub Ledger identifier"),
                            fieldWithPath("name").description("Name of sub ledger"),
                            fieldWithPath("description").description("Description of sub ledger"),
                            fieldWithPath("showAccountsInChart").type("Boolean").description("Should ledger be shown in charts ?")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



