If cheque numbers are set to auto-increment, and a schedule is created with write-cheque as the payment method and a cheque number is entered, all entries for that schedule continue to use the original cheque number. Reproducible: Always Steps to Reproduce: 1. Create schedule with write-cheque as the payment method. 2. Enter a cheque number. 3. Accept that first schedule transaction. 4. Enter the following occurrence. 5. Observe that the cheque number has not incremented. 6. The original cheque number is applied to all following occurrences. Actual Results: As above. Expected Results: The cheque number should get incremented.
Git commit 2c1c35ff15385044e616aba0e1a98d81974eae60 by Allan Anderson. Committed on 04/04/2015 at 09:51. Pushed by allananderson into branch 'master'. Fix Cheque number in kmymoney/dialogs/kenterscheduledlg.cpp not auto-incrementing. M +12 -0 kmymoney/dialogs/kconfirmmanualenterdlg.cpp M +19 -5 kmymoney/dialogs/kenterscheduledlg.cpp http://commits.kde.org/kmymoney/2c1c35ff15385044e616aba0e1a98d81974eae60
It's not fixed in 4.7.2 since this commit is not picked in 4.7.
Git commit f303fcb68955437fd1371a68bd914190f585daf2 by Allan Anderson. Committed on 06/04/2015 at 10:20. Pushed by allananderson into branch '4.7'. Fix Cheque number in kmymoney/dialogs/kenterscheduledlg.cpp not auto-incrementing. (cherry picked from commit 2c1c35ff15385044e616aba0e1a98d81974eae60) M +12 -0 kmymoney/dialogs/kconfirmmanualenterdlg.cpp M +19 -5 kmymoney/dialogs/kenterscheduledlg.cpp http://commits.kde.org/kmymoney/f303fcb68955437fd1371a68bd914190f585daf2
There was a mid-air collision when I updated the 'fixed in' status. Everything seems OK here.
(In reply to allan from comment #4) > There was a mid-air collision when I updated the 'fixed in' status. > Everything seems OK here. Sorry about that :), it was my fault, I should have let you do it.