Gyal, The savings interest posting batch job have failed for some accounts and left some accounts in inconsistent state.
Failure here doesn't mean that it has failed for all the account. Savings interest posting batch job works on account basis. It's not atomic in the sense that either it will post of all on none. this query will show you the batch job failure which happened on 2010-10-01 SELECT * FROM scheduled_tasks WHERE taskname LIKE '%SavingsIntPostingTask%' AND STATUS!=1 Next day the batch job runs again, due to failure some accounts were left in inconsistent state by previous batch job where next batch job doesn't understand the failure and post interest for Dec, but it posts zero as there are no interest calculated for December by interest calculation batch job at that point. http://mifosforge.jira.com/browse/MIFOS-3874 Udai ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Mifos-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mifos-users
