Release Notes
WebsiteDocs
  • Release Notes
  • Client Platform
    • April 25 - Solved bug with tracking numbers in order details on edge case
    • March 31 - Loader timing changed
    • March 15 - Home Revamp
    • December 17 - Order Blanks Design Tool
    • September 3 - Minor Design Tool Updates
    • August 15- Catalog, Design Tool & Floor Stock Updates
    • August 6- User Browsing Workflow Updates
    • July 31- Floor Stock Improvements & Shipping Manifest Bug Updates
    • July 1 - Shipping Improvements within Orders Module & Catalog Home Updates
    • June 17 - New Loader Features in Shipping Module
    • May 10 - Client Platform Bug Updates
  • Decorator Platform
    • May 1 - Bugfixes
    • April 25 - Slack Integration & PO AI and other improvements
    • April 14 - Culture Studio x Photoshop Integration
    • April 7 - PO/RO Updates & Other Small Fixes
    • March 31 - Rebate Feature, Margin Features & Dashboard Updates
    • March 15 - Position Library Feature
    • February 28 - Platform Updates
    • January 31 - Platform Updates
    • January 15 - Platform Updates
    • January 23 - Platform Updates
    • January 3 - Platform Updates
    • December 31 - Platform Updates
    • December 27 - Domain Updates
    • December 26 - Platform Updates
    • December 17 - Start & Stop
    • December 12 - FedEx Integration
    • Nov 20 - UPS Integration
    • Nov 1 - Optimization Fixes
    • October 15 - Bug Fixes
    • September 30 - Receiving Modules Updates
    • September 26 - Platform Bug Fixes
    • September 15 - Resizing Feature / Purchase Order Redesign
    • September 3 - Platform Features (Packing Slip for Floor Stock, D&D Automation, Design Tool Admin)
    • August 15 - New Product API Fixes
    • August 9 - Purchase Order Updates & Affiliate Platform Fixes
    • August 6 - Platform Improvements and Hotfixes
    • July 31 - S&S + Alphabroder API 2024 and Decorator Platform Updates
    • July 22 - Purchase Orders & Receiving Order Module Updates
    • July 17 - Damages & Deductions Improvements / Purchase Orders & Receiving Order Module Updates
    • July 10 - Floor Stock Improvements
    • July 1 - Inventory Module Migration & Decorator Platform Improvements
    • June 15 - Floor Stock Module, Product Updates, & Dashboard Updates
    • June 10 - Client Platform Bug Updates
    • May 15 - Floor Stock Module, Product Updates, & Dashboard Updates
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Decorator Platform

April 25 - Slack Integration & PO AI and other improvements

PreviousMay 1 - BugfixesNextApril 14 - Culture Studio x Photoshop Integration

Last updated 10 days ago

Was this helpful?

New feature: Slack notifications on order status changed to Art Review

  • Now, when an order status is changed to any of these two statuses: Art Review or Sales Review, a slack message is going to be sent to the #orders slack channel.

  • Whenever the order status is changed back to any of those statuses, a new message is going to be sent out to the first message's thread.

New feature: New graph for production capacity utilization by production type in the production dashboard.

New feature: Purchase Order AI

  • Account teams are now able to upload a PO and using AI, we are able to extract data from it

  • Once data is pulled the user is prompted with the output and can then update if needed.

    • this is useful to train the model

  • Every night the model is trained

Improvements:

  • Backend time response for editing custom products was improved.

    • Now the legacy backend method for creating or updating custom products it's gonna take a lot of less time to respond. The time improvement was from 17s aprox. to 4s aprox.

  • Now, in the edit screen color dialog, screen colors names can be edited.

  • In the schedule board, these improvements were made:

    • Now machine stats are more accurate.

    • Also the jobs card heights are more accurate according to the job's time duration and the shifts total height.

    • The carry over process was modified, and now, no day carry over is done automatically, only carry overs for the current day are made carrying jobs from one shift to the next one. The logic now is as follow:

      • Every shift has 8 hours in total.

      • When shift 1's capacity is exceeded, if there's any exceeding job, we cut that job to use the shift last remainining time, assigning a new number of impressions and time duration according to that remaining time (this is only a UI effect, we are not saving this in db) and we create another virtual job (it doesn't exist in database, only in the UI) with all the exceeding time and impressions and place it in the next shift. In this case, the shift 1's capacity is going to be 100%, which makes sense.

      • We run the previous logic if we have a second shift (in the case we have three shifts)

      • For the last shift, in the case its capacity is exceeded, we don't run any logic for cutting jobs or do carry overs for the next day, we display the exceeded capacity usage (like 134% for example) and we keep all jobs there, so they can be handled manually using the duplicate feature.

    • These improvements were also applied to the machine view in both normal and embroidery schedule boards.

  • Invoice printing flow was also improved:

    • Now invoices are going to be printed using a different url without stokkup.com domain.

    • Invoices can now be downloaded with the custom file name: the order number.

    • Invoices url is a public url which can be accessed by anyone, so the invoice url can be shared with non users.

  • Attn field is now being displayed in each address in the shipping and distribution views

  • Purchase orders and receiving orders pdfs now have a custom file name instead a long weird name.

Bugfixes:

  • Print POs in order details - clarification from jordan.

  • Fix serialization issue with AngularJS - clarification from jordan.

  • Fixed bug on toggling a job's size as complete. It was loading forever, displaying the overlay loader.

  • Fixed bug on printing shipping manifest, it was double counting damages and deductions units.

  • Fixed bug on adding or editing screensets colors and the head location leaved empty. It was assigning unexpected head location numbers.

  • Fixed bug with positions added from/to the library and replicating changes when changing image. Image change was not replicated to all other orders using the same position ID.

  • Removed duplicated color names from the autocomplete list on adding/editing a screenset color.

  • Fixed bug on trying to add a new color to the database on add/edit a screenset color.

  • Affiliate amount in the new margins section displayed in the order details page is now being calculated based on the list of incoming affiliate orders in the order details object.

  • Fixed bug in production queue tab, where the completed tab wasn't showing completed orders just because the status was final invoice, paid in full or shipped.

  • Fixed bug on editing an order's lines and setting clearing up units for one color to 0, and adding a new color units. It was showing an error message saying there was no units added.

Production capacity by production type graph