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

January 31 - Platform Updates

PreviousFebruary 28 - Platform UpdatesNextJanuary 15 - Platform Updates

Last updated 3 months ago

Was this helpful?

Improvement: Payment card pre-authorization when placing an order in the design tool

  • Now when customer places an order, we will check if the card is valid first before we create the order and process the payment.

New feature: Set positions as complete from Affiliate module, when setting an affiliate order status to complete.

  • Now, from the affiliate module, when user change the affiliate status to Complete, all parent order's printing jobs are going to be marked as completed. If the affiliate order status is switched back to a different status than Complete, the order's printing jobs are going to be marked as uncompleted again.

Improvements:

Now, when creating a client from decorator platform, we are creating a client platform user as well for the main contact.

Distribution dates in WIP dashboard cards are now displayed in a proper format.

Now, when an affiliate user start a session in the client platform we are redirecting him to the affiliate platform instead showing an error right after login.

Now, when an client platform user start a session in the affiliate platform we are redirecting him to the client platform instead showing an error right after login.

Bugfixes:

  • Orders pricing issue fixed

    • Issue we found was products sometimes get manually set to 0 when editing by the User (rather than just deleting the product)so now we handle that appropriately. Also we discovered the same behavior when Users edit the Purchase Order Line items to 0 within the Purchase Order view.

  • CRM default price grid was fixed

    • When creating an opportunity in the CRM we were using a wrong price grid as default. So now all new opportunities are gonna use the 2024 Contract v2 price grid as default.

  • Artist-Design role is now redirected to the right dashboard when login

    • We were redirecting this users to the sales dashboard. Now is redirecting to art dashboard.

  • Art Only role is allowed to see all side menu options

    • Now Art-Only users are gonna see the art module only.

  • Session issues fixed:

    • When refresh token is expired we are now kicking out the user successfully in all our platforms.

  • Shipping label order link was taking users to the wrong url

    • In the email sent when shipping labels are created, we were using cp.stokkup.com web url. We now are using the right one cp.culturestudio.net.

  • Distribution dates were not coming in in the WIP dashboard for some records

    • There was a bug in the query we are using for listing WIP records. We were querying only shipped boxes, and based on those records we were building the returned data, including the distribution dates. So we implemented a separate logic to get distribution dates separately without relying on shipping boxes.

  • Production end dates in WIP dashboard are now calculated differently

    • Before, the production end dates were calculated using this formula: earliest_job_run_date + latest_job_run_date + (latest_job_duration_time). This was causing bad calculations, so now we are not using any formula but just using the latest job run date.

  • Stats for each card in WIP dashboard were not coming for some orders.

    • A formula error was causing some WIP orders to come with no stats in them, so now that was fixed in order to always bring order stats.