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: RFQ emails not sent with pdf attachment #33604

Merged
merged 1 commit into from
Jan 10, 2023

Conversation

vorasmit
Copy link
Collaborator

Issue

  • Emails automatically sent on submit of Request for Quotation, to the suppliers should go with PDF attachments of RFQ.
  • email.make expects print_format as a variable.
  • Default to Standard where the default print format is missing.

Before

Email Queue

image

Email without attachments

image

After

Email Queue

image

Email with attachments

image

@github-actions github-actions bot added the needs-tests This PR needs automated unit-tests. label Jan 10, 2023
@codecov
Copy link

codecov bot commented Jan 10, 2023

Codecov Report

Merging #33604 (6a37ddb) into develop (58ad79d) will increase coverage by 0.00%.
The diff coverage is 0.00%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop   #33604   +/-   ##
========================================
  Coverage    64.18%   64.18%           
========================================
  Files          819      819           
  Lines        59040    59038    -2     
========================================
+ Hits         37893    37894    +1     
+ Misses       21147    21144    -3     
Impacted Files Coverage Δ
...ype/request_for_quotation/request_for_quotation.py 51.37% <0.00%> (+0.46%) ⬆️
...xt/accounts/doctype/sales_invoice/sales_invoice.py 81.88% <0.00%> (+0.08%) ⬆️

@deepeshgarg007 deepeshgarg007 added the backport version-14-hotfix backport to version 14 label Jan 10, 2023
@deepeshgarg007 deepeshgarg007 merged commit e0f5ecd into frappe:develop Jan 10, 2023
mergify bot pushed a commit that referenced this pull request Jan 10, 2023
@vorasmit vorasmit deleted the rfq-pdf branch January 10, 2023 16:34
deepeshgarg007 pushed a commit that referenced this pull request Jan 10, 2023
fix: RFQ emails not sent with pdf attachment (#33604)

(cherry picked from commit e0f5ecd)

Co-authored-by: Smit Vora <smitvora203@gmail.com>
frappe-pr-bot pushed a commit that referenced this pull request Jan 10, 2023
## [14.12.1](v14.12.0...v14.12.1) (2023-01-10)

### Bug Fixes

* **accounts:** currency fields no longer read as strings by validation function in Payment Entry ([#33535](#33535)) ([44a95da](44a95da))
* better handling of duplicate bundle items ([b96a97f](b96a97f))
* customer/supplier quick entry dialog ([#33496](#33496)) ([914e2fd](914e2fd))
* don't check other warehouse ledgers to calculate valuation rate ([ab0a2b4](ab0a2b4))
* Exchange gain and loss booking on multi-currency invoice reconciliation ([#32900](#32900)) ([fe82ebc](fe82ebc))
* Exchange gain and loss booking on multi-currency invoice reconciliation ([#32900](#32900)) ([259639a](259639a))
* Incorrect exchange rate in payment entries ([#33481](#33481)) ([e995e95](e995e95))
* incorrect status in the work order ([2658fc9](2658fc9))
* incorrect warehouse and selling amount on bundled products ([#33549](#33549)) ([c6c3ac3](c6c3ac3))
* RFQ emails not sent with pdf attachment ([#33604](#33604)) ([34df9ab](34df9ab))
* **stock entry:** wrong valuation rate in repack ([#33579](#33579)) ([a92b4e7](a92b4e7))
* Timeout error while saving the purchase invoice ([#33577](#33577)) ([d2e3701](d2e3701))

### Performance Improvements

* Drop `name` part from posting sort index ([#33551](#33551)) ([f501575](f501575))
@barredterra barredterra mentioned this pull request Mar 7, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 26, 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.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants