Summary 🌟
In this release, we’ve introduced new “Create” button in the app, improved the contract creation window and dialog. Several bugs have also been fixed, including issues with watermark display, input handling, contract signing, and API request handling.
New Features
Added "Create" Button in Contract Signature Apps NEW
A new "Create" button has been added next to the "Search" button in the Contract Signature app. This feature allows users to open a dialog, select a page, and initiate contract creation.
Improvements
Improved contract creation window IMPROVED
We improved the contract creation window and dialog for better user experience.
Updated attachment visibility message for clarity.
Adjusted logo, input labels, and text alignment for better positioning.
Standardized spacing across fields, buttons, and elements.
Resized and repositioned buttons for layout consistency.
Enhanced vertical scrollbar usability.
Bug Fixes
Fixed that watermark didn’t work on attached page FIXED
There was an issue where watermark was overflowing from the contract page has been fixed. The watermark is now properly displayed within the contract.
Fixed input handling issue FIXED
We have addressed and fixed a potential issue in handling the dynamic input related to receiving completed contracts.
Fixed contract signing issue FIXED
This fix resolved an issue that prevented contracts with a creation date placeholder from being signed due to missing HTML.
Fixed API handling issue FIXED
There was an issue in the contract creation process (POST /create-contract) where an error occurred due to a missing character in the escape sequence. Now this issue has been resolved.