January 31 - Platform Updates
Last updated
Was this helpful?
Last updated
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.