No internet connection
  1. Home
  2. Feature Requests

Feature request: Auto populate gross weights in a transfer template

By Matt Frisbie @mattfriz
    2023-02-01 21:00:29.845Z

    Automatically populate the gross weight / unit of measure fields from the selected packages with the full package amount.

    Example: For the below screenshot, Package 1's full weight/unit of measure would be copied into the Gross Weight/UOM dropdown, Package 2's full weight/unit of measure would be copied, etc.

    Solved in post #2, click to view
    • 1 replies
    1. M
      Matt Frisbie @mattfriz
        2023-02-01 22:39:34.477Z2023-02-02 16:21:06.728Z

        This is implemented as a quick script in 0.15.0

        Example beahvior:

        If a tag has a quantity of 450g, it will output that same value - 450g.
        If a tag has a quantity of 150 x 2g blunts of Concentrate (each), it will output 300 grams.

        ReplySolution