[prev in list] [next in list] [prev in thread] [next in thread] 

List:       mifos-developer
Subject:    Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view client	loans
From:       "Adi Raju" <adi.raju () confluxtechnologies ! com>
Date:       2016-05-10 12:53:23
Message-ID: 008101d1aab9$4456b5a0$cd0420e0$ () confluxtechnologies ! com
[Download RAW message or body]

This is a multipart message in MIME format.

[Attachment #2 (multipart/alternative)]
This is a multipart message in MIME format.


Sifiso,

 

Please track the below issue…. 

https://mifosforge.jira.com/browse/MIFOSX-2712

The solution should be part of formal 16.05.01.RELEASE pending this week.

 

Regards,

Adi

 

From: Skyburg Systems [mailto:info@skyburgsystems.org] 
Sent: 10 May 2016 17:52
To: 'Mifos software development' <mifos-developer@lists.sourceforge.net>
Cc: 'A good place to start for users or folks new to Mifos.' \
                <mifos-users@lists.sourceforge.net>
Subject: Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view client loans

 

Hi Vishwas,

 

Maybe the best method of checking is if you create a new client and create a new loan \
for them. Then see if that loan appears in the loan approvals section. I've tried it \
on the demo.openmf.org as well as other instances tested by other providers and no \
new client has a new loan that appears in loan approvals in the pending tasks \
section.

 

Please advise.

 

Regards,

Sifiso

 

From: Vishwas Babu A J [mailto:vishwasbabuaj@gmail.com] 
Sent: April 29, 2016 2:18 AM
To: Mifos software development
Cc: A good place to start for users or folks new to Mifos.
Subject: Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans

 

Hi Sifiso,

 

The first problem you are reporting (the one you described on Skype with you being \
able to see inconsistent data across tenants in the maker checker screen) is a \
configuration issue your end, I haven't looked at loan approval issues you have \
encountered but it might also be an extension of the deployment problem.

 

The Mifos community app works in a multi tenant environment in three ways

 

1) By default, it tries to connect to a tenant named "default" on the target Mifos \
platform

2) If the tenantIdentifier is passed in as a URL parameter, the community app \
connects to this tenant . In your scenario \
https://209.126.68.38/?tenantIdentifier=oakfin# \
<https://209.126.68.38/?tenantIdentifier=oakfin>  would connect to the tenant named \
"oakfin" 

3) If you are using a subdomain of "openmf.org <http://openmf.org> ", the community \
app tries to replace the tenantIdentifer with the subdomain. So oakfin.openmf.org \
<http://demo.openmf.org>  would connect to "oakfin" tenant , randommfi.openmf.org \
<http://randommfi.openmf.org>  would connect to "randonmfi" and so on. The setting of \
tenantIdentifier based on a subdomain  is done in initialTasks.js only for the \
"openmf.org <http://openmf.org> " domain .

 

You were trying to create data on https://209.126.68.38/?tenantIdentifier=oakfin# \
<https://209.126.68.38/?tenantIdentifier=oakfin>  (which was creating the data on a \
tenant "oakfin" ) and then view the same on https://oakfin.mifosx.net (which connects \
to the "default" tenant) hence the data incosistency . If you want \
https://oakfin.mifosx.net to automatically connect to "oakfin" , you would have to \
make this change in initialTasks.js

 

i.e replace 

 

if (mainLink.hostname.indexOf(‘openmf.org <http://openmf.org> ') >= 0) {

with

 

if (mainLink.hostname.indexOf(‘mifosx.net') >= 0) {

You could also make a small modification to pick up the configurable domain name from \
configurations.js instead of it being hardcoded in initialTasks.js so you do not have \
to edit initialTasks.js file on every upgrade 

 

 

Regards,

Vishwas

 

 

 

On Apr 27, 2016, at 12:43 PM, Skyburg Systems <info@skyburgsystems.org \
<mailto:info@skyburgsystems.org> > wrote:

 

Hi Adi,

 

The issue with the data appearing across all tenants is valid for a multi-tenant \
environment with the default tenant database. So far I don't see a  \
<http://default.openmf.org/> default.openmf.org sub domain to test from. But with \
other users this issue is prevalent. It looks like something is being passed from the \
initialtasks.js file to default url. If your database environment does not have \
default you will not be able to test accurately.

 

You're right about the other problem. It seems the issue on the loan approvals has \
been around for a long time and we only just picked it up now.

 

Looking forward to your response.

 

Kind regards,

Sifiso

 

From: Adi Raju [mailto:adi.raju@confluxtechnologies.com] 
Sent: April 27, 2016 5:20 PM
To: 'Mifos software development'; 'Subramanya S N'
Subject: Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans

 

Hi Sifiso,

 

First off I want to allay the fears of data getting displayed across tenants.

I have checked on the demo and staging servers on multiple clients and all look to be \
working fine.

 

In the screens mentioned by you, I do not see any code changes from early 2015.

This looks more of expectation mismatch or code not scaling up to current data size.

Core team will verify and get back with actual issue.

 

Regards,

Adi

 

 

From: Skyburg Systems [mailto:info@skyburgsystems.org] 
Sent: 27 April 2016 18:50
To: 'Subramanya S N' <subramanya@confluxtechnologies.com \
                <mailto:subramanya@confluxtechnologies.com> >
Cc: 'Mifos software development' <mifos-developer@lists.sourceforge.net \
                <mailto:mifos-developer@lists.sourceforge.net> >
Subject: Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans

 

Hi Subramanya

 

And another thing is now everything that appears in the default tenant appears in \
every other tenant if you are using a multi-tenant setup. So if you log into \
tenant1.mifos.com <http://tenant1.mifos.com>  for example it shows you data from \
default.mifos.com <http://default.mifos.com>  (i.e. when you are using mifos password \
on both tenants). Otherwise the other tenants will all not login because they are \
reflecting the default tenants data.

 

Please advise as a matter of urgency.

 

Kind regards

Sifiso

 

From: Skyburg Systems [ <mailto:info@skyburgsystems.org> \
                mailto:info@skyburgsystems.org] 
Sent: April 27, 2016 2:04 PM
To: 'Subramanya S N'
Cc: 'Mifos software development'; Mifos Users
Subject: RE: [Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans

 

Subramanya,

 

Ok 

I have created one example on the demo.openmf.org <http://demo.openmf.org>  as you \
advised. I have attached two screenshots. One of the loan account awaiting approval \
and the other of the tab in pending tasks for Loan Approval. And no new loans in \
version 16.04.01 are appearing under loan approval, or disbursement and client \
approval.

 

The issue seems to be on the user interface. And data is not being called on certain \
screens. 

 

Kind regards,

Sifiso

 

From: Subramanya S N [ <mailto:subramanya@confluxtechnologies.com> \
                mailto:subramanya@confluxtechnologies.com] 
Sent: April 27, 2016 1:18 PM
To: Mifos software development
Cc: Mifos Users
Subject: Re: [Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans

 

Hi Sifio,

Can you please explain the issue in detail. Can you reproduce the same in  \
<https://demo.openmf.org/> https://demo.openmf.org/.

 

On Wed, Apr 27, 2016 at 3:05 PM, Skyburg Systems < <mailto:info@skyburgsystems.org> \
info@skyburgsystems.org> wrote:

Hi guys,

 

Noticed that if you create a client in 16.04.01 they don't appear under loan \
approvals, and according to other partners it's not a bug as such but an API issue. \
Especially if you are running on your own domain name, some of the REST apis are \
calling default domain instead of  <http://tenant.openmf.org/> tenant.openmf.org for \
example. Just upgraded so really need your advice to this ‘quick-fix'.

 

Kind regards,

Sifiso


------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
 <https://ad.doubleclick.net/ddm/clk/302982198;130105516;z> \
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z Mifos-developer mailing list
 <mailto:mifos-developer@lists.sourceforge.net> mifos-developer@lists.sourceforge.net
Unsubscribe or change settings at:
 <https://lists.sourceforge.net/lists/listinfo/mifos-developer> \
https://lists.sourceforge.net/lists/listinfo/mifos-developer




-- 

Regards,
Subramanya.

 

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;zMifos-developer mailing list
mifos-developer@lists.sourceforge.net <mailto:mifos-developer@lists.sourceforge.net> 
Unsubscribe or change settings at:
https://lists.sourceforge.net/lists/listinfo/mifos-developer

 


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:Helvetica;
	panose-1:2 11 6 4 2 2 2 2 2 4;}
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
	{font-family:Menlo;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Preformatted Char";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLPreformattedChar
	{mso-style-name:"HTML Preformatted Char";
	mso-style-priority:99;
	mso-style-link:"HTML Preformatted";
	font-family:Consolas;}
p.msonormal0, li.msonormal0, div.msonormal0
	{mso-style-name:msonormal;
	mso-margin-top-alt:auto;
	margin-right:0cm;
	mso-margin-bottom-alt:auto;
	margin-left:0cm;
	font-size:12.0pt;
	font-family:"Times New Roman",serif;}
span.apple-converted-space
	{mso-style-name:apple-converted-space;}
span.EmailStyle21
	{mso-style-type:personal;
	font-family:"Calibri",sans-serif;
	color:#1F497D;}
span.EmailStyle22
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-IN link=blue vlink=purple><div \
class=WordSection1><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>Sifiso,<o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>Please \
track the below issue…. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><a \
href="https://mifosforge.jira.com/browse/MIFOSX-2712">https://mifosforge.jira.com/browse/MIFOSX-2712</a><o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>The \
solution should be part of formal 16.05.01.RELEASE pending this \
week.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>Regards,<o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'>Adi<o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;mso-fareast-language:EN-US'><o:p>&nbsp;</o:p></span></p><div><div \
style='border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p \
class=MsoNormal><b><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>From:</span></b><span \
lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif'> Skyburg Systems \
[mailto:info@skyburgsystems.org] <br><b>Sent:</b> 10 May 2016 17:52<br><b>To:</b> \
'Mifos software development' \
&lt;mifos-developer@lists.sourceforge.net&gt;<br><b>Cc:</b> 'A good place to start \
for users or folks new to Mifos.' \
&lt;mifos-users@lists.sourceforge.net&gt;<br><b>Subject:</b> Re: [Mifos-developer] \
Version 16.04.01 api Issues: Cant view client \
loans<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p>&nbsp;</o:p></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Hi \
Vishwas,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Maybe the \
best method of checking is if you create a new client and create a new loan for them. \
Then see if that loan appears in the loan approvals section. I've tried it on the \
demo.openmf.org as well as other instances tested by other providers and no new \
client has a new loan that appears in loan approvals in the pending tasks \
section.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Please \
advise.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Regards,<o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Sifiso<o:p></o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'><o:p>&nbsp;</o:p></span></p><div><div \
style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p \
class=MsoNormal><b><span lang=EN-US \
style='font-size:10.0pt;font-family:"Tahoma",sans-serif'>From:</span></b><span \
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma",sans-serif'> Vishwas Babu A J \
[<a href="mailto:vishwasbabuaj@gmail.com">mailto:vishwasbabuaj@gmail.com</a>] \
<br><b>Sent:</b> April 29, 2016 2:18 AM<br><b>To:</b> Mifos software \
development<br><b>Cc:</b> A good place to start for users or folks new to \
Mifos.<br><b>Subject:</b> Re: [Mifos-developer] Version 16.04.01 api Issues: Cant \
view clients/loans<o:p></o:p></span></p></div></div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><span lang=EN-US>Hi \
Sifiso,<o:p></o:p></span></p><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>The first problem you are reporting (the one you described on Skype with \
you being able to see inconsistent data across tenants in the maker checker screen) \
is a configuration issue your end, I haven't looked at loan approval issues you have \
encountered but it might also be an extension of the deployment \
problem.<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>The Mifos community app works in a multi tenant environment in three \
ways<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>1) By default, it tries to connect to a tenant named "default" on the \
target Mifos platform<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>2) If the tenantIdentifier is passed in as a URL parameter, the community \
app connects to this tenant . In your scenario&nbsp;<a \
href="https://209.126.68.38/?tenantIdentifier=oakfin">https://209.126.68.38/?tenantIdentifier=oakfin#</a>&nbsp;would \
connect to the tenant named "oakfin"&nbsp;<o:p></o:p></span></p></div><div><p \
class=MsoNormal><span lang=EN-US>3) If you are using a subdomain of "<a \
href="http://openmf.org">openmf.org</a>&quot;, the community app tries to replace the \
tenantIdentifer with the subdomain. So oakfin<a \
href="http://demo.openmf.org">.openmf.org</a>&nbsp;would connect to "oakfin" tenant , \
<a href="http://randommfi.openmf.org">randommfi.openmf.org</a>&nbsp;would connect to \
"randonmfi" and so on. The setting of tenantIdentifier based on a subdomain &nbsp;is \
done in initialTasks.js only for the "<a href="http://openmf.org">openmf.org</a>" \
domain .<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>You were trying to create data on&nbsp;<a \
href="https://209.126.68.38/?tenantIdentifier=oakfin">https://209.126.68.38/?tenantIdentifier=oakfin#</a>&nbsp;(which \
was creating the data on a tenant "oakfin" ) and then view the same on&nbsp;<a \
href="https://oakfin.mifosx.net">https://oakfin.mifosx.net</a>&nbsp;(which connects \
to the "default&quot; tenant) hence the data incosistency . If you want&nbsp;<a \
href="https://oakfin.mifosx.net">https://oakfin.mifosx.net</a>&nbsp;to automatically \
connect to "oakfin" , you would have to make this change in \
initialTasks.js<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US>i.e replace&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><pre \
style='background:white'><b><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:navy'>if </span></b><span lang=EN-US \
style='font-size:13.5pt;font-family:Menlo'>(</span><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:#458383'>mainLink</span><span \
lang=EN-US style='font-size:13.5pt;font-family:Menlo'>.</span><b><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:#660E7A'>hostname</span></b><span \
lang=EN-US style='font-size:13.5pt;font-family:Menlo'>.</span><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:#7A7A43'>indexOf</span><span \
lang=EN-US style='font-size:13.5pt;font-family:Menlo'>(<b><span \
style='color:green'>‘</span></b></span><b><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:green'><a \
href="http://openmf.org">openmf.org</a>'</span></b><span lang=EN-US \
style='font-size:13.5pt;font-family:Menlo'>) &gt;= </span><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:blue'>0</span><span lang=EN-US \
style='font-size:13.5pt;font-family:Menlo'>) {</span><span \
lang=EN-US><o:p></o:p></span></pre><div><p class=MsoNormal><span \
lang=EN-US>with<o:p></o:p></span></p></div></div><div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p></div><div><pre \
style='background:white'><b><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo;color:navy'>if </span></b><span lang=EN-US \
style='font-size:12.0pt;font-family:Menlo'>(<span \
style='color:#458383'>mainLink</span>.<b><span \
style='color:#660E7A'>hostname</span></b>.<span \
style='color:#7A7A43'>indexOf</span>(‘mifosx<b><span \
style='color:green'>.net'</span></b>) &gt;= <span style='color:blue'>0</span>) \
{<o:p></o:p></span></pre><div><p class=MsoNormal><span lang=EN-US>You could also make \
a small modification to pick up the configurable domain name from configurations.js \
instead of it being hardcoded in initialTasks.js so you do not have to edit \
initialTasks.js file on every upgrade&nbsp;<o:p></o:p></span></p></div></div><div><p \
class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><div><p \
class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><div><div><div><p \
class=MsoNormal><span lang=EN-US>Regards,<o:p></o:p></span></p></div><div><p \
class=MsoNormal><span lang=EN-US>Vishwas<o:p></o:p></span></p></div><div><p \
class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p></div><p \
class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p></div><p \
class=MsoNormal><span lang=EN-US><o:p>&nbsp;</o:p></span></p><div><blockquote \
style='margin-top:5.0pt;margin-bottom:5.0pt'><div><p class=MsoNormal><span \
lang=EN-US>On Apr 27, 2016, at 12:43 PM, Skyburg Systems &lt;<a \
href="mailto:info@skyburgsystems.org">info@skyburgsystems.org</a>&gt; \
wrote:<o:p></o:p></span></p></div><p class=MsoNormal><span \
lang=EN-US><o:p>&nbsp;</o:p></span></p><div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Hi \
Adi,</span><span lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span \
lang=EN-US style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>The issue \
with the data appearing across all tenants is valid for a multi-tenant environment \
with the default tenant database. So far I don't see a<span \
class=apple-converted-space>&nbsp;</span><a href="http://default.openmf.org/"><span \
style='color:purple'>default.openmf.org</span></a><span \
class=apple-converted-space>&nbsp;</span>sub domain to test from. But with other \
users this issue is prevalent. It looks like something is being passed from the \
initialtasks.js file to default url. If your database environment does not have \
default you will not be able to test accurately.</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>You're right \
about the other problem. It seems the issue on the loan approvals has been around for \
a long time and we only just picked it up now.</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Looking \
forward to your response.</span><span lang=EN-US><o:p></o:p></span></p></div><div><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Kind \
regards,</span><span lang=EN-US><o:p></o:p></span></p></div><div><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>Sifiso</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif;color:#1F497D'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><div style='border:none;border-top:solid \
#B5C4DF 1.0pt;padding:3.0pt 0cm 0cm 0cm'><div><p class=MsoNormal><b><span lang=EN-US \
style='font-size:10.0pt;font-family:"Tahoma",sans-serif'>From:</span></b><span \
class=apple-converted-space><span lang=EN-US \
style='font-size:10.0pt;font-family:"Tahoma",sans-serif'>&nbsp;</span></span><span \
lang=EN-US style='font-size:10.0pt;font-family:"Tahoma",sans-serif'>Adi Raju [<a \
href="mailto:adi.raju@confluxtechnologies.com">mailto:adi.raju@confluxtechnologies.com</a>]<span \
class=apple-converted-space>&nbsp;</span><br><b>Sent:</b><span \
class=apple-converted-space>&nbsp;</span>April 27, 2016 5:20 PM<br><b>To:</b><span \
class=apple-converted-space>&nbsp;</span>'Mifos software development'; 'Subramanya S \
N'<br><b>Subject:</b><span class=apple-converted-space>&nbsp;</span>Re: \
[Mifos-developer] Version 16.04.01 api Issues: Cant view clients/loans</span><span \
lang=EN-US><o:p></o:p></span></p></div></div></div><div><p class=MsoNormal><span \
lang=EN-US>&nbsp;<o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>Hi Sifiso,</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>First off I want to allay \
the fears of data getting displayed across tenants.</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>I have checked on the demo \
and staging servers on multiple clients and all look to be working fine.</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>&nbsp;</span><span \
lang=EN-US><o:p></o:p></span></p></div><div><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri",sans-serif'>In the screens mentioned by \



------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j

Mifos-developer mailing list
mifos-developer@lists.sourceforge.net
Unsubscribe or change settings at:
https://lists.sourceforge.net/lists/listinfo/mifos-developer

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic