Skip to end of metadata
Go to start of metadata

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

Compare with Current View Page History

« Previous Version 6 Next »

RELEASE NOTES IN PROGRESS

Workbench Release Notes

 Beta Release 4.7.5.1

Scheduled Release - 02 December 2024


Sharperlight release

https://webwbdoc.atlassian.net/wiki/spaces/RN/pages/3163521059/2.5.4+-+20+August+2024#Sharperlight-Data-Model-2.5.4.2

Upcoming Functionality & News

Enhanced Access Control for Financial Integration Screens

Access to Financial Integration screens (Xero, MYOB AccountRight, MYOB Acumatica, Business Central/Wiise) is controlled solely through licences.

We will be introducing enhanced access control with more granular permissions, allowing you to define what each user can do on the integration screens. Users will be able to:

  • Access only the data synchronization functionality from financial systems to Workbench.

  • Access the ability to set up or modify the integration configuration.

  • Have access to both.

These changes provide the flexibility to safely grant access to users who only need to perform data synchronization, ensuring more secure and role-appropriate access management.

image-20241202-041537.png

What you need to know:

  • Financial integration screens are available for all role licences (if included in the user’s site map profile).

  • 2 new permission:

    • Financials Admin to access the config fields and action buttons.

    • Financials Sync to access the sync button only.

  • Included by default in Administrator role and Finance role.
    Therefore, other Roles may lose access to the financial integration screen and must be setup by System Administrator.

  • The change will be released in January.

Prevent users from seeing all Purchasing related documents for Jobs not in their Profit Centre Groups

We will soon be making changes to how Profit Centre Group security is applied on PO List and AP Invoice List. Instead of simply preventing opening the detail popup we will be excluding the item from the list entirely if the document includes lines with jobs that are not allowed in the user's profit centres. This security will also be extended to AP Vouchers list


Feature Revisions

Jobs

  • Setting "Output Quantity Decimal Places" now applied on Job Enquiry --> Outputs
    The Quantity field in the Outputs tab of Job Enquiry now uses the "Output Quantity Decimal Places" setting to display the right value.

Job Budget

  • Budget Cost and Quantity can now support 2 decimal places or decimal places:
    There is a new control parameter to define how many decimal places budget lines should support on the Quantity and Unit Cost columns.
    By default, ‘Budget Quantity and Rate Precision’ new control parameter is set to 2, and it can be changed to 4.
    This addresses a particular scenario where BOM items are used and the value includes cents: in some cases, the sum of all the BOM lines in a Budget did not match the BOM value in the Bom List itself, due to rounding issues.

    image-20241124-215843.png

Lists

Dockets & Daysheets

Purchasing

Stock

  • Significant performance improvement on saving a new Stock Item and on saving Extension columns data on a Stock item. Saving of a new Stock item reduced to a second approximately.

Plant

  • Significant performance improvement viewing Plant details

    • Plant Item Maintenance loads much faster than before.

    • For certain Combo type Extension Columns, there is now an option to set it as a standard picker. For example, when using an Extension Column to select a Plant Group, the field can now be set on Extension columns as a Plant Group Picker. This provides a much faster experience when opening a Plant Item.
      These pickers replace the previous method which used a SQL query to populate the options for selection. New pickers are:

      • Plant Class

      • Plant Group

      • Pricing Group

      • Plant Location

      • Currency

      • Company

Standard columns are automatically migrated to use these Pickers.

Standard Plant Extension Column Name

SQL query used before pickers

Generic Picker to Replace SQL Query

Driver

SELECT PersonID, Surname + ', ' + FirstName + left(' (Inactive)', Inactive * -11) AS PersonName FROM People WHERE IsEmployee = -1 or PlantUser = -1 ORDER BY Surname, FirstName

fnPickEmployees

LeaseCurrency
PurchaseCurrency

Select CurrencyCode, CurrencyCode from Currencies order by Currencies.CurrencyCode

fnPickCurrencies

 

Location

SELECT LocationCode, Description FROM PlantLocation WHERE Inactive = 0 ORDER BY LocationCode

fnPickLocations

PlantClassCode

SELECT PlantClassCode, PlantClassDesc FROM PlantClasses ORDER BY PlantClassCode

fnPickPlantClasses

 

PlantGroupID

SELECT PlantGroupID, GroupCode + ' - ' + Description FROM PlantGroups where PriceGroup = 0 ORDER BY GroupCode

fnPickPlantGroups(0)

PlantPricingGroupID

SELECT PlantGroupID, GroupCode FROM PlantGroups where PriceGroup <> 0 ORDER BY GroupCode

fnPickPlantGroups(1)

Companies

SELECT CompanyID,CompanyName FROM Companies WHERE Companies.Supplier = -1 AND Companies.Active = -1 ORDER BY CompanyName

fnPickCompanies

Administration

  • Advanced Timesheet licence:
    Users with an Advanced Timesheets licence can now access the mobile Plant datasheets screen:

    image-20241201-224907.png



Fixes & Technical changes

 details

Fixes:


Integrations


Upvise


Things we are busy working on...

🗓️ Contract Claims: record claimed and certified values on each Claim (similar to how it is done in Subcontract Claims). New approval process on Contract Claims to resemble the certification process. This is in Beta stage, and is being tried by some clients.

🔎 Custom Views on List screens, and exploring the ability to add extension columns to these views. This will expand your reporting ability on the List screens.

(blue star) Audit for configuration changes.

⌛ Month End Process: controlled and easy to follow.

📈 Analysis graphs on Sales Invoices.

🔨 Interval- Based Equipment Maintenance in Upvise (e.g. 250-hour increments- 250, 500, 750, 1000 repeat)

  • No labels