mergify[bot]
d69a974a4d
fix: read only filters in multidialog fields (backport #43503 ) ( #43513 )
...
fix: read only filters in multidialog fields (#43503 )
(cherry picked from commit 13eb3c5c14 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-07 13:57:56 +05:30
Abdeali Chharchhoda
3d9d56ab50
test: Remove Payment Gateway settings from test
2024-10-07 12:42:59 +05:30
Abdeali Chharchhoda
dbd7b83204
fix: Separate on_submit and before_submit of PR
2024-10-07 12:33:42 +05:30
Ninad Parikh
6770610c6d
fix: Update Values before after_mapping hook is called ( #42682 )
...
* fix: update values before after_mapping hook is called
* fix: appropriate function name
2024-10-07 12:19:49 +05:30
Abdeali Chharchhoda
75916629c8
fix: Remove unused function get_paid_amount_against_order
2024-10-07 12:10:51 +05:30
Abdeali Chharchhoda
e785928c0f
fix: Remove unused field
2024-10-07 12:08:02 +05:30
Frappe PR Bot
edfa6e41e1
chore(release): Bumped to Version 15.38.0
...
# [15.38.0](https://github.com/frappe/erpnext/compare/v15.37.0...v15.38.0 ) (2024-10-04)
### Bug Fixes
* 'NoneType' object has no attribute 'has_serial_no' ([21a0157 ](21a01575b6 ))
* add company filter in Warehouse wise Item Balance Age and Value ([4fc6d3e ](4fc6d3ef64 ))
* adjustmen entry for stock reco ([c551c27 ](c551c2714c ))
* Cannot read properties of undefined (reading 'price_list_rate') (backport [#43376 ](https://github.com/frappe/erpnext/issues/43376 )) ([#43377 ](https://github.com/frappe/erpnext/issues/43377 )) ([47f06dc ](47f06dc180 ))
* Data missing in table: None, MandatoryError (backport [#43422 ](https://github.com/frappe/erpnext/issues/43422 )) ([#43429 ](https://github.com/frappe/erpnext/issues/43429 )) ([4b3f143 ](4b3f143f83 ))
* **Dunning:** logic for fetching text (backport [#43160 ](https://github.com/frappe/erpnext/issues/43160 )) ([#43490 ](https://github.com/frappe/erpnext/issues/43490 )) ([1b28a4e ](1b28a4e928 ))
* Fix API endpoint for Frankfurter ([d96cee8 ](d96cee8779 ))
* Ignore transaction deletion check on ledger entry insertion ([1d6f97a ](1d6f97ad94 ))
* **Item:** error message on tax rate (backport [#42955 ](https://github.com/frappe/erpnext/issues/42955 )) ([#42956 ](https://github.com/frappe/erpnext/issues/42956 )) ([5fc5934 ](5fc5934942 ))
* last purchase rate for purchase invoice (backport [#43448 ](https://github.com/frappe/erpnext/issues/43448 )) ([#43452 ](https://github.com/frappe/erpnext/issues/43452 )) ([ee2c8c8 ](ee2c8c869a ))
* negative stock error for batch (backport [#43450 ](https://github.com/frappe/erpnext/issues/43450 )) ([#43454 ](https://github.com/frappe/erpnext/issues/43454 )) ([7bf6251 ](7bf6251c21 ))
* patch to update Currency Exchange Settings for `frankfurter.app` (backport [#43481 ](https://github.com/frappe/erpnext/issues/43481 )) ([#43483 ](https://github.com/frappe/erpnext/issues/43483 )) ([35a08f8 ](35a08f8830 ))
* quality inspection creation (backport [#43416 ](https://github.com/frappe/erpnext/issues/43416 )) ([#43417 ](https://github.com/frappe/erpnext/issues/43417 )) ([a1b6628 ](a1b6628c41 ))
* **Quotation:** calculate row values for alternative items (backport [#43054 ](https://github.com/frappe/erpnext/issues/43054 )) ([#43495 ](https://github.com/frappe/erpnext/issues/43495 )) ([4fa5131 ](4fa5131590 ))
* removed validation for materials return (backport [#43461 ](https://github.com/frappe/erpnext/issues/43461 )) ([#43463 ](https://github.com/frappe/erpnext/issues/43463 )) ([9c0a17e ](9c0a17e4d5 ))
* serial and batch no selector (backport [#43387 ](https://github.com/frappe/erpnext/issues/43387 )) ([#43390 ](https://github.com/frappe/erpnext/issues/43390 )) ([74c880c ](74c880c232 ))
* set margin fields for purchase documents when updating items ([6516e68 ](6516e68fa0 ))
* Stock Ledger Invariant Check report ([2984bad ](2984bad2c0 ))
* Stock UOM not fetched when Stock Entry create from Item Dashboard (backport [#43457 ](https://github.com/frappe/erpnext/issues/43457 )) ([#43465 ](https://github.com/frappe/erpnext/issues/43465 )) ([f2a72e5 ](f2a72e5f82 ))
* tests for work order consumption (backport [#41814 ](https://github.com/frappe/erpnext/issues/41814 )) ([#43430 ](https://github.com/frappe/erpnext/issues/43430 )) ([86b10ce ](86b10ce9bb ))
* use serial and batch fields (backport [#43421 ](https://github.com/frappe/erpnext/issues/43421 )) ([#43423 ](https://github.com/frappe/erpnext/issues/43423 )) ([d495d93 ](d495d93840 ))
### Features
* added 'cost of new capitalized asset' column ([27cd51e ](27cd51e267 ))
* provide hook point for bulk transaction tasks ([50e47e7 ](50e47e796d ))
v15.38.0
2024-10-04 03:07:05 +00:00
ruthra kumar
5a9522e70f
Merge pull request #43467 from frappe/version-15-hotfix
...
chore: release v15
2024-10-04 08:35:53 +05:30
mergify[bot]
4fa5131590
fix(Quotation): calculate row values for alternative items (backport #43054 ) ( #43495 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Quotation): calculate row values for alternative items (#43054 )
2024-10-04 01:23:59 +01:00
mergify[bot]
1b28a4e928
fix(Dunning): logic for fetching text (backport #43160 ) ( #43490 )
...
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
fix(Dunning): logic for fetching text (#43160 )
2024-10-03 20:28:53 +01:00
mergify[bot]
f2a72e5f82
fix: Stock UOM not fetched when Stock Entry create from Item Dashboard (backport #43457 ) ( #43465 )
...
fix: Stock UOM not fetched when Stock Entry create from Item Dashboard (#43457 )
(cherry picked from commit 895b072bad )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-02 18:46:01 +05:30
Sagar Vora
661eb058b9
Merge pull request #43485 from frappe/mergify/bp/version-15-hotfix/pr-43475
...
fix: set margin fields for purchase documents when updating items (backport #43475 )
2024-10-02 15:24:08 +05:30
Sagar Vora
6516e68fa0
fix: set margin fields for purchase documents when updating items
...
(cherry picked from commit 7be4d56be2 )
2024-10-02 09:52:29 +00:00
mergify[bot]
35a08f8830
fix: patch to update Currency Exchange Settings for frankfurter.app (backport #43481 ) ( #43483 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2024-10-02 15:15:48 +05:30
Sagar Vora
562327f041
Merge pull request #43478 from frappe/mergify/bp/version-15-hotfix/pr-43476
...
fix: Fix API endpoint for Frankfurter (backport #43476 )
2024-10-02 14:43:14 +05:30
Sagar Vora
8e7d893669
test: update test for API change
...
(cherry picked from commit c444de017a )
2024-10-02 09:11:47 +00:00
Corentin Forler
d96cee8779
fix: Fix API endpoint for Frankfurter
...
(cherry picked from commit 33e72111c7 )
2024-10-02 09:11:47 +00:00
mergify[bot]
96c4d1af63
Serial no report (backport #43444 ) ( #43464 )
...
Serial no report (#43444 )
* chore: remove the field that which is not exiting in serial no
* chore: remove the field that which is not exiting in serial no
* chore: remove the field that which is not exiting in serial no
(cherry picked from commit 661efadf41 )
Co-authored-by: Vishv-silveroak <108357657+Vishv-024@users.noreply.github.com >
2024-10-01 14:27:27 +05:30
mergify[bot]
9c0a17e4d5
fix: removed validation for materials return (backport #43461 ) ( #43463 )
...
fix: removed validation for materials return (#43461 )
(cherry picked from commit 1c7154c7ca )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-01 14:26:38 +05:30
mergify[bot]
ee2c8c869a
fix: last purchase rate for purchase invoice (backport #43448 ) ( #43452 )
...
* fix: last purchase rate for purchase invoice
(cherry picked from commit fb9d106633 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: fix conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2024-10-01 12:54:26 +05:30
Nihantra C. Patel
15b34a607f
Merge pull request #43459 from frappe/mergify/bp/version-15-hotfix/pr-43455
...
fix: add company filter in Warehouse wise Item Balance Age and Value (backport #43455 )
2024-10-01 11:46:46 +05:30
Nihantra Patel
4fc6d3ef64
fix: add company filter in Warehouse wise Item Balance Age and Value
...
(cherry picked from commit 75950f86cf )
2024-10-01 05:47:36 +00:00
mergify[bot]
7bf6251c21
fix: negative stock error for batch (backport #43450 ) ( #43454 )
...
fix: negative stock error for batch (#43450 )
(cherry picked from commit 912ba7789c )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-10-01 10:34:48 +05:30
mergify[bot]
5fc5934942
fix(Item): error message on tax rate (backport #42955 ) ( #42956 )
...
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2024-09-30 22:18:49 +02:00
Frappe PR Bot
01f9139ebd
chore(release): Bumped to Version 15.37.0
...
# [15.37.0](https://github.com/frappe/erpnext/compare/v15.36.4...v15.37.0 ) (2024-09-30)
### Features
* added 'cost of new capitalized asset' column ([96d8b52 ](96d8b5242d ))
v15.37.0
2024-09-30 17:21:09 +00:00
rohitwaghchaure
4be557bdce
Merge pull request #43453 from frappe/mergify/bp/version-15/pr-43412
...
feat: added 'cost of new capitalized asset' column (backport #43399 ) (backport #43412 )
2024-09-30 22:49:53 +05:30
Khushi Rawat
96d8b5242d
feat: added 'cost of new capitalized asset' column
...
(cherry picked from commit 1eb9cc33fc )
(cherry picked from commit 27cd51e267 )
2024-09-30 15:45:59 +00:00
Abdeali Chharchhoda
67bd540135
test: Removed initial PR status assertion
2024-09-30 18:21:59 +05:30
David
e730b8c6e4
fix(return): set default return warehouse
...
This captures the case of manual modifications to the return and ensures
that by default, the correct return warehouse will be set
(cherry picked from commit fa65291e98 )
2024-09-30 12:28:14 +00:00
Abdeali Chharchhoda
30fd11f138
fix: Add removed test code b41f10c1b9
2024-09-30 17:20:42 +05:30
rohitwaghchaure
0986d3ebe4
Merge pull request #43440 from frappe/mergify/bp/version-15-hotfix/pr-43437
...
fix: adjustment entry for stock reco (backport #43437 )
2024-09-30 15:38:00 +05:30
Rohit Waghchaure
c551c2714c
fix: adjustmen entry for stock reco
...
(cherry picked from commit 4e463b7d6d )
2024-09-30 08:57:54 +00:00
rohitwaghchaure
efc97cc59f
Merge pull request #43438 from frappe/mergify/bp/version-15-hotfix/pr-43436
...
fix: 'NoneType' object has no attribute 'has_serial_no' (backport #43436 )
2024-09-30 14:26:17 +05:30
Rohit Waghchaure
21a01575b6
fix: 'NoneType' object has no attribute 'has_serial_no'
...
(cherry picked from commit 28f9fd2507 )
2024-09-30 08:11:20 +00:00
ruthra kumar
6f3b5604b9
Merge pull request #43434 from frappe/mergify/bp/version-15-hotfix/pr-43058
...
refactor: use hooks to extend bulk_transaction (backport #43058 )
2024-09-30 09:58:44 +05:30
Kitti U
50e47e796d
feat: provide hook point for bulk transaction tasks
...
(cherry picked from commit d4dd01d8d1 )
2024-09-30 04:07:53 +00:00
Khushi Rawat
4d3e43bdbe
Merge pull request #43412 from frappe/mergify/bp/version-15-hotfix/pr-43399
...
feat: added 'cost of new capitalized asset' column (backport #43399 )
2024-09-29 23:28:43 +05:30
rohitwaghchaure
928c887de5
Merge pull request #43433 from frappe/mergify/bp/version-15-hotfix/pr-43420
...
fix: Stock Ledger Invariant Check report (backport #43420 )
2024-09-29 22:55:58 +05:30
Rohit Waghchaure
2984bad2c0
fix: Stock Ledger Invariant Check report
...
(cherry picked from commit d7daedc5b2 )
2024-09-29 17:07:33 +00:00
Frappe PR Bot
2d09ef2509
chore(release): Bumped to Version 15.36.4
...
## [15.36.4](https://github.com/frappe/erpnext/compare/v15.36.3...v15.36.4 ) (2024-09-29)
### Bug Fixes
* Data missing in table: None, MandatoryError (backport [#43422 ](https://github.com/frappe/erpnext/issues/43422 )) ([#43429 ](https://github.com/frappe/erpnext/issues/43429 )) ([2c4610c ](2c4610c021 ))
v15.36.4
2024-09-29 16:38:13 +00:00
rohitwaghchaure
8b5997e38f
Merge pull request #43431 from frappe/mergify/bp/version-15/pr-43429
...
fix: Data missing in table: None, MandatoryError (backport #43422 ) (backport #43429 )
2024-09-29 22:07:02 +05:30
mergify[bot]
86b10ce9bb
fix: tests for work order consumption (backport #41814 ) ( #43430 )
...
fix: tests for work order consumption (#41814 )
* fix: tests for work order automatic SABB creation
* fix: qty
* chore: show created sabb
* chore: fix syntax
* fix: check SABB qty
* fix: add batched consumable to manufacture
* fix: missing fg qty field
* fix: improve test debug
* chore: linting
* chore: removed extra hash icons
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
(cherry picked from commit ca3c680909 )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2024-09-29 22:06:50 +05:30
mergify[bot]
2c4610c021
fix: Data missing in table: None, MandatoryError (backport #43422 ) ( #43429 )
...
fix: Data missing in table: None, MandatoryError (#43422 )
(cherry picked from commit 8e33e0e1d2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 4b3f143f83 )
2024-09-29 15:57:24 +00:00
mergify[bot]
4b3f143f83
fix: Data missing in table: None, MandatoryError (backport #43422 ) ( #43429 )
...
fix: Data missing in table: None, MandatoryError (#43422 )
(cherry picked from commit 8e33e0e1d2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-29 21:18:25 +05:30
mergify[bot]
d495d93840
fix: use serial and batch fields (backport #43421 ) ( #43423 )
...
fix: use serial and batch fields (#43421 )
(cherry picked from commit ca16089d9d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-29 11:09:32 +05:30
mergify[bot]
a1b6628c41
fix: quality inspection creation (backport #43416 ) ( #43417 )
...
fix: quality inspection creation (#43416 )
(cherry picked from commit a594c05296 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2024-09-29 09:46:14 +05:30
Abdeali Chharchhoda
770bc1c293
fix: Remove unreference method
2024-09-28 12:29:34 +05:30
Abdeali Chharchhoda
907e3af1b0
fix: Remove advance_payment_status uses
2024-09-28 12:09:33 +05:30
Frappe PR Bot
e706aa692a
chore(release): Bumped to Version 15.36.3
...
## [15.36.3](https://github.com/frappe/erpnext/compare/v15.36.2...v15.36.3 ) (2024-09-27)
### Bug Fixes
* Ignore transaction deletion check on ledger entry insertion ([c1f14f2 ](c1f14f2991 ))
v15.36.3
2024-09-27 18:30:37 +00:00
Deepesh Garg
a5fa287dad
Merge pull request #43413 from frappe/mergify/bp/version-15/pr-43411
...
fix: Ignore transaction deletion check on ledger entry insertion (#43410 )
2024-09-27 23:58:16 +05:30