Commit Graph

5 Commits

Author SHA1 Message Date
0da8e7dbc6 feat: add envelope editor 2025-10-12 23:35:54 +11:00
bf89bc781b feat: migrate templates and documents to envelope model 2025-10-09 16:13:41 +11:00
eec2307634 fix: migrate template metadata 2025-10-09 16:11:40 +11:00
3409aae411 feat: add email domains (#1895)
Implemented Email Domains which allows Platform/Enterprise customers to
send emails to recipients using their custom emails.
2025-07-24 16:05:00 +10:00
63a4bab0fe feat: better document rejection (#1702)
Improves the existing document rejection process by actually marking a
document as completed cancelling further actions.

## Related Issue

N/A

## Changes Made

- Added a new rejection status for documents
- Updated a million areas that check for document completion
- Updated email sending, so rejection is confirmed for the rejecting
recipient while other recipients are notified that the document is now
cancelled.

## Testing Performed

- Ran the testing suite to ensure there are no regressions.
- Performed manual testing of current core flows.
2025-03-13 15:08:57 +11:00