Berlin Back Office Version 5.76.0

March 25, 2024


New features

1. Back office forms can now be configured to redirect to other URLs. If you install an app from Erply app store (Apps > App store) that manages products, and would like a product card to always open in that app, you can now define a rule for that. (And likewise if you want an employee form to open in an employee app, or a customer card in a CRM app).

  1. Go to Settings > Configuration Admin > App configuration.
  2. From the list, locate an app named "bo_ui" and a setting with name "redirects". If either of these is missing, click "Add new configuration" to create it.
  3. Fill in the form as follows:
    • Application: bo_ui
    • Level: Company
    • Level ID: leave empty
    • Type: leave empty
    • Name: redirects
    • Value Type: JSON
  4. On the "Value" field, define a JSON object where key is the Erply section name and value is the URL to redirect to.
    • Erply section name can be found from the URL: it's the keyword following "&section=..." Product card is `product`, inventory registration form is `prodin`, employee form is `orgperB` and so on.
  5. The redirect URL supports placeholders:
    • `{GOERP_URL}` - Base URL of Erply app store apps.
    • `{CLIENT_CODE}` - Account number
    • `{RECORD_ID}` - Record ID
    • `{LANGUAGE}` - Three-letter language code (used in Erply back office)
    • `{ISO_LANGUAGE}` - Two-letter language code (used in app store apps)

Sample { "product": "{GOERP_URL}/{CLIENT_CODE}/{ISO_LANGUAGE}/cram-product-page?productID={RECORD_ID}" }

2. New configuration setting "purchase_order_fulfilment_identify_products_by_name" has been added. 
3. Report generator: new field "type" has been added to gift cards.

Improvements

1. If a user has the "edit" permission for a stocktaking act, they can now edit it after confirmation. Formerly, only administrators could edit the stocktaking act after confirming.   

Fixes

1. Actual reports: fixed "Ship-to Address" issue.  
2. Fixed: issues with the "Minimum Password Length" feature.