Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weekday is ignored in scheduled exports #641

Closed
rivaldi8 opened this issue Jan 16, 2017 · 2 comments
Closed

Weekday is ignored in scheduled exports #641

rivaldi8 opened this issue Jan 16, 2017 · 2 comments
Assignees
Labels
Milestone

Comments

@rivaldi8
Copy link
Collaborator

Steps to reproduce the behaviour

  1. Go to Menu > Export...
  2. Set a weekly recurrence with a weekday different of the one for the current date. For example, if today is Monday set it to Thursday.
  3. Save changes.

Expected behaviour

The export is done weekly on the day set in the recurrence (Thursday in the example).

Actual behaviour

The export is done weekly, but on the weekday the scheduled export was created instead (Monday in the example).

The problem is ScheduledActionService looks only at the elapsed time since the last export.

Software specifications

  • GnuCash Android version: 2.1.3
@codinguser
Copy link
Owner

@rivaldi8 Will this issue make it for 2.2.0 release?

@rivaldi8
Copy link
Collaborator Author

I think so. I'll work on it this weekend.

rivaldi8 added a commit to rivaldi8/gnucash-android that referenced this issue Apr 25, 2017
The actions were run just once per week without taking into account the
weekdays set by the user.

Fixes codinguser#641
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants