Crassula Release Week 1-2
core v.23.12.6-24.01.2
client v.23.12.3-24.01.1
Improvements
Administrative Panel
The new Referral code filter is implemented for Persons to filter the lists by referral codes added by admins or clients. See Persons for details.
API
The new
POST /api/clients/{clientId}/batch-transfers
endpoint is implemented to enable 2fa for batch payments.The
POST /api/clients/{clientId}/currency/exchange
method is provided with an updated description in the API documentation. The 500 validation error is changed to 422.
See Banking API for details.
Communication
By default, the Contact support button in the Password change emails leads to an email creation. New system config is implemented: When enabled, the Contact support button will lead to an external link defined in the configs. Contact your manager for configuration details.
Transactions
Now you can synchronize direct debit mandates with Crassula's database using the new system config. Contact your manager for configuration details.
Web Interface
The tfa_by_scope
config is now supported by the Web Interface. The configuration allows you to define which UI functionality will require 2FA from the client. Contact your manager for configuration details.
Fixes
Administrative Panel
The Provider filters did not provide drop-down lists. Now the issue is fixed and the lists with the service provider names are suggested when using the filter.
Transactions
Faster Payments batch payments generated with documents based on Crassula’s draft were declined. The issue is fixed and all the batch payments are processed as expected.
Upcoming Updates
Improvements
API
The RecipientName
field will be validated as follows when making transfers:
/api/clients/{clientId}/transfer/sepa
: The field can include commas, dots, brackets, and ampersands (&), and its maximum allowed length is 128./api/clients/{clientId}/transfer/swift
: The field can include commas, dots, and brackets, and its maximum allowed length is 128./api/clients/{clientId}/transfer/local
: The field can include commas, dots, brackets, and ampersands (&), and its maximum allowed length is 128.