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: valuation rate for FG item for subcontracting receipt #38244

Conversation

rohitwaghchaure
Copy link
Collaborator

Fixed #38230

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Merging #38244 (85209bd) into develop (7db1127) will increase coverage by 0.00%.
Report is 51 commits behind head on develop.
The diff coverage is 85.71%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #38244   +/-   ##
========================================
  Coverage    67.26%   67.26%           
========================================
  Files          757      757           
  Lines        60487    60507   +20     
========================================
+ Hits         40684    40701   +17     
- Misses       19803    19806    +3     
Files Coverage Δ
...xt/accounts/doctype/payment_entry/payment_entry.py 83.66% <100.00%> (+0.05%) ⬆️
...t/manufacturing/doctype/bom_creator/bom_creator.py 80.18% <100.00%> (ø)
...serial_and_batch_bundle/serial_and_batch_bundle.py 73.15% <100.00%> (ø)
erpnext/selling/doctype/sales_order/sales_order.py 79.00% <50.00%> (ø)
erpnext/utilities/bulk_transaction.py 0.00% <0.00%> (ø)

... and 11 files with indirect coverage changes

@rohitwaghchaure rohitwaghchaure merged commit 5c308a4 into frappe:develop Nov 21, 2023
14 checks passed
mergify bot pushed a commit that referenced this pull request Nov 21, 2023
rohitwaghchaure added a commit that referenced this pull request Nov 21, 2023
…38244) (#38245)

fix: valuation rate for FG item for subcontracting receipt (#38244)

(cherry picked from commit 5c308a4)

Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Nov 21, 2023
# [15.3.0](v15.2.0...v15.3.0) (2023-11-21)

### Bug Fixes

* attributes were mandatory for manufacturers ([00b9c23](00b9c23))
* issue occured when creating supplier with contact details ([aaccfeb](aaccfeb))
* overallocation on Payment with PO/SO ([337707b](337707b))
* pass check permission in render_address ([a420e13](a420e13))
* payment entry rounding error ([384d6b5](384d6b5))
* set asset's valuation_rate according to asset quantity (backport [#38254](#38254)) ([#38256](#38256)) ([c60aaa7](c60aaa7))
* set default asset quantity as 1 [dev] (backport [#38223](#38223)) ([#38226](#38226)) ([99bf63e](99bf63e))
* Suppier name was not taken when creating address from supplier ([2b94489](2b94489))
* Supplier Quotation fields ([#37963](#37963)) ([aef955c](aef955c))
* test case for rounded total with cash disc ([eab18e6](eab18e6))
* **Timesheet:** reset billing hours equal to hours if they exceed actual hours (backport [#38134](#38134)) ([#38153](#38153)) ([5b7b431](5b7b431))
* **Timesheet:** warn user if billing hours > actual hours instead of resetting  (backport [#38239](#38239)) ([#38241](#38241)) ([1f2f5d8](1f2f5d8))
* TypeError in Subcontracting Receipt (backport [#38200](#38200)) ([#38208](#38208)) ([3f57a7e](3f57a7e))
* update modified timestamp ([a492e57](a492e57))
* **ux:** `Task` creation from `Timesheet` (backport [#38207](#38207)) ([#38211](#38211)) ([e272041](e272041))
* valuation rate for FG item for subcontracting receipt (backport [#38244](#38244)) ([#38245](#38245)) ([ed7b845](ed7b845))
* valuation rate in report Item Prices ([#38161](#38161)) ([f71234e](f71234e))
* wrong round off and rounded total ([70eccf7](70eccf7))

### Features

* add `Supplier Delivery Note` field in SCR (backport [#38127](#38127)) ([#38156](#38156)) ([b89a4a7](b89a4a7))
* Add accounting dimensions to Supplier Quotation ([7d4ac7e](7d4ac7e))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Subcontracting Receipt in Stock Ledger valuation rate is given an error
1 participant