[ https://issues.apache.org/jira/browse/FINERACT-610?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16628545#comment-16628545 ]
ASF GitHub Bot commented on FINERACT-610: ----------------------------------------- ShruthiRajaram closed pull request #453: FINERACT-610 - Post Interest As On Permision URL: https://github.com/apache/fineract/pull/453 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/fineract-provider/src/main/resources/sql/migrations/core_db/V348__post_interest_as_on_permission.sql b/fineract-provider/src/main/resources/sql/migrations/core_db/V348__post_interest_as_on_permission.sql new file mode 100644 index 000000000..6c3301173 --- /dev/null +++ b/fineract-provider/src/main/resources/sql/migrations/core_db/V348__post_interest_as_on_permission.sql @@ -0,0 +1,22 @@ +-- +-- Licensed to the Apache Software Foundation (ASF) under one +-- or more contributor license agreements. See the NOTICE file +-- distributed with this work for additional information +-- regarding copyright ownership. The ASF licenses this file +-- to you under the Apache License, Version 2.0 (the +-- "License"); you may not use this file except in compliance +-- with the License. You may obtain a copy of the License at +-- +-- http://www.apache.org/licenses/LICENSE-2.0 +-- +-- Unless required by applicable law or agreed to in writing, +-- software distributed under the License is distributed on an +-- "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +-- KIND, either express or implied. See the License for the +-- specific language governing permissions and limitations +-- under the License. +-- + +INSERT INTO `m_permission` (`grouping`, `code`, `entity_name`, `action_name`, `can_maker_checker`) VALUES ('transaction_savings', 'POSTINTERESTASON_SAVINGSACCOUNT', 'SAVINGSACCOUNT', 'POSTINTERESTASON', 0); +INSERT INTO `m_permission` (`grouping`, `code`, `entity_name`, `action_name`, `can_maker_checker`) VALUES ('transaction_savings', 'POSTINTERESTASON_SAVINGSACCOUNT_CHECKER', 'SAVINGSACCOUNT', 'POSTINTERESTASON', 1); + ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > Post Interest As On > ------------------- > > Key: FINERACT-610 > URL: https://issues.apache.org/jira/browse/FINERACT-610 > Project: Apache Fineract > Issue Type: Improvement > Components: Savings > Reporter: May Myint > Priority: Minor > Labels: saving > Fix For: 1.2.0 > > > Currently, Post Interest As On is only available when User is given ALL > FUNCTION permission. However, this is needed by many Users who should not be > given the ALL FUNCTION (loan officers etc). This function is used when a > client leaves the MFI and all their Savings are posted up to date and > withdrawn. It would be ideal to have a separate permission setting for this > function. -- This message was sent by Atlassian JIRA (v7.6.3#76005)