Frappe PR Bot
3efa5215a0
chore(release): Bumped to Version 13.43.0
...
# [13.43.0](https://github.com/frappe/erpnext/compare/v13.42.7...v13.43.0 ) (2023-01-04)
### Bug Fixes
* `shipping_address` for non-drop shipping item ([19feebb ](19feebbcb6 ))
* `shipping_address` in PO ([1068d0e ](1068d0ec63 ))
* add missing 'ordered_qty' to get_bin_details ([66ba098 ](66ba098462 ))
* conflicts ([8521e12 ](8521e12753 ))
* conflicts ([1c7c591 ](1c7c591ee2 ))
* conflicts ([c18a451 ](c18a451362 ))
* consider child nodes while getting bin details ([c9bf062 ](c9bf062f63 ))
* Conversion factor error for invoices without item code (petty expenses) ([#32714 ](https://github.com/frappe/erpnext/issues/32714 )) ([acf8b46 ](acf8b464f3 ))
* debit note not pulled on reconciliation tool ([cf133b2 ](cf133b2f1c ))
* Deferred revenue date comparison (backport [#33515 ](https://github.com/frappe/erpnext/issues/33515 )) ([#33517 ](https://github.com/frappe/erpnext/issues/33517 )) ([ea99ac9 ](ea99ac9c29 ))
* **ecommerce:** remove query parameters from referrer (backport [#33269 ](https://github.com/frappe/erpnext/issues/33269 )) ([#33513 ](https://github.com/frappe/erpnext/issues/33513 )) ([6516e80 ](6516e8042b ))
* ERR journals reported in AR/AP ([c850635 ](c850635551 ))
* linter ([f0475e9 ](f0475e9cc5 ))
* Missing opening entry in general ledger (backport [#33519 ](https://github.com/frappe/erpnext/issues/33519 )) ([#33527 ](https://github.com/frappe/erpnext/issues/33527 )) ([865f233 ](865f233add ))
* Multi-currency issues in Bank Reconciliation Tool (backport [#33488 ](https://github.com/frappe/erpnext/issues/33488 )) ([#33493 ](https://github.com/frappe/erpnext/issues/33493 )) ([4ba2f1e ](4ba2f1ec96 ))
* No permission to read doctype ([8e1c0cd ](8e1c0cd234 ))
* patch ([7b813d6 ](7b813d6045 ))
* provision to set tax_deducted_till_date after document is subnmmited ([64454e0 ](64454e0d4e ))
* reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471 ](https://github.com/frappe/erpnext/issues/33471 )) ([5ec11ba ](5ec11bad4f ))
* Tax withheld vouchers naming rule ([#33467 ](https://github.com/frappe/erpnext/issues/33467 )) ([334219e ](334219e36a ))
* **test:** holiday list dates in attendance test setup ([8df1151 ](8df11516be ))
* **test:** monthly attendance sheet ([e5a187e ](e5a187e08c ))
* typerror on multi warehouse in Packed Items ([6a394c5 ](6a394c5be7 ))
* use base_net_amount in case of missing stock qty ([#33457 ](https://github.com/frappe/erpnext/issues/33457 )) ([6e363a6 ](6e363a62db ))
* use get_all instead of get_value as get_value api dont supports between condition ([bc04e05 ](bc04e05b46 ))
### Features
* explicit time period for mark attendance ([d2f86ea ](d2f86ead74 ))
* provision to setup opening balances for earnings and deductions while creating SSA ([c3b9059 ](c3b9059c1b ))
2023-01-04 15:44:05 +00:00
Deepesh Garg
1fa0fe7434
Merge pull request #33512 from frappe/version-13-hotfix
...
chore: release v13
2023-01-04 21:12:18 +05:30
Deepesh Garg
be48b4a028
chore: resolve conflicts
2023-01-04 08:24:20 +05:30
Deepesh Garg
b6ed0698b4
chore: resolve conflicts
2023-01-03 22:56:58 +05:30
Deepesh Garg
208d541373
Merge branch 'version-13' into version-13-hotfix
2023-01-03 22:22:12 +05:30
mergify[bot]
865f233add
fix: Missing opening entry in general ledger (backport #33519 ) ( #33527 )
...
fix: Missing opening entry in general ledger (#33519 )
(cherry picked from commit c78399c618 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 22:13:44 +05:30
mergify[bot]
ea99ac9c29
fix: Deferred revenue date comparison (backport #33515 ) ( #33517 )
...
fix: Deferred revenue date comparison (#33515 )
(cherry picked from commit a3ab8f973a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 18:41:40 +05:30
mergify[bot]
6516e8042b
fix(ecommerce): remove query parameters from referrer (backport #33269 ) ( #33513 )
...
fix(ecommerce): remove query parameters from referer
inclusion of query parameters results in logic failure
example:
- logic check if referrer is `all-products`
- `http://shop.example/all-products ` -> `all-products`, valid outcome
- `http://shop.example/all-products?start=1 ` -> `all-products?start=1`,
invalid outcome
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit b6bd408f19 )
Co-authored-by: Sabu Siyad <hello@ssiyad.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 17:51:57 +05:30
Rucha Mahabal
3c83ec5613
Merge pull request #33510 from ruchamahabal/mark-attendance-period
2023-01-03 16:47:31 +05:30
Rucha Mahabal
e5a187e08c
fix(test): monthly attendance sheet
2023-01-03 16:18:42 +05:30
Rucha Mahabal
8df11516be
fix(test): holiday list dates in attendance test setup
2023-01-03 15:44:58 +05:30
Rucha Mahabal
03af48b50b
chore(style): fix formatting
2023-01-03 14:36:36 +05:30
Samuel Danieli
a2bd8d22cb
test: get_unmarked_days
2023-01-03 13:15:36 +05:30
Samuel Danieli
d2f86ead74
feat: explicit time period for mark attendance
2023-01-03 13:12:15 +05:30
Sagar Sharma
985c47fe3b
Merge pull request #33501 from frappe/mergify/bp/version-13-hotfix/pr-33444
...
fix: consider child nodes while getting bin details (backport #33444 )
2023-01-02 19:29:33 +05:30
s-aga-r
6c7815cd72
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33444
2023-01-02 19:12:19 +05:30
Sagar Sharma
9b1384f79c
Merge pull request #33499 from frappe/mergify/bp/version-13-hotfix/pr-33495
...
fix(stock): missing ordered_qty in get_bin_details (backport #33495 )
2023-01-02 18:53:59 +05:30
s-aga-r
299e02ae46
chore: linter
2023-01-02 18:23:50 +05:30
s-aga-r
4fb2d2c000
chore: use frappe.qb instead of frappe.db.get_value
...
(cherry picked from commit c3911a592a )
2023-01-02 06:25:22 +00:00
s-aga-r
c9bf062f63
fix: consider child nodes while getting bin details
...
(cherry picked from commit c716dcc01e )
2023-01-02 06:25:22 +00:00
Devin Slauenwhite
196ba6759e
test: get_item_details contains bin details
...
(cherry picked from commit 239a5f8bf4 )
2023-01-02 05:45:43 +00:00
Devin Slauenwhite
66ba098462
fix: add missing 'ordered_qty' to get_bin_details
...
(cherry picked from commit 8d62cdfd5f )
2023-01-02 05:45:42 +00:00
mergify[bot]
4ba2f1ec96
fix: Multi-currency issues in Bank Reconciliation Tool (backport #33488 ) ( #33493 )
...
fix: Multi-currency issues in Bank Recociliation Tool
(cherry picked from commit ad53ecf2b4 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-02 08:52:04 +05:30
Deepesh Garg
6ab91348fd
Merge pull request #33478 from frappe/mergify/bp/version-13-hotfix/pr-32714
...
fix: Conversion factor error for invoices without item code (petty expenses) (backport #32714 )
2022-12-31 13:06:11 +05:30
Deepesh Garg
3f9b8923a9
chore: resolve conflicts
2022-12-30 20:57:38 +05:30
Deepesh Garg
038fa4dbe2
chore: resolve conflicts
2022-12-30 20:56:50 +05:30
Frappe PR Bot
d97e673874
chore(release): Bumped to Version 13.42.7
...
## [13.42.7](https://github.com/frappe/erpnext/compare/v13.42.6...v13.42.7 ) (2022-12-30)
### Bug Fixes
* debit note not pulled on reconciliation tool ([e01ff0d ](e01ff0df40 ))
2022-12-30 15:21:51 +00:00
Deepesh Garg
b16bfa541d
Merge pull request #33491 from frappe/mergify/bp/version-13/pr-33483
...
fix: debit note not pulled on reconciliation tool (#33483 )
2022-12-30 20:49:48 +05:30
rohitwaghchaure
8156cb4db0
Merge pull request #33490 from frappe/mergify/bp/version-13-hotfix/pr-33487
...
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation" (backport #33487 )
2022-12-30 16:13:20 +05:30
Deepesh Garg
65688684a7
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32714
2022-12-30 16:00:59 +05:30
ruthra kumar
e01ff0df40
fix: debit note not pulled on reconciliation tool
...
(cherry picked from commit cf133b2f1c )
2022-12-30 10:05:59 +00:00
rohitwaghchaure
f0475e9cc5
fix: linter
2022-12-30 15:32:38 +05:30
ruthra kumar
b2333d3b5f
Merge pull request #33483 from ruthra-kumar/debit_note_not_pulled_in_reconciliation_tool
...
fix: debit note not pulled on reconciliation tool
2022-12-30 15:02:49 +05:30
rohitwaghchaure
8521e12753
fix: conflicts
2022-12-30 14:35:12 +05:30
rohitwaghchaure
1c7c591ee2
fix: conflicts
2022-12-30 14:30:35 +05:30
rohitwaghchaure
c18a451362
fix: conflicts
2022-12-30 14:28:18 +05:30
rohitwaghchaure
529fb411ab
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation"
...
(cherry picked from commit 728dc1acf4 )
# Conflicts:
# erpnext/hooks.py
# erpnext/stock/doctype/stock_entry/stock_entry.py
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-12-30 08:51:54 +00:00
ruthra kumar
4acaa3eecf
Merge pull request #33475 from frappe/mergify/bp/version-13-hotfix/pr-33457
...
fix: use base_net_amount in case of missing stock qty (backport #33457 )
2022-12-30 13:39:54 +05:30
ruthra kumar
cf133b2f1c
fix: debit note not pulled on reconciliation tool
2022-12-29 18:02:16 +05:30
ruthra kumar
92c895aa1c
Merge pull request #33460 from frappe/mergify/bp/version-13-hotfix/pr-33380
...
fix: ERR journals should be reported in AR/AP (backport #33380 )
2022-12-29 11:27:05 +05:30
Frappe PR Bot
8d99763bea
chore(release): Bumped to Version 13.42.6
...
## [13.42.6](https://github.com/frappe/erpnext/compare/v13.42.5...v13.42.6 ) (2022-12-29)
### Bug Fixes
* reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471 ](https://github.com/frappe/erpnext/issues/33471 )) ([b4589d8 ](b4589d8b8f ))
* reconciled credit notes being fetched again in Payment Reconciliation tool ([#33471 ](https://github.com/frappe/erpnext/issues/33471 )) ([37ae2df ](37ae2dfe7f ))
2022-12-29 05:30:04 +00:00
Deepesh Garg
b4589d8b8f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled credit notes being fetched again in Payment Reconciliation tool (#33471 )
2022-12-29 10:58:09 +05:30
ruthra kumar
ec15965a6c
test: err for party should be in AR/AP report
...
(cherry picked from commit 2ed86760d7 )
2022-12-29 10:53:55 +05:30
ruthra kumar
c850635551
fix: ERR journals reported in AR/AP
...
Exchange Rate Revaluation on Receivable/Payable will included in AR/AP report
(cherry picked from commit b09eade3e4 )
2022-12-29 10:53:07 +05:30
Deepesh Garg
acf8b464f3
fix: Conversion factor error for invoices without item code (petty expenses) ( #32714 )
...
* fix: Set default uom conversion factor to 1 for invoices
* chore: set default conversion_factor as 1
* chore: remove print statements
(cherry picked from commit 617518389a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-12-29 05:12:48 +00:00
ruthra kumar
37ae2dfe7f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled cr note showing up as Payments
(cherry picked from commit 5ec11bad4f )
2022-12-29 05:01:57 +00:00
ruthra kumar
5ec11bad4f
fix: reconciled credit notes being fetched again in Payment Reconciliation tool ( #33471 )
...
fix: reconciled cr note showing up as Payments
2022-12-29 10:31:06 +05:30
ruthra kumar
6e363a62db
fix: use base_net_amount in case of missing stock qty ( #33457 )
...
(cherry picked from commit e3a0ce5d63 )
2022-12-29 04:05:54 +00:00
Deepesh Garg
334219e36a
fix: Tax withheld vouchers naming rule ( #33467 )
2022-12-28 18:05:24 +05:30
Frappe PR Bot
cbda28d739
chore: release v13 ( #33453 )
...
* fix: typerror on multi warehouse in Packed Items
DN(with bundled item with varying warehouses)-> Sales Invoice.
(cherry picked from commit e684eb32d0 )
* test: type error on bundled products with different warehouses
(cherry picked from commit 5918bb03f7 )
* fix: No permission to read doctype
(cherry picked from commit c0da948a4e )
* fix: `shipping_address` in PO
(cherry picked from commit 7e1b6b3c2a )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
* chore: conflicts
* chore: linter
* refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission (#33432 )
* feat: provision to setup opening balances for earnings and deductions while creating SSA
* fix: use get_all instead of get_value as get_value api dont supports between condition
* fix: patch
* fix: provision to set tax_deducted_till_date after document is subnmmited
* fix: `shipping_address` for non-drop shipping item
(cherry picked from commit 67a7ccf3ce )
* chore: linter (#33455 )
fix: linter
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Saurabh <saurabh6790@gmail.com >
2022-12-27 17:49:51 +05:30
Saurabh
79643a5716
chore: linter ( #33455 )
...
fix: linter
2022-12-27 17:49:38 +05:30
Sagar Sharma
707eb9e8d5
Merge pull request #33446 from frappe/mergify/bp/version-13-hotfix/pr-33437
...
fix: `shipping_address` in PO for non-drop ship item (backport #33437 )
2022-12-27 10:16:50 +05:30
s-aga-r
19feebbcb6
fix: shipping_address for non-drop shipping item
...
(cherry picked from commit 67a7ccf3ce )
2022-12-26 15:51:49 +00:00
Nabin Hait
0cf9702a21
Merge pull request #33412 from saurabh6790/provision-to-set-earnings-and-deductions-till-date
...
feat: provision to setup opening balances for earnings and deductions while creating SSA
2022-12-26 17:26:35 +05:30
Saurabh
64454e0d4e
fix: provision to set tax_deducted_till_date after document is subnmmited
2022-12-26 12:48:37 +05:30
Saurabh
7b813d6045
fix: patch
2022-12-26 12:22:34 +05:30
Saurabh
bc04e05b46
fix: use get_all instead of get_value as get_value api dont supports between condition
2022-12-26 12:09:03 +05:30
Saurabh
c3b9059c1b
feat: provision to setup opening balances for earnings and deductions while creating SSA
2022-12-26 12:09:03 +05:30
Sagar Sharma
7f1574478b
Merge pull request #33436 from frappe/mergify/bp/version-13-hotfix/pr-33434
...
fix(ux): `shipping_address` in PO (backport #33434 )
2022-12-26 11:19:01 +05:30
Sagar Sharma
b634e44fac
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33434
2022-12-26 10:49:48 +05:30
mergify[bot]
3aa335d36a
refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission ( #33432 )
2022-12-26 10:12:35 +05:30
s-aga-r
820e82265b
chore: linter
2022-12-25 21:46:58 +05:30
s-aga-r
91dad909ec
chore: conflicts
2022-12-25 21:40:49 +05:30
s-aga-r
1068d0ec63
fix: shipping_address in PO
...
(cherry picked from commit 7e1b6b3c2a )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
2022-12-25 14:11:23 +00:00
ruthra kumar
ae3581c7d0
Merge pull request #33416 from frappe/mergify/bp/version-13-hotfix/pr-32219
...
fix: No permission to read doctype (backport #32219 )
2022-12-24 07:34:39 +05:30
ruthra kumar
7a97cc4629
Merge pull request #33413 from frappe/mergify/bp/version-13-hotfix/pr-33410
...
fix: TypeError on GP Report due to multiple warehouse on bundled items (backport #33410 )
2022-12-22 12:06:55 +05:30
Nabin Hait
8e1c0cd234
fix: No permission to read doctype
...
(cherry picked from commit c0da948a4e )
2022-12-22 04:12:14 +00:00
ruthra kumar
d58719a30a
test: type error on bundled products with different warehouses
...
(cherry picked from commit 5918bb03f7 )
2022-12-21 12:58:15 +00:00
ruthra kumar
6a394c5be7
fix: typerror on multi warehouse in Packed Items
...
DN(with bundled item with varying warehouses)-> Sales Invoice.
(cherry picked from commit e684eb32d0 )
2022-12-21 12:58:13 +00:00
Frappe PR Bot
35c71f5923
chore(release): Bumped to Version 13.42.5
...
## [13.42.5](https://github.com/frappe/erpnext/compare/v13.42.4...v13.42.5 ) (2022-12-20)
### Bug Fixes
* conflict ([7ef0c6b ](7ef0c6bb01 ))
* conflict in hooks file ([2a18067 ](2a18067aad ))
* conflict in stock_entry ([4587bb3 ](4587bb3767 ))
* conflicts ([086e747 ](086e74791b ))
* Consolidated financial report ([7825c56 ](7825c564eb ))
* Cost center filter not working in cash flow report ([684a45f ](684a45f234 ))
* daily scheduler to identify and fix stock transfer entries having incorrect valuation ([b82154c ](b82154cb9e ))
* disabled items showing in the report 'Itemwise Recommended Reorder Level ([c3fca3c ](c3fca3cfcb ))
* get_serial_nos not defined ([e5b3748 ](e5b3748b49 ))
* get_serial_nos_for_fg() missing 1 required positional argument: 'args' ([eddb7b4 ](eddb7b429e ))
* linter issue ([ab2f250 ](ab2f250960 ))
* translation for warning on Overbilling/-receipt/-delivery ([b13ee4f ](b13ee4fc8c ))
* unsupported operand type(s) for +: 'int' and 'NoneType' ([a6241fc ](a6241fc813 ))
* unsupported operand type(s) for +=: 'int' and 'NoneType' ([b573d97 ](b573d9739f ))
2022-12-20 14:02:06 +00:00
Deepesh Garg
52d4e2acf8
Merge pull request #33403 from frappe/version-13-hotfix
...
chore: release v13
2022-12-20 19:30:24 +05:30
Deepesh Garg
3691eec66c
Merge pull request #33401 from frappe/mergify/bp/version-13-hotfix/pr-33393
...
fix: Cost center filter not working in cash flow report (backport #33393 )
2022-12-20 18:22:46 +05:30
rohitwaghchaure
e93af962a1
Merge pull request #33390 from frappe/mergify/bp/version-13-hotfix/pr-33387
...
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation (backport #33387 )
2022-12-20 16:59:58 +05:30
rohitwaghchaure
9692eeeb15
Merge pull request #33392 from frappe/mergify/bp/version-13-hotfix/pr-33382
...
fix: unsupported operand type(s) for +=: 'int' and 'NoneType' (backport #33382 )
2022-12-20 16:59:40 +05:30
Deepesh Garg
7825c564eb
fix: Consolidated financial report
2022-12-20 16:52:28 +05:30
Deepesh Garg
e5fd95bb21
chore: remove print statement
...
(cherry picked from commit 068df9f815 )
2022-12-20 08:17:21 +00:00
Deepesh Garg
684a45f234
fix: Cost center filter not working in cash flow report
...
(cherry picked from commit d0dbfec052 )
2022-12-20 08:17:20 +00:00
rohitwaghchaure
7ef0c6bb01
fix: conflict
2022-12-20 11:55:22 +05:30
rohitwaghchaure
4587bb3767
fix: conflict in stock_entry
2022-12-20 11:52:33 +05:30
rohitwaghchaure
2a18067aad
fix: conflict in hooks file
2022-12-20 11:49:22 +05:30
Rohit Waghchaure
b573d9739f
fix: unsupported operand type(s) for +=: 'int' and 'NoneType'
...
(cherry picked from commit 2b4eae5f84 )
2022-12-20 04:19:14 +00:00
Rohit Waghchaure
4dbce87660
test: added test case to validate audit for incorrect entries
...
(cherry picked from commit f31612376a )
# Conflicts:
# erpnext/hooks.py
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-12-20 04:18:19 +00:00
Rohit Waghchaure
b82154cb9e
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation
...
(cherry picked from commit b1721b79ce )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2022-12-20 04:18:18 +00:00
Deepesh Garg
2105193594
Merge pull request #33367 from ruthra-kumar/using_subquery_for_fetching_dr_cr_notes
...
perf: using subquery in get_dr_or_cr_notes() to improve performance
2022-12-17 16:41:58 +05:30
Deepesh Garg
ef74c6689b
Merge pull request #33360 from frappe/mergify/bp/version-13-hotfix/pr-33355
...
fix: disabled items showing in the report Itemwise Recommended Reorder Level (backport #33355 )
2022-12-16 16:12:29 +05:30
ruthra kumar
799d7b254e
refactor: using subquery in get_dr_or_cr_notes to improve performance
2022-12-16 14:06:05 +05:30
rohitwaghchaure
086e74791b
fix: conflicts
2022-12-16 11:41:22 +05:30
Rohit Waghchaure
c3fca3cfcb
fix: disabled items showing in the report 'Itemwise Recommended Reorder Level
...
'
(cherry picked from commit ae31ff1c48 )
# Conflicts:
# erpnext/stock/report/itemwise_recommended_reorder_level/itemwise_recommended_reorder_level.py
2022-12-15 12:39:14 +00:00
rohitwaghchaure
1634448864
Merge pull request #33357 from frappe/mergify/bp/version-13-hotfix/pr-33354
...
fix: unsupported operand type(s) for +: 'int' and 'NoneType' (backport #33354 )
2022-12-15 18:08:33 +05:30
Rohit Waghchaure
a6241fc813
fix: unsupported operand type(s) for +: 'int' and 'NoneType'
...
(cherry picked from commit 0f28074e5a )
2022-12-15 11:44:56 +00:00
Deepesh Garg
896bac10bc
Merge pull request #33343 from frappe/mergify/bp/version-13-hotfix/pr-33323
...
fix: translatability of warning on overbilling/-receipt/-delivery (backport #33323 )
2022-12-15 09:17:19 +05:30
Raffael Meyer
0992ca40b0
chore: resolve merge conflict (2)
2022-12-15 00:13:13 +01:00
Raffael Meyer
10ac8d6e67
chore: resolve merge conflicts
2022-12-15 00:11:35 +01:00
rohitwaghchaure
c8a2f9f857
Merge pull request #33334 from frappe/mergify/bp/version-13-hotfix/pr-33332
...
fix: get_serial_nos_for_fg() missing 1 required positional argument: … (backport #33332 )
2022-12-15 00:55:00 +05:30
barredterra
b13ee4fc8c
fix: translation for warning on Overbilling/-receipt/-delivery
...
(cherry picked from commit 36997d9788 )
# Conflicts:
# erpnext/controllers/status_updater.py
# erpnext/translations/de.csv
2022-12-14 17:55:29 +00:00
rohitwaghchaure
ab2f250960
fix: linter issue
2022-12-14 23:23:19 +05:30
rohitwaghchaure
e5b3748b49
fix: get_serial_nos not defined
2022-12-14 23:06:38 +05:30
Rohit Waghchaure
eddb7b429e
fix: get_serial_nos_for_fg() missing 1 required positional argument: 'args'
...
(cherry picked from commit 410a58b3de )
2022-12-14 10:38:38 +00:00
Frappe PR Bot
b3a9c1eb2a
chore(release): Bumped to Version 13.42.4
...
## [13.42.4](https://github.com/frappe/erpnext/compare/v13.42.3...v13.42.4 ) (2022-12-13)
### Bug Fixes
* `Enough Parts to Build` in `BOM Stock Report` ([50b2898 ](50b2898a2c ))
* `Material Request` reference in internal `Sales Order` ([988a327 ](988a327b58 ))
* incorrect balance on parent company due to key mismatch ([b17ac52 ](b17ac522f5 ))
* order status in `Production Planning Report` ([2880469 ](2880469706 ))
### Performance Improvements
* add indexes on payment entry reference (backport [#33288 ](https://github.com/frappe/erpnext/issues/33288 )) ([#33290 ](https://github.com/frappe/erpnext/issues/33290 )) ([45f79ef ](45f79ef644 ))
2022-12-13 12:31:01 +00:00
Ankush Menat
e44646054c
Merge pull request #33317 from frappe/version-13-hotfix
...
chore: release v13
2022-12-13 17:59:05 +05:30
Sagar Sharma
12f11a6976
Merge pull request #33321 from frappe/mergify/bp/version-13-hotfix/pr-33314
...
fix: `Enough Parts to Build` in `BOM Stock Report` (backport #33314 )
2022-12-13 15:58:15 +05:30
s-aga-r
50b2898a2c
fix: Enough Parts to Build in BOM Stock Report
...
(cherry picked from commit 723c64ba73 )
2022-12-13 09:50:30 +00:00
ruthra kumar
23830266f2
Merge pull request #33310 from frappe/mergify/bp/version-13-hotfix/pr-33303
...
fix: incorrect balance on parent company on consolidate Balance sheet due to key mismatch (backport #33303 )
2022-12-13 13:56:31 +05:30
ruthra kumar
b17ac522f5
fix: incorrect balance on parent company due to key mismatch
...
(cherry picked from commit 7b3316dc31 )
2022-12-13 03:36:32 +00:00
Sagar Sharma
1b22f53fde
Merge pull request #33307 from frappe/mergify/bp/version-13-hotfix/pr-33304
...
fix: `Material Request` reference in internal `Sales Order` (backport #33304 )
2022-12-13 00:01:25 +05:30
s-aga-r
988a327b58
fix: Material Request reference in internal Sales Order
...
(cherry picked from commit 78b438f6cf )
2022-12-12 18:19:15 +00:00
mergify[bot]
45f79ef644
perf: add indexes on payment entry reference (backport #33288 ) ( #33290 )
...
perf: add indexes on payment entry reference (#33288 )
Adds index on:
1. reference doctype
2. reference name
*Why not composite index?*
There are three type of queries on this doctype
- filtering ref_doctype - doctype index helps here
- filtering ref_name - name index helps here
- filtering both - name index helps here too. Since it has sufficiently
high cardinality. Composite index wont help in case where ref_doctype
isn't specfied.
[skip ci]
(cherry picked from commit 593626f502 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-12-12 13:02:08 +05:30
Sagar Sharma
bce3506e90
Merge pull request #33257 from frappe/mergify/bp/version-13-hotfix/pr-33255
...
fix: order status in `Production Planning Report` (backport #33255 )
2022-12-08 00:04:53 +05:30
s-aga-r
2880469706
fix: order status in Production Planning Report
...
(cherry picked from commit 632c08f7e0 )
2022-12-07 18:07:23 +00:00
Frappe PR Bot
104967881d
chore(release): Bumped to Version 13.42.3
...
## [13.42.3](https://github.com/frappe/erpnext/compare/v13.42.2...v13.42.3 ) (2022-12-06)
### Bug Fixes
* add company filter in RFQ Items ([a716f78 ](a716f780a8 ))
* key error on p/l and balance sheet reports on foreign currency ([0003e0c ](0003e0cb5b ))
* key error while filtering on date range and different currency ([84ef814 ](84ef814f45 ))
* non empty FG batch picked while completing work order ([635d80d ](635d80dc2f ))
* remove duplicate schema ([4ad9aa2 ](4ad9aa29ee ))
* replace sql code with fields list in get_cached_value ([b3ccad8 ](b3ccad8cf4 ))
2022-12-06 14:37:49 +00:00
Deepesh Garg
b2ef5f7cd2
Merge pull request #33232 from frappe/version-13-hotfix
...
chore: release v13
2022-12-06 20:06:03 +05:30
Deepesh Garg
cd5b8aeb64
Merge pull request #33234 from frappe/mergify/bp/version-13-hotfix/pr-33191
...
fix: key error while filtering on date range and reporting on foreign currency (backport #33191 )
2022-12-06 17:36:37 +05:30
ruthra kumar
0003e0cb5b
fix: key error on p/l and balance sheet reports on foreign currency
...
(cherry picked from commit a6794c3606 )
2022-12-06 16:52:26 +05:30
ruthra kumar
b3ccad8cf4
fix: replace sql code with fields list in get_cached_value
...
(cherry picked from commit 19db7e2989 )
2022-12-06 16:52:22 +05:30
ruthra kumar
84ef814f45
fix: key error while filtering on date range and different currency
...
(cherry picked from commit 9b8d6fe411 )
2022-12-06 10:13:40 +00:00
rohitwaghchaure
ac432ea52f
Merge pull request #33226 from frappe/mergify/bp/version-13-hotfix/pr-33224
...
fix: non empty FG batch picked while completing work order (backport #33224 )
2022-12-05 23:58:52 +05:30
Rohit Waghchaure
635d80dc2f
fix: non empty FG batch picked while completing work order
...
(cherry picked from commit 713330cbf6 )
2022-12-05 15:00:38 +00:00
Sagar Sharma
0c4de03baa
Merge pull request #33176 from frappe/mergify/bp/version-13-hotfix/pr-33174
...
fix: add company filter in RFQ Items (backport #33174 )
2022-11-30 12:25:15 +05:30
s-aga-r
a716f780a8
fix: add company filter in RFQ Items
...
(cherry picked from commit ca0485a503 )
2022-11-30 05:07:27 +00:00
Deepesh Garg
6f6598878e
Merge pull request #33173 from frappe/mergify/bp/version-13-hotfix/pr-33115
...
fix: remove product schema block from additional info section on item template (backport #33115 )
2022-11-30 09:46:49 +05:30
ruthra kumar
4ad9aa29ee
fix: remove duplicate schema
...
(cherry picked from commit 2c18a95115 )
2022-11-30 03:49:36 +00:00
Frappe PR Bot
e54b23d71b
chore(release): Bumped to Version 13.42.2
...
## [13.42.2](https://github.com/frappe/erpnext/compare/v13.42.1...v13.42.2 ) (2022-11-29)
### Bug Fixes
* `production_item` filter in `Job Card Summary Report` ([ce54198 ](ce5419888b ))
* `Work Order` filter typo in `Job Card Summary Report` ([2de239c ](2de239c73b ))
* cannot update auth token until token expiry if credentials change ([2121714 ](2121714856 ))
* company name with `,` in `Job Card Summary Report` ([ffef0cb ](ffef0cb771 ))
* company name with `,` in `Work Order Summary Report` ([11978fc ](11978fca4e ))
* create rounding gl entry for PCV during gle post processing ([7af4597 ](7af45972ae ))
* disbursable amount on currrent security price ([eca2d96 ](eca2d96419 ))
* Dispatch address display ([10cfcb5 ](10cfcb5e8a ))
* incorrect balance qty ([78e64fa ](78e64fa486 ))
* linter ([b91860d ](b91860ddf2 ))
* MR Item `description` and `item_name` gets reset on `qty` change ([b66976b ](b66976bd36 ))
* Multicurrency invoice with exchange gain and loss showing up in AR/AP report ([d38a289 ](d38a2895b0 ))
* only consider draft pending asset repair docs ([6da7b38 ](6da7b38f6e ))
* only show serial no batch selector only once ([0c6a7ce ](0c6a7cef95 ))
* reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([ff59483 ](ff594831b0 ))
* validate voucher type while checking journal entry against payroll entry ([07c25ac ](07c25ace5c ))
2022-11-29 13:19:11 +00:00
Deepesh Garg
ba9220f9d2
Merge pull request #33164 from frappe/version-13-hotfix
...
chore: release v13
2022-11-29 18:47:36 +05:30
Sagar Sharma
354f258543
Merge pull request #33160 from frappe/mergify/bp/version-13-hotfix/pr-33136
...
fix: reset `voucher_type` and `voucher_no` if `based_on` is set to `Transaction` (backport #33136 )
2022-11-29 13:24:45 +05:30
s-aga-r
f7d3f136c5
chore: make posting_date and posting_time read-only if based_on is set to Transaction
...
(cherry picked from commit 4e10352b48 )
2022-11-29 06:44:57 +00:00
s-aga-r
ff594831b0
fix: reset voucher_type and voucher_no if based_on is set to Item and Warehouse
...
(cherry picked from commit eeec008547 )
2022-11-29 06:44:57 +00:00
rohitwaghchaure
b08d36cb7b
Merge pull request #33150 from frappe/mergify/bp/version-13-hotfix/pr-33144
...
fix: incorrect balance qty (backport #33144 )
2022-11-29 12:06:09 +05:30
Sagar Sharma
cdb6a4e3f7
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33144
2022-11-29 11:17:07 +05:30
Deepesh Garg
99188afa16
Merge pull request #33157 from frappe/mergify/bp/version-13-hotfix/pr-33116
...
fix: only show serial no batch selector only once (backport #33116 )
2022-11-29 11:07:09 +05:30
Deepesh Garg
64fda0d4b7
Merge pull request #33028 from saurabh6790/small-fixes
...
chore: link payroll entry reference in accrual payroll journal entry
2022-11-29 10:53:42 +05:30
Shariq Ansari
0c6a7cef95
fix: only show serial no batch selector only once
...
(cherry picked from commit 0f87d329d6 )
2022-11-29 04:51:41 +00:00
Rohit Waghchaure
c930d64e8d
test: test case for serialized batched item
...
(cherry picked from commit b606a9684b )
2022-11-29 03:19:16 +00:00
Rohit Waghchaure
78e64fa486
fix: incorrect balance qty
...
(cherry picked from commit b2105a8be7 )
2022-11-29 03:19:15 +00:00
Deepesh Garg
2a0d7acc2b
Merge pull request #33122 from deepeshgarg007/receivable_payable_multi_currency
...
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-28 22:49:06 +05:30
Sagar Sharma
24a3da55e6
Merge pull request #33124 from frappe/mergify/bp/version-13-hotfix/pr-33120
...
fix: `Work Order Summary` and `Job Card Summary` Report (backport #33120 )
2022-11-27 23:23:06 +05:30
Sagar Sharma
c3289c265a
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-33120
2022-11-27 22:11:06 +05:30
s-aga-r
b39f367dbd
chore: conflicts
2022-11-27 22:10:10 +05:30
Deepesh Garg
d76e291927
Merge pull request #33114 from frappe/mergify/bp/version-13-hotfix/pr-33111
...
fix: Loan disbursable amount on current security price (backport #33111 )
2022-11-27 20:50:19 +05:30
s-aga-r
ce5419888b
fix: production_item filter in Job Card Summary Report
...
(cherry picked from commit ef7fd670fc )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:16 +00:00
s-aga-r
ffef0cb771
fix: company name with , in Job Card Summary Report
...
(cherry picked from commit 481149814e )
# Conflicts:
# erpnext/manufacturing/report/job_card_summary/job_card_summary.py
2022-11-26 16:25:15 +00:00
s-aga-r
2de239c73b
fix: Work Order filter typo in Job Card Summary Report
...
(cherry picked from commit 2e4f3e9317 )
2022-11-26 16:25:14 +00:00
s-aga-r
11978fca4e
fix: company name with , in Work Order Summary Report
...
(cherry picked from commit 87b39f045c )
2022-11-26 16:25:14 +00:00
Deepesh Garg
d38a2895b0
fix: Multicurrency invoice with exchange gain and loss showing up in AR/AP report
2022-11-26 20:21:22 +05:30
Sagar Sharma
4492ee4771
Merge pull request #33109 from frappe/mergify/bp/version-13-hotfix/pr-33090
...
fix: MR Item `item_name` and `description` gets reset on `qty` change (backport #33090 )
2022-11-26 10:07:37 +05:30
Abhinav Raut
eca2d96419
fix: disbursable amount on currrent security price
...
(cherry picked from commit fe87c27acd )
2022-11-25 09:49:03 +00:00
s-aga-r
b66976bd36
fix: MR Item description and item_name gets reset on qty change
...
(cherry picked from commit df0fee2312 )
2022-11-25 05:50:10 +00:00
Deepesh Garg
776c8c6d6a
Merge pull request #33093 from frappe/einv-reset-client-creds
...
fix: cannot update auth token until token expiry if credentials change
2022-11-24 21:25:46 +05:30
Deepesh Garg
452db7ed15
Merge pull request #33105 from frappe/mergify/bp/version-13-hotfix/pr-33100
...
fix: Dispatch address display (backport #33100 )
2022-11-24 21:22:13 +05:30
Deepesh Garg
10cfcb5e8a
fix: Dispatch address display
...
(cherry picked from commit 104fdcb9f9 )
2022-11-24 12:31:40 +00:00
Saqib Ansari
b91860ddf2
fix: linter
2022-11-24 15:26:32 +05:30
Deepesh Garg
eda89a467c
Merge pull request #33086 from AnandBaburajan/pending_asset_repair
...
fix: only consider draft pending asset repair docs
2022-11-24 14:37:36 +05:30
Saqib Ansari
2121714856
fix: cannot update auth token until token expiry if credentials change
2022-11-23 21:33:04 +05:30
Saurabh
8b46da39ea
Merge branch 'version-13-hotfix' into small-fixes
2022-11-23 18:16:49 +05:30
anandbaburajan
6da7b38f6e
fix: only consider draft pending asset repair docs
2022-11-23 13:05:52 +05:30
Deepesh Garg
7688239fc0
Merge pull request #33084 from frappe/mergify/bp/version-13-hotfix/pr-33062
...
fix: create rounding gl entry for PCV during gle post processing (backport #33062 )
2022-11-23 11:50:14 +05:30
Saurabh
07c25ace5c
fix: validate voucher type while checking journal entry against payroll entry
2022-11-23 11:45:50 +05:30
Saurabh
6ae21c92de
chore: link payroll entry reference in accrual payroll journal entry
2022-11-23 11:45:50 +05:30
Nabin Hait
7af45972ae
fix: create rounding gl entry for PCV during gle post processing
...
(cherry picked from commit 022d8d5d79 )
2022-11-23 05:07:10 +00:00
Frappe PR Bot
f106b9e884
chore(release): Bumped to Version 13.42.1
...
## [13.42.1](https://github.com/frappe/erpnext/compare/v13.42.0...v13.42.1 ) (2022-11-22)
### Bug Fixes
* Accounting Dimension filtering for Sales and Purchase Report ([58f3f2b ](58f3f2b6d9 ))
* cast POS query inputs to integers (backport [#32975 ](https://github.com/frappe/erpnext/issues/32975 )) ([#32978 ](https://github.com/frappe/erpnext/issues/32978 )) ([3aba14f ](3aba14f71a ))
* GP incorrect buying amount if no upd on SI and Delivery Note ([40bb2cb ](40bb2cba93 ))
* incorrect fix of conversion factor in PP ([726c3d3 ](726c3d32be ))
* linter issue ([72f9308 ](72f9308df6 ))
* make `is_internal_supplier` read-only ([30b5d1c ](30b5d1c400 ))
* Opening journal entry templates ([4ad3e28 ](4ad3e28147 ))
* **pos:** item selector image border radius ([ab31eb4 ](ab31eb4ee7 ))
* **realtime:** Restrict updates to only last modified or current user ([#33034 ](https://github.com/frappe/erpnext/issues/33034 )) ([ecdd849 ](ecdd8493ea ))
* use `list()` on self mutating iteration ([0070b5e ](0070b5ef9a ))
2022-11-22 16:00:21 +00:00
Deepesh Garg
b839c53572
Merge pull request #33075 from frappe/version-13-hotfix
...
chore: release v13
2022-11-22 21:28:29 +05:30
ruthra kumar
30b42b22ab
Merge pull request #32942 from frappe/mergify/bp/version-13-hotfix/pr-32866
...
fix: incorrect buying amount on Gross Profit (backport #32866 )
2022-11-22 15:59:28 +05:30
ruthra kumar
4834b78ed2
refactor: clean up code in test suite
...
Remove doctypes that are not in v13
2022-11-22 15:06:46 +05:30
ruthra kumar
72f9308df6
fix: linter issue
2022-11-22 15:06:27 +05:30
Deepesh Garg
dc9b81d216
Merge pull request #33041 from frappe/mergify/bp/version-13-hotfix/pr-33032
...
fix: Accounting Dimension filtering for Sales and Purchase Report (backport #33032 )
2022-11-19 18:53:34 +05:30
Deepesh Garg
61b20c81c2
Merge pull request #33036 from frappe/mergify/bp/version-13-hotfix/pr-33034
...
fix(realtime): Restrict updates to only last modified or current user (backport #33034 )
2022-11-19 18:22:17 +05:30
Deepesh Garg
58f3f2b6d9
fix: Accounting Dimension filtering for Sales and Purchase Report
...
(cherry picked from commit 8b394afaa9 )
2022-11-19 12:50:19 +00:00
rohitwaghchaure
e3435369a0
Merge pull request #33037 from frappe/mergify/bp/version-13-hotfix/pr-32947
...
fix: incorrect fix of conversion factor in PP (backport #32947 )
2022-11-19 11:50:05 +05:30
Rohit Waghchaure
726c3d32be
fix: incorrect fix of conversion factor in PP
...
(cherry picked from commit 490b0e3cdf )
2022-11-18 14:39:27 +00:00
gavin
ecdd8493ea
fix(realtime): Restrict updates to only last modified or current user ( #33034 )
...
(cherry picked from commit dd2493a541 )
2022-11-18 11:49:11 +00:00
Deepesh Garg
431a94b961
Merge pull request #33016 from frappe/mergify/bp/version-13-hotfix/pr-33009
...
fix(pos): item selector image border radius (backport #33009 )
2022-11-18 15:09:17 +05:30
Sagar Sharma
00f990e3f4
Merge pull request #33024 from frappe/mergify/bp/version-13-hotfix/pr-33019
...
fix: use `list()` on self mutating iteration (backport #33019 )
2022-11-18 10:59:54 +05:30
Sabu Siyad
0070b5ef9a
fix: use list() on self mutating iteration
...
https://github.com/frappe/erpnext/issues/30325
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 546c809cbe )
2022-11-18 04:56:12 +00:00
Sabu Siyad
ab31eb4ee7
fix(pos): item selector image border radius
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 2f4940cc26 )
2022-11-17 12:02:46 +00:00
mergify[bot]
357ae939d1
refactor: search queries (backport #33004 ) ( #33008 )
...
* refactor: search queries (#33004 )
- guard clauses for readability
- use values or format
(cherry picked from commit 34e4903ed7 )
# Conflicts:
# erpnext/stock/doctype/material_request/material_request.py
# erpnext/stock/doctype/quality_inspection/quality_inspection.py
* chore: conflicts
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-17 14:24:45 +05:30
Sagar Sharma
b8aa63b5e2
Merge pull request #33011 from frappe/mergify/bp/version-13-hotfix/pr-33006
...
fix: make `is_internal_supplier` read-only in PO (backport #33006 )
2022-11-17 14:23:28 +05:30
s-aga-r
9191c54b90
chore: conflicts
2022-11-17 14:19:01 +05:30
s-aga-r
30b5d1c400
fix: make is_internal_supplier read-only
...
(cherry picked from commit 5efbc2cbf8 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
2022-11-17 08:41:11 +00:00
Ankush Menat
9d5c4ffadf
chore: hardcode doctype
2022-11-17 12:03:02 +05:30
Deepesh Garg
85d8540379
Merge pull request #32995 from frappe/mergify/bp/version-13-hotfix/pr-32983
...
fix: Opening journal entry templates (backport #32983 )
2022-11-17 11:15:52 +05:30
Deepesh Garg
4ad3e28147
fix: Opening journal entry templates
...
(cherry picked from commit 33b61aef5a )
2022-11-16 15:12:34 +00:00
Deepesh Garg
ec6a01de4c
Merge pull request #32991 from frappe/mergify/bp/version-13-hotfix/pr-32989
...
ci: fix flake8 URL (backport #32989 )
2022-11-16 17:05:25 +05:30
Deepesh Garg
7831744064
ci: fix flake8 URL
...
(cherry picked from commit e81bec5fc9 )
2022-11-16 10:56:43 +00:00
mergify[bot]
3aba14f71a
fix: cast POS query inputs to integers (backport #32975 ) ( #32978 )
...
* fix: cast POS query inputs to integers (#32975 )
fix: cast POS query inputs to integers
(cherry picked from commit c013db6ea1 )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* chore: conflicts
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-15 18:50:32 +05:30
Frappe PR Bot
f3f6d35a84
chore(release): Bumped to Version 13.42.0
...
# [13.42.0](https://github.com/frappe/erpnext/compare/v13.41.1...v13.42.0 ) (2022-11-15)
### Bug Fixes
* add Document Date in E-Invoice print format ([a16347f ](a16347f325 ))
* ambiguous 'cost_center' on payment reconciliation ([e9e5ded ](e9e5ded36b ))
* check type for reference name ([ad648f3 ](ad648f313c ))
* don't set WIP Warehouse if is checked in WO ([4a17711 ](4a177113c6 ))
* Label for applicable dimension table ([cbc8b2d ](cbc8b2da0a ))
* Pricing rule item group consider UOM ([1ed0b6e ](1ed0b6e89b )), closes [#32566 ](https://github.com/frappe/erpnext/issues/32566 )
* query condition change ([88ce59a ](88ce59a1ca ))
* repayment schedule regeneration ([a19031c ](a19031cf9a ))
* set `WIP Warehouse` in Job Card ([f09e427 ](f09e4273d9 ))
* set stock UOM in args to ensure item price is fetched ([bd2242b ](bd2242b285 ))
* wrong totals in hsn summary report ([79d508f ](79d508f4ff ))
### Features
* page break in SoA pdf ([e93ac3c ](e93ac3c9a8 ))
2022-11-15 13:02:04 +00:00
Deepesh Garg
1cf5b23d9c
Merge pull request #32973 from frappe/version-13-hotfix
...
chore: release v13
2022-11-15 18:17:49 +05:30
Deepesh Garg
de3453e477
Merge pull request #32934 from rtdany10/hsn-summary-report
...
fix: wrong hsn summary totals
2022-11-15 16:33:46 +05:30
Deepesh Garg
ee015273c9
Merge pull request #32953 from gavindsouza/rm-dead-validation-pe
...
chore(payment_entry): Remove dead validations
2022-11-15 13:56:38 +05:30
Deepesh Garg
db3f8d2768
Merge pull request #32961 from frappe/mergify/bp/version-13-hotfix/pr-32956
...
fix: Label for applicable dimension table (backport #32956 )
2022-11-15 13:01:34 +05:30
Gavin D'souza
e1ecc9a819
chore(payment_entry): Remove dead validations
2022-11-15 10:43:47 +05:30
Deepesh Garg
9e340a8307
Merge branch 'version-13-hotfix' into hsn-summary-report
2022-11-15 09:26:00 +05:30
Deepesh Garg
cbc8b2da0a
fix: Label for applicable dimension table
...
(cherry picked from commit 8c13f70fc5 )
2022-11-15 03:56:00 +00:00
ruthra kumar
b7ff5fb426
Merge pull request #32930 from ruthra-kumar/ambiguous_cost_center_field
...
fix: ambiguous 'cost_center' while using payment reconciliation
2022-11-14 16:56:36 +05:30
Sagar Sharma
2b2a4f66ad
Merge pull request #32949 from frappe/mergify/bp/version-13-hotfix/pr-32937
...
refactor: rewrite `job_card.py` queries in QB (backport #32937 )
2022-11-14 12:22:59 +05:30
s-aga-r
78ca078474
refactor: rewrite job_card.py queries in QB
...
(cherry picked from commit 7df2921d38 )
2022-11-14 05:57:03 +00:00
Deepesh Garg
65c9941aa4
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32866
2022-11-14 10:45:09 +05:30
Deepesh Garg
5e46567a0b
Merge pull request #32940 from deepeshgarg007/psa_pdf_issue_v13
...
feat: page break in SoA pdf
2022-11-14 10:44:56 +05:30
Deepesh Garg
079cf6899e
Merge pull request #32943 from frappe/mergify/bp/version-13-hotfix/pr-32938
...
chore: Remove raw SQL query (backport #32938 )
2022-11-14 10:44:24 +05:30
Sagar Vora
ad648f313c
fix: check type for reference name
...
(cherry picked from commit b06345af46 )
2022-11-13 15:11:50 +00:00
Deepesh Garg
9c9c6607f8
chore: Remove qb doc reference
...
(cherry picked from commit 4b9921782b )
2022-11-13 15:11:49 +00:00
Deepesh Garg
d6901e51ad
chore: Remove raw SQL query
...
(cherry picked from commit 42a59d5c17 )
2022-11-13 15:11:48 +00:00
Deepesh Garg
8733ce5ca9
Merge branch 'version-13-hotfix' into psa_pdf_issue_v13
2022-11-13 20:41:38 +05:30
Deepesh Garg
1ee5c2ff87
chore: Resolve conflicts
2022-11-13 19:49:07 +05:30
ruthra kumar
09ef8eeaea
test: buying amount of invoices
...
1. Invoice with unset `update_stock`, with and without Delivery Notes
(cherry picked from commit 2c8b0b17a7 )
2022-11-13 13:46:48 +00:00
ruthra kumar
40bb2cba93
fix: GP incorrect buying amount if no upd on SI and Delivery Note
...
(cherry picked from commit e4d16c31da )
# Conflicts:
# erpnext/accounts/report/gross_profit/gross_profit.py
2022-11-13 13:46:47 +00:00
Dany Robert
95f81d3563
chore: remove commented line
2022-11-13 18:53:10 +05:30
Dany Robert
88ce59a1ca
fix: query condition change
2022-11-13 18:52:57 +05:30
Dany Robert
e93ac3c9a8
feat: page break in SoA pdf
2022-11-13 18:52:44 +05:30
Sagar Sharma
079fc2dc34
Merge pull request #32936 from frappe/mergify/bp/version-13-hotfix/pr-32913
...
fix: set stock UOM in args to ensure item price is fetched (backport #32913 )
2022-11-12 12:46:54 +05:30
Sagar Vora
bd2242b285
fix: set stock UOM in args to ensure item price is fetched
...
(cherry picked from commit 57038c3969 )
2022-11-12 04:39:52 +00:00
Dany Robert
79d508f4ff
fix: wrong totals in hsn summary report
2022-11-12 05:22:31 +01:00
Deepesh Garg
a0cab4c5e7
Merge pull request #32931 from frappe/mergify/bp/version-13-hotfix/pr-32878
...
fix: repayment schedule regeneration (backport #32878 )
2022-11-11 15:15:32 +05:30
Abhinav Raut
a19031cf9a
fix: repayment schedule regeneration
...
(cherry picked from commit d6ab2b3b87 )
2022-11-11 08:53:31 +00:00
ruthra kumar
e9e5ded36b
fix: ambiguous 'cost_center' on payment reconciliation
2022-11-11 10:14:04 +05:30
Sagar Sharma
fcb6ee22ba
Merge pull request #32920 from frappe/mergify/bp/version-13-hotfix/pr-32918
...
fix: WO Skip Material Transfer to WIP Warehouse (backport #32918 )
2022-11-10 18:42:25 +05:30
Sagar Sharma
f09e4273d9
fix: set WIP Warehouse in Job Card
...
(cherry picked from commit e7fa2e08ad )
2022-11-10 11:43:23 +00:00
Sagar Sharma
4a177113c6
fix: don't set WIP Warehouse if is checked in WO
...
(cherry picked from commit 9730cd0aec )
2022-11-10 11:43:22 +00:00
Deepesh Garg
972893d00e
Merge pull request #32908 from maharshivpatel/item-group-pricing-rule-backport
...
fix: Pricing rule item group consider UOM
2022-11-10 09:58:50 +05:30
Maharshi Patel
1ed0b6e89b
fix: Pricing rule item group consider UOM
...
Pricing rule's apply_on_field == "item_group" didn't check for UOM. I have added the required checks.
Same as #32566
2022-11-09 17:17:35 +05:30
Deepesh Garg
dafb575500
Merge pull request #32894 from maharshivpatel/add-einvoice-document-date
...
fix: add Document Date in E-Invoice print format
2022-11-08 21:45:17 +05:30
Frappe PR Bot
9cf5e9e61e
chore(release): Bumped to Version 13.41.1
...
## [13.41.1](https://github.com/frappe/erpnext/compare/v13.41.0...v13.41.1 ) (2022-11-08)
### Bug Fixes
* `Material Consumption` option in case of `Skip Transfer to WIP` in WO ([418c131 ](418c131331 ))
* Create POS Opening Entry POS Profile filter. ([76e4bb4 ](76e4bb44f1 ))
* Disable tax included prices for internal transfers ([#32794 ](https://github.com/frappe/erpnext/issues/32794 )) ([84ee1b8 ](84ee1b86af ))
* for asset's purchase_date, if bill_date is set, use that instead of posting_date ([1d23c9a ](1d23c9a9fd ))
* Reset advance paid amount on Oreder cancel and amend ([e32e0bc ](e32e0bc8fa ))
* use `flt` instead of `cint` in `get_batch_no` ([601b1e3 ](601b1e3821 ))
2022-11-08 12:14:53 +00:00
Deepesh Garg
af8b99a5e0
Merge pull request #32892 from frappe/version-13-hotfix
...
chore: release v13
2022-11-08 17:43:28 +05:30
Maharshi Patel
a16347f325
fix: add Document Date in E-Invoice print format
2022-11-08 16:35:34 +05:30
Deepesh Garg
19b9875ba8
Merge pull request #32781 from frappe/mergify/bp/version-13-hotfix/pr-32777
...
fix: Reset advance paid amount on Order cancel and amend (backport #32777 )
2022-11-08 10:53:02 +05:30
Deepesh Garg
43aa670e90
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into mergify/bp/version-13-hotfix/pr-32777
2022-11-08 10:40:07 +05:30
Deepesh Garg
4f76ed1c68
chore: Resolve conflicts
2022-11-08 10:39:21 +05:30
Deepesh Garg
b93d13feef
Merge pull request #32865 from frappe/mergify/bp/version-13-hotfix/pr-32846
...
fix: add german translations (backport #32846 )
2022-11-07 18:42:38 +05:30
Raffael Meyer
e1a32cc620
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32846
2022-11-07 13:18:06 +01:00
barredterra
550f5f280c
chore: resolve merge conflicts
2022-11-07 13:15:38 +01:00
Deepesh Garg
fbbfeb8563
Merge pull request #32873 from frappe/mergify/bp/version-13-hotfix/pr-32802
...
fix: `Material Consumption` option in case of `Skip Transfer to WIP` in WO (backport #32802 )
2022-11-07 10:18:14 +05:30
Sagar Sharma
418c131331
fix: Material Consumption option in case of Skip Transfer to WIP in WO
...
(cherry picked from commit 8ea6983734 )
2022-11-07 04:06:55 +00:00
Raffael Meyer
a8bf17e560
chore: add german translations ( #32846 )
...
Mostly for balance sheet
(cherry picked from commit d2b6490bca )
# Conflicts:
# erpnext/translations/de.csv
2022-11-06 04:53:43 +00:00
Deepesh Garg
9961037f71
Merge pull request #32860 from frappe/mergify/bp/version-13-hotfix/pr-32794
...
fix: Disable tax included prices for internal transfers (backport #32794 )
2022-11-05 21:17:09 +05:30
Deepesh Garg
84ee1b86af
fix: Disable tax included prices for internal transfers ( #32794 )
...
* fix: Disable tax-included prices for internal transfers
(cherry picked from commit 8d30ebb12b )
2022-11-05 15:22:30 +00:00
Deepesh Garg
afe86d83aa
Merge pull request #32857 from frappe/mergify/bp/version-13-hotfix/pr-32847
...
fix: Create POS Opening Entry POS Profile filter. (backport #32847 )
2022-11-05 20:52:12 +05:30
Maharshi Patel
76e4bb44f1
fix: Create POS Opening Entry POS Profile filter.
...
pos_profile_query was variable instead of function.
(cherry picked from commit 1328a45f2a )
2022-11-05 11:15:58 +00:00
Deepesh Garg
c1bc1040b8
Merge pull request #32834 from frappe/mergify/bp/version-13-hotfix/pr-32773
...
fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date (backport #32773 )
2022-11-03 12:06:50 +05:30
anandbaburajan
1d23c9a9fd
fix: for asset's purchase_date, if bill_date is set, use that instead of posting_date
...
(cherry picked from commit f322c608cf )
2022-11-03 06:28:37 +00:00
Sagar Sharma
5a211813d3
Merge pull request #32821 from frappe/mergify/bp/version-13-hotfix/pr-32788
...
fix: use `flt` instead of `cint` in `get_batch_no` (backport #32788 )
2022-11-02 17:08:08 +05:30
Sagar Sharma
601b1e3821
fix: use flt instead of cint in get_batch_no
...
(cherry picked from commit 9fb3fb4c83 )
2022-11-02 10:25:54 +00:00
Frappe PR Bot
6d1ae68d70
chore(release): Bumped to Version 13.41.0
...
# [13.41.0](https://github.com/frappe/erpnext/compare/v13.40.3...v13.41.0 ) (2022-11-01)
### Bug Fixes
* add `Sales Order` reference in Material Request Dashboard ([cb89dba ](cb89dba5ab ))
* Do not force eligibilgity of itc for reverse charge ([9dc0edf ](9dc0edfb8a ))
* filter return pos in reconciliation tool ([b877b0d ](b877b0d3a2 ))
* group warehouse filter not working for Batch-wise Balance history report ([310e7c5 ](310e7c522c ))
* Issues while cancel/amending Purchase Invoice with TDS enabled ([8888957 ](8888957952 ))
* Mode of payment for returns in POS Sales Invoice ([9b63a1a ](9b63a1a2e9 ))
### Features
* Repayment schedule types for term loans ([c2817be ](c2817bed0b ))
2022-11-01 17:19:09 +00:00
Deepesh Garg
19ebebdc47
Merge pull request #32792 from frappe/version-13-hotfix
...
chore: release v13
2022-11-01 22:46:15 +05:30
Deepesh Garg
a91483899b
Merge pull request #32806 from frappe/mergify/bp/version-13-hotfix/pr-32779
...
fix: Mode of payment for returns in POS Sales Invoice (backport #32779 )
2022-11-01 22:11:50 +05:30
Deepesh Garg
2f6d55d8d2
Merge pull request #32803 from frappe/mergify/bp/version-13-hotfix/pr-32801
...
fix: Issues while cancel/amending Purchase Invoice with TDS enabled (backport #32801 )
2022-11-01 22:11:26 +05:30
Deepesh Garg
4a10454d89
chore: Resolve conflicts
2022-11-01 21:30:36 +05:30
Deepesh Garg
12b15347bc
chore: Update tests
...
(cherry picked from commit 5b74161195 )
2022-11-01 15:59:54 +00:00
Deepesh Garg
9b63a1a2e9
fix: Mode of payment for returns in POS Sales Invoice
...
(cherry picked from commit 06e8e28531 )
2022-11-01 15:59:53 +00:00
Deepesh Garg
8888957952
fix: Issues while cancel/amending Purchase Invoice with TDS enabled
...
(cherry picked from commit f7c9258770 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
2022-11-01 15:18:48 +00:00
ruthra kumar
a9660bf026
Merge pull request #32798 from ruthra-kumar/better_approach_to_list_item_removal
...
fix: filter return pos in reconciliation tool
2022-11-01 17:28:01 +05:30
ruthra kumar
b877b0d3a2
fix: filter return pos in reconciliation tool
2022-11-01 16:56:35 +05:30
Deepesh Garg
e4082093b8
Merge pull request #32796 from deepeshgarg007/itc_eligibility_reverse_charge
...
fix: Do not force eligibilgity of itc for reverse charge
2022-11-01 16:32:39 +05:30
Deepesh Garg
9dc0edfb8a
fix: Do not force eligibilgity of itc for reverse charge
2022-11-01 16:03:32 +05:30
rohitwaghchaure
e13f05ce19
Merge pull request #32784 from rohitwaghchaure/fixed-warehouse-group-for-batch
...
fix: group warehouse filter not working for Batch-wise Balance history report
2022-10-31 23:34:00 +05:30
Rohit Waghchaure
310e7c522c
fix: group warehouse filter not working for Batch-wise Balance history report
2022-10-31 23:21:29 +05:30
Deepesh Garg
e32e0bc8fa
fix: Reset advance paid amount on Oreder cancel and amend
...
(cherry picked from commit 92f37ca111 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.js
2022-10-31 16:09:48 +00:00
Deepesh Garg
0c24ba0118
Merge pull request #32690 from frappe/mergify/bp/version-13-hotfix/pr-32424
...
feat: Repayment schedule types for term loans (backport #32424 )
2022-10-31 11:57:57 +05:30
Deepesh Garg
60fa87751a
chore: Update payroll loan tests
2022-10-31 11:28:32 +05:30
Deepesh Garg
50bc7785f7
chore: reload doctypes
2022-10-31 10:39:03 +05:30
Deepesh Garg
d2aea0cd2e
chore: fix datetime value
2022-10-30 11:01:41 +05:30
Deepesh Garg
e9006582fb
chore: Add removed field
2022-10-30 10:48:37 +05:30
Deepesh Garg
3483e0e2a5
Merge branch 'version-13-hotfix' of https://github.com/frappe/erpnext into mergify/bp/version-13-hotfix/pr-32424
2022-10-30 10:46:21 +05:30
Deepesh Garg
65b047c94c
chore: Resync Loan Doc
2022-10-30 10:44:15 +05:30
Sagar Sharma
ada3ce21c0
Merge pull request #32757 from frappe/mergify/bp/version-13-hotfix/pr-32754
...
fix: add `Sales Order` reference in Material Request Dashboard (backport #32754 )
2022-10-29 13:52:28 +05:30
Sagar Sharma
cb89dba5ab
fix: add Sales Order reference in Material Request Dashboard
...
(cherry picked from commit 15ebf4a0cf )
2022-10-29 07:07:45 +00:00
Deepesh Garg
d73237e896
chore: Resolve conflicts
2022-10-29 11:06:53 +05:30
Sagar Sharma
8e0d393cd4
Merge pull request #32741 from frappe/mergify/bp/version-13-hotfix/pr-32738
...
fix: Added Material Request Reference in Purchase Recipt Dashboard for Tracking (backport #32738 )
2022-10-28 16:06:35 +05:30
Vishal
292ff1bd6b
chore: minor linting issue fixed
...
(cherry picked from commit e8c0157017 )
2022-10-28 08:55:07 +00:00
Vishal
804cf40f69
chore: Added Material Request Reference in Purchase Recipt Dashboard for Tracking
...
(cherry picked from commit a04c44fe34 )
2022-10-28 08:55:06 +00:00
Frappe PR Bot
1d31ab1ab7
chore(release): Bumped to Version 13.40.3
...
## [13.40.3](https://github.com/frappe/erpnext/compare/v13.40.2...v13.40.3 ) (2022-10-26)
### Bug Fixes
* allow to create Sales Order from expired Quotation ([#32641 ](https://github.com/frappe/erpnext/issues/32641 )) ([ea03289 ](ea032893d3 ))
* Billing Address for inter-company purchase docs ([3a2f08f ](3a2f08fbda ))
* BOM cost update message ([98bcb72 ](98bcb7255d ))
* conflicts ([447485a ](447485ae90 ))
* incorrect qty in material request ([1741501 ](1741501ea8 ))
* overlap error not raised for job card in case of workstation with production capacity ([b5376ce ](b5376ce5cb ))
* unset contact details ([7afb19f ](7afb19f965 ))
2022-10-26 05:09:20 +00:00
Deepesh Garg
dd493fb46f
Merge pull request #32706 from frappe/version-13-hotfix
...
chore: release v13
2022-10-26 10:37:31 +05:30
Deepesh Garg
85f48dd6bd
chore: Update tests
...
(cherry picked from commit e59b147a62 )
2022-10-23 14:09:20 +00:00
Deepesh Garg
fa0a137a38
chore: Add repayment date on option
...
(cherry picked from commit ef0cb17faf )
2022-10-23 14:09:19 +00:00
Deepesh Garg
5fc8d20e96
chore: label post save
...
(cherry picked from commit bf7a51791a )
2022-10-23 14:09:18 +00:00
Deepesh Garg
7ddcfc00fc
chore: Add patch to update repayment schedule type in loan documents
...
(cherry picked from commit 679b5ed551 )
# Conflicts:
# erpnext/patches.txt
2022-10-23 14:09:17 +00:00
Deepesh Garg
3f02059085
chore: Update labels as per repayment type
...
(cherry picked from commit 2ddee50f27 )
# Conflicts:
# erpnext/loan_management/doctype/loan/loan.json
2022-10-23 14:09:14 +00:00
Deepesh Garg
71b21086b1
chore: Remove print statements
...
(cherry picked from commit 3466461eb3 )
2022-10-23 14:09:13 +00:00
Deepesh Garg
c2817bed0b
feat: Repayment schedule types for term loans
...
(cherry picked from commit 76c6ccab5d )
# Conflicts:
# erpnext/loan_management/doctype/loan/loan.json
# erpnext/loan_management/doctype/loan/loan.py
2022-10-23 14:09:12 +00:00
Deepesh Garg
dc972718d5
Merge pull request #32687 from frappe/mergify/bp/version-13-hotfix/pr-32650
...
fix: unset contact details (backport #32650 )
2022-10-23 18:32:15 +05:30
barredterra
7afb19f965
fix: unset contact details
...
(cherry picked from commit 23f0bb45b0 )
2022-10-23 12:52:29 +00:00
Deepesh Garg
0ca137808b
Merge pull request #32656 from frappe/mergify/bp/version-13-hotfix/pr-32641
...
fix: allow to create Sales Order from expired Quotation (backport #32641 )
2022-10-20 17:34:31 +05:30
rohitwaghchaure
99e0106193
Merge pull request #32670 from frappe/mergify/bp/version-13-hotfix/pr-32667
...
fix: BOM cost update message (backport #32667 )
2022-10-20 16:52:56 +05:30
rohitwaghchaure
447485ae90
fix: conflicts
2022-10-20 15:01:22 +05:30
Rohit Waghchaure
98bcb7255d
fix: BOM cost update message
...
(cherry picked from commit 9cfe527492 )
# Conflicts:
# erpnext/manufacturing/doctype/bom/test_bom.py
2022-10-20 09:09:02 +00:00
Deepesh Garg
2df24ec459
Merge pull request #32664 from frappe/mergify/bp/version-13-hotfix/pr-32659
...
fix: Billing Address for inter-company purchase docs (backport #32659 )
2022-10-20 12:42:38 +05:30
Deepesh Garg
3a2f08fbda
fix: Billing Address for inter-company purchase docs
...
(cherry picked from commit 796f2d3c09 )
2022-10-20 06:29:56 +00:00
rohitwaghchaure
7c9b535514
Merge pull request #32661 from frappe/mergify/bp/version-13-hotfix/pr-32654
...
fix: incorrect qty in material request created from PP (backport #32654 )
2022-10-20 10:27:41 +05:30
Rohit Waghchaure
4f0c2909ab
test: validate qty and purchase uom in material request which is created from PP
...
(cherry picked from commit 4d5ef721f7 )
2022-10-20 04:30:29 +00:00
Rohit Waghchaure
1741501ea8
fix: incorrect qty in material request
...
(cherry picked from commit ad278b2007 )
2022-10-20 04:30:28 +00:00
Raffael Meyer
ea032893d3
fix: allow to create Sales Order from expired Quotation ( #32641 )
...
(cherry picked from commit 4ad3002861 )
2022-10-19 16:38:19 +00:00
rohitwaghchaure
7601a016b8
Merge pull request #32653 from frappe/mergify/bp/version-13-hotfix/pr-32645
...
fix: overlap error not raised for job card in case of workstation with production capacity (backport #32645 )
2022-10-19 18:09:44 +05:30
Rohit Waghchaure
b5376ce5cb
fix: overlap error not raised for job card in case of workstation with production capacity
...
(cherry picked from commit 8b2165e0d1 )
2022-10-19 11:35:59 +00:00
Frappe PR Bot
7ba029b140
chore(release): Bumped to Version 13.40.2
...
## [13.40.2](https://github.com/frappe/erpnext/compare/v13.40.1...v13.40.2 ) (2022-10-19)
### Bug Fixes
* `Brand Defaults` filters ([b1c70af ](b1c70af4db ))
* don't try to update youtube data if disabled in settings (backport [#32588 ](https://github.com/frappe/erpnext/issues/32588 )) ([#32590 ](https://github.com/frappe/erpnext/issues/32590 )) ([7e7122b ](7e7122b668 ))
* Ignore linked purchase invoice on cancel ([eec770a ](eec770a4a8 ))
* Party account for multi-order invoices ([0ae2a4f ](0ae2a4f1c4 ))
* pricing rule item code UOM apply & conversions (backport [#32566 ](https://github.com/frappe/erpnext/issues/32566 )) ([#32636 ](https://github.com/frappe/erpnext/issues/32636 )) ([b8d97b8 ](b8d97b82b8 ))
2022-10-19 03:57:46 +00:00
Deepesh Garg
cf74d24400
Merge pull request #32634 from frappe/version-13-hotfix
...
chore: release v13
2022-10-19 09:24:40 +05:30
mergify[bot]
b8d97b82b8
fix: pricing rule item code UOM apply & conversions (backport #32566 ) ( #32636 )
...
* fix: pricing rule for non stock UOM and conversions
* fix: pricing rule for non stock UOM and conversions
(cherry picked from commit 96b4211ea1 )
# Conflicts:
# erpnext/accounts/doctype/pricing_rule/pricing_rule.py
* chore: resolve conflicts
Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-10-18 23:31:31 +05:30
Deepesh Garg
56c4c3186b
Merge pull request #32624 from frappe/mergify/bp/version-13-hotfix/pr-32622
...
fix: Ignore linked purchase invoice on cancel (backport #32622 )
2022-10-18 14:49:36 +05:30
Deepesh Garg
015a221d8d
chore: Resolve conflicts
2022-10-18 09:11:58 +05:30
Deepesh Garg
eec770a4a8
fix: Ignore linked purchase invoice on cancel
...
(cherry picked from commit faadf78332 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
2022-10-17 14:09:12 +00:00
Deepesh Garg
44f5ccc9dc
Merge pull request #32605 from frappe/mergify/bp/version-13-hotfix/pr-32594
...
fix: Party account for multi-order invoices (backport #32594 )
2022-10-15 18:25:25 +05:30
Deepesh Garg
0ae2a4f1c4
fix: Party account for multi-order invoices
...
(cherry picked from commit fd49503ba2 )
2022-10-15 11:29:21 +00:00
mergify[bot]
5fdaddad86
chore: drop dead code (backport #32595 ) ( #32597 )
...
chore: drop dead code (#32595 )
[skip ci]
(cherry picked from commit 50e9698932 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-13 15:27:09 +05:30
Sagar Sharma
03ccddc1cc
Merge pull request #32587 from frappe/mergify/bp/version-13-hotfix/pr-32576
...
fix: `Brand Defaults` filters (backport #32576 )
2022-10-13 14:42:29 +05:30
Sagar Sharma
e00ebcd9e5
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32576
2022-10-13 14:38:26 +05:30
mergify[bot]
7e7122b668
fix: don't try to update youtube data if disabled in settings (backport #32588 ) ( #32590 )
...
* fix: don't try to update youtube data if disabled in settings (#32588 )
fix: cast value from db
[skip ci]
(cherry picked from commit e543dca6a0 )
* chore: qualified path
not imported
[skip ci]
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-13 11:57:08 +05:30
Sagar Sharma
b1c70af4db
fix: Brand Defaults filters
...
(cherry picked from commit 7da32c7db3 )
2022-10-12 13:53:56 +00:00
Frappe PR Bot
1609129e1e
chore(release): Bumped to Version 13.40.1
...
## [13.40.1](https://github.com/frappe/erpnext/compare/v13.40.0...v13.40.1 ) (2022-10-12)
### Bug Fixes
* conflct in test purchase receipt ([6ae2f90 ](6ae2f90683 ))
* conflict ([cb7aef5 ](cb7aef505d ))
* consider outgoingrate while valuation rate calculate ([6f43133 ](6f43133c04 ))
* consider sales rate as incoming rate for transit warehouse in purchase flow ([f72602e ](f72602ebf3 ))
* Hanlde rounding loss for internal transfer ([dd26ef9 ](dd26ef96e0 ))
* Incoming rate precision fixes for intra company transfer ([227ce5f ](227ce5f8a2 ))
* incorrect import ([8238b89 ](8238b89907 ))
* linter issue ([aa0552d ](aa0552d788 ))
* test case ([acd64ba ](acd64ba7c1 ))
* value error on pos submit ([4383980 ](4383980bcc ))
2022-10-12 12:34:41 +00:00
Deepesh Garg
9b02455c09
Merge pull request #32585 from frappe/version-13-hotfix
...
chore: version 13 release
2022-10-12 18:03:01 +05:30
Deepesh Garg
ff3bfb060a
Merge pull request #32584 from frappe/mergify/bp/version-13-hotfix/pr-32557
...
fix: Value error on validation of POS invoices with Serial Nos (backport #32557 )
2022-10-12 17:17:01 +05:30
rohitwaghchaure
63e087d31e
Merge pull request #32580 from frappe/mergify/bp/version-13-hotfix/pr-32563
...
fix: consider sales rate as incoming rate for transit warehouse in purchase flow (backport #32563 )
2022-10-12 17:08:33 +05:30
Deepesh Garg
b62a397397
Merge pull request #32581 from frappe/mergify/bp/version-13-hotfix/pr-32272
...
fix: Incoming rate precision fixes for intra company transfer (backport #32272 )
2022-10-12 17:04:52 +05:30
ruthra kumar
48efcc82b6
test: value error on serial no validation on pos
...
(cherry picked from commit 9e2bd10d03 )
2022-10-12 11:12:09 +00:00
ruthra kumar
4383980bcc
fix: value error on pos submit
...
(cherry picked from commit 4b908ebcd6 )
2022-10-12 11:12:08 +00:00
rohitwaghchaure
aa0552d788
fix: linter issue
2022-10-12 16:33:53 +05:30
Deepesh Garg
3b5889ef85
chore: resolve conflicts
2022-10-12 16:30:23 +05:30
rohitwaghchaure
8238b89907
fix: incorrect import
2022-10-12 16:28:31 +05:30
rohitwaghchaure
6ae2f90683
fix: conflct in test purchase receipt
2022-10-12 16:26:52 +05:30
rohitwaghchaure
cb7aef505d
fix: conflict
2022-10-12 16:24:50 +05:30
Deepesh Garg
4a8c42d62b
chore: check only for inter-company transfers
...
(cherry picked from commit 9aa5e20ef7 )
2022-10-12 10:54:15 +00:00
Deepesh Garg
c67bdcf3c6
chore: fix precision condition
...
(cherry picked from commit 49601558c6 )
2022-10-12 10:54:14 +00:00
Deepesh Garg
7a9e7b66ac
chore: Use proper accounts
...
(cherry picked from commit 1c05c004cd )
2022-10-12 10:54:13 +00:00
Deepesh Garg
151b9d4d7b
chore: Increase precision for other doc fields
...
(cherry picked from commit c8d2181498 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
2022-10-12 10:54:13 +00:00
Deepesh Garg
b966f10711
chore: GL Entries for SLE diff
...
(cherry picked from commit df2a0e265b )
2022-10-12 10:54:11 +00:00
Deepesh Garg
0b48f13873
test: Internal tranfer precision loss test
...
(cherry picked from commit dc20b21fb5 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2022-10-12 10:54:10 +00:00
Deepesh Garg
b531a38efe
chore: Increase incoming_rate field precision to 6
...
(cherry picked from commit b31c3bd35d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-10-12 10:54:08 +00:00
Deepesh Garg
dd26ef96e0
fix: Hanlde rounding loss for internal transfer
...
(cherry picked from commit 6e47fd54a0 )
2022-10-12 10:54:07 +00:00
Deepesh Garg
227ce5f8a2
fix: Incoming rate precision fixes for intra company transfer
...
(cherry picked from commit 083309c056 )
2022-10-12 10:54:06 +00:00
Rohit Waghchaure
acd64ba7c1
fix: test case
...
(cherry picked from commit 98bf8e1304 )
2022-10-12 10:51:22 +00:00
Rohit Waghchaure
6f43133c04
fix: consider outgoingrate while valuation rate calculate
...
(cherry picked from commit 3266e54e33 )
2022-10-12 10:51:22 +00:00
Rohit Waghchaure
f72602ebf3
fix: consider sales rate as incoming rate for transit warehouse in purchase flow
...
(cherry picked from commit 683a47f7a1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
# erpnext/stock/stock_ledger.py
2022-10-12 10:51:21 +00:00
Frappe PR Bot
49c9c68e14
chore(release): Bumped to Version 13.40.0
...
# [13.40.0](https://github.com/frappe/erpnext/compare/v13.39.5...v13.40.0 ) (2022-10-12)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([e1c41b9 ](e1c41b9195 ))
* future attendance marking ([cb4fbd5 ](cb4fbd5432 ))
* make readings status mandatory in Quality Inspection ([257a2a3 ](257a2a3d71 ))
* mark attendance issue with joining date ([6f8d620 ](6f8d62088e ))
* mark attendance issue with relieving date ([a9546dd ](a9546dd01f ))
* PO cancel post advance payment cancel against PO ([41599cf ](41599cf29f ))
* set Quality Inspection status based on readings status ([d67b44f ](d67b44fcec ))
* Tax withholding related fixes ([32a9575 ](32a9575f07 ))
* **test:** `test_rejected_qi_validation` ([2763d06 ](2763d06307 ))
* TooManyWritesError during reposting of stock ([476175b ](476175b307 ))
### Features
* cst ux improvement ([552c595 ](552c5951bd ))
* **JE:** trigger account field when fetched from template ([baa4fec ](baa4fec611 )), closes [#32409 ](https://github.com/frappe/erpnext/issues/32409 )
2022-10-12 07:21:47 +00:00
Ankush Menat
9ce765b268
Merge pull request #32561 from frappe/version-13-hotfix
...
chore: release v13
2022-10-12 12:49:45 +05:30
Ankush Menat
002ae8ae13
ci: disable test orchestrator v13 ( #32574 )
2022-10-12 12:13:51 +05:30
Deepesh Garg
558dc57b94
Merge pull request #32539 from frappe/mergify/bp/version-13-hotfix/pr-32536
...
fix: PO cancel post advance payment cancel against PO (backport #32536 )
2022-10-11 13:58:24 +05:30
Deepesh Garg
cd942d36a8
chore: resolve conflicts
2022-10-11 10:16:31 +05:30
Sagar Sharma
3257533ee3
Merge pull request #32544 from frappe/mergify/bp/version-13-hotfix/pr-32497
...
chore: set `Quality Inspection` status based on readings status (backport #32497 )
2022-10-10 12:10:29 +05:30
Sagar Sharma
2763d06307
fix(test): test_rejected_qi_validation
...
(cherry picked from commit 4992e4a2b8 )
2022-10-10 05:21:09 +00:00
Sagar Sharma
a0772ea8d7
test: add test cases for Quality Inspection status
...
(cherry picked from commit fcc1272d42 )
2022-10-10 05:21:08 +00:00
Sagar Sharma
d67b44fcec
fix: set Quality Inspection status based on readings status
...
(cherry picked from commit 2657ece2cd )
2022-10-10 05:21:08 +00:00
Sagar Sharma
257a2a3d71
fix: make readings status mandatory in Quality Inspection
...
(cherry picked from commit d7c3b7633a )
2022-10-10 05:21:07 +00:00
Sagar Sharma
e6abbd1c83
chore: add Manual Inspection field in Quality Inspection DocType
...
(cherry picked from commit 39707757a6 )
2022-10-10 05:21:06 +00:00
Deepesh Garg
41599cf29f
fix: PO cancel post advance payment cancel against PO
...
(cherry picked from commit d806e32030 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
2022-10-09 13:05:46 +00:00
Frappe PR Bot
c66ebcdf9a
chore(release): Bumped to Version 13.39.5
...
## [13.39.5](https://github.com/frappe/erpnext/compare/v13.39.4...v13.39.5 ) (2022-10-07)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([be404b7 ](be404b77a1 ))
* Tax withholding related fixes ([6e9b52d ](6e9b52d268 ))
2022-10-07 13:08:29 +00:00
Deepesh Garg
4623b986a3
Merge pull request #32526 from frappe/mergify/bp/version-13/pr-32523
...
fix: Tax withholding related fixes (backport #32522 ) (backport #32523 )
2022-10-07 18:36:57 +05:30
Deepesh Garg
611dd5c073
chore: resolve conflicts
...
(cherry picked from commit 2bf76f64bd )
2022-10-07 12:39:14 +00:00
Deepesh Garg
be404b77a1
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
(cherry picked from commit e1c41b9195 )
2022-10-07 12:39:13 +00:00
Deepesh Garg
6e9b52d268
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
(cherry picked from commit 32a9575f07 )
2022-10-07 12:39:13 +00:00
Deepesh Garg
997990c69f
Merge pull request #32523 from frappe/mergify/bp/version-13-hotfix/pr-32522
...
fix: Tax withholding related fixes (backport #32522 )
2022-10-07 18:08:31 +05:30
Deepesh Garg
2bf76f64bd
chore: resolve conflicts
2022-10-07 17:33:03 +05:30
Deepesh Garg
e1c41b9195
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-10-07 11:03:16 +00:00
Deepesh Garg
32a9575f07
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
2022-10-07 11:03:15 +00:00
Deepesh Garg
e031e095dd
Merge pull request #32521 from FHenry/13_fr_translation
...
chore: fr translation (backport #32385 )
2022-10-07 08:48:43 +05:30
Florian HENRY
39ce3756c8
chore: fr translation
2022-10-06 22:39:40 +02:00
Deepesh Garg
f2515d9c9c
Merge pull request #32449 from rtdany10/cst-ux-improvement
...
feat(ux): improved course scheduling tool
2022-10-05 18:44:05 +05:30
Deepesh Garg
27fe9c9179
Merge pull request #32426 from AnandBaburajan/fix_mark_attendance_joining_date_and_future
...
fix: mark attendance issue with joining and relieving date, and fix future attendance marking
2022-10-05 18:34:31 +05:30
Deepesh Garg
503183cb0b
Merge pull request #32502 from frappe/mergify/bp/version-13-hotfix/pr-32499
...
fix: TooManyWritesError during reposting of stock (backport #32499 )
2022-10-05 17:29:25 +05:30
Deepesh Garg
f1ea5de022
Merge pull request #32504 from frappe/mergify/bp/version-13-hotfix/pr-32478
...
feat(JE): trigger account field when fetched from template (backport #32478 )
2022-10-05 17:29:05 +05:30
Dany Robert
baa4fec611
feat(JE): trigger account field when fetched from template
...
Closes #32409
(cherry picked from commit c35adcf5a1 )
2022-10-05 10:38:21 +00:00
Rohit Waghchaure
476175b307
fix: TooManyWritesError during reposting of stock
...
(cherry picked from commit aaabba9b1e )
2022-10-05 10:35:55 +00:00
Frappe PR Bot
de584535e9
chore(release): Bumped to Version 13.39.4
...
## [13.39.4](https://github.com/frappe/erpnext/compare/v13.39.3...v13.39.4 ) (2022-10-04)
### Bug Fixes
* asset requiring maintenance sold status ([14ab9d9 ](14ab9d9158 ))
* conflict ([0f8e34e ](0f8e34e972 ))
* Disbursement Account in patch to update old loans ([b4a511c ](b4a511cbb4 ))
* e-Way bill JSON for Intra-state internal transfers ([b7fbf75 ](b7fbf75e10 ))
* fetch swift_number in payment_request ([6074570 ](60745705a8 ))
* Incorrect TCS amount deducted in Sales Invoice ([32456bf ](32456bff30 ))
* Item details fetching on making transaction from item dashboard ([1aed76f ](1aed76f778 ))
* linter issue ([4757a65 ](4757a65863 ))
* not able to return sold expired batches ([2fd4485 ](2fd4485f2f ))
* payment reconciliation tool consider cost_center for JV ([9f98891 ](9f988910b5 ))
* payment request make bank field Link instead of Read Only ([299175e ](299175e6fe ))
* pick list picked-qty for batch item ([96a6db0 ](96a6db0422 ))
* SEZ Without Payment of Tax don't add tax rows ([a13eecc ](a13eecc961 ))
* show `Make Purchase Invoice` button based on permission ([7124328 ](7124328640 ))
* typo in sales_register's filter mode_of_payment (backport [#32371 ](https://github.com/frappe/erpnext/issues/32371 )) ([#32447 ](https://github.com/frappe/erpnext/issues/32447 )) ([cdc8297 ](cdc8297083 ))
* update with new Frappe color. fix [#32455 ](https://github.com/frappe/erpnext/issues/32455 ) ([#32456 ](https://github.com/frappe/erpnext/issues/32456 )) ([ad43b18 ](ad43b18ace ))
### Reverts
* Revert "fix: fetch swift_number in payment_request" ([8251b84 ](8251b843ec ))
2022-10-04 12:14:27 +00:00
Deepesh Garg
d95d234aa4
Merge pull request #32494 from frappe/version-13-hotfix
...
chore: release v13
2022-10-04 17:41:06 +05:30
rohitwaghchaure
3648745e5e
Merge pull request #32470 from frappe/mergify/bp/version-13-hotfix/pr-32466
...
fix: not able to return sold expired batches (backport #32466 )
2022-10-04 07:35:10 +05:30
Deepesh Garg
8e1e6a194b
Merge pull request #32467 from frappe/mergify/bp/version-13-hotfix/pr-32394
...
fix: fetch swift number in payment request from bank doctype (backport #32394 )
2022-10-03 21:54:05 +05:30
Ankush Menat
663e9b403f
chore: codeowners
2022-10-03 16:27:32 +05:30
Ankush Menat
3219b7c766
chore: codeowners
2022-10-03 16:27:13 +05:30
Sagar Sharma
3a6e4c8da7
Merge pull request #32474 from frappe/mergify/bp/version-13-hotfix/pr-32472
...
fix: pick list picked-qty for batch item (backport #32472 )
2022-10-03 15:24:02 +05:30
Sagar Sharma
96a6db0422
fix: pick list picked-qty for batch item
...
(cherry picked from commit ba02209f1d )
2022-10-03 09:17:03 +00:00
rohitwaghchaure
4757a65863
fix: linter issue
2022-10-03 13:27:38 +05:30
rohitwaghchaure
0f8e34e972
fix: conflict
2022-10-03 13:18:58 +05:30
Rohit Waghchaure
2fd4485f2f
fix: not able to return sold expired batches
...
(cherry picked from commit 0b1727cf79 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2022-10-03 07:46:13 +00:00
Maharshi Patel
299175e6fe
fix: payment request make bank field Link instead of Read Only
...
(cherry picked from commit dc8d49260c )
2022-10-03 07:26:06 +00:00
Maharshi Patel
8251b843ec
Revert "fix: fetch swift_number in payment_request"
...
This reverts commit f42a8e4e03 .
(cherry picked from commit 9245d3b5cd )
2022-10-03 07:26:05 +00:00
Maharshi Patel
60745705a8
fix: fetch swift_number in payment_request
...
There isn't direct link between payment_request and bank so swift_number wasn't fetched using Fetch form. I fixed it by fetching swift_number on_change of bank_account.
(cherry picked from commit f42a8e4e03 )
2022-10-03 07:26:04 +00:00
Deepesh Garg
caedc9f6ad
Merge pull request #32462 from frappe/mergify/bp/version-13-hotfix/pr-32456
...
fix: update with new Frappe color. fix #32455 (backport #32456 )
2022-10-03 09:15:21 +05:30
Deepesh Garg
fbeb86b9c0
Merge pull request #32453 from deepeshgarg007/intra_state_transfer_eway_bill_v13
...
fix: e-Way bill JSON for Intra-state internal transfers
2022-10-03 09:07:26 +05:30
Muvuk
ad43b18ace
fix: update with new Frappe color. fix #32455 ( #32456 )
...
* Update with new Frappe color.
* refactor: use css variables
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 73e5a7d671 )
2022-10-02 17:02:25 +00:00
Frappe PR Bot
34284216cd
chore(release): Bumped to Version 13.39.3
...
## [13.39.3](https://github.com/frappe/erpnext/compare/v13.39.2...v13.39.3 ) (2022-10-02)
### Bug Fixes
* asset requiring maintenance sold status ([a668d4e ](a668d4e789 ))
2022-10-02 15:39:08 +00:00
Deepesh Garg
5c6c9812c0
Merge pull request #32458 from frappe/mergify/bp/version-13/pr-32413
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold [v13] (backport #32413 )
2022-10-02 21:07:00 +05:30
anandbaburajan
4afd2b7470
chore: refactor by just using a filter
...
(cherry picked from commit 6b21deedae )
2022-10-02 12:14:41 +00:00
anandbaburajan
bc21ce412b
chore: refactor by creating is_sold
...
(cherry picked from commit 430a4c98a0 )
2022-10-02 12:14:41 +00:00
anandbaburajan
a668d4e789
fix: asset requiring maintenance sold status
...
(cherry picked from commit 14ab9d9158 )
2022-10-02 12:14:40 +00:00
Deepesh Garg
9f8d3e43ea
Merge pull request #32413 from AnandBaburajan/fix_asset_sold_status_v13
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold [v13]
2022-10-02 17:43:09 +05:30
Deepesh Garg
9dbb2bf512
Merge pull request #32369 from maharshivpatel/fix-taxes-sez-without-payment-of-tax
...
fix: SEZ Without Payment of Tax don't add tax rows
2022-10-01 16:13:11 +05:30
Deepesh Garg
8c52c71299
Merge pull request #32344 from maharshivpatel/fix-payment-reconciliation-jv-cost-center
...
fix: consider cost center for journal entry in payment reconciliation tool
2022-10-01 16:12:30 +05:30
Deepesh Garg
c4c52c1cd3
chore: Linting Issues
2022-10-01 16:06:31 +05:30
Deepesh Garg
b7fbf75e10
fix: e-Way bill JSON for Intra-state internal transfers
2022-10-01 15:58:31 +05:30
Dany Robert
6dabfbedf1
Merge branch 'version-13-hotfix' into cst-ux-improvement
2022-10-01 14:19:31 +05:30
Dany Robert
68c592377b
chore: pre-commit
2022-09-30 23:41:01 -07:00
Deepesh Garg
d69d2217f6
Merge pull request #32431 from frappe/mergify/bp/version-13-hotfix/pr-32402
...
fix: Item details fetching on making transaction from item dashboard (backport #32402 )
2022-10-01 12:05:26 +05:30
mergify[bot]
cdc8297083
fix: typo in sales_register's filter mode_of_payment (backport #32371 ) ( #32447 )
...
fix: typo in sales_register's filter mode_of_payment (#32371 )
2022-10-01 12:04:40 +05:30
Dany Robert
f24f71f387
Merge branch 'version-13-hotfix' into cst-ux-improvement
2022-10-01 12:03:05 +05:30
Dany Robert
552c5951bd
feat: cst ux improvement
2022-09-30 23:25:55 -07:00
Deepesh Garg
562025eb45
Merge branch 'version-13-hotfix' into fix-payment-reconciliation-jv-cost-center
2022-10-01 11:10:21 +05:30
Deepesh Garg
f0a37f545a
chore: resolve conflicts
2022-10-01 11:02:40 +05:30
Deepesh Garg
001afb96ba
Merge pull request #32435 from frappe/mergify/bp/version-13-hotfix/pr-32412
...
fix: Incorrect TCS amount deducted in Sales Invoice (backport #32412 )
2022-10-01 11:01:05 +05:30
Deepesh Garg
61d3370527
chore: Remove print statements
...
(cherry picked from commit bff3cd9068 )
2022-09-30 10:36:20 +00:00
Deepesh Garg
32456bff30
fix: Incorrect TCS amount deducted in Sales Invoice
...
(cherry picked from commit 08443c6421 )
2022-09-30 10:36:20 +00:00
Deepesh Garg
1aed76f778
fix: Item details fetching on making transaction from item dashboard
...
(cherry picked from commit 0439e41a44 )
# Conflicts:
# erpnext/stock/doctype/item/item.js
2022-09-30 10:27:36 +00:00
anandbaburajan
308c400c6a
chore: make linter happy
2022-09-30 15:33:34 +05:30
anandbaburajan
a9546dd01f
fix: mark attendance issue with relieving date
2022-09-30 15:27:03 +05:30
anandbaburajan
cb4fbd5432
fix: future attendance marking
2022-09-30 14:48:30 +05:30
anandbaburajan
6f8d62088e
fix: mark attendance issue with joining date
2022-09-30 14:46:57 +05:30
Anand Baburajan
5d66646fcd
Merge branch 'version-13-hotfix' into fix_asset_sold_status_v13
2022-09-29 22:49:10 +05:30
Sagar Sharma
6a58d15497
Merge pull request #32419 from frappe/mergify/bp/version-13-hotfix/pr-32404
...
fix(ux): show `Make Purchase Invoice` button based on permission (backport #32404 )
2022-09-29 17:16:15 +05:30
anandbaburajan
6b21deedae
chore: refactor by just using a filter
2022-09-29 15:37:04 +05:30
Sagar Sharma
7124328640
fix: show Make Purchase Invoice button based on permission
...
(cherry picked from commit 80080a3d7b )
2022-09-29 09:27:03 +00:00
anandbaburajan
430a4c98a0
chore: refactor by creating is_sold
2022-09-29 08:59:49 +05:30
Anand Baburajan
c65fb64578
Merge branch 'version-13-hotfix' into fix_asset_sold_status_v13
2022-09-28 21:36:48 +05:30
anandbaburajan
14ab9d9158
fix: asset requiring maintenance sold status
2022-09-28 21:25:42 +05:30
Deepesh Garg
1095052479
Merge pull request #32410 from frappe/mergify/bp/version-13-hotfix/pr-32403
...
fix: Disbursement Account in patch to update old loans (backport #32403 )
2022-09-28 20:13:45 +05:30
Deepesh Garg
b4a511cbb4
fix: Disbursement Account in patch to update old loans
...
(cherry picked from commit be623ce8e8 )
2022-09-28 14:06:42 +00:00
Frappe PR Bot
a77388d520
chore(release): Bumped to Version 13.39.2
...
## [13.39.2](https://github.com/frappe/erpnext/compare/v13.39.1...v13.39.2 ) (2022-09-28)
### Bug Fixes
* `For Quantity` error msg in `Stock Entry` ([a194d28 ](a194d28b69 ))
* Add return against indexes for POS Invoice ([9e8e7aa ](9e8e7aab70 ))
* Add return against indexes for POS Invoice ([6c528d4 ](6c528d469d ))
* allow to return expired batches using purchase return ([02468a9 ](02468a902f ))
* consider overproduction percentage for WO finish button ([ed4ac10 ](ed4ac100ba ))
* difference amount calculation on payment reconciliation ([d68cdb4 ](d68cdb4f5e ))
* don't count half day in absent days in Monthly Attendance Sheet summarized view ([#32399 ](https://github.com/frappe/erpnext/issues/32399 )) ([255aa7a ](255aa7a84a ))
* **e-invoicing:** local variable 'res' referenced before assignment ([#32352 ](https://github.com/frappe/erpnext/issues/32352 )) ([8f961ab ](8f961abe8b ))
* get amount in words for debit note ([0cd1cac ](0cd1cacc29 ))
* GST Itemised Sales Register GSTIN filter ([#32367 ](https://github.com/frappe/erpnext/issues/32367 )) ([988c5b9 ](988c5b95e6 ))
* item_code key error in production plan ([638d5e9 ](638d5e9dc3 ))
* Move subscription process to hourly long quque ([447c553 ](447c553954 ))
* opening entry causing discepancy between stock and trial balance ([70c68f0 ](70c68f011a ))
* POS only validate QTY if is_stock_item ([ac8100f ](ac8100f1e5 ))
* POS properly validate stock for bundle products ([96fa14b ](96fa14be88 ))
* Reduce font size for Process Statement of accounts print/pdf ([1cfeb93 ](1cfeb9371c ))
* remove no_copy for ignore_pricing_rule ([8abfdb6 ](8abfdb6598 ))
* total value in all keys ([80d046a ](80d046a38c ))
2022-09-28 10:10:58 +00:00
Deepesh Garg
eda6076a43
Merge pull request #32374 from frappe/version-13-hotfix
...
chore: release v13
2022-09-28 15:39:01 +05:30
Deepesh Garg
0b2405bbdf
Merge pull request #32395 from frappe/mergify/bp/version-13-hotfix/pr-32379
...
fix: POS only validate QTY if is_stock_item (backport #32379 )
2022-09-28 15:12:47 +05:30
Rucha Mahabal
255aa7a84a
fix: don't count half day in absent days in Monthly Attendance Sheet summarized view ( #32399 )
2022-09-28 15:02:21 +05:30
Deepesh Garg
a604eed1b9
chore: Resolve conflicts
2022-09-28 14:49:25 +05:30
Maharshi Patel
96fa14be88
fix: POS properly validate stock for bundle products
...
Stock availability was not calculated properly for Product Bundle with non stock item so i have added logic to properly calculate that as well.
(cherry picked from commit e392ea1104 )
# Conflicts:
# erpnext/selling/page/point_of_sale/pos_item_details.js
2022-09-28 08:16:02 +00:00
Maharshi Patel
ac8100f1e5
fix: POS only validate QTY if is_stock_item
...
POS invoice raised " Item not available " validation error even though item is non_stock.
(cherry picked from commit e39e088f18 )
2022-09-28 08:16:00 +00:00
Deepesh Garg
07cc05785e
Merge pull request #32386 from frappe/mergify/bp/version-13-hotfix/pr-32382
...
fix: Move subscription process to hourly long queue (backport #32382 )
2022-09-28 10:39:08 +05:30
Deepesh Garg
f03fbc0e6d
chore: Resolve conflicts
2022-09-28 08:10:37 +05:30
Deepesh Garg
447c553954
fix: Move subscription process to hourly long quque
...
(cherry picked from commit 82a2f31ada )
# Conflicts:
# erpnext/hooks.py
2022-09-27 18:09:32 +00:00
Deepesh Garg
b2e9dccc8c
Merge pull request #32384 from frappe/mergify/bp/version-13-hotfix/pr-32378
...
fix: Add return against indexes for POS Invoice (backport #32378 )
2022-09-27 23:34:50 +05:30
Deepesh Garg
9e8e7aab70
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit cbfe28286a )
2022-09-27 16:52:59 +00:00
Deepesh Garg
6c528d469d
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit 1f6205e1ea )
2022-09-27 16:52:59 +00:00
Maharshi Patel
988c5b95e6
fix: GST Itemised Sales Register GSTIN filter ( #32367 )
...
fix: GST Itemised Sales Register GSTIN filte
2022-09-27 22:21:14 +05:30
Sagar Sharma
1f2887d601
Merge pull request #32381 from frappe/mergify/bp/version-13-hotfix/pr-32377
...
fix: consider overproduction percentage for WO finish button (backport #32377 )
2022-09-27 18:51:37 +05:30
Sagar Sharma
ed4ac100ba
fix: consider overproduction percentage for WO finish button
...
(cherry picked from commit 05392e0918 )
2022-09-27 12:15:43 +00:00
Sagar Sharma
a194d28b69
fix: For Quantity error msg in Stock Entry
...
(cherry picked from commit 9049db41ae )
2022-09-27 12:15:42 +00:00
rohitwaghchaure
3217924242
Merge pull request #32373 from frappe/mergify/bp/version-13-hotfix/pr-32370
...
fix: Not allowing to return expired batches using purchase return (backport #32370 )
2022-09-27 14:44:30 +05:30
Rohit Waghchaure
02468a902f
fix: allow to return expired batches using purchase return
...
(cherry picked from commit a4a86ee23f )
2022-09-27 08:51:26 +00:00
Maharshi Patel
a13eecc961
fix: SEZ Without Payment of Tax don't add tax rows
...
taxes were added even when gst_category was SEZ and export_type was Without Payment of Tax
2022-09-27 13:40:04 +05:30
rohitwaghchaure
776ee53a25
Merge pull request #32358 from frappe/mergify/bp/version-13-hotfix/pr-32346
...
refactor: rewrite `Item Price Stock Report` queries in `QB` (backport #32346 )
2022-09-27 10:44:05 +05:30
rohitwaghchaure
ddf5565c67
Merge pull request #32366 from frappe/mergify/bp/version-13-hotfix/pr-32339
...
fix: opening entry causing discrepancy between stock and trial balance (backport #32339 )
2022-09-27 09:57:01 +05:30
Maharshi Patel
4152a9f026
Merge branch 'version-13-hotfix' into fix-payment-reconciliation-jv-cost-center
2022-09-26 23:03:39 +05:30
Saqib Ansari
8f961abe8b
fix(e-invoicing): local variable 'res' referenced before assignment ( #32352 )
2022-09-26 22:42:07 +05:30
Rohit Waghchaure
70c68f011a
fix: opening entry causing discepancy between stock and trial balance
...
(cherry picked from commit bc3ab45af2 )
2022-09-26 15:03:48 +00:00
Sagar Sharma
9066009e89
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32346
2022-09-26 18:18:41 +05:30
Sagar Sharma
9332e7f96f
Merge pull request #32360 from frappe/mergify/bp/version-13-hotfix/pr-32347
...
refactor: rewrite `Incorrect Stock Value Report` queries in `QB` (backport #32347 )
2022-09-26 18:18:01 +05:30
Sagar Sharma
d6a335e59f
refactor: rewrite Incorrect Stock Value Report queries in QB
...
(cherry picked from commit b93331e844 )
2022-09-26 11:40:21 +00:00
Sagar Sharma
a66002f774
refactor: rewrite Item Price Stock Report queries in QB
...
(cherry picked from commit 22299d2382 )
2022-09-26 11:39:24 +00:00
ruthra kumar
6eb3428f8e
Merge pull request #32348 from frappe/mergify/bp/version-13-hotfix/pr-32303
...
fix: difference amount calculation and popup on payment reconciliation (backport #32303 )
2022-09-26 14:18:09 +05:30
ruthra kumar
d158784472
Merge pull request #32350 from frappe/mergify/bp/version-13-hotfix/pr-32310
...
fix: total value in all keys (backport #32310 )
2022-09-26 12:05:04 +05:30
nishibakabeer
80d046a38c
fix: total value in all keys
...
Gross and net profit report showing wrong values in monthly quarterly and half yearly filters which is the total value
@ruthra-kumar added in develop branch as suggested ( https://github.com/frappe/erpnext/pull/32020 )
(cherry picked from commit 6919f389aa )
2022-09-26 06:03:15 +00:00
ruthra kumar
d68cdb4f5e
fix: difference amount calculation on payment reconciliation
...
(cherry picked from commit 122d5f2729 )
2022-09-26 10:36:08 +05:30
Maharshi Patel
9f988910b5
fix: payment reconciliation tool consider cost_center for JV
...
We need to consider cost center in all four cases of get_conditions. I have removed check in if statement for get_invoices, get_payments, get_return_invoices as it is not required.
2022-09-25 23:24:59 +05:30
Deepesh Garg
09cd480c81
Merge pull request #32333 from frappe/mergify/bp/version-13-hotfix/pr-32117
...
fix: Reduce font size for Process Statement of accounts print/pdf (backport #32117 )
2022-09-25 17:20:57 +05:30
Sagar Sharma
4777991a74
Merge pull request #32338 from frappe/mergify/bp/version-13-hotfix/pr-32324
...
refactor: rewrite `Production Planning Report` queries in `QB` (backport #32324 )
2022-09-23 10:38:20 +05:30
Sagar Sharma
1301a6ff7f
refactor: rewrite Production Planning Report queries in QB
...
(cherry picked from commit 8417b9b99c )
2022-09-23 04:20:42 +00:00
Sagar Sharma
a6a5f63af2
Merge pull request #32328 from s-aga-r/backport/v13-h/32309
...
fix: item_code key error in production plan (backport #32309 )
2022-09-23 09:48:25 +05:30
Deepesh Garg
1cfeb9371c
fix: Reduce font size for Process Statement of accounts print/pdf
...
(cherry picked from commit 6bfd193b0d )
2022-09-22 19:38:55 +00:00
Rohit Waghchaure
638d5e9dc3
fix: item_code key error in production plan
2022-09-22 18:09:12 +05:30
Sagar Sharma
b4ee72e15e
Merge pull request #32316 from s-aga-r/backport/v13-h/32304
...
refactor: rewrite `Exponential Smoothing Forecasting` queries in `QB` (backport #32304 )
2022-09-22 11:16:22 +05:30
Sagar Sharma
2a9b519773
Merge branch 'version-13-hotfix' into backport/v13-h/32304
2022-09-22 01:32:20 +05:30
Sagar Sharma
57136fa921
Merge pull request #32315 from s-aga-r/backport/v13-h/32153
...
refactor: rewrite Work Order Stock Report queries in QB (backport #32153 )
2022-09-22 01:31:18 +05:30
Sagar Sharma
882542c2d5
Merge branch 'version-13-hotfix' into backport/v13-h/32153
2022-09-22 01:31:04 +05:30
Sagar Sharma
0a4025e7e0
Merge pull request #32314 from s-aga-r/backport/v13-h/32161
...
refactor: rewrite Process Loss Report queries in QB (backport #32161 )
2022-09-22 01:30:40 +05:30
Sagar Sharma
54dfd50391
refactor: rewrite Exponential Smoothing Forecasting queries in QB
2022-09-21 21:27:04 +05:30
Sagar Sharma
45d02ceb4e
refactor: rewrite Work Order Stock Report queries in QB
2022-09-21 21:20:03 +05:30
Sagar Sharma
f72bb18da7
refactor: rewrite Process Loss Report queries in QB
2022-09-21 21:13:10 +05:30
Deepesh Garg
f371008cd9
Merge pull request #32293 from frappe/mergify/bp/version-13-hotfix/pr-32284
...
fix: remove no_copy for ignore_pricing_rule (backport #32284 )
2022-09-21 16:41:25 +05:30
Deepesh Garg
82e5a784cb
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32284
2022-09-21 13:08:41 +05:30
Deepesh Garg
d267372334
Merge pull request #32299 from frappe/mergify/bp/version-13-hotfix/pr-32296
...
fix: get amount in words for debit note (backport #32296 )
2022-09-21 13:07:39 +05:30
Sagar Sharma
92c7d074dd
Merge pull request #32307 from s-aga-r/backport/13/refactor/report/exponential-smoothing-forecasting
...
refactor: rewrite `BOM Variance Report` queries in `QB` (backport #32297 )
2022-09-21 12:42:10 +05:30
Sagar Sharma
cedc8d28e4
refactor: rewrite BOM Variance Report queries in QB
2022-09-21 12:13:05 +05:30
Frappe PR Bot
be4fdca6c7
chore(release): Bumped to Version 13.39.1
...
## [13.39.1](https://github.com/frappe/erpnext/compare/v13.39.0...v13.39.1 ) (2022-09-20)
### Bug Fixes
* Add child table for tax withheld vouchers ([4165fee ](4165fee6a7 ))
* Change Department fieldtype to Link in Leave Balance Report ([#32252 ](https://github.com/frappe/erpnext/issues/32252 )) ([e2e69dc ](e2e69dced7 ))
* dont show zero qty available items in stock ageing report ([37dbc70 ](37dbc7043a ))
* fetch description only if empty on the payment schedule ([07a7fdb ](07a7fdbe6c ))
* Fetch vouchers to show in Invoice ([51d7c0b ](51d7c0bfe4 ))
* incorrect gl if tax on multi currency payment entry ([d9d6a07 ](d9d6a07bbb ))
* item wise sales register taxes and charges ([e65990e ](e65990eb34 ))
* make `po_detail` or `sco_rm_detail` mandatory for SE `Send to Subcontractor` ([0329642 ](0329642116 ))
* Parent Level project linkning on creating PO from project ([3c3e3cf ](3c3e3cfcf8 ))
* pending accrual entries ([ef86b43 ](ef86b437cb ))
* production plan pending-qty ([2dcb35d ](2dcb35da33 ))
* remove return pos from pos reconciliation tool ([e9bf74e ](e9bf74e589 ))
* TDS deduction via journal entry ([ca0cce7 ](ca0cce7599 ))
* use default supplier currency if default supplier is enabled ([3c10e50 ](3c10e5066a ))
* warehouse filter in `BOM Stock Calculated Report` ([96bf1e2 ](96bf1e2a0a ))
2022-09-20 19:12:47 +00:00
Deepesh Garg
2694438163
Merge pull request #32291 from frappe/version-13-hotfix
...
chore: release v13
2022-09-21 00:41:03 +05:30
Deepesh Garg
d0bd78ddcd
Merge pull request #32289 from frappe/mergify/bp/version-13-hotfix/pr-32204
...
fix(UX): More predictable tax withholding application in invoices (backport #32204 )
2022-09-21 00:11:37 +05:30
Deepesh Garg
e2912caeae
chore: Handle edge cases
2022-09-20 23:50:16 +05:30
Sagar Sharma
6f9c2e6c80
Merge pull request #32302 from frappe/mergify/bp/version-13-hotfix/pr-32295
...
refactor: rewrite `BOM Stock Report` queries in `QB` (backport #32295 )
2022-09-20 23:10:19 +05:30
Sagar Sharma
96bf1e2a0a
fix: warehouse filter in BOM Stock Calculated Report
...
(cherry picked from commit 390ce5719d )
2022-09-20 17:37:41 +00:00
Sagar Sharma
1f633b293d
refactor: rewrite BOM Stock Report queries in QB
...
(cherry picked from commit 8fd7c04920 )
2022-09-20 17:37:40 +00:00
ruthra kumar
0cd1cacc29
fix: get amount in words for debit note
...
(cherry picked from commit 70f6484d9d )
2022-09-20 12:43:45 +00:00
Deepesh Garg
21154c8bee
chore: fix tests
2022-09-20 17:52:37 +05:30
ruthra kumar
9270e58969
Merge pull request #32277 from frappe/remove_return_pos_from_reconciliation_tool
...
fix: remove return pos from pos reconciliation tool
2022-09-20 17:20:25 +05:30
Deepesh Garg
de8f44bbff
chore: Resolve conflicts
2022-09-20 16:42:30 +05:30
ruthra kumar
e9bf74e589
fix: remove return pos from pos reconciliation tool
2022-09-20 16:41:28 +05:30
Maharshi Patel
8abfdb6598
fix: remove no_copy for ignore_pricing_rule
...
(cherry picked from commit 8c5b420aea )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/selling/doctype/quotation/quotation.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
2022-09-20 10:49:59 +00:00
Nabin Hait
305693b562
Merge pull request #32281 from maharshivpatel/fix-item-wise-sales-register-v13
...
fix: item wise sales register taxes and charges
2022-09-20 14:56:23 +05:30
Deepesh Garg
794eeebabc
chore: resolve conflicts
2022-09-20 14:48:06 +05:30
Deepesh Garg
75768d780f
Merge pull request #32282 from frappe/mergify/bp/version-13-hotfix/pr-32217
...
fix: incorrect gl if tax on multi currency payment entry (backport #32217 )
2022-09-20 14:39:37 +05:30
Deepesh Garg
fe252b48f7
chore: fix tests
...
(cherry picked from commit 9aa1f84d45 )
2022-09-20 09:07:06 +00:00
Deepesh Garg
ca0cce7599
fix: TDS deduction via journal entry
...
(cherry picked from commit 36d0906ea2 )
2022-09-20 09:07:05 +00:00
Deepesh Garg
e07fd46a46
test: Add tests
...
(cherry picked from commit b6184ce471 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-09-20 09:07:04 +00:00
Deepesh Garg
51d7c0bfe4
fix: Fetch vouchers to show in Invoice
...
(cherry picked from commit 3fb1595a4e )
2022-09-20 09:07:03 +00:00
Deepesh Garg
4165fee6a7
fix: Add child table for tax withheld vouchers
...
(cherry picked from commit 246c1a9380 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-09-20 09:07:02 +00:00
Deepesh Garg
d251ef9ce5
Merge pull request #32279 from frappe/mergify/bp/version-13-hotfix/pr-32235
...
fix: fetch description only if empty on the payment schedule (backport #32235 )
2022-09-20 14:35:35 +05:30
Sagar Sharma
afda4bdb17
Merge pull request #32286 from frappe/mergify/bp/version-13-hotfix/pr-32280
...
refactor: rewrite `Item Shortage Report` queries in QB (backport #32280 )
2022-09-20 11:43:41 +05:30
Sagar Sharma
c4452360da
test: add test cases for Item Shortage Report
...
(cherry picked from commit 3dc754cac2 )
2022-09-20 05:45:29 +00:00
Sagar Sharma
13527d6154
refactor: rewrite Item Shortage Report queries in QB
...
(cherry picked from commit f0a78aa559 )
2022-09-20 05:45:28 +00:00
ruthra kumar
5c0a46110e
test: gl entries of payments with advance tax
...
(cherry picked from commit 5bd5dd7262 )
2022-09-20 11:09:37 +05:30
ruthra kumar
d9d6a07bbb
fix: incorrect gl if tax on multi currency payment entry
...
(cherry picked from commit f0ae77b23b )
2022-09-20 04:30:42 +00:00
Maharshi Patel
e65990eb34
fix: item wise sales register taxes and charges
...
I have added a separate column for other charges. Instead of adding all values to tax_total, it checks if account_type is tax, and then only it adds to total_tax otherwise it adds to the total_other_charges.
2022-09-20 09:47:47 +05:30
Maharshi Patel
07a7fdbe6c
fix: fetch description only if empty on the payment schedule
...
added fetch_if_empty on description field of payment_schedule.
(cherry picked from commit f4b64686ae )
2022-09-20 03:44:50 +00:00
Sagar Sharma
2fca8b541e
Merge pull request #32261 from frappe/mergify/bp/version-13-hotfix/pr-32250
...
fix: make `po_detail` or `sco_rm_detail` mandatory for SE Send to Subcontractor (backport #32250 )
2022-09-19 19:53:57 +05:30
Sagar Sharma
7fc460bb32
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32250
2022-09-19 19:22:31 +05:30
Solufyin
e2e69dced7
fix: Change Department fieldtype to Link in Leave Balance Report ( #32252 )
...
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com >
2022-09-19 15:42:05 +05:30
Deepesh Garg
5e49b6ea0f
Merge pull request #32269 from frappe/mergify/bp/version-13-hotfix/pr-32251
...
fix: use default supplier currency if default supplier is enabled (backport #32251 )
2022-09-19 15:20:44 +05:30
Ritwik Puri
2e3445fad9
chore: patch for removing stale values in Naming Series ( #32271 )
2022-09-19 13:35:08 +05:30
ruthra kumar
3c10e5066a
fix: use default supplier currency if default supplier is enabled
...
(cherry picked from commit 77fdc37cb7 )
2022-09-19 07:32:58 +00:00
Sagar Sharma
e8d2e49155
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32250
2022-09-18 20:30:21 +05:30
Deepesh Garg
5690e9771a
Merge pull request #32256 from frappe/mergify/bp/version-13-hotfix/pr-32244
...
fix: Parent Level project linkning on creating PO from project (backport #32244 )
2022-09-18 19:41:57 +05:30
Sagar Sharma
ec6cac8043
chore: conflicts
2022-09-18 16:38:09 +05:30
Sagar Sharma
0329642116
fix: make po_detail or sco_rm_detail mandatory for SE Send to Subcontractor
...
(cherry picked from commit b90875575c )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.py
2022-09-18 09:25:10 +00:00
Deepesh Garg
3c3e3cfcf8
fix: Parent Level project linkning on creating PO from project
...
(cherry picked from commit 93e134aab0 )
2022-09-17 15:00:56 +00:00
Sagar Sharma
7c4f5fa5c5
Merge pull request #32241 from frappe/mergify/bp/version-13-hotfix/pr-32236
...
fix: production plan pending-qty (backport #32236 )
2022-09-16 20:43:28 +05:30
Sagar Sharma
367e05f808
test: update test case for production plan pending-qty
...
(cherry picked from commit bd6af7c613 )
2022-09-16 13:00:59 +00:00
Sagar Sharma
2dcb35da33
fix: production plan pending-qty
...
(cherry picked from commit 5be7d42dfd )
2022-09-16 13:00:58 +00:00
Sagar Sharma
94732479f5
Merge pull request #32237 from frappe/mergify/bp/version-13-hotfix/pr-32233
...
refactor: rewrite Production Plan queries in QB (backport #32233 )
2022-09-16 17:35:38 +05:30
Sagar Sharma
b4dec4630d
chore: conflicts
2022-09-16 17:08:35 +05:30
Sagar Sharma
c415a47d25
refactor: rewrite Production Plan queries in QB
...
(cherry picked from commit b8cf3b4c77 )
# Conflicts:
# erpnext/manufacturing/doctype/production_plan/production_plan.py
2022-09-16 09:30:11 +00:00
rohitwaghchaure
1e0cc65c61
Merge pull request #32220 from frappe/mergify/bp/version-13-hotfix/pr-31681
...
fix: dont show zero qty available items in stock ageing report (backport #31681 )
2022-09-15 12:39:22 +05:30
Rohit Waghchaure
37dbc7043a
fix: dont show zero qty available items in stock ageing report
...
(cherry picked from commit 5da7e01db2 )
2022-09-15 06:01:10 +00:00
Deepesh Garg
0e88496607
Merge pull request #32209 from frappe/mergify/bp/version-13-hotfix/pr-32208
...
fix: Loans pending accrual entries (backport #32208 )
2022-09-14 15:34:10 +05:30
Abhinav Raut
ef86b437cb
fix: pending accrual entries
...
(cherry picked from commit f2209045f8 )
2022-09-14 08:45:27 +00:00
Frappe PR Bot
47aa191004
chore(release): Bumped to Version 13.39.0
...
# [13.39.0](https://github.com/frappe/erpnext/compare/v13.38.0...v13.39.0 ) (2022-09-13)
### Bug Fixes
* add missing warehouse filter in BOM Stock Calculated report ([ab32c09 ](ab32c09ff9 ))
* calculate amount based on payment days for statistical components too ([3f99522 ](3f99522764 ))
* conflict ([6f2a567 ](6f2a567c95 ))
* linter ([e177f1e ](e177f1e51b ))
* Loan amount post write off ([e78a767 ](e78a7679a4 ))
* option to start reposting from repost item valuation ([a1826f2 ](a1826f215a ))
* pick_list - picked qty getting set to 1 ([3256e2b ](3256e2b8b7 ))
* Purchase Order creation from Sales Order ([d79aacd ](d79aacd1cb ))
* Rate for internal PI have non stock UOM items ([638d6b7 ](638d6b7177 ))
* reposting not working for internal transferred purchase receipt ([bb41d8b ](bb41d8bc47 ))
* require barcode item barcode ([#32112 ](https://github.com/frappe/erpnext/issues/32112 )) ([44c3a32 ](44c3a322d3 )), closes [#31957 ](https://github.com/frappe/erpnext/issues/31957 )
* required_qty in BOM Stock Calculated report ([f2e63bc ](f2e63bc491 ))
* **Salary Slip:** set default amount to 0 if None ([#32184 ](https://github.com/frappe/erpnext/issues/32184 )) ([d29a033 ](d29a033c09 ))
### Features
* Ability to manually update loan amount in Salary Slips ([ac320e4 ](ac320e4d55 ))
2022-09-13 11:15:15 +00:00
Deepesh Garg
5840913320
Merge pull request #32200 from frappe/version-13-hotfix
...
chore: release v13
2022-09-13 16:43:21 +05:30
Deepesh Garg
b7b0076743
Merge pull request #32194 from deepeshgarg007/loan_amount_post_write_off
...
fix: Loan amount post write off
2022-09-13 13:41:21 +05:30
Deepesh Garg
ef5dd1d693
Merge pull request #32165 from frappe/mergify/bp/version-13-hotfix/pr-32144
...
fix: Rate for internal PI have non stock UOM items (backport #32144 )
2022-09-13 12:02:12 +05:30
Deepesh Garg
a53b40ba93
chore: Remove print
2022-09-13 12:00:06 +05:30
Deepesh Garg
e78a7679a4
fix: Loan amount post write off
2022-09-13 11:53:11 +05:30
Deepesh Garg
6a5beecb36
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-32144
2022-09-13 09:39:37 +05:30
Rucha Mahabal
2b900e2f0e
Merge pull request #32187 from ruchamahabal/stat-comp-pd
...
fix: calculate amount based on payment days for statistical components too
2022-09-13 02:09:39 +05:30
Rucha Mahabal
bc14dbbcad
refactor(tests): add a test utility file for commonly used functions in tests
2022-09-13 01:42:27 +05:30
Rucha Mahabal
f4e53a5c91
test: statistical component based on payment days
2022-09-13 00:59:59 +05:30
Rucha Mahabal
3f99522764
fix: calculate amount based on payment days for statistical components too
2022-09-13 00:59:03 +05:30
Sagar Sharma
81dd9722fe
Merge pull request #32179 from Havenir/fix-picklist-picked-qty
...
fix: pick_list - picked qty getting set to 1
2022-09-12 22:19:26 +05:30
Sagar Sharma
9c5d335360
Merge pull request #32186 from frappe/mergify/bp/version-13-hotfix/pr-32150
...
refactor: BOM Stock Calculated report, fix required-qty (backport #32150 )
2022-09-12 19:48:38 +05:30
Sagar Sharma
c5c28615f5
test: add test cases for BOM Stock Calculated report
...
(cherry picked from commit e1a98c1ff7 )
2022-09-12 13:52:31 +00:00
Sagar Sharma
ab32c09ff9
fix: add missing warehouse filter in BOM Stock Calculated report
...
(cherry picked from commit 7a968a5f0d )
2022-09-12 13:52:30 +00:00
Sagar Sharma
f2e63bc491
fix: required_qty in BOM Stock Calculated report
...
(cherry picked from commit 56192daabf )
2022-09-12 13:52:30 +00:00
Sagar Sharma
882aa96973
refactor: BOM Stock Calculated report
...
(cherry picked from commit 723fa9eebc )
2022-09-12 13:52:29 +00:00
Rucha Mahabal
d29a033c09
fix(Salary Slip): set default amount to 0 if None ( #32184 )
2022-09-12 19:21:58 +05:30
Deepesh Garg
b3125a56ed
Merge pull request #32178 from deepeshgarg007/manual_update_loan_amount
...
feat: Ability to manually update loan amount in Salary Slips
2022-09-12 17:41:02 +05:30
rohitwaghchaure
adfc57487b
Merge pull request #32167 from frappe/mergify/bp/version-13-hotfix/pr-32118
...
fix: option to start reposting from repost item valuation (backport #32118 )
2022-09-12 16:16:26 +05:30
Deepesh Garg
ac320e4d55
feat: Ability to manually update loan amount in Salary Slips
2022-09-12 15:05:42 +05:30
Ahmad
3256e2b8b7
fix: pick_list - picked qty getting set to 1
2022-09-12 14:23:44 +05:00
mergify[bot]
b4ec4ccc56
chore: correct license text for GPLv3 (backport #32170 ) ( #32172 )
...
* chore: correct license text for GPLv3 (#32170 )
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-12 14:00:14 +05:30
Rohit Waghchaure
a1826f215a
fix: option to start reposting from repost item valuation
...
(cherry picked from commit f1c4aea7b5 )
2022-09-12 06:44:59 +00:00
Deepesh Garg
181c0acf99
Merge pull request #32127 from SolufyPrivateLimited/Solufy-so-to-po-v13
...
fix: Purchase Order creation from Sales Order
2022-09-12 09:25:24 +05:30
Deepesh Garg
638d6b7177
fix: Rate for internal PI have non stock UOM items
...
(cherry picked from commit 0f655e4430 )
2022-09-12 03:40:23 +00:00
rohitwaghchaure
f5132411eb
Merge pull request #32152 from frappe/mergify/bp/version-13-hotfix/pr-32135
...
fix: reposting not working for internal transferred purchase receipt (backport #32135 )
2022-09-10 23:29:56 +05:30
rohitwaghchaure
e177f1e51b
fix: linter
2022-09-10 23:01:48 +05:30
rohitwaghchaure
6f2a567c95
fix: conflict
2022-09-10 16:41:39 +05:30
Rohit Waghchaure
bb41d8bc47
fix: reposting not working for internal transferred purchase receipt
...
(cherry picked from commit a03b4ce213 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
2022-09-09 17:13:21 +00:00
Nihantra C. Patel
d79aacd1cb
fix: Purchase Order creation from Sales Order
2022-09-08 13:51:11 +05:30
Sagar Sharma
44c3a322d3
fix: require barcode item barcode ( #32112 )
...
fix: require barcode item barcode. (#31957 )
* fix: require barcode item barcode.
* fix: make supplier mandatory in Item Supplier DocType
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-09-07 14:24:53 +05:30
Frappe PR Bot
2af489d69d
chore(release): Bumped to Version 13.38.0
...
# [13.38.0](https://github.com/frappe/erpnext/compare/v13.37.0...v13.38.0 ) (2022-09-06)
### Bug Fixes
* consider Stock Entry purpose while getting total supplied qty ([8964612 ](8964612b8e ))
* force delete old report docs (backport [#32026 ](https://github.com/frappe/erpnext/issues/32026 )) ([#32028 ](https://github.com/frappe/erpnext/issues/32028 )) ([0f1f67d ](0f1f67dcae ))
* incorrect import parameter for cancel PDA ([814dd36 ](814dd36a3e ))
* key error on consolidated financial report ([20919c8 ](20919c8626 ))
* KSA VAT report multi currency amount issue ([56d8962 ](56d8962e40 ))
* Loan Interest accruals for 0 rated loans ([a369852 ](a3698524ca ))
* lost quotation not to expired ([ea995de ](ea995de4a3 ))
* Naming series in Journal Entry Template ([66cb3fd ](66cb3fd63f ))
* **pos:** error while consolidating pos invoices ([0527393 ](0527393b09 ))
* QR Code multi currency issue ([b10a2b8 ](b10a2b87b6 ))
### Features
* better Item Price list view ([#31954 ](https://github.com/frappe/erpnext/issues/31954 )) ([25d2847 ](25d2847881 ))
2022-09-06 16:05:26 +00:00
Deepesh Garg
bb1c450c33
Merge pull request #32104 from frappe/version-13-hotfix
...
chore: release v13
2022-09-06 21:33:13 +05:30
Sagar Sharma
5707118d58
Merge pull request #32099 from s-aga-r/fix/stock-entry/send-to-subcontractor
...
fix: consider Stock Entry purpose while getting total supplied qty
2022-09-06 15:49:38 +05:30
Sagar Sharma
8964612b8e
fix: consider Stock Entry purpose while getting total supplied qty
2022-09-06 13:04:03 +05:30
Deepesh Garg
514d280ee7
Merge pull request #32086 from Havenir/qr_code_multi_currency_issue
...
fix: QR Code multi currency issue
2022-09-05 12:42:43 +05:30
hamzaali15
b10a2b87b6
fix: QR Code multi currency issue
...
When try to scan qr code on app it is showing correct values for multi currencies because it is not getting base amount
2022-09-05 11:15:43 +05:00
Deepesh Garg
3664a12bb9
Merge pull request #32078 from frappe/mergify/bp/version-13-hotfix/pr-31954
...
feat: better Item Price list view (backport #31954 )
2022-09-04 18:15:13 +05:30
Deepesh Garg
0605cbf26b
Merge pull request #32076 from frappe/mergify/bp/version-13-hotfix/pr-32045
...
fix: Naming series in Journal Entry Template (backport #32045 )
2022-09-04 18:14:40 +05:30
HENRY Florian
25d2847881
feat: better Item Price list view ( #31954 )
...
* feat: better Item Price list view
(cherry picked from commit 86395c6adb )
2022-09-04 12:38:43 +00:00
Solufyin
66cb3fd63f
fix: Naming series in Journal Entry Template
...
(cherry picked from commit 2085626390 )
2022-09-04 11:04:44 +00:00
Deepesh Garg
d22104ad40
Merge pull request #32072 from frappe/mergify/bp/version-13-hotfix/pr-31822
...
fix(pos): error while consolidating pos invoices (backport #31822 )
2022-09-04 15:57:37 +05:30
Saqib Ansari
0527393b09
fix(pos): error while consolidating pos invoices
...
(cherry picked from commit 33762dbbac )
2022-09-04 07:56:06 +00:00
Deepesh Garg
741d6fcb9a
Merge pull request #32053 from Havenir/version-13-hotfix
...
fix: KSA VAT report multi currency amount issue
2022-09-04 13:12:21 +05:30
ruthra kumar
1870dbf9a8
Merge pull request #32059 from frappe/mergify/bp/version-13-hotfix/pr-32054
...
fix: type error on cancellation of Process Deferred Accounting (backport #32054 )
2022-09-02 17:10:01 +05:30
ruthra kumar
69a9724422
test: pda document submission and cancellation
...
(cherry picked from commit 1c385541fa )
2022-09-02 11:15:13 +00:00
ruthra kumar
814dd36a3e
fix: incorrect import parameter for cancel PDA
...
(cherry picked from commit 08f2e4edc3 )
2022-09-02 11:15:12 +00:00
ruthra kumar
17ad96998e
Merge pull request #32057 from frappe/mergify/bp/version-13-hotfix/pr-32052
...
fix: key error on consolidated financial report (backport #32052 )
2022-09-02 16:41:56 +05:30
ruthra kumar
20919c8626
fix: key error on consolidated financial report
...
accounts with same name but different account number will throw key
error on consolidated report
(cherry picked from commit 6e8395cccd )
2022-09-02 10:46:23 +00:00
hamzaali15
56d8962e40
fix: KSA VAT report multi currency amount issue
...
In KSA VAT report amount is not showing correctly for multi currencies because net_amount field is fetched instead of base_net_amount
2022-09-01 15:02:21 +05:00
Deepesh Garg
0a3ac82232
Merge pull request #32031 from frappe/mergify/bp/version-13-hotfix/pr-32030
...
fix: Loan Interest accruals for 0 rated loans (backport #32030 )
2022-08-31 21:04:27 +05:30
Deepesh Garg
b736df3f0b
Merge pull request #32036 from niyazrazak/patch-5
...
fix: lost quotation not to expired
2022-08-31 21:03:31 +05:30
MOHAMMED NIYAS
ea995de4a3
fix: lost quotation not to expired
...
code is merged in version-14 and conflict in version 13
2022-08-31 15:31:07 +05:30
Deepesh Garg
b7c94e38a6
chore: Add check for principal amount
...
(cherry picked from commit a76d3827ec )
2022-08-30 15:46:39 +00:00
Deepesh Garg
a3698524ca
fix: Loan Interest accruals for 0 rated loans
...
(cherry picked from commit eefc9b7172 )
2022-08-30 15:46:38 +00:00
mergify[bot]
0f1f67dcae
fix: force delete old report docs (backport #32026 ) ( #32028 )
...
fix: force delete old report docs (#32026 )
(cherry picked from commit ffa3071d36 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-30 15:45:47 +05:30
Frappe PR Bot
11b04acf8b
chore(release): Bumped to Version 13.37.0
...
# [13.37.0](https://github.com/frappe/erpnext/compare/v13.36.5...v13.37.0 ) (2022-08-30)
### Bug Fixes
* Add docstatus filter for voucher_no in Repost Item Valuation ([2cf2885 ](2cf2885470 ))
* Cash and non trade discount calculation ([20e9599 ](20e9599fc1 ))
* do not clear promotion/transfer details if doc is amended ([#32000 ](https://github.com/frappe/erpnext/issues/32000 )) ([074d484 ](074d484d3c ))
* filter leave types and render leave application dashboard w/o from date ([#32001 ](https://github.com/frappe/erpnext/issues/32001 )) ([7686c9e ](7686c9e450 ))
* Loan Write-off for term loans ([e64e812 ](e64e812679 ))
* **minor:** don't print tax rate if its '0' ([#31838 ](https://github.com/frappe/erpnext/issues/31838 )) ([a46dca5 ](a46dca57cb ))
* permissions for Task Type ([#32016 ](https://github.com/frappe/erpnext/issues/32016 )) ([1157bf8 ](1157bf887f ))
* **pos:** edge case while closing pos (backport [#31748 ](https://github.com/frappe/erpnext/issues/31748 )) ([#31893 ](https://github.com/frappe/erpnext/issues/31893 )) ([261405c ](261405cec1 ))
* Purposes not set ([edfaf99 ](edfaf99388 ))
* Route condition set for stock ledger (backport [#31935 ](https://github.com/frappe/erpnext/issues/31935 )) ([#31946 ](https://github.com/frappe/erpnext/issues/31946 )) ([34537c9 ](34537c9dc2 ))
* Set the condition to create a purchase receipt ([b4c992d ](b4c992dd4d ))
* Test cases ([7c85b48 ](7c85b487cd ))
### Features
* In BOM, Operation time can be fix (backport [#27063 ](https://github.com/frappe/erpnext/issues/27063 )) ([#31923 ](https://github.com/frappe/erpnext/issues/31923 )) ([c2b8d1b ](c2b8d1bd9a ))
2022-08-30 08:05:05 +00:00
Deepesh Garg
4c1156a816
Merge pull request #32023 from frappe/version-13-hotfix
...
chore: weekly version 13 release
2022-08-30 13:32:35 +05:30
Deepesh Garg
570729b73e
Merge pull request #32024 from frappe/mergify/bp/version-13-hotfix/pr-31838
...
fix(minor): don't print tax rate if its '0' (backport #31838 )
2022-08-30 13:32:16 +05:30
ruthra kumar
a46dca57cb
fix(minor): don't print tax rate if its '0' ( #31838 )
...
(cherry picked from commit 3b4c0a3fc0 )
2022-08-30 07:34:26 +00:00
Deepesh Garg
821c1cddfc
Merge pull request #32011 from deepeshgarg007/loan_write_off_salary_slip
...
fix: Loan Write-off for term loans
2022-08-30 11:36:09 +05:30
Deepesh Garg
8217c6dd9f
chore: Linting issues and test case fixes
2022-08-30 10:24:31 +05:30
Deepesh Garg
fc030a7de9
Merge pull request #32018 from frappe/mergify/bp/version-13-hotfix/pr-32016
...
fix: permissions for Task Type (backport #32016 )
2022-08-30 08:38:25 +05:30
Raffael Meyer
1157bf887f
fix: permissions for Task Type ( #32016 )
...
(cherry picked from commit 73f4d5931d )
2022-08-29 16:27:24 +00:00
Deepesh Garg
e64e812679
fix: Loan Write-off for term loans
2022-08-29 18:33:40 +05:30
Deepesh Garg
6025df97ef
Merge pull request #31931 from frappe/mergify/bp/version-13-hotfix/pr-31910
...
fix: Cash and non trade discount calculation (backport #31910 )
2022-08-29 15:06:00 +05:30
Deepesh Garg
4793adfefd
chore: rounded total for cash and non trade discounts
2022-08-29 14:02:18 +05:30
Rucha Mahabal
7686c9e450
fix: filter leave types and render leave application dashboard w/o from date ( #32001 )
2022-08-29 12:26:05 +05:30
Rucha Mahabal
074d484d3c
fix: do not clear promotion/transfer details if doc is amended ( #32000 )
2022-08-29 12:10:15 +05:30
Deepesh Garg
332e86af7e
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31910
2022-08-28 17:32:41 +05:30
Deepesh Garg
8eded437d2
Merge pull request #31971 from frappe/mergify/bp/version-13-hotfix/pr-31955
...
chore: update french translation (backport #31955 )
2022-08-28 11:32:34 +05:30
Deepesh Garg
bef7f6114d
Merge pull request #31989 from frappe/mergify/bp/version-13-hotfix/pr-31988
...
chore: remove precision on discount_percentage of Sales Invoice Item (backport #31988 )
2022-08-28 11:32:14 +05:30
Deepesh Garg
4095a3dae2
chore: Resolve conflicts
2022-08-26 18:10:09 +05:30
ruthra kumar
0b40117bfd
chore: remove precision on discount_percentage of Sales Invoice Item
...
(cherry picked from commit c42fef541a )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
2022-08-26 10:34:31 +00:00
ruthra kumar
09de1cba92
Merge pull request #31972 from frappe/mergify/bp/version-13-hotfix/pr-31934
...
refactor: disable discount accounting on Buying module(PI) (backport #31934 )
2022-08-25 17:14:44 +05:30
ruthra kumar
51a40ad2fc
test: remove discount accounting tests
...
(cherry picked from commit 277ef04b60 )
2022-08-25 16:05:01 +05:30
mergify[bot]
261405cec1
fix(pos): edge case while closing pos (backport #31748 ) ( #31893 )
2022-08-25 14:50:24 +05:30
ruthra kumar
1ac9d7f43e
refactor: disable discount accounting on Buying module(PI)
...
(cherry picked from commit a956e20f29 )
2022-08-25 14:44:54 +05:30
Florian HENRY
69b3145be4
chore: update fr translation
...
(cherry picked from commit 299da5d596 )
2022-08-25 07:37:26 +00:00
Florian HENRY
5e1d367d7a
chore: update fr translation
...
(cherry picked from commit 1f6f2747d4 )
2022-08-25 07:37:25 +00:00
Florian HENRY
10f0baf6ad
chore: update french translation
...
(cherry picked from commit 264f98af14 )
2022-08-25 07:37:25 +00:00
Deepesh Garg
20694eb509
Merge pull request #31965 from frappe/mergify/bp/version-13-hotfix/pr-31909
...
fix: Add docstatus filter for voucher_no in Repost Item Valuation (backport #31909 )
2022-08-25 11:25:14 +05:30
HENRY Florian
c2b8d1bd9a
feat: In BOM, Operation time can be fix (backport #27063 ) ( #31923 )
...
* feat: In BOM Operation time can be fix (backport #27063 )
* chore: only changes necessary for feature
* chore: add test
* chore: linter
* chore: linter
* chore: linter
* chore: fix date in json
* chore: fix test order
* chore: revert test from version-13 not develop
* chore: make test ok
2022-08-25 11:14:35 +05:30
rohitwaghchaure
49bf05c1c2
Merge pull request #31962 from frappe/mergify/bp/version-13-hotfix/pr-31951
...
fix: Purposes not set in Maintenance Visit (backport #31951 )
2022-08-25 10:51:12 +05:30
Sagar Sharma
2cf2885470
fix: Add docstatus filter for voucher_no in Repost Item Valuation
...
(cherry picked from commit 520306dc87 )
2022-08-25 05:20:46 +00:00
Rohit Waghchaure
edfaf99388
fix: Purposes not set
...
(cherry picked from commit f9a7b31b5b )
2022-08-25 05:19:36 +00:00
Deepesh Garg
3a7a53ab72
Merge pull request #31919 from SolufyPrivateLimited/Solufy-pur_inv_docstatus
...
fix: Set the condition to create a purchase receipt
2022-08-25 10:35:14 +05:30
mergify[bot]
34537c9dc2
fix: Route condition set for stock ledger (backport #31935 ) ( #31946 )
...
fix: Route condition set for stock ledger (#31935 )
(cherry picked from commit 0e26df331c )
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com >
2022-08-24 13:30:49 +05:30
Frappe PR Bot
f6248d0259
chore(release): Bumped to Version 13.36.5
...
## [13.36.5](https://github.com/frappe/erpnext/compare/v13.36.4...v13.36.5 ) (2022-08-23)
### Bug Fixes
* added employee name to call log ([476ded2 ](476ded2972 ))
* added field to show called group, user_id ([66578a5 ](66578a58cf ))
* added tests ([aa8a063 ](aa8a063103 ))
* added type of call select field, additional status for agent rejecting call ([b65bce8 ](b65bce8f98 ))
* call status fix ([ffb1196 ](ffb1196516 ))
* call type doctype, fixes ([b94154f ](b94154f00a ))
* Handle exception where no employee is returned ([baab96d ](baab96d02c ))
* incorrect buying amount in Gross Profit rpt ([6405a93 ](6405a9378d ))
* incorrect tax amt due to different exchange rate in PR and PI ([ba5ee1c ](ba5ee1ca96 ))
* interview rescheduling not working ([a482840 ](a4828407d0 ))
* limit pos recent order page result ([9751f10 ](9751f1060e ))
* linter, sider fixes ([b529627 ](b52962751c ))
* **minor:** save the employee doc on promotion/transfer update ([36130c6 ](36130c6292 ))
* process loan interest accrual ([acbed43 ](acbed434c2 ))
* Replace walrus operator ([23a4412 ](23a441252b ))
* sider fixes ([90ed14a ](90ed14a055 ))
* TDS calculation for advance payment ([a452143 ](a452143782 ))
* term loan interest calculation ([8dea238 ](8dea238d12 ))
* Update received_by if "to" is changed ([9263d5f ](9263d5ff4d ))
* used get_employees_with_number, strip_number methods ([3f46b2a ](3f46b2a0ce ))
2022-08-23 13:37:34 +00:00
Deepesh Garg
4e6ef5d6fa
Merge pull request #31939 from frappe/version-13-hotfix
...
chore: Weekly version 13 release
2022-08-23 19:05:53 +05:30
mergify[bot]
154adcbb58
chore: add Work Order test dependencies (backport #31936 ) ( #31938 )
...
chore: add Work Order test dependencies (#31936 )
(cherry picked from commit fe73d55f70 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2022-08-23 16:10:27 +05:30
Deepesh Garg
6a9d13ff28
chore: Linting issues
...
(cherry picked from commit 1cb7ae16ab )
2022-08-23 04:50:19 +00:00
Deepesh Garg
7c85b487cd
fix: Test cases
...
(cherry picked from commit ae3dce0cbd )
2022-08-23 04:50:18 +00:00
Deepesh Garg
20e9599fc1
fix: Cash and non trade discount calculation
...
(cherry picked from commit 3b15966cc9 )
2022-08-23 04:50:17 +00:00
Solufyin
b4c992dd4d
fix: Set the condition to create a purchase receipt
2022-08-22 12:00:21 +05:30
Suraj Shetty
d46ce05dcd
Merge pull request #31903 from frappe/exotel_fixes_v13
2022-08-22 10:52:18 +05:30
Deepesh Garg
6bc6681f92
Merge pull request #31825 from frappe/mergify/bp/version-13-hotfix/pr-31817
...
fix: limit pos recent order page result (backport #31817 )
2022-08-22 10:32:30 +05:30
Deepesh Garg
75d57c1f77
Merge pull request #31889 from frappe/mergify/bp/version-13-hotfix/pr-31871
...
fix: incorrect buying amount in Gross Profit rpt (backport #31871 )
2022-08-22 10:29:47 +05:30
Deepesh Garg
fc7285cc85
Merge pull request #31826 from frappe/mergify/bp/version-13-hotfix/pr-31799
...
fix: process loan interest accrual (backport #31799 )
2022-08-22 10:28:04 +05:30
Suraj Shetty
23a441252b
fix: Replace walrus operator
2022-08-22 09:49:15 +05:30
Deepesh Garg
474f34c04c
Merge pull request #31868 from frappe/mergify/bp/version-13-hotfix/pr-31856
...
fix: incorrect tax amt due to different exchange rate in PR and PI (backport #31856 )
2022-08-22 09:09:53 +05:30
Deepesh Garg
6606028062
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31799
2022-08-22 09:00:14 +05:30
Deepesh Garg
f58427bffe
Merge pull request #31894 from maharshivpatel/fix-tax-withholding-advance-vouchers
...
fix: TDS calculation for advance payment
2022-08-22 08:58:59 +05:30
Suraj Shetty
89f889068e
style: Fix formatting
2022-08-20 14:19:15 +05:30
Suraj Shetty
9263d5ff4d
fix: Update received_by if "to" is changed
2022-08-20 14:15:54 +05:30
Suraj Shetty
4df197a282
test: Do not overwrite frappe.form_dict to retain proxy reference
...
Set frappe.local.form_dict instead
2022-08-20 14:14:16 +05:30
Suraj Shetty
b495969eb8
test: Clean up form_dict
...
To avoid failures like
https://github.com/frappe/erpnext/runs/5887687369?check_suite_focus=true#step:12:783
2022-08-20 14:14:10 +05:30
Suraj Shetty
5f4760985c
test: Fix used frappe._dict to avoid AttributeError down the line
...
ref: https://github.com/frappe/erpnext/runs/5816574721?check_suite_focus=true#step:12:880
2022-08-20 14:14:03 +05:30
Suraj Shetty
4a61840e39
test: Use FrappeAPITestCase to track coverage
2022-08-20 14:13:56 +05:30
Suraj Shetty
ca48b9de54
test: Fix erroneous code
2022-08-20 14:13:50 +05:30
Suraj Shetty
baab96d02c
fix: Handle exception where no employee is returned
2022-08-20 14:13:40 +05:30
Suraj Shetty
f5b967a947
chore: Remove unused code
...
- and simplify get_call_log
2022-08-20 14:13:24 +05:30
Suraj Shetty
06b1bcbf59
test: Refactor exotel test setup
...
- Remove unnecessary code
- Move test data to separate file
- Make proper test assertions
2022-08-20 14:12:17 +05:30
Subin Tom
aa8a063103
fix: added tests
2022-08-20 14:11:48 +05:30
Subin Tom
3f46b2a0ce
fix: used get_employees_with_number, strip_number methods
2022-08-20 14:10:18 +05:30
Subin Tom
b52962751c
fix: linter, sider fixes
2022-08-20 14:07:17 +05:30
Subin Tom
b94154f00a
fix: call type doctype, fixes
2022-08-20 14:06:52 +05:30
Subin Tom
90ed14a055
fix: sider fixes
2022-08-20 14:05:49 +05:30
Subin Tom
b65bce8f98
fix: added type of call select field, additional status for agent rejecting call
2022-08-20 14:05:27 +05:30
Subin Tom
66578a58cf
fix: added field to show called group, user_id
2022-08-20 14:04:01 +05:30
Subin Tom
476ded2972
fix: added employee name to call log
2022-08-20 14:03:40 +05:30
Subin Tom
ffb1196516
fix: call status fix
2022-08-20 14:03:14 +05:30
Maharshi Patel
a452143782
fix: TDS calculation for advance payment
...
"against_voucher": ["is", "not set"] was used in query due to which if TDS was added on "advance" payment vouchers and then reconciled against purchase invoice. it will not find those vouchers and consider this as first-time threshold due to which it will calculate Tax for all transactions.
2022-08-19 12:30:47 +05:30
ruthra kumar
6405a9378d
fix: incorrect buying amount in Gross Profit rpt
...
(cherry picked from commit 967dd398e7 )
2022-08-18 13:28:45 +00:00
Rucha Mahabal
2471ca58ee
Merge pull request #31884 from ruchamahabal/fix-promotion
2022-08-18 12:29:31 +05:30
Rucha Mahabal
a4828407d0
fix: interview rescheduling not working
2022-08-18 12:02:32 +05:30
Frappe PR Bot
bafa3ce150
chore(release): Bumped to Version 13.36.4
...
## [13.36.4](https://github.com/frappe/erpnext/compare/v13.36.3...v13.36.4 ) (2022-08-18)
### Bug Fixes
* check item_code in all rows of po_items (backport [#31741 ](https://github.com/frappe/erpnext/issues/31741 )) ([#31843 ](https://github.com/frappe/erpnext/issues/31843 )) ([ba8dc89 ](ba8dc8925f ))
* conflicts ([41b8563 ](41b8563b7a ))
* contact search in request for quotation (backport [#31828 ](https://github.com/frappe/erpnext/issues/31828 )) ([#31841 ](https://github.com/frappe/erpnext/issues/31841 )) ([2a615af ](2a615af00a ))
* incorrect produced-qty in production-plan-item (backport [#31706 ](https://github.com/frappe/erpnext/issues/31706 )) ([#31862 ](https://github.com/frappe/erpnext/issues/31862 )) ([7ddb332 ](7ddb332f47 ))
* incorrect rate in BOM exploded items (backport [#31513 ](https://github.com/frappe/erpnext/issues/31513 )) ([#31865 ](https://github.com/frappe/erpnext/issues/31865 )) ([3274e76 ](3274e7681d ))
* Make expense account editable in Purchase Receipt Item (backport [#31730 ](https://github.com/frappe/erpnext/issues/31730 )) ([#31879 ](https://github.com/frappe/erpnext/issues/31879 )) ([4775c42 ](4775c42593 ))
* not able to issue expired batches ([7ee75ff ](7ee75ff762 ))
* set `billing_address` for purchases in `get_party_details` ([a7d66fa ](a7d66fa352 ))
* set `company_address` for purchases in `party.js` ([d1de4b0 ](d1de4b027c ))
* Transit filter for Default Target Warehouse in SE (backport [#31839 ](https://github.com/frappe/erpnext/issues/31839 )) ([#31874 ](https://github.com/frappe/erpnext/issues/31874 )) ([b0917aa ](b0917aaf8a ))
* use old style for `_dict.update` ([15654aa](15654aae8b ))
2022-08-18 06:15:23 +00:00
Deepesh Garg
cff140db3d
Merge pull request #31880 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-08-18 11:43:42 +05:30
Rucha Mahabal
36130c6292
fix(minor): save the employee doc on promotion/transfer update
2022-08-18 11:42:29 +05:30
mergify[bot]
4775c42593
fix: Make expense account editable in Purchase Receipt Item (backport #31730 ) ( #31879 )
...
* fix: Make expense account editable in Purchase Receipt Item (#31730 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 1a6508972e )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* chore: conflicts
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 11:15:26 +05:30
mergify[bot]
b0917aaf8a
fix: Transit filter for Default Target Warehouse in SE (backport #31839 ) ( #31874 )
...
fix: Transit filter for Default Target Warehouse in SE (#31839 )
(cherry picked from commit f1a612245c )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 17:25:31 +05:30
rohitwaghchaure
d349a337e1
Merge pull request #31866 from frappe/mergify/bp/version-13-hotfix/pr-31863
...
fix: not able to issue expired batches (backport #31863 )
2022-08-17 15:43:22 +05:30
ruthra kumar
ba5ee1ca96
fix: incorrect tax amt due to different exchange rate in PR and PI
...
(cherry picked from commit 5fd0770372 )
2022-08-17 09:40:36 +00:00
rohitwaghchaure
41b8563b7a
fix: conflicts
2022-08-17 14:47:47 +05:30
Rohit Waghchaure
7ee75ff762
fix: not able to issue expired batches
...
(cherry picked from commit 795c94384a )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-08-17 09:16:37 +00:00
mergify[bot]
3274e7681d
fix: incorrect rate in BOM exploded items (backport #31513 ) ( #31865 )
...
* fix: incorrect rate in BOM exploded items (#31513 )
(cherry picked from commit 313625c349 )
# Conflicts:
# erpnext/manufacturing/doctype/bom_item/bom_item.json
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 14:39:15 +05:30
mergify[bot]
7ddb332f47
fix: incorrect produced-qty in production-plan-item (backport #31706 ) ( #31862 )
...
fix: incorrect produced-qty in production-plan-item (#31706 )
(cherry picked from commit 538cd6fdcf )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 13:49:51 +05:30
mergify[bot]
2a615af00a
fix: contact search in request for quotation (backport #31828 ) ( #31841 )
...
* fix: contact search in request for quotation (#31828 )
(cherry picked from commit e5e88bb9f1 )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.py
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:23:24 +05:30
mergify[bot]
ba8dc8925f
fix: check item_code in all rows of po_items (backport #31741 ) ( #31843 )
...
fix: check item_code in all rows of po_items (#31741 )
fix: check item-code in each row of po-items
(cherry picked from commit 0047e18a9b )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 11:21:47 +05:30
Sagar Vora
14891ccf18
Merge pull request #31792 from frappe/mergify/bp/version-13-hotfix/pr-31733
...
fix: set `billing_address` for purchases in `get_party_details` (backport #31733 )
2022-08-16 05:48:48 +00:00
Sagar Vora
15654aae8b
fix: use old style for _dict.update
2022-08-13 08:00:27 +00:00
Sagar Vora
d1de4b027c
fix: set company_address for purchases in party.js
...
(cherry picked from commit d05082987f )
2022-08-13 08:00:27 +00:00
Sagar Vora
a7d66fa352
fix: set billing_address for purchases in get_party_details
...
(cherry picked from commit a3625b3817 )
2022-08-13 08:00:27 +00:00
Abhinav Raut
8dea238d12
fix: term loan interest calculation
...
(cherry picked from commit 534d7ce64b )
2022-08-11 10:18:04 +00:00
Abhinav Raut
acbed434c2
fix: process loan interest accrual
...
(cherry picked from commit 9ef8d5c5c3 )
2022-08-11 10:18:04 +00:00
ruthra kumar
9751f1060e
fix: limit pos recent order page result
...
(cherry picked from commit bb40e38451 )
2022-08-11 08:40:05 +00:00
Frappe PR Bot
c15cff05b0
chore(release): Bumped to Version 13.36.3
...
## [13.36.3](https://github.com/frappe/erpnext/compare/v13.36.2...v13.36.3 ) (2022-08-09)
### Bug Fixes
* (india) HSN wise report ([08c69c7 ](08c69c7a76 ))
* add asset repair to accounting dimension list ([809d5ca ](809d5caf80 ))
* consider precision while validating advance amount against sanctioned amount ([63cd434 ](63cd4349a6 ))
* **ecommerce:** remove query to non-existing field (backport [#31771 ](https://github.com/frappe/erpnext/issues/31771 )) ([#31774 ](https://github.com/frappe/erpnext/issues/31774 )) ([0e46b33 ](0e46b33ee3 ))
* f-string and where clause ([42b3959 ](42b395916d ))
* getting error to show sales invoice group or print rep… (backport [#31756 ](https://github.com/frappe/erpnext/issues/31756 )) ([#31768 ](https://github.com/frappe/erpnext/issues/31768 )) ([473a43b ](473a43b6b1 ))
* incorrect incoming rate set for inter transfer purchase receipt ([4e8b39a ](4e8b39ab3f ))
* incorrect tax calculation in case of reduced payment days ([80981d0 ](80981d025f ))
* intercompany SO throws exception ([a17acfd ](a17acfdaa2 ))
* minor changed link ([e9e53a7 ](e9e53a74c9 ))
* Payment Entry button is visible even when claim is fully paid ([d820757 ](d820757359 ))
* pending principal- amount ([16c94d2 ](16c94d292c ))
* **pos:** validate product bundles while submitting pos invoice (backport [#31615 ](https://github.com/frappe/erpnext/issues/31615 )) ([#31657 ](https://github.com/frappe/erpnext/issues/31657 )) ([b145fe3 ](b145fe3b3e ))
* specify allowed doctype in queries ([#31765 ](https://github.com/frappe/erpnext/issues/31765 )) ([0dbfb15 ](0dbfb1589e ))
* statistical component showing up in salary slip ([#31746 ](https://github.com/frappe/erpnext/issues/31746 )) ([26aef4f ](26aef4fb1c ))
* sum stock_value and group by warehouse ([18d93f8 ](18d93f8398 ))
* taxable_value and gst_account_heads ([6c574fb ](6c574fbf33 ))
* update To Date in Employee Work History ([#31811 ](https://github.com/frappe/erpnext/issues/31811 )) ([0057c10 ](0057c10a7d ))
2022-08-09 14:09:11 +00:00
Deepesh Garg
b80526f226
Merge pull request #31812 from frappe/version-13-hotfix
...
chore: weekly version 13 release
2022-08-09 19:37:13 +05:30
Deepesh Garg
0569f8a857
Merge pull request #31736 from maharshivpatel/fix-india-hsn-report
...
fix: (india) HSN wise report
2022-08-09 18:58:25 +05:30
Rucha Mahabal
63715bf229
Merge pull request #31813 from ruchamahabal/fix-claim
2022-08-09 18:52:22 +05:30
Rucha Mahabal
63cd4349a6
fix: consider precision while validating advance amount against sanctioned amount
2022-08-09 18:28:19 +05:30
Maharshi Patel
42b395916d
fix: f-string and where clause
...
Used f-string formatting and added conditions to WHERE clause
2022-08-09 18:22:05 +05:30
Rucha Mahabal
0057c10a7d
fix: update To Date in Employee Work History ( #31811 )
2022-08-09 18:19:09 +05:30
Deepesh Garg
3c8c5d01fb
Merge pull request #31797 from frappe/mergify/bp/version-13-hotfix/pr-31779
...
Bug add accouting dimension in asset repair (backport #31779 )
2022-08-09 18:18:42 +05:30
Rucha Mahabal
d820757359
fix: Payment Entry button is visible even when claim is fully paid
2022-08-09 18:15:41 +05:30
mergify[bot]
14e59c86aa
Tds report (backport #31801 ) ( #31808 )
...
* fix: TDS Computation Summary Report not loading, too many values to unpack
2022-08-09 18:11:13 +05:30
Deepesh Garg
9e16f4e412
chore: resolve conflicts
2022-08-09 17:55:02 +05:30
rohitwaghchaure
6d269a4d89
Merge pull request #31805 from frappe/mergify/bp/version-13-hotfix/pr-31804
...
fix: incorrect incoming rate set for inter transfer purchase receipt (backport #31804 )
2022-08-09 16:26:34 +05:30
Rohit Waghchaure
4e8b39ab3f
fix: incorrect incoming rate set for inter transfer purchase receipt
...
(cherry picked from commit ddd24ea8c8 )
2022-08-09 10:31:14 +00:00
Rucha Mahabal
9925eb9982
Merge pull request #31802 from ruchamahabal/fix-salary-slip-tds-v13
2022-08-09 15:33:54 +05:30
Rucha Mahabal
301d199ece
test: default amount in slip
2022-08-09 14:57:10 +05:30
Maharshi Patel
6c574fbf33
fix: taxable_value and gst_account_heads
...
used taxable_value instead of base_net_amount and only appended required GST accounts
2022-08-09 14:39:13 +05:30
Rucha Mahabal
80981d025f
fix: incorrect tax calculation in case of reduced payment days
2022-08-09 12:40:06 +05:30
ruthra kumar
a420d0242c
chore: patch for creating existing dimensions in asset repair
...
(cherry picked from commit 80f508c4b1 )
# Conflicts:
# erpnext/patches.txt
2022-08-08 11:09:55 +00:00
ruthra kumar
809d5caf80
fix: add asset repair to accounting dimension list
...
(cherry picked from commit 452584c4bd )
2022-08-08 11:09:53 +00:00
Deepesh Garg
6f442d14cf
Merge pull request #31795 from frappe/mergify/bp/version-13-hotfix/pr-31777
...
fix: intercompany SO created from Purchase Order throws exception (backport #31777 )
2022-08-08 16:37:39 +05:30
ruthra kumar
a17acfdaa2
fix: intercompany SO throws exception
...
(cherry picked from commit af0a353b79 )
2022-08-08 10:37:25 +00:00
Deepesh Garg
3673dea03b
Merge pull request #31783 from frappe/mergify/bp/version-13-hotfix/pr-31780
...
Fix: Loan pending principal amount (backport #31780 )
2022-08-08 14:48:06 +05:30
Deepesh Garg
fb3725752f
chore: resolve conflicts
2022-08-08 11:53:49 +05:30
Abhinav Raut
16c94d292c
fix: pending principal- amount
...
(cherry picked from commit a272d73dd9 )
# Conflicts:
# erpnext/loan_management/doctype/loan_repayment/loan_repayment.json
2022-08-05 10:35:05 +00:00
mergify[bot]
0e46b33ee3
fix(ecommerce): remove query to non-existing field (backport #31771 ) ( #31774 )
...
fix(ecommerce): remove query to non-existing field (#31771 )
(cherry picked from commit 17b9bfd249 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 17:08:46 +05:30
mergify[bot]
df716fbd0c
ci: fix automated release regex (backport #31770 ) ( #31772 )
...
ci: fix automated release regex (#31770 )
[skip ci]
(cherry picked from commit 2defb89962 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-03 16:37:39 +05:30
mergify[bot]
0dbfb1589e
fix: specify allowed doctype in queries ( #31765 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-08-03 12:03:53 +05:30
mergify[bot]
473a43b6b1
fix: getting error to show sales invoice group or print rep… (backport #31756 ) ( #31768 )
...
fix: getting error to show sales invoice group or print rep… (#31756 )
fix: formatter getting error to show sales invoice group or print report.
1 - When I view the Gross Profit report in Sales Invoice mode, the table is all broken.
Error on browser console:
TypeError: Cannot read properties of undefined (reading 'indent')
2 - When I try to print, no matter the Group (Sales Invoice, Item Code, Item Group...) nothing happens. in browser log console I have the following error:
TypeError: Cannot read properties of undefined (reading 'content')
i fixed both errors and all working perfectly.
(cherry picked from commit ea88451875 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2022-08-03 11:23:10 +05:30
rohitwaghchaure
1a3b3b96c2
Merge pull request #31751 from frappe/mergify/bp/version-13-hotfix/pr-31750
...
fix: minor URL link (backport #31750 )
2022-08-01 14:34:12 +05:30
Rohit Waghchaure
e9e53a74c9
fix: minor changed link
...
(cherry picked from commit 0e7c4314b4 )
2022-08-01 09:02:07 +00:00
Rucha Mahabal
26aef4fb1c
fix: statistical component showing up in salary slip ( #31746 )
...
* fix: statistical component showing up in salary slip
* fix(test): payment days effect on timesheet salary slio
2022-08-01 12:54:25 +05:30
mergify[bot]
b145fe3b3e
fix(pos): validate product bundles while submitting pos invoice (backport #31615 ) ( #31657 )
2022-07-31 19:12:14 +05:30
Marica
d83c869d73
Merge pull request #31717 from frappe/mergify/bp/version-13-hotfix/pr-31601
...
perf: reduce db calls for warehouse wise stock value chart (backport #31601 )
2022-07-31 18:26:27 +05:30
Maharshi Patel
08c69c7a76
fix: (india) HSN wise report
...
Problem:
The previous approach for calculating tax_rate was incorrect.
```
['tax_rate'] * ['number of unique rows']
```
Joining `tabSales Taxes and Charges` was adding unnecessary rows & complexity.
Solution:
Instead of trying to get tax_rate from the main query itself, I used the get_tax_accounts's data to calculate the correct tax_rate.
Todo:
Union Territory
2022-07-29 14:22:31 +05:30
Frappe PR Bot
84e6cead56
chore(release): Bumped to Version 13.36.2
...
## [13.36.2](https://github.com/frappe/erpnext/compare/v13.36.1...v13.36.2 ) (2022-07-28)
### Bug Fixes
* (india) (e-invoice) margin & internal company transfer ([b97d30a ](b97d30aad0 ))
* (india) add overseas in HSN wise report ([1d69ce1 ](1d69ce1932 ))
* Allow allocating advance amount against Expense Claim taxes ([42f3592 ](42f3592e95 ))
* assign duplicate_items_msg outside conditional ([#31639 ](https://github.com/frappe/erpnext/issues/31639 )) ([8e23c6a ](8e23c6ad69 ))
* correct Brazilian portuguese translations (backport [#31498 ](https://github.com/frappe/erpnext/issues/31498 )) ([#31660 ](https://github.com/frappe/erpnext/issues/31660 )) ([794fd08 ](794fd0819f ))
* discount and test added ([a843e78 ](a843e784e6 ))
* display customer name on picking list ([dbf245c ](dbf245c687 ))
* do not update component amount for timesheet components ([#31696 ](https://github.com/frappe/erpnext/issues/31696 )) ([bc7cfe6 ](bc7cfe6919 ))
* enable tax withholding checkbox in PI with supplier_tds ([bc74942 ](bc7494278d ))
* ensure defaults removed in bad frappe patch get set again (backport [#31659 ](https://github.com/frappe/erpnext/issues/31659 )) ([#31661 ](https://github.com/frappe/erpnext/issues/31661 )) ([763787b ](763787b0a5 ))
* hero image not loading in portal homepage ([#31699 ](https://github.com/frappe/erpnext/issues/31699 )) ([8a6432e ](8a6432ec3f ))
* **india:** e-way bill json for unregistered gst category ([01d6df4 ](01d6df45d0 ))
* make customer_name field read only. ([2381b81 ](2381b81aac ))
* manually generated salary slips overwritten by structure amount ([#31711 ](https://github.com/frappe/erpnext/issues/31711 )) ([32c1bb6 ](32c1bb61de ))
* Map `Item` image to `Website Item` website_image only if published via UI (v13) ([9b1544a ](9b1544aa14 ))
* payment entry to student ([#31708 ](https://github.com/frappe/erpnext/issues/31708 )) ([4f02375 ](4f023757de ))
* Reload loan Table in Salary Slip when change Employee ([#31525 ](https://github.com/frappe/erpnext/issues/31525 )) ([a95c011 ](a95c011a93 ))
* rounding errors while closing pos (backport [#31654 ](https://github.com/frappe/erpnext/issues/31654 )) ([#31658 ](https://github.com/frappe/erpnext/issues/31658 )) ([529a47b ](529a47bc88 ))
* Route condition set with proper filter ([#31556 ](https://github.com/frappe/erpnext/issues/31556 )) ([5cdc267 ](5cdc267aee ))
* The Fee details are not fetched in Program Enrollment ([#31153 ](https://github.com/frappe/erpnext/issues/31153 )) ([0602848 ](0602848caa ))
* update fr translations ([#31687 ](https://github.com/frappe/erpnext/issues/31687 )) ([89348c1 ](89348c1bb4 ))
* update fr translations (backport [#31526 ](https://github.com/frappe/erpnext/issues/31526 )) ([#31666 ](https://github.com/frappe/erpnext/issues/31666 )) ([95e1021 ](95e1021caf ))
* update SO's percentage billed on credit note ([2f2d3de ](2f2d3de306 ))
* use current pos profile on sales return ([c442b4a ](c442b4aef1 ))
2022-07-28 12:13:57 +00:00
Deepesh Garg
590e48fa1d
Merge pull request #31725 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-07-28 17:42:15 +05:30
Deepesh Garg
25da4d28ff
Merge pull request #31727 from frappe/mergify/bp/version-13-hotfix/pr-31656
...
fix: use current pos profile on sales return (backport #31656 )
2022-07-28 16:32:36 +05:30
Deepesh Garg
f57d2fadbc
Merge pull request #31728 from frappe/mergify/bp/version-13-hotfix/pr-31676
...
fix: enable tax withholding checkbox in PI with supplier_tds (backport #31676 )
2022-07-28 16:32:17 +05:30
Deepesh Garg
9e7edd677a
Merge pull request #31726 from frappe/mergify/bp/version-13-hotfix/pr-31576
...
fix: credite note for returned delivery note updates SO's billed percentage (backport #31576 )
2022-07-28 16:32:05 +05:30
ruthra kumar
bc7494278d
fix: enable tax withholding checkbox in PI with supplier_tds
...
(cherry picked from commit b461724416 )
2022-07-28 10:42:58 +00:00
ruthra kumar
c442b4aef1
fix: use current pos profile on sales return
...
(cherry picked from commit 5b85af5f1a )
2022-07-28 10:36:23 +00:00
ruthra kumar
ef9b25cf08
test: SO percentage billed when cr_note made against delivery return
...
(cherry picked from commit 243f66fcd3 )
2022-07-28 10:21:19 +00:00
ruthra kumar
2f2d3de306
fix: update SO's percentage billed on credit note
...
Credit Note created from Sales Return will update precentage billed in
Sales Order accordingly
(cherry picked from commit 04c1019242 )
2022-07-28 10:21:18 +00:00
Rucha Mahabal
13639682ce
Merge pull request #31724 from ruchamahabal/expense-claim-adv
2022-07-28 14:51:15 +05:30
Rucha Mahabal
c01adae8a5
test: advance amount allocation against expense claim with taxes
2022-07-28 14:27:09 +05:30
Deepesh Garg
8ae691d9dc
Merge branch 'version-13' into version-13-hotfix
2022-07-28 13:59:25 +05:30
Alaa Alsalehi
a95c011a93
fix: Reload loan Table in Salary Slip when change Employee ( #31525 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: bahaaabed <bahaa.9999.sh@gmail.com >
Co-authored-by: newhr1 <104132586+newhr1@users.noreply.github.com >
2022-07-28 13:22:07 +05:30
Rucha Mahabal
42f3592e95
fix: Allow allocating advance amount against Expense Claim taxes
2022-07-28 13:21:29 +05:30
Syed Mujeer Hashmi
0602848caa
fix: The Fee details are not fetched in Program Enrollment ( #31153 )
2022-07-28 12:30:39 +05:30
Rucha Mahabal
9985d28571
chore: Add HR & Payroll deprecation warning ( #31720 )
2022-07-28 11:43:49 +05:30
Marica
31824c2280
Merge pull request #31716 from frappe/mergify/bp/version-13-hotfix/pr-31687
...
fix: update fr translations (backport #31687 )
2022-07-27 18:01:30 +05:30
Devin Slauenwhite
18d93f8398
fix: sum stock_value and group by warehouse
...
(cherry picked from commit 1e20358c28 )
2022-07-27 12:18:39 +00:00
Devin Slauenwhite
c9443123f9
chore: remove unused import
...
(cherry picked from commit bc3023318e )
2022-07-27 12:18:38 +00:00
Devin Slauenwhite
0fdec8fac8
pref: reduce count of db calls from n to 2
...
(cherry picked from commit 73ade04dcf )
2022-07-27 12:18:38 +00:00
marination
6fbb06a878
chore: Merge Conflict
2022-07-27 17:30:46 +05:30
HENRY Florian
89348c1bb4
fix: update fr translations ( #31687 )
...
* fix: update fr translations
* fix: update fr translation
* fix: update fr translation
* chore: Replace apostrophe encoding by symbol
Co-authored-by: marination <maricadsouza221197@gmail.com >
(cherry picked from commit cc1f837685 )
# Conflicts:
# erpnext/translations/fr.csv
2022-07-27 11:52:03 +00:00
Marica
598dbc93ac
Merge pull request #31669 from frappe/mergify/bp/version-13-hotfix/pr-31579
...
fix: display customer name on picking list (backport #31579 )
2022-07-27 16:45:07 +05:30
Marica
51a4ef3069
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31579
2022-07-27 16:23:22 +05:30
Marica
49fb177f86
chore: Merge Conflicts
2022-07-27 16:22:17 +05:30
Marica
b0aae8a297
Merge pull request #31713 from frappe/mergify/bp/version-13-hotfix/pr-31469
...
chore: Make `image` field obsolete in Website Item (redundant) (backport #31469 )
2022-07-27 16:12:32 +05:30
Marica
e310347ca4
chore: Merge Conflicts
2022-07-27 15:51:01 +05:30
marination
9b1544aa14
fix: Map Item image to Website Item website_image only if published via UI (v13)
...
- For v12 Items, `website_image` should be mapped from `Item` to `Website Item`
(cherry picked from commit af38baeb3b )
# Conflicts:
# erpnext/e_commerce/doctype/website_item/website_item.py
2022-07-27 10:14:20 +00:00
marination
a8da5f4566
chore: Remove image use in website item list
...
(cherry picked from commit 7a6ee8cf2d )
2022-07-27 10:14:18 +00:00
marination
0e469f6d95
chore: Remove image from ProductQuery fields
...
(cherry picked from commit eec07833f4 )
2022-07-27 10:14:18 +00:00
marination
b393c230bd
chore: Make image field obsolete in Website Item (redundant)
...
- Delete Image field and set `website_image` as form's image field for uploads
- Remove instances of `image` field access via Website Item
- Item -> Web Item via Desk: Map Item's `image` to Web Item's `website_image`
- Item -> Web Item via patch: `website_image` will be mapped with thumbnail
- Remove magic that auto-sets `website_image` from `image` in Website Item
(cherry picked from commit 9541354ec7 )
# Conflicts:
# erpnext/e_commerce/doctype/website_item/website_item.py
2022-07-27 10:14:16 +00:00
Rucha Mahabal
32c1bb61de
fix: manually generated salary slips overwritten by structure amount ( #31711 )
2022-07-27 12:44:26 +05:30
MohsinAli
4f023757de
fix: payment entry to student ( #31708 )
...
Payment entry to student via Payment References(From Journal Entry)
2022-07-27 11:50:15 +05:30
Deepesh Garg
d2d25e17bb
Merge pull request #31698 from maharshivpatel/fix-einvoice-margin-internal-transfer
...
fix: (india) (e-invoice) margin & internal company transfer
2022-07-26 21:59:44 +05:30
Maharshi Patel
a843e784e6
fix: discount and test added
...
only report net rate if discount is less than 0 and added test.
2022-07-26 17:40:59 +05:30
Rucha Mahabal
8a6432ec3f
fix: hero image not loading in portal homepage ( #31699 )
2022-07-26 13:43:36 +05:30
Maharshi Patel
b97d30aad0
fix: (india) (e-invoice) margin & internal company transfer
...
When the item price is more than the price list rate ( margin added ) discount value becomes negative. The previous attempt to solve this was to convert discount to absolute value. However, that gives incorrect unit price and discount value. To solve this, I have made changes to report net rates in cases where the margin is added or is an internal company transfer.
2022-07-26 12:57:47 +05:30
Rucha Mahabal
bc7cfe6919
fix: do not update component amount for timesheet components ( #31696 )
...
* fix: do not update component amount for timesheet components
* fix: warn the user about overwriting timesheet component amount
2022-07-26 12:35:50 +05:30
Deepesh Garg
85802b0f97
Merge pull request #31602 from rtdany10/patch-19
...
fix(india): e-way bill json for unregistered gst category
2022-07-22 13:11:19 +05:30
Deepesh Garg
dc67d39ce6
Merge pull request #31665 from maharshivpatel/fix-add-overseas-hsn-report
...
fix: (india) add entries from overseas invoices in HSN wise report
2022-07-22 13:06:30 +05:30
mergify[bot]
529a47bc88
fix: rounding errors while closing pos (backport #31654 ) ( #31658 )
2022-07-22 11:17:59 +05:30
Devin Slauenwhite
2381b81aac
fix: make customer_name field read only.
...
(cherry picked from commit 7083b3148b )
# Conflicts:
# erpnext/stock/doctype/pick_list/pick_list.json
2022-07-21 13:08:41 +00:00
Devin Slauenwhite
dbf245c687
fix: display customer name on picking list
...
(cherry picked from commit 0a633a212d )
# Conflicts:
# erpnext/stock/doctype/pick_list/pick_list.json
2022-07-21 13:08:40 +00:00
Nihantra C. Patel
5cdc267aee
fix: Route condition set with proper filter ( #31556 )
...
* fix: Redirect to report with proper filter
* Update member.js
* fix: Route condition set with proper filter
* fix: Route condition set with proper filter
* fix: Route condition set with proper filter
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-07-21 18:29:06 +05:30
mergify[bot]
95e1021caf
fix: update fr translations (backport #31526 ) ( #31666 )
...
fix: update fr translations (#31526 )
* fix: update fr translations
* fix: update fr translations
* fix: update fr translations
* fix: update fr translations
* chore: Update french translation
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 3ba0d6cc5c )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2022-07-21 18:11:32 +05:30
mergify[bot]
7d50f8798a
Update de.csv (backport #31596 ) ( #31667 )
...
Update de.csv (#31596 )
IN,IM to IN,EIN
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 8629d01dd5 )
Co-authored-by: billy995 <48571007+billy995@users.noreply.github.com >
2022-07-21 18:10:46 +05:30
Marica
dd751c6e92
Merge pull request #31664 from frappe/mergify/bp/version-13-hotfix/pr-31544
...
FIX: quality inspection quick creation from purchase receipt: pre-fill sample size if available (backport #31544 )
2022-07-21 14:13:48 +05:30
Frappe PR Bot
69087b8790
chore(release): Bumped to Version 13.36.1
...
## [13.36.1](https://github.com/frappe/erpnext/compare/v13.36.0...v13.36.1 ) (2022-07-21)
### Bug Fixes
* ensure defaults removed in bad frappe patch get set again (backport [#31659 ](https://github.com/frappe/erpnext/issues/31659 )) ([2ae3bd9 ](2ae3bd9fed ))
2022-07-21 08:26:20 +00:00
mergify[bot]
763787b0a5
fix: ensure defaults removed in bad frappe patch get set again (backport #31659 ) ( #31661 )
...
fix: ensure defaults removed in bad frappe patch get set again (#31659 )
(cherry picked from commit bf2833b8ee )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-07-21 13:54:55 +05:30
mergify[bot]
2ae3bd9fed
fix: ensure defaults removed in bad frappe patch get set again (backport #31659 )
...
fix: ensure defaults removed in bad frappe patch get set again (#31659 )
(cherry picked from commit bf2833b8ee )
(cherry picked from commit 9071018e4e )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-07-21 13:54:40 +05:30
Marc de Lima Lucio
1998223ee3
FIX: quality inspection quick creation from purchase receipt: pre-fill sample size if available ( #31544 )
...
FIX: quality inspection quick creation from transaction documents: pre-fill sample size if available
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit 048c037842 )
2022-07-21 08:17:48 +00:00
mergify[bot]
794fd0819f
fix: correct Brazilian portuguese translations (backport #31498 ) ( #31660 )
...
fix: correct Brazilian portuguese translations (#31498 )
* fix brazilian portuguese translations
* minor adjustments
* fix minor adjustments
* fix: remove legacy pt_br.csv
* chore: Fix translation quotation marks
Co-authored-by: Marica <maricadsouza221197@gmail.com >
(cherry picked from commit d30f8387d9 )
Co-authored-by: Marco Fonseca <62901164+treasuryesc@users.noreply.github.com >
2022-07-21 13:47:18 +05:30
Maharshi Patel
1d69ce1932
fix: (india) add overseas in HSN wise report
...
SQL query had WHERE `tabSales Taxes and Charges`.parent = `tabSales Invoice`.name. However, In overseas, there is no `tabSales Taxes and Charges` so I changed the query to use a combination of INNER JOIN and LEFT JOIN to fetch all entries.
2022-07-21 13:27:30 +05:30
Maharshi Patel
8e23c6ad69
fix: assign duplicate_items_msg outside conditional ( #31639 )
...
duplicate_items_msg was defined inside if the statement of stock_item so when duplicate was found in non_stock_item it raised referenced before assignment
2022-07-20 21:25:36 +05:30
Frappe PR Bot
32ba8c7d6d
chore(release): Bumped to Version 13.36.0
...
# [13.36.0](https://github.com/frappe/erpnext/compare/v13.35.3...v13.36.0 ) (2022-07-20)
### Bug Fixes
* (india) (e-invoice) allow generation for UIN Holders ([82539fc ](82539fc18a ))
* (india) (e-invoice) CN / DN with 0 qty ([84f260e ](84f260e1d8 ))
* (india) (e-invoice) discount calculation ([1f4d434 ](1f4d434675 ))
* (india) (e-invoice) discount in CN/DN ([6e6b55e ](6e6b55ece0 ))
* (india) (e-invoice) qty should not be changed to 1 ([b0efb98 ](b0efb98237 ))
* (india)(einvoice) discount for CN DN ([844758a ](844758a27c ))
* added Section translation in German for Salary Slip (backport [#31608 ](https://github.com/frappe/erpnext/issues/31608 )) ([#31616 ](https://github.com/frappe/erpnext/issues/31616 )) ([12d3d6a ](12d3d6ab49 ))
* Allow multi currency invoice against single party account ([9ac9c46 ](9ac9c46dab ))
* **India:** Inward supplies from Composition Supplier in 3B report ([b147ce4 ](b147ce4206 ))
* LCV updates wrong future qty/Bin qty ([f0ecdbe ](f0ecdbef5a ))
* linter ([9a3c846 ](9a3c84663f ))
* move auto attendance job to long queue ([8eb9aaa ](8eb9aaafe9 ))
* on cancel for loan refund ([8237d94 ](8237d94b11 ))
* Opening Invoice Creation Tool msgprint ([cb80bcd ](cb80bcd0ee ))
* Patch to make accounting dimension in orders ([55399f2 ](55399f2e58 ))
* Remove unnecessary list comprehensions ([711501b ](711501be5e ))
* Removed 'Allow Monthly Depreciation' checkbox and fixed wdv depreciation rate ([616e3c6 ](616e3c66b9 ))
* Renamed status field to gle_processing_status ([1180135 ](1180135067 ))
* Set Amount in Supplied Item table ([72e8c02 ](72e8c02ae0 ))
* set default_bom for item ([def622c ](def622c13e ))
* set status on submit/cancel ([04b077a ](04b077a89f ))
* slow stock reposting ([a5dae92 ](a5dae9264d ))
* Supplier details in TDS monthly report ([#31599 ](https://github.com/frappe/erpnext/issues/31599 )) ([431d79f ](431d79f516 ))
* Tax amount not considered in Expense Claim Journal Entry ([90c751f ](90c751f648 ))
* test ([9631ffd ](9631ffd215 ))
### Features
* add adjustment amount to loan ([d5ce780](d5ce780e87 ))
### Performance Improvements
* index shift type and employee in checkins and assignment to avoid full table scans ([6938025 ](6938025952 ))
* Optimization of gl entry processing logic in period closing voucher ([903e42f ](903e42fbdd ))
* Replace `db.get_all` with `db.exists` in `is_holiday` ([85c554e ](85c554eab5 ))
* Replace `get_doc` with `db.get_value` in `get_shift_details` ([abb7ac5 ](abb7ac5a0b ))
* Use `get_cached_value` and `get_cached_doc` ([8c9035d ](8c9035d914 ))
2022-07-20 15:21:11 +00:00
Deepesh Garg
4d67695294
Merge pull request #31647 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-07-20 20:49:09 +05:30
Deepesh Garg
50fbfd9839
Merge pull request #31649 from frappe/mergify/bp/version-13-hotfix/pr-31648
...
fix: Patch to make accounting dimension in orders (backport #31648 )
2022-07-20 20:01:27 +05:30
Deepesh Garg
e36c74ac44
chore: resolve conflicts
2022-07-20 19:39:18 +05:30
Deepesh Garg
45e25b2d56
chore: do not re run patch
...
(cherry picked from commit cad2035e07 )
# Conflicts:
# erpnext/patches.txt
2022-07-20 13:32:41 +00:00
Deepesh Garg
55399f2e58
fix: Patch to make accounting dimension in orders
...
(cherry picked from commit d46e406db7 )
# Conflicts:
# erpnext/patches.txt
2022-07-20 13:32:41 +00:00
Deepesh Garg
a5cd81c73c
Merge branch 'version-13' into version-13-hotfix
2022-07-20 17:52:28 +05:30
Nabin Hait
52c8e0a6ea
Merge pull request #31644 from nabinhait/asset-monthly-depreciation-v13-hotfix
...
fix: Removed 'Allow Monthly Depreciation' checkbox
2022-07-20 17:33:15 +05:30
Nabin Hait
616e3c66b9
fix: Removed 'Allow Monthly Depreciation' checkbox and fixed wdv depreciation rate
2022-07-20 17:32:28 +05:30
Nabin Hait
a6e97ea9ab
Merge pull request #31626 from nabinhait/pcv-perf-enhancements
...
perf: Optimization of gl entry processing logic in period closing voucher
2022-07-20 15:39:39 +05:30
Deepesh Garg
2c5e117f01
Merge pull request #31629 from maharshivpatel/fix-einvoice-discounts
...
fix: (india) (e-invoice) convert discount to absolute value
2022-07-20 13:18:14 +05:30
Marica
a65dd58444
Merge pull request #31416 from frappe/mergify/bp/version-13-hotfix/pr-31412
...
fix: set default_bom for item (backport #31412 )
2022-07-20 11:31:55 +05:30
Nabin Hait
04b077a89f
fix: set status on submit/cancel
2022-07-20 11:10:36 +05:30
Nabin Hait
1180135067
fix: Renamed status field to gle_processing_status
2022-07-20 10:50:44 +05:30
Rucha Mahabal
eae4b06a80
Merge pull request #31630 from ruchamahabal/auto-attendance-perf
2022-07-20 10:25:02 +05:30
Maharshi Patel
b0efb98237
fix: (india) (e-invoice) qty should not be changed to 1
...
Qty of 0 is allowed so can't change item.qty to 1 instead created item_qty and used it.
2022-07-19 22:29:38 +05:30
rohitwaghchaure
e7e1847ec9
Merge pull request #31634 from frappe/mergify/bp/version-13-hotfix/pr-31631
...
fix: slow stock reposting (backport #31631 )
2022-07-19 19:26:35 +05:30
Rohit Waghchaure
a5dae9264d
fix: slow stock reposting
...
(cherry picked from commit 1d80d37ccf )
2022-07-19 13:18:13 +00:00
Marica
284095106c
Merge pull request #31588 from SolufyPrivateLimited/Solufyin-oict
...
fix: Opening Invoice Creation Tool msgprint
2022-07-19 17:47:44 +05:30
Rucha Mahabal
8eb9aaafe9
fix: move auto attendance job to long queue
2022-07-19 16:07:18 +05:30
Rucha Mahabal
6938025952
perf: index shift type and employee in checkins and assignment to avoid full table scans
2022-07-19 16:02:31 +05:30
Maharshi Patel
6e6b55ece0
fix: (india) (e-invoice) discount in CN/DN
...
discount fixes
2022-07-19 15:31:34 +05:30
Rucha Mahabal
8c9035d914
perf: Use get_cached_value and get_cached_doc
2022-07-19 14:47:14 +05:30
Nabin Hait
cfb11f4b84
test: Added test for PCV cancellation
2022-07-19 14:31:02 +05:30
Marica
feffc3af27
Merge pull request #31627 from frappe/mergify/bp/version-13-hotfix/pr-31515
...
fix: LCV updates wrong future qty/Bin qty (backport #31515 )
2022-07-19 14:21:33 +05:30
marination
ca9c6e1651
test: LCV impact on future stock balancees
...
(cherry picked from commit de9ea70ce3 )
2022-07-19 08:10:22 +00:00
marination
f0ecdbef5a
fix: LCV updates wrong future qty/Bin qty
...
- As -ve LCV SLE case is returned from `repost_current_voucher`, future qty is not updated
- This just doubly shifts all future qty which is then fixed by a repost
- Until the repost balance values are wrong
- Bin continues to show wrong projected qty even after repost, this is fixed by next SLE that recalculates Bin
(cherry picked from commit 7a5fd71a6c )
2022-07-19 08:10:21 +00:00
Marica
31930a16fa
Merge pull request #31624 from marination/sub-contract-amount
...
fix: Set `amount` in Raw Supplied Items table
2022-07-19 12:55:20 +05:30
Deepesh Garg
4f55fef782
Merge pull request #31623 from frappe/mergify/bp/version-13-hotfix/pr-31599
...
fix: Supplier details in TDS monthly report (backport #31599 )
2022-07-19 12:20:29 +05:30
marination
72e8c02ae0
fix: Set Amount in Supplied Item table
2022-07-19 11:47:25 +05:30
Deepesh Garg
f02596242c
Merge pull request #31609 from deepeshgarg007/gstr_3b_gst_category
...
fix(India): Inward supplies from Composition Supplier in GST 3B report
2022-07-19 10:23:44 +05:30
Deepesh Garg
431d79f516
fix: Supplier details in TDS monthly report ( #31599 )
...
(cherry picked from commit a6ff4db2ec )
2022-07-19 04:45:28 +00:00
Rucha Mahabal
711501be5e
fix: Remove unnecessary list comprehensions
2022-07-18 21:32:04 +05:30
Rucha Mahabal
abb7ac5a0b
perf: Replace get_doc with db.get_value in get_shift_details
2022-07-18 21:13:02 +05:30
Rucha Mahabal
85c554eab5
perf: Replace db.get_all with db.exists in is_holiday
...
- widely used function call, fetching all rows for holidays
2022-07-18 21:08:15 +05:30
Nabin Hait
903e42fbdd
perf: Optimization of gl entry processing logic in period closing voucher
2022-07-18 17:59:42 +05:30
mergify[bot]
12d3d6ab49
fix: added Section translation in German for Salary Slip (backport #31608 ) ( #31616 )
...
Co-authored-by: Wolfram Schmidt <wolfram.schmidt@phamos.eu >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-07-18 13:41:42 +05:30
Rucha Mahabal
26497f9c0e
Merge pull request #31614 from ruchamahabal/fix-claim-payment
...
fix: Tax amount not considered in Expense Claim Journal Entry
2022-07-18 13:24:12 +05:30
Rucha Mahabal
6a7549d4b2
test: Journal Entry against Expense Claim
2022-07-18 12:57:50 +05:30
Rucha Mahabal
90c751f648
fix: Tax amount not considered in Expense Claim Journal Entry
...
- add a helper function `get_outstanding_amount_for_claim` for uniformity in usages
2022-07-18 12:39:09 +05:30
Frappe PR Bot
1090862296
chore(release): Bumped to Version 13.35.3
...
## [13.35.3](https://github.com/frappe/erpnext/compare/v13.35.2...v13.35.3 ) (2022-07-18)
### Bug Fixes
* (india) (e-invoice) CN / DN with 0 qty and discount issues ([425abcd ](425abcdea7 ))
2022-07-18 05:21:17 +00:00
mergify[bot]
425abcdea7
fix: (india) (e-invoice) CN / DN with 0 qty and discount issues
...
* fix: (india) (e-invoice) CN / DN with 0 qty
2022-07-18 10:49:41 +05:30
Deepesh Garg
144057f7e3
Merge pull request #31583 from maharshivpatel/fix-e_invoice-cn-dn-qty-0-error
...
fix: (india) (e-invoice) CN / DN with 0 qty and discount issues
2022-07-18 09:09:19 +05:30
Maharshi Patel
9631ffd215
fix: test
...
change setting to run test with correct use case.
2022-07-17 15:40:55 +05:30
Maharshi Patel
9a3c84663f
fix: linter
2022-07-17 15:22:37 +05:30
Maharshi Patel
2066e5a53a
discount settings for e-invoice added and test cases
2022-07-17 15:08:40 +05:30
Deepesh Garg
b147ce4206
fix(India): Inward supplies from Composition Supplier in 3B report
2022-07-17 00:43:25 +05:30
Deepesh Garg
0d6beed546
test: Update test case
2022-07-16 14:06:01 +05:30
Maharshi Patel
844758a27c
fix: (india)(einvoice) discount for CN DN
2022-07-15 16:54:10 +05:30
Maharshi Patel
1f4d434675
fix: (india) (e-invoice) discount calculation
...
I have added fixes for discount in e-inovice.
2022-07-15 16:03:42 +05:30
Dany Robert
01d6df45d0
fix(india): e-way bill json for unregistered gst category
2022-07-15 11:17:41 +05:30
Deepesh Garg
8c7b836de8
Merge pull request #31595 from maharshivpatel/fix-uin-e_invoice
...
fix: (india) (e-invoice) allow generation for UIN Holders
2022-07-14 21:25:45 +05:30
Deepesh Garg
9fd1fad259
Merge pull request #31572 from frappe/mergify/bp/version-13-hotfix/pr-31566
...
fix: Allow multi currency invoice against single party account (backport #31566 )
2022-07-14 21:25:17 +05:30
Deepesh Garg
dfa0638baf
Merge pull request #31577 from frappe/mergify/bp/version-13-hotfix/pr-31543
...
feat: Loan balance adjustment doctypes (backport #31543 )
2022-07-14 21:24:49 +05:30
Deepesh Garg
0a5bc86d1b
chore: resolve conflicts
2022-07-14 17:20:32 +05:30
Deepesh Garg
bdd15895ff
chore: resolve conflicts
2022-07-14 17:06:01 +05:30
Maharshi Patel
82539fc18a
fix: (india) (e-invoice) allow generation for UIN Holders
...
e-invoice is required for UIN Holders and they should be treated as Registered Regular. there was incorrect if hasattr check that prevented UIN number validation.
2022-07-14 15:12:51 +05:30
Solufyin
cb80bcd0ee
fix: Opening Invoice Creation Tool msgprint
2022-07-13 11:55:47 +05:30
Maharshi Patel
84f260e1d8
fix: (india) (e-invoice) CN / DN with 0 qty
...
Qty 0 is allowed when creating Credit or Debit Note this caused ZeroDivisionError during unit_rate calculation.
fixed the issue by adding required conditionals.
2022-07-13 01:39:36 +05:30
Sagar Sharma
023c5db3bc
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31412
2022-07-12 23:33:48 +05:30
Deepesh Garg
0b3958d692
chore: Linting Issues
...
(cherry picked from commit 0bac030ca7 )
2022-07-12 12:56:46 +00:00
Deepesh Garg
c2a7dc7754
chore: Linting Issues
...
(cherry picked from commit d933ff5cf6 )
2022-07-12 12:56:46 +00:00
Abhinav Raut
8237d94b11
fix: on cancel for loan refund
...
(cherry picked from commit 13b7ed1e2c )
2022-07-12 12:56:45 +00:00
Labeeb Mattra
0713a240a7
Consider refund_amount in pending principal amount
...
(cherry picked from commit 35f2717ad2 )
2022-07-12 12:56:45 +00:00
Labeeb Mattra
61b2a1c3cb
fix excess amount calculation in loan refund
...
(cherry picked from commit 9df1413adb )
2022-07-12 12:56:44 +00:00
Labeeb Mattra
94be7a95f7
Update adjustment_type field options
...
(cherry picked from commit 245b0c7818 )
2022-07-12 12:56:44 +00:00
Labeeb Mattra
7ba0326bdd
fix adjustment amount field name
...
(cherry picked from commit 6cc09ef3a2 )
2022-07-12 12:56:43 +00:00
Labeeb Mattra
86af1ef6ed
fix indent and imports
...
(cherry picked from commit 0ed6382ab6 )
2022-07-12 12:56:43 +00:00
Labeeb Mattra
b995338d0c
fix lint
...
(cherry picked from commit 8434ec09c3 )
2022-07-12 12:56:43 +00:00
Labeeb Mattra
0856e14c13
Use adjustment amounts in pending principal amnt
...
(cherry picked from commit 1b5b2138ee )
2022-07-12 12:56:42 +00:00
Labeeb Mattra
ff5ee2bbac
Add ref no to balance adjustment remarks
...
(cherry picked from commit a1a51ce1a6 )
2022-07-12 12:56:42 +00:00
Labeeb Mattra
a36e8a83d8
Add reference number to repayment remarks
...
(cherry picked from commit 74dbf8c5d9 )
# Conflicts:
# erpnext/loan_management/doctype/loan_repayment/loan_repayment.py
2022-07-12 12:56:41 +00:00
Labeeb Mattra
d81e7e2421
Add NPA checkbox in Loan
...
(cherry picked from commit 27a8e16b28 )
2022-07-12 12:56:41 +00:00
Labeeb Mattra
8181d61293
Update list view for Accrual and Shortfall
...
(cherry picked from commit 7d6e4898c4 )
2022-07-12 12:56:40 +00:00
Labeeb Mattra
548aac5b11
Remove loan account field from doctype
...
(cherry picked from commit 6febcd529b )
2022-07-12 12:56:40 +00:00
Labeeb Mattra
de69fee6aa
Use new adjustment amount fields
...
(cherry picked from commit 7d468a8778 )
2022-07-12 12:56:39 +00:00
Labeeb Mattra
c3e6d7ba29
Seperate credit and debit adjust amount fields in Loan
...
(cherry picked from commit d6f632a770 )
2022-07-12 12:56:38 +00:00
Abhinav Raut
d5ce780e87
feat: add adjustment amount to loan
...
- fix: bugs in loan balance adjustment
(cherry picked from commit 5c0a25012c )
2022-07-12 12:56:38 +00:00
Labeeb Mattra
a2125e694d
Add Loan Balance Adjustment doctype
...
(cherry picked from commit 2e8f056514 )
2022-07-12 12:56:37 +00:00
Labeeb Mattra
0d94653c5b
Add Loan Refund doctype
...
(cherry picked from commit e1682965c5 )
2022-07-12 12:56:36 +00:00
Labeeb Mattra
d9723a12c4
Add refund amount to loan
...
(cherry picked from commit 88cd780ca1 )
2022-07-12 12:56:36 +00:00
Labeeb Mattra
d24cb01a9d
Add more loan interest accrual types
...
(cherry picked from commit a81da2ea85 )
2022-07-12 12:56:35 +00:00
Labeeb Mattra
ab214bcdfc
update loan interest accrual types
...
(cherry picked from commit 900c878e03 )
2022-07-12 12:56:35 +00:00
Frappe PR Bot
751fbd6794
chore(release): Bumped to Version 13.35.2
...
## [13.35.2](https://github.com/frappe/erpnext/compare/v13.35.1...v13.35.2 ) (2022-07-12)
### Bug Fixes
* components in the same table don't get updated value of prev payment-days based component ([01beb6f ](01beb6f391 ))
* conflicts ([2045df1 ](2045df19f9 ))
* Incorrect provisional expense booking while reposting ([d182137 ](d182137ed1 ))
* timeout error while reposting ([07b80c2 ](07b80c295d ))
* Use Contact Name instead of Supplier in RFQ Email ([b0e17de ](b0e17dea2a ))
* Use fallback conversion factor while setting incoming rate for petty purchase ([2a432c2 ](2a432c22d4 ))
* Validate payment-days-based dependent component ([a28c7cf ](a28c7cf094 ))
2022-07-12 09:29:26 +00:00
Deepesh Garg
36566c1d14
Merge pull request #31574 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-07-12 14:57:39 +05:30
Rucha Mahabal
28e4e4320e
Merge pull request #31521 from ruchamahabal/fix-salary-calc-pd
...
fix: components in the same table don't get updated value of prev payment-days based component
2022-07-12 12:06:21 +05:30
Rucha Mahabal
1133062bfc
Merge branch 'version-13-hotfix' into fix-salary-calc-pd
2022-07-12 11:42:07 +05:30
Rucha Mahabal
a28c7cf094
fix: Validate payment-days-based dependent component
2022-07-12 11:39:00 +05:30
Deepesh Garg
1c686c732e
chore: fix query
...
(cherry picked from commit e04e67c6bf )
2022-07-11 15:44:49 +00:00
Deepesh Garg
66c5290dee
chore: Ignore validation
...
(cherry picked from commit 3cf609fab1 )
2022-07-11 15:44:49 +00:00
Deepesh Garg
9ac9c46dab
fix: Allow multi currency invoice against single party account
...
(cherry picked from commit c83fbd5c50 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2022-07-11 15:44:48 +00:00
Sagar Sharma
faa489bc73
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31412
2022-07-11 17:11:21 +05:30
Sagar Sharma
b17850ac3e
chore: conflicts
2022-07-11 17:09:30 +05:30
Marica
7d36bdf292
Merge pull request #31565 from frappe/mergify/bp/version-13-hotfix/pr-31550
...
fix: Use Contact Name instead of Supplier in RFQ Email (backport #31550 )
2022-07-11 12:35:18 +05:30
marination
b331c462ef
chore: Instantiate variable unconditionally
...
(cherry picked from commit 300e812a1f )
2022-07-11 05:52:08 +00:00
marination
b0e17dea2a
fix: Use Contact Name instead of Supplier in RFQ Email
...
(cherry picked from commit 88ac519b24 )
2022-07-11 05:52:07 +00:00
Frappe PR Bot
be3b010b44
chore(release): Bumped to Version 13.35.1
...
## [13.35.1](https://github.com/frappe/erpnext/compare/v13.35.0...v13.35.1 ) (2022-07-08)
### Bug Fixes
* Use fallback conversion factor while setting incoming rate for petty purchase ([bac8546 ](bac854628f ))
2022-07-08 10:20:30 +00:00
Deepesh Garg
45799f51b3
Merge pull request #31558 from frappe/mergify/bp/version-13/pr-31529
...
fix: Use fallback conversion factor while setting incoming rate for petty purchase (backport #31529 )
2022-07-08 15:48:47 +05:30
marination
bac854628f
fix: Use fallback conversion factor while setting incoming rate for petty purchase
...
- PIs for petty items (that do not need an Item record) are allowed using Item Name field
- If a different UOM is used in this case, conversion factor stays 0 and causes an error
- Fallback to 1 in `set_incoming_rate` for buying
- Selling will need a proper item, so this change is not needed there
(cherry picked from commit aa043fe961 )
2022-07-08 09:47:05 +00:00
Deepesh Garg
6d04bafb04
Merge pull request #31518 from frappe/mergify/bp/version-13-hotfix/pr-31516
...
fix: Incorrect provisional expense booking while reposting (backport #31516 )
2022-07-07 11:53:58 +05:30
rohitwaghchaure
c4f39c7b8b
Merge pull request #31538 from frappe/mergify/bp/version-13-hotfix/pr-31519
...
fix: timeout error while reposting (backport #31519 )
2022-07-06 14:33:26 +05:30
rohitwaghchaure
2045df19f9
fix: conflicts
2022-07-06 12:34:10 +05:30
Rohit Waghchaure
07b80c295d
fix: timeout error while reposting
...
(cherry picked from commit 78c8bb251e )
# Conflicts:
# erpnext/stock/doctype/stock_entry/test_stock_entry.py
2022-07-06 07:02:31 +00:00
Marica
a8c3882400
Merge pull request #31534 from frappe/mergify/bp/version-13-hotfix/pr-31529
...
fix: Use fallback conversion factor while setting incoming rate for petty purchase (backport #31529 )
2022-07-06 01:20:51 +05:30
marination
2a432c22d4
fix: Use fallback conversion factor while setting incoming rate for petty purchase
...
- PIs for petty items (that do not need an Item record) are allowed using Item Name field
- If a different UOM is used in this case, conversion factor stays 0 and causes an error
- Fallback to 1 in `set_incoming_rate` for buying
- Selling will need a proper item, so this change is not needed there
(cherry picked from commit aa043fe961 )
2022-07-05 19:09:36 +00:00
Deepesh Garg
776e807ade
Merge pull request #31530 from vorasmit/warn-remove-india
...
chore: deprecation warning for remove-india
2022-07-05 22:46:33 +05:30
Smit Vora
6bda2a0865
chore: deprecation warning for remove-india
2022-07-05 21:20:51 +05:30
Frappe PR Bot
5072e6b1dc
chore(release): Bumped to Version 13.35.0
...
# [13.35.0](https://github.com/frappe/erpnext/compare/v13.34.2...v13.35.0 ) (2022-07-05)
### Bug Fixes
* **India:** Discounts in E-Invoicing ([9ba7290 ](9ba7290dc9 ))
* Internal PI link in Sales Invoice ([8727a6c ](8727a6c5da ))
* Modify opts parameter misspell (backport [#31476 ](https://github.com/frappe/erpnext/issues/31476 )) ([#31477 ](https://github.com/frappe/erpnext/issues/31477 )) ([4d987a9 ](4d987a9510 )), closes [#31474 ](https://github.com/frappe/erpnext/issues/31474 )
* offset some scheduled jobs to avoid locks (backport [#31466 ](https://github.com/frappe/erpnext/issues/31466 )) ([#31489 ](https://github.com/frappe/erpnext/issues/31489 )) ([b1c6d78 ](b1c6d789a9 ))
* **UX:** dont apply price list when changing batch on mapped docs (backport [#31503 ](https://github.com/frappe/erpnext/issues/31503 )) ([#31504 ](https://github.com/frappe/erpnext/issues/31504 )) ([31fd263 ](31fd263825 ))
### Features
* Cash and Non trade discounts in Sales Invoice ([fd2ec25 ](fd2ec25588 ))
2022-07-05 08:55:20 +00:00
Deepesh Garg
a8180796db
Merge pull request #31524 from frappe/version-13-hotfix
...
chore: weekly version-13 release
2022-07-05 14:22:20 +05:30
Rucha Mahabal
01beb6f391
fix: components in the same table don't get updated value of prev payment-days based component
2022-07-04 23:14:26 +05:30
Deepesh Garg
d182137ed1
fix: Incorrect provisional expense booking while reposting
...
(cherry picked from commit 60aad31162 )
2022-07-04 14:58:41 +00:00
mergify[bot]
31fd263825
fix(UX): dont apply price list when changing batch on mapped docs (backport #31503 ) ( #31504 )
...
fix(UX): dont apply price list when changing batch on mapped docs (#31503 )
fix(UX): dont apply price list batch change on mapped docs
(cherry picked from commit 7e40c86c56 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-07-04 17:02:11 +05:30
Ankush Menat
5fc93076f4
chore: ignore late binding warnings
...
Most are false positives
[skip ci]
2022-07-04 13:22:01 +05:30
Deepesh Garg
827794b676
Merge pull request #31510 from frappe/mergify/bp/version-13-hotfix/pr-31405
...
feat: Cash and Non trade discounts in Sales Invoice (backport #31405 )
2022-07-04 11:58:45 +05:30
Deepesh Garg
c72ae178fa
chore: resolve conflicts
2022-07-03 14:05:34 +05:30
Deepesh Garg
4a5d681c77
chore: use get instead of . operator
...
(cherry picked from commit e54ec4b9b6 )
2022-07-03 08:05:23 +00:00
Deepesh Garg
57dc1026c8
test: Add test for einvoice discounts
...
(cherry picked from commit 38352b3e46 )
2022-07-03 08:05:22 +00:00
Deepesh Garg
9ba7290dc9
fix(India): Discounts in E-Invoicing
...
(cherry picked from commit f337213f33 )
2022-07-03 08:05:21 +00:00
Deepesh Garg
fd2ec25588
feat: Cash and Non trade discounts in Sales Invoice
...
(cherry picked from commit 169ff5a0dd )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.js
2022-07-03 08:05:19 +00:00
Deepesh Garg
eb85ef974a
Merge pull request #31508 from frappe/mergify/bp/version-13-hotfix/pr-31493
...
fix: Internal PI link in Sales Invoice (backport #31493 )
2022-07-03 10:09:51 +05:30
Deepesh Garg
8727a6c5da
fix: Internal PI link in Sales Invoice
...
(cherry picked from commit 536e768ba9 )
2022-07-02 17:17:50 +00:00
Ankush Menat
1b9a4483d4
chore(meta): update CODEOWNERS
2022-07-01 15:44:18 +05:30
Deepesh Garg
fecf567e92
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31412
2022-06-30 16:46:59 +05:30
Ankush Menat
2e130c335a
ci: reduce container count on v13
2022-06-30 11:38:12 +05:30
mergify[bot]
b1c6d789a9
fix: offset some scheduled jobs to avoid locks (backport #31466 ) ( #31489 )
...
fix: offset some scheduled jobs to avoid locks (#31466 )
If your site has multiple background workers then there's possibility
that two jobs will execute in parallal, this creates problem when both
are on operating on same data.
This PR adds a separate section for hourly and daily jobs which have
frequency offset from default frequency to avoid such conflicts.
(cherry picked from commit 5d73697c64 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-30 11:35:01 +05:30
mergify[bot]
4d987a9510
fix: Modify opts parameter misspell (backport #31476 ) ( #31477 )
...
fix: Modify opts parameter misspell (#31476 )
Modify opts parameter misspell
closes #31474
(cherry picked from commit 2a619fd789 )
Co-authored-by: gn306029 <gn306029@users.noreply.github.com >
2022-06-29 14:58:03 +05:30
Sagar Sharma
96bd493a6f
Merge branch 'version-13-hotfix' into mergify/bp/version-13-hotfix/pr-31412
2022-06-24 13:17:43 +05:30
s-aga-r
def622c13e
fix: set default_bom for item
...
(cherry picked from commit dc2830da4d )
# Conflicts:
# erpnext/manufacturing/doctype/bom/test_bom.py
2022-06-21 11:13:31 +00:00