You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dropdown would have the quick repeat options of: Never, Daily, Weekly, Every other week, Every 4 weeks, Monthly, Every other month, Quarterly, Twice a year, Yearly, Every other year, Custom
Custom would show the custom schedule block on the existing transaction edit page right below the date stuff.
Could also change the name of service date to start date
Some way to describe or show how the custom schedule works
Populate new transactions that are scheduled at startup and resume
Start date will be from the last created transaction OR store it on the actual scheduledtransaction table
The text was updated successfully, but these errors were encountered:
Multiple components are needed for Scheduled Transactions
RecurrenceEngine
The actual logic for being able to get dates based on inputs
Models
IScheduleTransactionDataAccess (ScheduleTransactionDataAccess)
TransactionLogic Changes
- [ ] Updated to handle schedules
- [ ] Flag added to not delete the schedule aka future transactions
Custom controls
Transaction Edit Page
Populate new transactions that are scheduled at startup and resume
The text was updated successfully, but these errors were encountered: