You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to have an import functionality to allow users to quickly set prices in the entire application. This will ensure they can quickly and easily change prices without having to do a ton of clicking. This feature is similar to both the "import accounts from csv" functionality (#3061) and "import stock from csv" functionality (#2571) that exist in the system.
The basic workflow would be:
The user goes to the price list page
From the menu in the top right, they are able to download a "price list change template" in CSV format.
The template has columns for uuid, code, inventory group name, inventory label, and an empty "price" column. All are filled out except for the "price" column.
The user fills out the price column in the enterprise currency.
They can then "Import new price list from template", which gives them the ability to upload that CSV file.
The CSV file creates a new price list for the user based on the prices entered into the CSV template.
The text was updated successfully, but these errors were encountered:
We need to have an import functionality to allow users to quickly set prices in the entire application. This will ensure they can quickly and easily change prices without having to do a ton of clicking. This feature is similar to both the "import accounts from csv" functionality (#3061) and "import stock from csv" functionality (#2571) that exist in the system.
The basic workflow would be:
The text was updated successfully, but these errors were encountered: