You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@fineract.apache.org by airsay longcon <ai...@gmail.com> on 2020/05/09 09:00:22 UTC

Null Transaction Dates for Savings Products

I am running fineract (develop) on the following infrastructure
Server: Windows 10
Tomcat: Tomcat 9.0.34
MySQL: MySQL 5.5.62
JDK: OpenJDK 11.0.7
Fineract: Fineract (develop)

So I have been testing Fineract over the past four months with good success
until last weekend.
I have four products, two each under Recurring Deposit and Fixed Deposit.
My preference would be Recurring Deposit but I can live with Fixed Deposit.
After Properly Setting up products, I created a Client, created a
back-dated recurring deposit account then calculated and posted interest.
Prior to now interest posted (correct dates and amounts). However on
Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
Transaction Dates for Deposit and Interest displays null

[image: image.png]

Product is correctly setup as below
[image: image.png]

Notice in the screenshot above that Interest Rate Chart has a value  for
"Valid From Date". When I try to create an account however, I notice that
it displays null as in the screenshot below
[image: image.png]

The same thing holds for Fixed Deposit. Anyone faced this before? How can i
resolve?

Not that Under Transactions when I drill down I get a valid date entry as
below
[image: image.png]

Compare above screenshot for Transaction ID 2 with Transaction entry for
same Transaction ID 2
[image: image.png]

Any help/advice will be appreciated.

Warm Regards
Airsay

Re: Null Transaction Dates for Savings Products

Posted by Saransh Sharma <sa...@muellners.com>.
Hey Airsay which version of Community App are you using?

I have come across this issue and have covered this and tested it on Safari
, please take a look at this fix , probably you might want to git pull.

Thanks

On Sat, May 9, 2020 at 2:32 PM airsay longcon <ai...@gmail.com>
wrote:

> I am running fineract (develop) on the following infrastructure
> Server: Windows 10
> Tomcat: Tomcat 9.0.34
> MySQL: MySQL 5.5.62
> JDK: OpenJDK 11.0.7
> Fineract: Fineract (develop)
>
> So I have been testing Fineract over the past four months with good
> success until last weekend.
> I have four products, two each under Recurring Deposit and Fixed Deposit.
> My preference would be Recurring Deposit but I can live with Fixed Deposit.
> After Properly Setting up products, I created a Client, created a
> back-dated recurring deposit account then calculated and posted interest.
> Prior to now interest posted (correct dates and amounts). However on
> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
> Transaction Dates for Deposit and Interest displays null
>
> [image: image.png]
>
> Product is correctly setup as below
> [image: image.png]
>
> Notice in the screenshot above that Interest Rate Chart has a value  for
> "Valid From Date". When I try to create an account however, I notice that
> it displays null as in the screenshot below
> [image: image.png]
>
> The same thing holds for Fixed Deposit. Anyone faced this before? How can
> i resolve?
>
> Not that Under Transactions when I drill down I get a valid date entry as
> below
> [image: image.png]
>
> Compare above screenshot for Transaction ID 2 with Transaction entry for
> same Transaction ID 2
> [image: image.png]
>
> Any help/advice will be appreciated.
>
> Warm Regards
> Airsay
>


-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------
*Company Website <https://www.muellners.com/>       **Company Linkedin
<https://www.linkedin.com/company/muellners>            *Company Facebook
<https://www.facebook.com/muellners>

This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.

Re: [Mifos-developer] Null Transaction Dates for Savings Products

Posted by qwert test <qw...@gmail.com>.
Hi Team,
I am facing below error can anyone help me

Access to XMLHttpRequest at '
https://demo.openmf.org/fineract-provider/api/v1/authentication' from
origin 'http://localhost:9002' has been blocked by CORS policy: Response to
preflight request doesn't pass access control check: Redirect is not
allowed for a preflight request.
angular.js:13236 TypeError: Cannot read property 'errors' of null
    at responseError (notificationWidget.js:165)
    at processQueue (angular.js:15552)
    at angular.js:15568
    at Scope.$eval (angular.js:16820)
    at Scope.$digest (angular.js:16636)
    at Scope.$apply (angular.js:16928)
    at done (angular.js:11266)
    at completeRequest (angular.js:11464)
    at XMLHttpRequest.requestError (angular.js:11415)
(anonymous) @ angular.js:13236
(anonymous) @ angular.js:9965
processQueue @ angular.js:15560
(anonymous) @ angular.js:15568
$eval @ angular.js:16820
$digest @ angular.js:16636
$apply @ angular.js:16928
done @ angular.js:11266
completeRequest @ angular.js:11464
requestError @ angular.js:11415
error (async)
(anonymous) @ angular.js:11418
sendReq @ angular.js:11235
serverRequest @ angular.js:10945
processQueue @ angular.js:15552
(anonymous) @ angular.js:15568
$eval @ angular.js:16820
$digest @ angular.js:16636
$apply @ angular.js:16928
(anonymous) @ angular.js:24551
dispatch @ jquery.js:4732
elemData.handle @ jquery.js:4544
angular.js:11442 POST
https://demo.openmf.org/fineract-provider/api/v1/authentication
net::ERR_FAILED
(anonymous) @ angular.js:11442
sendReq @ angular.js:11235
serverRequest @ angular.js:10945
processQueue @ angular.js:15552
(anonymous) @ angular.js:15568
$eval @ angular.js:16820
$digest @ angular.js:16636
$apply @ angular.js:16928
(anonymous) @ angular.js:24551
dispatch @ jquery.js:4732
elemData.handle @ jquery.js:4544





On Sat, May 9, 2020 at 11:06 PM Michael Vorburger <mi...@vorburger.ch> wrote:

> Airsay,
>
> If I were you, what I would do first to be able to contribute to driving
> your problem to an eventual resolution, is see if you can figure out if
> this is a problem in the "back-end" (so a bug in
> https://github.com/apache/fineract) or a display issue in the UI (so a
> bug in https://github.com/openMF/community-app). Once that's clear, I
> would try to create an easy way to reproduce this issue. Then create a bug
> in the respective project's issue tracker. Then you can see if there any
> volunteers willing to contribute a fix. Or perhaps one of the partners
> would want to step up and contribute a fix working for you.
>
> BTW Wouldn't it be cool if we used some sort of "tech support auction open
> marketplace" kind of site? What if Airsay, instead of posting his problem
> only here to our mailing lists, would create a bug in the appropriate issue
> tracker, and then be able to put a "bounty" on it - expressing "fixing this
> would be worth $N to me" (as in "currently", it would have to be possible
> to adjust it, in reaction to feedback..), to which interested parties and
> individuals (possibly even several!) could "bid" to mean "Heck yeah, I'd
> willing to contribute an upstream fix for this for $M!" (or maybe "not
> really sure what the problems is exactly and how to fix it, but.. for $X I
> would be willing to make some time to have a closer look for you, and then
> make you a quote"), out of which Airsay could pick one of the offers. The
> platform would be some sort of neutral middle man, and would have some sort
> of fancy game-ified reputation system... ;-) I've never seriously searched
> for anything like this, but I wouldn't be surprised if someone somewhere
> already thought of building a site like that... has anyone ever come across
> something like this? It's just a wild thought.
>
> Best,
> M.
>
>
> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com> wrote:
>
>> Same under issue in Chrome, Edge, Chromium
>>
>> Sent from my iPhone
>>
>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>
>> 
>> Try another browser
>>
>> Chrome
>> Opera, etc
>>
>> Safari or FireFox usually have that issue.
>>
>> Cheers.
>>
>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>> wrote:
>>
>>> I am running fineract (develop) on the following infrastructure
>>> Server: Windows 10
>>> Tomcat: Tomcat 9.0.34
>>> MySQL: MySQL 5.5.62
>>> JDK: OpenJDK 11.0.7
>>> Fineract: Fineract (develop)
>>>
>>> So I have been testing Fineract over the past four months with good
>>> success until last weekend.
>>> I have four products, two each under Recurring Deposit and Fixed
>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>> Deposit.
>>> After Properly Setting up products, I created a Client, created a
>>> back-dated recurring deposit account then calculated and posted interest.
>>> Prior to now interest posted (correct dates and amounts). However on
>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>> Transaction Dates for Deposit and Interest displays null
>>>
>>> <image.png>
>>>
>>>
>>> Product is correctly setup as below
>>> <image.png>
>>>
>>>
>>> Notice in the screenshot above that Interest Rate Chart has a value  for
>>> "Valid From Date". When I try to create an account however, I notice that
>>> it displays null as in the screenshot below
>>> <image.png>
>>>
>>>
>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>> can i resolve?
>>>
>>> Not that Under Transactions when I drill down I get a valid date entry
>>> as below
>>> <image.png>
>>>
>>>
>>> Compare above screenshot for Transaction ID 2 with Transaction entry for
>>> same Transaction ID 2
>>> <image.png>
>>>
>>>
>>> Any help/advice will be appreciated.
>>>
>>> Warm Regards
>>> Airsay
>>>
>> --
>> [image: Logo] <https://www.fiter.io>
>> *Samuel C.S Joseph*
>> * Business/Projects.*
>> *e:* samuel@fiter.io
>> *w:* fiter.io <http://www.fiter.io>
>> *m:* +2348107176019
>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>
>> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

Re: Null Transaction Dates for Savings Products

Posted by Airsay Longcon <ai...@gmail.com>.
I will provide feedback on this change within 24 hours 

Sent from my iPhone

> On 13 May 2020, at 18:06, Saransh Sharma <sa...@muellners.com> wrote:
> 
> 
> https://github.com/openMF/community-app/pull/3196
> 
>> On Sat, May 9, 2020 at 11:05 PM Michael Vorburger <mi...@vorburger.ch> wrote:
>> Airsay,
>> 
>> If I were you, what I would do first to be able to contribute to driving your problem to an eventual resolution, is see if you can figure out if this is a problem in the "back-end" (so a bug in https://github.com/apache/fineract) or a display issue in the UI (so a bug in https://github.com/openMF/community-app). Once that's clear, I would try to create an easy way to reproduce this issue. Then create a bug in the respective project's issue tracker. Then you can see if there any volunteers willing to contribute a fix. Or perhaps one of the partners would want to step up and contribute a fix working for you.
>> 
>> BTW Wouldn't it be cool if we used some sort of "tech support auction open marketplace" kind of site? What if Airsay, instead of posting his problem only here to our mailing lists, would create a bug in the appropriate issue tracker, and then be able to put a "bounty" on it - expressing "fixing this would be worth $N to me" (as in "currently", it would have to be possible to adjust it, in reaction to feedback..), to which interested parties and individuals (possibly even several!) could "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for this for $M!" (or maybe "not really sure what the problems is exactly and how to fix it, but.. for $X I would be willing to make some time to have a closer look for you, and then make you a quote"), out of which Airsay could pick one of the offers. The platform would be some sort of neutral middle man, and would have some sort of fancy game-ified reputation system... ;-) I've never seriously searched for anything like this, but I wouldn't be surprised if someone somewhere already thought of building a site like that... has anyone ever come across something like this? It's just a wild thought.
>> 
>> Best,
>> M.
>> 
>> 
>>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com> wrote:
>>> Same under issue in Chrome, Edge, Chromium
>>> 
>>> Sent from my iPhone
>>> 
>>>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>>> 
>>>> 
>>>> Try another browser 
>>>> 
>>>> Chrome
>>>> Opera, etc
>>>> 
>>>> Safari or FireFox usually have that issue.
>>>> 
>>>> Cheers.
>>>> 
>>>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com> wrote:
>>>>> I am running fineract (develop) on the following infrastructure
>>>>> Server: Windows 10
>>>>> Tomcat: Tomcat 9.0.34
>>>>> MySQL: MySQL 5.5.62
>>>>> JDK: OpenJDK 11.0.7
>>>>> Fineract: Fineract (develop)
>>>>> 
>>>>> So I have been testing Fineract over the past four months with good success until last weekend.
>>>>> I have four products, two each under Recurring Deposit and Fixed Deposit. My preference would be Recurring Deposit but I can live with Fixed Deposit.
>>>>> After Properly Setting up products, I created a Client, created a  back-dated recurring deposit account then calculated and posted interest. Prior to now interest posted (correct dates and amounts). However on Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that Transaction Dates for Deposit and Interest displays null
>>>>> 
>>>>> <image.png>
>>>>> 
>>>>> 
>>>>> Product is correctly setup as below
>>>>> <image.png>
>>>>> 
>>>>> 
>>>>> Notice in the screenshot above that Interest Rate Chart has a value  for "Valid From Date". When I try to create an account however, I notice that it displays null as in the screenshot below
>>>>> <image.png>
>>>>> 
>>>>> 
>>>>> The same thing holds for Fixed Deposit. Anyone faced this before? How can i resolve?
>>>>> 
>>>>> Not that Under Transactions when I drill down I get a valid date entry as below
>>>>> <image.png>
>>>>> 
>>>>> 
>>>>> Compare above screenshot for Transaction ID 2 with Transaction entry for same Transaction ID 2
>>>>> <image.png>
>>>>> 
>>>>> 
>>>>> Any help/advice will be appreciated.
>>>>> 
>>>>> Warm Regards
>>>>> Airsay
>>>> -- 
>>>> 	
>>>> Samuel C.S Joseph 
>>>> Business/Projects.
>>>> e: samuel@fiter.io
>>>> w: fiter.io
>>>> m: +2348107176019
>>>>    
> 
> 
> -- 
> Saransh Sharma
> 
> Research Partner
> Muellner Internet Pvt Ltd 
> ----------------------------------------------------------------------------------------------
> 
> The idea of separation of me and you is amazing.
> ----------------------------------------------------------------------------------------------
> 
> Company Website       Company Linkedin            Company Facebook
> 
> This mail is governed by Muellner®  Internet Private Limited's IT policy.
> The information contained in this e-mail and any accompanying documents may contain information that is confidential or otherwise protected from disclosure. If you are not the intended recipient of this message, or if this message has been addressed to you in error, please immediately alert the sender by reply e-mail and then delete this message, including any attachments. Any dissemination, distribution or other use of the contents of this message by anyone other than the intended recipient is strictly prohibited. All messages sent to and from this e-mail address may be monitored as permitted by applicable law and regulations to ensure compliance with our internal policies and to protect our business. E-mails are not secure and cannot be guaranteed to be error free as they can be intercepted, amended, lost or destroyed, or contain viruses. You are deemed to have accepted these risks if you communicate with us by e-mail.

Re: Null Transaction Dates for Savings Products

Posted by Saransh Sharma <sa...@muellners.com>.
https://github.com/openMF/community-app/pull/3196

On Sat, May 9, 2020 at 11:05 PM Michael Vorburger <mi...@vorburger.ch> wrote:

> Airsay,
>
> If I were you, what I would do first to be able to contribute to driving
> your problem to an eventual resolution, is see if you can figure out if
> this is a problem in the "back-end" (so a bug in
> https://github.com/apache/fineract) or a display issue in the UI (so a
> bug in https://github.com/openMF/community-app). Once that's clear, I
> would try to create an easy way to reproduce this issue. Then create a bug
> in the respective project's issue tracker. Then you can see if there any
> volunteers willing to contribute a fix. Or perhaps one of the partners
> would want to step up and contribute a fix working for you.
>
> BTW Wouldn't it be cool if we used some sort of "tech support auction open
> marketplace" kind of site? What if Airsay, instead of posting his problem
> only here to our mailing lists, would create a bug in the appropriate issue
> tracker, and then be able to put a "bounty" on it - expressing "fixing this
> would be worth $N to me" (as in "currently", it would have to be possible
> to adjust it, in reaction to feedback..), to which interested parties and
> individuals (possibly even several!) could "bid" to mean "Heck yeah, I'd
> willing to contribute an upstream fix for this for $M!" (or maybe "not
> really sure what the problems is exactly and how to fix it, but.. for $X I
> would be willing to make some time to have a closer look for you, and then
> make you a quote"), out of which Airsay could pick one of the offers. The
> platform would be some sort of neutral middle man, and would have some sort
> of fancy game-ified reputation system... ;-) I've never seriously searched
> for anything like this, but I wouldn't be surprised if someone somewhere
> already thought of building a site like that... has anyone ever come across
> something like this? It's just a wild thought.
>
> Best,
> M.
>
>
> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com> wrote:
>
>> Same under issue in Chrome, Edge, Chromium
>>
>> Sent from my iPhone
>>
>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>
>> 
>> Try another browser
>>
>> Chrome
>> Opera, etc
>>
>> Safari or FireFox usually have that issue.
>>
>> Cheers.
>>
>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>> wrote:
>>
>>> I am running fineract (develop) on the following infrastructure
>>> Server: Windows 10
>>> Tomcat: Tomcat 9.0.34
>>> MySQL: MySQL 5.5.62
>>> JDK: OpenJDK 11.0.7
>>> Fineract: Fineract (develop)
>>>
>>> So I have been testing Fineract over the past four months with good
>>> success until last weekend.
>>> I have four products, two each under Recurring Deposit and Fixed
>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>> Deposit.
>>> After Properly Setting up products, I created a Client, created a
>>> back-dated recurring deposit account then calculated and posted interest.
>>> Prior to now interest posted (correct dates and amounts). However on
>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>> Transaction Dates for Deposit and Interest displays null
>>>
>>> <image.png>
>>>
>>>
>>> Product is correctly setup as below
>>> <image.png>
>>>
>>>
>>> Notice in the screenshot above that Interest Rate Chart has a value  for
>>> "Valid From Date". When I try to create an account however, I notice that
>>> it displays null as in the screenshot below
>>> <image.png>
>>>
>>>
>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>> can i resolve?
>>>
>>> Not that Under Transactions when I drill down I get a valid date entry
>>> as below
>>> <image.png>
>>>
>>>
>>> Compare above screenshot for Transaction ID 2 with Transaction entry for
>>> same Transaction ID 2
>>> <image.png>
>>>
>>>
>>> Any help/advice will be appreciated.
>>>
>>> Warm Regards
>>> Airsay
>>>
>> --
>> [image: Logo] <https://www.fiter.io>
>> *Samuel C.S Joseph*
>> * Business/Projects.*
>> *e:* samuel@fiter.io
>> *w:* fiter.io <http://www.fiter.io>
>> *m:* +2348107176019
>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>
>>

-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------
*Company Website <https://www.muellners.com/>       **Company Linkedin
<https://www.linkedin.com/company/muellners>            *Company Facebook
<https://www.facebook.com/muellners>

This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.

Re: [Mifos-developer] Bounties for Fixing Issues WAS [Re: Null Transaction Dates for Savings Products]

Posted by Ed Cable <ed...@mifos.org>.
Rachit also found this other tool, BountySource (
https://www.bountysource.com/), which is very similar to IssueHunt. Like
Saransh's tool, it also supports payout to multiple individuals and for a
bounty to be sponsored/funded by multiple parties. However, BountySource
doesn't look to have a lot of recent activity - only two recent bounties
created in the past 4 months.

Saransh, are you able to share a link to the open source tool you are
maintaining?

One thing that i don't think was possible from either Issuehunt nor
BountySource was the ability for the bounty to be visible from the issue
itself in the issue tracker as it would be nice for members of the
community to see which bounties were available directly from the repository
they're browsing. All of the traffic/interest is going to come from members
of the bounty community or those from our own community we point towards
whatever bounty tool might be utilized.

From a quick test, Issuehunt does have pretty tight integration with Github
- I will do some testing of it on the Community App repo on Github with
Rachit.

Another Github Bounty plugin l found is BossBounty (
https://github.com/marketplace/boss-bounty). However, you can only earn
bounties if you reside in one of 23 countries,
https://www.boss.dev/doc/#earn-countries

I also found Gitcoin in searching.

Ed



On Mon, May 25, 2020 at 1:44 AM Saransh Sharma <sa...@muellners.com>
wrote:

> We have developed an open source tool based on our instance of Jira we
> host where we create issues there and have a jira bot which does all the
> job from the maintainer point of view.
>
> One perspective of the bid is developer would price the task with its own
> conditions that could lower potentially lower price and subside the
> quality.
>
> We have implemented multiple funding on single task and multiple payouts
> based on the work done ie easy to determine by a project maintainer.
>
> Once a pr is raised on the git it will watch the activities and then we
> can simply pay the user once it's done.
>
> At one point we will integrate Smart Contract functionality which does
> escrow and automatic payout too.
>
> Let me know if we can integrate this with jira and git.
>
> Thanks
>
> On Sun, 24 May 2020, 02:04 James Dailey, <ja...@gmail.com> wrote:
>
>> My starting point was this flow:
>>
>> Detailing an Issue (link to Jira) --> Asking for Bids --> Confirming Work
>> Order
>> --> PR and/or hot fix --> Acceptance and Payment.
>>
>> I've been on an internet hunt for on-demand solutions.  I've also
>> wondered if there is a way to tightly integrate with Atlassian (jira).
>>
>> I could not find a suitable solution in their marketplace or core
>> software:  https://www.atlassian.com/teams/software
>>
>> On the other hand, https://issuehunt.io. seems exactly along the right
>> path.
>>
>> Shall we proceed?
>>
>> On Sun, May 10, 2020 at 3:14 PM Ed Cable <ed...@mifos.org> wrote:
>>
>>> Michael, thanks for bringing this up. It's something that James had
>>> expressed a need for and something Mifos should and will explore more
>>> closely.
>>>
>>> Here's what James articulated as the need:
>>>
>>>
>>>    1. Someone comes to fineract or mifos list serve and wants /needs a
>>>    specific feature.
>>>    2. They are told to input the feature into an online form (and maybe
>>>    also into the issue tracker)
>>>    3. A developer who is a member goes to the platform and puts in a
>>>    bid in
>>>    4. The next developer who comes may undercut that price
>>>    5. Reverse auction approach
>>>
>>> I will look more closely at Issuehunt and have an intern that's working
>>> on community development, Rachit Gupta, one of our GCI winners, explore
>>> some options.
>>>
>>> We could potentially use some of the Github Sponsors features - Mifos is
>>> now a part of the program, having moved off the wait list.
>>>
>>> https://github.blog/2019-05-23-announcing-github-sponsors-a-new-way-to-contribute-to-open-source/
>>>
>>> On Discourse, we have also create a marketplace category for jobs and
>>> service requests which covers some of this but doesn't have the proper
>>> action mechanisms for this bidding/reverse auction.
>>>
>>> Ed
>>>
>>>
>>> On Sun, May 10, 2020, 13:09 Michael Vorburger <mi...@vorburger.ch> wrote:
>>>
>>>> On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch>
>>>> wrote:
>>>>
>>>>> Airsay,
>>>>>
>>>>> If I were you, what I would do first to be able to contribute to
>>>>> driving your problem to an eventual resolution, is see if you can figure
>>>>> out if this is a problem in the "back-end" (so a bug in
>>>>> https://github.com/apache/fineract) or a display issue in the UI (so
>>>>> a bug in https://github.com/openMF/community-app). Once that's clear,
>>>>> I would try to create an easy way to reproduce this issue. Then create a
>>>>> bug in the respective project's issue tracker. Then you can see if there
>>>>> any volunteers willing to contribute a fix. Or perhaps one of the partners
>>>>> would want to step up and contribute a fix working for you.
>>>>>
>>>>> BTW Wouldn't it be cool if we used some sort of "tech support auction
>>>>> open marketplace" kind of site? What if Airsay, instead of posting his
>>>>> problem only here to our mailing lists, would create a bug in the
>>>>> appropriate issue tracker, and then be able to put a "bounty" on it -
>>>>> expressing "fixing this would be worth $N to me" (as in "currently", it
>>>>> would have to be possible to adjust it, in reaction to feedback..), to
>>>>> which interested parties and individuals (possibly even several!) could
>>>>> "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for
>>>>> this for $M!" (or maybe "not really sure what the problems is exactly and
>>>>> how to fix it, but.. for $X I would be willing to make some time to have a
>>>>> closer look for you, and then make you a quote"), out of which Airsay could
>>>>> pick one of the offers. The platform would be some sort of neutral middle
>>>>> man, and would have some sort of fancy game-ified reputation system... ;-)
>>>>> I've never seriously searched for anything like this, but I wouldn't be
>>>>> surprised if someone somewhere already thought of building a site like
>>>>> that... has anyone ever come across something like this? It's just a wild
>>>>> thought.
>>>>>
>>>>
>>>> FYI https://issuehunt.io seems to be something a bit like what I had
>>>> outlined here ^^^ .. I don't know anything more about it, but thought it
>>>> would be worth throwing in here - just in case someone else would like to
>>>> have a closer look at it, and see if this could be something of interest
>>>> for this community. Maybe not suitable - dunno.
>>>>
>>>>
>>>>> Best,
>>>>> M.
>>>>>
>>>>>
>>>>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> Same under issue in Chrome, Edge, Chromium
>>>>>>
>>>>>> Sent from my iPhone
>>>>>>
>>>>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>>>>
>>>>>> 
>>>>>> Try another browser
>>>>>>
>>>>>> Chrome
>>>>>> Opera, etc
>>>>>>
>>>>>> Safari or FireFox usually have that issue.
>>>>>>
>>>>>> Cheers.
>>>>>>
>>>>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>>>>>> wrote:
>>>>>>
>>>>>>> I am running fineract (develop) on the following infrastructure
>>>>>>> Server: Windows 10
>>>>>>> Tomcat: Tomcat 9.0.34
>>>>>>> MySQL: MySQL 5.5.62
>>>>>>> JDK: OpenJDK 11.0.7
>>>>>>> Fineract: Fineract (develop)
>>>>>>>
>>>>>>> So I have been testing Fineract over the past four months with good
>>>>>>> success until last weekend.
>>>>>>> I have four products, two each under Recurring Deposit and Fixed
>>>>>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>>>>>> Deposit.
>>>>>>> After Properly Setting up products, I created a Client, created a
>>>>>>> back-dated recurring deposit account then calculated and posted interest.
>>>>>>> Prior to now interest posted (correct dates and amounts). However on
>>>>>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>>>>>> Transaction Dates for Deposit and Interest displays null
>>>>>>>
>>>>>>> <image.png>
>>>>>>>
>>>>>>>
>>>>>>> Product is correctly setup as below
>>>>>>> <image.png>
>>>>>>>
>>>>>>>
>>>>>>> Notice in the screenshot above that Interest Rate Chart has a value
>>>>>>> for "Valid From Date". When I try to create an account however, I notice
>>>>>>> that it displays null as in the screenshot below
>>>>>>> <image.png>
>>>>>>>
>>>>>>>
>>>>>>> The same thing holds for Fixed Deposit. Anyone faced this before?
>>>>>>> How can i resolve?
>>>>>>>
>>>>>>> Not that Under Transactions when I drill down I get a valid date
>>>>>>> entry as below
>>>>>>> <image.png>
>>>>>>>
>>>>>>>
>>>>>>> Compare above screenshot for Transaction ID 2 with Transaction entry
>>>>>>> for same Transaction ID 2
>>>>>>> <image.png>
>>>>>>>
>>>>>>>
>>>>>>> Any help/advice will be appreciated.
>>>>>>>
>>>>>>> Warm Regards
>>>>>>> Airsay
>>>>>>>
>>>>>> --
>>>>>> [image: Logo] <https://www.fiter.io>
>>>>>> *Samuel C.S Joseph*
>>>>>> * Business/Projects.*
>>>>>> *e:* samuel@fiter.io
>>>>>> *w:* fiter.io <http://www.fiter.io>
>>>>>> *m:* +2348107176019
>>>>>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>>>>>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>>>>>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>>>>>
>>>>>> Mifos-developer mailing list
>>> mifos-developer@lists.sourceforge.net
>>> Unsubscribe or change settings at:
>>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>>
>>

-- 
*Ed Cable*
President/CEO, Mifos Initiative
edcable@mifos.org | Skype: edcable | Mobile: +1.484.477.8649

*Collectively Creating a World of 3 Billion Maries | *http://mifos.org
<http://facebook.com/mifos>  <http://www.twitter.com/mifos>

Re: [Mifos-developer] Bounties for Fixing Issues WAS [Re: Null Transaction Dates for Savings Products]

Posted by Saransh Sharma <sa...@muellners.com>.
We have developed an open source tool based on our instance of Jira we host
where we create issues there and have a jira bot which does all the job
from the maintainer point of view.

One perspective of the bid is developer would price the task with its own
conditions that could lower potentially lower price and subside the
quality.

We have implemented multiple funding on single task and multiple payouts
based on the work done ie easy to determine by a project maintainer.

Once a pr is raised on the git it will watch the activities and then we can
simply pay the user once it's done.

At one point we will integrate Smart Contract functionality which does
escrow and automatic payout too.

Let me know if we can integrate this with jira and git.

Thanks

On Sun, 24 May 2020, 02:04 James Dailey, <ja...@gmail.com> wrote:

> My starting point was this flow:
>
> Detailing an Issue (link to Jira) --> Asking for Bids --> Confirming Work
> Order
> --> PR and/or hot fix --> Acceptance and Payment.
>
> I've been on an internet hunt for on-demand solutions.  I've also wondered
> if there is a way to tightly integrate with Atlassian (jira).
>
> I could not find a suitable solution in their marketplace or core
> software:  https://www.atlassian.com/teams/software
>
> On the other hand, https://issuehunt.io. seems exactly along the right
> path.
>
> Shall we proceed?
>
> On Sun, May 10, 2020 at 3:14 PM Ed Cable <ed...@mifos.org> wrote:
>
>> Michael, thanks for bringing this up. It's something that James had
>> expressed a need for and something Mifos should and will explore more
>> closely.
>>
>> Here's what James articulated as the need:
>>
>>
>>    1. Someone comes to fineract or mifos list serve and wants /needs a
>>    specific feature.
>>    2. They are told to input the feature into an online form (and maybe
>>    also into the issue tracker)
>>    3. A developer who is a member goes to the platform and puts in a bid
>>    in
>>    4. The next developer who comes may undercut that price
>>    5. Reverse auction approach
>>
>> I will look more closely at Issuehunt and have an intern that's working
>> on community development, Rachit Gupta, one of our GCI winners, explore
>> some options.
>>
>> We could potentially use some of the Github Sponsors features - Mifos is
>> now a part of the program, having moved off the wait list.
>>
>> https://github.blog/2019-05-23-announcing-github-sponsors-a-new-way-to-contribute-to-open-source/
>>
>> On Discourse, we have also create a marketplace category for jobs and
>> service requests which covers some of this but doesn't have the proper
>> action mechanisms for this bidding/reverse auction.
>>
>> Ed
>>
>>
>> On Sun, May 10, 2020, 13:09 Michael Vorburger <mi...@vorburger.ch> wrote:
>>
>>> On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch>
>>> wrote:
>>>
>>>> Airsay,
>>>>
>>>> If I were you, what I would do first to be able to contribute to
>>>> driving your problem to an eventual resolution, is see if you can figure
>>>> out if this is a problem in the "back-end" (so a bug in
>>>> https://github.com/apache/fineract) or a display issue in the UI (so a
>>>> bug in https://github.com/openMF/community-app). Once that's clear, I
>>>> would try to create an easy way to reproduce this issue. Then create a bug
>>>> in the respective project's issue tracker. Then you can see if there any
>>>> volunteers willing to contribute a fix. Or perhaps one of the partners
>>>> would want to step up and contribute a fix working for you.
>>>>
>>>> BTW Wouldn't it be cool if we used some sort of "tech support auction
>>>> open marketplace" kind of site? What if Airsay, instead of posting his
>>>> problem only here to our mailing lists, would create a bug in the
>>>> appropriate issue tracker, and then be able to put a "bounty" on it -
>>>> expressing "fixing this would be worth $N to me" (as in "currently", it
>>>> would have to be possible to adjust it, in reaction to feedback..), to
>>>> which interested parties and individuals (possibly even several!) could
>>>> "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for
>>>> this for $M!" (or maybe "not really sure what the problems is exactly and
>>>> how to fix it, but.. for $X I would be willing to make some time to have a
>>>> closer look for you, and then make you a quote"), out of which Airsay could
>>>> pick one of the offers. The platform would be some sort of neutral middle
>>>> man, and would have some sort of fancy game-ified reputation system... ;-)
>>>> I've never seriously searched for anything like this, but I wouldn't be
>>>> surprised if someone somewhere already thought of building a site like
>>>> that... has anyone ever come across something like this? It's just a wild
>>>> thought.
>>>>
>>>
>>> FYI https://issuehunt.io seems to be something a bit like what I had
>>> outlined here ^^^ .. I don't know anything more about it, but thought it
>>> would be worth throwing in here - just in case someone else would like to
>>> have a closer look at it, and see if this could be something of interest
>>> for this community. Maybe not suitable - dunno.
>>>
>>>
>>>> Best,
>>>> M.
>>>>
>>>>
>>>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> Same under issue in Chrome, Edge, Chromium
>>>>>
>>>>> Sent from my iPhone
>>>>>
>>>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>>>
>>>>> 
>>>>> Try another browser
>>>>>
>>>>> Chrome
>>>>> Opera, etc
>>>>>
>>>>> Safari or FireFox usually have that issue.
>>>>>
>>>>> Cheers.
>>>>>
>>>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>>>>> wrote:
>>>>>
>>>>>> I am running fineract (develop) on the following infrastructure
>>>>>> Server: Windows 10
>>>>>> Tomcat: Tomcat 9.0.34
>>>>>> MySQL: MySQL 5.5.62
>>>>>> JDK: OpenJDK 11.0.7
>>>>>> Fineract: Fineract (develop)
>>>>>>
>>>>>> So I have been testing Fineract over the past four months with good
>>>>>> success until last weekend.
>>>>>> I have four products, two each under Recurring Deposit and Fixed
>>>>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>>>>> Deposit.
>>>>>> After Properly Setting up products, I created a Client, created a
>>>>>> back-dated recurring deposit account then calculated and posted interest.
>>>>>> Prior to now interest posted (correct dates and amounts). However on
>>>>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>>>>> Transaction Dates for Deposit and Interest displays null
>>>>>>
>>>>>> <image.png>
>>>>>>
>>>>>>
>>>>>> Product is correctly setup as below
>>>>>> <image.png>
>>>>>>
>>>>>>
>>>>>> Notice in the screenshot above that Interest Rate Chart has a value
>>>>>> for "Valid From Date". When I try to create an account however, I notice
>>>>>> that it displays null as in the screenshot below
>>>>>> <image.png>
>>>>>>
>>>>>>
>>>>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>>>>> can i resolve?
>>>>>>
>>>>>> Not that Under Transactions when I drill down I get a valid date
>>>>>> entry as below
>>>>>> <image.png>
>>>>>>
>>>>>>
>>>>>> Compare above screenshot for Transaction ID 2 with Transaction entry
>>>>>> for same Transaction ID 2
>>>>>> <image.png>
>>>>>>
>>>>>>
>>>>>> Any help/advice will be appreciated.
>>>>>>
>>>>>> Warm Regards
>>>>>> Airsay
>>>>>>
>>>>> --
>>>>> [image: Logo] <https://www.fiter.io>
>>>>> *Samuel C.S Joseph*
>>>>> * Business/Projects.*
>>>>> *e:* samuel@fiter.io
>>>>> *w:* fiter.io <http://www.fiter.io>
>>>>> *m:* +2348107176019
>>>>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>>>>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>>>>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>>>>
>>>>> Mifos-developer mailing list
>> mifos-developer@lists.sourceforge.net
>> Unsubscribe or change settings at:
>> https://lists.sourceforge.net/lists/listinfo/mifos-developer
>
>

Re: [Mifos-developer] Bounties for Fixing Issues WAS [Re: Null Transaction Dates for Savings Products]

Posted by James Dailey <ja...@gmail.com>.
My starting point was this flow:

Detailing an Issue (link to Jira) --> Asking for Bids --> Confirming Work
Order
--> PR and/or hot fix --> Acceptance and Payment.

I've been on an internet hunt for on-demand solutions.  I've also wondered
if there is a way to tightly integrate with Atlassian (jira).

I could not find a suitable solution in their marketplace or core software:
 https://www.atlassian.com/teams/software

On the other hand, https://issuehunt.io. seems exactly along the right
path.

Shall we proceed?

On Sun, May 10, 2020 at 3:14 PM Ed Cable <ed...@mifos.org> wrote:

> Michael, thanks for bringing this up. It's something that James had
> expressed a need for and something Mifos should and will explore more
> closely.
>
> Here's what James articulated as the need:
>
>
>    1. Someone comes to fineract or mifos list serve and wants /needs a
>    specific feature.
>    2. They are told to input the feature into an online form (and maybe
>    also into the issue tracker)
>    3. A developer who is a member goes to the platform and puts in a bid
>    in
>    4. The next developer who comes may undercut that price
>    5. Reverse auction approach
>
> I will look more closely at Issuehunt and have an intern that's working on
> community development, Rachit Gupta, one of our GCI winners, explore some
> options.
>
> We could potentially use some of the Github Sponsors features - Mifos is
> now a part of the program, having moved off the wait list.
>
> https://github.blog/2019-05-23-announcing-github-sponsors-a-new-way-to-contribute-to-open-source/
>
> On Discourse, we have also create a marketplace category for jobs and
> service requests which covers some of this but doesn't have the proper
> action mechanisms for this bidding/reverse auction.
>
> Ed
>
>
> On Sun, May 10, 2020, 13:09 Michael Vorburger <mi...@vorburger.ch> wrote:
>
>> On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch>
>> wrote:
>>
>>> Airsay,
>>>
>>> If I were you, what I would do first to be able to contribute to driving
>>> your problem to an eventual resolution, is see if you can figure out if
>>> this is a problem in the "back-end" (so a bug in
>>> https://github.com/apache/fineract) or a display issue in the UI (so a
>>> bug in https://github.com/openMF/community-app). Once that's clear, I
>>> would try to create an easy way to reproduce this issue. Then create a bug
>>> in the respective project's issue tracker. Then you can see if there any
>>> volunteers willing to contribute a fix. Or perhaps one of the partners
>>> would want to step up and contribute a fix working for you.
>>>
>>> BTW Wouldn't it be cool if we used some sort of "tech support auction
>>> open marketplace" kind of site? What if Airsay, instead of posting his
>>> problem only here to our mailing lists, would create a bug in the
>>> appropriate issue tracker, and then be able to put a "bounty" on it -
>>> expressing "fixing this would be worth $N to me" (as in "currently", it
>>> would have to be possible to adjust it, in reaction to feedback..), to
>>> which interested parties and individuals (possibly even several!) could
>>> "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for
>>> this for $M!" (or maybe "not really sure what the problems is exactly and
>>> how to fix it, but.. for $X I would be willing to make some time to have a
>>> closer look for you, and then make you a quote"), out of which Airsay could
>>> pick one of the offers. The platform would be some sort of neutral middle
>>> man, and would have some sort of fancy game-ified reputation system... ;-)
>>> I've never seriously searched for anything like this, but I wouldn't be
>>> surprised if someone somewhere already thought of building a site like
>>> that... has anyone ever come across something like this? It's just a wild
>>> thought.
>>>
>>
>> FYI https://issuehunt.io seems to be something a bit like what I had
>> outlined here ^^^ .. I don't know anything more about it, but thought it
>> would be worth throwing in here - just in case someone else would like to
>> have a closer look at it, and see if this could be something of interest
>> for this community. Maybe not suitable - dunno.
>>
>>
>>> Best,
>>> M.
>>>
>>>
>>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com>
>>> wrote:
>>>
>>>> Same under issue in Chrome, Edge, Chromium
>>>>
>>>> Sent from my iPhone
>>>>
>>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>>
>>>> 
>>>> Try another browser
>>>>
>>>> Chrome
>>>> Opera, etc
>>>>
>>>> Safari or FireFox usually have that issue.
>>>>
>>>> Cheers.
>>>>
>>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>>>> wrote:
>>>>
>>>>> I am running fineract (develop) on the following infrastructure
>>>>> Server: Windows 10
>>>>> Tomcat: Tomcat 9.0.34
>>>>> MySQL: MySQL 5.5.62
>>>>> JDK: OpenJDK 11.0.7
>>>>> Fineract: Fineract (develop)
>>>>>
>>>>> So I have been testing Fineract over the past four months with good
>>>>> success until last weekend.
>>>>> I have four products, two each under Recurring Deposit and Fixed
>>>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>>>> Deposit.
>>>>> After Properly Setting up products, I created a Client, created a
>>>>> back-dated recurring deposit account then calculated and posted interest.
>>>>> Prior to now interest posted (correct dates and amounts). However on
>>>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>>>> Transaction Dates for Deposit and Interest displays null
>>>>>
>>>>> <image.png>
>>>>>
>>>>>
>>>>> Product is correctly setup as below
>>>>> <image.png>
>>>>>
>>>>>
>>>>> Notice in the screenshot above that Interest Rate Chart has a value
>>>>> for "Valid From Date". When I try to create an account however, I notice
>>>>> that it displays null as in the screenshot below
>>>>> <image.png>
>>>>>
>>>>>
>>>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>>>> can i resolve?
>>>>>
>>>>> Not that Under Transactions when I drill down I get a valid date entry
>>>>> as below
>>>>> <image.png>
>>>>>
>>>>>
>>>>> Compare above screenshot for Transaction ID 2 with Transaction entry
>>>>> for same Transaction ID 2
>>>>> <image.png>
>>>>>
>>>>>
>>>>> Any help/advice will be appreciated.
>>>>>
>>>>> Warm Regards
>>>>> Airsay
>>>>>
>>>> --
>>>> [image: Logo] <https://www.fiter.io>
>>>> *Samuel C.S Joseph*
>>>> * Business/Projects.*
>>>> *e:* samuel@fiter.io
>>>> *w:* fiter.io <http://www.fiter.io>
>>>> *m:* +2348107176019
>>>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>>>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>>>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>>>
>>>> Mifos-developer mailing list
> mifos-developer@lists.sourceforge.net
> Unsubscribe or change settings at:
> https://lists.sourceforge.net/lists/listinfo/mifos-developer

Bounties for Fixing Issues WAS [Re: Null Transaction Dates for Savings Products]

Posted by Ed Cable <ed...@mifos.org>.
Michael, thanks for bringing this up. It's something that James had
expressed a need for and something Mifos should and will explore more
closely.

Here's what James articulated as the need:


   1. Someone comes to fineract or mifos list serve and wants /needs a
   specific feature.
   2. They are told to input the feature into an online form (and maybe
   also into the issue tracker)
   3. A developer who is a member goes to the platform and puts in a bid in
   4. The next developer who comes may undercut that price
   5. Reverse auction approach

I will look more closely at Issuehunt and have an intern that's working on
community development, Rachit Gupta, one of our GCI winners, explore some
options.

We could potentially use some of the Github Sponsors features - Mifos is
now a part of the program, having moved off the wait list.
https://github.blog/2019-05-23-announcing-github-sponsors-a-new-way-to-contribute-to-open-source/

On Discourse, we have also create a marketplace category for jobs and
service requests which covers some of this but doesn't have the proper
action mechanisms for this bidding/reverse auction.

Ed


On Sun, May 10, 2020, 13:09 Michael Vorburger <mi...@vorburger.ch> wrote:

> On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch>
> wrote:
>
>> Airsay,
>>
>> If I were you, what I would do first to be able to contribute to driving
>> your problem to an eventual resolution, is see if you can figure out if
>> this is a problem in the "back-end" (so a bug in
>> https://github.com/apache/fineract) or a display issue in the UI (so a
>> bug in https://github.com/openMF/community-app). Once that's clear, I
>> would try to create an easy way to reproduce this issue. Then create a bug
>> in the respective project's issue tracker. Then you can see if there any
>> volunteers willing to contribute a fix. Or perhaps one of the partners
>> would want to step up and contribute a fix working for you.
>>
>> BTW Wouldn't it be cool if we used some sort of "tech support auction
>> open marketplace" kind of site? What if Airsay, instead of posting his
>> problem only here to our mailing lists, would create a bug in the
>> appropriate issue tracker, and then be able to put a "bounty" on it -
>> expressing "fixing this would be worth $N to me" (as in "currently", it
>> would have to be possible to adjust it, in reaction to feedback..), to
>> which interested parties and individuals (possibly even several!) could
>> "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for
>> this for $M!" (or maybe "not really sure what the problems is exactly and
>> how to fix it, but.. for $X I would be willing to make some time to have a
>> closer look for you, and then make you a quote"), out of which Airsay could
>> pick one of the offers. The platform would be some sort of neutral middle
>> man, and would have some sort of fancy game-ified reputation system... ;-)
>> I've never seriously searched for anything like this, but I wouldn't be
>> surprised if someone somewhere already thought of building a site like
>> that... has anyone ever come across something like this? It's just a wild
>> thought.
>>
>
> FYI https://issuehunt.io seems to be something a bit like what I had
> outlined here ^^^ .. I don't know anything more about it, but thought it
> would be worth throwing in here - just in case someone else would like to
> have a closer look at it, and see if this could be something of interest
> for this community. Maybe not suitable - dunno.
>
>
>> Best,
>> M.
>>
>>
>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com>
>> wrote:
>>
>>> Same under issue in Chrome, Edge, Chromium
>>>
>>> Sent from my iPhone
>>>
>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>
>>> 
>>> Try another browser
>>>
>>> Chrome
>>> Opera, etc
>>>
>>> Safari or FireFox usually have that issue.
>>>
>>> Cheers.
>>>
>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> I am running fineract (develop) on the following infrastructure
>>>> Server: Windows 10
>>>> Tomcat: Tomcat 9.0.34
>>>> MySQL: MySQL 5.5.62
>>>> JDK: OpenJDK 11.0.7
>>>> Fineract: Fineract (develop)
>>>>
>>>> So I have been testing Fineract over the past four months with good
>>>> success until last weekend.
>>>> I have four products, two each under Recurring Deposit and Fixed
>>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>>> Deposit.
>>>> After Properly Setting up products, I created a Client, created a
>>>> back-dated recurring deposit account then calculated and posted interest.
>>>> Prior to now interest posted (correct dates and amounts). However on
>>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>>> Transaction Dates for Deposit and Interest displays null
>>>>
>>>> <image.png>
>>>>
>>>>
>>>> Product is correctly setup as below
>>>> <image.png>
>>>>
>>>>
>>>> Notice in the screenshot above that Interest Rate Chart has a value
>>>> for "Valid From Date". When I try to create an account however, I notice
>>>> that it displays null as in the screenshot below
>>>> <image.png>
>>>>
>>>>
>>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>>> can i resolve?
>>>>
>>>> Not that Under Transactions when I drill down I get a valid date entry
>>>> as below
>>>> <image.png>
>>>>
>>>>
>>>> Compare above screenshot for Transaction ID 2 with Transaction entry
>>>> for same Transaction ID 2
>>>> <image.png>
>>>>
>>>>
>>>> Any help/advice will be appreciated.
>>>>
>>>> Warm Regards
>>>> Airsay
>>>>
>>> --
>>> [image: Logo] <https://www.fiter.io>
>>> *Samuel C.S Joseph*
>>> * Business/Projects.*
>>> *e:* samuel@fiter.io
>>> *w:* fiter.io <http://www.fiter.io>
>>> *m:* +2348107176019
>>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>>
>>>

Re: Null Transaction Dates for Savings Products

Posted by Saransh Sharma <sa...@muellners.com>.
Gents ,

I propose something fully automated , Gitcoin could be an alternative,
though it is based on cryptocurrency.

We could host something of our own :

https://gitcoin.co


On Mon, May 11, 2020 at 1:39 AM Michael Vorburger <mi...@vorburger.ch> wrote:

> On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch>
> wrote:
>
>> Airsay,
>>
>> If I were you, what I would do first to be able to contribute to driving
>> your problem to an eventual resolution, is see if you can figure out if
>> this is a problem in the "back-end" (so a bug in
>> https://github.com/apache/fineract) or a display issue in the UI (so a
>> bug in https://github.com/openMF/community-app). Once that's clear, I
>> would try to create an easy way to reproduce this issue. Then create a bug
>> in the respective project's issue tracker. Then you can see if there any
>> volunteers willing to contribute a fix. Or perhaps one of the partners
>> would want to step up and contribute a fix working for you.
>>
>> BTW Wouldn't it be cool if we used some sort of "tech support auction
>> open marketplace" kind of site? What if Airsay, instead of posting his
>> problem only here to our mailing lists, would create a bug in the
>> appropriate issue tracker, and then be able to put a "bounty" on it -
>> expressing "fixing this would be worth $N to me" (as in "currently", it
>> would have to be possible to adjust it, in reaction to feedback..), to
>> which interested parties and individuals (possibly even several!) could
>> "bid" to mean "Heck yeah, I'd willing to contribute an upstream fix for
>> this for $M!" (or maybe "not really sure what the problems is exactly and
>> how to fix it, but.. for $X I would be willing to make some time to have a
>> closer look for you, and then make you a quote"), out of which Airsay could
>> pick one of the offers. The platform would be some sort of neutral middle
>> man, and would have some sort of fancy game-ified reputation system... ;-)
>> I've never seriously searched for anything like this, but I wouldn't be
>> surprised if someone somewhere already thought of building a site like
>> that... has anyone ever come across something like this? It's just a wild
>> thought.
>>
>
> FYI https://issuehunt.io seems to be something a bit like what I had
> outlined here ^^^ .. I don't know anything more about it, but thought it
> would be worth throwing in here - just in case someone else would like to
> have a closer look at it, and see if this could be something of interest
> for this community. Maybe not suitable - dunno.
>
>
>> Best,
>> M.
>>
>>
>> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com>
>> wrote:
>>
>>> Same under issue in Chrome, Edge, Chromium
>>>
>>> Sent from my iPhone
>>>
>>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>>
>>> 
>>> Try another browser
>>>
>>> Chrome
>>> Opera, etc
>>>
>>> Safari or FireFox usually have that issue.
>>>
>>> Cheers.
>>>
>>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>>> wrote:
>>>
>>>> I am running fineract (develop) on the following infrastructure
>>>> Server: Windows 10
>>>> Tomcat: Tomcat 9.0.34
>>>> MySQL: MySQL 5.5.62
>>>> JDK: OpenJDK 11.0.7
>>>> Fineract: Fineract (develop)
>>>>
>>>> So I have been testing Fineract over the past four months with good
>>>> success until last weekend.
>>>> I have four products, two each under Recurring Deposit and Fixed
>>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>>> Deposit.
>>>> After Properly Setting up products, I created a Client, created a
>>>> back-dated recurring deposit account then calculated and posted interest.
>>>> Prior to now interest posted (correct dates and amounts). However on
>>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>>> Transaction Dates for Deposit and Interest displays null
>>>>
>>>> <image.png>
>>>>
>>>>
>>>> Product is correctly setup as below
>>>> <image.png>
>>>>
>>>>
>>>> Notice in the screenshot above that Interest Rate Chart has a value
>>>> for "Valid From Date". When I try to create an account however, I notice
>>>> that it displays null as in the screenshot below
>>>> <image.png>
>>>>
>>>>
>>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>>> can i resolve?
>>>>
>>>> Not that Under Transactions when I drill down I get a valid date entry
>>>> as below
>>>> <image.png>
>>>>
>>>>
>>>> Compare above screenshot for Transaction ID 2 with Transaction entry
>>>> for same Transaction ID 2
>>>> <image.png>
>>>>
>>>>
>>>> Any help/advice will be appreciated.
>>>>
>>>> Warm Regards
>>>> Airsay
>>>>
>>> --
>>> [image: Logo] <https://www.fiter.io>
>>> *Samuel C.S Joseph*
>>> * Business/Projects.*
>>> *e:* samuel@fiter.io
>>> *w:* fiter.io <http://www.fiter.io>
>>> *m:* +2348107176019
>>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>>
>>>

-- 

Saransh Sharma
*Research Partner*
*Muellner Internet Pvt Ltd *

----------------------------------------------------------------------------------------------

The idea of separation of me and you is amazing.
----------------------------------------------------------------------------------------------
*Company Website <https://www.muellners.com/>       **Company Linkedin
<https://www.linkedin.com/company/muellners>            *Company Facebook
<https://www.facebook.com/muellners>

This mail is governed by Muellner®  Internet Private Limited's IT policy.
The information contained in this e-mail and any accompanying documents may
contain information that is confidential or otherwise protected from
disclosure. If you are not the intended recipient of this message, or if
this message has been addressed to you in error, please immediately alert
the sender by reply e-mail and then delete this message, including any
attachments. Any dissemination, distribution or other use of the contents
of this message by anyone other than the intended recipient is strictly
prohibited. All messages sent to and from this e-mail address may be
monitored as permitted by applicable law and regulations to ensure
compliance with our internal policies and to protect our business. E-mails
are not secure and cannot be guaranteed to be error free as they can be
intercepted, amended, lost or destroyed, or contain viruses. You are deemed
to have accepted these risks if you communicate with us by e-mail.

Re: Null Transaction Dates for Savings Products

Posted by Michael Vorburger <mi...@vorburger.ch>.
On Sat, May 9, 2020 at 7:35 PM Michael Vorburger <mi...@vorburger.ch> wrote:

> Airsay,
>
> If I were you, what I would do first to be able to contribute to driving
> your problem to an eventual resolution, is see if you can figure out if
> this is a problem in the "back-end" (so a bug in
> https://github.com/apache/fineract) or a display issue in the UI (so a
> bug in https://github.com/openMF/community-app). Once that's clear, I
> would try to create an easy way to reproduce this issue. Then create a bug
> in the respective project's issue tracker. Then you can see if there any
> volunteers willing to contribute a fix. Or perhaps one of the partners
> would want to step up and contribute a fix working for you.
>
> BTW Wouldn't it be cool if we used some sort of "tech support auction open
> marketplace" kind of site? What if Airsay, instead of posting his problem
> only here to our mailing lists, would create a bug in the appropriate issue
> tracker, and then be able to put a "bounty" on it - expressing "fixing this
> would be worth $N to me" (as in "currently", it would have to be possible
> to adjust it, in reaction to feedback..), to which interested parties and
> individuals (possibly even several!) could "bid" to mean "Heck yeah, I'd
> willing to contribute an upstream fix for this for $M!" (or maybe "not
> really sure what the problems is exactly and how to fix it, but.. for $X I
> would be willing to make some time to have a closer look for you, and then
> make you a quote"), out of which Airsay could pick one of the offers. The
> platform would be some sort of neutral middle man, and would have some sort
> of fancy game-ified reputation system... ;-) I've never seriously searched
> for anything like this, but I wouldn't be surprised if someone somewhere
> already thought of building a site like that... has anyone ever come across
> something like this? It's just a wild thought.
>

FYI https://issuehunt.io seems to be something a bit like what I had
outlined here ^^^ .. I don't know anything more about it, but thought it
would be worth throwing in here - just in case someone else would like to
have a closer look at it, and see if this could be something of interest
for this community. Maybe not suitable - dunno.


> Best,
> M.
>
>
> On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com> wrote:
>
>> Same under issue in Chrome, Edge, Chromium
>>
>> Sent from my iPhone
>>
>> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>>
>> 
>> Try another browser
>>
>> Chrome
>> Opera, etc
>>
>> Safari or FireFox usually have that issue.
>>
>> Cheers.
>>
>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
>> wrote:
>>
>>> I am running fineract (develop) on the following infrastructure
>>> Server: Windows 10
>>> Tomcat: Tomcat 9.0.34
>>> MySQL: MySQL 5.5.62
>>> JDK: OpenJDK 11.0.7
>>> Fineract: Fineract (develop)
>>>
>>> So I have been testing Fineract over the past four months with good
>>> success until last weekend.
>>> I have four products, two each under Recurring Deposit and Fixed
>>> Deposit. My preference would be Recurring Deposit but I can live with Fixed
>>> Deposit.
>>> After Properly Setting up products, I created a Client, created a
>>> back-dated recurring deposit account then calculated and posted interest.
>>> Prior to now interest posted (correct dates and amounts). However on
>>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>>> Transaction Dates for Deposit and Interest displays null
>>>
>>> <image.png>
>>>
>>>
>>> Product is correctly setup as below
>>> <image.png>
>>>
>>>
>>> Notice in the screenshot above that Interest Rate Chart has a value  for
>>> "Valid From Date". When I try to create an account however, I notice that
>>> it displays null as in the screenshot below
>>> <image.png>
>>>
>>>
>>> The same thing holds for Fixed Deposit. Anyone faced this before? How
>>> can i resolve?
>>>
>>> Not that Under Transactions when I drill down I get a valid date entry
>>> as below
>>> <image.png>
>>>
>>>
>>> Compare above screenshot for Transaction ID 2 with Transaction entry for
>>> same Transaction ID 2
>>> <image.png>
>>>
>>>
>>> Any help/advice will be appreciated.
>>>
>>> Warm Regards
>>> Airsay
>>>
>> --
>> [image: Logo] <https://www.fiter.io>
>> *Samuel C.S Joseph*
>> * Business/Projects.*
>> *e:* samuel@fiter.io
>> *w:* fiter.io <http://www.fiter.io>
>> *m:* +2348107176019
>> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube
>> icon] <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
>> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>>
>>

Re: Null Transaction Dates for Savings Products

Posted by Michael Vorburger <mi...@vorburger.ch>.
Airsay,

If I were you, what I would do first to be able to contribute to driving
your problem to an eventual resolution, is see if you can figure out if
this is a problem in the "back-end" (so a bug in
https://github.com/apache/fineract) or a display issue in the UI (so a bug
in https://github.com/openMF/community-app). Once that's clear, I would try
to create an easy way to reproduce this issue. Then create a bug in the
respective project's issue tracker. Then you can see if there any
volunteers willing to contribute a fix. Or perhaps one of the partners
would want to step up and contribute a fix working for you.

BTW Wouldn't it be cool if we used some sort of "tech support auction open
marketplace" kind of site? What if Airsay, instead of posting his problem
only here to our mailing lists, would create a bug in the appropriate issue
tracker, and then be able to put a "bounty" on it - expressing "fixing this
would be worth $N to me" (as in "currently", it would have to be possible
to adjust it, in reaction to feedback..), to which interested parties and
individuals (possibly even several!) could "bid" to mean "Heck yeah, I'd
willing to contribute an upstream fix for this for $M!" (or maybe "not
really sure what the problems is exactly and how to fix it, but.. for $X I
would be willing to make some time to have a closer look for you, and then
make you a quote"), out of which Airsay could pick one of the offers. The
platform would be some sort of neutral middle man, and would have some sort
of fancy game-ified reputation system... ;-) I've never seriously searched
for anything like this, but I wouldn't be surprised if someone somewhere
already thought of building a site like that... has anyone ever come across
something like this? It's just a wild thought.

Best,
M.


On Sat, 9 May 2020, 13:22 Airsay Longcon, <ai...@gmail.com> wrote:

> Same under issue in Chrome, Edge, Chromium
>
> Sent from my iPhone
>
> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
>
> 
> Try another browser
>
> Chrome
> Opera, etc
>
> Safari or FireFox usually have that issue.
>
> Cheers.
>
> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com>
> wrote:
>
>> I am running fineract (develop) on the following infrastructure
>> Server: Windows 10
>> Tomcat: Tomcat 9.0.34
>> MySQL: MySQL 5.5.62
>> JDK: OpenJDK 11.0.7
>> Fineract: Fineract (develop)
>>
>> So I have been testing Fineract over the past four months with good
>> success until last weekend.
>> I have four products, two each under Recurring Deposit and Fixed Deposit.
>> My preference would be Recurring Deposit but I can live with Fixed Deposit.
>> After Properly Setting up products, I created a Client, created a
>> back-dated recurring deposit account then calculated and posted interest.
>> Prior to now interest posted (correct dates and amounts). However on
>> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
>> Transaction Dates for Deposit and Interest displays null
>>
>> <image.png>
>>
>>
>> Product is correctly setup as below
>> <image.png>
>>
>>
>> Notice in the screenshot above that Interest Rate Chart has a value  for
>> "Valid From Date". When I try to create an account however, I notice that
>> it displays null as in the screenshot below
>> <image.png>
>>
>>
>> The same thing holds for Fixed Deposit. Anyone faced this before? How can
>> i resolve?
>>
>> Not that Under Transactions when I drill down I get a valid date entry as
>> below
>> <image.png>
>>
>>
>> Compare above screenshot for Transaction ID 2 with Transaction entry for
>> same Transaction ID 2
>> <image.png>
>>
>>
>> Any help/advice will be appreciated.
>>
>> Warm Regards
>> Airsay
>>
> --
> [image: Logo] <https://www.fiter.io>
> *Samuel C.S Joseph*
> * Business/Projects.*
> *e:* samuel@fiter.io
> *w:* fiter.io <http://www.fiter.io>
> *m:* +2348107176019
> [image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube icon]
> <https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image:
> linkedin icon] <https://www.linkedin.com/company/fiter-io>
>
>

Re: Null Transaction Dates for Savings Products

Posted by Airsay Longcon <ai...@gmail.com>.
Same under issue in Chrome, Edge, Chromium

Sent from my iPhone

> On 9 May 2020, at 10:04, Samuel Joseph <sa...@fiter.io> wrote:
> 
> 
> Try another browser 
> 
> Chrome
> Opera, etc
> 
> Safari or FireFox usually have that issue.
> 
> Cheers.
> 
>> On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com> wrote:
>> I am running fineract (develop) on the following infrastructure
>> Server: Windows 10
>> Tomcat: Tomcat 9.0.34
>> MySQL: MySQL 5.5.62
>> JDK: OpenJDK 11.0.7
>> Fineract: Fineract (develop)
>> 
>> So I have been testing Fineract over the past four months with good success until last weekend.
>> I have four products, two each under Recurring Deposit and Fixed Deposit. My preference would be Recurring Deposit but I can live with Fixed Deposit.
>> After Properly Setting up products, I created a Client, created a  back-dated recurring deposit account then calculated and posted interest. Prior to now interest posted (correct dates and amounts). However on Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that Transaction Dates for Deposit and Interest displays null
>> 
>> <image.png>
>> 
>> 
>> Product is correctly setup as below
>> <image.png>
>> 
>> 
>> Notice in the screenshot above that Interest Rate Chart has a value  for "Valid From Date". When I try to create an account however, I notice that it displays null as in the screenshot below
>> <image.png>
>> 
>> 
>> The same thing holds for Fixed Deposit. Anyone faced this before? How can i resolve?
>> 
>> Not that Under Transactions when I drill down I get a valid date entry as below
>> <image.png>
>> 
>> 
>> Compare above screenshot for Transaction ID 2 with Transaction entry for same Transaction ID 2
>> <image.png>
>> 
>> 
>> Any help/advice will be appreciated.
>> 
>> Warm Regards
>> Airsay
> -- 
> 	
> Samuel C.S Joseph 
> Business/Projects.
> e: samuel@fiter.io
> w: fiter.io
> m: +2348107176019
>    

Re: Null Transaction Dates for Savings Products

Posted by Samuel Joseph <sa...@fiter.io>.
Try another browser

Chrome
Opera, etc

Safari or FireFox usually have that issue.

Cheers.

On Sat, 9 May 2020 at 10:02, airsay longcon <ai...@gmail.com> wrote:

> I am running fineract (develop) on the following infrastructure
> Server: Windows 10
> Tomcat: Tomcat 9.0.34
> MySQL: MySQL 5.5.62
> JDK: OpenJDK 11.0.7
> Fineract: Fineract (develop)
>
> So I have been testing Fineract over the past four months with good
> success until last weekend.
> I have four products, two each under Recurring Deposit and Fixed Deposit.
> My preference would be Recurring Deposit but I can live with Fixed Deposit.
> After Properly Setting up products, I created a Client, created a
> back-dated recurring deposit account then calculated and posted interest.
> Prior to now interest posted (correct dates and amounts). However on
> Saturday May 01 (while still running on Tomcat 7 with JDK8) I noticed that
> Transaction Dates for Deposit and Interest displays null
>
> [image: image.png]
>
> Product is correctly setup as below
> [image: image.png]
>
> Notice in the screenshot above that Interest Rate Chart has a value  for
> "Valid From Date". When I try to create an account however, I notice that
> it displays null as in the screenshot below
> [image: image.png]
>
> The same thing holds for Fixed Deposit. Anyone faced this before? How can
> i resolve?
>
> Not that Under Transactions when I drill down I get a valid date entry as
> below
> [image: image.png]
>
> Compare above screenshot for Transaction ID 2 with Transaction entry for
> same Transaction ID 2
> [image: image.png]
>
> Any help/advice will be appreciated.
>
> Warm Regards
> Airsay
>
-- 
[image: Logo] <https://www.fiter.io>
*Samuel C.S Joseph*
* Business/Projects.*
*e:* samuel@fiter.io
*w:* fiter.io <http://www.fiter.io>
*m:* +2348107176019
[image: twitter icon] <https://twitter.com/Fiter_io> [image: youtube icon]
<https://www.youtube.com/channel/UCfWztdFtHI3PwaSLAEcwTNQ> [image: linkedin
icon] <https://www.linkedin.com/company/fiter-io>