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

WIP: MSI source import/export #115

Merged
merged 2 commits into from
Oct 3, 2017
Merged

WIP: MSI source import/export #115

merged 2 commits into from
Oct 3, 2017

Conversation

vadimjustus
Copy link
Contributor

@vadimjustus vadimjustus commented Oct 1, 2017

Description

Import/Export module for Multi Source Inventory

Manual testing scenarios

  1. Create a CSV file with e.g. following content
"source","sku","qty","status"
1,"test",60,1
2,"test",2,0
3,"test",34,1
1,"foobar",55,1
2,"foobar",44,1
  1. Go to System > Import page in Magento backend
  2. Choose Entity Type Stock Sources and import the CSV with append behavior

TODOs

  • Implement Import Entity for Stock Sources
    • File validation
    • DELETE behavior
    • REPLACE behavior
    • APPEND behavior
  • Integration tests for Import
  • Implement Export Entity for Stock Sources
  • Integration tests for Export

Contribution checklist

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds on Travis CI are green)

@larsroettig larsroettig changed the base branch from develop to msi-source-import-export October 3, 2017 11:22
@larsroettig larsroettig merged commit 0e48a30 into magento:msi-source-import-export Oct 3, 2017
@maghamed
Copy link
Contributor

maghamed commented Oct 3, 2017

Complex label was moved to PR #116 opened by @larsroettig, which contains all the commits in current PR

larsroettig pushed a commit that referenced this pull request Oct 3, 2017
- Add Documentation
- phpcs fixes
- Impelement phpunit test for ValidatorChain
magento-cicd2 pushed a commit that referenced this pull request May 13, 2021
PWA-1655: [bug]: Broken Add to Cart for logged in users
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants