Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. VAT ID

  2. Logo

  3. MES System Acitivated → de/activate

  4. Certifications

  5. File naming format
    In several places in 3YOURMIND platform, it’s possible to download a bundle of .stl files. This setting impacts the file naming format of those files.
    By default, the template expression is :order_number:-:sequence_number:-:name:.
    The setting can be configured via creating a custom template expression using pre-defined markers. Those will be later replaced by our templating engine.
    For example, the setting with an expression :name:---:order_number:---:sequence_number:---:order_created_by: will be templated to transport_sprocket_wheel---100456---5---john_doe. The full filename depends on other settings as well, but here is a possible filename created using the template expression from above transport_sprocket_wheel---100456---5---john_doe_optimized.stl.
    Here is the list of the available markers:

    :name:
    Name of the part

    :quantity:
    Number of copies to be printed

    :material:
    Name of the material if one is configured

    :part_id:
    ID of MES part, if one is known. Otherwise it’s set to Unknown

    :order_number:
    - If downloading STL files from MES Part view or from Orders view:
    order project number + stage + order sequence number
    - otherwise:
    order project number

    For detailed info, please refer to the Sales Transaction Naming Structure

    :order_reference:
    - If downloading STL files from MES Part view or from Orders view:
    Reference provided when creating the order
    - Otherwise:
    Unknown

    Please refer to docs about creating orders

    :order_created_by:
    Full name (e.g. John Doe) of the user who created the order

    :sequence_number:
    The number you can find at the end of a part name in the order/request/quote:

...