[Bug]: Unable to create schedule with positive amount #927

Closed
opened 2026-02-28 19:25:30 -06:00 by GiteaMirror · 2 comments
Owner

Originally created by @rich-howell on GitHub (Feb 14, 2024).

Verified issue does not already exist?

  • I have searched and found no existing issue
  • I have checked my server logs and could not see any errors there
  • I will be attaching my server logs to this issue
  • I will be attaching my client-side (browser) logs to this issue
  • I understand that this issue will be automatically closed if insufficient information is provided

What happened?

It is not possible to change the schedule amount from negative to positive.

I have tested this on both my own installation and the demo changing the negative to a positive does nothing.

What error did you receive?

None - nothing in the console either.

Where are you hosting Actual?

Fly.io

What browsers are you seeing the problem on?

Microsoft Edge

Operating System

Windows 11

Originally created by @rich-howell on GitHub (Feb 14, 2024). ### Verified issue does not already exist? - [X] I have searched and found no existing issue ### Is this related to GoCardless, Simplefin or another bank-sync provider? - [ ] I have checked my server logs and could not see any errors there - [ ] I will be attaching my server logs to this issue - [ ] I will be attaching my client-side (browser) logs to this issue - [X] I understand that this issue will be automatically closed if insufficient information is provided ### What happened? It is not possible to change the schedule amount from negative to positive. I have tested this on both my own installation and the demo changing the negative to a positive does nothing. ### What error did you receive? None - nothing in the console either. ### Where are you hosting Actual? Fly.io ### What browsers are you seeing the problem on? Microsoft Edge ### Operating System Windows 11
GiteaMirror added the bug label 2026-02-28 19:25:30 -06:00
Author
Owner

@youngcw commented on GitHub (Feb 14, 2024):

The fix I put in for this a few months ago got replaced with some mobile changes and now its broken again.

I think the issue is somewhere around here

The original patch that cleared this up is in #1992

@youngcw commented on GitHub (Feb 14, 2024): The fix I put in for this a few months ago got replaced with some mobile changes and now its broken again. I think the issue is somewhere around [here](https://github.com/actualbudget/actual/blob/2a0f8335ed46b10c0aac554069daf6c7d03e8351/packages/desktop-client/src/components/schedules/ScheduleDetails.jsx#L543) The original patch that cleared this up is in #1992
Author
Owner

@youngcw commented on GitHub (Feb 14, 2024):

Ok. It seems to me that there isn't actually a bug per say, but it is confusing. You can only change the sign to positive if the amount is non-zero.

@youngcw commented on GitHub (Feb 14, 2024): Ok. It seems to me that there isn't actually a bug per say, but it is confusing. You can only change the sign to positive if the amount is non-zero.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/actual#927