Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

4.3.0 again means a big step forward for the 3YOURMIND customers. As ERP managers, you can now create orders for your customers directly, without them needing to actively make the order. In addition, as ERP Managers, you can edit any order, changing small details or the whole order, directly in the service panel.

[ERP] - Create Orders in the Service Panel

As an order manager, you can now input orders for your customers directly into the 3YOURMIND software. This means: no complex work arounds anymore for requests or agreements that were made via email, SMS or any other communication channel. 

 

We chose to maximize usability and enable you to configure all aspects of the order in one page:

  1. Customer information

  2. Items (incl. File, material, post-processing and detail pricing)

  3. Additional fees & discounts

  4. Shipping & Billing information & pricing

 

This order creation page is accessible via the orders overview page

 

 

This button and create order page is only accessible to users with the role of “ERP Manager”.

 

 

 

 

 

[ERP-MES] - Edit orders after they were created

 

Other improvements

  • Reduced the time needed to process multiple 3d file at once by 50% 

Fixed Bugs

Export of all bugs that are closed, in dev, code review, testing and are assigned to 4.2:

  • Fixed a bug that caused highly detailed 3d model to time out during mesh optimization

Update Instructions

(This is only relevant for on premise IT-operators)

A new Pod called “meshrepair“ was introduced. It contains logic that was previously contained in the “backend“ pod. The additional pod means that the resource definition in the values.yaml file should be adjusted. Here is our minimum recommendation:

serviceConfig:    
  backend:
    resources:
      limits:
        cpu: 250m
        memory: 700Mi
      requests:
        cpu: 75m
        memory: 350Mi
    meshrepair:
      resources:
        limits:
          cpu: 4000m
          memory: 4092Mi
        requests:
          cpu: 500m
          memory: 10Mi
  • No labels