I tried all the different values for rounding mode, but still it's not
getting rounded 'up'. 4133 is rounded off to 4000 currently.
I want 4133 to be rounded up to 5000. Any suggestions

Thanks and Regards
Divyush

On Wed, Nov 15, 2023 at 6:22 PM Ádám Sághy <adamsa...@gmail.com> wrote:

> Hi
>
> You should configure that in the Global Configurations
> (/Admin/System/Configurations on the UI) or c_configuration datatable in
> the database:
>
> Key: "rounding-mode”
> Value: 0
>
> 0 - UP, 1 - DOWN, 2- CEILING, 3- FLOOR, 4- HALF_UP, 5- HALF_DOWN, 6 -
> HALF_EVEN
>
> Regards,
> Adam
>
> On 15 Nov 2023, at 13:36, Divyush Raj <rajdivy...@gmail.com> wrote:
>
> Hi,
> Is there any way to round the EMI up to the nearest 1000.
> For example, if the emi is 4100. It has to be rounded up to 5000.
>
> Please suggest
> Thanks and regards
> Divyush
>
> On Wed, Nov 15, 2023 at 5:08 PM Peter Bagrij <peter.bag...@dpc.hu> wrote:
>
>> Hi,
>>
>> When you are creating the loan product you should specify that the
>> installment should be in multiples of 1000.
>>
>> <image.png>
>>
>> Please note that this should round the principal + interest portion to
>> multiples of 1000 and not just the principal portion.
>>
>> On Wed, Nov 15, 2023 at 12:08 PM Divyush Raj <rajdivy...@gmail.com>
>> wrote:
>>
>>> Hi,
>>> <image.png>
>>>
>>> I want to make the principal due in multiples of 1000.
>>> Please suggest how to do that.
>>>
>>> On Fri, Nov 10, 2023 at 10:34 PM Ádám Sághy <adamsa...@gmail.com> wrote:
>>>
>>>> It seems you are not providing the “transactionProcessingStrategyCode”.
>>>>
>>>> See below story -> it was slightly changed and instead of the “
>>>> transactionProcessingStrategyId”, you need to provide the code.
>>>>
>>>> *Example:*
>>>> - transactionProcessingStrategyCode: “mifos-standard-strategy"
>>>>
>>>> Fineract story: https://issues.apache.org/jira/browse/FINERACT-1783
>>>>
>>>> I hope it helps!
>>>>
>>>> Regards,
>>>> Adam
>>>>
>>>> On 9 Nov 2023, at 09:11, Divyush Raj <rajdivy...@gmail.com> wrote:
>>>>
>>>> Hi Adam,
>>>> I have solved the issue of jar file not running.
>>>> I have successfully installed the fineract backed API and also the UI
>>>> (Community-app).
>>>>
>>>> The *latest issue* that i am facing is that.
>>>> I am getting this error while trying to create a loan product:
>>>>
>>>> *ERROR:*
>>>> error.msg.transactions.processing.strategy.code.invalid
>>>>
>>>> {
>>>>   "developerMessage" : "The requested resource is not available.",
>>>>   "httpStatusCode" : "404",
>>>>   "defaultUserMessage" : "The requested resource is not available.",
>>>>   "userMessageGlobalisationCode" : "error.msg.resource.not.found",
>>>>   "errors" : [ {
>>>>     "developerMessage" : "Loan transaction processing strategy with
>>>> code null does not exist",
>>>>     "defaultUserMessage" : "Loan transaction processing strategy with
>>>> code null does not exist",
>>>>     "userMessageGlobalisationCode" :
>>>> "error.msg.transactions.processing.strategy.code.invalid",
>>>>     "parameterName" : "id",
>>>>     "args" : [ { } ]
>>>>   } ]
>>>> }
>>>>
>>>> Please look into this. Your help would be really appreciated.
>>>>
>>>> Thank and Regards
>>>> Divyush
>>>>
>>>>
>>>>
>>>> On Tue, Nov 7, 2023 at 5:55 PM Ádám Sághy <adamsa...@gmail.com> wrote:
>>>>
>>>>> Hi
>>>>>
>>>>> You havent shared too much information…
>>>>>
>>>>> Can you please describe what exactly your question regarding "starting
>>>>> the fineract jar file”?
>>>>>
>>>>> What do you try to achieve? What configurations you were using…etc.
>>>>>
>>>>> If you are facing some exception, please share that as well.
>>>>>
>>>>> In the meantime, please feel free to check the Readme of the Fineract:
>>>>> https://github.com/apache/fineract/blob/develop/README.md
>>>>> You might find the answer for your questions there.
>>>>>
>>>>> Regards,
>>>>> Adam
>>>>>
>>>>> On 7 Nov 2023, at 11:12, Divyush Raj <rajdivy...@gmail.com> wrote:
>>>>>
>>>>> Hi,
>>>>> I need some urgent help with starting the fineract jar file.
>>>>> Could you please help me?
>>>>>
>>>>> Thanks and regards
>>>>> Divyush
>>>>>
>>>>>
>>>>>
>>>>
>

Reply via email to