Re: [Mifos-users] Sample data

2016-04-20 Thread Serge Consty
thanks De : Sangamesh Nadagoudar À : Serge Consty ; A good place to start for users or folks new to Mifos. Envoyé le : Mercredi 20 avril 2016 6h45 Objet : Re: [Mifos-users] Sample data Hello Serge,  Every release of Mifos X comes with sample data sql file. You could run this sql

Re: [Mifos-users] Sample data

2016-04-19 Thread Sangamesh Nadagoudar
Hello Serge, Every release of Mifos X comes with sample data sql file. You could run this sql script which will load with sample data. Located here:- Ex:- mifosplatform-16.01.2.RELEASE\database\migrations\*sample_data >> load_sample_data.sql* Thanks, Sangamesh On Wed, Apr 20, 2016 at 4:40 AM, Se

[Mifos-users] Sample data

2016-04-19 Thread Serge Consty
Hello,  In order to become familiar with Mifos, Please can someone send me a sample of data (a mysql file within data sample)? thank you very much. Best regards.-- Find and fix application performance issues faster with Ap

Re: [Mifos-users] Sample data

2010-06-23 Thread Jeff Brewster
Ø collection sheet report, it showed a warning that I do not have permission to perform this activity Can you try uploading the report and seeing if that uploaded report also has a permission issue? To Upload a the Collection sheet report, go to the Admin section, click on "Upload report

Re: [Mifos-users] Sample data

2010-06-16 Thread Ryan Whitney
Yes, You should Drop database mifos; Create database mifos; Then import the small mfi data, then run Mifos 1.5 on top of that. Ryan On 6/16/10 16:05, "Udai Gupta" wrote: > no need of older scripts, I think "small mfi data" contains create tables etc. > > and yes you got the later part corr

Re: [Mifos-users] Sample data

2010-06-16 Thread Udai Gupta
no need of older scripts, I think "small mfi data" contains create tables etc. and yes you got the later part correct, just restore the database and start Mifos on that Udai -- ThinkGeek and WIRED's GeekDad team up for th

Re: [Mifos-users] Sample data

2010-06-16 Thread Udai Gupta
Hi, Okay, that way it's not going to work. You need restore the database (older one also have create table etc ) and then start Mifos on that. Mifos will upgrade that database to latest. Udaii -- ThinkGeek and WIRED's G

Re: [Mifos-users] Sample data

2010-06-15 Thread Udai Gupta
> The problem is, when I imported this sql to mifos database, then some > functions was broken. > > One of the case was the database structure that the application use was > different from the one that the sql script has modified. > > I think it’s about the version, the ‘small MFI data’ provided i