Frappe PR Bot
2b0b24f7c3
chore(release): Bumped to Version 14.21.0
...
# [14.21.0](https://github.com/frappe/erpnext/compare/v14.20.3...v14.21.0 ) (2023-04-11)
### Bug Fixes
* `payment entry is already created` on posawesome. (backport [#34712 ](https://github.com/frappe/erpnext/issues/34712 )) ([#34752 ](https://github.com/frappe/erpnext/issues/34752 )) ([8ba1e0f ](8ba1e0f31e ))
* add german translation of "Partly Paid" ([#34776 ](https://github.com/frappe/erpnext/issues/34776 )) ([3023dbb ](3023dbbe95 ))
* Allocate tax loss to tax account head on early payment discount ([#34287 ](https://github.com/frappe/erpnext/issues/34287 )) ([be2990e ](be2990ec88 ))
* asset monthly WDV and DD schedule [v14] ([#34644 ](https://github.com/frappe/erpnext/issues/34644 )) ([88c8c36 ](88c8c36805 ))
* Bank clearance for case loan (disburstment/repayment) ([#34586 ](https://github.com/frappe/erpnext/issues/34586 )) ([f1687cf ](f1687cfb14 ))
* BOM Update Cost, when no actual qty ([8757435 ](8757435898 ))
* bom update log not working for large batch size ([551190a ](551190af30 ))
* Column value mismatch in COA blank template ([#34658 ](https://github.com/frappe/erpnext/issues/34658 )) ([5e03a4e ](5e03a4e9e2 ))
* consider qty field precision ([2c54e76 ](2c54e763e4 ))
* customer selection not mandatory in purchase invoice to fetch item details ([#34810 ](https://github.com/frappe/erpnext/issues/34810 )) ([994272b ](994272b966 ))
* don't include cancelled JVs in assdeprledger report ([3896d41 ](3896d41e95 ))
* enclose ternary operator in parentheses ([b835760 ](b835760b0b ))
* incorrect arg name in asset value adjustment ([8d9305e ](8d9305ee5f ))
* incorrect balance qty in the stock ledger report ([3494c9c ](3494c9ccb6 ))
* incorrect stock balance quantity for batch item ([d817c50 ](d817c50581 ))
* Item tax validity comparison fixes ([#34784 ](https://github.com/frappe/erpnext/issues/34784 )) ([cc21241 ](cc21241887 ))
* lost opportunity report issue ([#34626 ](https://github.com/frappe/erpnext/issues/34626 )) ([3e67994 ](3e67994cc7 ))
* Multiple issues in purchase invoice submission ([#34600 ](https://github.com/frappe/erpnext/issues/34600 )) ([5677f25 ](5677f25215 ))
* plaid log_error syntax issue (backport [#34642 ](https://github.com/frappe/erpnext/issues/34642 )) ([#34667 ](https://github.com/frappe/erpnext/issues/34667 )) ([61858a6 ](61858a60c2 ))
* posting time issue ([bb5eeb6 ](bb5eeb6bd6 ))
* provide filter by depreciable assets in fixed asset register ([#34803 ](https://github.com/frappe/erpnext/issues/34803 )) ([fee4cd5 ](fee4cd5f40 ))
* reposting record not created for backdated stock reco ([9b90323 ](9b90323d53 ))
* serial no with zero quantity issue in stock reco ([f47be46 ](f47be46717 ))
* Shop by category fixes (backport [#34688 ](https://github.com/frappe/erpnext/issues/34688 )) ([#34750 ](https://github.com/frappe/erpnext/issues/34750 )) ([3ad5d67 ](3ad5d676ab ))
* Subcontracting Receipt incorrect `status` ([99226d3 ](99226d3811 ))
* Supplier RFQ email link ([#34338 ](https://github.com/frappe/erpnext/issues/34338 )) ([a00459a ](a00459aec3 ))
* Total debit and credit while importing via Data Import ([#34659 ](https://github.com/frappe/erpnext/issues/34659 )) ([5e28d02 ](5e28d0234e ))
* **ui:** recalculate difference amount on allocation change ([#34694 ](https://github.com/frappe/erpnext/issues/34694 )) ([6b866e2 ](6b866e24f6 ))
* Unable to create payment request against purchase invoice ([#34762 ](https://github.com/frappe/erpnext/issues/34762 )) ([a1f7e35 ](a1f7e35914 ))
* use stock qty to calculate POS reserved stock ([c0f7f7d ](c0f7f7da42 ))
* UX for stock entry, bom and work order ([d4a6035 ](d4a6035c83 ))
### Features
* add `Received Qty` field in `Delivery Note Item` ([1c5e36c ](1c5e36c7b6 ))
* Auto allocate advance payments only against orders ([#34727 ](https://github.com/frappe/erpnext/issues/34727 )) ([05d24e3 ](05d24e3665 ))
### Reverts
* remove frappe.send_message (v14) ([#34816 ](https://github.com/frappe/erpnext/issues/34816 )) ([8a331e0 ](8a331e0f26 ))
v14.21.0
2023-04-11 11:40:59 +00:00
Deepesh Garg
f72fc73913
Merge pull request #34813 from frappe/version-14-hotfix
...
chore: release v14
2023-04-11 17:09:31 +05:30
Ritwik Puri
8a331e0f26
revert: remove frappe.send_message (v14) ( #34816 )
...
revert: remove frappe.send_message
2023-04-11 16:10:32 +05:30
Deepesh Garg
da913d49a7
Merge branch 'version-14' into version-14-hotfix
2023-04-11 15:56:58 +05:30
rohitwaghchaure
21aea52c32
Merge pull request #34814 from frappe/mergify/bp/version-14-hotfix/pr-34808
...
fix: reposting record not created for backdated stock reconciliation (backport #34808 )
2023-04-11 15:36:32 +05:30
Rohit Waghchaure
9b90323d53
fix: reposting record not created for backdated stock reco
...
(cherry picked from commit 6851b5ba97 )
2023-04-11 09:33:26 +00:00
Deepesh Garg
994272b966
fix: customer selection not mandatory in purchase invoice to fetch item details ( #34810 )
2023-04-11 14:17:27 +05:30
mergify[bot]
fee4cd5f40
fix: provide filter by depreciable assets in fixed asset register ( #34803 )
...
fix: provide filter by depreciable assets in fixed asset register (#34803 )
(cherry picked from commit c957a5cd2e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-04-11 13:50:04 +05:30
mergify[bot]
3023dbbe95
fix: add german translation of "Partly Paid" ( #34776 )
...
fix: add german translation of "Partly Paid" (#34776 )
(cherry picked from commit 934e1b4e6a )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-04-09 20:13:36 +05:30
mergify[bot]
cc21241887
fix: Item tax validity comparison fixes ( #34784 )
...
fix: Item tax validity comparison fixes (#34784 )
fix: Item tax validity comparsion fixes
(cherry picked from commit 6f6928fa7b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-09 18:55:11 +05:30
Sagar Sharma
66fdd1c13f
Merge pull request #34786 from frappe/mergify/bp/version-14-hotfix/pr-34632
...
refactor: rewrite `batch.py` queries in `QB` (backport #34632 )
2023-04-08 22:10:22 +05:30
s-aga-r
5723a200c5
chore: conflicts
2023-04-08 19:10:39 +05:30
s-aga-r
35c9493336
refactor: rewrite batch.py queries in QB
...
(cherry picked from commit 517b5f8567 )
# Conflicts:
# erpnext/stock/doctype/batch/batch.py
2023-04-08 07:41:49 +00:00
Anand Baburajan
b235b95bed
Merge pull request #34779 from frappe/mergify/bp/version-14-hotfix/pr-34735
...
'Make Asset Movement' button translation fix in asset_list.js (backport #34735 )
2023-04-07 15:34:20 +05:30
Hossein Yousefian
50abbded34
'Make Asset Movement' button translation fix
...
(cherry picked from commit b70615ef18 )
2023-04-07 10:01:19 +00:00
Sagar Sharma
31b479d71f
Merge pull request #34772 from frappe/mergify/bp/version-14-hotfix/pr-34760
...
fix: validate `Received Qty` for Internal Purchase Receipt (backport #34760 )
2023-04-06 17:20:46 +05:30
s-aga-r
769736ffea
test: add test cases for internal PR received qty
...
(cherry picked from commit a575bd50ef )
2023-04-06 10:56:11 +00:00
s-aga-r
b79ddbbf60
chore: add Delivery Note Item in Purchase Receipt Status Updater
...
(cherry picked from commit 0d1df26b88 )
2023-04-06 10:56:11 +00:00
s-aga-r
1c5e36c7b6
feat: add Received Qty field in Delivery Note Item
...
(cherry picked from commit bc39dfab5d )
2023-04-06 10:56:11 +00:00
Sagar Sharma
eaf577f078
Merge pull request #34770 from frappe/mergify/bp/version-14-hotfix/pr-34769
...
fix: Subcontracting Receipt incorrect `status` (backport #34769 )
2023-04-06 14:53:34 +05:30
rohitwaghchaure
e02ad91c39
Merge pull request #34771 from frappe/mergify/bp/version-14-hotfix/pr-34768
...
fix: UX for stock entry, bom and work order (backport #34768 )
2023-04-06 14:44:45 +05:30
Rohit Waghchaure
d4a6035c83
fix: UX for stock entry, bom and work order
...
(cherry picked from commit 82a136f991 )
2023-04-06 08:47:08 +00:00
s-aga-r
99226d3811
fix: Subcontracting Receipt incorrect status
...
(cherry picked from commit a55b818119 )
2023-04-06 08:27:32 +00:00
Frappe PR Bot
2a8c9f8e69
chore(release): Bumped to Version 14.20.3
...
## [14.20.3](https://github.com/frappe/erpnext/compare/v14.20.2...v14.20.3 ) (2023-04-06)
### Bug Fixes
* Unable to create payment request against purchase invoice ([#34762 ](https://github.com/frappe/erpnext/issues/34762 )) ([f4473b3 ](f4473b36a5 ))
v14.20.3
2023-04-06 07:54:09 +00:00
mergify[bot]
f4473b36a5
fix: Unable to create payment request against purchase invoice ( #34762 )
...
fix: Unable to create payment request against purchase invoice (#34762 )
fix: Unable to create payment request against purchase invoice (#34762 )
(cherry picked from commit 91a26608ee )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit a1f7e35914 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-04-06 13:22:09 +05:30
mergify[bot]
a1f7e35914
fix: Unable to create payment request against purchase invoice ( #34762 )
...
fix: Unable to create payment request against purchase invoice (#34762 )
(cherry picked from commit 91a26608ee )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-06 12:49:15 +05:30
Frappe PR Bot
b6ae9a4a72
chore(release): Bumped to Version 14.20.2
...
## [14.20.2](https://github.com/frappe/erpnext/compare/v14.20.1...v14.20.2 ) (2023-04-05)
### Bug Fixes
* incorrect stock balance quantity for batch item ([c7cee86 ](c7cee86685 ))
v14.20.2
2023-04-05 18:57:55 +00:00
rohitwaghchaure
313e1a5e04
Merge pull request #34759 from frappe/mergify/bp/version-14/pr-34758
...
fix: incorrect stock balance quantity for batch item (backport #34743 ) (backport #34758 )
2023-04-06 00:26:07 +05:30
Rohit Waghchaure
c7cee86685
fix: incorrect stock balance quantity for batch item
...
(cherry picked from commit ef4bd77196 )
(cherry picked from commit d817c50581 )
2023-04-05 18:18:47 +00:00
rohitwaghchaure
915c4819b6
Merge pull request #34758 from frappe/mergify/bp/version-14-hotfix/pr-34743
...
fix: incorrect stock balance quantity for batch item (backport #34743 )
2023-04-05 23:47:17 +05:30
Rohit Waghchaure
d817c50581
fix: incorrect stock balance quantity for batch item
...
(cherry picked from commit ef4bd77196 )
2023-04-05 17:52:45 +00:00
Frappe PR Bot
33ee958cfb
chore: release v14 ( #34733 )
2023-04-05 17:41:20 +05:30
mergify[bot]
8ba1e0f31e
fix: payment entry is already created on posawesome. (backport #34712 ) ( #34752 )
2023-04-05 13:55:13 +05:30
mergify[bot]
3ad5d676ab
fix: Shop by category fixes (backport #34688 ) ( #34750 )
...
fix: Shop by category fixes (#34688 )
* fix: Shop by category fixes
* chore: Update tests
(cherry picked from commit 56f5078357 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-05 13:09:34 +05:30
mergify[bot]
05d24e3665
feat: Auto allocate advance payments only against orders ( #34727 )
...
* feat: Auto allocate advance payments only against orders (#34727 )
feat: Auto allocate advance payments only againt orders
(cherry picked from commit fd3fb64aa3 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-05 13:00:40 +05:30
mergify[bot]
3c0cc024aa
fix!: require sender and message for contact us page ( #34707 )
...
fix!: require sender and message for contact us page (#34707 )
* fix: require sender and message for contact us page
* refactor: dont override frappe.send_message from client side
used override_whitelisted_method hook for the same
(cherry picked from commit f193393f57 )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-04-05 12:33:55 +05:30
Anand Baburajan
88c8c36805
fix: asset monthly WDV and DD schedule [v14] ( #34644 )
...
* fix: monthly wdv and dd schedule
* chore: handle case without pro rata
* chore: fix DD rate and prev depr amount in case of disposal
* chore: minor fix for schedules with just 2 rows
* chore: minor bug
* refactor: get_depreciation_amount
* refactor: another one for get_depreciation_amount
2023-04-05 11:45:45 +05:30
Anand Baburajan
7c4a9b56ff
Merge pull request #34737 from AnandBaburajan/asdeprledger_cancelled_deprs
...
fix: don't include cancelled JVs in assdeprledger report
2023-04-05 11:33:53 +05:30
Anand Baburajan
16e554dd7b
Merge branch 'version-14-hotfix' into asdeprledger_cancelled_deprs
2023-04-04 17:51:21 +05:30
anandbaburajan
3896d41e95
fix: don't include cancelled JVs in assdeprledger report
2023-04-04 17:49:16 +05:30
Sagar Sharma
12625d87b0
Merge pull request #34717 from frappe/mergify/bp/version-14-hotfix/pr-34713
...
fix: consider qty field precision (backport #34713 )
2023-04-04 08:45:12 +05:30
Frappe PR Bot
dfadfdc32c
chore(release): Bumped to Version 14.20.1
...
## [14.20.1](https://github.com/frappe/erpnext/compare/v14.20.0...v14.20.1 ) (2023-04-03)
### Bug Fixes
* bom update log not working for large batch size ([da35436 ](da354362be ))
v14.20.1
2023-04-03 17:50:43 +00:00
rohitwaghchaure
e4def081f5
Merge pull request #34724 from frappe/mergify/bp/version-14/pr-34719
...
fix: bom update log not working for large batch size (backport #34715 ) (backport #34719 )
2023-04-03 23:19:00 +05:30
Sagar Sharma
cbb8dd6aa6
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34713
2023-04-03 22:23:20 +05:30
Rohit Waghchaure
da354362be
fix: bom update log not working for large batch size
...
(cherry picked from commit d56070301c )
(cherry picked from commit 551190af30 )
2023-04-03 16:06:57 +00:00
rohitwaghchaure
9372d46c08
Merge pull request #34711 from vishdha/reserved_pos_qty
...
fix: use stock qty to calculate POS reserved stock
2023-04-03 21:14:36 +05:30
rohitwaghchaure
dff61ab759
Merge pull request #34719 from frappe/mergify/bp/version-14-hotfix/pr-34715
...
fix: bom update log not working for large batch size (backport #34715 )
2023-04-03 16:55:27 +05:30
Rohit Waghchaure
551190af30
fix: bom update log not working for large batch size
...
(cherry picked from commit d56070301c )
2023-04-03 10:20:09 +00:00
s-aga-r
2c54e763e4
fix: consider qty field precision
...
(cherry picked from commit 6ec7590c21 )
2023-04-03 10:07:42 +00:00
mergify[bot]
6b866e24f6
fix(ui): recalculate difference amount on allocation change ( #34694 )
...
fix: recalculate difference amount on allocation change
(cherry picked from commit 32a4ca6b6c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-04-03 14:55:32 +05:30