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: missing link in dashboard missing on SI from DN #27360

Merged
merged 2 commits into from Oct 6, 2021

Conversation

FHenry
Copy link
Contributor

@FHenry FHenry commented Sep 6, 2021

fix #27359

The field tabDelivery Note Item.against_sales_invoice is always empty on the process SO=>DN=>SI

@coveralls
Copy link

Coverage Status

Coverage increased (+0.07%) to 51.504% when pulling aa7ee3c on FHenry:dev_fix_27359 into 14b0161 on frappe:develop.

@ankush ankush requested review from noahjacob and removed request for nextchamp-saqib and deepeshgarg007 September 6, 2021 10:15
@FHenry
Copy link
Contributor Author

FHenry commented Sep 6, 2021

bug in version-12, version-13 and develop

noahjacob
noahjacob previously approved these changes Sep 9, 2021
@noahjacob noahjacob dismissed their stale review September 9, 2021 06:44

Checking impact on other workflows

@FHenry
Copy link
Contributor Author

FHenry commented Sep 11, 2021

What is the other workflow?
This is the only users use.

@nextchamp-saqib
Copy link
Member

@FHenry Have you tried using the Document Links section for this?
Recently, frappe/frappe#13823 has provided a way to add internal links in the dashboard.

@FHenry
Copy link
Contributor Author

FHenry commented Sep 14, 2021

@nextchamp-saqib

Have you tried using the Document Links section for this?
Recently, frappe/frappe#13823 has provided a way to add internal links in the dashboard.

Nice in develop branch, what about version-12 and version-13 ???? This is a bug in actual production version that must be fix

@stale
Copy link

stale bot commented Sep 29, 2021

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within a week if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Sep 29, 2021
@stale stale bot removed the inactive label Sep 30, 2021
@codecov
Copy link

codecov bot commented Sep 30, 2021

Codecov Report

Merging #27360 (0bc213e) into develop (cc143bc) will decrease coverage by 0.12%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##           develop   #27360      +/-   ##
===========================================
- Coverage    54.62%   54.50%   -0.13%     
===========================================
  Files         1334     1334              
  Lines        70756    70756              
===========================================
- Hits         38650    38564      -86     
- Misses       32106    32192      +86     
Impacted Files Coverage Δ
...eport/item_variant_details/item_variant_details.py 32.14% <0.00%> (-55.96%) ⬇️
erpnext/utilities/product.py 15.94% <0.00%> (-34.79%) ⬇️
...wise_balance_history/batch_wise_balance_history.py 69.49% <0.00%> (-23.73%) ⬇️
erpnext/shopping_cart/product_info.py 32.35% <0.00%> (-20.59%) ⬇️
...e/shopping_cart_settings/shopping_cart_settings.py 66.03% <0.00%> (-1.89%) ⬇️
.../hr/doctype/upload_attendance/upload_attendance.py 45.11% <0.00%> (-1.51%) ⬇️
erpnext/shopping_cart/product_query.py 61.19% <0.00%> (-1.50%) ⬇️
erpnext/stock/report/stock_ledger/stock_ledger.py 80.00% <0.00%> (-0.84%) ⬇️
erpnext/selling/doctype/sales_order/sales_order.py 76.48% <0.00%> (-0.75%) ⬇️
erpnext/portal/product_configurator/utils.py 33.06% <0.00%> (-0.41%) ⬇️
... and 7 more

@marination
Copy link
Collaborator

I think dashboard links in framework right now are problematic for child table linking. So this is the best way to go

@marination marination merged commit 2691a15 into frappe:develop Oct 6, 2021
@marination
Copy link
Collaborator

@Mergifyio backport version-13-hotfix

@mergify
Copy link
Contributor

mergify bot commented Oct 6, 2021

Command backport version-13-hotfix: success

Backports have been created

@marination
Copy link
Collaborator

@FHenry reverting this due to #23570 (this fix has been attempted before and breaks, reverting until theres a better solution)

@FHenry
Copy link
Contributor Author

FHenry commented Oct 7, 2021

Ok, I understand, a better fix can be set against_sales_invoice when create SI from DN ?

asoral pushed a commit to asoral/erpnext that referenced this pull request Nov 12, 2021
fix: missing link in dashboard missing on SI from DN
@FHenry FHenry deleted the dev_fix_27359 branch May 25, 2022 06:31
@anandbaburajan
Copy link
Contributor

@FHenry reverting this due to #23570 (this fix has been attempted before and breaks, reverting until theres a better solution)

@marination I've tried to fix it here: frappe/frappe#21722. It works AFAIK, but do you have any ideas on how it might break?

@marination
Copy link
Collaborator

@anandbaburajan I'm sorry I have forgotten any context I had with this issue since 2021 :(

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Sales Invoices from Delivery Note : Missing dashboard link to Delivery note
6 participants