codinguser / gnucash-android

Gnucash for Android mobile companion application.
Apache License 2.0
1.23k stars 540 forks source link

Recurring transaction doesn't recur in the past #789

Open pnemonic78 opened 6 years ago

pnemonic78 commented 6 years ago

Steps to reproduce the behaviour

  1. Add transaction
  2. Set the date to a year in the past
  3. Set recurring period to monthly for n times

Expected behaviour

Should create transactions until today, like desktop app.

Actual behaviour

Only the original transaction created

Software specifications

ployt0 commented 6 years ago

If bagsying a bug helps secure an issue then I'd like to try this before about Monday.

codinguser commented 6 years ago

@ployt0 go for it :) Remember to read the Contribution guidelines

ployt0 commented 6 years ago

I found several other bugs on my way to fixing this, I can't spare the time to fix this one, it is only a good first-issue if the result intended is finding smaller bugs.

I was able to force the transaction to become recurring (by judicious editing of it, only while using the Play Store release) but all recurring transactions are broken in the current master branch.

codinguser commented 6 years ago

Thanks for finding the other bugs. If you were working on master, you should probably be working off the develop where some stuff is already fixed.