Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@sachinkulkarni12
Copy link
Contributor

No description provided.

@@ -0,0 +1 @@
INSERT INTO `c_configuration` ( `name`, `value`, `date_value`, `enabled`, `is_trap_door`, `description`) VALUES ('organisation-start-date', 0, NULL, 1, 0, NULL);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Default value should be disabled

@sachinkulkarni12 sachinkulkarni12 deleted the CC-52_New branch March 2, 2016 10:14
awaleram pushed a commit to awaleram/incubator-fineract that referenced this pull request Feb 14, 2017
added invesetment batch job permission
ShruthiRajaram pushed a commit that referenced this pull request Nov 16, 2018
* Swagger Documentation of StandingInstructionApiResource.java

* Swagger Documentation of StandingInstructionHistoryApiResource.java

* Swagger Documentation for ChargesApiResource.java

* Swagger Documentation of EntityFieldConfigurationApiResources.java and LoanChargesApiResource.java

* Swagger Documentation for CollateralsApiResource.java and InterestRateChartsApiResource.java (#5)

* Swagger Documentation for InterestRateChartSlabsApiResource.java (#8)

* Swagger Documentation for FundsApiResource.java (#9)

* Swagger Documentation for LoansApiResource.java (#10)

* Swagger Documentation for TaxGroupApiResource.java (#12)

* Swagger Documentation for FixedDepositAccountsApiResource.java (#13)

* Swagger Documentation for FixedDepositAccountsApiResource.java

* Added Example Request in GET Endpoint {accountId}

Added Example Request in GET Endpoint in "fixeddepositaccounts/{accountId}"

* Swagger Documentation for AccountTransfersApiResource.java (#14)

* Swagger Documentation for CollectionSheetApiResource.java and FloatingRatesApiResource.java (#15)

* Swagger Documentation for CentersApiResource.java (#16)

* Swagger documentation for GroupsApiResource.java (#11)

* Swagger Documentation for SelfBeneficiariesTPTApiResource.java and SelfAuthenticationApiResource.java (#21)

* Swagger Documentation for SelfClientsApiResource.java (#20)

* Swagger Documentation for AccountsApiResource.java (#19)

* Swagger Documentation for SelfUserApiResource.java, TaxComponentApiResource.java & SelfUserDetailsApiResource.java (#18)

* Swagger Documentation for FixedDepositProductsApiResource.java (#22)

* Swagger Documentation for SelfSavingsApiResource.java (#23)

* Swagger Documentation for RecurringDepositAccountsApiResource.java (#24)

* Swagger Documentation for SelfLoansApiResource.java (#17)

* Swagger Documentation for SelfLoansApiResource.java
* Added documentation for POST endpoint

* Swagger Documentation for SavingsAccountsApiResource.java (#26)

* Swagger Documentation for RecurringDepositAccountTransactionsApiResource.java (#29)

* Swagger Documentation for LoanProductsApiResource.java and NotesApiResource,java (#25)

* Swagger Documentation for RecurringDepositProductsApiResource.java & SavingAccountChargesApiResource.java (#27)

* Swagger Documenatation for LoanScheduleApiResource.java & LoanTransactionsApiResource.java (#28)

* Swagger Documentation for PaymentTypeApiResource.java and ProductsApiResource.java (#31)

* Swagger Documentation for SavingsProductsApiResource.java (#30)

* Swagger Documentation for Clients API (#32)

* Swagger Documentation for Clients API

* Changed the file name

* Fixed minor bugs/errors

* Requested Changes

* Some more changes
Napho referenced this pull request in FITER1/fineract-template Jan 19, 2023
MON-91 correct liquibase migrations changing db hash
Aman-Mittal added a commit to Aman-Mittal/fineract that referenced this pull request Aug 24, 2025
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043679 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043674 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043668 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043655 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043650 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043640 +0530

parent 0f53f77
author Aman-Mittal <[email protected]> 1755282444 +0530
committer Aman-Mittal <[email protected]> 1756043234 +0530

# This is a combination of 30 commits.
# This is the 1st commit message:

minor sonarqube fixes

apply java sptless changes

spotless apply

Bump actions/checkout from 4.2.2 to 5.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

FINERACT-2326: Extract out external dependencies from Client and Group entity

FINERACT-2330: Buy-Down fees Accounting for non merchant product

FINERACT-2326: Missing user permission for Capitalized Income and Buydown fee

# This is the commit message #2:

FINERACT-2181: Update dependency node to v22

# This is the commit message #3:

FINERACT-2181: Update dependency com.puppycrawl.tools:checkstyle to v11

# This is the commit message apache#4:

FINERACT-2326: Fix UserLoanPermissionTest

# This is the commit message apache#5:

FINERACT-2326: Use Hibernate Validator

# This is the commit message apache#6:

FINERACT-2232: DeferredIncomeApi as CapitalizedIncomeApi

# This is the commit message apache#7:

FINERACT-2326: Introduce FineractProgressiveLoanBeanConfiguration to allow conditionally register beans in `fineract-progressive-loan` module

# This is the commit message apache#8:

FINERACT-2326: Rework business date validation and dto handling

# This is the commit message apache#9:

FINERACT-2233: Rework journal entry handling logic in Loan module

# This is the commit message apache#10:

FINERACT-2279: Add contract termination documentation

# This is the commit message apache#11:

FINERACT-1981: Reschedule loan with interest rate change from zero breaks repayment schedule and loan status to OVERPAID

# This is the commit message apache#12:

FINERACT-1981: Reschedule loan with interest rate change from zero breaks repayment schedule and loan status to OVERPAID - E2E tests

Implemented Sonar Fixes

# This is the commit message apache#13:

FINERACT-2312: Adjustment to savings account products by adding a new accounting account interest receivables account. (apache#4876)

# This is the commit message apache#14:

FINERACT-2312: Accruals added for savings accounts (apache#4885)

# This is the commit message apache#15:

added e2e tests for validation of progressive Loan schedule handling - Reschedule installment (Extend repayment period)

# This is the commit message apache#16:

FINERACT-1981: Progressive Loan schedule handling - Reschedule installment (Extend repayment period)

# This is the commit message apache#17:

FINERACT-2330: Buy-Down fees adjustment Acct for non merchant product

# This is the commit message apache#18:

FINERACT-2330: added e2e tests for buy down fee for non-merchant

# This is the commit message apache#19:

FINERACT-2327: when Interest Refund was created manually, we should only return the newly created Interest Refund transaction identifiers in the result.

# This is the commit message apache#20:

FINERACT-2317: Fix updating the available disbursed amount to zero after loan approval

# This is the commit message apache#21:

FINERACT-2317: added e2e tests for update available disb amount validation with zero value

# This is the commit message apache#22:

FINERACT-2326: Backdated loan charge-off accrual fix

# This is the commit message apache#23:

FINERACT-1926: Add previous owner to ExternalAssetOwnerTransfer

# This is the commit message apache#24:

FINERACT-1926: added e2e tests for asset owner event changes with previous owner

# This is the commit message apache#25:

Bump actions/setup-java from 4.7.1 to 5.0.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@c5195ef...dded088)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
# This is the commit message apache#26:

FINERACT-2337 Fix docker publish for tags

# This is the commit message apache#27:

FINERACT-2349: final 1.12.1 release doc updates

Tidy up docs post-1.12.1 release, alongside updates to https://cwiki.apache.org/confluence/display/FINERACT/

# This is the commit message apache#28:

FINERACT-2326: Deregister static mocks

# This is the commit message apache#29:

Bump actions/checkout from 4.2.2 to 5.0.0

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@11bd719...08c6903)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
# This is the commit message apache#30:

FINERACT-2326: Extract out external dependencies from Client and Group entity

FINERACT-2326: Missing user permission for Capitalized Income and Buydown fee

FINERACT-2181: Update dependency node to v22

FINERACT-2181: Update dependency com.puppycrawl.tools:checkstyle to v11

FINERACT-2326: Fix UserLoanPermissionTest

FINERACT-2232: DeferredIncomeApi as CapitalizedIncomeApi

FINERACT-2326: Introduce FineractProgressiveLoanBeanConfiguration to allow conditionally register beans in `fineract-progressive-loan` module

FINERACT-2326: Rework business date validation and dto handling

FINERACT-2279: Add contract termination documentation

FINERACT-1981: Reschedule loan with interest rate change from zero breaks repayment schedule and loan status to OVERPAID - E2E tests

FINERACT-2312: Accruals added for savings accounts (apache#4885)

FINERACT-1981: Progressive Loan schedule handling - Reschedule installment (Extend repayment period)

FINERACT-2330: Buy-Down fees adjustment Acct for non merchant product

FINERACT-2330: added e2e tests for buy down fee for non-merchant

FINERACT-2327: when Interest Refund was created manually, we should only return the newly created Interest Refund transaction identifiers in the result.

FINERACT-2317: added e2e tests for update available disb amount validation with zero value

FINERACT-2326: Backdated loan charge-off accrual fix

FINERACT-1926: Add previous owner to ExternalAssetOwnerTransfer

FINERACT-1926: added e2e tests for asset owner event changes with previous owner

Bump actions/setup-java from 4.7.1 to 5.0.0

Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.7.1 to 5.0.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@c5195ef...dded088)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-version: 5.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

FINERACT-2337 Fix docker publish for tags

FINERACT-2349: final 1.12.1 release doc updates

Tidy up docs post-1.12.1 release, alongside updates to https://cwiki.apache.org/confluence/display/FINERACT/

FINERACT-2326: Deregister static mocks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants