As a reminder, your Kodaris system comes with a full proof of delivery module which provides real time status updates, tracking, proof of delivery, and self serve accounts. As part of this, your drivers can use the Kodaris Driver Logistics app to upload proof of delivery attachments, signatures, pictures, checklists and more. There are two modes of operation for the app. One uses orders, and the other utilizes trips and deliveries.
As an enhancement to the second mode using trips and deliveries, we've released an update where you can now navigate to and view the details of any specific delivery on the Deliveries screen. To view the details of a delivery, simply navigate to Deliveries under Logistics, select the delivery you would like to view and click into the Details screen.
Select and upload multiple files from a CMS form
The Kodaris platform is filled with powerful options, including a CMS (Content Management System) utilizing the Gutenberg WordPress editor to build informational content pages for a website. As a new enhancement, you can now upload multiple files to a form or page created using the Gutenberg editor. This is particularly helpful if you are asking your customers to submit multiple documents or files when filling out a form.
To utilize, go to the page or form you would like to add this capability to in the Gutenberg editor, select the block on the page, and go to the Input Settings for that block. After doing that, simply navigate to the bottom of the settings block and toggle the Multiple button to allow multiple files to be uploaded. Voila!
Tickets
KOD-13952: Update ShippingMethod Service
KOD-14280: Freight Fee Implementation
KOD-15263: Add Function to Display Group Catalogs for Company Addresses
Endpoints:
POST {{/api/system/customerGroup/{customerGroupID}/companyAddress/{companyAddressID}}}
POST {{/api/system/customerGroup/companyAddress/{companyAddressID}/list}}
POST {{/api/system/customerGroup/{customerGroupID}/companyAddress/list}}
KOD-15607: Integrate Printing the Order Into Infor CSD Order Insert Flow
KOD-15819: Sorting on Order -> Items Tab Doesn't Work
Go to Orders tab
Choose any order
Go to Items tab
Check if you can not sort by all columns
KOD-15832: Adding Pricing and Inventory to Employee Mobile App
Tests
Case 1:
Navigate to Pricing page
Input Company code
Check that {{Check Price}} button is inactive
Navigate to Pricing page
Start entering Product Code
Suggestions should be loaded after at least one symbol entered
Case 2:
Navigate to Pricing page
Input Company Code and Product Code
{{Check Price}} button should become active
Navigate to Pricing page
Input Company Code
Focus Company Address field
Suggestions should appear even without entering a single symbol
Case 3:
Navigate to Pricing page
Input Company Code and Product Code
Press {{Check Price}}
Verify Pricing and Inventory data loaded
Navigate to Pricing page
Focus Warehouse field
Suggestions should appear even without entering a single symbol
KOD-15834: Issues Found - To Add Internal Files and Customer Files Tab to Delivery/Details Screen
Go to Deliveries global screen
Case 1:
Pick delivery to test internal files padding
Pick delivery test customer files padding
Case 2: (permissions)
Make an employee with *deliveryView* and *deliveryInternalFileView* roles and please check if you can access the delivery detail screen and delivery internal file screen
Regression tests:
Please go to delivery detail screen and check if all available fields are shown and updatable
KOD-15897: Update order.shipping from Correct addon Number from CSD
KOD-15912: End to End Test for Mailing Templates for Invoices & Statements
KOD-15923: Allow Employee to Assign Themselves to a Company with One Click
KOD-15937: Ticket Comments - Customer Side API
KOD-15955: Content Security Policy Issue
Regression Tests
Case 1:
Login as a customer
Go to Orders → Order Details
Go to Files tab
Click on some file icon for file types: csv, pdf, png, jpg, jpeg, and gif
Make sure files preview is working as expected
Case 2:
Login as a customer
Go to Documents
Click on some file icon for file types: csv, pdf, png, jpg, jpeg, and gif
Make sure files preview is working as expected
Tests
Case 1:
Login as a customer on embedded portal
Go to Order Details
Go to Files tab
Click on some file icon
Make sure files preview is working as expected
KOD-16011: UX for Customer ProductCrossReferences
Regression Tests
Case 1:
Test as not-logged in user
Open any category
From a category, open any product page
Next to *Item Number* should not be paragraph *YOUR PART #*
Tests
Case 1:
Log in as a customer
Open any category
From a category, open any product page
Next to *Item Number* should be a paragraph *YOUR PART #:* +_Add_+ _(Word Add should be in italic + dashed underline)._ When data is loading instead of Add you’ll see Loading in italic.
Click Add; there should be a popup window with two buttons Cancel and Save
Type there any alternative product code and click Save; the popup window should be closed
Instead of the word Add from step 4 there should be your alternative product code from the previous step; it shouldn’t be in italic font.
Reload product page; after page loaded, alternative product code from the previous step should persist on the page
Case 2:
Log in as a customer
Open the same product page from Case 1
Click on the Alt Product code from the paragraph: *YOUR PART #*: Alt Product code (with dashed underline)
There should be a popup which has in the text area alternative product code prefilled
Type in the text area new alternative product code and click Save; the popup window should be closed
Alternative Product code should be displayed with data you’ve filled in the 4th step
Case 3:
Log in as a customer
Open the same product page from Case 1 and 2
Click on the Alt Product code from the paragraph: *YOUR PART #*: Alt Product code
On the popup there should be Cancel button; click it
The popup window should be closed
Case 4:
Log in as a customer
Open the same product page from Case 1 and 2
Click on the Alt Product code from the paragraph: *YOUR PART #*: Alt Product code
When popup window will be opened, click anywhere outside the popup area
The popup window should be closed
KOD-16030: Display Square Footage on Order Details
KOD-16031: Mobile Responsiveness, Multilingual, and More
Tests
Case 1:
Make the header, footer, and CMS pages mobile responsive
Case 2:
Implement multilingual
Add the language switcher and the translate tool
Configure the languages English, Spanish, and French
Add a sample content page and translate it to ensure it works
Translate one of the menus to make sure that works
Case 3
Check Gutenberg blocks if styled correctly
Finish adding and testing the other commonly used blocks
Headers
Paragraphs
Images
Video Embed
Lists
Columns
Tables
Forms
KOD-16036: Add Endpoint to Customer Ticket API to View Files
New endpoints:
GET {{/api/account/ticket/{ticketID}/customerFile/{customerFileID}/view}}
GET {{/api/account/ticket/{ticketID}/customerFiles}}