Monday, November 18, 2024
1 change · saas-17.3
Resolved issues and error corrections
Tax reports that still need to be sent are now easier to identify because the reminder activity has been restored. Payment follow-up is kept separate, helping teams track whether a tax report was sent and complete related tasks in the right order.
Original PR description
The aim of this commit is to allow detection of tax report that still need to be send easily by putting back the tax report to be sent activity that was deleted by commit 7bace07feea5 In order to keep things consistent for the end user, the payment activity will now be a followup activity that can be complete once the tax report sending task has been complete. As this is introduced in stable, those activities might not exist an could require to be created on the fly. Context: The deletion of that activity makes this detection much harder and removes the possibility to know if was sent or not. Before the commit: It is impossible to know if a tax report has been sent or not. After the commit: The tax report to be sent can be found easily by looking for the tax report to be sent activity. We can assume the tax report was sent once the activity has been deleted. task-id: 4292304