You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by avikganguly01 <gi...@git.apache.org> on 2017/10/10 15:58:44 UTC

[GitHub] fineract pull request #397: Integrated TOIF into apache-fineract

Github user avikganguly01 commented on a diff in the pull request:

    https://github.com/apache/fineract/pull/397#discussion_r143773876
  
    --- Diff: fineract-provider/toif/housekeeping/housekeeping.txt ---
    @@ -0,0 +1,36 @@
    +###########################
    +#		  Facts
    +###########################
    +
    +TOIFSegmentIsRelatedToProject=project1
    +TOIFSegmentIsProducedByOrganization=org1
    +TOIFSegmentIsOwnedByOrganization=org1
    +TOIFSegmentIsGeneratedByPerson=person1
    +TOIFSegmentIsSupervisedByPerson=person1
    +
    +PersonIsInvolvedInProjectAsRole=person1;project1;role1
    +OrganizationIsInvolvedInProjectAsRole=org1;project1;role2
    +OrganizationIsPartOfOrganizationAsRole=org1;org2;role2
    +PersonIsEmployedByOrganizationAsRole=person1;org1;role1
    +
    +###########################
    +#		Entities
    +###########################
    +
    +SegmentDescription=Segment.
    +
    +#projectId=name;description
    +project1=apache-fineract;Apache Fineract:A Platform for Microfinance.
    +
    +#personId=name;email;phone
    +person1=mifos-developer;dev@fineract.apache.org;555-1234
    --- End diff --
    
    @ThisuraThejith Can you update your PR with the suggested change so it can be merged?


---