[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2022-03-24 Thread bharath gowda (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17511643#comment-17511643
 ] 

bharath gowda commented on FINERACT-1309:
-

Date issues usually happen when the timezones are not set properly
 
1. Check timezone is set right at the table 'tenants' under 'fineract_tenants' 
DB 
2. Check if server and DB hosted instances are of the same time zone as the 
user time zone

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.20.1#820001)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-08 Thread Francis Guchie (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281184#comment-17281184
 ] 

Francis Guchie commented on FINERACT-1309:
--

Thanks to [~anmotayo] i followed steps take in FINERACT-1291

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-08 Thread Francis Guchie (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281182#comment-17281182
 ] 

Francis Guchie commented on FINERACT-1309:
--

Issue
Our servers timezone is Time zone: Etc/UTC (UTC, +) while we set our 
timezone in the database to fineract_tenants.tenants.timezone_id = 
'Asia/Kolkata'. All our transaction dates were T - 1. 

 

Solution
We changed fineract_tenants.tenants.timezone_id = 'Africa/Freetown' which is 
the same with our server time zone Etc/UTC (UTC, +) and the issue stopped.

 

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-08 Thread bharath gowda (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17280954#comment-17280954
 ] 

bharath gowda commented on FINERACT-1309:
-

Hi Team,

I have tested the same and was not able to reproduce it either on any type of 
financial transaction.

Could you please check fineract_tenants.tenants.timezone_id is set properly as 
per your time zone,

I feel the issue could be because this parameter could not be in sync,

FINERACT-1291 was affected because of the same issue.

 

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-02 Thread Rahul Pawar (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277149#comment-17277149
 ] 

Rahul Pawar commented on FINERACT-1309:
---

[~francisguchie], I have tested now with the latest build, from creating a 
client to creating saving applications and deposit and withdrawal and also from 
creating the loan application to the repayment of it. The Dates that were saved 
were the current date and were fine and not set as day before

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-02 Thread Francis Guchie (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277052#comment-17277052
 ] 

Francis Guchie commented on FINERACT-1309:
--

[~rrpawar], [~awasum] have you experienced this before on the latest build ?

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (FINERACT-1309) Back Dated Transactions

2021-02-02 Thread Benura Abeywardena (Jira)


[ 
https://issues.apache.org/jira/browse/FINERACT-1309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17277043#comment-17277043
 ] 

Benura Abeywardena commented on FINERACT-1309:
--

[~francisguchie] So basically you're saying that there's an issue with the 
conversion of date to timestamp in FIENRACT server right?

> Back Dated Transactions
> ---
>
> Key: FINERACT-1309
> URL: https://issues.apache.org/jira/browse/FINERACT-1309
> Project: Apache Fineract
>  Issue Type: Bug
>  Components: Loan, Savings
>Affects Versions: 1.5.0
>Reporter: Francis Guchie
>Priority: Major
>
> When a user makes a transaction on a particular date, the created date is the 
> correct timestamp yet the created or transaction or submitted on dates are 
> set a day before 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)