You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by "Emmanuel Nnaa (JIRA)" <ji...@apache.org> on 2016/03/18 15:11:33 UTC

[jira] [Created] (FINERACT-85) Add office external ID to available account number prefixes

Emmanuel Nnaa created FINERACT-85:
-------------------------------------

             Summary: Add office external ID to available account number prefixes
                 Key: FINERACT-85
                 URL: https://issues.apache.org/jira/browse/FINERACT-85
             Project: Apache Fineract
          Issue Type: Improvement
            Reporter: Emmanuel Nnaa
            Assignee: Markus Geiss
            Priority: Minor


Add office external ID to available account number prefixes

{code}
public enum AccountNumberPrefixType {
        OFFICE_NAME(1, "accountNumberPrefixType.officeName"), CLIENT_TYPE(101, "accountNumberPrefixType.clientType"), LOAN_PRODUCT_SHORT_NAME(
                201, "accountNumberPrefixType.loanProductShortName"), SAVINGS_PRODUCT_SHORT_NAME(301,
                "accountNumberPrefixType.savingsProductShortName"), 
OFFICE_EXTERNAL_ID(401,"accountNumberPrefixType.officeExternalId");
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)