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

feat: disable currency exchange api. #33593

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

dj12djdjs
Copy link
Collaborator

@dj12djdjs dj12djdjs commented Jan 9, 2023

Overview

Disable currency exchange API. When disabled if no exchange records are set 0.0 will be returned.

Background

During an implementation client wants to force operator to manually enter an exchange rate. Sometimes operator forgets because exchange rate is automatically set from this API.

no-docs: There is currently no docs for Currency Exchange Settings doctype. Disabled checkbox is pretty self explanatory.

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

codecov bot commented Jan 9, 2023

Codecov Report

Merging #33593 (7537337) into develop (917b219) will increase coverage by 0.12%.
The diff coverage is 77.01%.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #33593      +/-   ##
===========================================
+ Coverage    64.05%   64.18%   +0.12%     
===========================================
  Files          818      819       +1     
  Lines        58932    59046     +114     
===========================================
+ Hits         37749    37897     +148     
+ Misses       21183    21149      -34     
Impacted Files Coverage Δ
...nk_reconciliation_tool/bank_reconciliation_tool.py 50.74% <ø> (+6.61%) ⬆️
...ounts/doctype/bank_transaction/bank_transaction.py 70.37% <ø> (ø)
...of_accounts_importer/chart_of_accounts_importer.py 0.00% <ø> (ø)
..._receivable_summary/accounts_receivable_summary.py 0.00% <0.00%> (ø)
...s_and_balances/asset_depreciations_and_balances.py 0.00% <ø> (ø)
...customer_ledger_summary/customer_ledger_summary.py 0.00% <0.00%> (ø)
...e_purchase_register/item_wise_purchase_register.py 58.58% <ø> (ø)
...eport/fixed_asset_register/fixed_asset_register.py 0.00% <ø> (ø)
erpnext/buying/doctype/supplier/supplier.py 76.74% <ø> (ø)
erpnext/controllers/buying_controller.py 84.19% <ø> (+0.07%) ⬆️
... and 135 more

@deepeshgarg007 deepeshgarg007 merged commit 179a31e into frappe:develop Jan 16, 2023
1 check passed
@ruthra-kumar ruthra-kumar added the backport version-14-hotfix backport to version 14 label Oct 5, 2023
mergify bot pushed a commit that referenced this pull request Oct 5, 2023
ruthra-kumar added a commit that referenced this pull request Oct 5, 2023
…-33593

feat: disable currency exchange api. (backport #33593)
frappe-pr-bot pushed a commit that referenced this pull request Oct 12, 2023
# [14.44.0](v14.43.1...v14.44.0) (2023-10-12)

### Bug Fixes

* added validation for the batch on stock reco ([#37174](#37174)) ([4c337a6](4c337a6))
* ageing summary in AR ([15d2024](15d2024))
* allocate amt for payment term invoices ([b22ac13](b22ac13))
* call validate before setting repost flag ([bec3e8e](bec3e8e))
* do not run bg job for single doc ([4123e7b](4123e7b))
* **Employee:** enable `no_copy` for `relieving_date` (backport [#37344](#37344)) ([#37358](#37358)) ([2b38b78](2b38b78))
* exception on exporting errored rows ([e58b3b1](e58b3b1))
* fetch company details for Lead based quotation ([c1d40a6](c1d40a6))
* fetch dependent task subject and project (backport [#37401](#37401)) ([#37421](#37421)) ([0aad942](0aad942))
* ignore cancelled gle in voucher-wise balance report ([#36417](#36417)) ([ee1255a](ee1255a))
* incorrect status of the returned purchase receipt ([#37300](#37300)) ([63f4573](63f4573))
* linting issues ([6c8a65e](6c8a65e))
* negative valuation rate in PR return ([#37424](#37424)) ([26ad688](26ad688))
* payment request rounding in multi-currency and on status update ([eed5863](eed5863))
* production plan reserved qty incorrect calculation (backport [#37400](#37400)) ([#37458](#37458)) ([573b159](573b159))
* split inv allocated amt on server side ([06b0477](06b0477))
* typo in doctype name and qb ([606c99e](606c99e))
* **ux:** allow MR to Stop until fully received (backport [#37452](#37452)) ([#37456](#37456)) ([fb0b426](fb0b426))
* validation for si ([3dc68e3](3dc68e3))

### Features

* add repost btn in invoice ([cde848d](cde848d))
* allow on submit fields ([f5245f6](f5245f6))
* allow repost for pi ([2d13dda](2d13dda))
* composite WIP asset ([#37352](#37352)) ([0ecd7d2](0ecd7d2))
* disable currency exchange api. ([#33593](#33593)) ([1ca0516](1ca0516))
* filter on voucher no ([cb35218](cb35218))
* introduce unreconcile doctype ([ae8355c](ae8355c))
* UI for unreconcile ([9531a45](9531a45))
* unreconcile support for journal entry ([cd2d335](cd2d335))
* validate negative stock for inventory dimension ([#37373](#37373)) ([1480aca](1480aca))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 23, 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.

3 participants