Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import Price List from CSV #3893

Closed
jniles opened this issue Sep 18, 2019 · 0 comments · Fixed by #3945
Closed

Import Price List from CSV #3893

jniles opened this issue Sep 18, 2019 · 0 comments · Fixed by #3945

Comments

@jniles
Copy link
Collaborator

jniles commented Sep 18, 2019

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:

  1. The user goes to the price list page
  2. From the menu in the top right, they are able to download a "price list change template" in CSV format.
  3. 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.
  4. The user fills out the price column in the enterprise currency.
  5. They can then "Import new price list from template", which gives them the ability to upload that CSV file.
  6. The CSV file creates a new price list for the user based on the prices entered into the CSV template.
@jeremielodi jeremielodi self-assigned this Oct 16, 2019
jeremielodi added a commit to jeremielodi/bhima-2.X that referenced this issue Oct 17, 2019
jeremielodi added a commit to jeremielodi/bhima-2.X that referenced this issue Oct 17, 2019
jeremielodi added a commit to jeremielodi/bhima-2.X that referenced this issue Oct 17, 2019
bors bot added a commit that referenced this issue Oct 30, 2019
3945: feat(price list) import items from csv file r=jniles a=jeremielodi

closes  #3893

Co-authored-by: jeremielodi <jeremielodi@gmail.com>
Co-authored-by: Jonathan Niles <jonathanwniles@gmail.com>
@bors bors bot closed this as completed in 545dfe7 Oct 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants