Upgrading¶
Version 2.1.1 Upgrade Guide¶
For the field creditor.numberofreminders, the option keys are numeric values instead of text.
Use:
- 0
- 1
- 2
Version 2.1.x Upgrade Guide¶
Add new yesno-field on orderdocument called iscoversheet. ("Försättsblad", "Cover Sheet")\
Checking this on the orderdocument will make it cover sheet of the invoice when created in Billecta.
Version 2.x.x Upgrade Guide¶
When upgrading to version 2.x.x, the following manual configuration changes are required:
Payment Object Changes¶
The payment limetype has been updated with a breaking change to its property naming:
Step 1: Rename Property¶
- Old property name:
overpaymentstatus - New property name:
paymentstatus - Rename this property in your Lime CRM limetype configuration
Step 2: Add Default Option¶
- Add a new option to the
paymentstatusproperty - Set the option key to
empty - Set this as the default value for the property
Step 3: Update Admin Configurations¶
- Review all configurations in Lime Admin where
overpaymentstatusis referenced - Update these references to use
paymentstatusinstead - Common locations to check:
- View field configurations
- Report configurations
- Integration mappings
- Filter configurations
⚠️ Important: Failure to update all references will result in views and reports not functioning correctly after the upgrade.
Testing After Upgrade¶
After completing these steps:
- Verify views containing payment objects display correctly
- Test payment record creation and editing
- Confirm reports that reference payment data work as expected