Release:History

From SkySuite Wiki
Revision as of 08:35, 15 November 2021 by Xkoup00 (talk | contribs)
Jump to navigation Jump to search

Build 1.0.147.x

Build 1.0.147.5 (RS 15/11/2021, LSY 15/11/2021)

  • [Bugfix] - Add Items to Requisitions. Improved defensive coding around item substitution checks when building the ist of items to add to a req. Also updated modal record selector to provide error alerts in the UI to help us diagnose such problems, easier (SR 28533)

Build 1.0.147.4 (RS 11/11/2021, LSY 11/11/2021)

  • [New] 3560 - Updates StockLevel model. Added ReservedQty property. UI provisions to trigger the MT with a "Partial Save" when any changes to Requisitions require adjustments to StockLevel Reserved Quantities. Not "wired up" to MT endpoint yet to avoid introducing problems until the MT work is done (ER 19749)
  • [New] 3683 - Changes to allow users to have access to multiple warehouses based on both UserDet_OrgSite_ID and the new UserWarehouseSiteAccess table, as well as modifying the filters for any grid I could find which currently filters on UserDet_OrgSite_ID to use the new UserWarehouses list (provided by AuthServer - same as UserAirlines and UserStations) (ER 28231)
  • [New] 3712 - Added hyperlink and associated window/grid etc to Reserved Qty on Stock Level report, and adjusted calculation for Free Stock to take Reserved stock into consideration. Adjusted query for the new grid which shows RequisitionDetails contributing to StkLevel_ReservedQty so that it no longer looks at the Requisition's status and instead just looks for lines where ReqDet_QtyReserved > 0 (and always uses ReqDet_QtyReserved for the figure shown as opposed to previous instruction which was either ReqDet_QtyRequested or ReqDet_QtyConfirmed, depending on status)
  • [New] 3721 - Updated user role access to Dashboard configurations
  • [New] 3722 - Added column resizer for the MRP Index -> Alerts nested grid
  • [New] 3731 - Updated the underlying view and model definition for Batch Receipt Confirmation - View_IntransitShipment_Stations. No need to have a Foreign Key in a view
  • [New] 3732 - RMAs Awaiting Approval. Updated the underlying view, removing ~50% of the columns. Also updated the model to match, and also removed the Warehouse foreign key, which should not exist in a model representing a view
  • [New] 3735 - Dropped view View_KPIRequisitionDetail, and reoved related models. Updated View_IssueDetail and updated model class. Updated View_RMAKPIReport - removed and added columns. Also updated the related model class, including the removal of the Warehouse Foreign Key object. ViewStationShipment model updated. There was no need to have a Station Foreign Key, mainly because the fields being referenced already exist in the view columns! Also updated the view t-sql, removing Airline.Code. View_PurchaseOrderDetail (model code, not db view) updated - Removed Warehouse foriegn key object - put there for some reason, but is not used anywhere. Also removed Airline Code from the model definition. ViewPurchaseOrdersUnderReceived model updates. Removed FKs Station and Warehouse (redundant model configuration). MRPBatchHeader and ViewPlannedPurchaseOrder model updates. Removed antoher instance of FK objects in view model configurations. View_IssueHeader_Provisional updated . Removed Airline code. View_IntransitStationShipments, View_IntransitStationShipments updated. Removed the Airline Code column. View_PurchaseOrderContractAwaitingApproval - removed several columns that are unused. Updated the related model as well
  • [New] 3736 - Aded a db script for new dashboard chart - MRP Action. MRP Dashboard - main chart implemented. MRP Actions chart - implemented 1st level drill-down functionality (to MRP ItemWarehouse). MRP Actions chart - implemented MRP Daily Figures drill-down. MRP Alerts chart - the main chart now shows the total and % on each category in the bar series. Final developmetn for MRP Alert dashboard
  • [New] 3737 - Configure index grids on /Issue/BackOrders, /Requisition/BackOrdersSAP, /PurchaseOrder/Index, /StationCount/UnderReviewIndex, and /StationShipment/Index to use "Cell" type selection and AllowCopy (dubbed "Mode 1") so that data can be copied from records without copying the entire row (ER 28377)
  • [New] 3738 - Enhance https://rsalpha.skylogportal.com/Aircraft/IndexAircraftConfigStorages to show shelf details - Resolved
  • [New] 3739 - Extension to task #3738 - Resolved
  • [New] 3758 - Requisition Templates - added Item status columns to template detail grids, and also added an indicator on those grids to inform the user if an item is eligible for inclusion in generated requisitions. Requisition templates - Added ItemStatus and Item Inclusion filters to the temaplte grids (ER 28459)
  • [MT] 3748 - MRPDailyFigure.MRPDailyFig_CoverageDays is set to zero when the calculated value breaches the DB maximum of a smallint
  • [MT] 3767 - Adapt MRP generation routines to populate the new column MRPItemWhse_CoverageDays (ER 28465)
  • [MT] 3784 - Further change to DaysCover calculation due to misunderstanding in requirement (ER 28119)
  • [Bugfix] 3035 - StationCount/CategoryIndex updated to replace Kendo mvc wrapper code with pure JS code (for the category show modal) that is called on demand and not page-load
  • [Bugfix] 3690 - Filter out inactive airlines for the RMA Index grid
  • [Bugfix] 3723 - Fixed Status column sort on the Supplier Count index grid. Controller update - Supplier Count index sort
  • [Bugfix] 3729 - Deleting items from waste bin on drawing canvases doesn't work - Resolved
  • [Bugfix] 3730 - Aircraft/IndexAircraftConfigurations - include Airline name in the column menu
  • [Bugfix] 3743 - On Station Index, change the mapping for SPM to a Foreign Key mapping in order to present options in alphabetical order
  • [Bugfix] 3747 - Adjusted AirlineSupplierSelector modal window to use a FK column for "Supplier Site" in order for filter options to be ordered alphabetically. Affects multiple pages as it's a shared resource
  • [Bugfix] 3752 - Consumption dashboard fix - was missing x axis legend when popped out to a window
  • [Bugfix] 3753 - In Full delivery dashboard - fixed missing x axis legend when popped out to a window
  • [Bugfix] 3754 - (Financial dashboard) Warehouse valuation chart - fix the pop-out to window data parsing
  • [Bugfix] 3787 - Past Counts (12 months) dashboard chart - fix to data population bug that prevented any data from being displayed
  • [Bugfix] 3796 - Editing Active PO Contract loses Delivery Terms. Minor layout improvements for smaller view ports/screens. Changed Audit History behaviour so it is only loaded on request (by user) and not every time the page is loaded (SR 28495)
  • [Bugfix] 3800 - MRP Action dashboard chart fxes

Build 1.0.146.x

Build 1.0.146.7 (RS 08/11/2021, LSY 08/11/2021)

  • [Bugfix] 3779 - Fixed null reference error in DataSourceRequestExtensions.ModifyForeignKeySort (SR 28479)
  • [Bugfix] 3780 - Fixed add button not appearing on Ticket Distribution List
  • [Bugfix] 3781 - Fix for Stock Level Report hyperlinks - note that this change is based off of CS 37481 but that changeset includes other changes that don't need merging right now - so this isn't a merge of that entire changeset, just the bit required to fix the hyperlinks. In preparation for a patch - 1.0.146.6 (SR 28481)
  • [Bugfix] 3788 - Reintroduced some methods that were either renamed or repurposed as part of the Batch R/Confirmation work as these methods were used on the standard Issue R/Confirmation page and I hadn't realised (SR 28483)

Build 1.0.146.4 (RS 04/11/2021, LSY 04/11/2021)

  • [New] 3478 - Support Edit - hide the completion input controls (solution, release reference, dates etc) until they are needed
  • [New] 3533 - Tweaks to views View_IssueReceiptsAwaitingReceipt (add Type field and fixed casting ambiguity on MultiSource field) and View_IntransitShipment_Stations (include PO's and Returns). WIP changes for Batch R/Confirmation. Finished up with Batch R/Confirmation changes (ER 25255)
  • [New] 3609 - Configured many grids within the "Item Demand Forecast" area for Enhanced Exporting
  • [New] 3635 - Implemented grid preference functionality for requisition items grid on the approve page (SR 16502)
  • [New] 3651 - Changed StationItem Add/Edit UI to allow null StatTrans_ID providing the configuration allows for it (AirlineWMSCodeMapping.AirlineWMS_RequireItemWhseRelationships) (ER 25161)
  • [New] 3653 - On requisition approval page, prevent grid cell "Source Override" from being edited when both StatItem_SupTrans_ID and StatItem_ItemSupplr_ID are null for the associated StationItem record
  • [New] 3656 - Ensure the back button is rendered for the Add ITem to REquisition view, for review stage requisitions (ER 28207)
  • [New] 3658 - UI changes required for cancelling counts which are under review (ER 28211)
  • [New] 3660 - Supplier Performance - In Full Delivery chart improvements. 1. Resize chart automatically to large if there are more than 10 data-points. 2. Truncate long text on the x-axis. 3. Tidy-up popup to window functionality for this chart.
  • [New] 3661 - Enhanced drill down option on Unconfirmed Purchase Order Dashboard. The x-axis / category can now be drilled into
  • [New] 3663 - Shipments in Transit dashboard chart - updated to replace 'Arrival Date' with 'Required Date' grid column (drill-down)
  • [New] 3670 - Implementation of chart pop-outs for Supply Chain Ops / Station Provisioning dashboard charts. Implemented chart pop-out (to modal window) for supply chain ops charts (Confirmed/Unconfirmed POs). Implemented chart pop-out (to modal window) for the financial and wahouse consumption charts. Implemented chart pop-out to modal window for the Network Inventory Valuation chart
  • [New] 3679 - Enhanced' export implemented for Requisition Item grids for AwaitngApproval Index, and the Requisition Approval item grids
  • [New] 3680 - Enhanced' export for Organization and Organization Site . Disabled grouping by Code
  • [New] 3686 - Implementation of column visibility toggling. For StockItem index grid. Column visibility toggle - PO Index. Implemented column visibility toggling - Airline/Index. Implemented column visibility toggling - OrganizationSite/Index. Implementation of column visibility toggling. Station/AutoRequisitionItems, TransportChainIndex, StockLevel report index. Implemented column visibility toggling - Support/AssignIndex
  • [New] 3691 - Implement enhanced export for StationReturn index grids
  • [New] 3692 - Implemented enhanced exports for the PO Invoice main index grids
  • [New] 3700 - Added Please Select OptionLabel on "Customs Broker Organization Site" control within Station Logistics Profile editor (ER 28315)
  • [New] 3707 - Made Review By Date control read-only after Valid From date is reached and moved/adjusted validation check for Review By Date being in the past so that it only checks if either the SkyShare publication is being approved or the Review By Date has been changed by the user
  • [New] 3708 - Added a tooltip on the "Review Days" label in the MRP Settings Editor Template
  • [New] 3712 - Moved Reserved Qty column on Stock Level grid so it sits between Expected Warehouse Transfers and Allocated Qty
  • [AuthServer] 3683 - AuthServer build 1.2.44.0 to complement portal changes (with regard to allowing users to have access to multiple warehouses based on new UserWarehouseSiteAccess table) (ER 28231)
  • [MT] 3646 - Filter out provisional and obsolete items from Req Templates (SR 28449)
  • [MT] 3726 - Further additions to task #3582 - MRP actions and emergency status
  • [MT] 3751 - When a PO is spawned from submission in status: Pending User Input, it can skip the approval status if the items being split marry to an active purchasing contract (SR 28127)
  • [Bugfix] 3035 - StationCount/CategoryIndex updated to prevent possibility of partial view (i.e. the ctegory show modal) from being actioned without an Id value > 0
  • [Bugfix] 3598 - Fixed client-side validation particularly for the Delivery Reference field when defining custom delivery schedule
  • [Bugfix] 3605 - Skip validation checks on Station Return approval when rejecting the Station Return (SR 28143)
  • [Bugfix] 3610 - Stowage Rules menu not correctly displayed - Improved access to the Skyload products
  • [Bugfix] 3626 - Fixed column heading for "Supplier Site" (Code) column on ContractsAwaitingApproval
  • [Bugfix] 3655 - Fixed a code error preventing users with access to a single airline from creating stations (SR 28203)
  • [Bugfix] 3658 - Update the confirmation dialog for the "Cancel Count" button on StationCount/Review to use modal dialog rather than built in JS confirm(). Also hid the "Cancel Count" button until MT work is done (ER 28211)
  • [Bugfix] 3664 - Fix bespoke reports being listed when they are associated with an inactive airline, and added grid filter/page/etc persistence on navigation for the bespoke reports index grid (SR 28219)
  • [Bugfix] 3676 - Fixed bugs and some improvements to for the 'Show Lines Where Qty Differs' button on the Requisition/Approval Index item grids
  • [Bugfix] 3681 - On StationImportLicence grid and edit modal, add control/column for _Note field, and renamed the _Process control/column to "Process" (SR 28243)
  • [Bugfix] 3682 - Only show AirlineSupplier data for active airlines
  • [Bugfix] 3689 - Fixed Support edit page and the Ticket Distribution list behaviour
  • [Bugfix] 3690 - Fixed enhanced exporting for StationReturn/Index (when grouping by Airline)
  • [Bugfix] 3693 - Fix enhanced export with grouping applied for Item Demand Forecast pages
  • [Bugfix] 3704 - Fixed Critical Item maintenance. Always set Supply at risk == true for new records. Hide the notes, which are then cleared, when setting SupplyAtRisk to false for existing records
  • [Bugfix] 3706 - Dashboard configuration ensure the dashboard group is shown in subsequent edits when creatng a new record
  • [Bugfix] 3714 - SkyShare Publication edit bug fix for active, open-ended publications. Added a null check on the valid to date. #3686 - Column visibility toggling added ot the publicaiton grids (where appropriate)
  • [Bugfix] 3715 - Filtered out stations with inactive airlines from the Station index grid
  • [Bugfix] 3716 - Item Packs index - fix data read to only include data for active airlines
  • [Bugfix] 3719 - Fixed column sorting for main index grids under the Inventory Counte menu
  • [Bugfix] 3757 - Updated the validation check for requisition item statuses so that only orderable lines are checked (SR 16538)

Build 1.0.145.x

Build 1.0.145.5 (RS 28/10/2021, LSY 28/10/2021)

  • [New] 3674 - Change to the MRP UI pages so that if MRDailyFigure.MRPDailyFig_CoverageFull = 1/True and new field MRPItemWhse_AvgDailyDemand > 0, offer a tool-tip to warn of the possible unreliable nature of our planning assumptions (ER 28223)
  • [MT] 3525 - IWTDespatchConfimation workflow is not waiting for a status message from w/h even though the wms mapping status msg flag is set to yes (SR 28011
  • [MT] 3646 - Filter out Provisional and Obsolete items (StkItem_ItemStatus_ID) from REQ's created from a template (SR 28371)
  • [MT] 3673 - MT to adapt to calculate an Average Daily Demand, which will be held against each line of on MRP batch and may be used to determine the number of days of cover (ER 28223)
  • [MT] 3702 - MRP Review Alert reminders are never sent
  • [Bugfix] 3662 - Fix a bug whereby StCntHdr_ID was being cleared/wiped when saving any changes to a StationItem via the portal (SR 28213)
  • [Bugfix] 3727 - Fixed alert/notice not being presented for "Red" status MRP on MRP/EditAlert when none of the Daily Figures have exactly 0 Expected Closing Stock (changed logic to less than or equal to 0)

Build 1.0.145.4 (RS 26/10/2021, LSY 26/10/2021)

  • [New] 3544 - Thread-safe improvements that accompany the changes to the AuthServer (SR 28269)
  • [MT] 3725 - Forecast QtyConversion incorrectly set to null by forecast update mechanism (SR 28363)

Build 1.0.145.3 (RS 22/10/2021, LSY 22/10/2021)

  • [New[ 3432 - Added Trend Average Consumption details to StationCount/ReviewDetail page (Shown conditionally, based on MinFloatQty) - Includes Days since last count, Trend Average Consumption, and Calculated Trend Consumption based on a multiplication of the other two new fields (ER 16358)
  • [New] 3422 - Explain Forecast updated to show the Loading Unit, Stocking Unit, Net Consumotion and Conversion factor fields. New table NetworkAnalysisStockItemLoadFactor added to the model (ER 27841)
  • [New] 3535 - Modified getUserAllowedToEdit JS function (on PublicationIndex) and CheckUserCanEditPublication serverside method (in SkyShareController) so that the approving user can edit related publications that are active
  • [New] 3540 - Flight - Option to also display flights from inactive flight groups (ER 28067)
  • [New] 3543 - Enhancements to https://rsprod.skylogportal.com/Flight to show flight status updates (ER 28071)
  • [New] 3567 - Dynamically adjust min and max values for NotifyDays on StationCount/EditCategory view (used for both adding and editing records) in line with new expectations for constraint CON_StationCountCategory_NotifyDays, and amended the error text shown in case the user does manage to breach it (SR 28093)
  • [New] 3571 - Added Review Days field to grid on MRP/SettingsIndex and associated EditorTemplate MRPParametersEdit. Includes setting the maximum based on DaysBetween (or 31 initially for new records) and a user-friendly message in case constraint CON_MRPParameters_ReviewDays is breached (would only happen if user is trying to bypass the maximum value specified on the control)
  • [New] 3577 - Hide edit buttons on MRP Alerts grid on EditMRPBatchAlerts view when IsSubBatched field is true to prevent edit button still appearing before MT has finished processing the line (SR 27981)
  • [New] 3583 - Added missing relationship between MRPItemWarehouse and MRPEmergencyStatus which caused problems when submitting data on the EditAlert page, and added a couple of hidden fields to persist data used to dynamically render alerts
  • [New] 3624 - Added a validation check when submitting or approving a requisition to ensure that all lines on the requisition have a valid status (not Provisional or Obsolete) (SR 28161)
  • [New] 3625 - Added Supplier's Site Code to POContractIndex and the various show/edit views linked from there
  • [New] 3626 - Added Supplier's Site Code to the index grid on PurchaseOrder/ContractsAwaitingApproval
  • [New] 3627 - Added Supplier's Site Code to the index grid on PurchaseOrder/POPendingApprovalIndex and the edit pages linked from there
  • [New] 3628 - Added Supplier's Site Code to the index grid on PurchaseOrder/UnderReceivedIndex - note that no changes were required to any show or edit pages as those already have the Suppliers Site Code at time of writing
  • [New] 3629 - Added Supplier's Site Code to index grid on PurchaseOrder/POTracking and the show modal window linked from there (note there is no edit page from there)
  • [New] 3630 - Add SupplierName (Org_Name) and SupplierSiteCode (OrgSite_Code) to index grid on MRP/SupplierForecast and also the edit page linked from there (Note there is no show page)
  • [New] 3645 - RequisitionApproval - Item Grid for Loading groups. Prevent the Item Code column from being re-ordered, and from any other column from being positioned before it
  • ]New] 3607 - Added new Reserved Qty field to the end of the StockLevel report
  • [AuthServer] 3688 - Fixed a problem with the PortalStateService that was reintroduced with v1.2.41 (SR 28269)
  • [AuthServer] 3701 - Fixed ongoing issues with the authentication server (SR 28269)
  • [MT] 3570 - Adjust MRP routines to use the new configurable review days (task #3569) Instead of hard coded to 7 days (ER 28097)
  • [MT] 3582 - MT Changes to update MRPItemWarehouse Emergency status (ER 28089)
  • [MT] 3601 - Change calculation of days cover in MRP detail (ER 28119)
  • [Bugfix] 3468 - Show full precision of max pallets for the input element
  • [Bugfix] 3545 - Creation of AircraftContainerStowage data through UI does not work - Checking of Aircraft configurations - Fixed
  • [Bugfix] 3553 - Removed reference to deleted function onDashBrdGrp_IDChange on AirlineDashboardEdit.cshtml, fixed Dashboard Group DDL being disabled on load when user has access to a single airline, and tidied up Airline display code (to hide the Airline label when user only has access to a single airline)
  • [Bugfix] 3578 - Station/n/Parlevels bug fix. Batch delete rewritten to prevent timeout issues. Previously was removing each row in the UI, then performing a row by row select and delete. This is now replaced wiht a ajax call that passes in the selected grid IDs (not removing rows from the grid in the UI, which is costly), and the delete process itself is now done via a SP, in a single statement (SR 28073)
  • [Bugfix] 3602 - Separated the StockItem/Edit action into 2 distinct routes to better keep track of where the user came from (and consequently, display the correct menus and redirect them back appropriately when they either save or click the back button) (SR 28139)
  • [Bugfix] 3604 - Bypass ReqDate validation check when aborting a requisition (SR 28141)
  • [Bugfix] 3606 - Aircraft Configurations, Provisioning Rule - Fix bugs
  • [Bugfix] 3610 - Stowage Rules menu not correctly displayed - Fixed
  • [Bugfix] 3617 - Introduce additional checks when editing the AircraftType on a ProvLoadingRule
  • [Bugfix] 3631 - Added missing line break in OrgSite summary modal window (Between OrgSite_Name and the address)

Build 1.0.144.x

Build 1.0.144.8 (RS 14/10/2021, LSY 14/10/2021)

  • [AuthServer] 3675 - Fix problem in PortalStateService which has caused the AuthServer not to notice PortalState changes (first-known PortalState is cached forever). Will require new AuthServer build to benefit
  • [MT] 3302 - Intercept supplier count sheets that may not have an email address to send to, as DeliverDocument step is too late (SR 27605)
  • [MT] 3415 - if a supplier refuses to ship product for a PO which is at status the email that is subsequently sent to advise the PO-owner of its abortion should encompass the supplier's comment (ER 27843)
  • [MT] 3418 - Improve error handling if the number of entries in the OrganizationAttributes table falls short of expectations (SR 27753)
  • [MT] 3421 - MT Changes required to populate new fields in the NetworkAnalDetail table (ER 27841)
  • [MT] 3438 - amend the email alert definitions that are sent from Skylog with ticket updates & reassigments to make the priority of the ticket stand out more (ER 27905)
  • [MT] 3494 - Invalid overdue deadlines on some SkyShare map steps
  • [Bugfix] 3667 - Edit MRP Alerts - fixed bug saving MRP Item Warehousewith 'Reschedule Only' action (SR 28217)

Build 1.0.144.7 (RS 12/10/2021, LSY 12/10/2021)

  • [Bugfix] 3657 - Fix to PO Partial Commitment processing - PO Closure (SR 28205)
  • [Bugfix] 3659 - Shipments in Transist chart fix. Changed chart query source to use View_StationShipments. This matches the source used for the drill-downs and ensures consistency in data results

Build 1.0.144.5 (RS 07/10/2021, LSY 07/10/2021)

  • [New] 3468 - Increase precision of Max Pallet Height in the station's logistics profile - Station/Index
  • [New] 3524 - Replaced use of confirm() (JavaScript alert() style confirmation popups) with modal window confirmation dialogs on /PurchaseInvoice/Commit/
  • [New] 3528 - Confirmed POs Not Recevied chart - added PO Lines count to the main chart via the series tooltip
  • [New] 3530 - Added UI for viewing Network Analysis Station Shipment records (From the NetworkAnalysis/Index page) (ER 27939)
  • [New] 3531 - Changed the confirmation message when submitting or cancelling a supplier count to use modal-based uiConfirm() rather than javascript confirm() based dialog
  • [New] 3532 - MRP updates - Show Preferred Supplier code and Name in alert detail pages. Also implemented a lookup to enable user to view all potential suppliers linked via the MRP ItemWarehouse parameters (StkItem, Whse ID) (ER 27967)
  • [New] 3546 - Supplier Transport view updates - the Station dropdown list now has a seatch capability and is sorted by depot code (ER 28081)
  • [New] 3550 - Unconfirmed PO Chart. Re-organized data collection to allow a PO header and PO Line count in the data set. Updated the chart to show both counts in the series tooltip
  • [New] 3596 - PO Dashboard - add excel export ability to drilldown to all data grids
  • [New] 3603 - PO Dashboard - add excel export ability to drilldown to all data grids.
  • [AuthServer] 3599 - Enable EDMX Model cache for Entitiy framework and change Portal references to project refs
  • [Bugfix] 3450 - Fixed logic to determine if the Expected Date is being updated, which caused a misleading error which states "You cannot edit the header-level Expected Date as the PO has already been batched" when editing the SHIPMENT-level Expected Date on a PO that has been batched (SR 27753)
  • [Bugfix] 3462 - Fix ItemWarehouse validaiton for the Lead Time input element. It is now consistent with the db constraint CON_ItemWarehouse_LeadTime (SR 27933)
  • [Bugfix] 3462 - Fix validation for ItemWarehouse.LeadTime. Allow zero irrespective of the item status (SR 27157)
  • [Bugfix] 3476 - Publication Attachments approve/reject. Fix bug on the attachment approval index so that they can be approved or rejected once downloaded/scrolled to end
  • [Bugfix] 3502 - Fix JavaScript error on ItemPack edit, when changing pack dimensions
  • [Bugfix] 3508 - Publication copy fix - show publication links when copying a publication
  • [Bugfix] 3510 - Fixed (removed) blue border around first option in split-menu buttons (e.g. Lightening Bolt buttons for Requisition Templates). Also fixed such menus to toggle rather than just open when you click the button (allows the user to close the menu by clicking the button when it's open - more natural feel)
  • [Bugfix] 3511 - Fix row selection behaviour for SkyShare publication copy grids
  • [Bugfix] 3512 - Fix - Skyshare publication creaiton for single airline access
  • [Bugfix] 3515 - Hide SkyShare data for inactive airlines
  • [Bugfix] 3519 - General / KPI reports. Fixed issues with toolbar disapperaing when loading user preferences. All the reports had duplicate toolbar ids (SR 28027)
  • [Bugfix] 3534 - Filter out data for airlines not licensed for SkyLoad on ContainerItem index grid (ER 28063)
  • [Bugfix] 3545 - Creation of AircraftContainerStowage data through UI does not work - fixed
  • [Bugfix] 3552 - Removed 'Create/Review Transport Orders' menu option for the Suppliers role (SR 27575)
  • [Bugfix] 3563 - Chart Pick In Progress/Awaiting Despatch and Shipments in Transit changed from donut to pie. Added series tooltips to both
  • [Bugfix] 3564 - Fixed spelling errors that resulted in issues with status 'Picked Pending Despatch' to not be included in the Pick In Progress/Awaiting Despatch chart
  • [Bugfix] 3565 - Removed duplicate column in the Pick In Progress/Awaiting Despatch dashboard
  • [Bugfix] 3586 - Fix dashboard Filter modal pop ups to show total amount of records and current page
  • [Bugfix] 3587 - Unconfirmed and confirmed PO dashboard chart fixes - various
  • [Bugfix] 3588 - Unconfirmed and confirmed PO dashboard chart fixes - various
  • [Bugfix] 3589 - Unconfirmed and confirmed PO dashboard chart fixes - various
  • [Bugfix] 3590 - Confirmed POs. Not Received charts - various fixes
  • [Bugfix] 3591 - Confirmed POs. Not Received charts - various fixes

Build 1.0.143.x

Build 1.0.143.5 (RS 01/10/2021, LSY 01/10/2021)

  • [Bugfix] 3600 - Removed duplicate line (definition for scriptslibrary section) on EditPreSubmitCovertPurchaseOrder view, which was causing an error "Expected }" (SR 28113)

Build 1.0.143.4 (RS 01/10/2021, LSY 01/10/2021)

  • [Bugfix] 3594 - Requisition Approval. Rewrote 'Excess Order' modal window configuration, so that it is created only when required and not on page load. This will reducde page load traffic, and should esure the windos events are bound/configured properly (SR 28117)
  • [Bugfix] 3597 - PO commitment -Commit to Custom schedule area changed implementation of the delivery schedule window to help reduce page load traffic and also ensure it's events are configured properly (SR 28105)

Build 1.0.143.3 (RS 30/09/2021, LSY 30/09/2021)

  • [New] 2612 - Added a header-level "receipt comment" field on PO ReceiptConfirmation. Gets copied to the PurchaseWarehouseReceipt records which were actioned (assuming they don't already have a comment specified) and if PO is NOT receipted in full also gets inserted into PurchaseOrderTrackingData table and the header level comment gets cleared (only if receipt isn't in full) - this is to ensure future receipts of the same PO don't end up with the same comment (ER 6825)
  • [New] 3349 - Allow restricted changes to Valid From date on Active Publications, but only for admins and the designated approver
  • [New] 3396 - Rollback of changeset 37058 and adjustments to fix incorrect toolbar used on the notes grid, prevent "end users" from adding notes to publications (either via the Add button on the notes grid or via the modal shown after attempting to edit a publication), and ensure the Add Note button on the modal only shows for users who are allowed to add notes via the Add button on the notes grid
  • [new] 3449 - Add a tooltip on the 'editable' grid cells (and an alert if the user tries to edit anyway) for PO lines that have already been batched. Specifically for EditRestrictedPurchaseOrder (SR 27753)
  • [New] 3452 - Changed Action DDL on StationReturn/EditUnderReceivedReturn to use present-tense wording, and removed Please Select option
  • [New] 3461 - Open Picks & Shipments Operational Dashboards - added db configuration script, and placeholder javascript files for new functionality. Open Picks dashboard chart implemented - jsut the main chart, no drill down yet. Pick in Progress/Awaiting Despatch' chart. Implemented drill-down data lookup, and SPM/Station fioltering. Shipments in Transit chart - implemented the drill-down data lookup. Supply Chain Ops dashboard. Configured the order of charts for the 'Station Provisioning' ection (ER 26971)
  • [New] 3466 - Fix to existing Open PO dashboards. Open PO Dashboards - initial development of the Basic Unconfirmed POs (Aged) chart, sans drill down or filtering. Script added to re-use an existing dashboard configuration entry (renaming the 'Open PO Status' chart). Unconfirmed Purchase Order dashboards - added in : 1. the drill-down (series)grids - PO Header and Detail. 2. Suppliers &Material Controlllers filters. Unconfirmed POs (Aged) detail/ series drill-down; Implemented PO Edit function for the PO Header drill-down. Oopen PO Dashbaords - Confirmed, Not Received Chart implemented. Re-organized some files, removed code that relates to a dashboard chart (Open PO Status )that has now been replaced with charts linked to this task (ER 36965)
  • [New] 3479 - Replace characters outside of an expected range with "_" in the filenames of uploaded count sheets (Station Count AND Supplier Count) (SR 16466)
  • [New] 3488 - Enhance UserAirlineAccess page - Extra Columns - Added two columns
  • [New] 3491 - Changed default sorting on Airline Index to go by Airline Organization, ascending
  • [New] 3506 - Gave "Review By" date control on PublicationEdit view 5 more pixels to better align with the other date controls
  • [AuthServer] 3516 - As part of user password reset process, also reset the associated UserLoginAudit record (SR 27963)
  • [MT] 3373 - Added additional logging into code to assist with diagnosis (SR 16480)
  • [MT] 3473 - MT should observe and respect the Station's valid-to / valid-until date when triggering new inventory counts (SR 27943)
  • [MT] 3518 - Add a check in the MT to only update a linked PurchaseOrderContractDetail record if the PO-line is open and has a +ve qty in the vendor's custom delivery schedule (SR 28015)
  • [MT] 3579 - Added additional logging into code to assist with diagnosis (SR 28091)
  • [Bugfix] 2567 - Catch a specific exception returned by the MT during PO submission using the returned exception message, and use it to present a meaninful error to the user by converting it to a SLXValidationException
  • [Bugfix] 3082 - SkyShare changed to only notify the MT on updates to publications which are Active (SR 27147)
  • [Bugfix] 3391 - From drawing canvases WIKI pages do not open in a separate browser tab - Improved. Fixed bug related to attr "id" (href)
  • [Bugfix] 3395 - Fixed "colour-based" filters on Publication Index so that they filter by the correct critera as this is dependent on whether the user is an administrative role or not
  • [Bugfix] 3454 - Fixed an error causing an unfriendly message on Support index when the user has no rights to view tickets (SR 27925)
  • [Bugfix] 3458 - Added hidden field for Assigned_UserDet_ID (conditionally) to avoid invalid model state on POST
  • [Bugfix] 3458 - When endorsing an ER at the 2nd stage (the "BSD Review" stage), the DDL control for who to assign the ticket too should be disabled
  • [Bugfix] 3465 - Ensure that the destination site info button gets hidden and the destination site info window gets closed as appropriate when destination type is changed or a new station/warehouse is chosen, and fixed styling on the Warehouse selector button to match that of the Station selector button. Affects both /StationReturn/EditProvisional and /StationReturn/Edit
  • [Bugfix] 3471 - Check workitem status when (before) user attempts to save changes to a publication. Present a message telling the user to wait and try again if it's not at an expected step, or if it's at an Exception step tell them to contact support. Avoid saving and triggering the MT in these cases
  • [Bugfix] 3474 - Allowed for 0 to be entered as the Finished Stock at Plant for Supplier Counts (SR 27945)
  • [Bugfix] 3475 - Add sorting to the grid on page /SkyShare/AttachmentApprovalIndex
  • [Bugfix] 3476 - Fixed bug that was preventing Publication Attachment rejection from the Attachment Approval Index view
  • [Bugfix] 3481 - Fixed closed lines showing for selection when building a custom delivery schedule (POs), fixed filter showing true and false rather than yes and no for "Closed" columns on the PO lines grids on "Commit" and "CommitCustom" PurchaseInvoice pages, default filter applied on both these pages too (to show only open lines by default), and fixed the error message in the "Edit Delivery Item" window when no item is selected (SR 27947)
  • [Bugfix] 3482 - Fixed closed lines showing for selection when building a custom delivery schedule (POs), fixed filter showing true and false rather than yes and no for "Closed" columns on the PO lines grids on "Commit" and "CommitCustom" PurchaseInvoice pages, default filter applied on both these pages too (to show only open lines by default), and fixed the error message in the "Edit Delivery Item" window when no item is selected (SR 27947)
  • [Bugfix] 3483 - Fixed closed lines showing for selection when building a custom delivery schedule (POs), fixed filter showing true and false rather than yes and no for "Closed" columns on the PO lines grids on "Commit" and "CommitCustom" PurchaseInvoice pages, default filter applied on both these pages too (to show only open lines by default), and fixed the error message in the "Edit Delivery Item" window when no item is selected (SR 27947)
  • [Bugfix] 3498 - Removed one of the POsAwaitShipConfirmation menu options (for suppliers) as there was a duplicate. Removed the one which didn't care if the user had access to an airline with Invoices and Contracts enabled
  • [Bugfix] 3500 - Added validation on NetworkAnalysisCreate viewModel to ensure dates are acceptable - i.e. DateTo must be after DateFrom, DateFrom must be today or later, and DateTo must be after today. Also changed the date picker on the related view so that today is not presented as an option for DateTo (SR 27997)
  • [Bugfix] 3501 - Fixed menu highlighting for POs Awaiting Commitment (SR 38005)
  • [Bugfix] 3505 - StationItem/Edit - Improve handling of status 'Phase Out'
  • [Bugfix] 3507 - Publication Copy bug-fix - do not show the waiting spinner when user does not wish to redirect to the copied publication.
  • [Bugfix] 3509 - In Supplier Counts, set ManufacturerNotReadyValue and ManufacturerNotReady_Currency_ID as null when ManufacturerNotReadyQty is null or 0 (SR 27975)
  • [Bugfix] 3520 - PO Lines report - fixed client template for Split column
  • [Bugfix] 3558 - Portal patch rebuilt, repacked, and reuploaded to fix dll version issues

Older builds and patches

Build 1.0.142.7 (RS 27/09/2021, LSY 27/09/2021)

  • [Bugfix] 3551 - Fixed StockItem/Edit - for users without SkyLoad access (SR 28065)

Build 1.0.142.6 (RS 24/09/2021, LSY 24/09/2021)

  • [Bugfix] 3523 - Changes to keep PO Line details' Unit Cost etc in-line with contract line details when lines are added to a PO and when a PO is linked to or unlinked from a contract (SR 28033)

Build 1.0.142.5 (RS 20/09/2021, LSY 20/09/2021)

  • [Bugfix] 3521 - Fixed selected contract reference getting lost if validation errors occur on PurchaseOrder/Create (SR 28033)

Build 1.0.142.4 (RS 17/09/2021, LSY 17/09/2021)

  • [New] 3517 - Added column "Closed" to the top grid on PODeliverySchedule view, and added a default filter showing only those that are not closed (SR 28015)

Build 1.0.142.3 (RS 16/09/2021, LSY 16/09/2021)

  • [New] 2427 - Implemented sticky columns persist and clear preferences as part of user grid settings
  • [New] 3155 - Added Organizations listed with category 2 (3PL-MULTI) to the selection when creating a new Power of Attorney record. Awaiting further feedback from Gerard whether more categories need to be included or not. Further changes to the included Organization Categories on the Power Of Attorney editor's Organization DDL (ER 27287)
  • [New] 3397 - Fixed rendering of image-based SkyShare publication attachments so that there isn't unnecessary white space on the expanded grid rows
  • [New] 3406 - Offer an "add note" above the data grid when a PO is awaiting shipment confirmation (ER 27835)
  • [New] 3408 - Changed Warehouse/Index column labels from "Days Warehouse Operates" to "Default Days Warehouse Operates" and added a tooltip (SR 26749)
  • [New] 3414 - if a supplier refuses to ship product for a PO which is at status: Awaiting Supplier Shipment, the UI must force the user to provide a meaningful comment [as to why they wont ship the goods]. The UI persists the comments against new field PO.POrdHdr_SupplierReasonNotShippedNote (ER 27843)
  • [New] 3416 - SkyShare Publication Copy - added in Resource and Service Layer updates. Publication Copy implemented. Publication model updates for the copy functionality (ER 27829)
  • [New] 3429 - Model updates for PurchaseOrderHeader and PurchaseOrderDetail. Purchase Order shipment updtes - when supplier confirmd they have shipped all the goods then we capture new data - the expected arrival date (initially calculated as per spec from Supplier Transport lead times) , and Carrier, Container, Vessel, Seal number fields (at PO header level) (ER 27837)
  • [New] 3431 - Change (extend) the "Select Stock Item" data grid columns which are displayed when adding an extra item to a REQ (ER 16452)
  • [New] 3434 - Re-ordered buttons on Station/Edit page and added functionality to edit the Station Logistics Profile there. Fixed validation errors not being presented on the new Logistics Profile editor window (from within the Station Edit page)
  • [New] 3435 - Added "Additional Contacts" child grid to Station Index
  • [New] 3456 - SkySuite airline access control updates - Phase II development. SkySuite airline access control updates - Phase III development. SkySuite airline access control updates - Phase IV and final development (ER 27927)
  • [New] 3457 - With the introduction of new SkylogistiX products, updates to ensure correct to level visibiity/access on the home page
  • [New] 3459 - Ensure correct level of access for all 2nd/3rd/4th level menues based on products the user is allowed to access (ER 27927)
  • [New] 3467 - Partial PO Shipment handling is now 'hidden' unti it can be better supported (ER 27837)
  • [New] 3514 - Refresh Token error handling updates
  • [Bugfix] 2530 - Implemented an extension class for the Kendo.DataSourceRequest to allow grid column sorting to function as expected when using ForeignKey column configurations. This chnage requires a view-by-view development (SR 25447)
  • [Bugfix] 2736 - Made changes to prevent portal from creating a RequisitionBackOrderLog record when processing a back order if none of the lines are actually being processed, and added confirmation prompts for the relevant page buttons (SR 26227)
  • [Bugfix] 3192 - Suppoer Requests - improve the error message for db constraint - CON_SupportRequest_ErrorStatus (SR 27381)
  • [Bugfix] 3292 - Replace all instances of alert() and confirm() to use modal variants on Requisition/Approve to avoid any potential problems caused by browser alert suppression
  • [Bugfix] 3333 - ItemSupplier.ActualBufferStockQty added to the model. Same field added to the ItemSupplierLastCountSummary viewmodel and ItemSupplier/Edit view (SR 27661)
  • [Bugfix] 3365 - Station count review details page - Fixed dupliace label 'Target backup level' (SR 16432)
  • [Bugfix] 3368 - Network Inventory Validation report - fix to Parl Level Status column so the text value is exported and not the ID value (SR 27733)
  • [Bugfix] 3374 - Fix Back navigation button for SupplierCount/SetActualCountDate, when the count date is null (SR 27745)
  • [Bugfix] 3395 - Modified row colour-coding logic on SkyShare Publication Index so that it makes more sense to users. For administrative users, the colour coding is based on whether or not the "Critical Users" have reviewed the publication (If applicable). For other users, it's based on whether or not the CURRENT user has reviewed the publication (but only if they themselves are critical)
  • [Bugfix] 3411 - Requisition/Approve - Explain Forecast updated so that instead of showing a null ReqDet_NextExpRecDate, we display 'Unknown'. The WIKI has been updated to explain the meaning (SR 27845)
  • [Bugfix] 3412 - Warehouse/Show - added a view dedicated to the Show action so that no edit capabilities can be accidentally leaked in. Show view uses the appropriate view model (no an edit model)
  • [Bugfix] 3417 - SkyShare Publication Index - fixed 'enhanced' export bug so all columns are exported with text and not FK values
  • [Bugfix] 3433 - Add Items to a Requisition - fix the StockItem query to ensure Phase Out items are filtered correctly (taking into account the Final Supply Date) (SR 16454)
  • [Bugfix] 3433 - Fix query for list of items presented to a user with a groundhandler role when adding an item to a REQ, so that they match the Cater Role query (SR 16454)
  • [Bugfix] 3440 - Fix and UI changes for attachment approval modal (setting low or high priority). Duplicated functioanlity had inconsistencies across the PublicationEdit and AttachmentApprovalIndex views. Fixed inconsistencies ( however the actual duplication of code needs to be addressed at some point)
  • [Bugfix] 3441 - SkyShare/Publications index and edit - fixed display of kendo badges inthe attachments grid. Replaced client script initialization of badges with pure html rendering
  • [Bugfix] 3455 - Item Pack edit - fixed uncaught JS error on saving volume data
  • [Bugfix] 3460 - StockItem/Edit ItemPack grid fixes. Removed kendo badge client scripting, replaced with pure html to ensure it remains on page during edits
  • [Bugfix] 3470 - SkyShare - Only list active airlines for selection for publication creation
  • [Bugfix] 3503 - Fixed issue with the rendering of the Toobar for the index grid - Requisitons and Publications were affected (SR 28007)

Build 1.0.141.x (RS 09/09/2021, LSY 09/09/2021)

  • [New] 2939 - Changes for adding a new user to an active SkyShare publication, and further changes for the new attachment approval process. The former is good to go however the latter may need further tweaks - to be assessed once a new MT patch is released to alpha for required changes. Finished portal side of Publication Attachment Approval and tidied up the Attachment grids a bit to use more suitable column widths (ER 26719)
  • [New] 2940 - Changes for adding a new user to an active SkyShare publication, and further changes for the new attachment approval process. The former is good to go however the latter may need further tweaks - to be assessed once a new MT patch is released to alpha for required changes. Finished portal side of Publication Attachment Approval and tidied up the Attachment grids a bit to use more suitable column widths (ER 26719)
  • [New] 3341 - Changes for adding a new user to an active SkyShare publication, and further changes for the new attachment approval process. The former is good to go however the latter may need further tweaks - to be assessed once a new MT patch is released to alpha for required changes (ER 27563)
  • [New] 3353 - Allow admin roles to add notes of types "Review Note", "Note for Reviewer", and "Resubmission Note" to SkyShare publications (assuming the status is appropriate), as if they were the creator or nominated approver of the publication
  • [New] 3354 - Allow admin roles to add notes of types "Review Note", "Note for Reviewer", and "Resubmission Note" to SkyShare publications (assuming the status is appropriate), as if they were the creator or nominated approver of the publication
  • [New] 3362 - Enhanced Exporting introduced for various index pages under Daily Activities -> MRP & Purchase Ordering and Reference Data -> Stock Items
  • [New] 3363 - Station Logistics Profile and Station Site info buttons added to _RequisitionHeaderPostApprovalEdit partial view which is rendered on /Requisition/Alter and /Requisition/ProcessOpenBackOrder views
  • [MT] 2686 - Tweak user reactivation so that users have only 14 days to reactivate their account (ER 24369)
  • [MT] 2686 - Tweak user reactivation so that users have only 14 days to reactivate their account (SR 24369)
  • [MT] 2941 - MT elements to support adding new attachment to an Active SkyShare publication with approval (ER 26719)
  • [MT] 2941 - MT elements to support adding new attachment to an Active SkyShare publication with approval (ER 26719)
  • [MT] 2941 - MT elements to support adding new attachment to an Active SkyShare publication with approval (ER 26719)
  • [MT] 2979 - Review the calculation of Station Stock Outs with a view to making improvements (ER 26851)
  • [MT] 3074 - Improve checks on Inbound ApprovedPO message validation (ER 14096)
  • [MT] 3187 - Ive changed the data type for two date fields on the ProvisionLoading table from smalldatetime --> date
  • [MT] 3237 - MT & Workflow changes associated with RMA back-ordering functionality (ER 26661)
  • [MT] 3339 - Update transport related MT routines to reference SkyMove product (ER #27679) (ER 27679)
  • [MT] 3340 - MT needs to be aware of two new fields on the PublicationAccessLog table which determine WHEN a user is linked to a SkyShare publication and WHO/WHAT linked the user to the publication (ER 27563)
  • [MT] 3398 - SkyShare AccessLog timestamp incorrectly set on sending of initial Approval alert rather than user distribution alert
  • [MT] 3399 - SkyShare occasional problem with duplicate deadlines being created on WaitUserAck step after approving a new attachment
  • [MT] 3403 - ReceiptOrder workflow incorrectly waiting for a status message from w/h even though the wms mapping status msg flag is set to no (SR 27753)
  • [MT] 3427 - MT changes required to the Scheduler job: CheckUserAccountActivityTransformer to reflect the removal of a redundant field in the db, Userdetail.UserDet_MustChangePsw (SR 27705)
  • [MT] 3439 - SkySharePublication WKI routing to exception upon new SkyShare attachment approval
  • [Bugfix] 3229 - Fixed filtering by "Unread" and "Overdue" (using the buttons above the grid) on SkyShare PublicationIndex where the user has a local timezone which doesn't match with the server (UTC) (SR 27401)
  • [Bugfix] 3327 - Fixed newlines not being rendered in the error text on /SupplierCount/UploadedFileErrorsIndex (SR 27657)
  • [Bugfix] 3332 - Fixed incorrect date used in default sorting and fixed default sorting not working in general on the Order History tab of Requisition/EditProvisional. Also added a hidden field for the CreationDate (ER 27671)
  • [Bugfix] 3338 - Added missing icons to the project file (ER 27679)
  • [Bugfix] 3349 - Fixed "Valid From" date field becoming editable after the user attempts to store other data that fails validation (specific to active SkyShare publications)
  • [Bugfix] 3360 - Fixed broken site info icon functionality and positioning, and removed unnecessary shrinking of label widths in header panel - all on StationCount/Review
  • [Bugfix] 3364 - On the Station Logistics Profile summary window, add a tooltip on the Max Pallet Height which shows the value at full precision
  • [Bugfix] 3366 - Fixed site information icons on StationReturn/EditProvisional and StationReturn/Edit (ShipConfirm) views. For both, fixed the layout. For EditProvisional (which can also be accessed via the /Edit route), additionally improved the functionality to support the fact that the destination site can change from user input
  • [Bugfix] 3389 - Aircraft, Aircraft Configurations - Improvements for image preview
  • [Bugfix] 3394 - Opened up the Notes grid on the Publication Index for adding new records (via the add button, specifically) to all roles, as users should only be able to see SkyShare publications where they'd have access anyway (either by being the creator, approver, admin, or someone on the distribution list)

Build 1.0.140.x (RS 19/08/2021, LSY 19/08/2021)

  • [New] 3249 - Changed the message presented when a user tries to edit a SkyShare publication for which they are not the creator, nor the approver, nor an admin. A previous task already made the change from tooltip-style notification to pop-up window with a button to add notes. Also fixed an issue with the "Add Note" button on the alert which could endlessly present the waiting "spinner" if the Notes grid for the given publication had already been loaded (ER 24077)
  • [New] 3308 - Reviewed? column on SkyShare Publication Index split into 3 separate columns - one to describe the "reviewed state" of the current user, one to describe the "reviewed state" of the critical users, and one to describe the "reviewed state" of non-critical users. The first column is visible to all users (despite what spec says, administrative users can still be present in the distribution list so I think this column still holds value), but the other two are only visible for the administrative users. Row colouring changed to be affected only by the critical users' "review state" column (ER 27591)
  • [New] 3332 - Added RMAs to the Order History tab in RequisitionDetail grid, and ordered the grid by Receipt Date descending (ER 27671)
  • [New] 3337 - Transport Order data now is only accessible through the portal to users with authorised access to SkyMove. Updated model SkylogistixProduct and DashboardGroup to reflect changes in the schema (SLXProd_ID becomes type smallint) (ER 27679)
  • [New] 3338 - Add SkyBill and SkyMove logos to Airline and User maintenance pages - although as noted on the ER (#27679) the images provided are not consistent with the others so will need to be replaced ASAP (ER 27679)
  • [New] 3352 - SkyShare - Add ability to add notes to Archived publications
  • [New] 3356 - Portal update required for late change to AirlineWMSCodeMapping
  • [AuthServer] 3337 - Transport Order data now is only accessible through the portal to users with authorised access to SkyMove. Updated model SkylogistixProduct and DashboardGroup to reflect changes in the schema (SLXProd_ID becomes type smallint) (ER 27679)
  • [Bugfix] 3254 - Filter out selected roles and users already on the distribution list from the DDL when adding a new user to the distribution list (on a SkyShare publication)
  • [Bugfix] 3312 - Ensured that on the SkyShare Publications Awaiting Approval index that it's only Global Admins who can see all the publications. Everyone else can only see the ones where they themselves are the nominated approver (SR 27479)
  • [Bugfix] 3324 - Fix issue updating Station Operating Times data for global admins when data already exists for the given station
  • [Bugfix] 3334 - Minor change to a error message text on page /SupplierCount/EditCount/…
  • [Bugfix] 3336 - Fixed download filenames for the pre-report and post-report SCA files (SR 16428)
  • [Bugfix] 3343 - Flight/Schedue Index - ensuire grouped export correctly outputs the grouped text
  • [Bugfix] 3346 - Enhanced export - fixed grouped heading texts for several views (listed in the VSO task)
  • [Bugfix] 3348 - SkyShare - Publication/Edit - allow Distribution Details to be shown for approved publications. Also tidied up code a bit more, helping to reduce some reptition
  • [Bugfix] 3350 - Added an Add button for the notes grid on SkyShare Publication Index, mainly so that the creator of a publication can still add notes when the publication is Awaiting Approval (and thus full editing is denied)
  • [Bugfix] 3351 - Make sure the nominated approver can add notes on the SkyShare Publication Edit page, even if they are not an administrator or operational user
  • [Bugfix] 3357 - Fixed route for ItemSupplier add page, and hide the "Item Supplier Last Count Details" panel when creating a NEW item supplier (as there would be no such record to view) (SR 27701)
  • [Bugfix] 3358 - Remove ability for users to change the selected ports when editing an existing city pair
  • [Bugfix] 3359 - Stock item catalogue - export to PDF no longer displays the images - Fixed. Report generator - Improvements (SR 27717)
  • [Bugfix] 3360 - Fixed the 3 new OrganizationAttributes introduced under 3131 to default to FALSE as per the spec
  • [Bugfix] 3367 - Adjust CON_SupplierCountDetail_ManufacturerNotReadyQty to allow the user to optionally specify both In Progress Value and In Progress Currency when the In Progress Qty is 0 - to reduce chances of hitting validation errors. Additionally, updated the message text which gets presented to the user if they do breach that constraint, to make it clearer what the expectations are (SR 27727)

Build 1.0.139.x (RS 12/08/2021, LSY 12/08/2021)

  • [New] 3131 - Modified the configuration necessary to manipulate which columns are visible on the Station Count Review page, with regard to earlier changes on this task. Now uses OrgAttributes. Fields in question are Target Float, Target Backup, Expected Closing Qty (With/Without Consumption), Variance Qty (With/Without Consumption), Variance Value (With/Without Consumption), Item Cost (ER 16370)
  • [New] 3162 - Added common modal window for use throughout the portal which shows details of a Station's Logistics Profile, modified the common StationSummary panel to have an icon to display this, and added the same icon throughout various Requisition and Issue pages (ER 27287)
  • [New] 3260 - Added a third maintenance modal popup which appears when the maintenance window is within 24 hours, improved code in PortalStateHub and added 3 configuration keys to allow tweaks to the timeframes which govern when each of the modal windows appear (ER 27543)
  • [New] 3267 - Remove "Single" as an option for Frequency when editing or adding a new Scheduled Report
  • [New] 3269 - Added "Download Blank Count Sheet" button to SupplierCount/SetActualCountDate view
  • [New] 3287 - Added a Reject button on the Cookie Consent modal window and the "How this site uses cookies" page, so that users are offered the option to reject the optional cookies when we first ask them (It is still possible to change this decision on the user profile page) (ER 27543)
  • [New] 3291 - City Pairs creation - improve UI validation
  • [New] 3301 - Item Groups Index grid doesn't require Grouping functionality
  • [New] 3304 - Align fields descriptions between Excel upload and portal for supplier stock counts (ER 27619)
  • [New] 3310 - Added SkyShare publication-wide acknowledgement button on the publication index when the publication has no attachments, and added ability for the parent grid to refresh the "Reviewed?" column and row colouring (without redrawing entire grid and thus closing any expanded rows) when the user acknowledges a publication in its entirety (both when there are no attachments, and when there are attachments), also tidied up javascript code around the attachment grid, to use function expressions (IIFE's but without the "Immediately Invoked" part). Fixed errors I found whilst recording a demonstration video (ER 27417)
  • [New] 3315 - Aded StationReturn Totals functionality (Requested & Approved Total Volume, Pallets, and Weight) on StationReturn/EditProvisional and StationReturn/Approve views. Same functionality as seen in Requisitions (ER 27009)
  • [New] 3317 - Additional work to Task #3189 - Improved
  • [New] 3323 - Added prefixed ID column to the IssueHeader grid shown under the Tracking tab on Requisition Index (SR 27651)
  • [New] 3329 - Grant access to pages /Station/AirlineLiquorIndex and /Station/AirlineBOBIndex to role 4 - Airline Management
  • [New] 3330 - css updates to align .inlineEditButton elements with k-grid-edit
  • [New] 3331 - Airline Liqoupr/Bob Index grids. Renamed label 'Organization' to 'Site' as per original requirement for the Organization Name column
  • [Bugfix] 2998 - When adding a new station transport, ensure the "Drop/Pick Time (Days)" is hidden since the default value for 'Pickup Service' is Live Load and not 'Drop/Pick' (SR 26897)
  • [Bugfix] 3178 - Removed 'NullDisplayText'= " " attribute from all view models
  • [Bugfix] 3289 - Aircraft Module Index - Fixed Module Contents so the drill-down remain hidden post-edit, when aplicable.
  • [Bugfix] 3290 - Fixed the rendering of kendo textbox widget for Aircraft Provision Cod Version description
  • [Bugfix] 3293 - PO/Index edit action - fixed for Airline Manafement role the 'object reference' error shown when editing aPO under a status 'Partial Supplier Commitment'
  • [Bugfix] 3294 - Fixed PO access for the AirlineManagement role
  • [Bugfix] 3295 - Edit stock item fix to a conversion factor creation (SR 27623)
  • [Bugfix] 3296 - Airline Management - Station/Index. Give read access to Station Defaults data
  • [Bugfix] 3297 - General Report Scheduler - prevent storing invalid range value for the Days of Month
  • [Bugfix] 3303 - 'Enhanced' export fix to support grouped data. Also - improved formatting of the first row (header), with background styling and frozen row. "Enhanced" export - removed in-sheet grouping as this will be looked at in more detail as a separate task. Also added in auto-width to exported sheets for user convenience. Export Controller - update for PDF export so the cells on a grouped title row are merged across the columns as with xls filetypes
  • [Bugfix] 3316 - Updated Requisition/Alter - aded Qty Originally Approved (to the Item Grid) (SR 16424)
  • [Bugfix] 3318 - Station KPI Details report - ensure the applied filters (active and current data only DDL filters) are shown in the toolbar filters
  • [Bugfix] 3342 - 'Enhanced' export fix for Stock Item index grid

Build 1.0.138.4 (RS 05/08/2021, LSY 05/08/2021)

  • [New] 3161 - UI for Station Logistics Profile maintenance (ER 27287)
  • [New] 3188 - Changed definition of ProvLoad_ValidTo and ProvLoad_ValidFrom to date (from datetime) (SQL DataTypes)
  • [New] 3189 - Improved display of module content options
  • [New] 3190 - Added "Delete" capability for the "Provisioning Rules" table. Fixed bugs. Button "Add New Provisioning Rule" doesn't work - Fixed. Added user-friendly message (SR 27379)
  • [New] 3198 - Implementation of ability to view Liquor and BOB Exchange data directly. Liquor and BOB Exchange data CRUD implemented (ER 23141)
  • [New] 3202 - RMA Templates - implemented 'Copy Template' functionality. Implementation of RMA Template auto-updates. / refresh (ER 27383)
  • [New] 3205 - For Supplier role- Change text 'Supplier Inventory Counts' to 'Inventory Counts' on the sub-menu
  • [New] 3207 - Added comments column to Supplier Counts Index (child grid) and modal
  • [New] 3216 - Supplier Count creation from Category/Edit page. Fix validation for urgent counts requests
  • [New] 3218 - On SkyShare ShowPublication page, moved Approved Date to the more appropriate panel, and re-ordered the dates in said panel to flow better. In PublicationEdit page, moved Review By Date above Valid From date for the same reason (ER 27079)
  • [New] 3221 - Supplier Count edit - detail grid. Added column re-size button
  • [New] 3230 - Enhanced exports for Provisioning Codes, Rules and Errors
  • [New] 3238 - RMA back-ordering. Added new view for RMA Backorder index page. Added the RMA backorder index page too. Display-only at this juncture. RMA Back orders - added new models plus model updates. Moved RMAShortReceiptEdit to it's own class file. RMA Backorders - Hooked up portal to middle-tier service method for backorder progression based on user decisions. Update RMA Menu - with new .resx entries (ER 26661)
  • [New] 3239 - Restrict what can and can not be changed on a SkyShare publication which has been approved (and is in status: Active). Tweaked Publication/Edit linked publication edit access (ER 27415)
  • [New] 3250 - SkyShare Publications - improved the delete icon toolip on the Publication/Index grid (ER 24077)
  • [New] 3259 - Requisition/Index - disable the requisition delete button when no rows are selected
  • [New] 3264 - User account re-activation process should call M/T service request to handle
  • [New] 3265 - Implement auto-logout for idle users (ER 27571)
  • [New] 3326 - Supplier Count edit updates. Allow users to enter null In-progress at Plant value and currency if there is zero (not null) Qty (SR 27657)
  • [AuthServer] 3268 - Implemented a Serilog "enrichment" class that allows us to add certain properties into the logs for the AuthServer - Most importantly, the client IP address (Compatible with the Cloudflare proxy) (SR 27571)
  • [MT] 2932 - Privatize the distribution list for alerts sent from SkyShare when there are multiple users in distribution (ER 26725)
  • [MT] 3220 - Fixed functionality around blank contracted buffer stock quantities on the supplier count sheet
  • [MT] 3220 - Force users to enter comment on a supplier count sheet when buffer stock is low
  • [MT] 3227 - Button Re-calculate PO Total Value needs to consider Free of Charge lines on a linked contract
  • [MT] 3251 - Unplanned substitution request fails when trying to add a substitute item as direct delivery
  • [MT] 3274 - fixed fault with deadlines on SkySharePublication WF Map (SR 27593)
  • [MT] 3299 - In Progress quantity included on supplier count sheets in spite of the count category config (SR 27637)
  • [MT] 3313 - Change column headings for the Supplier Inventory Count Sheet template and also un-hide column D, "Contracted Buffer Qty" too (ER 27619)
  • [MT] 3325 - Suppliers HAVE to enter a In-Progress Value and accompanying Currency for a SupplierCountSheet even though the In-Progress qty column is set as zero (SR 27657)
  • [MT] 3335 - Supplier Count - NullReference exception when attempting to create a new immediate count (SR 27675)
  • [Bugfix] 2736 - Fixed validation errors on the "All Requisition Lines" grid on /Requisition/BackOrder/{id} not being presented to the user (SR 26227)
  • [Bugfix] 2982 - PO Approval - bug fix. Check poConfiguration.PreApprovalLevel has a value before comparing against it (ER 26863)
  • [Bugfix] 2982 - PO Approval - For POAirlineCfg_POApprovalOpt_ID = 1, we now check the PO total value against PO approval Sequences to determine if the user is within the value threshold before allowing Approval (ER 26863)
  • [Bugfix] 3006 - Make "Add All Lines" and "Save" buttons available to SLX roles in the custom delivery schedule edit modal (SR 26317)
  • [Bugfix] 3069 - Fix Station Item KPI default filter behaviour (Current Data Only? and Active Stations Only? filters)
  • [Bugfix] 3090 - Before defining the Station Hubs you must first define the Airport Hubs and that when selecting a station hub you can only select stations that are located at one on the airport hubs (ER 26857)
  • [Bugfix] 3098 - Trim whitespace (leading and/or trailing) from Item Code when creating a new Stock Item (ER 16334)
  • [Bugfix] 3143 - For Requisition Approval, force users to enter a Approved Qty / QtyConfirmed that is greater than or equal to the StockOutQty (if _StockOutEmergency == 1). Nulls also allowed though, to indicate that the line is not approved. Also added a tooltip to the "Reset Stock-Out Lines" button (ER 26849)
  • [Bugfix] 3159 - ItemSupplier Edit - fix collapsible panel behaviour
  • [Bugfix] 3171 - Fixed a bug with the Active/Inactive indicator for AirlineSupplier's Main Supplier Contact, the bug was introduced by taskless changeset #36630
  • [Bugfix] 3172 - Fixed Ultimate Warehouse control on PurchaseOrder/Create being disabled after a post-back with validation errors
  • [Bugfix] 3174 - For the most part, fixed inconsistencies between stored StockLevel_ExpectedPurchaseOrdQty and the figures shown on the modal window which shows a breakdown of those values (SR 25929)
  • [Bugfix] 3180 - Fixed StkItem_Uses not being nulled when a StockItem is updated from Disposable No -> Yes (SR 27353)
  • [Bugfix] 3181 - Fix Supplier Count Category creation for users with single airline access (SR 27359)
  • [Bugfix] 3204 - AirlineSupplier Additional Contact - fix bug with Contact Name validation
  • [Bugfix] 3225 - ProvisioningRulesIndex - Fixed row expanding error if the field "Description" contains quotes
  • [Bugfix] 3228 - Fixed Enhanced Exporting for Attachments Awaiting Approval index (SkyShare/AttachmentApprovalIndex)
  • [Bugfix] 3231 - Fix "Days To Review" control not being immediately visible when editing an existing POA Rule which has Required set to true/yes. Also adjusted the title of the edit window on both POA Rules and POA's Issued i.e. from "Add / Edit..." to "Add/Edit..."
  • [Bugfix] 3232 - Requisition/EditProvisional - disable Qty in Transit lookup if the requisition item has no assoicated station item
  • [Bugfix] 3240 - Allow adding notes to SkyShare publications on both the PublicationEdit and PublicationIndex pages - on PublicationIndex this is done by attempting to edit a Publication which either the user does not have access to edit, or where the Publication status is not valid for editing. Dynamic DDL for PublicationType in editor only displays where appropriate and only displays appropriate options for the status of the Publication. Read only notes grid added to the PublicationShow page (ER 27415)
  • [Bugfix] 3244 - RMA Mian index updated. RMAs with a status not eligible from editing from that page are now rendered with an inactive edit icon. (AwaitingApproval, Outstanding, Cancelled) (SR 27469)
  • [Bugfix] 3256 - Changed Creation Date on Supplier Forecast Document Requests to include the time element in views (SR 24653)
  • [Bugfix] 3258 - Fix AirlineSupplier/Index modal editing of ItemSupplier
  • [Bugfix] 3261 - User account re-activation bug fix. 1. UserRegistration table definition had changed without UI developer's awareness. Now updated the model to be consistent with new database definition. 2. Changed UserRegistration ans UserQuestion checks, to perform a count rather than column select - more performant that way (SR 27551)
  • [Bugfix] 3311 - Fix ItemWarehouse/Index grid id reference so that data is loaded correctly

Build 1.0.137.3 (RS 03/08/2021, LSY 03/08/2021)

  • [New] 3322 - removed output caching for the SupportRequest Project table (SR 27647)

Build 1.0.137.2 (RS 22/07/2021, LSY 22/07/2021)

  • [New] 3142 - Adapt "Current Count Performance" DashBoard to "Open Count" DashBoard (ER#26967). Re-arrange some code since a few reports will be moved into a different dashboard group (ER 26967)
  • [New] 3147 - UI calls inflight Web Service when user creates a new REQ from a Requisition-Template. When adding a requisition item. call m/y to get the calculated Transit Qty and store that value against the new requisition detail record. Drop legacy template-based requisition generation SP and related objects (ER 27051)
  • [New] 3155 - Power of Attorney UI (ER 27287)
  • [New] 3168 - Add the ability to delete supplier count categories on page /SupplierCount/CategoryIndex
  • [New] 3176 - Added Open Requisition (Current) to schema. Open Requisitions (Current) Dashboard chart.Develop an Open Requisitions Dashboard (ER #26969). Added ability to navigate from the series drill-down to show / edit view (ER 26969)
  • [New] 3177 - Dashboard configuration. 1) It should be able to add (13) Supplier Relationship Manager to dashboard (5) Supplier Performance 2) It should be possible to add (14) Station Executive to dashboard (1) Station Performance
  • [New] 3184 - JS script files that are included to specific pages/views are now only cached per portal version
  • [New] 3186 - Provisioing Type - Added new column "Provisioing Type"
  • [AuthServer] 3073 - Fixed reported error in Authentication server log from SkyTrack authentication (SR 13814)
  • [MT] 2659 - Implement Transport Order document template (ER 24543)
  • [MT] 2759 - Create new table to track contacts to whom a quotation request has been sent and key details of the reponse (ER 25121)
  • [MT] 2774 - Spelling mistake in alert content related to Despatch confirmation (ER 26357)
  • [MT] 2775 - Implement Transport Order Quotation request document template (ER 24543)
  • [MT] 2776 - Maintain reference to documents produce related to Transport Orders (ER 24543)
  • [MT] 2788 - Fix various SkyShare Publication table constraint problems (ER 26389)
  • [MT] 2795 - INCO Term Location incorrectly set on Transport Order creation from Issue Out (ER 25327)
  • [MT] 2815 - Change to SkyShare PublicationAccessLog to add _NeedsReview flag (ER 26353)
  • [MT] 2818 - SAP StockLevel bulk update problems updating clone items (code improvement only) (ER 26243)
  • [MT] 2852 - Change alert delivery mechanism to force SMTP use if an email address has been specified for a user rather than just the user ID (ER 24543)
  • [MT] 2852 - Produce and send XML EDI for Transport Order (ER 24543)
  • [MT] 2854 - Define EDI configuration table to hold EDI conf per transport supplier (ER 24543)
  • [MT] 2862 - Minor fix to cover the telephone number updates too
  • [MT] 2862 - User registration enhancement to check if unregistered contacts are now registered (ER 26565)
  • [MT] 2864 - Change to auto PO submission to retain original requisition user rather than update the PO owner to system (ER 25985)
  • [MT] 2866 - Add new column TransCargo_ContainerNo to TransportCarg table (ER 25121)
  • [MT] 2871 - PO submission does not check the FreeOfCharge indicator when determining the value of a PO (ER 26029)
  • [MT] 2897 - New SPL creation ca fail if no other par lavels exist for the station with _NextReqDate set in the future (ER 26657)
  • [MT] 2900 - Ensure NWA tidies up redundant files on bulk load failure
  • [MT] 2902 - Add failsafe to MT to detect and correct any occurences where the UI fails to sum backupQtys for "S" lines in inventory counts (ER 16286)
  • [MT] 2907 - Improve MT error handling for a scenario that isnt handled very well today - GenerateStationRequisition (ER 26683)
  • [MT] 2907 - Improve MT error handling for a scenario that isnt handled very well today (SR 26683)
  • [MT] 2912 - Create new TransportOrderContacts table (ER 25121)
  • [MT] 2913 - Change contact details in Transport Order email alert (ER 25215)
  • [MT] 2915 - Create new table that links AdditionalPointOfContact and TransportContactPurpose (ER 26579)
  • [MT] 2929 - New table to map Shipping container codes to FF Container Codes (ER 24543)
  • [MT] 2932 - Privatize the distribution list for alerts sent from SkyShare when there are multiple users in the distribution (ER 26725)
  • [MT] 2972 - Send an email to station SPMs if an approved Req spwns one or more emergency orders (ER 26847)
  • [MT] 2983 - Add new column to TransportOrderNotes table (ER 25121)
  • [MT] 2986 - Process inbound Transport Status messages (ER 24543)
  • [MT] 3004 - Supplier Inventory Counts (ER 23967)
  • [MT] 3015 - StationItem_CountDate not being set when new SPLs are being created against items that have been previously counted (ER 16332)
  • [MT] 3018 - After user registration has concluded reset columns containing personal/security information as they are no longer needed (ER 26901)
  • [MT] 3022 - Increase size of comment column of TransportStatusHistory (ER 25121)
  • [MT] 3025 - Increase size of _Vessel,_TruckReg,_Voyage,_TransRef columns on Transport order tables and transaction related tables (ER 25121)
  • [MT] 3028 - Workflow for Supplier Inventory Counts (ER 23967)
  • [MT] 3047 - Clear various MRP Item Warehouse values during MRP initialisation in case it is a retry of a previous failure (ER 27015)
  • [MT] 3050 - Add two new columns to Transportorder table to denote if Quotes and Approval are required (ER 25121)
  • [MT] 3051 - Update the Transport Order creation process to set new _ApprovalReq and _QuoteReq columns (ER 25327)
  • [MT] 3052 - Update to Transport Order workflow to handle all possible quotation and approval scenarios (ER 25215)
  • [MT] 3055 - Update the Transport Order creation to set the destination Airport from Issue Outs (ER 25327)
  • [MT] 3067 - Add ApprovedDate to SkyShare Publication and set on successful approval (ER 27079)
  • [MT] 3069 - Problem with creation of split POs from CPOs where the contract couldn’t fulfil the requirement - ensure the split PO Approval details are not copied across from the source PO (ER 27087)
  • [MT] 3079 - Spelling mistake in email alert related to Supplier chaser alert (ER 27139)
  • [MT] 3084 - Inglight Services for Supplier Inventory Counts (ER 23967)
  • [MT] 3085 - Supplier Count Sheet Template and count sheet handling (ER 23967)
  • [MT] 3093 - SPM not able to submit a REQ that they have created for their own station if the REQ has been created from a template AND there are lines on the REQ with a zero-requested qty (ER 27209)
  • [MT] 3146 - MT to offer a new Web Service call that will take input parameter(s) from the UI and will create a new REQ for a specified REQ-Template (ER 27051)
  • [MT] 3148 - MT to offer a new Web Service call that will take input parameter(s) from the UI and will create a new REQ for a specified REQ-Template (ER 27051)
  • [MT] 3152 - Error when trying to approve a SkyShare publication that supersedes an archived publication on Alpha (SR 26931)
  • [MT] 3247 - Auto-dismissal of rejected SkyShare Publication always defaults to 10 day period regardless of configuration (SR 27463)
  • [MT] 3262 - Fix MRP which was failing due to missing ItemSupplier column references in MRP stored procedures (SR 27569)
  • [Bugfix] 3029 - Transport Orders - correct the position of the Contacts tab
  • [Bugfix] 3070 - /Report/GeneralIndex?report=StationKPIDetails - fixed so thast the grid pagination shows the number of records when loading the report with any pre-filters (ER 27093)
  • [Bugfix] 3160 - Removed ProvLoad_UOffset and ProvLoad_OOffset from the model definition as these were removed from the DB some time ago now (SR 27293)
  • [Bugfix] 3167 - Fixed unfriendly error logged when Weeks Between Counts left blank on page /SupplierCount/EditCategory
  • [Bugfix] 3222 - Re-configure error handling for Supplier Cont batch updates - do not cancel any changes when a model error occurs - so that users are not forced to re-enter everything. Rather, they can recitfy the previously entered data
  • [Bugfix] 3257 - Ensure Airline_SLXProdCfg_ID is not reset when updating the Airline table

Build 1.0.136.0 (RS 01/07/2021, LSY 01/07/2021)

  • [New] 2939 - UI work to cater for the changes to SkyShare Publication Attachments - Attachments added to publications after the publication becomes active require approval of their own. There is a new index page listing all attachments requiring approval, badges are shown on attachment grids to show whether they are new (added after publication became active), and whether they are approved, rejected, or require approval. Also fixed a bug with the PDF viewer which didn't enable the acknowledge (and the new Approve/Reject) buttons when the user had reached the bottom of the document (ER 26719)
  • [New] 2940 - UI work to cater for the changes to SkyShare Publication Attachments - Attachments added to publications after the publication becomes active require approval of their own. There is a new index page listing all attachments requiring approval, badges are shown on attachment grids to show whether they are new (added after publication became active), and whether they are approved, rejected, or require approval. Also fixed a bug with the PDF viewer which didn't enable the acknowledge (and the new Approve/Reject) buttons when the user had reached the bottom of the document (ER 26719)
  • [New] 3003 - Supplier Inventory Counts - added a few view models, service code and view code. Supplier Inventory Counts. Implemented function to set the actual count date. Supplier Count Index main grid with enhanced exports. Added some new view models for future UI work. SupplierCountCategoryEdit - updated validation. Implemented supplier count basic edits (item qtys, and dates, values & currencies at item level). Supplier Count Details grid added to the main index grid (nested grid). Updated the TextArea EditorTemplate to use Kendo.TextArea, and updated StationCount/Edit as a result of this change. Implemented functionality to add items to an existing count. Implemented Submit and Count Cancellation (sans M/T interaction). Conditionally hide/show item count qty columns as per category configuration. Added stub files for Count sheet uploads. Added Excahnge Fies DDL to Category maintenance. Added in M/T service calls for Create, Submit, Cancel. Added SupplierFileUpload/Erro model to the DB Context. Data population script added for new DocumentRequestType - SuppliercountSheet. Implement Count sheet uploads and uplod file error index. Implemented ability to dowbload blank count sheets. Fixed menu highlighting, and moved some business logic from the model to the service layer, performed on the submit process. Fixed up authorization (removed Warehouse Customer Services from access). Allowed Supplier Relationship Manager (RO) to view counts (at the moment just the index grid can be viewed - there is no Show page available yet). Added validation on Count categories to limit count days of week to two days. Consecutive days are not permitted eithers. Added a modal for Supplier Count Summary. Supplier Count model updates to reflect recent DB updates (row_version added) (ER 23967)
  • [New] 3081 - Added Par Level Status column to Network Inventory Valuation report (SR 22431)
  • [New] 3090 - Added AilrineHubStations to the model. Airline Edit. Added Hub Stations lookup. Display-only. Airline page - updated the Show summary modal view to include Hub Stations. Airline - Hub Stations insert and edit implemented. Airline - completed Hub Station maintenance (SR 26857)
  • [New] 3098 - Added a warning to the StockItem Add page to warn the user if the entered Item Code has leading/trailing white space that will be removed (ER 16334)
  • [New] 3131 - Renamed "Unit of Measure" field to "UOM", and "Variance Quantity" to "Variance Qty". Conditionally* rename "Expected Closing Inventory", "Variance Qty", and "Variance Value" to "Expected Closing Inventory With Consumption", "Variance With Consumption", and "Variance Value With Consumption". Conditionally* added new fields "Expected Closing Inventory Without Consumption", "Variance Without Consumption", and "Variance Value Without Consumption" Only show the "Target Float Level" and "Target Backup Level" fields if the condition* is met. All on Station Count Review page. * The condition is that Station_UseExternalTargetQtys = 1. Added tooltips to both Expected Closing Qty fields and both Variance Qty fields as per spec (ER 16370)
  • [New] 3134 - Extend the Station Count Details Report to include 2x extra values/colums: 1) Caterer Comments 2) 4PL Comments (ER 27071)
  • [New] 3135 - Added Publ_ApprDate to the SkyShare Publication pages (Show and Edit) (ER 27079)
  • [New] 3140 - Adapt UI so Appropriate Dashboards only are displayed based on the UserRole and that they are displayed in the correct sequence
  • [New] 3141 - Enhance UI for dashboard Configuation to control which UserRoles can be assigned to which Dashboard Groups. Updated CommonTypes enumeration Dashboard groups (now contains 10 groups), and updated user role selection logic to use new enumerated values
  • [MT] 2907 - Improve MT error handling for a scenario that isnt handled very well today - GenerateStationRequisition (SR 26683)
  • [MT] 3069 - MT has attempted to create a split PO in status: Awaiting Approval but incorrectly set POrdHdr_AppDate; this should obviously be null for a PO in status: Awaiting Approval (SR 27087)
  • [MT] 3079 - There's a typo in the Chase Supplier Commitment Email alert body text (SR 27139)
  • [MT] 3093 - SPM not able to submit a REQ that they have created for their own station if the REQ has been created from a template AND there are lines on the REQ with a zero-requested qty (SR 27209)
  • [Bugfix] 2861 - Fixed label that indicates an AirlineSupplier main or extra contact is NOT linked to a user account (Sky Suite vs SkySuite), added an indicator for whether the linked user is active or not, and added in a warning that gets presented whenever the user tries to change an AirlineSupplier main or extra contact's Email Address (if it was previously linked to a user account) (ER 26565)
  • [Bugfix] 2917 - Next Count Date is now defaulted to NULL when setting up a new Station Count Category, which causes the MT to calculate it appropriately based on the schedule (rather than default to a year into the future) (SR 26707)
  • [Bugfix] 3045 - StockItem/Edit - correct the Item Pack disabled deletion tooltip
  • [Bugfix] 3086 - Added validation when creating a PO, so that if Destination Type is Warehouse via Warehouse Transfer, a value must be selected for BOTH warehouses (22903)
  • [Bugfix] 3087 - Fixed a script error on MRP Item/Warehouse Supply Parameters page which caused the Edit modal for Item Warehouse records not to render correctly. Looks to have been caused by refactoring / inconsistent use of IIFE's (SR 27159)
  • [Bugfix] 3088 - Fixed a bug on Station Edit page whereby the Active flag does not become editable when defaults have only just been set up (i.e. no refresh or page load since creating the defaults). Also re-introduced a key to Labels.resx which was accidentally lost in a previous changeset (SR 27175)
  • [Bugfix] 3089 - User registration. Detect Airport Location selection (for caterer role). this fixes the page buttons, so that when the User Role Group selection is changed, followed by Sitre and Port selections, the 'Update' button become active (SR 27191)
  • [Bugfix] 3092 - Fixed volume conversions, for Requisition Approval (SR 27207)


Build 1.0.135.2 (RS 24/06/2021, LSY 24/06/2021)

  • [New] 2982 - Add USer Role UID 3 to PO Approval authorized list (ER 26863)

Build 1.0.135.1 (RS 24/06/2021, LSY 24/06/2021)

  • [New] 2982 - Implement use of PurchaseOrderAirlineConfig.POAirlineCfg_POApprAuthRoles, a list of authorised roles that can approve POs. It is assumed that this list will not go beyond 1,2,4, 16, 17 (ER 26863)
  • [New] 2996 - BaseStationEdit updated. Port_ID property changed to be nullable to allow the Required Attribute to function (SR 26895)
  • [New] 2997 - Change child StationDefaults grid on Station index to display user-friendly Days of Week in the "Ordering Frequency" column. E.g. for YNNYNNN it would display "Monday, Thursday" (SR 26893)
  • [New] 3001 - ItemSupplier Edit page (non-modal) updated to show last count details in relation to supplier Counts. Note that there is no ItemSupplier show page (ER 23967)
  • [New] 3002 - Added Supplier Inventory Count Category Index. Display-only at this juncture. Supplier Count Categories - implemention of edit functionality ( creation is not yet implemented). Supplier Count Category - implemented creation functionality and enhanced export. StationCount/EditCategory - updated menu highlight references since the menu IDs have changed (ER 23967)
  • [New] 3008 - Add additional data (extra columns) when user updates SPLs using default values (ER 26903)
  • [New] 3039 - Enhanced Exporting for the Airline Supplier index grid
  • [New] 3040 - Enhanced Exporting for Station Count Category index grid
  • [New] 3041 - Added a "Empty/Unset" option when filtering by Pallet Standard on Warehouse index grid
  • [New] 3049 - TransportOrder summary/show. Changed the layout of the elements on the page according to the length of data in the Vessel field. This field now has a max length 100, which potentially can cause it's value to spill over other field values if not handled correctly. In this case, we need to spread the data over more rows
  • [New] 3053 - Transport Order show page updated to show Quote Required and Approval Required fields. These fields are hidden if appropriate as per cost-sensitive rules. IssueHeader, StationReturnHeader, TransportRouting, WarehouseTransFerHEader model updates elating to TransRef and Vessel length increases
  • [New] 3058 - Changed tooltips and labels which refer to the SkyShare Publ_ReadByDate field so that they use the wording "Review-By-Date" (with the hyphens), and removed useless "???" comments from PublicationTypeEdit.cs (ER 27027)
  • [New] 3059 - Issue/Edit - increase field length for input field Transport Ref.
  • [New] 3061 - Added some server-side validation for the 3 dates on a SkyShare Publication record: * If set, Review By date must be in the future * If set, Valid To date must be in the future * If both set, Valid From date must be on or after Review By date * During approval only, Review By date must be specified (ER 27057)
  • [New] 3065 - Added a "Destination Depot" column to the grid on ItemSupplier/TransportDetails/{ID} which shows either Station_Depot or Whse_Depot (ER 27067)
  • [Bugfix] 2169 - Added validation to ensure every delivery on a Vendor's custom delivery schedule has at least one item on it, and made a fix to the InvoicingEnabled, ContractsEnabled, and SupConfReqd checks in BaseController.CheckSessionData to cater for situations where an airline doesn't have a PurchaseOrderAirlineConfig record (no task for this - just something I stumbled upon)
  • [Bugfix] 2782 - Fixed Unread/Overdue filtering on SkyShare PublicationIndex which was working previously but stopped working when the page was converted to use IIFEs and kendoGridHelper (ER 26349)
  • [Bugfix] 2886 - ItemPack maintenance. Corrected the calculation of Pallet Height (ER 26611)
  • [Bugfix] 2895 - Fixed an issue with user-filter loading when one or more stored filters are based on date fields (SR 26643)
  • [Bugfix] 2918 - Fixed "Active" option appearing in Status filter options on the SkyShare publications listing when the page is meant to only show those which are Awaiting Approval. Modified behaviour of Edit button on publications listing so that it's disabled for Rejected publications which no longer have an active workitem, and added a check when requesting the edit page (for any status publication other than provisional), to ensure that the associated workitem is not stuck at an exception step. Modified query for publications listing so that if the only link granting the user access to the publication is via the distribution list, then the publication must either be Active or Archived (previously it had to be Active) (ER 26609)
  • [Bugfix] 2920 - Across all pages previously identified (which need to either show or allow editing for the new Emergency Order flag and associated comment), added logic as per Petr's suggestion to take user role and PO status into account (with regards to deciding whether to show it read-only or editable) (ER 25171)
  • [Bugfix] 2968 - ixed validation errors not being presented (particularly when a field contains "potentially unsafe" characters such as < or >) on the Additional Contacts grids (found at Station and Warehouse level)
  • [Bugfix] 3016 - On Show SkyShare publication page, modified the "Applies To" panel to also show the "Publication supercedes the following" (PrevPub_ID) field, and renamed the panel back to "Optional Fields" for clarity. Also, on both Show and Edit publication pages, tidied up label and control widths in the header area to neaten up the display and improve for smaller screens etc (SR 26933)
  • [Bugfix] 3020 - Page /NetworkAnalysis/ExternalForecastData should accept only a limited set of file extensions. Added Upload restrictions popup
  • [Bugfix] 3029 - Transport Order sub-menu items re-ordered to be consistent in the index ans show pages. Note: As perVSO#2947 - The Quotatins tab is not implemented, awaiting a task to specifiy the details for that
  • [Bugfix] 3031 - Filtered out inactive airline data from Market index
  • [Bugfix] 3043 - Fixed validation for email address changes made on EditUserDetail page (the page for editing users other than yourself) - if email address change is detected, email confirmation field must be non-empty and identical
  • [Bugfix] 3045 - Better handle ItemPack deletions on page /StockItem/Edit/..., tab Item Packs
  • [Bugfix] 3046 - Item Pack maintenance. Fix pallet validaiton when creating different structures (non 'A'structures)
  • [Bugfix] 3048 - Specified suitable minimum and maximum values for existing numeric filter templates and added a variety of extra templates for use in numeric filters. Min & max values based on data type range unless specified otherwise. Changed the filter for "Drop Pick Time" field on Station/TransportChainIndex, WarehouseTransfer/IWTTransportChainsIndex, and ItemSupplier/SupplierTransportIndex to use the Byte-based filter (0-255). Added in placeholder text for numerical filter templates - but only for those intended for Byte or Short data types because Integer value range is too big to fit into such a placeholder
  • [Bugfix] 3057 - PO Invoice Index / Invoices Awaitng Approval index bug fix. The editor popup for the PO Tracking Notes grid was not loading due to an issue with a href attribute (value '#') present in the UploadRestrictions element. It caused a compilation error in the client template
  • [Bugfix] 3060 - On SkyShare Publication Show and Edit pages, remove the "Distribution Details" and "Approval Details" buttons when the user is not the correct role AND they are not the one who created the publication (SR 27053)
  • [Bugfix] 3062 - Redirect user back to NetworkAnalysis/AwaitingDecisionIndex after successfully processing an NWA on NetworkAnalysis/Progress/{ID} (SR 27063)
  • [Bugfix] 3064 - Add pre-filters to RMA Details report as per the original specification
  • [Bugfix] 3066 - Allow PO lines to be added to a delivery schedule with a zero qty (SR 27045)
  • [Bugfix] 3066 - Improvementsmade when supplier commits to a custom delivery schedule which they have specified - in the scenario where they have failed to include one or more PO lines in their schedule (SR 27045)
  • [Bugfix] 3068 - StaionItem KPI report. Add 'Current Data Only?' and 'Active Stations Only?' pre-filters
  • [Bugfix] 3070 - Pre-filtered KPI reports fix so that the pagination (number of records and pages) are shown when applying pre-filters (SR 27093)
  • [Bugfix] 3075 - Modified queries used for data retrieval on the 3 File Register pages (ErrorsIndex, ReceivedIndex, SentIndex) so that the results include files sent to/from an organization which isn't an airline (SR 15680)


Build 1.0.134.1 (RS 07/06/2021, LSY 07/06/2021)

  • [AuthServer] 3076 - Filter out Dummy Airline (ID: 100) from the airlines to choose from when registering a new account (SR 15782)
  • [Bugfix] 3072 - Fixed the ability to raise direct delivery purchase orders (SR 27115)

Build 1.0.134.0 (RS 03/06/2021, LSY 03/06/2021)

  • [New] 2926 - Several KPI reports have been enhanced to offer pre-filtering (data filtering before loading the data grid) (SR 16314)
  • [New] 2984 - Transport Order Note - implemented ability in note creation to configure if a note will be visible to suppliers. Supplier roles can only view supplier-visible notes (ER 25795)
  • [New] 3011 - Extended SkyShare PublicationAttachment auditing to cater for inserts (ER 26583)
  • [Bugfix] 2823 - User registration review. When the registration details are complete on page load, ensure the Confim button the active
  • [Bugfix] 2858 - Fixes to new test findings. 1) Update StationReturnTemplateHeader.RMATempHdr_Upd_UserDet_ID when changes are made to template details (lines). This should be captured at the same time as the last modified date 2) In the Add New Template Item modal window, when you select a stock item in the Item Code DDL, default the Default Quantity control to 0. Currently, it is 0 before you select an item but then changes to "Enter value" (ER 24357)
  • [Bugfix] 2921 - StockItem/Edit - New ItemSupplier functionality fix . When looking to default Pallet configuraiton data, ItemWarehouse data ajax call now changed - removing the DataSourceRequest configuration (ER 26611)
  • [Bugfix] 2945 - Fixed incorrect role access for interface pages (Airline WMS Mapping, Supplier MS Mapping, and WMS Identification Codes), and added missing toolbar to the grid on WMSIdentificationCodeIndex page (ER 26779)
  • [Bugfix] 2961 - Fixed criteria for edit vs readOnly mode on /Station/Items and enhanced so that in read only mode, it still renders most of the page (just not the bits for editing) (SR 26767)
  • [Bugfix] 2989 - Sorted "Project" DDL on ticket / ER edit page (SR 26885)
  • [Bugfix] 2990 - Removed duplicate "Par Level Status" field from StationItem listing (SR 26879)
  • [Bugfix] 2992 - AircraftProvisioningCodeVersion maintenance bugs fixed - specifically around overlapping date handling (SR 26887)
  • [Bugfix] 3007 - Fix Station/Index Depot column filters (SR 26913)
  • [Bugfix] 3013 - ItemSupplier/Edit. Added missing JS script reference
  • [Bugfix] 3014 - Dropped calculated column 'ExpectedClosingCount' from View_StationCountDetailForEdit, and code model. StationCount/Review item grid updated to used db column StCntDet_ExpectedClosingQty (SR 16332)
  • [Bugfix] 3017 - Fix RMA Index export bug (SR 26927)
  • [Bugfix] 3019 - Fix to message presentation for SkyShare publication attachment deletions that have been read/downbloaded/acknowledged by anyone (SR 26935)
  • [Bugfix] 3023 - Fixed - problems with file uploads on page /PurchaseInvoice/Show/
  • [Bugfix] 3024 - Better handle uploads of big files on page /NetworkAnalysis
  • [Bugfix] 3026 - Freight forwarders should not have access to page /Airline/WMSIdentificationCodeIndex or Airline-Supplier Mapping Index
  • [Bugfix] 3030 - Roles 16 & 17 should be able to edit StationItem data, thus an Edit button/icon should be offered to users with that role on the /Station/ParLevelIndex page (SR 26975)


Build 1.0.133.3 (RS 31/05/2021, LSY 31/05/2021)

  • [Bugfix] 3044 - Item Pack creation. Fix handling of struture code changes, and how the pack level is set and persisted in the model (SR 26923)

Build 1.0.133.2 (RS 27/05/2021, LSY 27/05/2021)

  • [New] 2918 - Renamed "Approve/Alter Publications" menu option to "Approve Publications", and corrected visibility for the roles which have access. Approve Publications listing no longer shows Active SkyShare Publications. Fixed menu highlight issue on Publication Types index, and an improvement to Enhanced Exporting to allow invoking _Export methods which have additional (optional) parameters (to fix export on Approve Publications index - it was exporting all publications rather than just ones awaiting approval) (ER 26609)
  • [New] 2921 - StockItem/Edit - Item Supplier creation. When there is no pallet item pack defined for an item, the Pallet Type in the new box should default from Whse_PalletStd_ID (if there is only one warehouse linked ot the item) (ER 26611)
  • [New] 2944 - Allowed Supplier Manager role access to Airline Supplier listing, StockLevel report, and Network Inventory Valuation report (ER 26775)
  • [New] 2945 - Added 2 fields to AirlineWMS index grid, and a child grid to display related WMSIdentificationCode data. Renamed the "Warehouse/Station Related" menu to "Warehouse/Station/Supplier Related" and added 2 new options - one which is similar to the AirlineWMS Mapping option but instead shows SupplierMSCodeMapping data (as well as a child grid to show the related WMSIdentificationCodes), and the other which simply shows ALL WMSIdentificationCode data (ER 26779)
  • [New] 2946 - Menu Items resource file updated for Transport Oders. Set up menu for Transport management Daily activities (ER 26787)
  • [New] 2947 - Transport Order index grid added to the UI. Display-only at this juncture. UI to support the Create/review TransportOrders menu option. Implemented enhanced exporting for the Transport Order index (ER 26787)
  • [New] 2948 - Hide Cost details on Show Transport Order window if Role is a a FF (18) (ER 25955)
  • [New] 2949 - Removed menu option for Approve/Alter Requisitions for Groundhandlers and Caterers, plus ensured that the related controller action doesn't allow them access (ER 26799)
  • [New] 2962 - Bring Tail Edit modal up to UI standards
  • [New] 2963 - SSIM Flight Filters - bring up to UI standards
  • [New] 2964 - Add logic to only render the "Item Notes" child grid (and tab) if the user's role is appropriate. 3 pages affected - /StockItem/ItemCatalogueIndex /StationCount/ItemCatalogueIndex and /StockItem/Index (ER 26845)
  • [New] 2969 - Highlight station orders that were raised as Emergency Shipments (SR 26837)
  • [New] 2970 - Highlight Req-lines which were flagged as Stock-Out Emergencies on a Requisition (ER 26841)
  • [New] 2977 - Added a means to validate file uploads against a blacklist of disallowed file extensions - configurable in web.config. Also added a link users can click to see the upload restrictions (including the maximum size and either the whitelisted extensions or the blacklisted ones - depending on whether or not we are using a whitelist on that given upload control) (ER 26827)
  • [New] 2978 - AirlineEdit, UploadExternalStationItemFile views updated to use the 'MaxRequestLength ' from the web.config as the maximum file size value. Maximum file size handling. POInvoice/Upload and PO/Upload updated to show the maximum file/input stream size. Replace hard-coded file size limits with web configuration settings for PO & Invoice file uploads. Updated FileManager JS file to handle file size validations, and provide file upload help. Relocated several js files out of the common folder and updated references. AirlineSupplier/Edit updated to validate the file size. Despite the fact that there is a help to show the max file size - it was not being enforced. NWA/ExteralForecastData, StockItem/AddImage views updated to validate maximum file size during uploads. StockItem/AddImage views updated to validate maximum file size during uploads. NWA/ForecastChanges. Implemented max file-size validations (SR 26827)
  • [Bugfix] 2857 - Fixed bug in OrganizationSiteMap Update logic (ER 26561)
  • [Bugfix] 2858 - RMA Template fixes. 1. Allow zero qty against template items 2. Ensure RMATempHdr_LastModDate is updated as appropriate 3. Fix the temaplte toolbar functionality on the index page (ER 24357)
  • [Bugfix] 2870 - Further changes to functionality which updates associated AirlineSupplier, AirlineSupplierContact, and AdditionalPointOfContact records when linked UserDetail changes. Namely, TelNo and FaxNo are now copied across too - assuming the new value for those fields isn't null (ER 26565)
  • [Bugfix] 2886 - Fixed the No of Layers calculation in the service model for ItemSupplierPalletConfiguration, ItemWarehousePalletConfiguratio, ItemPackSummary. This in turn fixes pallet height results (ER 26611)
  • [Bugfix] 2911 - Fixed an unfriendly error message on the SkyShare Publication Edit page, which was specific to Rejected publications with a still-active workitem. On post-back (e.g. Save & Continue), the wkf variable was not set if the ModelState was invalid which caused all controls to be rendered readonly (as if the workitem had ended), which highlighted an error in the markup ("Templates can only be used...etc") (ER 26113)
  • [Bugfix] 2920 - Added EmergencyOrder flag (and Note) as readonly fields to /PurchaseInvoice/Commit and added editable controls for the same fields on /PurchaseOrder/EditPendingUserInputPurchaseOrder (ER 25171)
  • [Bugfix] 2928 - Fixed navigation and menu highlighting issues around support area - No matter which listing you use to reach a ticket (or ER) (Index, Enhancements, WatchList, AssignIndex), the appropriate menu item should be highlighted and pressing the "Back" button (or any other button which results in leaving the page e.g. Save & Exit) should take you back to the same listing (SR 26733)
  • [Bugfix] 2930 - Fixed issues editing recently added Mapping records in the UI
  • [Bugfix] 2950 - ScheduleTaskConfig grid (on page /System/GeneralSchedulerIndex) changed to no longer filter-out non-editable records. Instead, it simply won't show the edit button for those (ER 26783)
  • [Bugfix] 2951 - Fixed NWA creation bug for single-airline access users (SR 26825)
  • [Bugfix] 2953 - View_RequisitionDetailLoadingGroup.QtyPerDefaultPack datatype cast as integer (SR 26761)
  • [Bugfix] 2954 - Fixed navigation looping issue when using Back button on EditRestrictedPurchaseOrder page (after taking the route to add PO Tracking Notes) (ER 26801)
  • [Bugfix] 2960 - Limited the text box used for Warehouse Operating Times (for notes) to 512 characters and added a remaining characters indicator
  • [Bugfix] 2967 - Prevent ItemSupplier deletion if it is referenced
  • [Bugfix] 2974 - Requisition/Show page updated to include TransportOrders grid and lookup (ER 25795)
  • [Bugfix] 2988 - Station Count cancellation - redirect to Index Action after cancellation success
  • [Bugfix] 2992 - AircraftProvisioningFlat model configuration updated to match model (was missing Qty, and FLD_ID columns) (SR 26887)
  • [Bugfix] 2993 - Fixed Purchase Order sub-menu for Supplier role
  • [Bugfix] 2994 - Merge labels resource file to release branch 1.0.133.x (SR 26889)
  • [Bugfix] 2994 - StationCountCategoryIndex -added a 'Active Station' column, defaulted to filter out inactive stations. Grid datasource query updated to allow all stations to be included in data result (SR 26889)
  • [Bugfix] 3032 - Show and Edit Count Category pages are displaying 3x configuration values oddly/wrongly - FIXED (SR 27001)


Build 1.0.132.6 (RS 21/05/2021, LSY 21/05/2021)

  • [Bugfix] 3009 - fix bug preventing Caterers (with single station access) from raising new RMA (SR 26917)
  • [Bugfix] 3010 - fix UOM conversion bug (invalid function refernece (SR 16336)

Build 1.0.132.5 (RS 20/05/2021, LSY 20/05/2021)

  • [New] 2413 - Add Stackable flag to StockItem edit / add UI. Also added as an optional (default hidden) column on StockItem index (ER 25019)
  • [New] 2844 - Added link to wiki homepage from user menu (SR 26529)
  • [New] 2845 - Capture Organization Type when creating a new Airline Supplier - required before Organization Site DDL can be selected, and functionality to detect existing user account when updating the Airline Supplier contacts (both main contacts and additional contacts) (ER 26451)
  • [New] 2857 - Added OrganizationSiteMap to the model. Organization Site code Edit - added 'Alternative Site Codes' lookup (display only). Work includes data retrieval and grid display for OrganizationSiteMap data. Changes to OrganizationSite UI pages to support the database change identified by task 2856 (ER 26561)
  • [New] 2858 - Implementation of RMA Template maintenance. Implemented RMA creation from templates. RMA creation from templates - final development (ER 24357)
  • [New] 2861 - Capture Organization Type when creating a new Airline Supplier - required before Organization Site DDL can be selected, and functionality to detect existing user account when updating the Airline Supplier contacts (both main contacts and additional contacts) (ER 26565)
  • [New] 2869 - Added PalletStandard to the model. Implementation of PalletStandard index grid (read only). PalletStandard model update, due to schema change. UI to maintain PalletStandard data (ER #26593) - complete (ER 26593)
  • [New] 2870 - When editing a user's email address (either your own or someone else's), UI looks up any linked AirlineSupplier, AirlineSupplierContact, and AdditionalPointOfContact records, and updates the email there too. Also, when you change your own password, looks up records in those same tables to ensure the _Active flag is = true (ER 26565)
  • [New] 2873 - Added 3 new fields to the warehouse edit & show pages (For Pallet Standard, Optimum Pallet Height, and DIMS Unit) and the ability to manage Additional Contacts for the warehouse (which uses the new AdditionalPointOfContact table) (ER 26601)
  • [New] 2874 - Added 3 new fields to the warehouse edit & show pages (For Pallet Standard, Optimum Pallet Height, and DIMS Unit) and the ability to manage Additional Contacts for the warehouse (which uses the new AdditionalPointOfContact table) (ER 26579)
  • [New] 2875 - Add controls to manage Additional Contacts when editing Stations, which uses the new AdditionalPointOfContact table (ER 26579)
  • [New] 2876 - Auditing for SkyShare Publication Attachments - Deletions and Updates handled only. Also added a grid to show this information to the Publication Index, and the Edit and Show Publication pages (ER 26583)
  • [New] 2884 - Added PublicationNote/Type to the model. SkyShare Publications - when reviewing, allow reviewer comments to be captured in the UI. Comments are captured to PublicationNote. Also added some ValidateAntiForgeryToken attributes to several actions - more will be needed I assume. Added a stylesheet for SkyShare. Skyshare publication notes - implemented grid in the publication edit page (ER 26501)
  • [New] 2885 - ItemWarehouse - model updates. Model updates to ItemPack and PalletStandard. ItemWarehouseIndex updated to include new column PalContent_TotalQty ('Optimum Qty per Pallet'). Added ItemWarehouse model custom method helpers for pallet configurations. ItwmWarehouse changes to accomodate optimum pallet configurations - part 1. More work to be done (next week). ItemWarehouse edit functionality to implement defaulting optimised pallet configuration values from ItemPack. ItemWarehouse summary model and show pages updated to include pallet configuration data. UI changes necessary to accommodate schema changes made to the ItemWarehouse table - complete (ER 26337)
  • [New] 2886 - ItemPAck changes. Initial development. Changes to ItemPack and StockUnit model. Added the Pallet Configuration modal which is currently loaded from the StockItem Index page, via the Item Pack nested grid. Added Pallet Configuration modal to the StockItem/Edit page. Item PAck edit updates - automatically convert dimsension values when the unit changes. ItemPack maintenance - added new widgets for Pallet Standards. Note: Still a work in progress. ItemPack maintenance. When selecting a Pallet for a new pack, default the pallet standard settings to the pack, ensuring pack dimensions are calculated (and possibly unit-converted) from pallet standards and the lower level pack. ItemPack - pallet configuration modal updated to include (Item)Warehouse configuration data. Changes to ItemPack pages as a result of recent Improvements to PalletConfiguration. Added check for width or depth of the pack exceeding the dimensions of the pallet. Validate the slected StockUnit - only one pallet per pack structure is permitted. ItemPack page updates for Pallet configurations. Final development. ItemPack Pallet configuration modal - added Supplier configurations grid (ER 26611)
  • [New] 2890 - Label for Despatch Date control on Station Return Approval page updated to match with the one on EditProvisional, and fixed the date not being read from the DB on the Approval page
  • [New] 2892 - Adjusted resource message text
  • [New] 2904 - StockLevels/Transactions sub-grid. Display Destination by default
  • [New] 2909 - Fixed property names on the SkyShare PublicationEdit viewModel so that validation errors use the same wording as the labels next to the controls
  • [New] 2911 - Removed ability to change Distribution Type and/or the selected Distribution "Entities" (Role, Item, etc) at the approval stage - this must now be defined whilst the SkyShare publication is either Provisional, or Rejected with an active WorkItem. Additionally, changed the validation when a user submits a Publication for review, so that Distribution details are mandatory. Also, if the user submits (or resubmits) a publication with distribution details which would result in no users being on the distribution list (e.g. selecting a warehouse but no users are situated at that warehouse), then a new validation error is presented to highlight that problem. M/T update expected to avoid routing such workitems to exception (ER 26113)
  • [New] 2918 - Amended menu structure for SkyShare - "Publication Details" now split into 2 options - "Create/Review Publications" which lists all SkyShare Publications as normal, and "Approve/Alter Publications" which only lists Publications which are either Active or Awaiting Approval. Also fixed non-Active Publications appearing in the "Unread Publications" grid which can be accessed via a dynamic button on the home page (there is no menu option for this). Ultimately these pages all use the same underlying view so work was also done to ensure the correct menu item is highlighted and that the "Back" button (on pages accessed via these routes) takes the user to the correct place. e.g. If the user is on the Approve/Alter Publications listing, they click edit on one of the Publications, then press the back button, they should return to the Approve/Alter Publications page rather than the default Create/Review page (ER 26609)
  • [New] 2920 - Added new PurchaseOrderHeader fields EmergencyOrder and EmergencyOrderNote, editable controls present on NewPO, EditPreSubmitPurchaseOrder, ApprovePO, ApproveValueBasedPO, and EditRestrictedPurchaseOrder views, read-only labels on ConfirmPurchaseOrder view. Removed edit controls for EmergencyOrder and related note for Suppliers on POHeaderSummary view which is used on EditRestrictedPurchaseOrder view (Accessed via All POs) (ER 25171)
  • [New] 2921 - ItemSupplier changes to accomodate optimal pallet configurations (ER 26611)
  • [New] 2922 - UI for mapping TransportOrderContactPurpose to AdditionalPointOfContact records in Station and Warehouse Uis
  • [New] 2923 - Station Transports grid (Station/TransportChainIndex) configured for enhanced exporting
  • [New] 2925 - Asset Tracking Map - allow users to zoom-jump to specific continents
  • [New] 2930 - ShippingContainerMap table added to the model. ShippingContainer Mapping nested Grid (display-only) added to ShippingContainer /Index. Shipping Container Mapping - implemented CRUD functionality
  • [New] 2931 - Create option to view TransportOrderContacts in existing TransOrder pages. Added column filters to the Transport Order Contacts grid (ER 25795)
  • [New] 2934 - UI to allow port codes greater than 3 characters (upto 10) if port type (Port_PortType_ID) = 2, Sea port (SR 26737)
  • [Bugfix] 2653 - Fixed navigation errors when adding a new Station Item (multiple paths to do this action) - additionally, fixed incorrect menu highlighting around the same areas
  • [Bugfix] 2678 - Fixed the note buttons on the view page (they were all presenting the note for Monday), increased the width of the Start/End time columns slightly, and increased the height of the modal popup for showing & editing notes (ER 26089)
  • [Bugfix] 2781 - Fixed SkyShare Publication Type DDL becoming re-enabled after a post-back when the selected group has no Types to select from (ER 26347)
  • [Bugfix] 2805 - SupplierTransport bug fixes. 1. Fix the 'Show' action result 2. Fix behaviour of the Drop&Pick dropdown list (ER 25321)
  • [Bugfix] 2814 - dded a tooltip to the ItemPack Weight UOM control when it is disbaled for level 1 editing ("Weight unit on the level one pack is not editable and must be changed at item level"). Updated UI message for DB constraint CON_ItemPack_WeightData
  • [Bugfix] 2840 - Added 3 pieces of validation to the Station Count "Create count immediately" buttons, and also fixed a concurrency issue with the same page - basically if a validation error occurred then when the user tried again the system would get confused and think someone else had edited the record, when in fact they hadn't (SR 26533)
  • [Bugfix] 2867 - Fixed error duplication caused by attachment upload dialog (SR 26573)
  • [Bugfix] 2869 - Pallet Standard maintenance - fixed bug preventing new record creation (ER 26593)
  • [Bugfix] 2887 - Only render attachment-level acknowledge buttons when they are relevant, i.e when the SkyShare publication is Active, and the current user is actually within the distribution list (should also already be hidden once they have already acknowledged each one) (SR 26571)
  • [Bugfix] 2889 - Changed the minimum value configuration against the Expected Arrival Date on /StationReturn/EditProvisional to that it allows today's date
  • [Bugfix] 2893 - Added a check in RMA R/Confirmation to ensure at least one line has a positive qty (if the user is actually confirming it - if they are closing this check is not performed)
  • [Bugfix] 2896 - Contracted Items Report, final column, "Transport Time (Days) after Handover By Supplier" should be mapped to SupTrans_Duration2 but actually appears to be mapped to SupTrans_Duration1 (SR 26641)
  • [Bugfix] 2899 - The name assigned to the file includes OrgSite_Code When download SPL (Item Inventory Rules) (SR 26665)
  • [Bugfix] 2903 - Fixed validation error duplication on various PO Contract pages
  • [Bugfix] 2905 - Fix IWT edit page - and validation behaviour for the line level transport reference input
  • [Bugfix] 2906 - Fix behaviour for WarehouseTransfer/AddItemToTransfer - breaching characters limit for Transport Reference
  • [Bugfix] 2924 - Ensures a confirmation pop-up is always presented when an attachment is deleted, regardless of whether anyone has actually acknowledged it yet or not. Also removed some hard-coded UI messages, corrected a message typo, and some other minor updates (threw in some code comments) (SR 26717)
  • [Bugfix] 2935 - Edit icon is offered on the Approve/Alter Requisitions Page (/Requisition/AwaitingApproval) when user is logged in with role: Airline Operations (SR 26751)
  • [Bugfix] 2936 - Edit icon is offered on the Approve/Alter Requisitions Page (/Requisition/AwaitingApproval) when user is logged in with role: Airline Administrator (SR 26751)
  • [Bugfix] 2956 - Removed the + button from the Document Requests grid in PODetails partial view - it has no function and there is another button on the page which results in new records being added to that grid (SR 26801)
  • [Bugfix] 2958 - Auto Req 'lightning' button functionality improvements. The popup options are now displayed when clicking on the main button as well as the down arrow (SR16324)
  • [Bugfix] 2965 - Fixed routing when creating a new SkyShare Publication and taking the "Save & Continue" button (/EditPublication/{Id} vs /EditPublication?id={Id}) and added 2 new routes for the standard publication index (/SkyShare and /SkyShare/Index)
  • [Bugfix] 2991 - FlightProvisioning Code and Items Loaded model definitions updated to reflect the db schema


Build 1.0.131.3 (RS 13/05/2021, LSY 13/05/2021)

  • [Bugfix] 2957 - Fixed "View NWA Details" grid not filtering by airline access (SR 26807)

Build 1.0.131.2 (RS 10/05/2021, LSY 10/05/2021)

  • [Bugfix] 2942 - Fix Requisition template and creation functionality for users linked to only one station (SR 26771)

Build 1.0.131.1 (RS 06/05/2021, LSY 06/05/2021)

  • [New] 2703 - On the SkyShare Publication Edit page, added a label above the Aircraft, Market, City Pair, and FlightNo fields to explain their purpose to the user (SR 26201)
  • [New] 2727 - Separate the Approve and Reject button(s) (ER 26337)
  • [New] 2743 - Stock Item Weight UOM update that propogates to ItemPack level 1 - fixed bug when the ItemPAck has no weight value defined. In this case, we also propagate the weight value to avoid db constraint failures (ER 26285)
  • [New] 2754 - Further changes to View Transport Order pages due to recent Dbase additions (ER 25795)
  • [New] 2768 - When editing a SkyShare Publication Type, changed the "Days Between Reminders" and 2 related fields to be nullable (which ensures their default value is null instead of 0), made them required, and added placeholders. The "Days Between Reminders" has a minimum value of 1 (although this is not constrained in the database), so the placeholder for that is 1, whilst the other two fields have 0 as the placeholder (SR 26331)
  • [New] 2769 - Provide means in the SkySuite Portal to erase forecasts which do not reach the Review stage (ER 26259)
  • [New] 2771 - Added column resizer buttons to City Pair Selector and SkyShare Publication Predecessor Selector (SR 26333)
  • [New] 2772 - Added column resizer buttons to City Pair Selector and SkyShare Publication Predecessor Selector (SR 26333)
  • [New] 2777 - Stock Item Edit - allow automatic weight conversion
  • [New] 2779 - Added a warning message to the approver of a SkyShare Publication if the publication has no attachments. Only validated at the approval stage and can be ignored by the user if desired (ER 26371)
  • [New] 2780 - Added an Abort button for Provisional Publications, which allows the user to completely erase all of the data held for that SkyShare Publication - offers a confirmation dialog of course (ER 26369)
  • [New] 2781 - When creating a SkyShare Publication, added checks to alert the user if the chosen Publication Group has no selectable Publication Types. Message differs depending on whether the user is an admin or not. The Publication Type DDL should also now only be enabled when there are Publication Types to choose from (ER 26347)
  • [New] 2782 - Made the legend icons on SkyShare Publication Index clickable - clicking them automatically sets up the appropriate filters to show only Unread or Overdue publications (ER 26349)
  • [New] 2783 - Updated labels and tooltips for Pre- and PostEscalationDays when editing a SkyShare Publication Type to clarify that those are based on the "Review By" date (ER 26365)
  • [New] 2784 - Added a warning message when the user selects a SkyShare Publication predecessor but the predecessor has a different Publication Group to the Publication being edited. User can choose to ignore this message (ER 26367)
  • [New] 2788 - Updated UI to reflect that Publ_ReadByDate is now nullable, added user-friendly messages for the appropriate constraints, and ensured that the MT is always triggered when ANY changes are saved to an active SkyShare Publication (SR 26389)
  • [New] 2789 - Modified the behaviour for reading and acknowledging SkyShare Publication Attachments so that the PublicationAccessLog record is updated only when the user has read AND acknowledged ALL attachments for the publication. Also added logic so that the publication becomes unreviewed again if any new attachments get added. Requires new field on the PublicationAccessLog table - _NeedsReview. Bonus: Distribution List grid shows "Needs Re-Review" in the "Reviewed" column if the user had already reviewed but they need to review it again in addition to the Yes/No options already available (SR 26353)
  • [New] 2790 - On the SkyShare Publication Show page, hide the labels etc for Aircraft, Market, City Pair, and FlightNo unless something is actually specified. Additionally, if none of these are specified, hide the entire "Applies To" panel as it would be blank (ER 26401)
  • [New] 2791 - Added DocumentRequestTransportOrder to Model, DTO model, and updated the DTO factory. Implemented the ability to VIEW Document Requests related to Transport Orders and Transport Order Quotes (ER 25795)
  • [New] 2800 - Added UI for new field PublType_DaysToApprove and added logic when editing a SkyShare Publication to inform the user if the calculated "approve-by" date is in the past and thus the Publication needs to be submitted ASAP (ER 26283)
  • [New] 2801 - Changed ClientTemplate on ValidTo field for SkyShare Publication Index so that nulls appear as "Open ended" instead of "Until further notice", added filter manipulation on the ValidTo filter so that GreaterThan and GreaterThanOrEqualTo includes nulls, and added a tooltip on the ValidTo field on Publication Editing to explain leaving it empty (ER 26395)
  • [New] 2802 - Further changes to TransportSupplier UI Under StationTransport (ER #25321). Also fixed bug that was not persisting updates to StationTransport Pick Insturctions (ER 25321)
  • [New] 2804 - Cchanges to WarehouseTransferTransport UI Page - Initial check-in for model changes and new columns added to IWTTransportChainsIndex. Changes to WarehouseTransferTransport UI Pages (ER #25321). Implemented IWT TransportChain modal lookup with Warehouse Transfer Transports grid. Implemented changed to WarehouseTransferTransport edit grid, and modal edit (new fields added). Implemented WarehouseTransferTransport and TransportSupplier maintenance. Changes to WarehouseTransferTransport UI Pages. Code tidy, comments entered. Job done (ER 25321)
  • [New] 2805 - SupplierTransport model updates and new columns added to the index page. Changes to SupplierTransport UI Pages - Implemented new Item/Supplier Transport modal. Completion of SupplierTransport UI development for new fields (ER 25321)
  • [New] 2821 - WCS Role (ID: 15) - give access to the IWT Details [General] Report, /WarehouseTransfer/WhseTransferDetailIndex (SR 26491)
  • [New] 2822 - /Station/StationWarehouseLinks page needs a button to adjust all columns
  • [New] 2825 - Note Categories index - change column header label
  • [New] 2828 - Added Currency to item listing grids on POContractIndex and ContractsAwaitingApproval, and modified the MaxValue textboxes and related validation on NewPOContract, EditPreApprovedPOContract, ApprovePOContract, and EditActivePOContract pages to allow 0 to be entered (ER 26515)
  • [New] 2831 - Dashboards - make it easier to jump to different dashboard groups. Replaced the quick links with a floating button. Also re-styled the dashboard panels
  • [New] 2849 - Added a "Unread Publications" counter on the home page and a unread-only version of the SkyShare Publication listing (ER 26549)
  • [New] 2850 - Amend Security/access restictions for the flight schedule according to the role and if Skyload is licensed or not (ER 26553)
  • [AuthServer] 2847 - Amend the query used to populate the Site DDL during the registration process - will need new AuthServer build to benefit from this change (ER 26547)
  • [M/T] 2751 - Improvements to the SkySharePublication workflow map to send reminders to the nominated approver if they fail to act on the initial alert (ER 26283)
  • [M/T] 2798 - Create new interface to request the deletion of an incomplete/failed NWA Forecast
  • [M/T] 2799 - Changes to MT for SkyShare to handle dates differently see task 2788 (ER 26389)
  • [M/T] 2813 - SkyShare workflow routes to Exception on SkyShare publication update request
  • [M/T] 2816 - Change to MT for SkyShare to determine alert distribution for SkyShare Publication updates based on new _NeedsReview flag on PublicationAccessLog table (ER 26353)
  • [M/T] 2817 - Change to MT for SkyShare update alerts so that they are delayed by several minutes to allow the potential for multiple updates to come from the portal (ER 26353)
  • [M/T] 2827 - SkyShare MT needs to update the END_DATE workflow variable at portal approval notification as the SkyShare Publication validity date range can change
  • [Bugfix] 2423 - Removed the ability for users to cancel RMAs on a line-by-line basis, few other fixes for cancelling the RMA balance (entire RMA cancellation at the R/Confirm stage) (SR 25047)
  • [Bugfix] 2653 - Further fixes required to Station Par Level "Back" navigation
  • [Bugfix] 2670 - Add Item to Requisition - Validate the required date immediately after selecting an item
  • [Bugfix] 2678 - Added user friendly message for constraint violation CON_WarehouseOperatingTime_TimeCheck, fixed error messages re-appearing when exiting out of the Operating Times page, fixed changes being lost on Operating Times grid when an error occurs (changes now remain but still need to be saved - but this avoids frustrating a user who has entered a bunch of times where not all of them are problematic), added validations to ensure Receipt and Shipping times are kept within the Open times, and force user to specify Open times before they are allowed to specify Receipt or Shipping times for the same day. (All related to Warehouse Operating Times) Fixed "Activity" column from being editable, fixed an error with saving notes on days other than Monday, improved grid layout (width) when few days are selected, and added a way to see the notes from the View page (ER 26089)
  • [Bugfix] 2689 - SkyShare PublicationType UI updates to being in line with development standards
  • [Bugfix] 2707 - Disabled file conversion in SkyShare for all files - making only PDF and images renderable in-browser. All other files must be downloaded to acknowledge. Also, improved on the download function so that the Acknowledge button doesn't become available before the file is finished downloading (SR 26191)
  • [Bugfix] 2733 - User message centre configuration fixes
  • [Bugfix] 2736 - Fixed an issue whereby the "All Requisition Lines" grid on Requisition/BackOrder (The SAP variant of the BackOrder edit page) displayed no records due to a string property being dropped from the viewModel. The grid was updated to use a FK now instead of the dropped property (SR 26227)
  • [Bugfix] 2746 - Galley Canvas fix to prevent ACModule_SlotHeight value being lost on updates (ER 26289)
  • [Bugfix] 2763 - Enabled sorting for all grids on the SkyShare Publication Distribution Selector view (SR 26327)
  • [Bugfix] 2764 - Enabled sorting for all grids on the SkyShare Publication Distribution Selector view (SR 26327)
  • [Bugfix] 2765 - Enabled sorting for all grids on the SkyShare Publication Distribution Selector view (SR 26327)
  • [Bugfix] 2766 - Enabled sorting for all grids on the SkyShare Publication Distribution Selector view (Sr 26327)
  • [Bugfix] 2767 - Enabled sorting for all grids on the SkyShare Publication Distribution Selector view (SR 26327)
  • [Bugfix] 2770 - Fixed title for the City Pair selector window when editing a SkyShare Publication (SR 26333)
  • [Bugfix] 2773 - Added search functionality to various grid filters in the Distribution selectors on a SkyShare Publication, and also sorted the filter options for those filters (SR 26339)
  • [Bugfix] 2786 - Portal needs to handle unique station count category name exception better (SR 26377)
  • [Bugfix] 2787 - When creating a new WarehouseStationLink, refresh the grid so that the new keys are loaded, allowing child records such as Station Transports to be created (SR 26359)
  • [Bugfix] 2797 - Direct Delivery column in the Requistion approvals Item grid should not be editable
  • [Bugfix] 2797 - Added missing $ from previous check in
  • [Bugfix] 2803 - Incorrect Filter values on StationTransport index page re Live Load or Drop & Pick (ER 26083)
  • [Bugfix] 2806 - Enhanced Export should handle booleans mapped to non-default values
  • [Bugfix] 2814 - Stock Item weight changes propagate to Item PAcklevel 1 , even if the item weight is set to be null
  • [Bugfix] 2820 - Edit SkyShare Publication - Add Recipients - enhance e-mail address validation
  • [Bugfix] 2824 - Fixed delete buttons doing nothing on SkyShare PublicationIndex main grid. Editable configuration had been incorrectly removed in a past changeset (SR 26497)
  • [Bugfix] 2826 - Requisitions Totals card in the UI should have a consistent look
  • [Bugfix] 2829 - Fixed validation on Contract Reference (On NewPOContract view) so that using invalid characters presents a more meaningful error
  • [Bugfix] 2830 - Removed client-side validation on NewPOContract as it's not in line with UI standards. All validation on the page should now be handled server-side and present errors at the top of the page. Also fixed a bug I noticed with some of the controls which are hidden dynamically
  • [Bugfix] 2832 - IWT creation - improve validation in the UI
  • [Bugfix] 2843 - Fixed Tutorials link (in user menu) (SR 26529)
  • [Bugfix] 2848 - Fixed the PO Lines excel report column heading for the status (SR 26543)
  • [Bugfix] 2851 - Removed duplicate column from Loss Factors Per Market Index Grid


Build 1.0.130.7 (RS 23/04/2021, LSY 23/04/2021)

  • [Bugfix] 2809 - Fixed configuration on the date picker control on SetActualStationCountDate page to avoid a situation where the minimum date is greater than the maximum (SR 26449)

Build 1.0.130.6 (RS 22/04/2021, LSY 22/04/2021)

  • [M/T] 2588 - Added support for updates to a UserRegistration at the point of Review (ER 25757)
  • [M/T] 2588 - Fixed WKI routing when an update has been made and now the registration is about to be approved or rejected (ER 25757)
  • [Bugfix] 2673 - Fixed "Save & Exit" "Close Discrepancy" buttons on the Discrepancy edit page, so that they correctly redirect back to the Discrepancies Under Review report
  • [Bugfix] 2723 - Station Count Cateogry maintenance - updated model defaulting logic for autonomous counts (ER 25815)

Build 1.0.130.5 (RS 15/04/2021, LSY 15/04/2021)

  • [New] 2423 - Conditionally hide the "Cancel Line" column on the grid shown on StationShipment/EditStationReturnReceipts and adjust the roles allowed to close RMA's (either partially or in full), to 1, 2, 3, 16, 17. Provide means (and force user) to specify a comment / reason when closing out a Station -> Station RMA during Receipt Confirmation, whether that be via the "Close Balance" button (which closes out the entire balance), or via setting one or more lines to Cancel and taking the "Confirm" option. Comments stored in new StationReturnHeaderLostInTransit table (SR 25047)
  • [New] 2587 - User registration review updated to allow user group, site, and port updates which result in WKI re-routing an potential change of reviewer
  • [New] 2597 - Transport Orders summary - UI layout improvements. Changed 'Last Updated On' property to be date-time (ER 25795)
  • [New] 2644 - Added a calculated Outstanding Qty to the PO Details grid seen on PurchaseOrder/EditRestrictedPurchaseOrder, PurchaseOrder/Show, and PurchaseOrder/Index (ER 25941)
  • [New] 2645 - Squeezed space out of some of the fields shown on the RequisitionDetail grid on Requisition/Show so that it renders better on smaller screens. Also fixed the column resizer button which was already present on the grid (in code) but not working correctly (ER 25943)
  • [New] 2653 - Fixed an issue with the back button redirecting to the wrong page on Par Levels
  • [New] 2657 - Change made to the Requisition creation process so that if the user only has access to one station, they are not prompted to select a station (ER 16224)
  • [New] 2665 - Carried over functionality from the legacy portal. Par Level maintenance should check for last counted qtys before deleting
  • [New] 2669 - Altered logic on StationCount/EditCategory regarding "Count Auto Approval Option", "Update Station Par Levels", and "Include All Station Par Levels In Counts" options - specifically, if Approval Option is "Approval NOT Required" then the Include All SPLs option is locked to Yes. If Include All SPLs is Yes, Update Station Par Levels is locked to No (ER 26037)
  • [New] 2670 - A warning should be presented when adding a line to a manually created requisition- Applies to 'DEFAULT' station order creation method configuraitons
  • [New] 2675 - StationTransport changes - new columns (ER 26083)
  • [New] 2678 - UI for Warehouse Operating Times management inc. Warehouse Edit readOnly version (ER 26089)
  • [New] 2681 - Enhanced Exporting for Critical Items index grid
  • [New] 2686 - Tweak to user reinstating process so that the Last Successful Login date takes the OrgAttr MAX_DAYS_INACTIVITY into account and is set such that the user has 14 days to login before their account is re-locked (ER 24369)
  • [New] 2687 - Add adjust columns width button to Requisition View modal window on the /StockLevel page
  • [New] 2688 - Do not redirect users from a modal window on the /StockLevel page to page /StationReturn/Show/. Also some bug fixes that were introduced by relcoation of the StockLevel index page ot the General reports area. Further, the lookup grids have been tidied up, with a more suitable width (it is not necessary to fill the width of the screen always)
  • [New] 2698 - Added a tooltip on the Forecasted Demand column on the Daily Figures grid on _MRPItemWarehouseDetailTabStrip, which is seen on MRP/AlertDetails and MRP/EditAlert (SR 26163)
  • [New] 2702 - Added a user friendly message for breaching the unique index IDX_PublicationAttachment_Publ_ID__Title (SR 26187)
  • [New] 2705 - Changed option label for "Default Forecast Source" DDL on Station/Edit to "Please Select (Optional)"
  • [New] 2709 - Added Delivery Terms, MaxValue, and Currency controls to NewPOContract page (Initial Edit page when creating a new PO Contract) (ER 26209)
  • [New] 2713 - Added IWT- prefix to Expected Warehouse Transfers grid in the modal window
  • [New] 2714 - Configured main and child grids on /WarehouseTransfer and /WarehouseTransfer/BackOrderIndex for enhanced exporting
  • [New] 2715 - Configured main and child grids on /WarehouseTransfer and /WarehouseTransfer/BackOrderIndex for enhanced exporting
  • [New] 2718 - Stock Item Note maintenance - improve validation, layout
  • [New] 2723 - Changes required in the UI to implement new functionality for Autonomous Counts. Replaced StationCountCategoryEdit model used in the index grid with a new view tailored for the grid requirements (ER 25815)
  • [New] 2726 - Provided means for a user to acknowledge a SkyShare publication which has no attachments, provided they are on the Distribution List already (ER 26219)
  • [New] 2727 - Changed the text of the Approve button (the one which opens the Approval dialog which offers both Approve and Reject options) to "Approve/Reject" on the EditPublication page (ER 26337)
  • [New] 2742 - Added info labels to guide the user to acknowledge a whole SkyShare publication (or a specific attachment if the publication has attachments) once they have read and understood. These notices are removed once acknowledgement is done (SR 26281)
  • [New] 2743 - Edit Stock Item Unit of weight should also update Pack Level 1 Unit of weight. Implemented UI message when the Item Pack level 1 is updated automatically from Stock Item weight UOM change. Stock Item Weight UOM update that propogates to ItemPack level 1 - fixed bug when the ItemPAck has no weight value defined. In this case, we also propagate the weight value to avoid db constraint failures (ER 26285)
  • [New] 2762 - Filter SkyShare publications offered for selection as the predecessor so that only Active and Archived publications are listed (ER 26305)
  • [AuthServer] 2657 - reference updates only (Specifically, LogistiX.Inflight.Services) (ER 16224)
  • [M/T] 2412 - Schema changes required to the StockItem table - addition of StkItem_Stackable bit NOT NULL (ER 25019)
  • [M/T] 2625 - Advance provisional transport orders to approved automatically (ER 25215)
  • [M/T] 2630 - Rework of StationTransportSupplier to cover all possible txn types (ER 25321)
  • [M/T] 2637 - We need to add a column to the TransportOrder table TransOrd_QuotesDueBy (ER 25121)
  • [M/T] 2642 - Additional functionality to set the chargeable weight (TransOrd_ChargeWeight) on the TransportOrder when it is generated (ER 25327)
  • [M/T] 2643 - Changes to Despatch Confirmation EDI to update any linked transport orders
  • [M/T] 2646 - TransportOrder table. TransOrder_Control_FFO named incorrectly (ER 25121)
  • [M/T] 2658 - Develop service interface for Portal progression of TransportOrders (ER 25215)
  • [M/T] 2660 - For Consolidated Transports add ID of the Order it was consolidated to the TransportOrder table (ER 25121)
  • [M/T] 2661 - Change FK from StationItemStockOut to StationItem to peform cascade deletion
  • [M/T] 2663 - Stocklevel Interface file error description to include the stock item, warehouse and airline code (SR 26053)
  • [M/T] 2671 - Updates to Workflow for Despatch Confirmation EDI if Transport Orders Links - Chasers re TO (ER 24543)
  • [M/T] 2672 - Updates to the Automatic progression of TO's from Provisional to pending Approval or Approved (ER 24543)
  • [M/T] 2674 - DB changes to StationTransport to include Pickup and delivery data (ER 26083)
  • [M/T] 2676 - Further changes to TransportOrder table for PickUp, Delivery Instructions and Insurance ( (ER 25121)
  • [M/T] 2680 - Changes to TO creation from Requisition or B/Order processing to take account of DB changes on VSO 2676 (ER 25121)
  • [M/T] 2684 - DB changes to SupplerTransport & WarehouseTransferTransport to include Pickup and delivery date (ER 24543)
  • [M/T] 2710 - Revise and improve the StockItemReceipt WF process for SAPCentric work items which are linked to the dummy airline (ER 26121)
  • [M/T] 2721 - DB changes associated with Task #2720 (ER 25815)
  • [M/T] 2722 - Implementation of Autonomous Counts in the MT and StationCount workflow map (ER 25815)
  • [M/T] 2731 - Cancel all old MRP batches in a status of Awaiting Review when a new MRP batch is run
  • [M/T] 2752 - Add a new column to TransportOrder table to capture an external system reference (ER 25121)
  • [M/T] 2760 - Detect and report on possible unique key failure when building data for outbound Receipt advice message (SR 26075)
  • [M/T] 2819 - Fixed requisition WKIs routing to exception, logging error: <<Message : Error converting data type numeric to decimal.>> (SR 26483)
  • [M/T] 2841 - Fixed a problem when Auto-Document scheduling produced a daily document even if weekly scheduling was configured
  • [Bugfix] 2423 - Added the missing file to the project (SR 25047)
  • [Bugfix] 2454 - Fixed a handful of errors brought to light by Petr for Asset Management pages (ER 16084)
  • [Bugfix] 2603 - Fixed Dismiss and Endorse buttons being shown on an ER that had been dismissed but where nobody had appealed that decision (thus there's no further decision to make yet) (SR 25823)
  • [Bugfix] 2647 - Altered query used to build list of items which can be added to an RMA so that it avoids an arithmetic overflow (SR 25917)
  • [Bugfix] 2654 - Fixed various buttons on Requisition/EditProvisional not working for Airline Admin and Airline Operational roles (SR 25947)
  • [Bugfix] 2664 - INCO Terms - column heading title changed as per spec
  • [Bugfix] 2670 - Fixed checks so that the transport method from the station defaults is used when there is no station item for the selected item (to add to a requisition)
  • [Bugfix] 2670 - Add item to requisition fix - ensure the required date is persisted
  • [Bugfix] 2673 - Moved the StockLevel related reports into a TabStrip to be more consistent with the cosmetics of the rest of the reports
  • [Bugfix] 2673 - Fixed 2 navigation errors within general reports. Specifically, after navigating to Discrepancy view / edit pages from either of the 2 Discrepancy-related reports, the back button wasn't working as expected. Additionally, fixed the Site Info icon seen on the "Issue Summary" modal window from the "All Transactions" report. Bonus: When the user clicks on one of the tabs for a different report, the URL will be updated without causing a page reload so that the user can copy the URL for sharing (previously, once the page loaded, you could switch between reports and the URL would still point to the first report which loaded)
  • [Bugfix] 2679 - Fixed the 'Is empty / Is Not empty' grid filters to filter empty or null (and vice versa) (SR 26097)
  • [Bugfix] 2682 - Financial consumption chart fixes. drill-down fixes. 1. Display the selected warehouse code next to the Select Warehouse button 2. Changed 'Station Deopt' label to 'Location Code'. Applied to Station and Warehouse grids
  • [Bugfix] 2689 - SkyShare - further bug fixes, plus some code tidying
  • [Bugfix] 2690 - Requisition/Approval redirection fix for reject action (SR 26133)
  • [Bugfix] 2695 - Added grid filter persistence for the main grid when entering the "drawing canvas" from AircraftModule page (SR 26147)
  • [Bugfix] 2700 - Adjusted calculation to determine whether or not a SkyShare Publication is "overdue" so that it's not considered overdue on the day it's due... i.e. it has to actually be the following day or later (SR 26107)
  • [Bugfix] 2706 - Modified logic on Add, Edit and Delete buttons on SkyShare Publication Index grid as well as all child grids and also the grids on the Edit Publication page such that the nominated approver can edit, approve, etc. (SR 26093)
  • [Bugfix] 2709 - Added user-friendly errors when a user tries to create a new PO Contract, but either specifies a MaxValue and no Currency, or vice versa. Also ensured that post-backs on that page don't A) cause the Currency DDL to lose its options, or B) cause the majority of fields to get re-hidden if a supplier was already selected (ER 26209)
  • [Bugfix] 2719 - Fix modal window resizing (on the /AirlineSupplier/Edit/) when lengthy modal errors are shown
  • [Bugfix] 2724 - Fixed filename for exports from the Item grid on EditPreSubmitPurchaseOrder (SR 26217)
  • [Bugfix] 2725 - SkyShare - create SkyShare publication validation bug. Fixed the logic for DateNotBeforeAttribute. Also fixed the airline selection popup - to list airlines in name order
  • [Bugfix] 2729 - Fixed the "Reviewed?" filter on SkyShare Publication Index so that users have options for "Yes", "No", and "Partially", and all behave as you'd expect. Also fixed the exports for the same grid - the Reviewed column was showing incorrect data (SR 26189)
  • [Bugfix] 2730 - SkyShare Publication fix. Show page fixed to show Supplier distribution type in modal window (SR 26225)
  • [Bugfix] 2733 - Tweaked changing message centre config when a config is missing in the DB
  • [Bugfix] 2734 - SkyShare fix for Publications - allow users to view the distribution list for an active record when in edit mode
  • [Bugfix] 2741 - Asset Map map updated - markers have been updated for better placement accuracy
  • [Bugfix] 2745 - Module edit in the UI now allows HTML inout for the 'User Notes' field (ER 26287)
  • [Bugfix] 2747 - Fixed 2 bugs when editing a SkyShare Publication - One whereby it was not possible to remove all of the previously-selected distribution "entities" (suppliers, stations, roles etc), and one where an unhelpful message was presented if no roles were selected. Both issues relate to saving the publication fully (with buttons at the bottom of the page)
  • [Bugfix] 2761 - Applied a default filter to the grid which presents SkyShare publications for the purposes of creating a publication link, so that by default, only Active and Archived ones are shown. User can change this filter if they so choose (ER 26307)


Build 1.0.129.8 (RS 08/04/2021, LSY 08/04/2021)

  • [Bugfix] 2808 - Fixed SQL error that causes a blank page when saving an IssueHeader record from the Issue/Edit view, when no Delivery Term is selected (SR 26463)
  • [M/T] 2812 - Requisitions not being set to Complete after full Despatch Conf iDoc received from SAP (SR 26447 / SR 26461)

Build 1.0.129.7 (RS 24/03/2021, LSY 24/03/2021)

  • [New] 2119 - Final changes required for wiki to support both User Role and Airline based content restrictions
  • [New] 2339 - Transit Qty's on Requisition Approval page now hyperlinked when qty is 0, and Transit Qty hyperlinking behaviour added to EditProvisional page which is used for REQ's in Awaiting Station Review (SR 15956)
  • [New] 2579 - Changed the maintenance text again per Jaime's suggestion (ER 25731)
  • [New] 2597 - Initial check-in. Creation of data models, placeholders for TransportOrder service methods. And also a placeholder for the TransportOrder Tab Strip under the Requisition Index grid. TransportOrderLink model configuration updated. Transport Order detail grid added to the Requisition Index detail/drill-down tab strip. Transport Order modal implemented form the Requisition/Index detail grid. (Tab Strip within the modal to be implemented still). Added TransportCargo and Links to the TransportOrder summary modal. Added Status History and Routing grids to the TransportOrder summary partial view. TransportOrder Notes functionality implemented inside the TransportOrder modal. Added Organization Site modal lookups inside the TransportSummary modal (ER 25795)
  • [New] 2598 - Maintenaance pages for StockItemNote and view-only listing for StockItemNoteCategory. Added the new StkItemNote_Summary field to the UI (ER 25797)
  • [New] 2611 - Added button to add PO Tracking Note from EditUnderReceivedPO page (ER 25831)
  • [New] 2629 - As a result of StationTransportSupplier table replacement, rework the UI
  • [New] 2650 - Updated the Issue/Edit page - the Delivery Terms DDL now also shows the related INCO terms along with the delivery terms code. Minor layout updates (ER 25955)
  • [New] 2651 - View_IssueDetailKPI updated - removed reference to the droppped column IssueHdr_UserSpecified_WghtUnit_ID. View). IssueDetailKPI updated in db and UI to accomodate updates around (Shipping) container type
  • [New] 2656 - UI updated to reflect recent schema updates to the StationReturnHeader table. (Container Type FK replaced with Shipping Container)
  • [New] 2666 - Modified xxxQty hyperlinks on StockLevel page so that they are always visible (instead of only when the qty in question is > 0) (SR 26071)
  • [New] 2667 - Swapped Reason Code for Description in the Substitution/EditUnplanned page
  • [M/T] 2222 - MT aspects of changing source of supply at the approval stage (ER 23779)
  • [M/T] 2398 - UserRegistration process - handle case where a requested airline has no users linked to the orgsite and therefore there is no-one to review
  • [M/T] 2442 - Create Transport Order tables (ER 25121)
  • [M/T] 2458 - Add new bit columns to StationTransport table (ER 25185)
  • [M/T] 2472 - New workflow for Transport Ordering (ER 25215)
  • [M/T] 2474 - Station Stock Image code tidyup - remove redundant code and tables (SR 16036)
  • [M/T] 2481 - Create and model business entities and repository layer for support of Transport ordering (ER 24543)
  • [M/T] 2481 - Fixed a bug where MT was looking a transport ordering setting during the ProcessRequisitions step and routed to exception when it didn't find any (ER 24543)
  • [M/T] 2487 - Create Transport Order ApprovalUsers table (ER 25215)
  • [M/T] 2489 - Generation of issues from requisitions for any emergency quantity when the attribute for preferred transport is USER does not take the correct transport chain/mode (ER 25283)
  • [M/T] 2490 - Improve alert message handling for problem scenarios (ER 25275)
  • [M/T] 2491 - Create Airline4PL profie and InventoryOwnershipType tables (ER 25289)
  • [M/T] 2494 - Adjust constrainst on new TransportOrder tables (ER 25121)
  • [M/T] 2495 - Create new table StationTransportSupplier (ER 25321)
  • [M/T] 2498 - Fix calc of gross weight if there are mixed units of weight on the requisition (ER 25329)
  • [M/T] 2499 - Add extra column to Transport Order for origin site (ER 25121)
  • [M/T] 2501 - Add extra column to TransportCargo for commodity code (ER 25121)
  • [M/T] 2505 - SkyLog generated PO documents which inclded lines that were split and closed (SR 25345)
  • [M/T] 2506 - Improve error handling for RMA ORDERS05 if E1EDP20 section is missing (line level) (SR 23151)
  • [M/T] 2507 - If mode of transport from requisition is not available use the mode defined on the StationItem before going to another warehouse when creating the issues (SR 25349)
  • [M/T] 2510 - Force the shipping-station to confirm the quantities that have been despatched for Stn2Stn RMAs, thus ignoring the config. flag: Station.Station_RMAShipConfReqd (ER 25357)
  • [M/T] 2518 - Station Order back order processing failure (SR 24457)
  • [M/T] 2519 - Change logic for setting ReqHdr_ReqDate on automatically created requisitions (ER 25405)
  • [M/T] 2519 - Fixed a bug when header level required date wasn't being set correctly (ER 25405)
  • [M/T] 2536 - Review and likely revise a SP used by the MT: SupportRequestAttachment_Search (ER 25359)
  • [M/T] 2545 - Found an issue with a Scheduled Report that should have triggered on the 1st day of each calendar MONTH, however, documents have been generated every MINUTE
  • [M/T] 2553 - Addition Null checks in MRP explanation/query text construction (ER 25593)
  • [M/T] 2557 - In unplanned item substitutions do not attempt to create new SPL if the Station does not already have an existing SPL for the original item (SR 25605)
  • [M/T] 2561 - Enhance the outbound ReceiptAdvice interface to map free-text information from Skylog db into the resultant EDI that is produced and posted to our partners... (ER 25625)
  • [M/T] 2566 - Improve error handling on RMA related EDIs (SR 25567)
  • [M/T] 2574 - Use a custom timeout when purging data from the NWAWarehouse table when a NWA WKI is at the WarehouseForecastSummary step (ER 25691)
  • [M/T] 2588 - MT Changes to permit updates to a UserRegistration at the point of Review (ER 25757)
  • [M/T] 2591 - If a back order is processed and transport ordering enabled create a transport order (ER #25777 ) (ER 25777)
  • [M/T] 2595 - Create an additional table to capture notes/documents related to a transport Order (ER#25121) (ER 25121)
  • [M/T] 2596 - Add 2 further columns to TransportStatusHistory table (ER 25121)
  • [M/T] 2599 - Bug reported by Petr - MT exception reported when attempting to submit a new PO that has been provisionally matched to a contract
  • [M/T] 2601 - Add cascade delete functionality to SkyShare PublicationAccessLog table
  • [M/T] 2610 - In16 overflow reported on StationItemStockOut calcs
  • [M/T] 2627 - SPM will be able to access SkyShare publication relates to his/her station regardless of ShyShare access (SR 26229)
  • [M/T] 2627 - Fixed a bug with requisition / shipment generation when there were no weights and dimensions in the IpemPack table (SR 26419)
  • [M/T] 2728 - Fixed problem with deadlines on the WaitExpiry step of the SkyShare Publication workflow map (SR 26185)
  • [M/T] 2735 - SkyShare distribution to Station users should not exclude SPM if they do not have SkyShare access yet (SR 26229)
  • [M/T] 2738 - Fixed a problem where all critical users had reviewed the SkyShare publication and the wki gets routed to wait expiry - subsequent updates of the publication before expiry date is reached then caused the wki to terminate prematurely instead of sending out alerts as expected (SR 26091)
  • [M/T] 2792 - Fixed problems processing EDI's related to the creation and progression of Station Orders and calculation of Gross Weight (SR 26387 / SR 26393)
  • [M/T] 2793 - Fixed failing stock out process (SR 26397)
  • [Begfix] 2685 - SkyShare/Publication updates for new db constraints (SR 26109)
  • [Bugfix] 2289 - Ensures that a user is prevented access to SkyShare if they have access to SkyShare but none of their accessible airlines do. Also, added a check when initialising a NEW Publication, to ensure the chosen airline does infact have SkyShare access (ER 24077)
  • [Bugfix] 2374 - Added Manufacturer to "Items Supplied" grid on AirlineSupplier/Edit. Also fixed a bug on the same page where it was impossible to change the Manufacturer for a given item
  • [Bugfix] 2416 - Fixed unfriendly message presented to user when they don't specify an Auto Requisition Option in the Station Defaults editor window (SR 25033)
  • [Bugfix] 2421 - Hooked the External Demand File upload UI to the appropriate M/T service endpoint so that uploaded files actually get processed (SR 25043)
  • [Bugfix] 2554 - Rolled back changeset #35703 and amended it so that RDC- prefix becomes IWT- and ensured that exported documents also contain the IWT- prefix
  • [Bugfix] 2582 - Ensured that the items offered for selection (for adding to a Warehouse Transfer) do not include any items which are already on the Warehouse Transfer, and also defaulted the Item Required Date to match the header-level required date
  • [Bugfix] 2597 - Transport Order window is now modal - so the background is greyed out, giving proper focus on the active modal window. Re-jigged some fields in the page, preventing wrapping of the Transport Mode and "Forwarding Bill To" labels and values. Shipper field value corrected. Clear line separates the shipping method/provider info and the cost info so between FCL and Currency (ER 25795)
  • [Bugfix] 2602 - Fixed live re-calculation of Target Pick Date on WarehouseTransfer/Initialise when user changes any of the variables which affect it
  • [Bugfix] 2608 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2615 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2617 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2618 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2619 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2620 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2621 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2622 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2623 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2624 - Filtered out data for inactive airlines on the data grids for various pages
  • [Bugfix] 2629 - Fixed handling of TransportSupplier modal edit datasource errors. Minor improvement to Weights and Dimensions controls functionality
  • [Bugfix] 2631 - Fixed grids on Workflow Exceptions and Interface File Errors pages to allow normal text selection (rather than excel style full-cell selecting) (SR 25889)
  • [Bugfix] 2632 - Fixed grids on Workflow Exceptions and Interface File Errors pages to allow normal text selection (rather than excel style full-cell selecting) (SR 25889)
  • [Bugfix] 2635 - ixed ER Status DDL having no selectable options after a post-back (SR 25913)
  • [Bugfix] 2652 - Added non-global activity spinner for each SkyShare Publication Attachment to indicate to the user that it's loading. Also removed the problematic sidebar button in the PDF viewer which was causing a loading loop (presented as a flickering document). Added FileSize to PublicationAttachments (Schema change script included) (SR 25937)
  • [Bugfix] 2655 - Fixed label in the IWT Back Order edit page
  • [Bugfix] 2662 - Extended validaitons around AirlineSupplier contact email input. Fixed so that failur for potentially dangerious input e..g pointed brackets) is reported back to the user in the modal editor window (SR 26039)
  • [Bugfix] 2697 - Improved exception handling for StationCount/SetActualCountDate (SR 26159)
  • [Bugfix] 2699 - Validation checks added when constructing or approving a SkyShare publication to ensure that the selected distribution "entities" are not left empty. When constructing, the warning can be ignored. When approving, it cannot. Additionally, forces the user to save data before submitting [for approval] or approving, if the distribution details have changed (SR 26113)
  • [Bugfix] 2704 - Fixed the ability to edit various parts of a SkyShare publication in the Show-only view (SR 26119)
  • [Bugfix] 2716 - Adjusted behaviour on WarehouseTransfer/Initialise so that the Target Pick Date is only presented (and calculated) when BOTH Required Date AND Transport Method are chosen
  • [Bugfix] 2716 - Commented out "Transport data has not been configured..." message in WarehouseTransfer/Initialise ("Create" view) which does not make much sense since Transport Method is now a required field
  • [Bugfix] 2717 - Fixed an error presenting Tracking Notes on a PO when the Comment field is left blank and removed the unnecessary quotes on the tooltip for said comment field (when it's presented in the grid)


Build 1.0.128.7 (RS 04/03/2021, LSY 04/03/2021)

  • [Bugfix} 2692 - Fixed. Do not validate the header/line item required dates against the preferred MOt for caterers. Current functionality does not permit caterers to edit the MOT, thusd there is no MOT dropdown list on the page (SR 26127)

Build 1.0.128.6 (RS 25/02/2021, LSY 25/02/2021)

  • [New] 2330 - Ensured that a user is prevented from resuming an export if it was a global admin who paused it (unless they themselves are global admin too), also added the source URL where a download originated in the export cancellation notification
  • [New] 2378 - Moved the new Comment column (ER 24813)
  • [New] 2439 - Ensured that the UID gets passed back to the view when creating a new ShippingContainer record, so that further edits to the same record (before a page reload etc) can be successful. Added user friendly message for IDX_ShippingContainer_Code violation (ER 25115)
  • [New] 2492 - Finished the Airline 4PL Profile piece (added the details & editor to the Airline Index grid's child template) (ER 25289)
  • [New] 2515 - Add warning message when generating supplier forecast (ER 25391)
  • [New] 2516 - Further changes to requisition Creation regarding Preferred transport and required date. Further work for requisition creaiton regaridng preferred MOT and the required date. The requisition header required date is now automatically set to the latest required date at line level. Also made further changes to the requisition add item functionality - prevents preferred MOT selection according to the Org Attribute config for STATION_CREATION_METHOD value. Also created a JavaScript object to handle a bulk of Add Requisition Item functionality. Improvements to requisiiton edits around required dates and preferred MOT (ER 25397)
  • [New] 2520 - Additional fields (preferred MOt, and stock out information) added to Requisition Detail lines/show page. Changed stock out emergency popup trigger event from mouse-click to mouse hover (ER 25409)
  • [New] 2525 - Added column resizer button to grid on NetworkAnalysis/ActionedChanges and /ForecastChanges (ER 25423)
  • [New] 2534 - Prevent Station_Port_ID from being changed once a station has become active (ER 25485)
  • [New] 2539 - Station/EditITem - Added additional data to the Delivery Location dropdown list template (transport mode and default) (SR 25541)
  • [New] 2550 - SAP-Centric Back Orders index grid - exclude airlines (from the ailrine filter) which are not configured as SAP Centric. Also implemented Stock Item and Pack modal popup from the same index page (hyperlinking the Item Code column) (SR 24295)
  • [New] 2551 - Implemented hyperlinks in Stock Level transactions to 'jump' to a transaciton. Although instead of jumping, the transaction is loaded in a modal window, allowing the user to remain on the Stock level page (SR 22071)
  • [New] 2552 - Stations/Index - hide the + button if a station already has defaults setup (SR 24697)
  • [New] 2572 - Permit users with Role 13 [Supplier Relationship Manager (RO)] access to additional pages, including /PurchaseOrder/AwaitingShipmentConfirmationIndex + /PurchaseInvoice/AwaitingCommitment (ER 25231)
  • [New] 2575 - Added filter to the "Image" column on pages /StockItem/ItemsIndex and /StockItem/ItemCatalogueIndex (ER 21451)
  • [New] 2576 - Financial consumption dashboard updated to consider warehouse consumption, including Warehouse filtering. Financial Consumption chart - series data drill-down functionality updated to allow drill-down by Warehouse
  • [New] 2579 - Updated maintenance message formatting throughout the portal (ER 25731)
  • [New] 2584 - Modification to DeliveryTerm maintenance pages - utilises new INCOClass table (ER 25759)
  • [New] 2585 - Implementation of UI page for INCO Terms. Minor updates. Renamed the relevant DTO model classes to be more aligned with accepted development standards/conventions (ER 25759)
  • [Bugfix] 2285 - Fixed /StationReturn submenu 2. Fixed edit icon on MRP/SupplierForecast (DocumentRequest detail tab). Fixed - Adjustments and All Transactions listed in a wrong order in the menu 2. Fixed - Inventory & Financial reports should not be accessible to the user (SR 24411)
  • [Bugfix] 2289 - Ensured that a user is prevented access to SkyShare if they have access to SkyShare but none of their accessible airlines do. Also, added a check when initialising a NEW SkyShare Publication, to ensure the chosen airline does infact have SkyShare access (ER 24077)
  • [Bugfix] 2322 - Changed user reinstate functionality so that the behaviour differs for SSO users and non-SSO users. For non-SSO, UserDet_Active is set to 1, and UserLoginAudit_LastLoginTimestamp is set to 14 days ago. For SSO users, the same is done, and also the UserLoginAudit record is updated further - _Locked becomes false, and _FailureCount becomes 0 (ER 24369)
  • [Bugfix] 2334 - Fixed 4 bugs with the SkyShare project reported by Fran (ER 24077)
  • [Bugfix] 2338 - Updates Stock Development Per Site - do not automatically add in missing days to the chart, which had caused a misleading 'V' dip to be shown (ER 15952)
  • [Bugfix] 2345 - Changed the filter options on "Record Type" for both inbound and outbound File Register pages, so that the behaviour acts as a whitelist rather than a blacklist. E.g. now ONLY types starting with "inbound" are offered as a filter option on the inbound page, and ONLY those starting with "outbound" or "forward" are offered on the outbound page (SR 15802)
  • [Bugfix] 2411 - Fixed both findings by Petr (delete button only to be visible for global admins, and fix to record editing) (ER 25021)
  • [Bugfix] 2426 - Fixed security menu not showing up for the 2 new Airline roles and ensured only users with a lesser role are displayed on the UserIndex and AllowedStationsIndex pages (SR 25055)
  • [Bugfix] 2509 - Fixed error reporting and added appropriate validation for AirlineSupplierContact Email (SR 25275)
  • [Bugfix] 2514 - Fixed toolbar to add a PO Tracking note, in the PO details partial view (SR 25389)
  • [Bugfix] 2516 - Implemented enhanced item level required date validation checks and messaging, as per the spec (ER 25397)
  • [Bugfix] 2521 - Fixed text colour for Requisitions menu (ER 25411)
  • [Bugfix] 2522 - Fixed error reporting, added optional airline field (to grid), and made the note required when StkItem_SupplyAtRisk = true
  • [Bugfix] 2523 - Fixed line level comments not being stored for cancelled lines (SR 24079)
  • [Bugfix] 2524 - Improved styling of the SkyPortal notification modals (SR 15710)
  • [Bugfix] 2526 - Improved post-back handling and validation on AddItemToCount view - if the count is using Float Qty's then this field must not be null, and at least one of the qty's must be greater than 0 (also applies when the count isn't using floating qty's but obviously just applies to the BackupQty field there) (SR 16134)
  • [Bugfix] 2529 - Amend the Unplanned Substitution Approval page to honour an extended list of potential approving-users
  • [Bugfix] 2531 - StockLevel index - fix to the hyperlinks for txn modals - changed to prevent redirects (not directly linked to this task but was picked up i ntesting). Also improved the layout for the IWT modal header panel. Fix to bug preventing requisition lookup from the expected backorder modal [SR 22071]
  • [Bugfix] 2532 - Fixed Station Edit - 'valid to date' input control. It is now possible to set the value to null
  • [Bugfix] 2537 - Menu header "Create / Review" - seems the word "Requisitions"
  • [Bugfix] 2546 - Support Ticket edit navigation fixed - URL Referrer will not always be present (SR 25583)
  • [Bugfix] 2547 - Added filename column heading. Also moved several JS functions from polluting the global scope (SR 25581)
  • [Bugfix] 2556 - Unplanned Substitutions - fix to reason code bein null on posback. Also tidied up the 'Activate' modal window
  • [Bugfix] 2558 - Updated query constructor for returning the list of suitable users for selection as Count Responsible for a NEW station (SR 25035)
  • [Bugfix] 2564 - Requisition/Index user grid filter preferences are automatically persisted when using any action from the 'quick action/bolt' button that naviagtes the user away from the page (SR 25165)
  • [Bugfix] 2573 - Fix to Supplier Forecast access for Supplier Relationship Mamager role (ER 25231)
  • [Bugfix] 2577 - StationShipments index grid - prevent columns from being hidden/removed dynamically due to browser window size (ER 16144)
  • [Bugfix] 2580 - Allow RMA approval process to accept the desired ship date to be today's date (but not before) (ER 25735)
  • [Bugfix] 2634 - Fixed error caused by lovely embedded viewModel properties and that in turn fixed the bug of being unable to add items to an RMA (SR 25921)
  • [Bugfix] 2640 - Fixed bugs with exporting Linked SkyShare Publications and Distribution lists from Edit and Show Publication pages (SR 25933)


Build 1.0.127.16 (RS 12/02/2021, LSY 12/02/2021)

  • [Bugfix] 2445 - Fixed a receipt confirmation page for shipments so that it does not show an error message on an attempt to receipt confirm goods (SR 26005)

Build 1.0.127.15 (RS 11/02/2021, LSY 11/02/2021)

  • [New] 1891 - Allow Supplier Relationship Manager role read only acces to Item Categories (ER 22225)
  • [New] 2386 - Implemented a mechanism to detect and prevent duplicate export requests for a common user. Exports will be prevented if the user already has an export in progress or waiting (paused) which will likely result in the same data and the user will be presented with a message telling them why. User can then either forget about the second export or cancel the first and try again
  • [New] 2410 - Support Request Warning Logs (display) (ER 25017)
  • [New] 2428 - Modified the validation when user changes the qty for a suggested line, so that it only looks at the non-manually-added lines, and added a new check with a different message which checks that manually added lines have comments (ER 16791)
  • [New] 2443 - Add hyperlinks to various Qty figures on MRP/EditAlert, which present popup windows akin to what we have on the StockLevel page (explanations and breakdowns of what made those figures) (ER 25119)
  • [New] 2444 - Implement filtering to allow a user ( typically with a Caterer / Groundhandler role) to view an Item Catalogue which is specific to their station(s) (ER 16050)
  • [New] 2451 - UI updated for ShippingContainer maintenance. New validation checks and messages for weights and dimensions (ER 25115)
  • [New] 2453 - Configured the Station Par Level grid for storing user filters, which includes remembering the preferred grid size. This also persists the grid settings on navigation to another page (ER 16048)
  • [New] 2454 - Asset & Asset Tags Management (ER 16084)
  • [New] 2455 - Add header level comment to Issue Details report (ER 25159)
  • [New] 2456 - UI updated to accomodate WarehouseTransferHEader updates (_DelTerms changed to FK DelTerm_ID) (ER 24831)
  • [New] 2457 - UI updates - IssueHeader.IssueHdr_DelTerms has changed to become a FK, .IssueHdr_DelTerm_ID (ER 24831)
  • [New] 2462 - New fields added to UI maintenance for SupplierTransport (ER 25213)
  • [New] 2463 - Station Transport maintenance and show [ages updated to accomdate new columns. Added in new StationTransport fields to several sub-grids in th eportal. Also updated label texts (ER 25185)
  • [New] 2464 - WarehouseTransferTransport maintenance updated to accommodate two new fields (ER 25187)
  • [New] 2465 - New fields added to UI maintenance for SupplierTransport (ER 25213)
  • [New] 2485 - Organization Attributes listing index (ER 25267)
  • [New] 2486 - UI requisition updates for preferred mode of transport editing. OrganizationAttibute/STATIONORDER_CREATION_METHOD is used to determine if header and detail modes of transport can be editied. Suitable notificaitons are provided to inform users of available/limited editing. Update to SP that is responsible for generating a requisition from a selected template (ER 25269)
  • [New] 2488 - TransportOrderApprovalUsers and Airline4PLProfile
  • [New] 2491 - Added FK_Airline4PLProfile_InventoryOwnershipType (ER 25289)
  • [New] 2492 - TransportOrderApprovalUsers and Airline4PLProfile (ER 25289)
  • [New] 2496 - Implementation of DISPLAY ONLY functionality for StationTransportSupplier. UI Maintenance functionality for StationTransportSupplier (ER 25321)
  • [M/T] 2641 - Fixed a calculation of DaysCoverage which is ForecastStockQty / DemandDailyAverage sto include a possible 0 (SR 25905)
  • [AuthServer] 2364 - Changed behaviour of the Role Group Help button on the RegisterNewUser page so that it opens the appropriate Wiki page instead
  • [AuthServer] 2394 - Maintenance banner on Login screen (AuthServer) adjusted so that the text is black when the maintenance is an hour or more in the future, but red if it's closer (or active)
  • [AuthServer] 2579 - Changed the maintenance text again per Jaime's suggestion - change for UI, not AuthServer (yet a new version of the AuthServer had to be produced because of a shared resources.dll file) (ER 25731)
  • [AuthServer] 2579 - Changes to AuthServer maintenance message and SSL seal position. Further changes to maintenance message text so that it could work for both UI and AuthServer (ER 25731)
  • [Bugfix] 2343 - RMA receipt confirmation - implementation of a 'Close remaining balance' function (SR 24079)
  • [Bugfix] 2403 - Fixed Contracted Items report column labels (ER 24965)
  • [Bugfix] 2441 - Fixed faulty error when terminating an active PO Contract (record you attempted to update has been modified by another user)
  • [Bugfix] 2446 - Fixed the financial consumption report. All series bars now show total values (SR 25153)
  • [Bugfix] 2449 - Ensured that the grid on ItemSupplier/WarehouseDetails reloads its data after a data changing operation
  • [Bugfix] 2461 - Fixed an issue when creating a support ticket - if category is initially set as Enhancement Request but changed before the form is submitted, the Priority was being sent across as null (provided the user didn't manually change it from "Low") (SR 25197)
  • [Bugfix] 2476 - Product access required for StockItem/ReplacementsIndex wasn't in line with the menu item visibility (SR 25243)
  • [Bugfix] 2482 - Fixed Airline WMS Code AMpping grid data access to match the access rights of the page itself
  • [Bugfix] 2484 - Fixed the consistency between the "main/home" menu and the "strip/child" menus for the System/Admin section (ER 25293)
  • [Bugfix] 2500 - Fixed previous mistake made in view file (SR 25307)
  • [Bugfix] 2502 - Fixed Change Contract and Auto Match buttons doing nothing on EditPreSubmitPurchaseOrder, also fixed Contract details disappearing after a post-back (save & continue etc) (SR 25333)
  • [Bugfix] 2504 - Fix duplicate / false entries showing up in Supplier Forecasting index (SR 25299)
  • [Bugfix] 2594 - Issue Details KPI report fixes. 1. Removed invalid reference to IssueHdr_DelTerms. 2. Fixed export functionality bug - breaks when loading user-stored filters. 3. Removed a number of unnecessary columns from the database view. 4. Changed grid filter for Transport Mode, to use a select-list


Build 1.0.126.16 (RS 01/02/2021, LSY 01/02/2021)

  • [Bugfix] 2559 - table object AvgWeightedCostScheduleConfig removed from the Inflight solution. Data is now read from ScheduletaskConfig, JobType = 51 ('ItemAvgWeightedCost') (SR 25843)

Build 1.0.126.15 (RS 28/01/2021, LSY 28/01/2021)

  • [New] 1445 - Bulk of work complete for Scheduled Reports
  • [New] 1914 - Porting task - to bring across UI content for handling REQ Batch tables
  • [New] 2085 - Added comment field to Planned PO's grid on EditSupplierForecast page (ER 23775)
  • [New] 2120 - Aircraft Enhanced Exporting
  • [New] 2121 - Aircraft Configuration Enhanced Exporting
  • [New] 2122 - Aircraft Storages Enhanced Exporting
  • [New] 2123 - Aircraft Stowage Types and Tail Numbers Enhanced Exporting
  • [New] 2125 - Market Enhanced Exporting
  • [New] 2130 - Master Flight Routing Enhanced Exporting
  • [New] 2131 - Aircraft Routing Enhanced Exporting
  • [New] 2142 - Airline Analytics (RO) role now has access to Purchase Ordering, and Warehouse Transfer reports. Also, when viewing the Warehouse Index grid can now only see warehouses linked to their airlines
  • [New] 2339 - Add Station Item In-Transit Details page, hyperlinked from the Transit Qty column(s) on Requisition Approval - Work still in progress. Cosmetics and fix for some of the hyperlinks within the popup window which take the user to the RMA / Station Order etc (SR 15956)
  • [New] 2374 - Added the Edit button on the Items Supplied grid on the AirlineSupplier/Edit view
  • [New] 2378 - Add header level comment to RMA Details report (ER 24813)
  • [New] 2379 - Fixes for adding items to stations via Global Updates - For each station listed, AutoREQ Option will now default to whatever is set in the Station Defaults, and the Next Requisition date fields also will have a default - the earliest future NextReqDate of the StationItems already linked to the station in question. If no such value can be found, it defaults to 7 days in the future. Additionally, when changing the selection in the Auto Requisition Option DDL, the default date will appear / disappear depending on the selection, prompting users to change it if necessary, and avoiding a situation where it's unset by mistake (SR 24819)
  • [New] 2380 - SupplierTransport and FK to DeliveryTerms - UI updates. Updated StationWarehouseLinks view (accessed from station edit) to work with StationTransport DeliveryTerms updates in the modal editor (ER 24825)
  • [New] 2381 - DB Change script updated - added new FK constraint to DeliveryTerm table. Change StatTrans_DelTerm to a to a FK StatTrans_DelTerm_ID (ER 24829)
  • [New] 2382 - Warehouse Transfer Link and Transpoty Chain mainenance. Also enhanced the ExportController to allow foreign keys to be configured (ER 24831)
  • [New] 2384 - Supplier Transport Chain main index grid and maintenance / 'Enhanced' exporting added for Supplier Transports Chain index grid (ER 24835)
  • [New] 2387 - Added show page for OrganizationSite data, and added some hidden optional fields to the Organization Site index listing (ER 17353)
  • [New] 2388 - Warehouse Transfer Link and Transpoty Chain mainenance. Also enhanced the ExportController to allow foreign keys to be configured (ER 24839)
  • [New] 2394 - Suppressed maintenance banner and pop-up notifications until scheduled maintenance is within the next hour (ER 24857)
  • [New] 2401 - Added Description to the GL Account Category DDL ValueTemplate so users have a better clue about which option is selected (to both StockItem Edit and Add pages) (ER 24915)
  • [New] 2402 - Made SSL Seal position more dynamic based on user name length (SR 24947)
  • [New] 2403 - Wide General reports updated to use sticky columns (ER 24965)
  • [New] 2404 - Column sequences stored in user preferences (ER 24925)
  • [New] 2406 - Added optional Destination column to Stock Level Transaction grids on StockLevel/Index and StockLevel/AllTransactions (ER 24959)
  • [New] 2407 - RMA updates - take into account the source station settings around RMA Qty enforcement when editing/approving an RMA and it's items. We now present in the UI an indication that the RMA qtys are being enforced. Added StationReturnController updates (SR 23923)
  • [New] 2411 - Add content to the portal to maintain (add, edit, show) data in the new TransportStatus table (ER 25021)
  • [New] 2432 - Generation and viewing/retrieval of Proforma Invoice documents for RMA txns . Functionality now available in the Edit page, as well as the Show page (ER 24415)
  • [New] 2435 - Sea Movement Type mapping maintenance implemented in the UI (ER 25095)
  • [New] 2439 - Shipping Container show page now shows the volumes. Updated the display attributes for the dimensions - to 3 decimal places. Minor update - replaced on-the-fly volume calculation with database fields. Added Volume value calcaulation and display of volume UOM to ShippingContainer edit popup (ER 25115)
  • [New] 21451 - Item Catalogue - Allow exporting of images to Excel
  • [M/T] 1342 - Major enhancements to StationItemStockOut process to capture more info and provide better Station KPI info (ER 24673)
  • [M/T] 1342 - Fixed a problem that was causing StationStockOut WKIs to route to exception
  • [M/T] 2323 - Validate IWT TargetPickDate upon submission of new IWT via portal (SR 18981)
  • [M/T] 2336 - Add auto-reminder and auto-deletion to SkyShare Publications that have been rejected at approval (ER 23963)
  • [M/T] 2337 - Support possible changes in the PublicationDistribution when a SkyShare publication is rejected and then resubmitted by the originator (ER 23963)
  • [M/T] 2348 - Support re-opening of a contract previously closed due to ceiling being reached upon CPO cancellation (SR 22555)
  • [M/T] 2348 - Fixed a problem whereby PO submission failed when the PO was provisionally linked to a contract where the PO line quantities matched exactly the available stock left on each line of the contract
  • [M/T] 2350 - Add workitem location sanity check to Station Count process at StationItemKPICapture step (SR 19253)
  • [M/T] 2353 - Populate Whse_ID field in TransferGLExpenseReport table upon GL expense interface execution
  • [M/T] 2382 - MT impact on change of DelTerm column in WarehouseTransferHeader (ER 24831)
  • [M/T] 2385 - Change SkyShare PublicationAccessLog population to ensure user accounts are only added if the user has SkyShare access (ER 23963)
  • [M/T] 2390 - MT impact on change to DelTerm column in StationTransport table (ER 24829)
  • [M/T] 2391 - MT impact on change to DelTerm column in Supplier Transport table
  • [M/T] 2396 - Change to Station Count 24, 36, 48 hour reminder alerts to prevent possible duplication of alerts to users (SR 24735)
  • [M/T] 2399 - Populate SSIM Header ID FK in FlightGroup table upon SSIM Burst (ER 24597)
  • [M/T] 2415 - Change to support request progression interface to avoid workitem routing if no relevant change has been made
  • [M/T] 2422 - Improvements to RMA station receipt conf to only set receipt date for actual receipts (SR 25047)
  • [M/T] 2430 - Olson Timezone change to ensure safe conversion about timezone adjustment periods (SR 25075)
  • [M/T] 2434 - Move ActualPax interface to generic task scheduler
  • [M/T] 2438 - Change to IWT Out message generation to skip any cancelled lines
  • [M/T] 2440 - Move Item average weighted cost to generic scheduler
  • [M/T] 2442 - DB script for Transport Order table creation (ER 24543)
  • [M/T] 2448 - tighten up check on despatch conf EDI validation to ensure ack message can only be skipped for SAP central clients (SR 25131)
  • [Bugfix] 1445 - Fixed bugs found during testing
  • [Bugfix] 2114 - WMS Shipment Reversal updates - Corrected the disdplay format for Issue UID on the 'Possible Matches' grid, and made that UI D a hyperlink to a display modal (ER 15654)
  • [Bugfix] 2127 - Fixed a breaking change with Enhanced Exporting which was introduced in build 126
  • [Bugfix] 2347 - Ensured records where Airline no longer exists, or Airline is inactive, are filtered out from results on the parent grid on /StationShipment/IntransitShipmentStationsIndex (SR 24637)
  • [Bugfix] 2409 - Station Receipt report fixed to show correct values for the Transport Method (in the grid)
  • [Bugfix] 2416 - Fixed UI reporting that StationDefaults.StatDflt_AutoReqOpt_ID is optional (SR 25033)
  • [Bugfix] 2417 - Filtered out External Support role from the options presented when selecting Station Provisioning Manager whilst editing or adding a Station (SR 25035)
  • [Bugfix] 2418 - Fixed typo in SkyShare PublicationDistributionType data
  • [Bugfix] 2420 - Fixed Clear Filters button on Bespoke Reports (SR 25039)
  • [Bugfix] 2421 - Extended access rights for Airline/Warehouse_Read method for SLX Local Admins, SLX Ops, Airline Admins, and Airline Operations, to facilitate those same roles being able to submit External Forecast Data files (these (and Global Admins) are the roles identified as being allowed to do that) (SR 25043)
  • [Bugfix] 2424 - Filtered out Closed lines from the grid presented on StationShipment/EditStationReturnReceipt/ (SR 25047)
  • [Bugfix] 2424 - Fixed a previous check-in which hid lines on the grid where StatRetRec_Closed = true. Now instead hides lines where StatRetDet_Closed = true (SR 25047)
  • [Bugfix] 2439 - Fixed the unit of dimensions display, changed to show dimension (e.g. MTR) instead of unit code (e.g. M3), for the inner/outer dimensions (ER 25115)
  • [Bugfix] 2459 - Fixed error appearing on any Bespoke Report ("ExtensionMethods" does not exist in the namespace)
  • [Bugfix] 2466 - Fixed title for SSIM Flight Filters page
  • [Bugfix] 2473 - Fixed edit button missing from PO's Awaiting Commitment page (due to a recent change which was to allow read-only access to POs for Supplier Managers) (SR 25229)
  • [Bugfix] 2581 - Fixed a bug with IWT creation and a bug with maintaining Warehouse Transport Links
  • [Bugfix] 2583 - ixes menu for WCS role - they will now see the 'Manage PO Exceptions' option (SR 25739)


Build 1.0.125.19 (RS 12/01/2021, LSY 12/01/2021)

  • [Bugfix] 2316 - Financial consumption chart fix - corrected the stack value. Fixes bug where any stacked bar had a negative value on the y-axis (SR 23245)

Build 1.0.125.18 (RS 11/01/2021, LSY 11/01/2021)

  • [Bugfix] 2569 - Wrapped call to M/T in check for ticket's status - if complete, M/T not called

Build 1.0.125.17 (RS 07/01/2021, LSY 07/01/2021)

  • [New] 1891 - Allow SRM user role access to the PO Liners report and Item Catalogue Index (SR 25551)
  • [New] 2151 - Added ability to manually add / remove entries from the Distribution Log against a SkyShare Publication, a fix required to allow editing of a Publication Type after a recent change, and various SkyShare fixes (ER 24077)
  • [New] 2151 - All SkyShare Publication related tables added to UI code, and added pages for PublicationType maintenance - Create / Read / Update / Delete including basic validation. Ensured a suitable message is presented to the user if they try to store data which results in multiple Publication Types with the same Description for an airline (ER 24077)
  • [New] 2242 - Airline edit modal updated to include 'Additional Users Authorised for Product Substitutions (ER 22783)
  • [New] 2307 - Implemented Scheduled tasks configuration meintenance (ER 24533)
  • [New] 2322 - Changed user reinstate functionality so that the behaviour differs for SSO users and non-SSO users. For non-SSO, UserDet_Active is set to 1, and UserLoginAudit_LastLoginTimestamp is set to 14 days ago. For SSO users, the same is done, and also the UserLoginAudit record is updated further - _Locked becomes false, and _FailureCount becomes 0 (ER 24369)
  • [New] 2325 - Updated UI menus for Supplier Roles (ER 24615)
  • [New] 2330 - Management page to list all active exports currently in progress (or paused) - for global admins this is across all users, for other roles this is just their own personal downloads. Only exports using Enhanced Exporting will be listed. Ability for users to cancel or pause (with optional auto-un-pause time) exports with an optional message if the export belongs to another user. Basic queueing system to delay incoming export requests when there are many active exports already in progress. Also improved progress indicators on exports so that they should only reach 100% when the download is fully available
  • [New] 2334 - Added ability to manually add / remove entries from the Distribution Log against a SkyShare Publication, a fix required to allow editing of a Publication Type after a recent change, and various SkyShare fixes (ER 24077)
  • [New] 2335 - Provide an ability in the Skysuite UI to allow users to view historic (no long current) flight schedule data, as per previous SSIM files (ER 24597)
  • [New] 2338 - SkyTrack LH Dashboard - Stock Development Per Site (ER 15952)
  • [New] 2346 - Implement ability to view NWAWarehouse data when drilling into a specific forecast (ER 7965)
  • [New] 2357 - Changes to the menu options and navigation under the Reports main menu (ER 24683)
  • [New] 2358 - Granted access for Airline Analytics role to various StockLevel explanation modals (ER 24687)
  • [New] 2359 - Reordered columns on the Requisition Approval view (for all 3 different Loading Group configurations) (ER 15948)
  • [New] 2360 - Schedule menu items enabled for caterer role (SR 24695)
  • [New] 2361 - Station/Index defaults nested grid layout improvements (SR 24697
  • [New] 2367 - Updates to Station maintenance, referencing new table StationReportingGroup (ER 24713)
  • [New] 2397 - Modified Reviewed column in SkyShare Publication listing to indicate partial review (ER 24077)
  • [Bugfix] 2299 - Fixed all fields becoming uneditable when a validation occurs during a SupportRequest edit operation (SR 15784)
  • [Bugfix] 2318 - Filtered out Station Count Category records which are linked to inactive Stations or Airlines on the Count Category Index listing (ER 15938)
  • [Bugfix] 2334 - Fixed issue with rendering attachments so that it's compatible with real servers and not just developer machines! Various fixes to SkyShare project, particularly around editing SkyShare publications and workitem progression. Publication Edit (and progression) functionality. Not sanity tested against a MT yet possibly tweaks needed (ER 24077)
  • [Bugfix] 2334 - Fixed PublicationAccesLog not being updated when a user has read or downloaded any of the attachments against a SkyShare publication (assuming the user is in the distribution list - if not, i.e. because they are the creator or admin etc, then no PublicationAccessLog record would exist thus nothing to update) (ER 24077)
  • [Bugfix] 2340 - Changed the binding for SupOrdFcast_MRPDate when adding a new Planned PO (now correctly comes from the MRP Batch Date Created), and modified 2 column headers on Planned PO's grid on EditSupplierForecast view. Also improved tooltip for MRPDate column (now called Planned Date)
  • [Bugfix] 2344 - Fixed sort order on Documents Requests grids on SupplierForecastIndex and EditSupplierForecast views (ER 24653)
  • [Bugfix] 2345 - Limited the options available for Record Type on File Register pages (only showing inbound ones on the received page and outbound / forewarded ones on the sent page), and corrected the menu shown for those pages (SR 15802)
  • [Bugfix] 2355 - Fixed incorrect binding on Transfer No column on the Inter-Warehouse Transfers report (SR 24681)
  • [Bugfix] 2369 - Added logic to the Support edit view to ensure that a ticket currently on delayed submission does not allow staff members to edit / assign / change the status of the ticket until it has completed the delay. Also ensured such tickets do not appear on the Assignment listing
  • [Bugfix] 2372 - Edit ItemWarehouse fixes for SecurityDays. Now allows zero to be input/stored (SR 24601)
  • [Bugfix] 2376 - Fixed enter key submitting form when editing grid data on EditSupplierForecast view
  • [Bugfix] 2555 - Increased the width of the 'Person Responsible for Counts' input control (EditCategory) (SR 16156)
  • [Bugfix] 2563 - Fix to total station inventory count valuation calculation (SR 25617)


Build 1.0.124.19 (RS 17/12/2020, LSY 17/12/2020)

  • [Bugfix] 1891 - Fixed access to StockItem/Index for Supplier Relationship Manager role (ER 22225)
  • [Bugfix] 2539 - SupplierTransports Read action now optionally filters by Station ID. This is required when listing appropriate delivery terms for a selected supplier on the par level item edit view (SR 25541)

Build 1.0.124.17 (RS 10/12/2020, LSY 10/12/2020)

  • [New] 2119 - Added a method for the wiki software to call back into to obtain the access details for a given user - nothing testable here though yet
  • [New] 2126 - Configured City Pair index grid for Enhanced Exporting
  • [New] 2153 - Dashboard layout pages require updates to include SignalR library files
  • [New] 2276 - Loss Factors, added to sub-menu (SR 24207)
  • [New] 2278 - Requisition pre-approval checks updated to include checks for any direct-supplied items (ER 24413)
  • [New] 2283 - Changed the Support menu descriptions from "Support Requests" to "All requests" (SR 24473)
  • [New] 2285 - RCO roles added to multitude of actions in the portal. Controller actions and read-only functionality updated for RCO roles across the portal (SR 24411)
  • [New] 2286 - Updates to Support Watch list page - up to UI standards
  • [New] 2288 - Continued SkyShare development (ER 24077)
  • [New] 2289 - Continued SkyShare development (ER 24077)
  • [New] 2293 - AircraftConfiguration/Index - Seat Quantities nested grid now has an Add icon (for eligible users roles), regardess of product access (SR 24355)
  • [New] 2294 - Preferred forecast source in add and edit StationItem pages - implemented (ER 22459)
  • [New] 2296 - Station_Preferred_NWAOrigin_ID and Station_Preferred_NWAOrigin_ID added to Station Add and Edit pages (ER 22459)
  • [New] 2297 - Added user responsible for financial interfaces and default forecast source columns to the airline edit and show pages (ER 24459)
  • [New] 2300 - NWA details grid added to the Demand By Warehouse index grid (ER 24511)
  • [New] 2301 - Unplanned substitute requests updated availability of editable controls for submitted status
  • [New] 2303 - System/Admin menu restructured. Includes new menu options that are currently greyed out until the target pages are implemented. Warehouse Stock Level Scheduler and Station Stock Level Scheduler menu options have been removed (ER 24523)
  • [New] 2304 - StationIssueItemLoadGrouping added to AirlineWMSCodeMapping/Show (ER 24527)
  • [New] 2342 - Vendor delivery fixes. 'Add All Items' should now function properly. Some code improvements to functionality that adds items to a schedule
  • [New] 2377 - Provided Supplier Manager (RO) role with read-only access to POs
  • [New] 2512 - Dropped the redundant fields from SupportRequestAttachment, and updated Model classes in line with that change (ER 25359)
  • [M/T] 25345 - Revised purchasing contract templates
  • [M/T] 24457 - Fixed an error when cancelling back orders
  • [Bugfix] 2173 - Fixed SkyShare publication deletion (ER 24077)
  • [Bugfix] 2237 - PO Vendor Deliveries - 'Add All Items' fixed so that it functions for PurchaseOrderVendorDeliveryChangeHeader, as well as PurchaseOrderVendorDeliveryHeader
  • [Bugfix] 2244 - Corrected which grid is shown on the SAP BackOrder page when the Requisition is Partially Agreed with no lines on BackOrder and added the code behind the "Update" button - which stores the changes made in the grid and submits a request to the M/T to notify of update (SR 24295)
  • [Bugfix] 2244 - Few fixes around processing SAP Back Orders - Validation improved to ensure user selects a Back Order Category and Transport Mode when submitting, also fixed some cosmetics (SR 24295)
  • [Bugfix] 2250 - Fixed Airline Edit - Airline Hub Grid behaviour
  • [Bugfix] 2258 - Ensured that clicking any of the Approve buttons on Station Count Review presents the waiting spinner to prevent a double-processing (SR 15890)
  • [Bugfix] 2258 - Prevent UI from indicating that warnings can be sent from an ER, and fix to ensure errors in the warning-sending process get reported (SR 23431)
  • [Bugfix] 2260 - StationCount/Breakages edit functionality fixes
  • [Bugfix] 2262 - Fixed dashboard configuration edit model
  • [Bugfix] 2263 - Ensured NetWorkAnalHeader.NWAOrigin_ID is set correctly from the UI
  • [Bugfix] 2268 - Fixed Item Supplier edit from the AirlineSupplier main index grid
  • [Bugfix] 2270 - Added 'Originasl Non-Approved Qty' to the MRP Daily Figure popup (taken from PODetail.Order Qty - the data source used when calculating the MRP daily figures for non-approved qtys) (SR 23821)
  • [Bugfix] 2274 - Fixes for User Registration Review. Includes an update to underlying db view (SR 22105)
  • [Bugfix] 2284 - Fixed redirection to the Support Watch List
  • [Bugfix] 2292 - Fixed bug adding new Station Transport chains in UI (SR 24363)
  • [Bugfix] 2302 - Minor tweaks on SkySuite logos
  • [Bugfix] 2327 - Fixed allocated stock calculations for vendor deliveries. Other UI changes (up to UI standards)
  • [Bugfix] 2513 - UI changes to support HTML for ticket updates, from SR and ER posts (ER 25359)


Build 1.0.123.15 (RS 14/11/2020, LSY 14/11/2020)

  • [New] 1635 - added ability for users to change their message centre preferences
  • [New] 2063 - portal maintenance window in spanish for spanish accounts (ER 18021)
  • [New] 2100 - new set of logos added to /Account/MyProfile following addition of a new product option (SkyShare)
  • [New] 2100 - uploaded new logos for various SLX products (ER 24039)
  • [New] 2101 - airlines on the airline index page will be presented with SLX products they use. Also a read-only (show) version of the modal-popup on Airline index has been created
  • [New] 2111 - changed button name on page /Account/AllowedAirlinesIndex and enhanced how dropdown lists are being populated (ER 23943)
  • [New] 2114 - added ability to edit active WMS shipment reversals (ER 15654)
  • [New] 2117 - contact link added to SkyLog login screen (ER 23781)
  • [New] 2127 - enhanced download implemented on the SSIM page
  • [New] 2128 - enhanced download implemented on the SSIM error page
  • [New] 2129 - enhanced download implemented on the SSIM flight page
  • [New] 2142 - airline analytics role reviewed and access rights adjusted
  • [New] 2153 - revamped PortalState mechanism to use SignalR and set a more reasonable PortalStateCacheTime in web.config
  • [New] 2154 - total stock value will be presented in stock counts (ER 23811)
  • [New] 2157 - ported page presenting SCA data (ER 15750)
  • [New] 2159 - error handling added to the StockLevel/Discrepancy/ page
  • [New] 2160 - basic validations added to the item supplier mapping maintenance page
  • [New] 2162 - SkyShare Publication index and delete fuctionality implemente
  • [New] 2164 - menu options visibility enhanced for supplier accounts (ER 24085)
  • [New] 2167 - user role group added for the warehouse users (ER 24091)
  • [New] 2177 - changed view used to list registrations awaiting review
  • [New] 2181 - ability to delete stations at an early stage (ER 23939)
  • [New] 2182 - climate requirements table presented (ER 23937)
  • [New] 2183 - Units of Dimensions page has been ported to the new portal (ER 23933)
  • [New] 2184 - enumeration for WeightUnit table will be swohn in the portal (ER 23931)
  • [New] 2191 - basic validations added into the crate breakage report process
  • [New] 2194 - added validation on the Tail Number maintenance page
  • [New] 2199 - added show button on the OrganizationSite page
  • [New] 2200 - added support of stock item descriptions in multiple languages
  • [New] 2201 - users will now be forced to specify a new, different password when going through the change password process (ER 24229)
  • [New] 2204 - new auto requisitioning option provided in the station defaults - "Scheduled" (ER 19007)
  • [New] 2205 - added a heading to the select column on the Planned Orders grid on /MRP/EditSupplierForecast view
  • [New] 2206 - made warehouse stock level and transactions available in the menu header
  • [New] 2208 - analysis codes made available in the menu header
  • [New] 2209 - loss factors made available in the menu header
  • [New] 2210 - flight arrival time added to the grid on SSIM page (ER 24277)
  • [New] 2211 - granted suppliers access to the PO Lines KPI report (ER 24269 / 23281)
  • [New] 2215 - added pages to maintain reason code records
  • [New] 2221 - added option to change source of delivery on the requisition approval page (ER 23779)
  • [New] 2231 - tooltip added to make it clear what fields are mandatory on the StationItem maintenance page (ER 23779)
  • [New] 2234 - line colour coding replaced with badges on the delivery schedule grid
  • [New] 2236 - prevented duplicate items being added to a supplier delivery
  • [New] 2239 - extended ability to maintain delivery schedules of fully commited POs to SLX Operational role
  • [New] 2242 - increased flexibility to set up substitution approvers (ER 22783)
  • [New] 2245 - switched recount notification from a pop up window to a brief message that automaticallu disappears after a few seconds (ER 23927)
  • [New] 2377 - Provided Supplier Manager (RO) role with read-only access to POs (ER24809)
  • [New] 2483 - StockLevelExpectedFile model updated to reflect recent schema changes
  • [New] 23923 - RMAs will allow a quantity of up to 7 digits
  • [New] added station item status to grid on StationCount/Review page
  • [M/T] 2077 - Fix problem with PO progression and supplier custom delivery schedule (SR 23399)
  • [M/T] 2118 - Re-engineer BOM EDI processing to avoid potential for transaction timeouts (ER 12226)
  • [M/T] 2140 - Create user account on initial regitration review completion, but keep wki alive until all reviews complete (ER 21407)
  • [M/T] 2140 - Further change to User Registration multi-airline access to improve case where no airline users linked to the station (ER 24869)
  • [M/T] 2141 - Change review alert distribution
  • [M/T] 2143 - Ensure Inventory counts created immediately rather than via scheduler have no time set in CreatedDate
  • [M/T] 2146 - Workflow design for SkyShare (ER23963)
  • [M/T] 2152 - Initial Inflight Svr interfaces and processes for SkyShare (ER 23963)
  • [M/T] 2168 - Introduction of new role group, 3PL Distribution Staff which affects UserRegistration (ER 24091)
  • [M/T] 2171 - Additional checks added around Receipt Date in RMA updates (SR 24079)
  • [M/T] 2172 - Special handling of SkyShare Publication state based on EndDate (ER 23963)
  • [M/T] 2174 - Addition of 3rd party reference ID to a workitem (ER 19925)
  • [M/T] 2178 - Provide Update SkyShare Publication interface for portal usage (ER 23963)
  • [M/T] 2180 - Ignore currency for Parts Master interface, defaulting to Airline base currency
  • [M/T] 2187 - Add minimum line check for invoice remittance EDI validation (ER 20871)
  • [M/T] 2188 - Add check on Status ID where WMSIdentificationCodes is used for interfaces
  • [M/T] 2189 - More flexibility in terms of days-in-advance PO Receipt advice notification period (ER 13591)
  • [M/T] 2193 - Ensure users with RO roles are excluded from alerts to Station users (ER 24055)
  • [M/T] 2198 - Change to Article Master to support handling of multi-language descriptions (ER 11429)
  • [M/T] 2212 - Add Shipment reversal ID to email alerts (ER 15706)
  • [M/T] 2213 - Report general error on unexpected db errors when trying to create new Inventory Counts (SR 15710)
  • [M/T] 2218 - Change MT alerts to use HTML formatting to allow hyperlinks to be formatted as HTML anchors (SR 22103)
  • [M/T] 2222 - MT aspects of changing the source of supply at approval stage (ER 23779)
  • [M/T] 2229 - Adjust calculation of suggested quantities in MRP to ignore negative inventory quantity (ER 24271)
  • [M/T] 2238 - Catch UOM differences upon processing the inbound ReceiptAdviceEDI (SAP) (ER 24325)
  • [M/T] 2243 - Additional Approvers for item substitutions (ER 22783)
  • [M/T] 2253 - Early PO closure scenarios and recording of additional info (ER 24203)
  • [M/T] 2261 - Change to purging criteria for TempSub station par levels (ER 10990)
  • [M/T] 2265 - User alerts and automatic account suspension - Scheduler agent (ER 24369)
  • [M/T] 2266 - User alerts and automatic account suspension (ER 24369)
  • [M/T] 2267 - New interface to allow portal requests to reactivate suspended user account (ER 24369)
  • [M/T] 2281 - Fix problem with Back Order processing for cancelled back orders
  • [M/T] 2291 - PO Alerts problem (SR 24489)
  • [M/T] 2305 - Change to StationItemKPI to use general purpose scheduling table config rather than its own mechanism (ER 24529)
  • [M/T] 2312 - Change StockLevel workitem scheduling to use the general purpose scheduling table config (ER 24555)
  • [M/T] 2336 - Add auto-reminder and auto-deletion to SkyShare Publications that have been rejected at approval (ER 23963)
  • [M/T] 2337 - Support possible changes in the PublicationDistribution when a SkyShare publication is rejected and then resubmitted by the originator (ER 23963)
  • [M/T] 2385 - Change SkyShare PublicationAccessLog population to ensure user accounts are only added if the user has SkyShare access (ER 23963)
  • [M/T] 2396 - Change to Station Count 24, 36, 48 hour reminder alerts to prevent possible duplication of alerts to users (SR 24735)
  • [Bugfix] 1731 - Fix applied to PO Tracking index grid to ensure suppliers can only view data linked to their supplier account
  • [Bugfix] 2311 - Fixed bug with REQ templates drop-down and delete-selected button on the same requisition index page (SR 24565)
  • [Bugfix] 1731 - resolved access issues on PO tracking page
  • [Bugfix] 1844 - label added to show if a substitution request is urgent or not
  • [Bugfix] 2078 - ensured the "Show" button on the index grid on PurchaseInvoice/AwaitingCommitment takes the user to the PO Show page and not the PO Invoice show page (SR 23707)
  • [Bugfix] 2078 - fixed display issue on the POs Awaiting Commitment page (SR 23707)
  • [Bugfix] 2124 - fixed enhanced download of the flight data
  • [Bugfix] 2150 - prevent SLX Ops creating support projects and fixes around menu option visibility for Airline Administrators and Airline Operations - File Register menu. Fixed new roles not seeing General Reports. Fixed null error in BaseController on external product access check, and changed access rights for Airline Admins and Airline Operations to be more in line with SLX roles in the support area. Conditionally hiding the "Assign Support Requests" menu option based on role (ER 24049)
  • [Bugfix] 2153 - Dashboard layout pages require updates to include SignalR library files
  • [Bugfix] 2157 - Prevent file upload if there is exists a ExternalStationParLevelUpload workitem for the associated airline (SR 15750)
  • [Bugfix] 2166 - minor improvements to supplier forecast grid and its performance
  • [Bugfix] 2169 - minor bugs fixed on custom delivery schedules (SR 23947)
  • [Bugfix] 2173 - minor updates to the SkyShare publication detail pages (ER 24077)
  • [Bugfix] 2190 - critical item maintenance validations fixed
  • [Bugfix] 2195 - corrected filename when exporting to excel from /MRP/SupplierForecast
  • [Bugfix] 2196 - supplier are now prevented from creating deliveries when custom delieveries have not been used from the beginning (SR 23871)
  • [Bugfix] 2217 - multiple filters fixed so that filtering does not take too long (SR 23859)
  • [Bugfix] 2220 - fixed values in an exported excel file
  • [Bugfix] 2235 - fixed IFE data export to excel functionality (SR 23911)
  • [Bugfix] 2240 - fixed filtering issue on Direct Delivery field on EditMRPBatchAlerts page (SR 23707)
  • [Bugfix] 2251 - expanded access on the Airline Index page
  • [Bugfix] 2328 - Skylog no longer adds items belonging to other suppliers
  • [Bugfix] 2349 - changed Container List Index page to show equipment type code instead of equipment type description (ER 24375)
  • [Bugfix] 2419 - Fixed bug preventing subsequent approvals for multi-airline user registrations (SR 25037)
  • [Bugfix] 3439 - fixed security for the AJAX methods used by the parent grids on AircraftProvisioning/Index and AircraftProvisioning/ProvisioningRulesIndex and ensured anti-forgery token is validated on EditRule post method
  • [Bugfix] 15804 - fixed error complaining about Org_OrgType_ID when trying to edit an Organization (where type is not editable)
  • [Bugfix] 23175 - fixed back-link on Support and Enhancement edit page to redirect to the appropriate index page
  • [Bugfix] 24073 - fixed ability to delete StationItem records usig the X button on each line
  • [Bugfix] 24183 - fixed the ability to edit cells on station par levels edit page
  • [Bugfix] 24135 - fix column log date on the support page


Build 1.0.122.12 (RS 26/10/2020, LSY 26/10/2020)

  • [Bugfix] 2425 - Fix to StationShipments and In-Transit shipments query for WCS roles (SR 24921)

Build 1.0.122.11 (RS 20/10/2020, LSY 20/10/2020)

  • [Bugfix] 2408 - Added checks to skip saving data and more importantly, skip triggering the MT when a ticket / ER is updated (button clicked) but no values were actually changed by the user

Build 1.0.122.10 (RS 16/10/2020, LSY 16/10/2020)

  • [Bugfix] 2089 - IWT General report fix for the In-Transit Qty column (SR 24967)

Build 1.0.122.9 (RS 15/10/2020, LSY 15/10/2020)

  • [New] 1712 - DDL set up for to allow selection of MOT (ER 21243)
  • [New] 1844 - UI add urgent / immediate substitution checkbox/button
  • [New] 2093 - Added Total committed to quantity to delivery schedule view (ER 23687)
  • [New] 2058 - User Role Group and User Role options removed in the System Admin/Security menu
  • [New] 2089 - Added ability to download completed inventory count data (SR 15734)
  • [New] 2089 - New toolbar level filters for the StationItemKPI report (SR 24027)
  • [New] 2095 - Items grid on Requisition EditProvisional view configured for Enhanced Exporting
  • [New] 2103 - Edit Loading Groups now shows group totals for Item Loading Groups (ER 23887)
  • [New] 2104 - Add dynamic sum calculations of the loading group weights, volumes and pallets during maintenance operations (ER 23887)
  • [New] 2108 - Added column auto-width resizer functionality to bespoke reports
  • [New] 2110 - Added Arrival date/Time to the Flight Page (ER 23763)
  • [New] 2114 - Ability to edit an active WMS Shipment Reversal (ER 15654)
  • [New] 2134 - Ability for caterers to add items to automatically generated requisitions (SR 16791)
  • [New] 2137 - AuditLog/ErrorIndex page will show time of an error as well as date stamp
  • [New] 2147 - Menu Access for SkyShare (ER 24043)
  • [New] 2150 - Created new User Roles - AirlineAdministrator and AirlineOperations (ER 24049)
  • [New] 2151 - UI Pages to maintain SkyShare PublicationType data (ER 24051)
  • [New] 2154 - Added total stock value to stock counts (ER 23811)
  • [New] 2156 - Job Type and Error Status filters list added to the ErrorIndex Grid (SR 15752)
  • [New] 2157 - Ported new functionality for viewing SCA data (SR 15750)
  • [New] 2333 - POs awaiing approval index, and approval edit functionality updated to accomodate 2-stage approval process, where access is optinally limited according to PO values (ER 22673)
  • [Bugfix] 2049 - Handling of Error IDX10311 (ER 16369)
  • [Bugfix] 2054 - Few minor fixes to supplier forecast
  • [Bugfix] 2089 - Fixed bug in EnforceRMAQty checks during RMA processing (SR 15556)
  • [Bugfix] 2089 - Fixed requisition grid item highlighted row functionality (was broken for alternate rows) in Requisition edits (SR 15694)
  • [Bugfix] 2089 - Fixed label on page: /StationCount/AddItemToCount/{CountID} (SR 15732)
  • [Bugfix] 2089 - Corrected Min Float and Min BackUp labels on the header model used in the count Review page (SR 15748)
  • [Bugfix] 2089 - Fixed a JS error preventing the grid on VendorDeliveryEditWindow working when accessed from the EditRestrictedPurchaseOrder view (SR 23875)
  • [Bugfix] 2089 - Fixed submit PO handling (SR 23921)
  • [Bugfix] 2089 - RMA Add Item view - allow qty value up to integer max (SR 23923)
  • [Bugfix] 2089 - Addressed error that was popping up when users tried to list second page of PO shipments (SR 23959)
  • [Bugfix] 2089 - Fixed bug when closing ERs (SR 23977)
  • [Bugfix] 2089 - Changed edit icon to magnifying glass for complete ERs (SR 24009)
  • [Bugfix] 2089 - Filter on the Organization filter on the SSIM Files page (SR 24037)
  • [Bugfix] 2089 - POs awaiting approval listing logic updated to show POs for appropriate users (SR 24901)
  • [Bugfix] 2132 - Fixed organizations drop down list when creating new airlines (SR 18207)
  • [Bugfix] 2139 - Changed how count quantities are calculated for 'Parent' count lines, line type 'P' (SR 15630)
  • [Bugfix] 2149 - Prevented RMA Ship Confirmation if any RMA Item is missing Par Level (SR 15556)
  • [Bugfix] 2155 - Added validation check to airline maintenance
  • [Bugfix] 2166 - Supplier Forecast grid performance improvements and UI standard fixes
  • [Bugfix] 2169 - Various bugs in Vendor Custom Delivery Schedules (SR 23947)
  • [Bugfix] 2269 - one of two magnifying glasses switched back to edit icon (SR 24245 / 24503)
  • [Bugfix] 2279 - PO Header enumeration changes to incorporated Pre-approved status


Build 1.0.121.10 (RS 08/10/2020, LSY 08/10/2020)

  • [New] 1967 - Add "Item Category" in reports of the system KPI reports
  • [New] 2003 - User airline access maintenance is missing a check that exists in the legacy
  • [New] 2039 - Update the menus that are visible to a user based on the products they are licensed to use.licensed for is determined by the value of Userdet_SlxProdCfg_ID ER23483
  • [New] 2047 - UI change required to add new "Scheduled" line in ParLevel
  • [New] 2054 - Supplier Forecast - Excel file generation - UI for supplier role
  • [New] 2063 - Portal Maintenance window message to be presented in Spanish for Spanish accounts 18021
  • [New] 2080 - Inventory By Location chart - implemented dashboard-level filters
  • [New] 2094 - Daily Activities - Inventory Counts improved with enhanced report download
  • [New] 2098 - UI needs to support schema change, specifically UserDetail.UserDet_SLXProdCfg_ID, which has changed from a tinyint __> int
  • [New] 2099 - Rebuild of Authentication Server, following a change of data type for field: UserDetail.UserDet_SLXProdCfg_ID
  • [New] 2100 - Development work required for https://{instance}.skylogportal.com/Account/MyProfile following addition of a new SLXProduct option, SkyShare
  • [New] 2101 - On the pages accessible from https://{instance}.skylogportal.com/Airline - show which products an airline is configured for (Skylog, SkyTrack etc.)
  • [Bugfix] 2096 - Anaysis Code maintenance allows Airline ID to be changed


Build 1.0.120.[9,10] (RS 05/10/2020, LSY 06/10/2020)

  • [Bugfix] 2169 - Various bugs in Vendor Custom Delivery Schedules

Build 1.0.120.8 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] 2333 - UI changes required for Multistep approval functionality. [PO approvals] for more details

Build 1.0.120.7 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] 2269 - Fix StationShipmenet page is showing TWO magnifying glass icons per row

Build 1.0.120.6 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] 2287 - Restrict data that can be viewed by different roles / users for Supplier forecast functionality (SR24487)

Build 1.0.120.5 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] 2279 - PO Header enumeration changes to incorporated Pre-approved status

Build 1.0.120.4 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] Ensure the shipping warehouse ID is always passed to the M/T when processing issue back orders

Build 1.0.120.3 (RS 01/10/2020, LSY 02/10/2020)

  • [Bugfix] SR15748 - Corrected Min Float and Min BackUp labels on the header model used in the count Review page

Build 1.0.120.2 (RS 01/10/2020, LSY 02/10/2020)

  • [New] 2034 - Supplier Forecast UI development ER23205 - When editing the Daily Figures on MRP/EditAlert view, Approved Qty's are now PROPERLY defaulted to equal the Planned Qty's if they are null (when saving grid). Also, the same happens when you click to confirm the Qty's - the UI will automatically set the Approved Qty's to match the Planned Qty's if the user hasn't supplied a different value.- [Edit Supplier Forecasts] for more details
  • [New] 2055 - Supplier Forecast - Excel file generation ER 23207 - UI for SLX roles. New buttons on the Supplier Forecast edit page - these buttons both trigger the M/T to generate the document - which will be listed in the new sub-grid "Document Requests".[Edit Supplier Forecasts] for more details
  • [New] 2059 - UI change allowing Warehouse Customer Service to Edit Partial Receipted POs
  • [New] 2081 - Align Old charts and new charts with filtering function ER23353
  • [M/T] 1291 - BCP/Auto Scheduled report mechanism (ER 18803)
  • [M/T] 2070 - Forecasting fix related to index performance
  • [M/T] 2071 - Forecasting fix related to reporting Citypair lookup failures
  • [M/T] 2008 - Change to email alert distribution for PO approval (ER 22673)
  • [M/T] 2009 - Enforce two-step approval process (ER 22673)
  • [M/T] 2010 - Extend PO Header Status (ER 22673)
  • [M/T] 2072 - Update to latest FlexCel licensed assemblies
  • [M/T] 2077 - Fix problem with PO progression and supplier custom delivery schedule (SR 23399)
  • [M/T] 2053 - Supplier Forecast Excel file generation (ER 23207)
  • [M/T] 2046 - Scheduled Option for Requisitioning in StationDefaults config (ER 19007)
  • [M/T] 2053 - Supplier Forecast Excel file generation - DBChange (ER 23207)
  • [M/T] 2056 - Supplier Forecast Excel file generation, further MT changes (ER 23207)
  • [M/T] 2097 - Include SPM in Auto-Req initial review alert distribution
  • [M/T] 2105 - Improve EDI split file registration in WMSFileRegistration table
  • [M/T] 2107 - Ensure StationCountHeader ActDateUTC is ONLY set upon initial count submission
  • [Bugfix] 23801 - Edit MRP Alert - removed duplicate 'Expected Qty' field
  • [Bugfix] 23815 - Fixed error when paging warehouse transfer details in WarehouseTransfer/Show
  • [Bugfix] 2048 - When you expand a row on the /Flights page, an error is presented - See Support Ticket #23649
  • [Bugfix] 2049 - Handling of Error IDX10311 ER16369


Build 1.0.119.7 (RS 02/09/2020, LSY 02/09/2020)

  • [Bugfix] 2269 - one of two magnifying glasses switched back to edit icon (SR 24245 / 24503)

Build 1.0.119.6 (RS 02/09/2020, LSY 02/09/2020)

  • [Bugfix] 2287 - access rights fixed on page /MRP/SupplierForecast for both Supplier role and SLX roles (SR 24487)

Build 1.0.119.5 (RS 02/09/2020, LSY 02/09/2020)

  • [New] 2031 Asset Tracking Dashboard LSY ER13632 - Map
  • [New] 2034 Supplier Forecast UI development ER23205 - Initial commit for Supplier Forecast UI
  • [New] 2040 Station Inventory Count Review - Implemented item-level colour-coding, and also fixed the item order
  • [New] 2049 Handling of Error IDX10311 ER16369
  • [New] 2079 [Additional] Check if Wiki page with Release Notes could be exempt from approval and editable by all - A small change was made here to the URL SkySuite directs you to when you click the Portal Version. Page should now be Release:History instead of the old Release_History. Note: Test evidence should just show the link path (which is usually shown when you hover over a link) - the wiki itself has a redirect set up from Release_History to Release:History so showing the address bar does not prove it works
  • [New] 2080 - Asset Tracking Dashboard - added new 'Inventory By Location Chart' (first phase development)
  • [Bugfix] 1796 - Fixed bug in the StockLevels page - Expected Warehouse Transfers drill-down grid now always shows correct data
  • [Bugfix] 2078 See ticket #23707, Problems displaying PO data - Ensured that the error message stating that no PurchaseOrderInvoiceHeader record exists reaches the user when attempting to render the PurchaseInvoice/Show view
  • [Bugfix] 2082 See Support ticket #23749, when exporting (downloading) data from the the /Flight page, the scheduled flight departure value is exported as just a date - should be Date AND TIME. Flight index grid now uses Enhanced Exporting, AND the exported DateTime field includes the Time portion


Build 1.0.118.6 (RS 31/08/2020, LSY 02/09/2020)

  • [New] 2057 Dashboard Configuration Maintenance - implementation
  • [New] 2060 Create/Review Requisition to have enhanced download
  • [New] 2061 Station Shipments page to have enhanced download
  • [New] 2062 See ER 23281, when a supplier logs in and visits the All POs page, a default filter should be applied to only list POs which have been approved
  • [New] 2065 See ER #23181, add "Last Updated Timestamp" to the ERs page (https://instance.skylogportal.com/Support/Enhancements)
  • [New] 23625 - Improved the Support Ticket monitor functionality
  • [Bugfix] 1534 - fixed Monitor button on ERs
  • [Bugfix] 15606 & 15608 - Count review
  1. Item row background colour-coding fixed
  2. Implemented coding legend
  3. On review, applied default filter to show only queried lines, if applicable
  4. When returning from viewing/editing an item form the review page, fixed to ensure the user sees the previous page number, and items per page
  • [Bugfix] 15630 / 15674 / 15726 - Not filling in an inventory count line will not cause a problem anymore
  • [Bugfix] 15642 - Filtered out inactive airlines from AircraftModule index view
  • [Bugfix] 23655 - Fixed confirm button on PO under-committed pop-up window (from CommitCustom view)
  • [Bugfix] 23912 - fixed minor bug related to PO submission


Build 1.0.117.7 (RS 24/08/2020, LSY 02/09/2020)

  • [New] 1540 'Undo' & 'Redo' buttons to be added to all Aircraft Editor pages - er19949
  • [New] 1657 Introduced new DB field StockItemReceipt.StkItemRec_ItemCode to capture all item codes that reach us via interface (ER 20033)
  • [New] 1712 DDL set up for to allow selection of MOT - er21243
  • [New] 1722 Added ability to select Mode of Transport for back orders (ER 21243)
  • [New] 1992 Set all dispatch quantities lines button required in the dispatch return screen - er23203
  • [New] 2031 Asset Tracking Dashboard LSY ER13632 - Map
  • [New] 2033 Modification of the Port table maintenance pages as a consequence of the above dataset change ER23479
  • [New] 2037 On the top level menu the description for tracking options says "SKyTrack" please change this to Say "Asset Tracking" ER23481
  • [New] 2057 Implemented Dashboard configuration page
  • [New] 23431 Ensured a success message is displayed when sending a warning to user(s) on a support ticket
  • [New] 23493 Removed hard-coded widths on most of the columns on Support index to ensure Subject column has a suitable width
  • [New] 23599 Fixed Category DDL only being editable on "new" (unassigned) tickets
  • [M/T] 1728 changed the way the tag <GR_RCPT> differently in CFS_SLK_BA_ReceiptConfirmation EDIs is being populated (ER 20937)
  • [M/T] 1819 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1821 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1822 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1824 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1825 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1826 preparation for BOM processing - not fully implemented yet (ER 22669 / ER 22741)
  • [M/T] 1827 necessary changes for processing BA BOM files (ER 23183)
  • [M/T] 1902 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T] 1908 automatically insert any missing Aircraft and PassengerClass records when processing galley planning data (ER 22703)
  • [M/T] 1909 update use of provisioning rules to take into consideration new columns in ProvisioningLoadingRule table (ER 22721)
  • [M/T] 1912 preparation for BOM processing - not fully implemented yet (ER 22669 / ER 22741)
  • [M/T] 1928 DB changes to update ActualPAX interface (ER 20009)
  • [M/T] 1927 changes necessary for processing BA inbound ActualPAX files (ER 22881)
  • [M/T] 1944 enhanced JSON API interface with jetBlue (ER 22813)
  • [M/T] 1959 enhanced NWA Warehouse calculation to use forecasts with different origins (ER 23031)
  • [M/T] 1960 updated MRP to always show/use the most recent data from NWA Warehouse (ER 23031)
  • [M/T] 1975 changes necessary for processing BA inbound ActualPAX files (ER 22881)
  • [M/T] 1976 changes necessary for processing BA inbound ActualPAX files (ER 22881)
  • [M/T] 1977 changes necessary for processing TACA inbound ActualPAX files, now obsolete (ER 22879)
  • [M/T] 1978 changes necessary for processing BA inbound ActualPAX files (ER 22881)
  • [M/T] 1977 changes necessary for processing TACA inbound ActualPAX files, now obsolete (ER 22879)
  • [M/T] 1991 preparation for BOM processing - not fully implemented yet (ER 22059)
  • [M/T} 1995 changed NWAW calculation to identify which forecast holds the latest blended forecast for MRP usage (ER 23031)
  • [M/T] 1996 implemented reasonable check for station inventory counts (ER 23201)
  • [M/T] 1997 updated calculation of station stock out predictions (ER 23199)
  • [M/T] 23211 DB changes to support enhanced forecasting
  • [Bugfix] 23443 - Fix MRP Batch Alert Edit bug
  • [Bugfix] 23623 - Corrected default sort order for Workflow Exceptions Index grid
  • [Bugfix] 23737 - Fixed bug that prevented Caterers from editing requisitions in a pre-approved status


Build 1.0.116.8 (RS 12/08/2020, LSY 12/08/2020)

  • [Bugfix] 15748 - Min Float and Min BackUp labels have been corrected (switched) on the count review page ( /StationCount/Review/... )

Build 1.0.116.7 (RS 20/05/2020, LSY )

  • [New] Skylog now allows to approve requested delivery date even if lead-time is a few hours longer. More details [VSO1734/ER20933]
  • [New] Warehouse Customer Services user role now allows users to raise IWTs - [VSO1956/ER15369]
  • [New] Station Receipts Report now has column with Station Code in addition to OrgSite reference (United Airlines) - [VSO2012/ER23315]

StationReceipt.png

  • [New] 2017 Provide UI option to Opt out from Enhanced requisition approval page delivered under - ER18383
  • [New] Search window is now in top left corner to in Stock Item page [VSO2018], Critical Items page [VSO2019], 2023 General Search Function for Support / Enhancement Ticket page [VSO2023]

GeneralSearch.png

  • [New] Enhanced download script applied for few more pages allowing to download up to 1 mil lines [VSO2027] NWA details
  • [New] Dashboard Configuration added to the main menu. NOTE: This is a WIP, and the grid is currently display-only. No editing. [ER23355]
  • [Bugfix] VSO2049 - Handling of Error IDX10311 - Sign in process (Released 29th July 2020)
  • [Bugfix] VSO2139 - False error messages being presented for LH Inventory Counts (Released 29th July 2020)
  • [Bugfix] VSO2002 Support Project maintenance - missing some basic validations
  • [Bugfix] VSO2011 SkyTrack related dashboards no longer working - [SR23349]
  • [Bugfix] VSO2028 UI REQ Approval Page needs to perform a check to ensure that a Mode of Transport is selected/chosen prior to displaying the Order Qty Excess modal dialog - [SR15526]
  • [Bugfix] ER15562 - Open up SSIM access to Skylog product users
  • [Bugfix] ER15590 - Implemented ability to store StationCountDetail records on the ReviewDetail view
  • [Bugfix] ER23283 - Fix - Abort not working for Provisional POs
  • [Bugfix] ER23435 - Fix - Not able to add attachments to a support ticket

Build 1.0.116.5 (RS , LSY )

  • [New] 1734 Align how the system interprets the day when requisition is created - ER20933
  • [New] 1956 Warehouse Customer Services to be able to raise IWTs - ER15369
  • [New] 2012 Station Receipts Report missing Station Code in additiona to OrgSite (United Airlines) - ER23315
  • [New] 2017 Provide UI option to Opt out from Enhanced requistion approval page delivered under - ER18383
  • [New] 2018 General Search function for Stock Item page
  • [New] 2019 General Search Function for Critical Items page
  • [New] 2023 General Search Function for Support / Enhancement TIcket page
  • [New] 2025 General Reports - IWT Details page enhanced download function
  • [New] 2027 NWA details - Enhanced download
  • [New] 23355 - Dashboard Configuration added to the main menu. NOTE: This is a WIP, and the grid is currently display-only. No editing
  • [Bugfix] 2002 Support Project maintenance - missing some basic validations
  • [Bugfix] 2011 SkyTrack related dashboards no longer working - SR23349
  • [Bugfix] 2028 UI REQ Approval Page needs to perform a check to ensure that a Mode of Transport is selected/chosen prior to displaying the Order Qty Excess modal dialog - SR15526
  • [Bugfix] 15562 - Open up SSIM access to Skylog product users
  • [Bugfix] 15590 - Implemented ability to store StationCountDetail records on the ReviewDetail view
  • [Bugfix] 23283 - Fix - Abort not working for Provisional POs
  • [Bugfix] 23435 - Fix - Not able to add attachments to a support ticket


Build 1.0.115.5 (RS 07/05/2020, LSY )

  • [Bugfix] 23655 - Unable to partially commit to a PO on RS Alpha

Build 1.0.115.4 (RS 28/04/2020, LSY 05/05/2020)

  • [Bugfix] 23443 - Unable to Edit MRP
  • [Bugfix] 23475 - Unable to receipt confirm

Build 1.0.115.2 (RS 22/04/2020, LSY )

  • [New] 1946 Improvements to the text and label handling on the trolley editor
  • [New] 1971 Warehouse Stock Levels - All Transactions
  • [New] 1994 See ticket #22991 - seems that the Provision Loading Errors page has been missed in the porting exercise
  • [New] 22407 Re-instates a column that was erroneously removed from NetworkAnalysis\WarehouseDemandIndex
  • [Bugfix] 1993 PurchaseInvoice/AwaitingApproval pages - Grid "drill-down" errors
  • [Bugfix] 2002 Support Project maintenance - missing some basic validations
  • [Bugfix] 15540 - Fixed Station Count Review page - the grid column 'Expected Count Qty' was taking value from the wrong column in the database view
  • [Bugfix] 23435 - error on adding attachement to support ticket


Build 1.0.114.1 (RS 22/04/2020, LSY )

  • [New] 1904 Logging user on the Support tickets data grid - list options in alphabetical sequence please
  • [New] 1931 Add Shipment tab to Inside RMA page 22863
  • [New] 1957 Port maintenance pages
  • [New] 1965 Request to port from legacy portal screen allowing to extend users access ER19109
  • [New] 1982 See support ticket #23131 - it is not possible to endorse ERs in the MVC portal
  • [New] 23075 - Added Ext. Ticket No. to support tickets
  • [New] 23227 - Added search panel to report grids
  • [Bugfix] 21715 - Added new message for new db constraint CON_IssueHeader_Despatched
  • [Bugfix] 21835 - Ensure the Prov_POCntrctHdr_ID is set when auto-matching and finding a POMC match (for statuses up to and including Awaiting Approval)
  • [Bugfix] 23139 - Requisition Approval - when only one Preferred Transport Mode record exists for the station, default to it and make the dropdown list read only
  • [Bugfix] 23163 - Changed filter configurations on Station Count Details KPI report to improve performance
  • [Bugfix] 23189 (Fix first user to be assigned to ticket wasn't added to distribution list)


Build 1.0.113.4 (RS 15/04/2020, LSY )

  • [New] 1780 Add total value to bar charts [primary charts]
  • [New] 1781 Add total value to bar charts [secondary chart]
  • [New] 1893 Provide Global updating capability for ItemLoss factor
  • [New] 1932 Add a Shipment tab in RMA quick View 22863
  • [New] 1952 add user firstName and lastName to header of skylogportal ER14637
  • [New] 1961 Offer a button to make a cascading change of the Method of Transport at REQ Approval step ER16883
  • [New] 1968 General Report - Station ITem KPI reports
  • [New] 1969 General Reports - RMA Details
  • [New] 1986 Born out of support ticket 23133, the authentication server should detect the browser being used by the end-user and if its the loathed IE, tell them to go use a better browser or suffer the consequences...
  • [New] 22145 - Make WorkItem ID a filterable column in the System Errors index grid
  • [New] 22833 - Updated View_FlightLoadedItems to join to NetWorkAnalHeader and filter to return active forecasts only
  • [New] 23129 - PurchaseOrder/Show fixed to show Ultimate Warehouse destination (when applicable)
  • [New] 23133 - removed client script that is not supported in IE11
  • [Bugfix] 1973 Support Ticket #23077 - filtering by txn type is not possible


Build 1.0.112.4 (RS 08/04/2020, LSY )

  • [New] 1767 ItemDemandForecast - Migrate View NWA Details
  • [New] 1808 Support - Migrate Projects window
  • [New] 1856 General Reports - Requisition Details (Performance improvements when filtering on that report)
  • [New] 1903 Modify all CityPair related pages to incorporate 2 new fields (Mileage & KM's)
  • [New] 1915 Urgent improvements required for the REQ approve and alter page in the MVC portal (see support ticket #22793) for details
  • [New] 1916 Create pages to view the details in the new AircraftRouting table ()Changeset 34097: Changed tooltip position (removed blink effect)
  • [New] 1921 Extend Airline Analytics User Profile - Supply Chain Participants/Stations
  • [New] 1922 Extend Airline Analytics User Profile - StockItem/StockItem
  • [New] 1923 Extend Airline Analytics User Profile - StockItem/ItemPack
  • [New] 1924 Extend Airline Analytics User Profile - StockItem/ItemCatalogue
  • [New] 1925 Extend Airline Analytics User Profile - StockItem/ItemSupplier
  • [New] 1926 Extend Airline Analytics User Profile - StockItem/ItemWarehouse
  • [New] 1937 Requisitions - tick boxes in Requisition Header pager with function to delete premanual submits
  • [New] 1940 General Report - StationCountDetails report wired up for Enhanced Exporting
  • [New] 1941 Add Children, Infant, Staff PAX details and diverted port detail to PAX pages developed under VSO task 1795
  • [New] 1942 Add PNR code to the Special Meals window developed under VSO Task 1795
  • [New] 22909 - Ensure column resizer is rendered for MRP/EditAlert (MRP Daily Figures grid)
  • [Bugfix] 1894 Suspected problem with automatic renewal of bearer token
  • [Bugfix] 1943 Typo in the web.config for the Skylog MVC portal, Key = AuthenicatedRedirect
  • [Bugfix] 22527 - Cosmetic issue on numerical columns when exporting to PDF
  • [Bugfix] 22963 - Fix 'Awaiting Approval' Index grid - Status column is no longer hidden by default
  • [Bugfix] 22965 - Support notifications closing support related editor dialogues
  • [Bugfix] 23037 - Item unit price rounding fixes for PO Contracts


Build 1.0.111.5 (RS 06/04/2020, LSY )

  • [Bugfix] 23197 - RMA Ship Confirmation - unable to save and continue Ship Qtys (gets set back to zero)

Build 1.0.111.4 (RS 01/04/2020, LSY )

  • [New] 1572 Porting task, (ER16499) - bring across back ordering for SAPCentric clients in to the MVC portal
  • [New] 1801 Ensure the shipment linked to a Delivery change is updated with the new Expected date and inform the WMS of a date change via Receipt Advice message
  • [New] 1803 UI to support two new fields that have been added to the AircraftConfiguration table - see ER #21965
  • [New] 1855 Manufacturer details in Skylog - (ER20603)
  • [New] 1879 Provide pages to maintain (Add or delete) Hub Airports for a particular airline
  • [New] 1900 UI for planned substitution by region - (ER22245)
  • [New] 1907 Create pages to view data in the BA BOM Staging tables via the portal
  • [New] 1916 Create pages to view the details in the new AircraftRouting table
  • [New] 1936 Bugs fixing & improvements
  • [New] 22941 - Revise the enhanced requisitioning approval page to make it more flexible for operations other than Lufthansa
  • [Bugfix] 1947 (sr22999) - Planned Orders Report, when the Export to Excel button is clicked, nothing happens
  • [Bugfix] 1948 SAP Backorders functionality is ignoring Airline access rights - allowing users to view and edit requisition backorders for any airline
  • [Bugfix] 22073 - Changed the default filter operator globally for string values in Kendo grids
  • [Bugfix] 22697 - Added Pick Instructions/Priority for provisional requisitions
  • [Bugfix] 22887 - Fixed invalid Id reference in view
  • [Bugfix] 22925 - Removed SeqNo from POVendorDeliveryHeaderEdit viewModel


Build 1.0.110.8 (RS 26/03/2020, LSY )

  • [New] 22941 Revise the enhanced requisitioning approval page to make it more flexible for operations other than Lufthansa
  • [Bugfix] 1947 Planned Orders Report is not downloading

Build 1.0.110.6 (RS 19/03/2020, LSY )

  • [Bugfix] 1945 Enhanced report download job is not applying filters 22953
  • [Bugfix] 22925 Unable to create additional vendor deliveries as a supplier for fully committed

Build 1.0.110.3 (RS 18/03/2020, LSY )

  • [New] 1486 Add a "waste Bin" feature - items on the aircraft layout galley canvass can be dragged to the waste bin to avoid using the delete button on users keyboard (ER 19673)
  • [New] 1600 Shipments by mode of transport and on time % (drill tables) ER16865
  • [New] 1689 Provide Station Executive Role Access to Station Performance dashboard
  • [New] 1791 Save customized dashboard
  • [New] 1795 Develop pages to display Actual PAX and Special meal quantities and request history
  • [New] 1840 NWA Demand by Warehouse report 21407
  • [New] 1874 General reports - Network inventory valuation
  • [New] 1879 Provide pages to maintain (Add or delete) Hub Airports for a particular airline
  • [New] 1889 ER22407 - Add Forecast ID to NWAD by warehouse screen
  • [New] 1891 22225 - Enable Supplier relationship manager role to access to StockItem/ItemsIndex
  • [New] 1895 Add Network Analysis Origin column to the View NWA pages
  • [New] 1896 Reposition warehouse Inventory reporting to general reports menu
  • [New] 1903 Modify all CityPair related pages to incorporate 2 new fields (Mileage & KM's)
  • [New] 1905 Modify ProvioningRule pages incorporate selection by Distance of flight (Mileage) SCRIPT TO VSO!
  • [New] 1913 Offer an "Add" (+) button to allow SPMs to tack-on additional materials to a REQ which is in status: Awaiting Approval (See support ticket #22273)
  • [New] 1917 StockItem download contains skylog code over desc columns
  • [Bugfix] 22301 - Allowed requisition requested/approved qty > 99999 to be entered in the portal pages. Requires thorough requisition testing
  • [Bugfix] 22331 - Overcommitment warning for vendors creating delivery schedule
  • [Bugfix] 22535 - Fixed inability to reassign ER's
  • [Bugfix] 22793 - Added Req Status to Awaiting Approval index grid
  • [Bugfix] 22805 - Dashboard chart - submitted counts. Fixed the monthly category display to show the correct month
  • [Bugfix] 22857 - Fixed infinite loop between client/authentication server for authenticated users accessing un-authorized actions


Build 1.0.109.3 (RS 18/03/2020, LSY )

  • [New] 1251 Portal migration - Enhanced Requisition Approval page
  • [New] 1830 Amend the Requisition Pop as per ticket request ER21997
  • [New] 1835 Add alert when excel is uploaded for station stock count 20177
  • [Bugfix] 1882 Various reports of data download problems in the MVC portal, timing out if record set is more than a few thousand records (approx 10K)
  • [Bugfix] 22157 - Enabled exporting all pages
  • [Bugfix] 22331 - Show a warning to vendors if they try to submit a delivery schedule which over-commits to the order
  • [Bugfix] 22535 - Fixed inability to reassign ER's ####close ticket on release
  • [Bugfix] 22561 - Fixes to REQ Excess Qty popup - now rounding values before sending them off to the DB
  • [Bugfix] 22665 - Station Submitted Counts dashboard chart
  • [Bugfix] 22887 - Fixed invalid Id reference in view


Build 1.0.108.2 (RS 10/03/2020, LSY )

  • [Bugfix] 22793 - Important - /Requisition/AwaitingApproval page in the new portal doesn't show the REQ Header Status of the REQ

Build 1.0.108.1 (RS 06/03/2020, LSY )

  • [Bugfix] 22665 - Station Submitted Counts dashboard chart fix

Build 1.0.108.0 (RS 02/03/2020, LSY )

  • [New] 1868 Improve SSIM error handling so you can set multiple records for re-run reg globally or by error nature rather than individually
  • [New] 1870 Add a General Report to show Aircraft Provisioning Code Details
  • [New] 1871 Add a General report to provide details of Module Contents
  • [New] 1872 Add ability to maintain and view Module User Notes outside of the SkyLoad Canvases
  • [New] 1873 Add a page to allow forecasting attributes to be viewed through portal
  • [New] 1875 Add a page to show details in the FlightLink table
  • [New] 1877 Add Exchange Rule field to Module detail Grid on view Provisioning pages
  • [New] 1878 If the detail of a module is an item then disable the detail arrow to display module content as this only make sense for a module and not an item
  • [Bugfix] 1883 Cannot read property 'weightUnit' or null
  • [Bugfix] 22523 - Allow monthly negative financial consumption to display in chart


Build 1.0.107.0 (RS 02/03/2020, LSY )

  • [New] 1683 Adjust Module related View, Creation and Edit to accommodate new field ready for use and Share in Menu Plan
  • [New] 1730 Requisitions - Migrate copy Template button
  • [New] 1756 Ability to create records in AircraftContainerStowage (Stowage Rules)
  • [New] 1759 Restrict SkyLoad only Aircraft related pages & menus to users with SkyLoad licenced
  • [New] 1845 Station Stock Count chart sorting
  • [New] 1857 Forecast Changes Approval page row upload date to be added
  • [New] 1866 Restructure General reports menu in preparation for a lot more reports
  • [New] 1869 Remove the Upload and Offload Offset (days) from Provision Loading Pages
  • [New] Station Count Details report improved so that it automatically filters out data for stations the user doesn't have access to
  • [Bugfix] 1686 Position and move ability of picture window on canvasses is a problem (improve functionality)
  • [Bugfix] 1849 Airline selector doesn't work after loading stored filters (multipage problem)
  • [Bugfix] 22287 - Users with no restrictions on their ticket access should now be able to see ALL tickets


Build 1.0.106.3 (RS 26/02/2020, LSY )

  • [New] 1541 StationItem - Automatic Requisition Items
  • [New] 1731 Purchase Order - PO Notes page
  • [New] 1750 In full delivery - Supplier - ER18809 - [Drill down]
  • [New] 1768 StockItem - Item Supplier Mapping
  • [New] 1779 Add ability to download data in excel for All Chart-related data grids
  • [New] 1785 Hide empty Months in dashboards
  • [New] 1790 Add button to reset filters
  • [New] 1795 Develop pages to display Actual PAX and Special meal quantities and request history
  • [New] 1847 Improve error handling for container type editing in the canvas
  • [New] 20095 - Re-added the SLX Dummy Airline's items to StockItem listing grids, and added SLX Dummy Airline as a grid filter option
  • [New] 21833 - Internal (SLX Staff) URL links appear in the user account context menu (i.e. profile/support/ log out menu)
  • [Bugfix] 1788 Drill down chart for Warehouse Valuation needs to be populated
  • [Bugfix] 1848 dashboard charts are showing Month+1
  • [Bugfix] 22037 - Fixed a null reference error when cancelling a PO's balance from Receipt Confirmation page
  • [Bugfix] 22053 - Check user role is authorized to approvde POMCs, at PO/Airline configuration level
  • [Bugfix] 22103 - Fixed password reset functionality in AuthServer project (affects files in this project too though, hence the mention)


Build 1.0.105.1 (RS 18/02/2020, LSY )

  • [Bugfix] 22241 User unable to access the bond station

Build 1.0.105.0 (RS 13/02/2020, LSY )

  • [New] 1542 Atlas Chiller Icon required for Galley Editor
  • [New] 1729 StockItem - pdf button to download Item catalogue list with pictures
  • [New] 1736 Count Details Bespoke reports to display number values
  • [New] 1756 Ability to create records in AircraftContainerStowage (Stowage Rules)
  • [New] 1758 Create portal pages to show Stowage Types and related Container Compatibility
  • [New] 1759 Restrict SkyLoad only Aircraft related pages & menus to users with SkyLoad licenced
  • [New] 1780 Add total value to bar charts [primary charts]
  • [New] 1782 add button to be able to filter bar charts timeline
  • [New] 1786 Adjust Legend
  • [New] 1787 Add Legend to Warehouse Valuation Chart
  • [New] 1792 add country to station performance filter table
  • [Bugfix] 1800 PO Shipment Splitting - change to the expected date for an existing delivery is not sending an update ReceiptAdvice to the WMS


Build 1.0.104.2 (RS 13/02/2020, LSY )

  • [New] 1300 In Full delivery - Supplier - ER18809
  • [New] 1548 UI functionality of splitting PO shipments
  • [New] 1557 See Support ticket #20027 - improve Error handling when a PO is raised for materials with differing currencies. Prevent adding items to a PO if their currency doesn't match with the items already on the PO
  • [New] 1567 Create UI for "No Fly" item status Yes/No in stockitem screen
  • [New] 1305 / 18801 Added No-Fly flag to the StockItem grid
  • [New] 1597 Station Count - Breakages
  • [New] 1662 M/T changes required for vendor shipment splitting
  • [New] 1740 Restrict access to the galley canvas if a user doesn't have SSO grants
  • [New] 1752 City Pairs & Markets - Improve "Delete" functionality
  • [New] 1753 All dashboard charts require the date value displayed in the X-Axis to be in "MMM-YY" date format
  • [New] 1765 Improve filters and order by when displaying aircraft stowages from the flight schedule page
  • [New] er19939 PO Splitting (PO Vendor Deliveries)
  • [Bugfix] 1737 Requisition Excess Ordering Thresholds - duplicate logs can be created quite easily Avoid having duplicate entries in the RequisitionDetailExcessOrderQtyLog with the addition of a new "Counter" field - attempting to approve the same excessive figures multiple times should now increase the counter field rather than insert a new (duplicate) record
  • [Bugfix] 1757 Item Demand Forecast - External Forecast Data -> Unable to delete row
  • [Bugfix] 1762 Support Tickets - Watch List is showing too many records in the new portal
  • [Bugfix] 1772 Several Grids - not possible navigate across different pages of the grids
  • [Bugfix] SR21531 - Contract Items report is not loading - fixed
  • [Bugfix] sr21633 Changed sort order on Stock Unit DDL
  • [Bugfix] sr21655 Fixed issue causing users to be unable to save changes to Station Count Categories (already patched)


Build 1.0.103.6 (RS 29/01/2020, LSY )

  • [Bugfix] 1769 Error preventing access to Aircraft Layout Editor

Build 1.0.103.5 (RS 27/01/2020, LSY )

  • [New] 1570 Stock Item - Item Catalog Portal
  • [New] 1597 Station Count - Breakages
  • [New] 1658 Porting issue - Purchase Order Contract content in the MVC Portal does not allow you to view a break-down of POCntrctDet_ConsQty; this is available in the legacy portal though
  • [New] 1669 Allow access to General reports: Issue details, PO lines, contracted Items and Items on PO contracts to Supplier manager role
  • [New] 1688 Provide functionality to add/edit and delete module content if SkyLoad is not enabled
  • [New] 1741 Enhancements to the SSO Security token functionality
  • [New] 21353 - Make PO Master Contract PDF Generation and Existing documents listing available in Show page, Index Grid (Existing Docs grid on index page)
  • [Bugfix] 1650 Support Request #20625 - MVC UI is showing misleading information when viewing the break-down of Expected Receipts where the receipt is for a Partially Received PO
  • [Bugfix] 1686 Position and move ability of picture window on canvasses is a problem
  • [Bugfix] 1727 When approving a req in MVCRSTEST you get a message ‘true’ pop up after it tells you orders will be create etc
  • [Bugfix] 1738 Unfriendly error is displayed when validation fails for new Aircraft Module creation
  • [Bugfix] 20065 - Added SupplierManager roles to the authorised roles for PurchaseOrderDetailSummary_Read (listing of PO Details)
  • [Bugfix] 20089 - Edit button hidden for non-SLX users on grids presented on: ItemWarehouse index, ItemPacks index, TransportChains index, and Count Category index views, show button also added which is always available and presents the same data in read-only form
  • [Bugfix] 20105 - Added a help / explain button on the Shipments grid on EditRestrictedPurchaseOrder view
  • [Bugfix] 20467 - Fixed DDL population when creating a new PO (delivering to warehouse or warehouse via whse transfer)
  • [Bugfix] 21393 - Fix POMC Lookup in PO Creation. (also tested and patched out to 1.0.102.x)
  • [Bugfix] 21549 (add any New Airline Supplier records)


Build 1.0.102.6 (RS 21/01/2020, LSY )

  • [New] 1567 Create UI for "No Fly" item status Yes/No in stockitem screen
  • [New] 1598 Airline Supplier - additional contacts
  • [New] 1643 Add new field to Contracted items general report
  • [New] 1688 Provide functionality to add/edit and delete module content if SkyLoad is not enabled
  • [New] 1706 Warehouse - Adjustments screen
  • [New] 1710 Implement External order reference for SAP Requisitions
  • [New] 1715 Stock count - Migrate columns 'Cancelled' and 'Complete' in Stock Count overview
  • [Bugfix] 1675 Problem with functionality to delete a stockitem (fix deletion logic)
  • [Bugfix] 1701 Purchase Invoicing > All POs Grid shows incorrect value for 'Direct Delivery'
  • [Bugfix] 1727 When approving a requisition, you get a message ‘true’ pop up after it tells you orders will be create etc.
  • [Bugfix] 20719 - StockItem edits - ensure Item Cost, Weight, and Item Pack Weight allow up to 6 decimal points precision
  • [Bugfix] 21275 - Fixed grid sorting bug on Stock Item Index grid
  • [Bugfix] 21239 - Fixed several Back Order edit issues
  • [Bugfix] 21287 - PO Lines report updated to initially sort on PO Creation Date descending
  • [Bugfix] 21393 - Fixed the Contract Reference lookup for PO Edits


Build 1.0.101.2 (RS 08/01/2020, LSY )

  • [New] 1568 StationItem - Select Station Items to be Updated using latest station defaults
  • [New] 1569 Stock Item - Stock Item Replacements
  • [New] 1638 StationItems - migration of station items page
  • [New] 1656 Drill down on Open PO status dashboard chart
  • [New] 1664 RMA - Ability to amend RMA ETA after RMA has been approved
  • [New] 1668 Bespoke MRP Batch Report amendment
  • [New] 1680 Need the ability to create module details for a Miscellaneous Container Group
  • [Bugfix] 1532 Prevent ability to add disabled users to a ticket's distribution list
  • [Bugfix] 1650 Support Request #20625 - Portal is showing misleading information when viewing the break-down of Expected Receipts where the receipt is for a Partially Received PO
  • [Bugfix] 1647 Support Ticket #20635 - When adding a new Airline Supplier in the portal needs to auto-trim the Supplier Account Number
  • [Bugfix] 1674 Fixed several bugs in the Substitutions module
  • [Bugfix] 1677 Improved error handling in Item Pack maintenance pages
  • [Bugfix] 1685 Stock item editing. Exception if Pack levels have the same "Pack Description" value
  • [Bugfix] 1687 Default Image not showing in the Modules page
  • [Bugfix] 1713 Unable to edit provisional RMAs in v1.0.101.0
  • [Bugfix] SR17939 - Disabled selection mode on Station Count items grid and adjusted control heights to hopefully improve the cell-selection issue (Changeset 33196)
  • [Bugfix] SR20593 - KPI requisition detail - fixed filter behaviour for the 'Substitute' column
  • [Bugfix] SR21103 - Requisition editing (pre-approval and approval), Save and Continue now retains the Item Grid page number that the user was on
  • [Bugfix] SR21111 - SSIM Index Grid initial sort order now by created date descending


Build 1.0.100.3 (RS 03/01/2020, LSY )

  • [New] 1451 Support middle-tier upload function In Progress (Tidied margins and added upload button to change approval page)
  • [New] 1496 Validation of supplier contact email
  • [New] 1558 Waste Trolley shouldn't be chilled
  • [New] 1588 MRP - Planner Orders - Additional columns for "Soft POs"
  • [New] 1595 KPI receipt - station receipt report with additional columns
  • [New] 1596 KPI report - IWT Details report
  • [New] 1607 Supplier Performance Dashboard - Supplier On Time Commitment chart
  • [New] 1610 Supplier Performance Dashboard - Dashboard Open POs Status chart
  • [New] 1618 Validation needed when changing an Organization Type
  • [New] 1648 Add Cost Centre Category Code to GL Account Category pages
  • [New] 1649 Small changes and tidy up to GL Cost Centre category pages
  • [New] 1652 Implemented ability to maintain Alternative Aircraft Codes
  • [New] 1655 Better handled violations of Unique Index: IDX_RequisitionDetail_ReqHdr_ID__StkItem_ID__ReqDate__ExtLineRef, currently an unfriendly error message is presented to the user, which causes confusion
  • [New] 1663 Implemented ability to resolve an SSIM that was burst with errors
  • [New] 1667 Release banner should come up at Home Screen and as a banner T-10 minutes
  • [New] 20669 Quantity fields on Station Counts now only validated on submission (so users can save as they go)
  • [New] 20923 Saving a station will now only validate Default Loading (and it's relation to other active caterer stations) if the user actually changed the value
  • [Bugifx] 1549 Portal doesn't display extended characters correctly on drop down lists
  • [Bugfix] 1632 Non default pack quantity not enforced when adding items to back orders
  • [Bugfix] 1633 AircraftStowagePositionList Report Error
  • [Bugfix] 1654 Filtering on Aircraft Type page is not working as it should


Build 1.0.99.4 (RS 18/12/2019, LSY )

  • [Bugfix] 1642 SkyLog tickets - responsible user needs to be included in the e-mail list
  • [Bugfix] 1676 StockitemForecastLoadfactor decimal precision not being displayed correctly
  • [Bugfix] 1678 Deletion of an AircraftModule logic when to activate the delete icon is wrong

Build 1.0.99.2 (RS 12/12/2019, LSY )

  • [New] 1442 Display days coverage in MRP Daily figure
  • [New] 1451 Support m/t upload function
  • [New] 1527 When dragging a stowage position to the Galley canvas where is the default unit of Dims coming from? Also Min check needs explaining in terms of the unit
  • [New] 1550 Implemented ability to review forecasts
  • [New] 1601 Tidy up Aircraft Tail Number pages
  • [New] 1605 Dashboard - Drill data implemented for the Late Open PO shipments chart
  • [New] 1609 Planned Orders - UI - General reports to display data from MRPSoftOrderDetail
  • [New] 1615 Make SLX portal version identifier clickable - redirecting you to release history on the wiki
  • [New] 1617 Add Organization Type to Airline Supplier pages
  • [New] 1629 ER 20479 - Add External Line Number column to the PO lines KPI report
  • [Bugfix] 1446 SkylogistiX Wiki - Fix to improve the performance of the portal (reducing database reads)
  • [Bugfix] 20515 - Improved error handling for bespoke reports
  • [Bugfix] 20637 - Improved performance for loading items to add to Requisition
  • [Bugfix] 1148 Add time stamp to error pop-ups
  • [Bugfix] 1375 Enhance filters across all pages / grids = trimming numeric filter searches
  • [Bugfix] 1470 Support Ticket #19505 - Unable to export Bespoke Reports to MS-Excel
  • [Bugfix] 1639 SkyLog tickets - line breaks in the Detailed Description of the Problem
  • [Bugfix] 1642 SkyLog tickets - responsible user needs to be included in the e-mail list


Build 1.0.98.3 (RS 06/12/2019, LSY )

  • [New] 1218 Add a delete Icon to the StockItem/Index page to allow stock items to be deleted
  • [New] 1492 Substitution Module / Unplanned Substitutions migrated to new portal
  • [New] 1500 PO Lines data grid - files downloaded into csv/xls should have a date format adjusted to dd/mm/yyyy
  • [New] 1511 ItemSupplier index grid updated to include new columns
  • [New] 1580 Station Performance dashboard - Add "under review" and "recount" statuses to "Station Stock Count" chart
  • [New] 1593 Planned orders - UI - Add field forecasting period to Item supplier - Warehouse grid
  • [New] 1622 Station KPI - Station late orders table need mode of transport
  • [New] 1621 New Dashboard Group: 'Supplier Performance'
  • [New] 1604 'Supplier Performance' Dashboard chart - Late Open PO shipments
  • [Bugfix] 1611 Consumption chart not rendering categories in the correct order when when filters are applied
  • [Bugfix] 1612 Station KPI dashboard - Station count chart refresh
  • [Bugfix] 1470 Support Ticket #19505 - Unable to export Bespoke Reports to MS-Excel
  • [Bugfix] 1562 Aircraft Config - Creation Date Failure
  • [Bugfix] 1608 Module Copy & Delete Issues
  • [Bugfix] 1619 "sortablejs" node modules call exception when canvas loading
  • [Bugfix] 19133 - Sort order on Requisition Approval grid changes dependent on whether or not the airline is using Loading Groups
  • [Bugfix] 20289 - StationCountCategory Edit page improvements - fields for IncludeAllSPL and UpdateSPL are now read-only with appropriate values if Approval is not required
  • [Bugfix] 20375 - Changed option label for "Climate Requirements" on adding a stockitem
  • [Bugfix] 20379 - Fixed incorrect field binding on Stock Allocated to Warehouse Transfers grid (outbound)
  • [Bugfix] 20437 - Fixed method used to retrieve the blank count file - now returns the latest if there's multiple
  • [Bugfix] 20465 - Export button added to non-SAP-centric BackOrder items grid
  • [Bugfix] 20487 - Added Rule Sequence field to Provisioning Rules grid
  • [Bugfix] 20489 - Changed query for Expected Warehouse Transfers (Stock Levels) grid so that it's based on WarehouseTransferReceipt rather than WarehouseTransferDetail
  • [Bugfix] 20515 - Fixed error handling on Bespoke Reports


Build 1.0.97.0 (RS 02/12/2019, LSY )

  • [New] 1297 - Dashboard Chart - Shipments by Mode of Transport and On Time % - ER16865
  • [New] 1446 - SkylogistiX Wiki
  • [New] 1492 - (minor errors) Substitution Module / unplanned substitutions website
  • [New] 1520 - Port across functionality to allow the User Station Access table to be managed through the new portal
  • [New] 1566 - When creating a new Station Par Level entry (Station Item record), we should check to see if the "new" material has been associated with the station previously
  • [New] 1585 - Make the 'Network On Time Receipts' chart wider by default, and allow to be re-sizeable
  • [Bugfix] 1499 - StationCount Detail 'Last Count Date' not being populated in some cases (19641)
  • [Bugfix] 1613 - SR20423 - Build v1.0.96.0 has introduced a bug - problems editing ItemWarehouse records from page: /StockItem/Edit
  • [Bugfix] 1623 - SR20433 - Back Order processing - it is not possible to ship from an alternate warehouse
  • [Bugfix] 1626 - Unable to submit Requisitions in 1.0.97.x
  • [Bugfix] 1631 - MRP Supply Parameters - Item Warehouse edit bug


Build 1.0.96.0 (RS 20/11/2019, LSY )

  • [New] 1520 - Port across functionality to allow User Station Access to be managed in the new portal
  • [New] 1555 - Added Planner Name column to the Stock Levels index grid
  • [New] 20055 - MOQ and EOQ fields on Item Warehouse editor template
  • [New] 1519 - Warehouse Inventory Valuations Report (KPI)
  • [Bugfix] 1563 - Duplicate Container Item Type
  • [Bugfix] 1558 - Waste Trolley should not be chilled
  • [Bugfix] 20133 - Transit Only field bug on editing Warehouse
  • [Bugfix] 1453 - UI allows an MRP line to be submitted even if the Qty control is not showing a figure/value
  • [Bugfix] 20171 - Problems adding Stock Item Packs