GH, When you say you have tried dropping and re-creating the database with your own custom configuration, do you mean a configured database? IE, when you re-create the database are you using the initial scripts that come with Mifos?
Ryan On 10/1/10 5:53, "Kay Chau" <[email protected]> wrote: > Hi GH > >> But I still see only the ones that were there in the default chart of >> accounts. I have tried dropping and re-creating the database with my >> own custom configuration to no avail. >> >> I am almost there but still don't get fully how to customize the chart >> of accounts. > > http://www.mifos.org/knowledge/support/deploying-mifos/configuration/guide#cre > ating-your-own-financial-action-mappings > > Have you put your custom COA and Financial Action Mappings in the right > folder? Did you restart Tomcat when you blew it away? > > Kay > > >> -----Original Message----- >> From: ghachey [mailto:[email protected]] >> Sent: Thursday, September 30, 2010 2:27 PM >> To: [email protected] >> Subject: Re: [Mifos-users] Custom Chart of Account and Mapping Transactions >> >>> I think what you want to try is this: >>> >>>> <bean id = "financialRules" >>>> class="org.mifos.accounts.financial.util.helpers.FinancialRules" >>>> abstract="false" factory-method="getInstance"> >>>> <property name="actionToDebitAccount"> >>>> <map> >>>> <entry key="FEEPOSTING" value="11201"/> >>>> </map> >>>> </property> >>>> <property name="actionToCreditAccount"> >>>> <map> >>>> <entry key="FEEPOSTING" value="31300"/> >>>> <entry key="MISCFEEPOSTING" value="31304"/> >>>> </map> >>>> </property> >>> >>> We only allow 1 type per entry key but then when you create your fees in >>> Mifos, you >> can select any GL under 31300 > as the account it goes to. You should try >> what I said >> above to see if it will work. You can continue to set Misc Fee > to be 31304 >> and that will >> go to the right account. >> >> OK. So I have re-deployed (and re-configured) keeping the above in >> mind. >> >> I tried adding the custom chart of accounts below thinking I would see >> them in the drop down list of MIFOS when creating a fee from the admin >> interface. >> >> <GLAccount code="31301" name="Fees" /> >> <GLAccount code="31302" name="Processing Fees" /> >> <GLAccount code="31303" name="Training Fees" /> >> <GLAccount code="31304" name="Service Fees" /> >> <GLAccount code="31305" name="Other Fees" /> >> >> But I still see only the ones that were there in the default chart of >> accounts. I have tried dropping and re-creating the database with my >> own custom configuration to no avail. >> >> I am almost there but still don't get fully how to customize the chart >> of accounts. >> >> Any help would be very appreciated. >> >> Thank you, >> >> -- >> GH >> >> ----------------------------------------------------------------------------->> - >> Start uncovering the many advantages of virtual appliances >> and start using them to simplify application deployment and >> accelerate your shift to cloud computing. >> http://p.sf.net/sfu/novell-sfdev2dev >> _______________________________________________ >> Mifos-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/mifos-users > > ------------------------------------------------------------------------------ > Start uncovering the many advantages of virtual appliances > and start using them to simplify application deployment and > accelerate your shift to cloud computing. > http://p.sf.net/sfu/novell-sfdev2dev > _______________________________________________ > Mifos-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mifos-users -- Ryan Whitney Mifos Technical Program Manager [email protected] Mifos® - Technology that Empowers Microfinance (www.mifos.org) Our mission is to enable the poor, especially the poorest, to create a world without poverty. <http://grameenfoundation.org/take-action/ingenuity-fund-challenge/> P please consider the environment before printing this e-mail. ------------------------------------------------------------------------------ Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.net/sfu/novell-sfdev2dev _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
