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

fix: allow to select parent warehouse in the website item #37047

Conversation

rohitwaghchaure
Copy link
Collaborator

@rohitwaghchaure rohitwaghchaure commented Sep 12, 2023

Allow to select the Group Warehouse in the Website Item. If the user has selected the group warehouse in the website item, then the system will display the consolidated available quantity of all child warehouses in the website.

Screenshot 2023-09-12 at 3 54 22 PM

Fixed #35885

@github-actions github-actions bot added needs-tests This PR needs automated unit-tests. stock labels Sep 12, 2023
@rohitwaghchaure rohitwaghchaure force-pushed the allow-to-select-parent-warehouse branch 2 times, most recently from 0798c93 to 82fbc3c Compare September 12, 2023 11:53
@rohitwaghchaure rohitwaghchaure force-pushed the allow-to-select-parent-warehouse branch from 82fbc3c to 7903ccd Compare September 20, 2023 11:09
@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #37047 (7903ccd) into develop (bf01f32) will increase coverage by 0.00%.
The diff coverage is 62.16%.

@@           Coverage Diff            @@
##           develop   #37047   +/-   ##
========================================
  Coverage    66.77%   66.77%           
========================================
  Files          793      793           
  Lines        62368    62392   +24     
========================================
+ Hits         41646    41663   +17     
- Misses       20722    20729    +7     
Files Changed Coverage
erpnext/e_commerce/product_data_engine/query.py 0.00%
erpnext/templates/pages/wishlist.py 0.00%
erpnext/e_commerce/shopping_cart/cart.py 66.66%
erpnext/e_commerce/variant_selector/utils.py 75.00%
erpnext/utilities/product.py 91.66%
erpnext/stock/get_item_details.py 100.00%

@rohitwaghchaure rohitwaghchaure merged commit e6199dc into frappe:develop Sep 20, 2023
@rohitwaghchaure rohitwaghchaure added the backport version-14-hotfix backport to version 14 label Sep 20, 2023
mergify bot pushed a commit that referenced this pull request Sep 20, 2023
rohitwaghchaure added a commit that referenced this pull request Sep 20, 2023
…37047) (#37173)

fix: allow to select parent warehouse in the website item (#37047)

(cherry picked from commit e6199dc)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Sep 27, 2023
# [14.41.0](v14.40.0...v14.41.0) (2023-09-27)

### Bug Fixes

* allow to select parent warehouse in the website item (backport [#37047](#37047)) ([#37173](#37173)) ([56657b6](56657b6))
* AP & AR summary filters to match AR  (backport [#37248](#37248)) ([#37261](#37261)) ([1dc58b3](1dc58b3))
* apply gl report filters ([b4bc44d](b4bc44d))
* german translation of Sales and Purchase Invoice ([#37122](#37122)) ([8236814](8236814))
* incorrect `Parent Task` getting set for 2nd to nth child Task (backport [#37230](#37230)) ([#37240](#37240)) ([279f21d](279f21d))
* labels for `Stock Ledger Invariant Check` report (backport [#37150](#37150)) ([#37176](#37176)) ([f2bcfb5](f2bcfb5))
* **Material Request:** consider project for item details (backport [#37215](#37215)) ([#37221](#37221)) ([25f800d](25f800d))
* reserved qty for production plan ([#37251](#37251)) ([0a0d5b3](0a0d5b3))
* serial number decimal issue ([#37242](#37242)) ([78ab201](78ab201))
* set customer currency in pos_invoice if exists ([e0da8d2](e0da8d2))
* Update `advance_paid` in SO/PO after unlinking from advance entry ([1181dcf](1181dcf))
* validate duplicate serial no on submit in DN ([#37243](#37243)) ([70e2093](70e2093))

### Features

* `Stock Ledger Variance` report (backport [#37165](#37165)) ([#37183](#37183)) ([02fc67c](02fc67c))
* Toggle net values in Trial Balance report ([57c82c1](57c82c1))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 28, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backport version-14-hotfix backport to version 14 needs-tests This PR needs automated unit-tests. stock
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow stock availability based on multiple warehouses for e-commerce website items
1 participant