Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

Wisefish Base

Release Date: 12/13/2023

New Features:

No New Feature

Enhancements:

  1. Add company information and sales person information to report Sales Proforma Invoice 10004727

An enhancement has been done so that user are allowed to view the Company Information and Sales Person Information in Sales Proforma Invoice Report. Two new toggle fields called “Display Company Information” and “Display Sales Person Information” has been added to Sales Proforma Invoice filter form. When these fields are toggled On while generating the report, the report displays both the company and sales person information.

  1. Update toggles in Sales Delivery Contract report 10005300

An enhancement has been done in the filter form of Sales Delivery Contract Report. A new toggle filed called “Display Sales Person information” has been added and an existing field “ Display Company Info in Header” has been renamed as “Display Company Information” to make it consistent with other reports. When these fields are toggle On the report displays the Company information and Sales Person Information in the header of the report.

  1. Update toggles in report Sales Invoice 10004730

An enhancement has been done in the filter form of Sales Invoice Report. A new toggle filed called “Display Sales Person information” has been added and an existing field “ Display Company Info in Header” has been renamed as “Display Company Information” to make it consistent with other reports. When these fields are toggle On the report displays the Company information and Sales Person Information in the header of the report.

  1. Add Event to page 10004846 "WiFi Catch for Purchasing"

An event has been added in page 10004846 "WiFi Catch for Purchasing" procedure CreatePurchaseLines() to be able to populate extended fields.

The Event is created as identical to OnPurchAccRMCreateWFPurchLn in codeunit 10004802 “WiFi FTrip Trade Mgt” and called from the same place in identical code in the page “WiFi Catch for Purchasing”.

  1. Scheduled Trip Out of Sync with Delivery Agreement Header

An error message stating “The scheduled trip must match between the agreement header and the connected trade items” was displayed when user try to scan TI’s to Pallet on a TI that is made to order and then try to send to invoicing. A codeunit 10004508 has been updated to ensure that Trip information entered on Open trade item is also entered in Trade Item Ledger Entry.

  1. Fill in the Auth No. with the code from the Stock center card in Report Sales Agreement- GRAND 10005310

The Auth No field was displayed blank in the report Sales Agreement- GRAND when Producer No was empty. An enhancement has been made such that the Auth No in report is filled by code from Stock Center Card when the Producer No for an item is blank.

  1. Remove references to obsolete Certification fields in the system

The thorough check of the system has been done to make sure that there were no references to the old certification fields in the system . The system has been updated to remove the references to the old fields and replaced them with the new certification fields wherever was necessary.

  1. Change the fields in the report Loading Instruction

New enhancement has been done in the ticket Loading Instruction such that the Reference Number detail has been moved to the header of the report, the comment has been moved to right end of header and the Item Description Column has been moved next to Item Number. The report was not currently displaying any lines when the Delivery Agreement is in closed status. This issue has been fixed such that the report displays the line irrespective of the DA status being closed.

  1. Performance issue filtering on Stock Pallets on DA

There was a problem that the field “Handheld Status” in the “Scheduled Trip” table never changed back from “Ready”, and so having it as the first part of a key gives no granularity for SQL-filtering. The SQL-server had no good filtering to get this page to open fast.
To resolve the problem the order of the fields in the key was changed and created a new key with “Status”, ”Handheld Status” in order to get better granularity on the “Status” field. The user should make sure that the Status of the Trip in Logistic setup screen is changed from blank to “Creating Posting Doc” to get the trip status to Moving when creating the posting doc out of Delivery Agreement.

Resolved Issues:

  1. When posting Trade Items to BC-Inventory extra time should not be spent on checking if nothing to post.

It was taking few seconds to go through the PostPosAdjmtAndOutputToInv_u functions although there is nothing to post per Performance Profiler.

The issue has been fixed by changing a codeunit 10004506 to exit from function PostPosAdjmtAndOutputToInv_u if there is nothing to post.

  1. Performance Issue opening a Delivery Agreement Header

Opening a Delivery Agreement Header, was taking a few seconds to check for linked Fishing Trips. An issue has been fixed so that it does not take any sec to open the Delivery Agreement header if there no fishing trip linked. To fix an issue, in page 10005308 in trigger OnAfterGetCurrRecord() the condition to call the SetTmpFishingTrip_u function was changed to check if there are any fishing trips in the database.

  1. Item list not displaying WF Item Type correctly

There was an error where WF Item Type was not displayed as setup in item card. The issue has been fixed such that the WF Item Type displayed in the Item List is as per defined in the Item card. The value of Item Type in Item List matches with the Item Card.

Link to List of Issues Released on this Release:

List of Issues Released 21.2.20231213.39700 - WiseFish Release Notes - Confluence (atlassian.net)

Release History:

Release Notes Wisefish 21.2.20231208.39314 - WiseFish Release Notes - Confluence (atlassian.net)

  • No labels