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

chore: version-14 beta release #31268

Merged
merged 713 commits into from
Jun 7, 2022
Merged

chore: version-14 beta release #31268

merged 713 commits into from
Jun 7, 2022

Conversation

deepeshgarg007
Copy link
Member

No description provided.

s-aga-r and others added 30 commits May 11, 2022 16:49
* fix: per_billed for return DN

* chore: move patch from v14 to v13
- Remove `set_missing_values` from mapper util function since a lot of item data is set after this function is run
- `split_batch` can skip `set_missing_values` since no warehouses are set on mapping and relies on user input
Current design of picklist doc doesn't have "picked serial no" so it
doesn't make much sense to scan it. Instead it should increment qty
only. Might add this in future after fixing UX problems
There was separate function for batch row which frequently didn't
receive all the love main function received like:
1. empty row reuse
2. max qty validation

Hence it makes sense to combine these in one fat function
we transpile to es2017, so allow use of es2020
feat(stock): Proposed Pick List Scan
fix: Set actual qty and basic rate in SE on warehouse triggers (`get_warehouse_details`)
fix: stock analytics report shows incorrect data there's no stock movement in a period
fix: Failing accounting dimension patch (backport #30982)
if you edit "margin_rate_or_amount" after saving DN then based on
selected margin the rate gets updated which isn't valuation rate.
fix(patch): avoid checking for qty field if it doesnt exits
Adding Link to Opportunity

Following the process of Opportunity to Quotation I added a section and link field to Opportunity for a backlink when using "create"-> Request for Quotation from Opportunity.
added Link to Dashboard

added backlink to Request for Quotation in the Quotation dashboard for transparency and ease of navigation.
feat: request_for_quotation - show supplier name
fix: German translations for Employee doctype
* fix: Item rate reset on changing posting date

* chore: Remove debugger
@codecov
Copy link

codecov bot commented Jun 7, 2022

Codecov Report

Merging #31268 (f830b57) into version-14-beta (ffec951) will increase coverage by 2.55%.
The diff coverage is 57.07%.

@@                 Coverage Diff                 @@
##           version-14-beta   #31268      +/-   ##
===================================================
+ Coverage            61.03%   63.58%   +2.55%     
===================================================
  Files                 1082      986      -96     
  Lines                68690    67456    -1234     
===================================================
+ Hits                 41924    42895     +971     
+ Misses               26766    24561    -2205     
Impacted Files Coverage Δ
...count_balance_timeline/account_balance_timeline.py 0.00% <0.00%> (ø)
...e/account/chart_of_accounts/import_from_openerp.py 0.00% <0.00%> (ø)
...of_accounts/verified/standard_chart_of_accounts.py 100.00% <ø> (ø)
erpnext/accounts/doctype/bank/bank.py 71.42% <0.00%> (ø)
.../accounts/doctype/bank_guarantee/bank_guarantee.py 0.00% <0.00%> (ø)
...ype/bank_statement_import/bank_statement_import.py 0.00% <0.00%> (ø)
...octype/bank_transaction/bank_transaction_upload.py 0.00% <0.00%> (ø)
erpnext/accounts/doctype/c_form/c_form.py 0.00% <0.00%> (ø)
...ctype/cash_flow_mapper/default_cash_flow_mapper.py 0.00% <ø> (ø)
...ccounts/doctype/cashier_closing/cashier_closing.py 0.00% <0.00%> (ø)
... and 792 more

@deepeshgarg007 deepeshgarg007 merged commit 0fe0fc4 into version-14-beta Jun 7, 2022
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.