Frappe PR Bot
7a2df24129
chore(release): Bumped to Version 14.48.0
...
# [14.48.0](https://github.com/frappe/erpnext/compare/v14.47.4...v14.48.0 ) (2023-11-14)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([043dc1b ](043dc1b14b ))
* close `Credit Limit Crossed` dialog (backport [#38052 ](https://github.com/frappe/erpnext/issues/38052 )) ([#38058 ](https://github.com/frappe/erpnext/issues/38058 )) ([6979c3e ](6979c3e490 ))
* COA Importer app related issues ([#37238 ](https://github.com/frappe/erpnext/issues/37238 )) ([57ce73d ](57ce73d540 ))
* german translations of Accounts Settings ([b75aae9 ](b75aae99ca ))
* indentation issue in the Production Plan Summary report (backport [#38019 ](https://github.com/frappe/erpnext/issues/38019 )) ([#38068 ](https://github.com/frappe/erpnext/issues/38068 )) ([c552884 ](c5528844fd ))
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) ([#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([984703c ](984703c3c9 ))
* make item field read-only in batch (backport [#38010 ](https://github.com/frappe/erpnext/issues/38010 )) ([#38033 ](https://github.com/frappe/erpnext/issues/38033 )) ([424ebd1 ](424ebd154a ))
* minor change added to test_case ([6b34568 ](6b34568128 ))
* minor issue ([0eab723 ](0eab723243 ))
* new logic for handling revaluation journals ([9c0d80c ](9c0d80cef4 ))
* pick serial nos from selected batch only ([#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([db29180 ](db29180eec ))
* sales order not assigned to territory orders ([#37905 ](https://github.com/frappe/erpnext/issues/37905 )) ([#38024 ](https://github.com/frappe/erpnext/issues/38024 )) ([620f4f2 ](620f4f2c10 ))
* Set right party name in bank transaction ([21b430a ](21b430a575 ))
* **translations:** suggestions from review ([4d2169e ](4d2169e48e ))
* Use `process.extract` to get the corresponding party doc name of the result ([b0a184e ](b0a184e937 ))
### Features
* **accounts_receivable:** test_case added for multi-select customer group ([cf0d936 ](cf0d936195 ))
* multi-select customer group in AR Report ([935286f ](935286ff94 ))
2023-11-14 12:57:28 +00:00
Deepesh Garg
ecb116aa99
Merge pull request #38086 from frappe/version-14-hotfix
...
chore: release v14
2023-11-14 18:25:20 +05:30
mergify[bot]
8446e87cc2
chore: delete comments and unlink attachments on company transactions deletion (backport #38077 ) ( #38078 )
...
* chore: delete comments and unlink attachments on company transactions deletion
(cherry picked from commit 2f9e96e324 )
* fix: unrelated transation date typo
(cherry picked from commit b097bb20d9 )
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-11-13 19:20:52 +05:30
mergify[bot]
c5528844fd
fix: indentation issue in the Production Plan Summary report (backport #38019 ) ( #38068 )
...
fix: indentation issue in the Production Plan Summary report (#38019 )
fix: Production Plan Summary report
(cherry picked from commit 4a111f7362 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-13 14:03:45 +05:30
ruthra kumar
55885e84ab
Merge pull request #38066 from frappe/mergify/bp/version-14/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:34 +05:30
ruthra kumar
2faf2ce468
Merge pull request #38065 from frappe/mergify/bp/version-14-hotfix/pr-38064
...
refactor: add revaluation journal checkbox in AR/AP summary reports (backport #38064 )
2023-11-13 12:15:27 +05:30
ruthra kumar
7ab18fc434
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:39:03 +00:00
ruthra kumar
a104a4bca6
refactor: add revaluation journal checkbox in AR/AP summary reports
...
(cherry picked from commit 95edd82638 )
2023-11-13 06:38:38 +00:00
mergify[bot]
6979c3e490
fix: close Credit Limit Crossed dialog (backport #38052 ) ( #38058 )
...
fix: close `Credit Limit Crossed` dialog (#38052 )
(cherry picked from commit 94faa44697 )
Co-authored-by: Arjun <arjun99c@gmail.com >
2023-11-12 18:07:31 +05:30
mergify[bot]
57ce73d540
fix: COA Importer app related issues ( #37238 )
...
fix: COA Importer app related issues (#37238 )
* fix: COA Importer app related issues
* fix: Clear all account links fields befor import
* fix: Attribute error
(cherry picked from commit 8634abc021 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-12 17:40:56 +05:30
mergify[bot]
424ebd154a
fix: make item field read-only in batch (backport #38010 ) ( #38033 )
...
* fix: make item field read-only in batch
(cherry picked from commit 779260fb49 )
# Conflicts:
# erpnext/stock/doctype/batch/batch.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-11 10:51:36 +05:30
Frappe PR Bot
7c7dc5328e
chore(release): Bumped to Version 14.47.4
...
## [14.47.4](https://github.com/frappe/erpnext/compare/v14.47.3...v14.47.4 ) (2023-11-10)
### Bug Fixes
* new logic for handling revaluation journals ([010ccf8 ](010ccf80f5 ))
2023-11-10 07:46:10 +00:00
ruthra kumar
cb655226de
Merge pull request #38037 from frappe/mergify/bp/version-14/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 13:14:45 +05:30
ruthra kumar
010ccf80f5
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 12:05:46 +05:30
ruthra kumar
13ea910fa6
Merge pull request #38035 from frappe/mergify/bp/version-14-hotfix/pr-38004
...
fix: handling of exchange rate journals in AR/AP (backport #38004 )
2023-11-10 11:59:03 +05:30
ruthra kumar
9c0d80cef4
fix: new logic for handling revaluation journals
...
(cherry picked from commit 1d8fcd66e6 )
2023-11-10 11:17:46 +05:30
mergify[bot]
620f4f2c10
fix: sales order not assigned to territory orders ( #37905 ) ( #38024 )
...
fix: sales order not assigned to territory orders (#37905 )
filtered sales order are not assigned to 'territory_orders' which results in 0 order amount and 0 billing amount in the output
(cherry picked from commit 45b4bfc947 )
Co-authored-by: jabir-elat <44110258+jabir-elat@users.noreply.github.com >
2023-11-09 21:52:43 +05:30
ruthra kumar
89695022c7
Merge pull request #38021 from frappe/mergify/bp/version-14/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 17:28:14 +05:30
Frappe PR Bot
50627733b4
chore(release): Bumped to Version 14.47.3
...
## [14.47.3](https://github.com/frappe/erpnext/compare/v14.47.2...v14.47.3 ) (2023-11-09)
### Bug Fixes
* make adjustment entry using stock reconciliation (backport [#37995 ](https://github.com/frappe/erpnext/issues/37995 )) (backport [#38008 ](https://github.com/frappe/erpnext/issues/38008 )) ([#38018 ](https://github.com/frappe/erpnext/issues/38018 )) ([7942ad4 ](7942ad488e ))
2023-11-09 11:24:29 +00:00
mergify[bot]
7942ad488e
fix: make adjustment entry using stock reconciliation (backport #37995 ) (backport #38008 ) ( #38018 )
...
fix: make adjustment entry using stock reconciliation (backport #37995 ) (#38008 )
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
(cherry picked from commit 984703c3c9 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-09 16:53:14 +05:30
ruthra kumar
c3d7348c73
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 11:14:38 +00:00
Deepesh Garg
ad178db28f
Merge pull request #38012 from frappe/mergify/bp/version-14-hotfix/pr-37716
...
feat: multi-select customer group in AR Report (backport #37716 )
2023-11-09 14:05:59 +05:30
mergify[bot]
984703c3c9
fix: make adjustment entry using stock reconciliation (backport #37995 ) ( #38008 )
...
* fix: make adjustment entry using stock reconciliation (#37995 )
fix: do adjustment entry using stock reconciliation
(cherry picked from commit a8216b9727 )
# Conflicts:
# erpnext/stock/doctype/stock_ledger_entry/stock_ledger_entry.json
# erpnext/stock/doctype/stock_reconciliation/stock_reconciliation.py
* chore: fix conflicts
* fix: conflicts
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-09 13:40:14 +05:30
vishal
6b34568128
fix: minor change added to test_case
...
(cherry picked from commit 30402033bc )
2023-11-09 07:35:16 +00:00
vishal
cf0d936195
feat(accounts_receivable): test_case added for multi-select customer group
...
(cherry picked from commit de445b32f5 )
2023-11-09 07:35:16 +00:00
vishal
0eab723243
fix: minor issue
...
(cherry picked from commit b60c57a97d )
2023-11-09 07:35:15 +00:00
vishal
935286ff94
feat: multi-select customer group in AR Report
...
(cherry picked from commit 8903c1bc6f )
2023-11-09 07:35:15 +00:00
Frappe PR Bot
9a2674ea29
chore(release): Bumped to Version 14.47.2
...
## [14.47.2](https://github.com/frappe/erpnext/compare/v14.47.1...v14.47.2 ) (2023-11-09)
### Bug Fixes
* pick serial nos from selected batch only (backport [#37988 ](https://github.com/frappe/erpnext/issues/37988 )) ([#38011 ](https://github.com/frappe/erpnext/issues/38011 )) ([0405aae](0405aae4a0 ))
2023-11-09 07:28:50 +00:00
mergify[bot]
0405aae4a0
fix: pick serial nos from selected batch only (backport #37988 ) ( #38011 )
...
fix: pick serial nos from selected batch only (#37988 )
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
(cherry picked from commit db29180eec )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-09 12:57:03 +05:30
s-aga-r
db29180eec
fix: pick serial nos from selected batch only ( #37988 )
...
* fix: pick current serial nos from selected batch only
* test: add test case for current qty and current serial nos
2023-11-09 12:30:22 +05:30
ruthra kumar
b5bed65d9e
Merge pull request #38001 from frappe/mergify/bp/version-14-hotfix/pr-37860
...
refactor: ignore disabled account while selecting Income Accounts (backport #37860 )
2023-11-09 10:41:13 +05:30
ruthra kumar
3f7f5bd8f0
refactor: ignore disabled account while selecting Income Accounts
...
(cherry picked from commit 6e3e094c95 )
2023-11-09 04:45:53 +00:00
Frappe PR Bot
3f433b1b8b
chore(release): Bumped to Version 14.47.1
...
## [14.47.1](https://github.com/frappe/erpnext/compare/v14.47.0...v14.47.1 ) (2023-11-08)
### Bug Fixes
* asset depreciation ledger (backport [#37991 ](https://github.com/frappe/erpnext/issues/37991 )) ([#37992 ](https://github.com/frappe/erpnext/issues/37992 )) ([0ac78a9 ](0ac78a96a9 ))
2023-11-08 18:40:20 +00:00
Anand Baburajan
0532f72cb1
Merge pull request #37996 from frappe/mergify/bp/version-14/pr-37992
...
fix: asset depreciation ledger (backport #37991 ) (backport #37992 )
2023-11-09 00:09:05 +05:30
mergify[bot]
0ac78a96a9
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 043dc1b14b )
2023-11-08 18:07:42 +00:00
mergify[bot]
043dc1b14b
fix: asset depreciation ledger (backport #37991 ) ( #37992 )
...
* fix: asset depreciation ledger (#37991 )
* fix: include opening acc depr while calculating asset depr ledger report
* chore: include opening acc depr properly in acc depr amt
* chore: add cost_center in asset depr ledger report
* fix: handle finance books properly in asset depr ledger report
* chore: rename 'include default book entries' to 'include default FB entries'
(cherry picked from commit 9a171db97f )
# Conflicts:
# erpnext/accounts/report/balance_sheet/balance_sheet.js
# erpnext/accounts/report/cash_flow/cash_flow.js
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.js
# erpnext/accounts/report/trial_balance/trial_balance.js
# erpnext/translations/pl.csv
# erpnext/translations/tr.csv
* chore: fix conflict in balance_sheet.js
* chore: fix conflict in cash_flow.js
* chore: fix conflict in consolidated_financial_statement.js
* chore: fix conflict in trial_balance.js
* chore: fix conflict in tr.csv
* chore: fix conflict in pl.csv
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-11-08 23:36:17 +05:30
Deepesh Garg
c5a6b17c15
Merge pull request #37825 from frappe/mergify/bp/version-14-hotfix/pr-37278
...
fix: german translations of Accounts Settings (backport #37278 )
2023-11-08 18:44:11 +05:30
Deepesh Garg
16c3f3bcbd
Merge pull request #37913 from frappe/mergify/bp/version-14-hotfix/pr-37299
...
fix: Set right party name in bank transaction (backport #37299 )
2023-11-08 12:28:10 +05:30
Frappe PR Bot
4d804951c6
chore(release): Bumped to Version 14.47.0
...
# [14.47.0](https://github.com/frappe/erpnext/compare/v14.46.7...v14.47.0 ) (2023-11-08)
### Bug Fixes
* `TypeError` in PR for non-stock item ([ef4471f ](ef4471f8c0 ))
* add missing disbursement account in update_old_loans patch ([ad64065 ](ad64065ec6 ))
* add translation wrapper (backport [#37911 ](https://github.com/frappe/erpnext/issues/37911 )) ([#37946 ](https://github.com/frappe/erpnext/issues/37946 )) ([c53d281 ](c53d281b9e ))
* don't reset rate if greater than zero in standalone debit note (backport [#37935 ](https://github.com/frappe/erpnext/issues/37935 )) ([#37940 ](https://github.com/frappe/erpnext/issues/37940 )) ([64658fc ](64658fc790 ))
* fetch asset received but not billed account only when needed ([7df4009 ](7df4009dd3 ))
* gov compliance for tax withholding report ([#37590 ](https://github.com/frappe/erpnext/issues/37590 )) ([273cc35 ](273cc35b91 ))
* In-Transit Warehouse company filter (backport [#37796 ](https://github.com/frappe/erpnext/issues/37796 )) ([#37797 ](https://github.com/frappe/erpnext/issues/37797 )) ([0b1da08 ](0b1da08d78 ))
* link between parent and child procedure (backport [#37903 ](https://github.com/frappe/erpnext/issues/37903 )) ([#37943 ](https://github.com/frappe/erpnext/issues/37943 )) ([24da29a ](24da29a817 ))
* list index out of range ([#37880 ](https://github.com/frappe/erpnext/issues/37880 )) ([05fed9e ](05fed9e352 ))
* make `Material Request Item` required if `Material Request` is set in PO (backport [#37928 ](https://github.com/frappe/erpnext/issues/37928 )) ([#37936 ](https://github.com/frappe/erpnext/issues/37936 )) ([c870120 ](c87012046d ))
* permission error while creating Supplier Quotation from Portal (backport [#37864 ](https://github.com/frappe/erpnext/issues/37864 )) ([#37870 ](https://github.com/frappe/erpnext/issues/37870 )) ([1a3dae0 ](1a3dae0f9a ))
* **plaid:** Do not sync pending transactions ([ffdc11b ](ffdc11bbf6 ))
* POS change amount gl entry with no amount ([#37799 ](https://github.com/frappe/erpnext/issues/37799 )) ([5e1a89b ](5e1a89b3f9 ))
* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499 ](https://github.com/frappe/erpnext/issues/37499 )) ([#37916 ](https://github.com/frappe/erpnext/issues/37916 )) ([eb3630b ](eb3630bcf8 ))
* remove voucher type and no for Item and Warehouse based reposting (backport [#37849 ](https://github.com/frappe/erpnext/issues/37849 )) ([#37850 ](https://github.com/frappe/erpnext/issues/37850 )) ([e19cade ](e19cade12d ))
* standard submit perm in repost ledger for editable invoices (backport [#37826 ](https://github.com/frappe/erpnext/issues/37826 )) ([#37854 ](https://github.com/frappe/erpnext/issues/37854 )) ([69b569d ](69b569df46 ))
* status for over delivery or billing ([d8e7430 ](d8e743013f ))
* type error on new payment entry ([38184f7 ](38184f77c7 ))
* typo in AR report ([3d72ec7 ](3d72ec7ca4 ))
* validate so item with qtn ([4a225b0 ](4a225b069b ))
### Features
* reserved production plan sub assembly items (backport [#37884 ](https://github.com/frappe/erpnext/issues/37884 )) ([#37926 ](https://github.com/frappe/erpnext/issues/37926 )) ([4de97a4 ](4de97a4fcb ))
* settings page for repost ([09cde5d ](09cde5da08 ))
* **Stock Balance:** add filters from route (backport [#37836 ](https://github.com/frappe/erpnext/issues/37836 )) ([#37839 ](https://github.com/frappe/erpnext/issues/37839 )) ([e8a706a ](e8a706a5ea ))
### Performance Improvements
* Add index to supplier invoice field (backport [#37861 ](https://github.com/frappe/erpnext/issues/37861 )) ([#37862 ](https://github.com/frappe/erpnext/issues/37862 )) ([2c93f81 ](2c93f81d59 ))
* index return against for purchase invoice (backport [#37881 ](https://github.com/frappe/erpnext/issues/37881 )) ([#37882 ](https://github.com/frappe/erpnext/issues/37882 )) ([fed25fa ](fed25fac76 ))
2023-11-08 06:19:10 +00:00
Deepesh Garg
c5ddb4153a
Merge pull request #37965 from frappe/version-14-hotfix
...
chore: release v14
2023-11-08 11:47:53 +05:30
ruthra kumar
b0ed3c2f0a
Merge pull request #37977 from ruthra-kumar/add_voucher_detail_no_to_payment_ledger
...
refactor: Add voucher_detail_no to payment ledger
2023-11-08 11:23:15 +05:30
ruthra kumar
3f8d58c9c6
refactor: add voucher_detail_no to PLE doctype
2023-11-08 10:53:16 +05:30
ruthra kumar
8a3139f6f5
Merge pull request #37901 from frappe/mergify/bp/version-14-hotfix/pr-37887
...
chore: performance optimization on payment ledger entry doctype (backport #37887 )
2023-11-08 10:48:30 +05:30
ruthra kumar
0b601d8cae
chore: performance optimization on payment ledger entry doctype
...
(cherry picked from commit f14d1eb871 )
2023-11-08 10:23:52 +05:30
ruthra kumar
9be71e45b9
Merge pull request #37975 from frappe/mergify/bp/version-14-hotfix/pr-37971
...
refactor: optimize bulk transaction for speed (backport #37971 )
2023-11-08 07:08:42 +05:30
ruthra kumar
e58604a90f
refactor: optimize for speed
...
(cherry picked from commit 416bd400bb )
2023-11-08 01:03:28 +00:00
mergify[bot]
e895bb3a63
chore: typo in Stock Entry enqueue msg (backport #37970 ) ( #37972 )
...
chore: typo in `Stock Entry` enqueue msg
(cherry picked from commit ee60fa940c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-07 15:57:20 +00:00
ruthra kumar
38a5e6f10b
Merge pull request #37967 from frappe/mergify/bp/version-14-hotfix/pr-37954
...
refactor: expand repost to `Expense Claim` and make it configurable (backport #37954 )
2023-11-07 16:24:44 +05:30
ruthra kumar
8f0cf1b7dc
chore: resolve conflict
2023-11-07 15:56:35 +05:30
ruthra kumar
3da2597703
refactor: update permissions for repost settings
...
(cherry picked from commit 10b9570429 )
2023-11-07 10:14:36 +00:00
ruthra kumar
82bf726b83
refactor(test): repost test case for purchase invoice
...
(cherry picked from commit 11c8d9fcf1 )
2023-11-07 10:14:35 +00:00
ruthra kumar
7d4dc67b61
refactor: select distinct types
...
(cherry picked from commit 61705047b0 )
2023-11-07 10:14:33 +00:00
ruthra kumar
35f5498913
refactor(test): update repost settings for test cases
...
(cherry picked from commit ac79b8483f )
2023-11-07 10:14:32 +00:00
ruthra kumar
ed557274d2
refactor: support for expense claim repost
...
(cherry picked from commit b651b36fff )
2023-11-07 10:14:30 +00:00
ruthra kumar
18e6931d78
refactor: configurable repost settings
...
(cherry picked from commit 5a068410c6 )
2023-11-07 10:14:29 +00:00
ruthra kumar
560a45b343
chore: patch to update default repost settings value
...
(cherry picked from commit ebb186c8df )
# Conflicts:
# erpnext/patches.txt
2023-11-07 10:14:28 +00:00
ruthra kumar
09cde5da08
feat: settings page for repost
...
(cherry picked from commit d582a73795 )
2023-11-07 10:14:21 +00:00
ruthra kumar
503c0f33bb
Merge pull request #37957 from frappe/mergify/bp/version-14-hotfix/pr-37956
...
fix: type error on new payment entry (backport #37956 )
2023-11-07 12:47:10 +05:30
ruthra kumar
38184f77c7
fix: type error on new payment entry
...
(cherry picked from commit adff287160 )
2023-11-07 12:40:16 +05:30
Frappe PR Bot
449b641560
chore(release): Bumped to Version 14.46.7
...
## [14.46.7](https://github.com/frappe/erpnext/compare/v14.46.6...v14.46.7 ) (2023-11-06)
### Bug Fixes
* typo in AR report ([d54e756 ](d54e756453 ))
2023-11-06 15:33:32 +00:00
ruthra kumar
3cc5e5591d
Merge pull request #37951 from frappe/mergify/bp/version-14/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 21:00:23 +05:30
ruthra kumar
bc5e01e846
Merge pull request #37949 from frappe/mergify/bp/version-14-hotfix/pr-37948
...
fix: typo in AR report (backport #37948 )
2023-11-06 20:55:22 +05:30
ruthra kumar
d54e756453
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 15:00:11 +00:00
ruthra kumar
3d72ec7ca4
fix: typo in AR report
...
(cherry picked from commit 67e74d03ed )
2023-11-06 14:56:44 +00:00
mergify[bot]
c53d281b9e
fix: add translation wrapper (backport #37911 ) ( #37946 )
...
fix: add translation wrapper
(cherry picked from commit 8722318081 )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-11-06 19:52:11 +05:30
Frappe PR Bot
94b38b900c
chore(release): Bumped to Version 14.46.6
...
## [14.46.6](https://github.com/frappe/erpnext/compare/v14.46.5...v14.46.6 ) (2023-11-06)
### Bug Fixes
* don't reset rate if greater than zero in standalone debit note (backport [#37935 ](https://github.com/frappe/erpnext/issues/37935 )) (backport [#37940 ](https://github.com/frappe/erpnext/issues/37940 )) ([#37945 ](https://github.com/frappe/erpnext/issues/37945 )) ([235f166 ](235f1664e0 ))
2023-11-06 14:15:53 +00:00
mergify[bot]
235f1664e0
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) (backport #37940 ) ( #37945 )
...
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) (#37940 )
* fix: don't reset rate if greater than zero in standalone debit note
(cherry picked from commit 5cce522ecd )
* fix(test): `test_gl_entries_for_standalone_debit_note`
(cherry picked from commit f9fc6c9c9d )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit 64658fc790 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-06 19:37:15 +05:30
mergify[bot]
24da29a817
fix: link between parent and child procedure (backport #37903 ) ( #37943 )
...
* fix: link between parent and child procedure
(cherry picked from commit 05f24ede96 )
* chore: add missing filters for `Parent Procedure`
(cherry picked from commit 8fbd4cea5b )
* test: add test case for Quality Procedure`
(cherry picked from commit 30c6b83a10 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:28:19 +05:30
mergify[bot]
64658fc790
fix: don't reset rate if greater than zero in standalone debit note (backport #37935 ) ( #37940 )
...
* fix: don't reset rate if greater than zero in standalone debit note
(cherry picked from commit 5cce522ecd )
* fix(test): `test_gl_entries_for_standalone_debit_note`
(cherry picked from commit f9fc6c9c9d )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 19:27:28 +05:30
mergify[bot]
c87012046d
fix: make Material Request Item required if Material Request is set in PO (backport #37928 ) ( #37936 )
...
fix: make `Material Request Item` required if `Material Request` is set in PO
(cherry picked from commit a9d91189b0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-06 17:26:37 +05:30
Frappe PR Bot
21ad1dba19
chore(release): Bumped to Version 14.46.5
...
## [14.46.5](https://github.com/frappe/erpnext/compare/v14.46.4...v14.46.5 ) (2023-11-06)
### Bug Fixes
* additional filter in ar/ap report ([930aee1 ](930aee1d70 ))
2023-11-06 06:42:02 +00:00
ruthra kumar
9c356a0ac2
Merge pull request #37929 from frappe/mergify/bp/version-14/pr-37873
...
refactor: 'group only by voucher' flag in AR/AP report (backport #37869 ) (backport #37873 )
2023-11-06 12:10:29 +05:30
ruthra kumar
930aee1d70
fix: additional filter in ar/ap report
...
empty commit
2023-11-06 11:51:39 +05:30
mergify[bot]
4de97a4fcb
feat: reserved production plan sub assembly items (backport #37884 ) ( #37926 )
...
feat: reserved production plan sub assembly items (#37884 )
(cherry picked from commit 34d3eb88b3 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-11-06 11:40:21 +05:30
ruthra kumar
932d1e7c62
Merge pull request #37924 from frappe/mergify/bp/version-14-hotfix/pr-37879
...
refactor: flag to toggle billed amy update in DN for Credit Note (backport #37879 )
2023-11-06 11:24:08 +05:30
ruthra kumar
a8b26ebc6b
refactor: group only by voucher flag in AR/AP report
...
(cherry picked from commit 23beb46d15 )
(cherry picked from commit ee5898a773 )
2023-11-06 05:53:50 +00:00
ruthra kumar
71ad448281
refactor(test): enable billed amt update on Sales Return(Cr Note)
...
(cherry picked from commit 0c5bdbdcf3 )
2023-11-06 09:40:32 +05:30
ruthra kumar
6eb867a1e4
refactor: flag to toggle billed amy update in DN for Credit Note
...
(cherry picked from commit a3191f1c8c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
2023-11-06 03:11:20 +00:00
mergify[bot]
5e1a89b3f9
fix: POS change amount gl entry with no amount ( #37799 )
...
fix: POS change amount gl entry with no amount (#37799 )
(cherry picked from commit 2b02ef0066 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-05 17:56:19 +05:30
Frappe PR Bot
b2b8b72952
chore(release): Bumped to Version 14.46.4
...
## [14.46.4](https://github.com/frappe/erpnext/compare/v14.46.3...v14.46.4 ) (2023-11-05)
### Bug Fixes
* Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport [#37499 ](https://github.com/frappe/erpnext/issues/37499 )) (backport [#37916 ](https://github.com/frappe/erpnext/issues/37916 )) ([#37919 ](https://github.com/frappe/erpnext/issues/37919 )) ([555ebc1](555ebc190c ))
2023-11-05 06:41:12 +00:00
mergify[bot]
555ebc190c
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) (backport #37916 ) ( #37919 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) (#37916 )
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
(cherry picked from commit eb3630bcf8 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-11-05 12:10:04 +05:30
viralkansodiya15
05fed9e352
fix: list index out of range ( #37880 )
...
* fix: list index out of range
* fix: changes in error message
* fix: change error message and date comparision
* fix: change a return a value when disposal date is equal to available for use date
* fix: changes to fix linter test failing
2023-11-05 11:54:39 +05:30
mergify[bot]
eb3630bcf8
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (backport #37499 ) ( #37916 )
...
fix: Quality Inspection Parameter migration - DuplicateEntryError due to case sensitivity (#37499 )
* fix: account for case-insensitive database primary key for parameter names
* chore: linting
(cherry picked from commit b099590b2c )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-11-05 06:16:23 +00:00
ruthra kumar
c2001bec15
Merge pull request #37915 from ruthra-kumar/prevent_precision_based_validation_error_reconciliation
...
refactor: avoid precision based validation error on reconciliation
2023-11-05 05:58:32 +05:30
ruthra kumar
be925d2d33
refactor: avoid precision based validation error on reconciliation
2023-11-05 05:22:09 +05:30
marination
b0a184e937
fix: Use process.extract to get the corresponding party doc name of the result
...
- rapidfuzz accepts an iterable or a dict. dict input gives the dict key and value in the result
(cherry picked from commit e0a03789ae )
2023-11-04 15:48:18 +00:00
marination
21b430a575
fix: Set right party name in bank transaction
...
- If party name and docname are different, set the docname in Bank Transaction
(cherry picked from commit ff1dc72d74 )
2023-11-04 15:48:18 +00:00
Anand Baburajan
65dfef021a
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based [v14] ( #37898 )
...
chore: rename depreciation_amount_based_on_num_days_in_month to daily_prorata_based
2023-11-03 20:18:20 +00:00
Anand Baburajan
86c6ae6275
chore: rename daily_depreciation in asset to depreciation_amount_based_on_num_days_in_month [v14] ( #37895 )
...
chore: rename daily_depreciation to depreciation_amount_based_on_num_days_in_month
2023-11-03 23:26:34 +05:30
mergify[bot]
fed25fac76
perf: index return against for purchase invoice (backport #37881 ) ( #37882 )
...
perf: index return against for purchase invoice (#37881 )
(cherry picked from commit 469ae2c7f1 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-11-03 21:59:46 +05:30
Frappe PR Bot
58eaaaa8ad
chore(release): Bumped to Version 14.46.3
...
## [14.46.3](https://github.com/frappe/erpnext/compare/v14.46.2...v14.46.3 ) (2023-11-03)
### Bug Fixes
* add missing disbursement account in update_old_loans patch ([00bbf0f ](00bbf0fbc5 ))
2023-11-03 16:29:27 +00:00
Anand Baburajan
df00bde748
Merge pull request #37894 from frappe/mergify/bp/version-14/pr-37889
...
fix: add missing disbursement account in update_old_loans patch (backport #37889 )
2023-11-03 21:57:35 +05:30
anandbaburajan
00bbf0fbc5
fix: add missing disbursement account in update_old_loans patch
...
(cherry picked from commit ad64065ec6 )
2023-11-03 16:25:46 +00:00
Anand Baburajan
6b5cffc77a
Merge pull request #37889 from anandbaburajan/update_old_loans_disb_account
...
fix: add missing disbursement account in update_old_loans patch
2023-11-03 21:45:33 +05:30
anandbaburajan
ad64065ec6
fix: add missing disbursement account in update_old_loans patch
2023-11-03 20:57:52 +05:30
mergify[bot]
1a3dae0f9a
fix: permission error while creating Supplier Quotation from Portal (backport #37864 ) ( #37870 )
...
* fix: permission error while creating Supplier Quotation from Portal
(cherry picked from commit e019d43d0b )
# Conflicts:
# erpnext/controllers/buying_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-03 16:24:36 +05:30
ruthra kumar
15308c9aac
Merge pull request #37875 from frappe/mergify/bp/version-14-hotfix/pr-37852
...
refactor: better ledger comparision report (backport #37852 )
2023-11-03 13:25:22 +05:30
ruthra kumar
09ba6c1266
Merge pull request #37873 from frappe/mergify/bp/version-14-hotfix/pr-37869
...
refactor: 'group only by voucher' flag in AR/AP report (backport #37869 )
2023-11-03 13:25:04 +05:30
ruthra kumar
afa6ed9e22
refactor(test): for ledger comparision report
...
(cherry picked from commit 639f427d6d )
2023-11-03 07:22:59 +00:00
ruthra kumar
3d2ff7eea3
refactor: better output on gl and pl comparison report
...
(cherry picked from commit 539f0251d9 )
2023-11-03 07:22:58 +00:00
ruthra kumar
ee5898a773
refactor: group only by voucher flag in AR/AP report
...
(cherry picked from commit 23beb46d15 )
2023-11-03 07:00:25 +00:00
mergify[bot]
2c93f81d59
perf: Add index to supplier invoice field (backport #37861 ) ( #37862 )
...
fix: Add index to supplier invoice field (#37861 )
* fix: Add index to supplier invoice field
* chore: remove unintetional changes
(cherry picked from commit c37e374fdd )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-11-03 11:52:07 +05:30
mergify[bot]
e19cade12d
fix: remove voucher type and no for Item and Warehouse based reposting (backport #37849 ) ( #37850 )
...
* fix: remove voucher type and no for Item and Warehouse based reposting
(cherry picked from commit 0104897d69 )
* chore: fix test cases
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-11-02 15:15:53 +05:30
mergify[bot]
273cc35b91
fix: gov compliance for tax withholding report ( #37590 )
...
* refactor: avoid relying only on against in tds docs query
(cherry picked from commit 705dadae8e )
* chore: change column order
(cherry picked from commit 7ecc0d5a04 )
* fix: sort by section code
(cherry picked from commit 4471ad581e )
* feat: proprietorship & partnership options in entity type
(cherry picked from commit ed2457bddf )
# Conflicts:
# erpnext/buying/doctype/supplier/supplier.json
# erpnext/selling/doctype/customer/customer.json
* chore: linting issues
(cherry picked from commit 75441017c6 )
* feat: add cols for supplier inv details
(cherry picked from commit 6d5ccde864 )
* chore: resolve conflicts
* chore: resolve conflicts
* chore: linting issues
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-11-02 14:34:23 +05:30
mergify[bot]
69b569df46
fix: standard submit perm in repost ledger for editable invoices (backport #37826 ) ( #37854 )
...
fix: standard submit perm in repost ledger for editable invoices (#37826 )
* fix: ignore perm while reposting ledger
* fix: use flag in save
* fix: remove unnecessary save
(cherry picked from commit 1b808e1d7c )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-11-02 14:33:33 +05:30
Frappe PR Bot
99338b6d01
chore(release): Bumped to Version 14.46.2
...
## [14.46.2](https://github.com/frappe/erpnext/compare/v14.46.1...v14.46.2 ) (2023-11-02)
### Bug Fixes
* `TypeError` in PR for non-stock item (backport [#37819 ](https://github.com/frappe/erpnext/issues/37819 )) (backport [#37841 ](https://github.com/frappe/erpnext/issues/37841 )) ([#37853 ](https://github.com/frappe/erpnext/issues/37853 )) ([f6418c1 ](f6418c14dd ))
2023-11-02 08:33:41 +00:00
mergify[bot]
f6418c14dd
fix: TypeError in PR for non-stock item (backport #37819 ) (backport #37841 ) ( #37853 )
...
fix: `TypeError` in PR for non-stock item
(cherry picked from commit 028b3e2fbf )
(cherry picked from commit ef4471f8c0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-02 14:02:07 +05:30
rohitwaghchaure
a07d58bd0e
Merge pull request #37841 from frappe/mergify/bp/version-14-hotfix/pr-37819
...
fix: `TypeError` in PR for non-stock item (backport #37819 )
2023-11-02 13:34:23 +05:30
ruthra kumar
50fdc9dda0
Merge pull request #37846 from frappe/mergify/copy/version-14-hotfix/pr-37845
...
chore: add std permissions for Process Payment Reconciilation log (copy #37845 )
2023-11-02 12:10:27 +05:30
ruthra kumar
9b0a46853f
chore: std permissions for Process Payment Reconciilation log
...
(cherry picked from commit a9fceeb00f )
2023-11-02 06:10:54 +00:00
ruthra kumar
64d7590bd0
Merge pull request #37843 from frappe/mergify/bp/version-14-hotfix/pr-37838
...
refactor: pass limits to JE and PE queries in reconciliation tool (backport #37838 )
2023-11-02 11:08:51 +05:30
mergify[bot]
e8a706a5ea
feat(Stock Balance): add filters from route (backport #37836 ) ( #37839 )
...
feat(Stock Balance): add filters from route
(cherry picked from commit 38e5e4a893 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-11-02 10:46:42 +05:30
ruthra kumar
289236d065
refactor: pass limits to JE and PE queries in reconciliation tool
...
(cherry picked from commit 54e8ce1ac5 )
2023-11-02 05:13:08 +00:00
s-aga-r
ef4471f8c0
fix: TypeError in PR for non-stock item
...
(cherry picked from commit 028b3e2fbf )
2023-11-02 05:10:19 +00:00
ruthra kumar
e616a0bb63
Merge pull request #37833 from frappe/mergify/bp/version-14-hotfix/pr-37832
...
refactor: checkbox to toggle remarks in General Ledger (backport #37832 )
2023-11-02 08:06:40 +05:30
ruthra kumar
174b76f6ff
refactor: checkbox to toggle remarks in General Ledger
...
(cherry picked from commit 8fa677b8e8 )
2023-11-02 07:28:42 +05:30
mergify[bot]
875d7f8b72
refactor: update fields label and remove unused fields from BIN (backport #37827 ) ( #37829 )
...
* refactor: rearrange fields and update label
(cherry picked from commit ec1a7869f8 )
* refactor: remove unused fields `fcfs_rate` and `ma_rate` from Bin
(cherry picked from commit f0a1f4ac7c )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-11-01 16:41:33 +05:30
Raffael Meyer
2c1fdecc91
chore: resolve merge conflicts
2023-11-01 11:54:29 +01:00
barredterra
4d2169e48e
fix(translations): suggestions from review
...
(cherry picked from commit 115f024260 )
2023-11-01 09:43:41 +00:00
barredterra
b75aae99ca
fix: german translations of Accounts Settings
...
(cherry picked from commit b3486b43c4 )
# Conflicts:
# erpnext/translations/de.csv
2023-11-01 09:43:40 +00:00
Deepesh Garg
f502ec2268
Merge pull request #37821 from frappe/mergify/bp/version-14-hotfix/pr-37635
...
fix: validate sales order item with quotation (backport #37635 )
2023-11-01 15:13:26 +05:30
Deepesh Garg
0196d7ac23
Merge pull request #37717 from frappe/mergify/bp/version-14-hotfix/pr-37690
...
fix(plaid): Do not sync pending transactions (#37690 )
2023-11-01 14:12:33 +05:30
Deepesh Garg
357697702b
chore: resolve conflicts
2023-11-01 14:11:36 +05:30
Gursheen Anand
4a225b069b
fix: validate so item with qtn
...
(cherry picked from commit 17ebc1ea80 )
2023-11-01 08:34:50 +00:00
Deepesh Garg
28c9458482
Merge pull request #37815 from frappe/mergify/bp/version-14-hotfix/pr-37680
...
fix: status when over delivery or billing in SO (#37680 )
2023-11-01 14:03:59 +05:30
Gursheen Anand
d8e743013f
fix: status for over delivery or billing
...
(cherry picked from commit d69b0d76dd )
2023-11-01 07:00:14 +00:00
Frappe PR Bot
42ccc092fe
chore(release): Bumped to Version 14.46.1
...
## [14.46.1](https://github.com/frappe/erpnext/compare/v14.46.0...v14.46.1 ) (2023-11-01)
### Bug Fixes
* fetch asset received but not billed account only when needed ([487aa35 ](487aa35ee3 ))
2023-11-01 06:43:35 +00:00
Deepesh Garg
222bce62bf
Merge pull request #37814 from frappe/mergify/bp/version-14/pr-37812
...
fix: fetch asset received but not billed account only when needed (#37737 )
2023-11-01 12:12:02 +05:30
Deepesh Garg
487aa35ee3
fix: fetch asset received but not billed account only when needed
...
(cherry picked from commit 3a8736374c )
(cherry picked from commit 7df4009dd3 )
2023-11-01 06:41:33 +00:00
Deepesh Garg
555cc62e50
Merge pull request #37812 from frappe/mergify/bp/version-14-hotfix/pr-37737
...
fix: fetch asset received but not billed account only when needed (backport #37737 )
2023-11-01 12:10:04 +05:30
Deepesh Garg
7df4009dd3
fix: fetch asset received but not billed account only when needed
...
(cherry picked from commit 3a8736374c )
2023-11-01 04:49:59 +00:00
ruthra kumar
08a9a9d188
Merge pull request #37806 from frappe/mergify/bp/version-14-hotfix/pr-37795
...
chore: update default limit values in reconciliation tool (backport #37795 )
2023-10-31 20:37:40 +05:30
ruthra kumar
e98be384f9
Merge pull request #37804 from frappe/mergify/bp/version-14-hotfix/pr-37793
...
refactor: pull remarks only if needed on AR/AP report (backport #37793 )
2023-10-31 20:37:06 +05:30
ruthra kumar
fdf2977ce2
chore: update default limit values in reconciliation tool
...
(cherry picked from commit 1fd888175f )
2023-10-31 14:22:29 +00:00
ruthra kumar
3276f39740
refactor: pull remarks only if needed on AR/AP report
...
(cherry picked from commit eb73017798 )
2023-10-31 14:21:52 +00:00
mergify[bot]
0b1da08d78
fix: In-Transit Warehouse company filter (backport #37796 ) ( #37797 )
...
fix: In-Transit Warehouse company filter (#37796 )
(cherry picked from commit daf2ec063c )
Co-authored-by: hyaray <hyaray@vip.qq.com >
2023-10-31 18:53:37 +05:30
Frappe PR Bot
0f848fd968
chore(release): Bumped to Version 14.46.0
...
# [14.46.0](https://github.com/frappe/erpnext/compare/v14.45.4...v14.46.0 ) (2023-10-31)
### Bug Fixes
* add regional support to extend purchase gl entries ([d02ebd6 ](d02ebd6215 ))
* avoid name clash in delivery stop (backport [#37306 ](https://github.com/frappe/erpnext/issues/37306 )) ([#37701 ](https://github.com/frappe/erpnext/issues/37701 )) ([556095d ](556095daaa ))
* Cash flow mapping fix ([#37522 ](https://github.com/frappe/erpnext/issues/37522 )) ([8e31379 ](8e31379ecc ))
* close employee loan on write off ([#37638 ](https://github.com/frappe/erpnext/issues/37638 )) ([922ace4 ](922ace4076 ))
* **defaults:** apply discount and provisonal defaults from item group and brand if available (backport [#37466 ](https://github.com/frappe/erpnext/issues/37466 )) ([#37703 ](https://github.com/frappe/erpnext/issues/37703 )) ([a0893dd ](a0893ddf96 ))
* **delivery:** rename dt fetch stop action (backport [#37605 ](https://github.com/frappe/erpnext/issues/37605 )) ([#37606 ](https://github.com/frappe/erpnext/issues/37606 )) ([8660faa ](8660faaa54 ))
* GL Entries for receiving non CWIP assets using Purchase Receipt ([#37660 ](https://github.com/frappe/erpnext/issues/37660 )) ([80774e2 ](80774e2da1 ))
* incorrect cost center in the purchase invoice (backport [#37591 ](https://github.com/frappe/erpnext/issues/37591 )) ([#37609 ](https://github.com/frappe/erpnext/issues/37609 )) ([50daf70 ](50daf701dd ))
* incorrect material request quantity in production plan ([#37785 ](https://github.com/frappe/erpnext/issues/37785 )) ([25718d9 ](25718d9f1b ))
* incorrect process loss validation for multiple finished items (backport [#37576 ](https://github.com/frappe/erpnext/issues/37576 )) ([#37656 ](https://github.com/frappe/erpnext/issues/37656 )) ([638c271 ](638c271d70 ))
* indexing on Delivery Note Item (backport [#37766 ](https://github.com/frappe/erpnext/issues/37766 )) ([#37777 ](https://github.com/frappe/erpnext/issues/37777 )) ([9b66a06 ](9b66a06c86 ))
* make changes that enable gantt view for job cards (backport [#37661 ](https://github.com/frappe/erpnext/issues/37661 )) ([#37756 ](https://github.com/frappe/erpnext/issues/37756 )) ([712ddb7 ](712ddb75be ))
* **minor:** filter bank accounts in bank statement import ([#37525 ](https://github.com/frappe/erpnext/issues/37525 )) ([1cb9f4c ](1cb9f4cf8b ))
* **minor:** filter tax template based on company in subscription ([#37562 ](https://github.com/frappe/erpnext/issues/37562 )) ([c05e0a4 ](c05e0a4ffc ))
* **minor:** set tax values for item variants (backport [#37674 ](https://github.com/frappe/erpnext/issues/37674 )) ([#37738 ](https://github.com/frappe/erpnext/issues/37738 )) ([fabcfc1 ](fabcfc1fce ))
* negative current qty causing recursion issue ([#37752 ](https://github.com/frappe/erpnext/issues/37752 )) ([f1407bc ](f1407bcfd2 ))
* overallocation on Payment with PO/SO ([d71b885 ](d71b885fb8 ))
* purchase receipt with stock and asset items ([375be8c ](375be8cd93 ))
* remove from or target warehouse for non internal transfer entries (backport [#37612 ](https://github.com/frappe/erpnext/issues/37612 )) ([#37628 ](https://github.com/frappe/erpnext/issues/37628 )) ([78b7c26 ](78b7c26420 ))
* set correct `purchase_sle` in `get_last_sle()` ([#37708 ](https://github.com/frappe/erpnext/issues/37708 )) ([86cf156 ](86cf156968 ))
* set empty value for tax template in item details ([#37496 ](https://github.com/frappe/erpnext/issues/37496 )) ([ec208b8 ](ec208b8df5 ))
* typeerror on tds payable monthly report ([fea27d5 ](fea27d5e2e ))
* update existing doc if possible ([89f07dc ](89f07dcfac ))
* wrong german translation ([#37658 ](https://github.com/frappe/erpnext/issues/37658 )) ([fa5780c ](fa5780ca81 ))
### Features
* allow return of components for SCO that don't have SCR created (backport [#37686 ](https://github.com/frappe/erpnext/issues/37686 )) ([#37692 ](https://github.com/frappe/erpnext/issues/37692 )) ([e96d5b3 ](e96d5b314a ))
* **delivery:** link to delivery notes list view from delivery trip (backport [#37604 ](https://github.com/frappe/erpnext/issues/37604 )) ([#37695 ](https://github.com/frappe/erpnext/issues/37695 )) ([c58fefb ](c58fefb359 ))
### Reverts
* Revert "fix: set empty value for tax template in item details (#37496 )" ([ca13816 ](ca13816ca1 )), closes [#37496 ](https://github.com/frappe/erpnext/issues/37496 ) [#37496 ](https://github.com/frappe/erpnext/issues/37496 )
2023-10-31 12:45:11 +00:00
rohitwaghchaure
c117ab851a
Merge pull request #37788 from frappe/version-14-hotfix
...
chore: release v14
2023-10-31 18:13:28 +05:30
rohitwaghchaure
b7b62a8966
Merge branch 'version-14' into version-14-hotfix
2023-10-31 17:38:42 +05:30
Samuel Danieli
86cf156968
fix: set correct purchase_sle in get_last_sle() ( #37708 )
...
sle_dict may look like this:
{
'incoming': [
{... Stock Entry ...},
{... Purchase Receipt ...}
],
'outgoing': [
{... Stock Entry ...}
]
}
2023-10-31 16:07:10 +05:30
rohitwaghchaure
25718d9f1b
fix: incorrect material request quantity in production plan ( #37785 )
2023-10-31 15:12:35 +05:30
mergify[bot]
9b66a06c86
fix: indexing on Delivery Note Item (backport #37766 ) ( #37777 )
...
fix: indexing on Delivery Note Item (#37766 )
fix: added indexing on Delivery Note Item
(cherry picked from commit 056b74b162 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-31 14:31:38 +05:30
ruthra kumar
7c2bd24d0b
Merge pull request #37765 from frappe/mergify/bp/version-14/pr-37761
...
chore: add index to posting_date in PLE (backport #37761 )
2023-10-30 17:39:53 +05:30
ruthra kumar
af57cc6c5f
Merge pull request #37762 from frappe/mergify/bp/version-14-hotfix/pr-37761
...
chore: add index to posting_date in PLE (backport #37761 )
2023-10-30 17:31:08 +05:30
ruthra kumar
25448fcdbc
chore: add index to posting_date in PLE
...
(cherry picked from commit ca69845238 )
2023-10-30 17:01:38 +05:30
ruthra kumar
69e83ff6ab
chore: add index to posting_date in PLE
...
(cherry picked from commit ca69845238 )
2023-10-30 16:59:56 +05:30
ruthra kumar
87a8c8d08e
Merge pull request #37760 from frappe/mergify/bp/version-14-hotfix/pr-37720
...
refactor: ignore cancelled GLE's while looking for currency of existing entries (backport #37720 )
2023-10-30 16:52:50 +05:30
ruthra kumar
4c01128827
refactor: ignore cancelled GLE's while looking for currency
...
(cherry picked from commit 8d9b90f3f5 )
2023-10-30 10:43:02 +00:00
mergify[bot]
712ddb75be
fix: make changes that enable gantt view for job cards (backport #37661 ) ( #37756 )
...
fix: make changes that enable gantt view for job cards (#37661 )
* fix: make changes that enable gantt view for job cards
* fix: add fields on listview and remove from json file
* fix: undo modified date
---------
Co-authored-by: Dietmar Fischer <fischer@kk-software.de >
(cherry picked from commit 500435b856 )
Co-authored-by: Didiman1998 <118364772+Didiman1998@users.noreply.github.com >
2023-10-30 15:20:26 +05:30
Frappe PR Bot
78a9edf6c9
chore(release): Bumped to Version 14.45.4
...
## [14.45.4](https://github.com/frappe/erpnext/compare/v14.45.3...v14.45.4 ) (2023-10-30)
### Bug Fixes
* negative current qty causing recursion issue (backport [#37752 ](https://github.com/frappe/erpnext/issues/37752 )) ([#37753 ](https://github.com/frappe/erpnext/issues/37753 )) ([20ca948 ](20ca948e6b ))
2023-10-30 08:55:38 +00:00
mergify[bot]
20ca948e6b
fix: negative current qty causing recursion issue (backport #37752 ) ( #37753 )
...
fix: negative current qty causing recursion issue (#37752 )
(cherry picked from commit f1407bcfd2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-30 14:23:39 +05:30
rohitwaghchaure
f1407bcfd2
fix: negative current qty causing recursion issue ( #37752 )
2023-10-30 13:53:48 +05:30
mergify[bot]
b605b08ec1
refactor: remove extraneous disabled filters (backport #37732 ) ( #37748 )
...
* refactor: remove extraneous disabled filters
(cherry picked from commit f276fbba4f )
# Conflicts:
# erpnext/accounts/report/profitability_analysis/profitability_analysis.js
# erpnext/public/js/controllers/accounts.js
* chore: `conflicts`
---------
Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-30 10:10:16 +05:30
mergify[bot]
fabcfc1fce
fix(minor): set tax values for item variants (backport #37674 ) ( #37738 )
...
* fix: copy all child fields to item variant
(cherry picked from commit 5deba1b6f9 )
* fix: only update if variant table empty
(cherry picked from commit d436a40739 )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-10-29 12:16:34 +05:30
Anand Baburajan
cfb9d8c6be
Merge pull request #37730 from frappe/mergify/copy/version-14/pr-37725
...
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) (copy #37725 )
2023-10-27 19:31:38 +05:30
mergify[bot]
6a6a5b0a75
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) ( #37725 )
...
* chore: allow wip_composite_asset in the MR PO PR PI flow
(cherry picked from commit 0e5bea33a3 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflict
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 3f296eea3a )
2023-10-27 13:26:16 +00:00
mergify[bot]
3f296eea3a
chore: allow wip_composite_asset in the MR PO PR PI flow (copy #37723 ) ( #37725 )
...
* chore: allow wip_composite_asset in the MR PO PR PI flow
(cherry picked from commit 0e5bea33a3 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.py
* chore: resolve conflict
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-10-27 18:54:47 +05:30
Deepesh Garg
ffdc11bbf6
fix(plaid): Do not sync pending transactions
...
(cherry picked from commit 46ea868559 )
# Conflicts:
# erpnext/erpnext_integrations/doctype/plaid_settings/plaid_settings.py
2023-10-27 06:08:46 +00:00
Frappe PR Bot
8e4e4a9fb4
chore(release): Bumped to Version 14.45.3
...
## [14.45.3](https://github.com/frappe/erpnext/compare/v14.45.2...v14.45.3 ) (2023-10-27)
### Bug Fixes
* typeerror on tds payable monthly report ([52cfe3f ](52cfe3f612 ))
2023-10-27 03:54:13 +00:00
ruthra kumar
254dd3d9bf
Merge pull request #37715 from frappe/mergify/bp/version-14/pr-37714
...
fix: typeerror on tds payable monthly report (backport #37714 )
2023-10-27 09:22:22 +05:30
Frappe PR Bot
83b3785202
chore(release): Bumped to Version 14.45.2
...
## [14.45.2](https://github.com/frappe/erpnext/compare/v14.45.1...v14.45.2 ) (2023-10-27)
### Bug Fixes
* purchase receipt with stock and asset items ([848928e ](848928e7d1 ))
2023-10-27 03:44:35 +00:00
Deepesh Garg
b017f4a817
Merge pull request #37712 from frappe/mergify/bp/version-14/pr-37705
...
fix: purchase receipt with stock and asset items (#37705 )
2023-10-27 09:12:57 +05:30
ruthra kumar
52cfe3f612
fix: typeerror on tds payable monthly report
...
(cherry picked from commit fea27d5e2e )
2023-10-27 03:23:30 +00:00
ruthra kumar
fd21dcd3b5
Merge pull request #37714 from ruthra-kumar/fix_typeerror_in_tds_montly_report
...
fix: typeerror on tds payable monthly report
2023-10-27 08:52:11 +05:30
ruthra kumar
fea27d5e2e
fix: typeerror on tds payable monthly report
2023-10-27 07:41:30 +05:30
Smit Vora
848928e7d1
fix: purchase receipt with stock and asset items
...
(cherry picked from commit 375be8cd93 )
2023-10-26 17:53:09 +00:00
Deepesh Garg
0f4e50185e
Merge pull request #37705 from vorasmit/backport-asserts
...
fix: purchase receipt with stock and asset items
2023-10-26 23:22:18 +05:30
mergify[bot]
a0893ddf96
fix(defaults): apply discount and provisonal defaults from item group and brand if available (backport #37466 ) ( #37703 )
...
fix(defaults): apply discount and provisonal defaults from item group and brand if available (#37466 )
(cherry picked from commit 1612d7ba3f )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 18:14:23 +05:30
mergify[bot]
556095daaa
fix: avoid name clash in delivery stop (backport #37306 ) ( #37701 )
...
fix: avoid name clash in delivery stop (#37306 )
* fix(stock): avoid name clash in delivery stop with Document.lock()
* chore(stock): format delivery stop json according to doctype builder
(cherry picked from commit 681782121c )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 18:12:01 +05:30
Smit Vora
375be8cd93
fix: purchase receipt with stock and asset items
2023-10-26 17:59:42 +05:30
Frappe PR Bot
38665760cd
chore(release): Bumped to Version 14.45.1
...
## [14.45.1](https://github.com/frappe/erpnext/compare/v14.45.0...v14.45.1 ) (2023-10-26)
### Bug Fixes
* add regional support to extend purchase gl entries ([7558b62 ](7558b622a4 ))
* update existing doc if possible ([e457d39 ](e457d39b5d ))
2023-10-26 08:52:24 +00:00
Deepesh Garg
f5120a6dd0
Merge pull request #37699 from frappe/mergify/bp/version-14/pr-37687
...
fix: add regional support to extend purchase gl entries (#37595 )
2023-10-26 14:20:48 +05:30
Deepesh Garg
519bf3d377
chore: resolve conflicts
...
(cherry picked from commit fa490ef2f0 )
2023-10-26 08:45:32 +00:00
Deepesh Garg
cef2231d6a
chore: resolve conflicts
...
(cherry picked from commit e01e9ebc37 )
2023-10-26 08:45:32 +00:00
Smit Vora
e457d39b5d
fix: update existing doc if possible
...
(cherry picked from commit ff7108a3b1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
(cherry picked from commit 89f07dcfac )
2023-10-26 08:45:32 +00:00
Smit Vora
7558b622a4
fix: add regional support to extend purchase gl entries
...
(cherry picked from commit 77cc91d06b )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/controllers/stock_controller.py
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
(cherry picked from commit d02ebd6215 )
2023-10-26 08:45:31 +00:00
mergify[bot]
c58fefb359
feat(delivery): link to delivery notes list view from delivery trip (backport #37604 ) ( #37695 )
...
feat(delivery): link to delivery notes list view from delivery trip
(cherry picked from commit 85488cd0dc )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-26 13:12:44 +05:30
mergify[bot]
e96d5b314a
feat: allow return of components for SCO that don't have SCR created (backport #37686 ) ( #37692 )
...
* feat: allow return of components for SCO that don't have SCR created
(cherry picked from commit 8e3b9ec879 )
* fix: consider returned qty while calculating unsupplied qty
(cherry picked from commit 3290df5593 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-26 06:14:02 +00:00
Deepesh Garg
a615535ca5
Merge pull request #37687 from frappe/mergify/bp/version-14-hotfix/pr-37595
...
fix: add regional support to extend purchase gl entries (#37595 )
2023-10-25 23:09:28 +05:30
Deepesh Garg
fa490ef2f0
chore: resolve conflicts
2023-10-25 19:46:51 +05:30
Deepesh Garg
e01e9ebc37
chore: resolve conflicts
2023-10-25 19:42:02 +05:30
Smit Vora
89f07dcfac
fix: update existing doc if possible
...
(cherry picked from commit ff7108a3b1 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
2023-10-25 14:05:19 +00:00
Smit Vora
d02ebd6215
fix: add regional support to extend purchase gl entries
...
(cherry picked from commit 77cc91d06b )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.py
# erpnext/controllers/stock_controller.py
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.py
2023-10-25 14:05:17 +00:00
mergify[bot]
f5e9913746
refactor: rename field Over Order Allowance to Blanket Order Allowance (backport #37669 ) ( #37681 )
...
* refactor: rename field `Over Order Allowance` to `Blanket Order Allowance`
(cherry picked from commit 8ffa2bfe25 )
* chore: patch to rename field `over_order_allowance`
(cherry picked from commit fcfcf6957e )
# Conflicts:
# erpnext/patches.txt
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:55:24 +00:00
mergify[bot]
a7b75a4cc1
chore: fixed test case non_internal_transfer_delivery_note (backport #37671 ) ( #37675 )
...
chore: fixed test case non_internal_transfer_delivery_note (#37671 )
(cherry picked from commit 2bcff4c7f2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-25 13:50:01 +05:30
rohitwaghchaure
6b951bd17a
chore(release): Bumped to Version 14.45.0
2023-10-25 12:30:31 +05:30
ruthra kumar
912c315286
Merge pull request #37667 from frappe/mergify/bp/version-14-hotfix/pr-37625
...
refactor: set exchange rate on foreign currency JE from Bank Reconciliation (backport #37625 )
2023-10-25 12:24:37 +05:30
Frappe PR Bot
f35a0c227d
chore: release v14 ( #37654 )
...
* fix(delivery): rename dt fetch stop action (backport #37605 ) (#37606 )
fix(delivery): rename dt fetch stop action
(cherry picked from commit 79d51a0a0b )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
* fix: incorrect cost center in the purchase invoice (backport #37591 ) (#37609 )
* fix: incorrect cost center in the purchase invoice (#37591 )
(cherry picked from commit 14b009b093 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* fix(minor): filter bank accounts in bank statement import (#37525 )
fix(minor): filter bank accounts in bank statement import (#37525 )
fix: filter by company in bank account
(cherry picked from commit 9d392970f0 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
* fix: set empty value for tax template in item details (#37496 )
* fix: set empty value for tax template in item details (#37496 )
* fix: empty tax template for items with invalid templates
* fix: test for empty tax template
* fix: test for item tax template calculation
* fix: test for pos inv tax template calculation
(cherry picked from commit b0d440c34b )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
* fix(minor): filter tax template based on company in subscription (#37562 )
fix: filter tax template based on company
(cherry picked from commit 1a2f659de2 )
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
* fix: Cash flow mapping fix (#37522 )
Cash flow mapping fix
* fix: remove from or target warehouse for non internal transfer entries (backport #37612 ) (#37628 )
fix: remove from or target warehouse for non internal transfer entries (#37612 )
(cherry picked from commit 5136fe196b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* Revert "fix: set empty value for tax template in item details (#37496 )"
Revert "fix: set empty value for tax template in item details (#37496 )"
This reverts commit ec208b8df5 .
* refactor: gain_loss posting date fields in the allocation table
(cherry picked from commit 55dbcee36a )
* refactor: introduce fields in popup
(cherry picked from commit 5323bb7bee )
* refactor: pass gain loss posting date to controller
(cherry picked from commit 7e600a6494 )
* test: varying posting date for gain loss journal
(cherry picked from commit 514d5434a3 )
* fix: overallocation on Payment with PO/SO
(cherry picked from commit 23df4205f8 )
# Conflicts:
# erpnext/accounts/utils.py
* test: overalloction on reconciliation when PO is involved
(cherry picked from commit 946228d783 )
* refactor(test): make use of utility methods
(cherry picked from commit 547993f801 )
* chore: fix flakiness `test_sales_order_partial_advance_payment`
(cherry picked from commit 4dff2c7a0d )
* chore: resolve conflict
* fix: close employee loan on write off (#37638 )
* fix: exclude written off amount while calculating loan repayment
* fix: revert exclude written off amount while calculating loan repayment
* fix: close employee loan on write off
* refactor: button on PE to filter associated Journals
(cherry picked from commit 150728deaa )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
* chore: resolve conflict
* fix: incorrect process loss validation for multiple finished items (backport #37576 ) (#37656 )
fix: incorrect process loss validation for multiple finished items (#37576 )
(cherry picked from commit 92cbe580e6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
* chore: fixed test cases related to Internal Transfer (#37659 )
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt (#37660 )
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt
* fix: rearrange functions
* chore: rearrange functions
* chore: rearrange functions
* fix: Purchase Invoice GL entires for assets
* test: cwip accounting unit tests
* chore: Attribute error
* chore: Purchase Invoice tests
* chore: Missing asset account
* chore: Missing asset account
* chore: update tests
* fix: Internal transfer GL Entries
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* chore: make `Reserve Stock` checkbox visible in SO
* refactor: rename field `Auto Reserve Stock for Sales Order`
* feat: add fields to hold SO and SO Item ref in PR Item
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* refactor: Remove expense included in valuation accounts
* chore: Add back default in transit warehousefield
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
* fix: wrong german translation (#37658 )
---------
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: saeedkola <mohammedsaeedk@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-10-25 12:03:24 +05:30
ruthra kumar
2317f6a000
chore: resolve conflict
2023-10-25 11:27:51 +05:30
ruthra kumar
91130854d8
refactor: handle bank transaction in foreign currency
...
(cherry picked from commit 74a0d6408a )
2023-10-25 05:39:51 +00:00
ruthra kumar
677d728e67
refactor: exc rate on foreign currency JE from Bank Reconciliation
...
(cherry picked from commit 89f484282a )
# Conflicts:
# erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.py
2023-10-25 05:39:51 +00:00
Raffael Meyer
fa5780ca81
fix: wrong german translation ( #37658 )
2023-10-25 09:13:06 +05:30
Deepesh Garg
80774e2da1
fix: GL Entries for receiving non CWIP assets using Purchase Receipt ( #37660 )
...
* fix: GL Entries for receiving non CWIP assets using Purchase Receipt
* fix: rearrange functions
* chore: rearrange functions
* chore: rearrange functions
* fix: Purchase Invoice GL entires for assets
* test: cwip accounting unit tests
* chore: Attribute error
* chore: Purchase Invoice tests
* chore: Missing asset account
* chore: Missing asset account
* chore: update tests
* fix: Internal transfer GL Entries
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* chore: make `Reserve Stock` checkbox visible in SO
* refactor: rename field `Auto Reserve Stock for Sales Order`
* feat: add fields to hold SO and SO Item ref in PR Item
* test: Deprecate tests
* test: Depricate tests
* test: Depricate tests
* refactor: Remove expense included in valuation accounts
* chore: Add back default in transit warehousefield
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-25 09:12:27 +05:30
rohitwaghchaure
72d32a4901
chore: fixed test cases related to Internal Transfer ( #37659 )
2023-10-24 19:10:23 +05:30
mergify[bot]
638c271d70
fix: incorrect process loss validation for multiple finished items (backport #37576 ) ( #37656 )
...
fix: incorrect process loss validation for multiple finished items (#37576 )
(cherry picked from commit 92cbe580e6 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-24 18:03:34 +05:30
ruthra kumar
356b1bdb38
Merge pull request #37647 from frappe/mergify/copy/version-14-hotfix/pr-37200
...
refactor: button in Payment Entry to filter associated Journals (copy #37200 )
2023-10-24 10:23:53 +05:30
ruthra kumar
0b082f0edc
chore: resolve conflict
2023-10-24 09:44:41 +05:30
ruthra kumar
be90be37c7
refactor: button on PE to filter associated Journals
...
(cherry picked from commit 150728deaa )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
2023-10-24 04:09:06 +00:00
Anand Baburajan
922ace4076
fix: close employee loan on write off ( #37638 )
...
* fix: exclude written off amount while calculating loan repayment
* fix: revert exclude written off amount while calculating loan repayment
* fix: close employee loan on write off
2023-10-24 09:38:08 +05:30
ruthra kumar
920de792ce
Merge pull request #37646 from frappe/mergify/bp/version-14-hotfix/pr-37586
...
fix: overallocation on purchase order to multiple invoices (backport #37586 )
2023-10-24 09:22:19 +05:30
ruthra kumar
d576fc7490
chore: resolve conflict
2023-10-24 08:48:53 +05:30
ruthra kumar
7b9daeff66
chore: fix flakiness test_sales_order_partial_advance_payment
...
(cherry picked from commit 4dff2c7a0d )
2023-10-24 03:14:52 +00:00
ruthra kumar
c921d7d409
refactor(test): make use of utility methods
...
(cherry picked from commit 547993f801 )
2023-10-24 03:14:51 +00:00
ruthra kumar
c8922ad566
test: overalloction on reconciliation when PO is involved
...
(cherry picked from commit 946228d783 )
2023-10-24 03:14:51 +00:00
ruthra kumar
d71b885fb8
fix: overallocation on Payment with PO/SO
...
(cherry picked from commit 23df4205f8 )
# Conflicts:
# erpnext/accounts/utils.py
2023-10-24 03:14:51 +00:00
ruthra kumar
f413530493
Merge pull request #37643 from frappe/mergify/bp/version-14-hotfix/pr-37630
...
refactor: configurable exchange gain or loss posting date (backport #37630 )
2023-10-24 05:50:57 +05:30
ruthra kumar
ae788e8358
test: varying posting date for gain loss journal
...
(cherry picked from commit 514d5434a3 )
2023-10-23 15:57:16 +00:00
ruthra kumar
515bed8c80
refactor: pass gain loss posting date to controller
...
(cherry picked from commit 7e600a6494 )
2023-10-23 15:57:16 +00:00
ruthra kumar
063d658b04
refactor: introduce fields in popup
...
(cherry picked from commit 5323bb7bee )
2023-10-23 15:57:15 +00:00
ruthra kumar
fa7fa85d92
refactor: gain_loss posting date fields in the allocation table
...
(cherry picked from commit 55dbcee36a )
2023-10-23 15:57:14 +00:00
Deepesh Garg
ca13816ca1
Revert "fix: set empty value for tax template in item details ( #37496 )"
...
Revert "fix: set empty value for tax template in item details (#37496 )"
This reverts commit ec208b8df5 .
2023-10-23 15:11:33 +05:30
mergify[bot]
78b7c26420
fix: remove from or target warehouse for non internal transfer entries (backport #37612 ) ( #37628 )
...
fix: remove from or target warehouse for non internal transfer entries (#37612 )
(cherry picked from commit 5136fe196b )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-23 12:27:01 +05:30
saeedkola
8e31379ecc
fix: Cash flow mapping fix ( #37522 )
...
Cash flow mapping fix
2023-10-23 11:14:06 +05:30
mergify[bot]
c05e0a4ffc
fix(minor): filter tax template based on company in subscription ( #37562 )
...
fix: filter tax template based on company
(cherry picked from commit 1a2f659de2 )
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-10-23 11:01:23 +05:30
mergify[bot]
ec208b8df5
fix: set empty value for tax template in item details ( #37496 )
...
* fix: set empty value for tax template in item details (#37496 )
* fix: empty tax template for items with invalid templates
* fix: test for empty tax template
* fix: test for item tax template calculation
* fix: test for pos inv tax template calculation
(cherry picked from commit b0d440c34b )
# Conflicts:
# erpnext/accounts/doctype/pos_invoice/test_pos_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-10-23 10:15:46 +05:30
mergify[bot]
1cb9f4cf8b
fix(minor): filter bank accounts in bank statement import ( #37525 )
...
fix(minor): filter bank accounts in bank statement import (#37525 )
fix: filter by company in bank account
(cherry picked from commit 9d392970f0 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-10-23 10:04:02 +05:30
mergify[bot]
50daf701dd
fix: incorrect cost center in the purchase invoice (backport #37591 ) ( #37609 )
...
* fix: incorrect cost center in the purchase invoice (#37591 )
(cherry picked from commit 14b009b093 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: fix conflicts
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-20 17:02:56 +05:30
mergify[bot]
8660faaa54
fix(delivery): rename dt fetch stop action (backport #37605 ) ( #37606 )
...
fix(delivery): rename dt fetch stop action
(cherry picked from commit 79d51a0a0b )
Co-authored-by: David Arnold <dgx.arnold@gmail.com >
2023-10-20 16:12:42 +05:30
Frappe PR Bot
6931db98f1
chore(release): Bumped to Version 14.44.1
...
## [14.44.1](https://github.com/frappe/erpnext/compare/v14.44.0...v14.44.1 ) (2023-10-19)
### Bug Fixes
* billed_qty to show a sum of all invoiced qty from the purchase order item. (backport [#37539 ](https://github.com/frappe/erpnext/issues/37539 )) ([#37558 ](https://github.com/frappe/erpnext/issues/37558 )) ([ac7d6d6 ](ac7d6d6d59 ))
* consider received qty while creating SO -> MR (backport [#37414 ](https://github.com/frappe/erpnext/issues/37414 )) ([#37514 ](https://github.com/frappe/erpnext/issues/37514 )) ([1b94510 ](1b94510f08 ))
* don't set finance books if gross_purchase_amount is not set (backport [#37480 ](https://github.com/frappe/erpnext/issues/37480 )) ([#37482 ](https://github.com/frappe/erpnext/issues/37482 )) ([0590f21 ](0590f21814 ))
* e-commerce permissions for address ([#37554 ](https://github.com/frappe/erpnext/issues/37554 )) ([022f85d ](022f85dd08 ))
* german tranlations of "Is Return" ([f9b2355 ](f9b2355066 ))
* GL Entries not getting created for PR Return (backport [#37513 ](https://github.com/frappe/erpnext/issues/37513 )) ([#37516 ](https://github.com/frappe/erpnext/issues/37516 )) ([c32258e ](c32258e4b6 ))
* **gp:** wrong `allocated_amount` on multi sales person invoice ([d266423 ](d266423011 ))
* Incorrect vat amount in KSA VAT report ([44f7de0 ](44f7de0f31 ))
* inflated total amt in TDS report using back calculation ([78e22af ](78e22af3ca ))
* Issues related to RFQ and Supplier Quotation on Portal (backport [#37565 ](https://github.com/frappe/erpnext/issues/37565 )) ([#37577 ](https://github.com/frappe/erpnext/issues/37577 )) ([e1504ef ](e1504efd40 ))
* keep customer/supplier website role by default ([76ef61c ](76ef61c24f ))
* keyerror on gl and pl comparision report ([6f143d3 ](6f143d35aa ))
* payment entry count on supplier dashboard (backport [#37571 ](https://github.com/frappe/erpnext/issues/37571 )) ([#37575 ](https://github.com/frappe/erpnext/issues/37575 )) ([95abd79 ](95abd7908f ))
* same Serial No get mapped while creating SO -> DN ([#37527 ](https://github.com/frappe/erpnext/issues/37527 )) ([5025850 ](5025850258 ))
* serial and batch no get removed on save of return DN ([#37476 ](https://github.com/frappe/erpnext/issues/37476 )) ([f1814a1 ](f1814a1a2a ))
* Stock Reconciliation Insufficient Stock Error ([#37494 ](https://github.com/frappe/erpnext/issues/37494 )) ([9406ddb ](9406ddbff0 ))
* **test:** project test case (backport [#37541 ](https://github.com/frappe/erpnext/issues/37541 )) ([#37543 ](https://github.com/frappe/erpnext/issues/37543 )) ([e23710b ](e23710bf00 ))
* use `flt` to ignore TypeError ([#37481 ](https://github.com/frappe/erpnext/issues/37481 )) ([d2b22db ](d2b22db500 ))
### Performance Improvements
* index `dn_detail` in `Delivery Note Item` (backport [#37528 ](https://github.com/frappe/erpnext/issues/37528 )) ([#37530 ](https://github.com/frappe/erpnext/issues/37530 )) ([001c230 ](001c230688 ))
2023-10-19 11:36:28 +00:00
Deepesh Garg
fdb2e94b5c
Merge pull request #37545 from frappe/version-14-hotfix
...
chore: release v14
2023-10-19 17:04:34 +05:30
mergify[bot]
e1504efd40
fix: Issues related to RFQ and Supplier Quotation on Portal (backport #37565 ) ( #37577 )
...
* fix: Issues related to RFQ and Supplier Quotation on Portal (#37565 )
fix: RFQ and Supplier Quotation for Portal
(cherry picked from commit 2851a41310 )
* chore: removed backport changes
---------
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-19 13:50:55 +05:30
mergify[bot]
95abd7908f
fix: payment entry count on supplier dashboard (backport #37571 ) ( #37575 )
...
fix: payment entry count on supplier dashboard (#37571 )
(cherry picked from commit 10311ff114 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-19 13:38:24 +05:30
mergify[bot]
022f85dd08
fix: e-commerce permissions for address ( #37554 )
...
* fix: E-commerce permissions
(cherry picked from commit f4d74990fe )
# Conflicts:
# erpnext/controllers/selling_controller.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-10-18 17:21:46 +05:30
Deepesh Garg
837a6b5f50
Merge pull request #37555 from frappe/mergify/bp/version-14-hotfix/pr-37550
...
chore: Add accounting dimensions to Sales Order Item table (backport #37550 )
2023-10-18 17:09:14 +05:30
ruthra kumar
f6a550faae
Merge pull request #37569 from frappe/mergify/bp/version-14-hotfix/pr-37105
...
refactor: move `unreconcile` button into a drop down (backport #37105 )
2023-10-18 16:31:52 +05:30
ruthra kumar
54f672e144
refactor: add unreconcile btn to purchase invoice
...
(cherry picked from commit 94ce43b0d5 )
2023-10-18 10:58:20 +00:00
ruthra kumar
e8d082560a
refactor: move unreconcile btn inside a drop down
...
(cherry picked from commit f2b0ac6868 )
2023-10-18 10:58:19 +00:00
mergify[bot]
ac7d6d6d59
fix: billed_qty to show a sum of all invoiced qty from the purchase order item. (backport #37539 ) ( #37558 )
...
fix: billed_qty to show a sum of all invoiced qty from the purchase order item.
(cherry picked from commit 8a72f4f58a )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-10-18 06:00:29 +00:00
ruthra kumar
e2e89492e0
Merge pull request #37556 from frappe/mergify/bp/version-14-hotfix/pr-37549
...
refactor: use account in key while grouping voucher in ar/ap report (backport #37549 )
2023-10-18 09:41:24 +05:30
ruthra kumar
760eab961d
test: report output if party is missing
...
(cherry picked from commit 244cec64b2 )
2023-10-18 03:40:35 +00:00
ruthra kumar
3499089323
refactor: use account in key while grouping voucher in ar/ap report
...
(cherry picked from commit 601ab4567e )
2023-10-18 03:40:34 +00:00
Deepesh Garg
7db6988364
chore: resolve conflicts
2023-10-18 09:00:49 +05:30
Deepesh Garg
bfa93cd3f6
chore: Add accounting dimensions to Sales Order Item table
...
(cherry picked from commit e31db18912 )
# Conflicts:
# erpnext/patches.txt
2023-10-17 17:25:57 +00:00
mergify[bot]
e23710bf00
fix(test): project test case (backport #37541 ) ( #37543 )
...
fix(test): project test case
(cherry picked from commit fd6aee15e6 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-17 15:03:16 +05:30
s-aga-r
5025850258
fix: same Serial No get mapped while creating SO -> DN ( #37527 )
...
* fix: same Serial No get mapped while creating SO -> DN
* test: add test case for DN with repetitive serial item
2023-10-17 12:20:23 +05:30
ruthra kumar
473610506c
Merge pull request #37540 from frappe/mergify/bp/version-14-hotfix/pr-37330
...
refactor: checkbox to toggle exchange rate inheritence in PO->PI (backport #37330 )
2023-10-17 10:55:27 +05:30
ruthra kumar
71cb7d37ee
refactor: checkbox to toggle exchange rate inheritence in PO->PI
...
(cherry picked from commit 08315522bb )
2023-10-17 04:16:50 +00:00
Deepesh Garg
5b1016c17d
Merge pull request #37524 from deepeshgarg007/ksa_vat
...
fix: Incorrect vat amount in KSA VAT report
2023-10-16 18:41:25 +05:30
Ankush Menat
d598dad50e
Merge pull request #37533 from frappe/mergify/bp/version-14-hotfix/pr-37532
...
fix: keep customer/supplier website role by default (backport #37532 )
2023-10-16 17:33:44 +05:30
Ankush Menat
76ef61c24f
fix: keep customer/supplier website role by default
...
(cherry picked from commit d2096cfdb7 )
2023-10-16 12:01:17 +00:00
mergify[bot]
001c230688
perf: index dn_detail in Delivery Note Item (backport #37528 ) ( #37530 )
...
* perf: index `dn_detail` in `Delivery Note Item`
(cherry picked from commit 5b4528e614 )
# Conflicts:
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 16:48:55 +05:30
Deepesh Garg
44f7de0f31
fix: Incorrect vat amount in KSA VAT report
2023-10-16 14:37:16 +05:30
mergify[bot]
c32258e4b6
fix: GL Entries not getting created for PR Return (backport #37513 ) ( #37516 )
...
* fix: GL Entries not getting created for PR Return
(cherry picked from commit 46add06a29 )
* test: add test case for PR return with zero rate
(cherry picked from commit 253d4782c6 )
# Conflicts:
# erpnext/stock/doctype/purchase_receipt/test_purchase_receipt.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 01:24:10 +05:30
mergify[bot]
1b94510f08
fix: consider received qty while creating SO -> MR (backport #37414 ) ( #37514 )
...
fix: consider received qty while creating SO -> MR
(cherry picked from commit b2cee396ac )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-16 01:23:13 +05:30
ruthra kumar
65b7fb1293
Merge pull request #37511 from frappe/mergify/bp/version-14-hotfix/pr-37319
...
test: use fixtures for sales and purchase invoice (backport #37319 )
2023-10-15 12:44:13 +05:30
ruthra kumar
d1f6d62d72
chore: fix flaky test case
2023-10-15 12:19:34 +05:30
ruthra kumar
77e7a6cde7
Merge pull request #37512 from ruthra-kumar/back_calculate_tds
...
fix: inflated total amt in TDS report using back calculation
2023-10-15 11:54:25 +05:30
ruthra kumar
78e22af3ca
fix: inflated total amt in TDS report using back calculation
2023-10-15 11:23:52 +05:30
ruthra kumar
7f903532f3
chore: resovle conflicts
2023-10-15 10:44:37 +05:30
ruthra kumar
8d1eac89e3
refactor(test): make sure TDS Payable is available for testing
...
(cherry picked from commit fbabf4ac2e )
2023-10-15 04:47:43 +00:00
ruthra kumar
d78316869b
refactor(test): make use of @change_settings in PI test cases
...
(cherry picked from commit 0207d6e7c9 )
2023-10-15 04:47:43 +00:00
ruthra kumar
33becb7b32
refactor(test): use test fixture in purchase invoice
...
(cherry picked from commit a2e064d214 )
2023-10-15 04:47:43 +00:00
ruthra kumar
b97fdbe6fc
refactor(test): use test fixture in subscription
...
(cherry picked from commit 3bdf4f628c )
# Conflicts:
# erpnext/accounts/doctype/subscription/test_subscription.py
2023-10-15 04:47:42 +00:00
ruthra kumar
5699a8daa2
refactor(test): use @change_settings to fix failing test cases
...
(cherry picked from commit de9baef84a )
2023-10-15 04:47:42 +00:00
ruthra kumar
91a5bd8615
refactor(test): fix broken test cases in Sales Invoice
...
(cherry picked from commit 8ebe5733ac )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:42 +00:00
ruthra kumar
485cb7dd28
refactor(test): use @change_settings in sales invoice
...
(cherry picked from commit 58065f31b1 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:42 +00:00
ruthra kumar
9d6b434d1f
refactor(test): unset accounts frozen date
...
(cherry picked from commit fc50b174eb )
2023-10-15 04:47:41 +00:00
ruthra kumar
405d1528c3
test: use fixtures for sales and purchase invoice
...
(cherry picked from commit c322e5f381 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-10-15 04:47:41 +00:00
s-aga-r
f1814a1a2a
fix: serial and batch no get removed on save of return DN ( #37476 )
...
* fix: serial and batch no get removed on save of return DN
* test: add test case for DN return with product bundle
2023-10-15 09:57:39 +05:30
s-aga-r
9406ddbff0
fix: Stock Reconciliation Insufficient Stock Error ( #37494 )
...
* fix: Stock Reconciliation Insufficient Stock Error
* fix: linter
* test: add test case for Stock Reco Batch Item
2023-10-14 16:53:29 +05:30
ruthra kumar
bae6c5bf5f
Merge pull request #37500 from frappe/mergify/bp/version-14-hotfix/pr-37435
...
fix(gp): wrong `allocated_amount` when grouped by Sales Person (backport #37435 )
2023-10-14 12:54:33 +05:30
ruthra kumar
cf9acd1ff6
Merge pull request #37501 from frappe/mergify/bp/version-14-hotfix/pr-37495
...
fix: keyerror on gl and pl comparision report (backport #37495 )
2023-10-14 12:54:09 +05:30
ruthra kumar
6f143d35aa
fix: keyerror on gl and pl comparision report
...
(cherry picked from commit ad00df0af6 )
2023-10-14 06:46:18 +00:00
Dany Robert
d266423011
fix(gp): wrong allocated_amount on multi sales person invoice
...
(cherry picked from commit bda82bf1e9 )
2023-10-14 06:43:15 +00:00
s-aga-r
d2b22db500
fix: use flt to ignore TypeError ( #37481 )
2023-10-13 10:22:20 +05:30
ruthra kumar
c43d0b81e3
Merge pull request #37488 from frappe/mergify/bp/version-14-hotfix/pr-37484
...
refactor(patch): ignore links on closing balance patch (backport #37484 )
2023-10-13 09:59:08 +05:30
ruthra kumar
cf0ab51348
refactor(patch): ignore links on closing balance patch
...
(cherry picked from commit 17ca8756a7 )
2023-10-13 03:50:02 +00:00
mergify[bot]
0590f21814
fix: don't set finance books if gross_purchase_amount is not set (backport #37480 ) ( #37482 )
...
fix: don't set finance books if gross_purchase_amount is not set (#37480 )
(cherry picked from commit 18e3a8907a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-12 19:44:36 +05:30
Sagar Vora
bbdf26c82e
Merge pull request #37468 from frappe/mergify/bp/version-14-hotfix/pr-37418
...
fix: german tranlations of "Is Return" (backport #37418 )
2023-10-12 13:05:49 +05:30
ruthra kumar
020d2e2ca6
Merge pull request #37464 from frappe/mergify/bp/version-14-hotfix/pr-37436
...
refactor: for non-repost fields, don't validate (backport #37436 )
2023-10-12 10:51:42 +05:30
ruthra kumar
f434548204
Merge pull request #37465 from frappe/mergify/bp/version-14-hotfix/pr-37459
...
refactor: add validation for Advances in SI/PI (backport #37459 )
2023-10-12 10:51:18 +05:30
barredterra
f9b2355066
fix: german tranlations of "Is Return"
...
(cherry picked from commit 38ca164662 )
2023-10-12 02:21:05 +00:00
Frappe PR Bot
2815952a03
chore(release): Bumped to Version 14.44.0
...
# [14.44.0](https://github.com/frappe/erpnext/compare/v14.43.1...v14.44.0 ) (2023-10-12)
### Bug Fixes
* added validation for the batch on stock reco ([#37174 ](https://github.com/frappe/erpnext/issues/37174 )) ([4c337a6 ](4c337a6f44 ))
* ageing summary in AR ([15d2024 ](15d2024b8e ))
* allocate amt for payment term invoices ([b22ac13 ](b22ac137f5 ))
* call validate before setting repost flag ([bec3e8e ](bec3e8ed96 ))
* do not run bg job for single doc ([4123e7b ](4123e7b244 ))
* **Employee:** enable `no_copy` for `relieving_date` (backport [#37344 ](https://github.com/frappe/erpnext/issues/37344 )) ([#37358 ](https://github.com/frappe/erpnext/issues/37358 )) ([2b38b78 ](2b38b780ba ))
* exception on exporting errored rows ([e58b3b1 ](e58b3b11e9 ))
* fetch company details for Lead based quotation ([c1d40a6](c1d40a6bfa ))
* fetch dependent task subject and project (backport [#37401 ](https://github.com/frappe/erpnext/issues/37401 )) ([#37421 ](https://github.com/frappe/erpnext/issues/37421 )) ([0aad942 ](0aad942312 ))
* ignore cancelled gle in voucher-wise balance report ([#36417 ](https://github.com/frappe/erpnext/issues/36417 )) ([ee1255a ](ee1255a716 ))
* incorrect status of the returned purchase receipt ([#37300 ](https://github.com/frappe/erpnext/issues/37300 )) ([63f4573 ](63f45739e0 ))
* linting issues ([6c8a65e ](6c8a65e03b ))
* negative valuation rate in PR return ([#37424 ](https://github.com/frappe/erpnext/issues/37424 )) ([26ad688 ](26ad688584 ))
* payment request rounding in multi-currency and on status update ([eed5863 ](eed58634ba ))
* production plan reserved qty incorrect calculation (backport [#37400 ](https://github.com/frappe/erpnext/issues/37400 )) ([#37458 ](https://github.com/frappe/erpnext/issues/37458 )) ([573b159 ](573b159541 ))
* split inv allocated amt on server side ([06b0477 ](06b04770fc ))
* typo in doctype name and qb ([606c99e ](606c99e57c ))
* **ux:** allow MR to Stop until fully received (backport [#37452 ](https://github.com/frappe/erpnext/issues/37452 )) ([#37456 ](https://github.com/frappe/erpnext/issues/37456 )) ([fb0b426 ](fb0b426fe4 ))
* validation for si ([3dc68e3 ](3dc68e3b00 ))
### Features
* add repost btn in invoice ([cde848d ](cde848dc7f ))
* allow on submit fields ([f5245f6 ](f5245f6b3f ))
* allow repost for pi ([2d13dda ](2d13dda49c ))
* composite WIP asset ([#37352 ](https://github.com/frappe/erpnext/issues/37352 )) ([0ecd7d2 ](0ecd7d2bf5 ))
* disable currency exchange api. ([#33593 ](https://github.com/frappe/erpnext/issues/33593 )) ([1ca0516 ](1ca0516fe5 ))
* filter on voucher no ([cb35218 ](cb35218eec ))
* introduce unreconcile doctype ([ae8355c ](ae8355c953 ))
* UI for unreconcile ([9531a45 ](9531a45b94 ))
* unreconcile support for journal entry ([cd2d335 ](cd2d335256 ))
* validate negative stock for inventory dimension ([#37373 ](https://github.com/frappe/erpnext/issues/37373 )) ([1480aca ](1480acabb0 ))
2023-10-12 02:15:37 +00:00
Deepesh Garg
33f4fae8cd
Merge pull request #37430 from frappe/version-14-hotfix
...
chore: release v14
2023-10-12 07:43:46 +05:30
ruthra kumar
d37a1811db
refactor: add validation for Advances in SI/PI
...
(cherry picked from commit 0cdd6435a5 )
2023-10-11 14:34:38 +00:00
ruthra kumar
8dd26949b7
refactor: for non-repost fields, don't validate
...
(cherry picked from commit c1782c5015 )
2023-10-11 14:34:29 +00:00
s-aga-r
26ad688584
fix: negative valuation rate in PR return ( #37424 )
...
* fix: negative valuation rate in PR return
* test: add test case for PR return
2023-10-11 18:44:32 +05:30
Frappe PR Bot
48ceead9d0
chore(release): Bumped to Version 14.43.1
...
## [14.43.1](https://github.com/frappe/erpnext/compare/v14.43.0...v14.43.1 ) (2023-10-11)
### Bug Fixes
* fetch company details for Lead based quotation ([e4ed1d6 ](e4ed1d684d ))
2023-10-11 11:14:16 +00:00
ruthra kumar
9dd33739f9
Merge pull request #37460 from frappe/mergify/bp/version-14/pr-37371
...
fix: fetch company details for Lead based quotation (backport #37370 ) (backport #37371 )
2023-10-11 16:42:42 +05:30
ruthra kumar
e4ed1d684d
fix: fetch company details for Lead based quotation
...
(cherry picked from commit f388864fd5 )
(cherry picked from commit c1d40a6bfa )
2023-10-11 10:46:00 +00:00
mergify[bot]
573b159541
fix: production plan reserved qty incorrect calculation (backport #37400 ) ( #37458 )
...
fix: production plan reserved qty incorrect calculation (#37400 )
(cherry picked from commit f3238f9105 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-10-11 14:41:32 +05:30
mergify[bot]
fb0b426fe4
fix(ux): allow MR to Stop until fully received (backport #37452 ) ( #37456 )
...
fix(ux): allow MR to Stop until fully received
(cherry picked from commit 0d7a0f393d )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-11 13:51:29 +05:30
ruthra kumar
63ff1f1eaa
Merge pull request #37399 from frappe/mergify/bp/version-14-hotfix/pr-37194
...
feat: editable purchase invoice (backport #37194 )
2023-10-10 21:05:56 +05:30
ruthra kumar
4d79a4e7b3
Merge pull request #37420 from frappe/mergify/bp/version-14-hotfix/pr-37204
...
fix: allocate payment amount for split invoices in PE (backport #37204 )
2023-10-10 21:04:26 +05:30
ruthra kumar
97f9656460
Merge pull request #37419 from frappe/mergify/bp/version-14-hotfix/pr-37123
...
fix: payment request rounding in multi-currency and on status update (backport #37123 )
2023-10-10 21:03:52 +05:30
ruthra kumar
14ddcd6c24
Merge pull request #37427 from frappe/mergify/bp/version-14-hotfix/pr-36417
...
fix: ignore cancelled gle in voucher-wise balance report (backport #36417 )
2023-10-10 21:03:21 +05:30
Deepesh Garg
9689c1fcec
Merge branch 'version-14' into version-14-hotfix
2023-10-10 20:19:26 +05:30
Gursheen Kaur Anand
ee1255a716
fix: ignore cancelled gle in voucher-wise balance report ( #36417 )
...
fix: ignore cancelled gle
(cherry picked from commit 1ddfaa7605 )
2023-10-10 08:09:32 +00:00
ruthra kumar
b0ac097327
chore: resolve conflicts
2023-10-10 11:31:19 +05:30
ruthra kumar
5d97a69e32
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37194
2023-10-10 11:10:09 +05:30
mergify[bot]
0aad942312
fix: fetch dependent task subject and project (backport #37401 ) ( #37421 )
...
fix: fetch dependent task subject and project (#37401 )
(cherry picked from commit 78eaf5d035 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-10 11:06:33 +05:30
ruthra kumar
debfbc4761
refactor: remove references in repost doctypes upon parent doc delet
...
(cherry picked from commit ed7f67b1a8 )
2023-10-10 11:01:05 +05:30
Gursheen Anand
3dc68e3b00
fix: validation for si
...
(cherry picked from commit 61c6ebbb95 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
bec3e8ed96
fix: call validate before setting repost flag
...
(cherry picked from commit 8ef0d88708 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
4123e7b244
fix: do not run bg job for single doc
...
(cherry picked from commit 1856050ef9 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
c9bcf79e83
refactor: remove repeated validation for voucher
...
(cherry picked from commit a856091ff4 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
677525b2cf
refactor: use repost accounting legder
...
(cherry picked from commit 7ebf083683 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
8c83bbc096
refactor: remove unused method
...
(cherry picked from commit ba7212c98b )
2023-10-10 10:58:19 +05:30
Gursheen Anand
a512d27dbb
test: reposted acc entries for pi
...
(cherry picked from commit c66c438575 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
6c8a65e03b
fix: linting issues
...
(cherry picked from commit c88f6d1fa7 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
2d13dda49c
feat: allow repost for pi
...
(cherry picked from commit 23470bf52d )
2023-10-10 10:58:19 +05:30
Gursheen Anand
cde848dc7f
feat: add repost btn in invoice
...
(cherry picked from commit e77814fbc0 )
2023-10-10 10:58:19 +05:30
Gursheen Anand
79e414cb97
refactor: move reposting logic to common controller
...
(cherry picked from commit 68effd93bd )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2023-10-10 10:58:19 +05:30
Gursheen Anand
f5245f6b3f
feat: allow on submit fields
...
(cherry picked from commit e922ec60eb )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2023-10-10 10:58:19 +05:30
ruthra kumar
dc804f216d
Merge pull request #37402 from frappe/mergify/bp/version-14-hotfix/pr-36879
...
feat: Unreconcile Payments (backport #36879 )
2023-10-10 10:39:54 +05:30
Gursheen Anand
bc0db696c9
chore: remove unused variable
...
(cherry picked from commit 545f2ccdf1 )
2023-10-10 04:42:15 +00:00
Gursheen Anand
06b04770fc
fix: split inv allocated amt on server side
...
(cherry picked from commit b3aa201eb5 )
2023-10-10 04:42:15 +00:00
Gursheen Anand
b22ac137f5
fix: allocate amt for payment term invoices
...
(cherry picked from commit ac28a5b372 )
2023-10-10 04:42:15 +00:00
David Arnold
eed58634ba
fix: payment request rounding in multi-currency and on status update
...
(cherry picked from commit 6e1ad4c5bd )
2023-10-10 04:38:31 +00:00
mergify[bot]
24852e46c1
chore: rewrite query using query builder (backport #37310 ) ( #37415 )
...
* chore: rewrite query using query builder
(cherry picked from commit 25718f5cc7 )
* chore: fix shopping cart tests
(cherry picked from commit fb51cae88b )
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-10-09 20:56:43 +05:30
Deepesh Garg
50521d4efe
Merge pull request #37322 from frappe/mergify/bp/version-14-hotfix/pr-37119
...
chore: add regional support for getting payment entries (#37119 )
2023-10-09 19:28:07 +05:30
ruthra kumar
8fc705ea6a
chore: resolve conflicts
2023-10-09 15:17:47 +05:30
ruthra kumar
63274527d2
test: multi currency invoice unreconciliation
...
exchange gain/loss associated with the unreconcile invoice should be
cancelled as well
(cherry picked from commit d398775715 )
2023-10-09 06:15:09 +00:00
ruthra kumar
aba51ee352
refactor(test): more modularization
...
(cherry picked from commit 5c09fdf941 )
2023-10-09 06:15:09 +00:00
ruthra kumar
4bd83b5058
refactor: cancel gain/loss JE on multi currency transactions
...
(cherry picked from commit 1d93d66c30 )
2023-10-09 06:15:09 +00:00
ruthra kumar
75d3093aea
refactor: only cancel specific gain/loss je
...
(cherry picked from commit 5dbcf7d2b9 )
2023-10-09 06:15:09 +00:00
ruthra kumar
669d692844
refactor: display allocated amount in account currency with symbol
...
(cherry picked from commit 6fd1c1bca2 )
2023-10-09 06:15:09 +00:00
ruthra kumar
606c99e57c
fix: typo in doctype name and qb
...
(cherry picked from commit 9a1588f1cc )
2023-10-09 06:15:08 +00:00
ruthra kumar
cf308912a1
test: more granular unreconciliation
...
(cherry picked from commit 67980188a7 )
2023-10-09 06:15:08 +00:00
ruthra kumar
f5718390b7
refactor: unlink individual vouchers from payments
...
(cherry picked from commit 9b6eac23b6 )
2023-10-09 06:15:08 +00:00
ruthra kumar
8954bd7759
chore: type info
...
(cherry picked from commit b4dc2bdf28 )
2023-10-09 06:15:08 +00:00
ruthra kumar
3cbaea389b
refactor: convert raw sql to query_builder
...
(cherry picked from commit 0130aea2aa )
2023-10-09 06:15:07 +00:00
ruthra kumar
335cb5fd28
refactor: single fetch and unlinking logic for JE and PE
...
(cherry picked from commit de910ab152 )
2023-10-09 06:15:07 +00:00
ruthra kumar
cd2d335256
feat: unreconcile support for journal entry
...
(cherry picked from commit 285963acdb )
2023-10-09 06:15:07 +00:00
ruthra kumar
1a69db0f80
refactor: modularisation and group by voucher_no
...
(cherry picked from commit cce96669f0 )
2023-10-09 06:15:07 +00:00
ruthra kumar
84e4a2509c
chore: rename and add trigger in journal entry
...
(cherry picked from commit 0ccb6d8242 )
2023-10-09 06:15:06 +00:00
ruthra kumar
f4e1959cc7
chore: code cleanup
...
(cherry picked from commit 69683776a5 )
2023-10-09 06:15:06 +00:00
ruthra kumar
7651ecbc2b
chore: fetch logic for payment entry
...
(cherry picked from commit 1981f3837a )
2023-10-09 06:15:06 +00:00
ruthra kumar
e464f5e419
chore: move functions to a separate file in utils
...
(cherry picked from commit 25fe752185 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
# erpnext/public/js/erpnext.bundle.js
2023-10-09 06:15:06 +00:00
ruthra kumar
1e93d0bcc4
chore: move dialog building function to utils.js file
...
(cherry picked from commit 5981c7e0ad )
2023-10-09 06:15:05 +00:00
ruthra kumar
b886589657
refactor: add UI elements
...
(cherry picked from commit 58dc0e52e1 )
2023-10-09 06:15:05 +00:00
ruthra kumar
3a670264b2
chore: delete unreoncile doc upon parent doc deletion
...
(cherry picked from commit 6bbe47c671 )
2023-10-09 06:15:05 +00:00
ruthra kumar
2fd500ce26
chore: track changes
...
(cherry picked from commit 489a545bbb )
2023-10-09 06:15:04 +00:00
ruthra kumar
9422422dcc
refactor: remove references using framework
...
(cherry picked from commit 42df0d3d67 )
2023-10-09 06:15:04 +00:00
ruthra kumar
37fc82cd11
chore: delete references upon parent deletion
...
(cherry picked from commit fbdfb8151c )
2023-10-09 06:15:04 +00:00
ruthra kumar
cb35218eec
feat: filter on voucher no
...
(cherry picked from commit 41eb2c9f5a )
2023-10-09 06:15:04 +00:00
ruthra kumar
9531a45b94
feat: UI for unreconcile
...
(cherry picked from commit fc6be5bfb9 )
2023-10-09 06:15:03 +00:00
ruthra kumar
fb41f5f88c
test: basic unreconcile function
...
(cherry picked from commit 0faffaa8db )
2023-10-09 06:15:03 +00:00
ruthra kumar
b9647ac0a4
refactor: adding 'Get Allocations' button
...
(cherry picked from commit 5114a9580d )
2023-10-09 06:15:03 +00:00
ruthra kumar
77fa0f68df
chore: working state on barebones functions
...
(cherry picked from commit e48a90efe6 )
2023-10-09 06:15:03 +00:00
ruthra kumar
ae8355c953
feat: introduce unreconcile doctype
...
(cherry picked from commit dc71623295 )
2023-10-09 06:15:02 +00:00
ruthra kumar
c42ef922d2
Merge pull request #37396 from frappe/mergify/bp/version-14-hotfix/pr-37395
...
fix: exception on exporting errored rows (backport #37395 )
2023-10-08 18:39:49 +05:30
ruthra kumar
e58b3b11e9
fix: exception on exporting errored rows
...
(cherry picked from commit d3c6000904 )
2023-10-08 12:52:16 +00:00
ruthra kumar
8f0e10bfbe
Merge pull request #37388 from frappe/mergify/bp/version-14-hotfix/pr-37289
...
fix: ageing summary in SOA AR (backport #37289 )
2023-10-08 12:25:51 +05:30
Gursheen Kaur Anand
77d719af6e
chore: linting issues
2023-10-07 15:40:27 +05:30
Gursheen Kaur Anand
3f59518d01
chore: resolve conflicts
2023-10-07 15:21:50 +05:30
Gursheen Anand
24b1100c8f
test: process soa for gl and ar
...
(cherry picked from commit 644e25e587 )
2023-10-07 09:40:32 +00:00
Gursheen Anand
c29eab12df
refactor: separate function for statement dict
...
(cherry picked from commit 67f878ff8c )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2023-10-07 09:40:32 +00:00
Gursheen Anand
15d2024b8e
fix: ageing summary in AR
...
(cherry picked from commit d9eb44e62d )
2023-10-07 09:40:32 +00:00
rohitwaghchaure
1480acabb0
feat: validate negative stock for inventory dimension ( #37373 )
...
* feat: validate negative stock for inventory dimension
* test: test case for validate negative stock for inv dimension
2023-10-06 17:55:32 +05:30
rohitwaghchaure
4c337a6f44
fix: added validation for the batch on stock reco ( #37174 )
2023-10-06 13:06:13 +05:30
rohitwaghchaure
63f45739e0
fix: incorrect status of the returned purchase receipt ( #37300 )
2023-10-06 11:58:15 +05:30
ruthra kumar
55a9a8fd51
Merge pull request #37371 from frappe/mergify/bp/version-14-hotfix/pr-37370
...
fix: fetch company details for Lead based quotation (backport #37370 )
2023-10-05 14:25:14 +05:30
ruthra kumar
c1d40a6bfa
fix: fetch company details for Lead based quotation
...
(cherry picked from commit f388864fd5 )
2023-10-05 08:21:26 +00:00
ruthra kumar
bbc13c719e
Merge pull request #37367 from frappe/mergify/bp/version-14-hotfix/pr-37359
...
refactor: add `access_key` field to facilitate use of exchangerate.host provider (backport #37359 )
2023-10-05 12:57:41 +05:30
ruthra kumar
3b49079ad7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-37359
2023-10-05 12:17:07 +05:30
ruthra kumar
6fad2bad11
Merge pull request #37369 from frappe/mergify/bp/version-14-hotfix/pr-33593
...
feat: disable currency exchange api. (backport #33593 )
2023-10-05 10:25:40 +05:30
Devin Slauenwhite
1ca0516fe5
feat: disable currency exchange api. ( #33593 )
...
(cherry picked from commit 179a31ed5e )
2023-10-05 04:03:15 +00:00
ruthra kumar
04b8527ba8
chore: refactor test case for exchangerate.host provider
...
(cherry picked from commit c8e3dc6c4c )
2023-10-05 03:50:28 +00:00
ruthra kumar
98a9007e9f
refactor: introduce access_key field
...
(cherry picked from commit 81591a34c2 )
# Conflicts:
# erpnext/accounts/doctype/currency_exchange_settings/currency_exchange_settings.json
2023-10-05 03:50:28 +00:00
ruthra kumar
64a50cfabf
Merge pull request #37366 from frappe/mergify/bp/version-14-hotfix/pr-37294
...
refactor: block Payment Entry as ref in Journals from UI (backport #37294 )
2023-10-05 09:20:20 +05:30
ruthra kumar
587a965bdf
refactor: block Payment Entry as ref in JE from UI
...
(cherry picked from commit d391e81505 )
2023-10-05 03:25:04 +00:00
ruthra kumar
52c0900576
Merge pull request #37363 from frappe/mergify/copy/version-14-hotfix/pr-37362
...
test: fixing test_capitalization_with_wip_composite_asset (copy #37362 )
2023-10-05 08:38:20 +05:30
anandbaburajan
67a43c353c
test: fixing test_capitalization_with_wip_composite_asset
...
(cherry picked from commit 9468513d7c )
2023-10-04 16:44:31 +00:00
Frappe PR Bot
cf9fc552f0
chore(release): Bumped to Version 14.43.0
...
# [14.43.0](https://github.com/frappe/erpnext/compare/v14.42.0...v14.43.0 ) (2023-10-04)
### Features
* composite WIP asset (backport [#37352 ](https://github.com/frappe/erpnext/issues/37352 )) ([#37360 ](https://github.com/frappe/erpnext/issues/37360 )) ([6947686 ](6947686141 ))
2023-10-04 14:18:28 +00:00
mergify[bot]
6947686141
feat: composite WIP asset (backport #37352 ) ( #37360 )
...
feat: composite WIP asset (#37352 )
feat: wip composite asset
(cherry picked from commit 0ecd7d2bf5 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-04 19:46:30 +05:30
mergify[bot]
2b38b780ba
fix(Employee): enable no_copy for relieving_date (backport #37344 ) ( #37358 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Jignesh (GreyCube Technologies) <jignesh@greycube.in >
fix(Employee): enable `no_copy` for `relieving_date` (#37344 )
2023-10-04 14:29:45 +05:30
Anand Baburajan
0ecd7d2bf5
feat: composite WIP asset ( #37352 )
...
feat: wip composite asset
2023-10-04 10:29:14 +05:30
Frappe PR Bot
9f1b9320e9
chore(release): Bumped to Version 14.42.0
...
# [14.42.0](https://github.com/frappe/erpnext/compare/v14.41.2...v14.42.0 ) (2023-10-04)
### Bug Fixes
* add only float row values for total ([020aedb ](020aedb8b0 ))
* currency symbol in the Supplier Quotation Comparison report ([#37337 ](https://github.com/frappe/erpnext/issues/37337 )) ([82e8606 ](82e8606b3c ))
* Description field for the 'Ignore Available Stock' ([#37293 ](https://github.com/frappe/erpnext/issues/37293 )) ([7f1483a ](7f1483ad70 ))
* do not consider submitted Work Orders in the Production Plan Res… ([#37343 ](https://github.com/frappe/erpnext/issues/37343 )) ([c3aeb2d ](c3aeb2dec5 ))
* ignore user permissions for `Source Warehouse` (backport [#37313 ](https://github.com/frappe/erpnext/issues/37313 )) ([#37314 ](https://github.com/frappe/erpnext/issues/37314 )) ([04f0dfb ](04f0dfb691 ))
* incorrect qty for material request in Production Plan ([#37270 ](https://github.com/frappe/erpnext/issues/37270 )) ([8fe4a4d ](8fe4a4d3aa ))
* Not unique table/alias: 'tabTask' (backport [#37285 ](https://github.com/frappe/erpnext/issues/37285 )) ([#37298 ](https://github.com/frappe/erpnext/issues/37298 )) ([95e0bf5 ](95e0bf5e0e ))
* party format in test ([28756bf ](28756bf7b6 ))
* PCV posting issues ([#37029 ](https://github.com/frappe/erpnext/issues/37029 )) ([92eabe3 ](92eabe3cf5 ))
* process soa filter for multiselect ([4962b67 ](4962b67358 ))
* query for multiselect filter ([6d7aa2a ](6d7aa2ae94 ))
* set route filter values for AP ([49f0f1c ](49f0f1ca09 ))
* set route filter values for AR ([2b30727 ](2b30727fdc ))
* summary report filters ([403ff69 ](403ff697e9 ))
* trial balance report freezes when adding filters (backport [#37264 ](https://github.com/frappe/erpnext/issues/37264 )) ([#37265 ](https://github.com/frappe/erpnext/issues/37265 )) ([6a8146b ](6a8146ba8a ))
* Use default Cost Center of the Company for additional discount ([#37234 ](https://github.com/frappe/erpnext/issues/37234 )) ([e483b4a ](e483b4a78a ))
* validation message for valuation rate ([#37301 ](https://github.com/frappe/erpnext/issues/37301 )) ([643bb05 ](643bb0511c ))
### Features
* asset salvage_value_percentage (backport [#37302 ](https://github.com/frappe/erpnext/issues/37302 )) ([#37334 ](https://github.com/frappe/erpnext/issues/37334 )) ([6daea6c ](6daea6ccb2 ))
2023-10-04 02:15:16 +00:00
ruthra kumar
12a7cb21b5
Merge pull request #37339 from frappe/version-14-hotfix
...
chore: release v14
2023-10-04 07:43:39 +05:30
rohitwaghchaure
643bb0511c
fix: validation message for valuation rate ( #37301 )
2023-10-03 22:56:33 +05:30
rohitwaghchaure
e975a10a75
chore: fix linter issue ( #37349 )
2023-10-03 22:08:37 +05:30
rohitwaghchaure
c3aeb2dec5
fix: do not consider submitted Work Orders in the Production Plan Res… ( #37343 )
...
fix: do not consider submitted Work Orders in the Production Plan Reserve qty
2023-10-03 20:34:10 +05:30
ruthra kumar
fe32787e6e
Merge pull request #37346 from frappe/mergify/bp/version-14-hotfix/pr-37304
...
fix: only float row values for total in AP summary (backport #37304 )
2023-10-03 20:19:54 +05:30
ruthra kumar
f3b872a8e2
refactor: use isinstance over type
...
(cherry picked from commit 67440c38ae )
2023-10-03 14:16:27 +00:00
Gursheen Anand
020aedb8b0
fix: add only float row values for total
...
(cherry picked from commit 1dab195560 )
2023-10-03 14:16:27 +00:00
rohitwaghchaure
82e8606b3c
fix: currency symbol in the Supplier Quotation Comparison report ( #37337 )
...
fix: currency in the Supplier Quotation Comparison report
2023-10-03 18:53:43 +05:30
mergify[bot]
6daea6ccb2
feat: asset salvage_value_percentage (backport #37302 ) ( #37334 )
...
* feat: asset salvage_value_percentage (#37302 )
* feat: asset salvage_value_percentage
* chore: add missing parameter in get_item_details
* chore: change asset depr table colors
(cherry picked from commit fed94845ce )
# Conflicts:
# erpnext/assets/doctype/asset/asset.js
# erpnext/assets/doctype/asset_activity/asset_activity.json
# erpnext/assets/doctype/asset_finance_book/asset_finance_book.json
* chore: resolving conflicts
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-10-03 13:35:10 +05:30
Smit Vora
f7de825e89
chore: add regional support for getting payment entries ( #37119 )
...
chore: add regional support for get payment entries
(cherry picked from commit 3e282bfbce )
2023-10-02 10:32:40 +00:00
mergify[bot]
04f0dfb691
fix: ignore user permissions for Source Warehouse (backport #37313 ) ( #37314 )
...
* fix: ignore user permissions for `Source Warehouse` (#37313 )
(cherry picked from commit e7f4b7b190 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-10-01 21:31:17 +05:30
mergify[bot]
95e0bf5e0e
fix: Not unique table/alias: 'tabTask' (backport #37285 ) ( #37298 )
...
fix: Not unique table/alias: 'tabTask' (#37285 )
(cherry picked from commit 361e555118 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-29 15:07:10 +05:30
rohitwaghchaure
7f1483ad70
fix: Description field for the 'Ignore Available Stock' ( #37293 )
2023-09-29 14:35:45 +05:30
Frappe PR Bot
7fd4d3c882
chore(release): Bumped to Version 14.41.2
...
## [14.41.2](https://github.com/frappe/erpnext/compare/v14.41.1...v14.41.2 ) (2023-09-29)
### Bug Fixes
* incorrect qty for material request in Production Plan (backport [#37270 ](https://github.com/frappe/erpnext/issues/37270 )) ([#37290 ](https://github.com/frappe/erpnext/issues/37290 )) ([cfb3a9e ](cfb3a9eabf ))
2023-09-29 06:50:09 +00:00
mergify[bot]
cfb3a9eabf
fix: incorrect qty for material request in Production Plan (backport #37270 ) ( #37290 )
...
fix: incorrect qty for material request in Production Plan (#37270 )
(cherry picked from commit 8fe4a4d3aa )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-29 12:18:35 +05:30
HENRY Florian
21c1c7194b
refactor: In Quotation Item, discount_and_margin section should have same collapsible_depends_on as other similar DocType (Sales Order Item,Sales Invoice Item,...) ( #37272 )
2023-09-29 08:29:18 +05:30
Deepesh Garg
81c4279a30
Merge pull request #37282 from frappe/mergify/bp/version-14-hotfix/pr-37268
...
fix: AP AR filters from Party link (backport #37268 )
2023-09-28 19:34:56 +05:30
ruthra kumar
01b54134ae
test: multi select party filter in AR report
...
(cherry picked from commit 2c7d6aec89 )
2023-09-28 06:26:05 +00:00
Gursheen Anand
28756bf7b6
fix: party format in test
...
(cherry picked from commit 59e8abfd57 )
2023-09-28 06:26:05 +00:00
Gursheen Anand
4962b67358
fix: process soa filter for multiselect
...
(cherry picked from commit 4b28154f5e )
2023-09-28 06:26:05 +00:00
Gursheen Anand
403ff697e9
fix: summary report filters
...
(cherry picked from commit f7cb68a45f )
2023-09-28 06:26:04 +00:00
Gursheen Anand
6d7aa2ae94
fix: query for multiselect filter
...
(cherry picked from commit e7239e02d4 )
2023-09-28 06:26:04 +00:00
Gursheen Anand
2b30727fdc
fix: set route filter values for AR
...
(cherry picked from commit 9d15124a6a )
2023-09-28 06:26:04 +00:00
Gursheen Anand
49f0f1ca09
fix: set route filter values for AP
...
(cherry picked from commit 888ed36eed )
2023-09-28 06:26:04 +00:00
rohitwaghchaure
8fe4a4d3aa
fix: incorrect qty for material request in Production Plan ( #37270 )
2023-09-27 20:02:05 +05:30
Frappe PR Bot
1b86e7e2f5
chore(release): Bumped to Version 14.41.1
...
## [14.41.1](https://github.com/frappe/erpnext/compare/v14.41.0...v14.41.1 ) (2023-09-27)
### Bug Fixes
* trial balance report freezes when adding filters (backport [#37264 ](https://github.com/frappe/erpnext/issues/37264 )) ([#37266 ](https://github.com/frappe/erpnext/issues/37266 )) ([53817e4 ](53817e463f ))
2023-09-27 07:08:57 +00:00
mergify[bot]
53817e463f
fix: trial balance report freezes when adding filters (backport #37264 ) ( #37266 )
...
fix: trial balance report freezes when adding filters (#37264 )
fix: Only add onclick if correct data is returned
workaround for https://github.com/frappe/datatable/issues/177
(cherry picked from commit 2dc95e5d59 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-09-27 12:37:05 +05:30
mergify[bot]
6a8146ba8a
fix: trial balance report freezes when adding filters (backport #37264 ) ( #37265 )
...
fix: trial balance report freezes when adding filters (#37264 )
fix: Only add onclick if correct data is returned
workaround for https://github.com/frappe/datatable/issues/177
(cherry picked from commit 2dc95e5d59 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-09-27 12:36:58 +05:30
Deepesh Garg
b18678df4d
Merge pull request #37262 from frappe/mergify/bp/version-14-hotfix/pr-37029
...
fix: PCV posting issues (backport #37029 )
2023-09-27 12:07:54 +05:30
Deepesh Garg
8d813e3256
chore: resolve conflicts
2023-09-27 11:19:39 +05:30
Deepesh Garg
c6966f4e2d
Merge pull request #37263 from frappe/mergify/bp/version-14-hotfix/pr-37234
...
fix: Use default Cost Center of the Company for additional discount (backport #37234 )
2023-09-27 11:18:29 +05:30
Frappe PR Bot
abb6044291
chore(release): Bumped to Version 14.41.0
...
# [14.41.0](https://github.com/frappe/erpnext/compare/v14.40.0...v14.41.0 ) (2023-09-27)
### Bug Fixes
* allow to select parent warehouse in the website item (backport [#37047 ](https://github.com/frappe/erpnext/issues/37047 )) ([#37173 ](https://github.com/frappe/erpnext/issues/37173 )) ([56657b6 ](56657b6122 ))
* AP & AR summary filters to match AR (backport [#37248 ](https://github.com/frappe/erpnext/issues/37248 )) ([#37261 ](https://github.com/frappe/erpnext/issues/37261 )) ([1dc58b3 ](1dc58b3660 ))
* apply gl report filters ([b4bc44d ](b4bc44db4a ))
* german translation of Sales and Purchase Invoice ([#37122 ](https://github.com/frappe/erpnext/issues/37122 )) ([8236814 ](8236814270 ))
* incorrect `Parent Task` getting set for 2nd to nth child Task (backport [#37230 ](https://github.com/frappe/erpnext/issues/37230 )) ([#37240 ](https://github.com/frappe/erpnext/issues/37240 )) ([279f21d ](279f21d1e5 ))
* labels for `Stock Ledger Invariant Check` report (backport [#37150 ](https://github.com/frappe/erpnext/issues/37150 )) ([#37176 ](https://github.com/frappe/erpnext/issues/37176 )) ([f2bcfb5 ](f2bcfb5f97 ))
* **Material Request:** consider project for item details (backport [#37215 ](https://github.com/frappe/erpnext/issues/37215 )) ([#37221 ](https://github.com/frappe/erpnext/issues/37221 )) ([25f800d ](25f800d3f5 ))
* reserved qty for production plan ([#37251 ](https://github.com/frappe/erpnext/issues/37251 )) ([0a0d5b3 ](0a0d5b3e66 ))
* serial number decimal issue ([#37242 ](https://github.com/frappe/erpnext/issues/37242 )) ([78ab201 ](78ab2013e5 ))
* set customer currency in pos_invoice if exists ([e0da8d2 ](e0da8d261f ))
* Update `advance_paid` in SO/PO after unlinking from advance entry ([1181dcf ](1181dcf521 ))
* validate duplicate serial no on submit in DN ([#37243 ](https://github.com/frappe/erpnext/issues/37243 )) ([70e2093 ](70e2093941 ))
### Features
* `Stock Ledger Variance` report (backport [#37165 ](https://github.com/frappe/erpnext/issues/37165 )) ([#37183 ](https://github.com/frappe/erpnext/issues/37183 )) ([02fc67c ](02fc67c83c ))
* Toggle net values in Trial Balance report ([57c82c1 ](57c82c1800 ))
2023-09-27 05:40:33 +00:00
Deepesh Garg
e752027709
Merge pull request #37247 from frappe/version-14-hotfix
...
chore: release v14
2023-09-27 11:09:00 +05:30
vr-greycube
e483b4a78a
fix: Use default Cost Center of the Company for additional discount ( #37234 )
...
fix: Set cost center as default company cost center
When Discount Accounting in enabled in Selling Settings, use Company default Cost Center while making GL entries for additional_discount_account
(cherry picked from commit 4ada5a488e )
2023-09-27 05:09:46 +00:00
Deepesh Garg
92eabe3cf5
fix: PCV posting issues ( #37029 )
...
* fix: PCV posting issues
* fix: process closing entries separately in a background job
* test: Update tests
* chore: fix broken ci
(cherry picked from commit 8c5fcb8257 )
# Conflicts:
# erpnext/accounts/doctype/payment_request/payment_request.json
2023-09-27 04:53:41 +00:00
mergify[bot]
1dc58b3660
fix: AP & AR summary filters to match AR (backport #37248 ) ( #37261 )
...
* fix: set AR filters after rename
(cherry picked from commit 832d7e7d7b )
* fix: change filters for AR summary
(cherry picked from commit 7d96044d8e )
* fix: set new AP summary filters
(cherry picked from commit 76a5d94f37 )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-09-27 10:22:27 +05:30
rohitwaghchaure
0a0d5b3e66
fix: reserved qty for production plan ( #37251 )
2023-09-26 17:55:33 +05:30
rohitwaghchaure
78ab2013e5
fix: serial number decimal issue ( #37242 )
2023-09-26 16:46:19 +05:30
s-aga-r
70e2093941
fix: validate duplicate serial no on submit in DN ( #37243 )
2023-09-26 16:34:19 +05:30
mergify[bot]
279f21d1e5
fix: incorrect Parent Task getting set for 2nd to nth child Task (backport #37230 ) ( #37240 )
...
fix: incorrect `Parent Task` getting set for 2nd to nth child Task (#37230 )
(cherry picked from commit 73fc974950 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-26 13:32:05 +05:30
Deepesh Garg
ba45299e0d
Merge pull request #37228 from FHenry/14_warning_depreciation_regional_france
...
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 14:55:53 +05:30
Florian HENRY
c9ba777e3c
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-25 10:24:32 +02:00
Florian HENRY
ab8a4f7f7b
Merge branch 'version-14-hotfix' of https://github.com/frappe/erpnext into 14_warning_depreciation_regional_france
2023-09-25 10:19:55 +02:00
mergify[bot]
25f800d3f5
fix(Material Request): consider project for item details (backport #37215 ) ( #37221 )
...
fix(Material Request): consider project for item details (#37215 )
fix(Material Request): project in item details
(cherry picked from commit 7c4ebe2733 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-09-24 22:24:56 +05:30
Deepesh Garg
2b8118c5e6
Merge pull request #37218 from frappe/mergify/bp/version-14-hotfix/pr-37211
...
feat: Toggle net values in Trial Balance report (#37211 )
2023-09-24 20:19:06 +05:30
Deepesh Garg
4250a7c4d1
Merge pull request #37217 from frappe/mergify/bp/version-14-hotfix/pr-37213
...
fix: filter gl entries in process soa (#37213 )
2023-09-24 20:18:51 +05:30
Deepesh Garg
81d52b16d9
Merge pull request #37220 from frappe/mergify/bp/version-14-hotfix/pr-37167
...
fix: set customer currency in pos_invoice if exists (#37167 )
2023-09-24 20:18:09 +05:30
milanpethani
e0da8d261f
fix: set customer currency in pos_invoice if exists
...
if currency exists in the profile and customer currency doesn't exists still it will update currency to None, so update customer currency only if exists
(cherry picked from commit 041d52e828 )
2023-09-24 12:24:02 +00:00
Deepesh Garg
57c82c1800
feat: Toggle net values in Trial Balance report
...
(cherry picked from commit 06a45897de )
2023-09-24 12:15:57 +00:00
Gursheen Anand
b4bc44db4a
fix: apply gl report filters
...
(cherry picked from commit 5346c67b02 )
2023-09-24 12:15:44 +00:00
ruthra kumar
d3c9a6d975
Merge pull request #37206 from frappe/mergify/bp/version-14-hotfix/pr-37202
...
refactor: ignore PLE's on PCV cancellation (backport #37202 )
2023-09-22 13:57:53 +05:30
ruthra kumar
9d5fce9091
refactor: ignore PLE's on PCV cancellation
...
(cherry picked from commit 301092dad1 )
2023-09-22 08:00:36 +00:00
ruthra kumar
139a7ce911
Merge pull request #37196 from frappe/mergify/bp/version-14-hotfix/pr-37069
...
fix: Recalculate `advance_paid` in SO/PO after unlinking from advance entry (backport #37069 )
2023-09-22 10:18:00 +05:30
marination
591c720e51
test: Impact on SO of advance PE submit and unlinking/replacement by SI
...
(cherry picked from commit 8a4954d713 )
2023-09-22 03:06:31 +00:00
marination
1181dcf521
fix: Update advance_paid in SO/PO after unlinking from advance entry
...
(cherry picked from commit 426350eee6 )
2023-09-22 03:06:31 +00:00
mergify[bot]
02fc67c83c
feat: Stock Ledger Variance report (backport #37165 ) ( #37183 )
...
feat: `Stock Ledger Variance` report (#37165 )
* feat: `Stock Ledger Variance` report
* refactor: `get_data()`
(cherry picked from commit acda72d616 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-21 07:49:02 +00:00
Deepesh Garg
43f3779f10
Merge pull request #37156 from frappe/mergify/bp/version-14-hotfix/pr-37122
...
fix: german translation of Sales and Purchase Invoice (backport #37122 )
2023-09-20 22:15:43 +05:30
mergify[bot]
f2bcfb5f97
fix: labels for Stock Ledger Invariant Check report (backport #37150 ) ( #37176 )
...
fix: labels for `Stock Ledger Invariant Check` report (#37150 )
refactor: `Stock Ledger Invariant Check` report
(cherry picked from commit f0859ecc60 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-20 19:21:54 +05:30
Raffael Meyer
03e52d3859
chore: resolve conflicts
2023-09-20 14:38:42 +02:00
mergify[bot]
56657b6122
fix: allow to select parent warehouse in the website item (backport #37047 ) ( #37173 )
...
fix: allow to select parent warehouse in the website item (#37047 )
(cherry picked from commit e6199dc802 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-20 18:06:30 +05:30
Frappe PR Bot
2713925628
chore(release): Bumped to Version 14.40.0
...
# [14.40.0](https://github.com/frappe/erpnext/compare/v14.39.0...v14.40.0 ) (2023-09-20)
### Bug Fixes
* + btn not appearing for delivery note connection (backport [#36980 ](https://github.com/frappe/erpnext/issues/36980 )) ([#37070 ](https://github.com/frappe/erpnext/issues/37070 )) ([c2a0c1e ](c2a0c1e989 ))
* accepted warehouse and rejected warehouse can't be same (backport [#36973 ](https://github.com/frappe/erpnext/issues/36973 )) ([#37071 ](https://github.com/frappe/erpnext/issues/37071 )) ([b56c9b9 ](b56c9b91f1 ))
* after applying coupon code, field in_words not updated ([#37133 ](https://github.com/frappe/erpnext/issues/37133 )) ([1cb8c64 ](1cb8c64c94 ))
* Apply dimension filter, irrespective of dimesion columns ([9bc44a3 ](9bc44a3b40 ))
* asset validation misfire on debit notes ([b33db6c ](b33db6c79a ))
* company wise deferred accounting fields in item ([#37023 ](https://github.com/frappe/erpnext/issues/37023 )) ([13aaff3 ](13aaff30a5 ))
* Don't allow merging accounts with different currency ([#37074 ](https://github.com/frappe/erpnext/issues/37074 )) ([c41cb39 ](c41cb3930c ))
* don't set from warehouse for purchase material request ([#37132 ](https://github.com/frappe/erpnext/issues/37132 )) ([e62b783 ](e62b783f34 ))
* Duplicate Serial Nos validation in POS ([#36927 ](https://github.com/frappe/erpnext/issues/36927 )) ([366325c ](366325ca3c ))
* fetch logic for repay_from_salary in loan_repayment [v14] ([#37135 ](https://github.com/frappe/erpnext/issues/37135 )) ([480a0ca ](480a0ca7a8 ))
* ignore user permissions for `Source Warehouse` in MR (backport [#37102 ](https://github.com/frappe/erpnext/issues/37102 )) ([#37110 ](https://github.com/frappe/erpnext/issues/37110 )) ([727dcc5 ](727dcc5034 ))
* incorrect stock ledger entries in DN (backport [#36944 ](https://github.com/frappe/erpnext/issues/36944 )) ([#37066 ](https://github.com/frappe/erpnext/issues/37066 )) ([699ad80 ](699ad80802 ))
* packed item using expired price ([413b40f ](413b40f5a7 ))
* POS opening Issue if Product Bundle is available ([#37138 ](https://github.com/frappe/erpnext/issues/37138 )) ([af05864 ](af05864e6d ))
* precision issue and column name ([#37073 ](https://github.com/frappe/erpnext/issues/37073 )) ([f2395a9 ](f2395a9297 ))
* Purchase Receipt Provisional Accounting GL Entries (backport [#37046 ](https://github.com/frappe/erpnext/issues/37046 )) ([#37068 ](https://github.com/frappe/erpnext/issues/37068 )) ([8772e40 ](8772e40bae ))
* Remove redundant code ([#37001 ](https://github.com/frappe/erpnext/issues/37001 )) ([3ecdf02 ](3ecdf028f2 ))
* **ux:** move `get_route_options_for_new_doc` to `refresh` ([#37092 ](https://github.com/frappe/erpnext/issues/37092 )) ([a563fed ](a563fed6dc ))
* validate duplicate serial no in DN ([fffa13f ](fffa13f22b ))
### Features
* provision to create RIV from `Stock Ledger Invariant Check` report (backport [#37115 ](https://github.com/frappe/erpnext/issues/37115 )) ([#37147 ](https://github.com/frappe/erpnext/issues/37147 )) ([29ff0ce ](29ff0ce286 ))
2023-09-20 06:24:47 +00:00
Deepesh Garg
428870a65d
Merge pull request #37153 from frappe/version-14-hotfix
...
chore: release v14
2023-09-20 11:53:07 +05:30
mergify[bot]
c5df164e1c
chore: translations dutch ( #37042 )
...
chore: translations dutch (#37042 )
update: translations dutch
(cherry picked from commit c35dea7177 )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-09-19 20:41:53 +05:30
HENRY Florian
8c14dbd7ac
chore: translation manual backport of #35697 ( #37053 )
...
chore: translation manual backport of #35697
2023-09-19 20:26:05 +05:30
Raffael Meyer
8236814270
fix: german translation of Sales and Purchase Invoice ( #37122 )
...
* fix: german translation of Purchase Invoice
* fix: german translation of Sales Invoice
(cherry picked from commit 84a9000db2 )
# Conflicts:
# erpnext/translations/de.csv
2023-09-19 14:29:56 +00:00
mergify[bot]
1cb8c64c94
fix: after applying coupon code, field in_words not updated ( #37133 )
...
fix: after applying coupon code, field in_words not updated (#37133 )
* fix: after applying coupon code, field in_words not updated
* fix: changed the order of the function set_total_in_words
(cherry picked from commit 03f0abf6de )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-19 19:44:29 +05:30
mergify[bot]
699ad80802
fix: incorrect stock ledger entries in DN (backport #36944 ) ( #37066 )
...
fix: incorrect stock ledger entries in DN (#36944 )
(cherry picked from commit 0e83190c19 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-09-19 19:30:47 +05:30
Anand Baburajan
480a0ca7a8
fix: fetch logic for repay_from_salary in loan_repayment [v14] ( #37135 )
...
* fix: fetch logic for repay_from_salary in loan_repayment
* chore: only fetch repay_from_salary if field exists
2023-09-19 15:18:35 +05:30
mergify[bot]
29ff0ce286
feat: provision to create RIV from Stock Ledger Invariant Check report (backport #37115 ) ( #37147 )
...
feat: provision to create RIV from `Stock Ledger Invariant Check` report (#37115 )
* feat: provision to create RIV from `Stock Ledger Invariant Check` report
* fix: `linter`
(cherry picked from commit 9c9d0ecb73 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-19 14:01:47 +05:30
RitvikSardana
af05864e6d
fix: POS opening Issue if Product Bundle is available ( #37138 )
...
fix: POS opening issue because of Product Bundle
2023-09-19 13:09:35 +05:30
mergify[bot]
dfe5f63f59
refactor: more generic filters in Accounts Receivable report (backport #37131 ) ( #37137 )
...
* refactor: replace 'customer' filter with 'party_type' and 'party'
(cherry picked from commit ac650d2e7a )
* chore: remove stale code
(cherry picked from commit 083c82c206 )
* refactor(test): AR output filtered on USD customers
(cherry picked from commit 08d91ab831 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-19 13:07:30 +05:30
RitvikSardana
366325ca3c
fix: Duplicate Serial Nos validation in POS ( #36927 )
...
* fix: added validation for duplicate serial nos in pos
* chore: code cleanup
* chore: code cleanup
* fix: removed duplicate batch number validation
* chore: code cleanup
2023-09-18 16:32:45 +05:30
rohitwaghchaure
e62b783f34
fix: don't set from warehouse for purchase material request ( #37132 )
2023-09-18 16:10:21 +05:30
ruthra kumar
8ef548f999
Merge pull request #37129 from frappe/mergify/bp/version-14-hotfix/pr-37127
...
refactor: better date filters in `Get Outstanding Invoices` dialog (backport #37127 )
2023-09-18 13:51:48 +05:30
ruthra kumar
4b700b726f
refactor: better date filters in Get Outstanding Invoices dialog
...
(cherry picked from commit 9004721859 )
2023-09-18 07:52:18 +00:00
mergify[bot]
c41cb3930c
fix: Don't allow merging accounts with different currency ( #37074 )
...
* fix: Don't allow merging accounts with different currency (#37074 )
* fix: Don't allow merging accounts with different currency
* test: Update conflicting values
* test: Update conflicting values
(cherry picked from commit 5e21e7cd1d )
# Conflicts:
# erpnext/accounts/doctype/account/account.js
# erpnext/accounts/doctype/account/account.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 13:03:08 +05:30
ruthra kumar
46f94cf387
Merge pull request #37125 from frappe/mergify/bp/version-14-hotfix/pr-33502
...
feat: Toggle display of Account Balance in Chart of Accounts (backport #33502 )
2023-09-18 11:08:51 +05:30
ruthra kumar
79321f56ca
chore: resolve conflicts
2023-09-18 10:39:22 +05:30
ruthra kumar
18702841af
refactor: Show Balance in COA based on Accounts Settings
...
(cherry picked from commit 23fbe86d51 )
2023-09-18 04:44:55 +00:00
ruthra kumar
8b2328c6d3
refactor: show balance checkbox in Accounts Settings
...
(cherry picked from commit 1b78fae6fc )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-09-18 04:44:55 +00:00
mergify[bot]
13aaff30a5
fix: company wise deferred accounting fields in item ( #37023 )
...
* fix: company wise deferred accounting fields in item (#37023 )
* fix: move deferred accounts in accounting section
* fix: move deferred check boxes in item accounting
* fix: show company wise acc in filters
* fix: fetch item deferred account from child table
* fix: tests using deferred acc
* refactor: use cached value
* fix: cached value call
* feat: patch to migrate deferred acc
* fix: hardcode education module doctypes in patch
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 099468e3cf )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/delete_education_doctypes.py
# erpnext/stock/doctype/item/item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-09-18 09:57:11 +05:30
HENRY Florian
a563fed6dc
fix(ux): move get_route_options_for_new_doc to refresh ( #37092 )
...
fix: move `get_route_options_for_new_doc` to `refresh`
2023-09-16 15:17:26 +05:30
s-aga-r
19a227a970
Merge pull request #37106 from s-aga-r/FIX-1334
...
fix: validate duplicate serial no in DN
2023-09-16 10:56:16 +05:30
mergify[bot]
727dcc5034
fix: ignore user permissions for Source Warehouse in MR (backport #37102 ) ( #37110 )
...
fix: ignore user permissions for `Source Warehouse` in MR (#37102 )
fix: ignore user permissions for Source Warehouse in MR
(cherry picked from commit fc016680c9 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-15 21:47:15 +05:30
ruthra kumar
89b570ecf5
Merge pull request #37109 from frappe/mergify/bp/version-14-hotfix/pr-37108
...
fix: asset validation misfire on debit notes (backport #37108 )
2023-09-15 21:44:45 +05:30
ruthra kumar
b33db6c79a
fix: asset validation misfire on debit notes
...
(cherry picked from commit 097b9892dc )
2023-09-15 14:32:41 +00:00
s-aga-r
e5177a6e46
test: add test case for DN duplicate serial nos
2023-09-15 19:45:02 +05:30
s-aga-r
fffa13f22b
fix: validate duplicate serial no in DN
2023-09-15 17:30:04 +05:30
rohitwaghchaure
f2395a9297
fix: precision issue and column name ( #37073 )
2023-09-14 14:28:05 +05:30
mergify[bot]
3ecdf028f2
fix: Remove redundant code ( #37001 )
...
fix: Remove redundant code (#37001 )
fix: Remove redundant code
(cherry picked from commit 96363dbb07 )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-09-13 21:03:45 +05:30
mergify[bot]
8772e40bae
fix: Purchase Receipt Provisional Accounting GL Entries (backport #37046 ) ( #37068 )
...
* fix: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 6bab0eeaa1 )
* test: Purchase Receipt Provisional Accounting GL Entries
(cherry picked from commit 1c78a5a9aa )
* fix(test): PR Provisional Accounting
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 18:16:33 +05:30
mergify[bot]
b56c9b91f1
fix: accepted warehouse and rejected warehouse can't be same (backport #36973 ) ( #37071 )
...
* fix: ignore user permissions for `From Warehouse` in PR
(cherry picked from commit d2f3286115 )
# Conflicts:
# erpnext/buying/doctype/purchase_order/purchase_order.json
# erpnext/buying/doctype/purchase_order_item/purchase_order_item.json
* chore: `conflicts`
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-13 11:26:13 +00:00
mergify[bot]
c2a0c1e989
fix: + btn not appearing for delivery note connection (backport #36980 ) ( #37070 )
...
fix: move SI and DI connected links to internal_and_external_links
(cherry picked from commit e1a94a9ba1 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-09-13 16:06:08 +05:30
Deepesh Garg
461b607a6a
Merge pull request #37060 from frappe/mergify/bp/version-14-hotfix/pr-37055
...
fix: Apply dimension filter, irrespective of dimension columns (#37055 )
2023-09-13 11:20:39 +05:30
Deepesh Garg
9bc44a3b40
fix: Apply dimension filter, irrespective of dimesion columns
...
(cherry picked from commit 769db0b3bc )
2023-09-13 04:36:57 +00:00
ruthra kumar
50cfc68d2c
Merge pull request #37058 from frappe/mergify/bp/version-14-hotfix/pr-37057
...
fix: Packed item incorrectly picks expired price on Sales Order (backport #37057 )
2023-09-13 08:47:13 +05:30
ruthra kumar
aa0a756111
test: expired item price should not be picked
...
(cherry picked from commit 055156d28a )
2023-09-13 02:50:24 +00:00
ruthra kumar
413b40f5a7
fix: packed item using expired price
...
(cherry picked from commit 47ffa4983c )
2023-09-13 02:50:23 +00:00
Frappe PR Bot
7af8aec879
chore(release): Bumped to Version 14.39.0
...
# [14.39.0](https://github.com/frappe/erpnext/compare/v14.38.0...v14.39.0 ) (2023-09-12)
### Bug Fixes
* `company` is ambiguous ([fe69d53 ](fe69d5364d ))
* `Parent Task` link with `Project Task` (backport [#37025 ](https://github.com/frappe/erpnext/issues/37025 )) ([#37033 ](https://github.com/frappe/erpnext/issues/37033 )) ([6602787 ](66027877d3 ))
* correct asset daily depr schedule calculation [v14] ([#36991 ](https://github.com/frappe/erpnext/issues/36991 )) ([2ae4463 ](2ae4463b76 ))
* generate pdf only when result exists ([53270dd ](53270dd933 ))
* remove report field db set ([284181d ](284181d766 ))
* show letterhead and terms for AR pdf ([2077b2c ](2077b2cde4 ))
* Update party type for payroll payable account ([f251d6c ](f251d6cb69 ))
* use primary key for link lookup (backport [#36919 ](https://github.com/frappe/erpnext/issues/36919 )) ([#36978 ](https://github.com/frappe/erpnext/issues/36978 )) ([4fede56 ](4fede56d98 ))
* **ux:** docstatus filter for `Reference Name` in QI (backport [#37024 ](https://github.com/frappe/erpnext/issues/37024 )) ([#37028 ](https://github.com/frappe/erpnext/issues/37028 )) ([21be889 ](21be889a77 ))
### Features
* add field for specifying pdf name ([657ca7f ](657ca7ff22 ))
* Add half-yearly asset maintenance periodicity. (backport [#37006 ](https://github.com/frappe/erpnext/issues/37006 )) ([#37014 ](https://github.com/frappe/erpnext/issues/37014 )) ([acd9c69 ](acd9c69201 ))
* provision to set required by from Production Plan ([#37039 ](https://github.com/frappe/erpnext/issues/37039 )) ([d278b11 ](d278b11603 ))
2023-09-12 12:22:33 +00:00
Deepesh Garg
69454fc804
Merge pull request #37043 from frappe/version-14-hotfix
...
chore: release v14
2023-09-12 17:49:56 +05:30
rohitwaghchaure
d278b11603
feat: provision to set required by from Production Plan ( #37039 )
...
* feat: provision to set the Required By date from production plan
* test: added test case for validate schedule_date
2023-09-12 13:32:56 +05:30
mergify[bot]
66027877d3
fix: Parent Task link with Project Task (backport #37025 ) ( #37033 )
...
* feat: new field in `Task` to hold ref of Template Task
(cherry picked from commit b4bcd9ba3f )
# Conflicts:
# erpnext/projects/doctype/task/task.json
* fix: set `Template Task` ref in `Project Task`
(cherry picked from commit d3295c43e3 )
* fix: reload task before save
(cherry picked from commit 5cae2e79bd )
* test: add test case for Task having common subject
(cherry picked from commit 0d5c8f03bd )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-12 09:04:37 +05:30
Deepesh Garg
1492ce507c
Merge pull request #37011 from frappe/mergify/bp/version-14-hotfix/pr-36843
...
fix: show customer name for naming series in process soa (#36843 )
2023-09-11 21:52:57 +05:30
mergify[bot]
21be889a77
fix(ux): docstatus filter for Reference Name in QI (backport #37024 ) ( #37028 )
...
fix(ux): docstatus filter for `Reference Name` in QI (#37024 )
(cherry picked from commit d739ab6ee3 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-11 18:56:20 +05:30
Gursheen Kaur Anand
a35abf8403
chore: linting issues
2023-09-11 12:06:24 +05:30
Gursheen Kaur Anand
619644af04
chore: resolve conflicts
2023-09-11 11:25:30 +05:30
Florian HENRY
5c0a232e0f
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:24:01 +02:00
Florian HENRY
7de3d08ce3
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:23:35 +02:00
Florian HENRY
fb7ca8fca2
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:19:35 +02:00
Florian HENRY
d9f15e96b5
refactor(region): Splitting of France Regional logic from ERPNext
2023-09-10 17:18:42 +02:00
mergify[bot]
acd9c69201
feat: Add half-yearly asset maintenance periodicity. (backport #37006 ) ( #37014 )
...
feat: Add half-yearly asset maintenance periodicity. (#37006 )
(cherry picked from commit 846ae32d92 )
Co-authored-by: Bernd Oliver Sünderhauf <46800703+bosue@users.noreply.github.com >
2023-09-10 17:26:41 +05:30
Gursheen Anand
284181d766
fix: remove report field db set
...
(cherry picked from commit 060da2c5bc )
2023-09-10 06:51:58 +00:00
Gursheen Anand
f9f1ac3601
test: auto email for ar report
...
(cherry picked from commit a006b66e45 )
2023-09-10 06:51:58 +00:00
Gursheen Anand
53270dd933
fix: generate pdf only when result exists
...
(cherry picked from commit f07f4ce86f )
2023-09-10 06:51:57 +00:00
Gursheen Anand
657ca7ff22
feat: add field for specifying pdf name
...
(cherry picked from commit 5c2a949593 )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
2023-09-10 06:51:57 +00:00
Gursheen Anand
2077b2cde4
fix: show letterhead and terms for AR pdf
...
(cherry picked from commit 0a9187ea42 )
2023-09-10 06:51:57 +00:00
Deepesh Garg
7ea53cc316
Merge pull request #36964 from GursheenK/test_tds_payable_monthly
...
test: TDS payable monthly report
2023-09-10 11:42:19 +05:30
Deepesh Garg
7acf732a9c
Merge pull request #36976 from frappe/mergify/bp/version-14-hotfix/pr-36898
...
fix: `company` is ambiguous (#36898 )
2023-09-10 11:41:46 +05:30
Deepesh Garg
43d9a10093
Merge pull request #36985 from deepeshgarg007/employee_loan_repayment
...
fix: Update party type for payroll payable account
2023-09-07 10:17:19 +05:30
Anand Baburajan
2ae4463b76
fix: correct asset daily depr schedule calculation [v14] ( #36991 )
...
fix: correct asset daily depr schedule calculation
2023-09-06 22:20:29 +05:30
Deepesh Garg
62569b1b41
Merge pull request #36986 from frappe/mergify/bp/version-14-hotfix/pr-36983
...
chore: Update employee for tests (backport #36983 )
2023-09-06 18:01:17 +05:30
Deepesh Garg
24a4815250
chore: Update employee for tests
...
(cherry picked from commit ae01d70b33 )
2023-09-06 11:02:18 +00:00
Deepesh Garg
1894371b68
chore: Update function
2023-09-06 16:29:12 +05:30
mergify[bot]
e210b28f0d
chore: asset finance books validation (backport #36979 ) ( #36981 )
...
* chore: asset finance books validation (#36979 )
(cherry picked from commit 0077659e93 )
* chore: fix tests
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-06 15:39:46 +05:30
Deepesh Garg
f251d6cb69
fix: Update party type for payroll payable account
2023-09-06 15:18:21 +05:30
mergify[bot]
4fede56d98
fix: use primary key for link lookup (backport #36919 ) ( #36978 )
...
fix: use primary key for link lookup (#36919 )
(cherry picked from commit 8ce6b8179e )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-09-06 06:45:58 +00:00
Frappe PR Bot
a4b80d1ec4
chore(release): Bumped to Version 14.38.0
...
# [14.38.0](https://github.com/frappe/erpnext/compare/v14.37.1...v14.38.0 ) (2023-09-06)
### Bug Fixes
* account payable currency and value ([#36859 ](https://github.com/frappe/erpnext/issues/36859 )) ([98c2640 ](98c26403c1 ))
* added ignore_user_permissions to parent field of tree doctypes ([451cc7b ](451cc7bc12 ))
* added validation for unique serial numbers in pos invoice ([#36302 ](https://github.com/frappe/erpnext/issues/36302 )) ([1192736 ](119273639c ))
* allow payment_account of loan repayment to be edited ([#36948 ](https://github.com/frappe/erpnext/issues/36948 )) ([09e2f24 ](09e2f24329 ))
* ask for asset related accounts only when needed (backport [#36960 ](https://github.com/frappe/erpnext/issues/36960 )) ([#36971 ](https://github.com/frappe/erpnext/issues/36971 )) ([58163d5 ](58163d5aa8 ))
* calcuate received/paid amount on rate change in PE ([0a63266 ](0a632660e0 ))
* deduplicate gain/loss JE creation for journals as payment ([9168b3b ](9168b3b0e8 ))
* difference amount in UI should not be calculated ([9bc2b41 ](9bc2b419e3 ))
* fetch discount amount for gle in base currency ([a8b5880 ](a8b58800bb ))
* ignore mandatory fields while saving WO (backport [#36954 ](https://github.com/frappe/erpnext/issues/36954 )) ([#36970 ](https://github.com/frappe/erpnext/issues/36970 )) ([c125dea ](c125dea0f1 ))
* index error on Receivable report based on payment terms ([#36963 ](https://github.com/frappe/erpnext/issues/36963 )) ([e3d64fc ](e3d64fc553 ))
* invalid gain/loss JE created on base currency Expense Claim ([068f1b5 ](068f1b5a6b ))
* only show "Unreconcile" if reconciled ([61752ac ](61752ac2b4 ))
* prorate factor for subscription plan ([#36953 ](https://github.com/frappe/erpnext/issues/36953 )) ([fc79af5 ](fc79af5926 ))
* reduce threshold for bg job fn ([5a226a8 ](5a226a8395 ))
* remove withholding category from common fields ([18f8f7f ](18f8f7f09c ))
* Set the default filter in All Trends Report ([132957f ](132957f59e ))
* Set the default filter in All Trends Report ([420536c ](420536ca52 ))
* when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport [#36892 ](https://github.com/frappe/erpnext/issues/36892 )) ([#36928 ](https://github.com/frappe/erpnext/issues/36928 )) ([5c8bee0 ](5c8bee0a95 ))
### Features
* **RFQ:** optionally send document print ([#36363 ](https://github.com/frappe/erpnext/issues/36363 )) ([345c608 ](345c6084e5 ))
2023-09-06 05:57:04 +00:00
ruthra kumar
260567e99e
Merge pull request #36969 from frappe/version-14-hotfix
...
chore: release v14
2023-09-06 11:25:38 +05:30
Dany Robert
fe69d5364d
fix: company is ambiguous
...
(cherry picked from commit 3e1065a561 )
2023-09-06 04:58:54 +00:00
mergify[bot]
58163d5aa8
fix: ask for asset related accounts only when needed (backport #36960 ) ( #36971 )
...
fix: ask for asset related accounts only when needed (#36960 )
* fix: only ask for asset_received_but_not_billed account when needed
* chore: remove unnecessary if condition
* fix: only ask for expenses_included_in_asset_valuation account when needed
(cherry picked from commit 174f95d699 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-09-05 18:14:44 +05:30
Gursheen Anand
dbeb132688
refactor: use accounts mixin
2023-09-05 17:33:30 +05:30
mergify[bot]
e3d64fc553
fix: index error on Receivable report based on payment terms ( #36963 )
...
fix: index error on Receivable report based on payment terms
cr note's don't have payment terms. So, skip for them.
(cherry picked from commit b9c556c4a9 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-09-05 16:32:58 +05:30
mergify[bot]
c125dea0f1
fix: ignore mandatory fields while saving WO (backport #36954 ) ( #36970 )
...
fix: ignore mandatory fields while saving WO (#36954 )
(cherry picked from commit f809e12747 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-05 16:29:03 +05:30
mergify[bot]
119273639c
fix: added validation for unique serial numbers in pos invoice ( #36302 )
...
fix: added validation for unique serial numbers in pos invoice (#36302 )
* fix: added validation for unique serial numbers in pos invoice
* fix: updated title of validation
* fix: removed extra whitespace
* fix: added validation for duplicate batch numbers
---------
Co-authored-by: Ritvik Sardana <ritviksardana@Ritviks-MacBook-Air.local >
(cherry picked from commit a165b37fd7 )
Co-authored-by: RitvikSardana <65544983+RitvikSardana@users.noreply.github.com >
2023-09-05 16:21:33 +05:30
Gursheen Kaur Anand
fc79af5926
fix: prorate factor for subscription plan ( #36953 )
2023-09-05 16:14:16 +05:30
Gursheen Anand
035eaa5e40
test: tds payable monthly
2023-09-05 15:24:59 +05:30
Anand Baburajan
09e2f24329
fix: allow payment_account of loan repayment to be edited ( #36948 )
2023-09-05 12:44:14 +05:30
ruthra kumar
a0c65342a1
Merge pull request #36952 from frappe/mergify/bp/version-14-hotfix/pr-36950
...
refactor: gain/loss je should use same posting date as payment (backport #36950 )
2023-09-05 09:24:10 +05:30
ruthra kumar
01eae2b758
refactor: gain/loss should use same posting date as payment
...
(cherry picked from commit f7865da4d2 )
2023-09-05 03:00:02 +00:00
ruthra kumar
b43c6ff1ae
Merge pull request #36946 from GursheenK/tds_payable_monthly_si_withholding_category
...
fix: TDS payable monthly SI withholding category
2023-09-04 19:01:00 +05:30
Gursheen Anand
18f8f7f09c
fix: remove withholding category from common fields
2023-09-04 17:30:10 +05:30
ruthra kumar
2d2bcd37cb
Merge pull request #36942 from frappe/mergify/bp/version-14-hotfix/pr-36940
...
fix: invalid gain/loss JE created on base currency Expense Claim (backport #36940 )
2023-09-04 15:20:23 +05:30
ruthra kumar
068f1b5a6b
fix: invalid gain/loss JE created on base currency Expense Claim
...
(cherry picked from commit 75d95acb23 )
2023-09-04 08:27:37 +00:00
Ankush Menat
fca154fd60
Merge pull request #36939 from frappe/mergify/bp/version-14-hotfix/pr-36869
...
fix: ignore_user_permissions set to 1 for parent field of tree doctypes (backport #36869 )
2023-09-04 13:27:13 +05:30
RitvikSardana
451cc7bc12
fix: added ignore_user_permissions to parent field of tree doctypes
...
(cherry picked from commit de433d8626 )
2023-09-04 07:17:07 +00:00
mergify[bot]
11e67c7dc0
refactor: remove Recalculate Rate from SCR Item (backport #36929 ) ( #36931 )
...
* refactor: remove `Recalculate Rate` from SCR Item (#36929 )
(cherry picked from commit cd8ddae7c5 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.js
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.py
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-09-03 19:05:05 +05:30
mergify[bot]
5c8bee0a95
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (backport #36892 ) ( #36928 )
...
fix: when create doc from item dashboard default uom (buying or selling) is not correctly selected (#36892 )
fix: when create doc from item dashboard defaut uom is not correctly selected
(cherry picked from commit 24e1144de5 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2023-09-03 16:38:44 +05:30
ruthra kumar
553ff11de6
Merge pull request #36925 from frappe/mergify/bp/version-14-hotfix/pr-36911
...
fix: deduplicate gain/loss JE creation for journals as payment (backport #36911 )
2023-09-03 10:56:36 +05:30
ruthra kumar
5523bc5081
chore: resolve merge conflict
2023-09-03 10:28:58 +05:30
ruthra kumar
c8d81cc52d
test: cost center inheritance from payment
...
(cherry picked from commit 0366928db5 )
2023-09-03 04:44:17 +00:00
ruthra kumar
d24c8b1bbc
refactor: use payment's CC for gain/loss if company default is unset
...
(cherry picked from commit d6a3b9a5c7 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-09-03 04:44:16 +00:00
ruthra kumar
7fd96d0116
test: extend test to cancellation
...
(cherry picked from commit 79fa562004 )
2023-09-03 04:44:15 +00:00
ruthra kumar
475750302b
test: deduplicate gain/loss JE on reconciling journals against inv
...
(cherry picked from commit cb6da6ec59 )
2023-09-03 04:44:14 +00:00
ruthra kumar
9168b3b0e8
fix: deduplicate gain/loss JE creation for journals as payment
...
(cherry picked from commit 79c6f0165b )
# Conflicts:
# erpnext/controllers/accounts_controller.py
2023-09-03 04:44:13 +00:00
Anand Baburajan
0ff1546b9b
chore: patch to correct asset values if je has workflow [v14] ( #36915 )
...
chore: patch to correct asset values if je has workflow
2023-09-02 18:32:16 +05:30
mergify[bot]
345c6084e5
feat(RFQ): optionally send document print ( #36363 )
...
feat(RFQ): optionally send document print (#36363 )
2023-09-02 17:53:08 +05:30
Deepesh Garg
3820953022
Merge pull request #36917 from frappe/mergify/bp/version-14-hotfix/pr-36900
...
fix: reduce threshold for background job in PCV (#36900 )
2023-09-02 17:46:44 +05:30
Deepesh Garg
78051e7f0f
Merge pull request #36918 from frappe/mergify/bp/version-14-hotfix/pr-36908
...
fix: only show "Unreconcile" if reconciled (#36908 )
2023-09-02 17:46:27 +05:30
barredterra
61752ac2b4
fix: only show "Unreconcile" if reconciled
...
(cherry picked from commit 91e574609f )
2023-09-02 11:43:12 +00:00
Gursheen Anand
5a226a8395
fix: reduce threshold for bg job fn
...
(cherry picked from commit b6e6f2ef8d )
2023-09-02 11:42:08 +00:00
ruthra kumar
543e4c87ea
Merge pull request #36912 from frappe/mergify/bp/version-14-hotfix/pr-36859
...
fix: account payable currency and value (backport #36859 )
2023-09-02 14:38:27 +05:30
Deepesh Garg
0a0b94e1cb
Merge pull request #36884 from Nihantra-Patel/fiscal_year_trends_reports
...
fix: Set the default filter in All Trends Report
2023-09-02 14:37:14 +05:30
RitvikSardana
98c26403c1
fix: account payable currency and value ( #36859 )
...
* fix: account payable currency and value
* fix: added party_type and party in accounts payable report
* chore: code cleanup
* fix: customer group test case failure
* fix: added test case of the issue
* fix: filter toggle for party_type
* fix: filter toggle for party_type
* chore: fix typo
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit e599f75a51 )
2023-09-02 07:39:33 +00:00
Deepesh Garg
d19716142e
Merge pull request #36904 from frappe/mergify/bp/version-14-hotfix/pr-36889
...
fix: fetch currency in discount accounting SI (#36889 )
2023-09-01 22:51:35 +05:30
ruthra kumar
83e3402fea
Merge pull request #36907 from frappe/mergify/bp/version-14-hotfix/pr-36899
...
fix: difference amount calculation logic in Payment Entry UI (backport #36899 )
2023-09-01 17:50:22 +05:30
ruthra kumar
9bc2b419e3
fix: difference amount in UI should not be calculated
...
(cherry picked from commit a7e0709ae8 )
2023-09-01 12:09:21 +00:00
ruthra kumar
b9a5d54e03
Merge pull request #36894 from frappe/mergify/bp/version-14-hotfix/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-09-01 17:37:41 +05:30
Gursheen Anand
a8b58800bb
fix: fetch discount amount for gle in base currency
...
(cherry picked from commit 112cfe6dfa )
2023-09-01 09:42:52 +00:00
ruthra kumar
0a632660e0
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 15:36:44 +00:00
Frappe PR Bot
09d9263082
chore(release): Bumped to Version 14.37.1
...
## [14.37.1](https://github.com/frappe/erpnext/compare/v14.37.0...v14.37.1 ) (2023-08-31)
### Bug Fixes
* calcuate received/paid amount on rate change in PE ([46bea0e ](46bea0e56f ))
2023-08-31 14:11:41 +00:00
ruthra kumar
38d27a13c3
Merge pull request #36890 from frappe/mergify/bp/version-14/pr-36888
...
fix: calcuate received/paid amount on exchange rate change in Payment Entry (backport #36888 )
2023-08-31 19:39:50 +05:30
ruthra kumar
46bea0e56f
fix: calcuate received/paid amount on rate change in PE
...
(cherry picked from commit 64d835374b )
2023-08-31 13:09:15 +00:00
Nihantra C. Patel
132957f59e
fix: Set the default filter in All Trends Report
2023-08-31 13:38:42 +05:30
Nihantra C. Patel
420536ca52
fix: Set the default filter in All Trends Report
2023-08-31 13:37:30 +05:30
Frappe PR Bot
b95ab3425a
chore(release): Bumped to Version 14.37.0
...
# [14.37.0](https://github.com/frappe/erpnext/compare/v14.36.0...v14.37.0 ) (2023-08-30)
### Bug Fixes
* added valuation field type (Float/Currency) in the filter (backport [#36866 ](https://github.com/frappe/erpnext/issues/36866 )) ([#36868 ](https://github.com/frappe/erpnext/issues/36868 )) ([22247cf ](22247cfa17 ))
* Allow to make return against sales invoice which has closed sales order ([0f98cc8 ](0f98cc85e9 ))
* Asset Category filter is not working in asset depreciation([#36806 ](https://github.com/frappe/erpnext/issues/36806 )) ([bd41cb2 ](bd41cb221b ))
* create entries for only PR items present in LCV ([#36852 ](https://github.com/frappe/erpnext/issues/36852 )) ([d2091cc ](d2091cc22c ))
* error in report when data is not available to load chart in report (backport [#36842 ](https://github.com/frappe/erpnext/issues/36842 )) ([#36853 ](https://github.com/frappe/erpnext/issues/36853 )) ([9789b7b ](9789b7bdef ))
* error listindexoutofrange when save a production plan ([#36807 ](https://github.com/frappe/erpnext/issues/36807 )) ([fd41594 ](fd4159423d ))
* fetch JVs in tax withholding report without party values ([bc6bd81 ](bc6bd81f87 ))
* fetch rounded total while pulling reference details on SO ([adc87f1 ](adc87f16a3 ))
* missing company flag for regional fn ([#36791 ](https://github.com/frappe/erpnext/issues/36791 )) ([c07548a ](c07548a612 ))
* SCR return status (backport [#36793 ](https://github.com/frappe/erpnext/issues/36793 )) ([#36796 ](https://github.com/frappe/erpnext/issues/36796 )) ([6edfcf4 ](6edfcf4de8 ))
* Tax withholding reversal on Debit Notes ([e8dc63c ](e8dc63c89c ))
### Features
* **MR:** Project and Cost Center in Connections (backport [#36794 ](https://github.com/frappe/erpnext/issues/36794 )) ([#36795 ](https://github.com/frappe/erpnext/issues/36795 )) ([4fa0777 ](4fa07777e9 ))
2023-08-30 13:56:17 +00:00
Deepesh Garg
16edf3ac36
Merge pull request #36861 from frappe/version-14-hotfix
...
chore: release v14
2023-08-30 19:24:48 +05:30
mergify[bot]
22247cfa17
fix: added valuation field type (Float/Currency) in the filter (backport #36866 ) ( #36868 )
...
fix: added valuation field type (Float/Currency) in the filter (#36866 )
(cherry picked from commit dea802dc41 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-29 16:57:59 +05:30
mergify[bot]
d2091cc22c
fix: create entries for only PR items present in LCV ( #36852 )
...
fix: create entries for only PR items present in LCV (#36852 )
* fix: check if item code exists in lcv before creating gle
* refactor: use qb to fetch lcv items
(cherry picked from commit 26e8b8f959 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-08-29 11:01:40 +05:30
mergify[bot]
9789b7bdef
fix: error in report when data is not available to load chart in report (backport #36842 ) ( #36853 )
...
fix: error in report when data is not available to load chart in report (#36842 )
(cherry picked from commit 3a2933db4d )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 18:17:50 +05:30
ruthra kumar
e8d7d30682
Merge pull request #36847 from frappe/mergify/bp/version-14-hotfix/pr-36844
...
fix: allocation error on partial payment against sales order (backport #36844 )
2023-08-28 15:43:30 +05:30
ruthra kumar
05f657e690
test: assert rounded amount is calculated
...
(cherry picked from commit 2fdbe82835 )
2023-08-28 09:42:41 +00:00
ruthra kumar
0350c69856
test: allocation err misfire on Sales Order
...
(cherry picked from commit 67a0969b78 )
2023-08-28 09:42:40 +00:00
ruthra kumar
adc87f16a3
fix: fetch rounded total while pulling reference details on SO
...
(cherry picked from commit 714b8289c1 )
2023-08-28 09:42:40 +00:00
mergify[bot]
bd41cb221b
fix: Asset Category filter is not working in asset depreciation( #36806 )
...
fix: Asset Category filter is not working in asset depreciation
fix: Asset Category filter is not working in asset depreciation and balances
Co-authored-by: ubuntu <viralkansodiya167@gmail.com >
(cherry picked from commit 388a42ec7e )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-28 11:53:11 +05:30
ruthra kumar
7a5b454e97
Merge pull request #36832 from frappe/mergify/bp/version-14-hotfix/pr-36830
...
test: Exchange Rate Revaluation functions and its impact on ledger (backport #36830 )
2023-08-27 16:05:03 +05:30
ruthra kumar
256c3c81a4
test: Exchange Rate Revaluation functions and its impact on ledger
...
(cherry picked from commit d40504b973 )
2023-08-27 09:41:12 +00:00
mergify[bot]
9b2a84f259
chore: update fr translation for Naming Series ( #36785 )
...
* chore: update fr translation for Naming Series (#36785 )
* chore: update fr translation for Naming Series
* chore: update fr translation
* chore: update fr translation
* chore: update fr translation
(cherry picked from commit e462edc628 )
# Conflicts:
# erpnext/translations/fr.csv
* chore: resolve conflicts
---------
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-26 19:29:57 +05:30
mergify[bot]
c07548a612
fix: missing company flag for regional fn ( #36791 )
...
fix: missing company flag for regional fn (#36791 )
* fix: missing company flag for regional fn
(cherry picked from commit 9bc5952dd5 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-26 19:29:15 +05:30
Gourav Saini
0f98cc85e9
fix: Allow to make return against sales invoice which has closed sales order
...
fix: Allow to make return against sales invoice which has closed sales order
2023-08-26 18:04:01 +05:30
Deepesh Garg
aad91c02f3
Merge pull request #36815 from GursheenK/v_14_tax_withholding_jvs_with_no_partytype
...
fix: fetch JVs in tax withholding report with no party type
2023-08-25 19:41:31 +05:30
ruthra kumar
587283e787
Merge pull request #36822 from frappe/mergify/bp/version-14-hotfix/pr-36821
...
test: use mixin and increase coverage in receivable report (backport #36821 )
2023-08-25 18:46:13 +05:30
ruthra kumar
78b0a52d41
test: increase coverage in ar/ap report
...
(cherry picked from commit ce81ffd844 )
2023-08-25 12:42:23 +00:00
ruthra kumar
c4d338a59b
refactor(test): make use of mixin in ar/ap report tests
...
(cherry picked from commit bb7bed4c1a )
2023-08-25 12:42:22 +00:00
Gursheen Anand
bc6bd81f87
fix: fetch JVs in tax withholding report without party values
2023-08-25 15:05:26 +05:30
ViralKansodiya
fd4159423d
fix: error listindexoutofrange when save a production plan ( #36807 )
...
fix: error listindexoutof range when save a production plan
2023-08-25 13:43:53 +05:30
Deepesh Garg
95a6e1d855
Merge pull request #36809 from frappe/mergify/bp/version-14-hotfix/pr-36799
...
fix: Tax withholding reversal on Debit Notes (#36799 )
2023-08-25 09:41:07 +05:30
Deepesh Garg
e8dc63c89c
fix: Tax withholding reversal on Debit Notes
...
(cherry picked from commit 6d9cebfee9 )
2023-08-24 14:02:32 +00:00
mergify[bot]
6edfcf4de8
fix: SCR return status (backport #36793 ) ( #36796 )
...
fix: SCR return status (#36793 )
(cherry picked from commit 723563c167 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-24 10:42:59 +05:30
mergify[bot]
4fa07777e9
feat(MR): Project and Cost Center in Connections (backport #36794 ) ( #36795 )
...
feat(MR): Project and Cost Center in Connections (#36794 )
(cherry picked from commit 54ffe41b54 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-24 10:15:05 +05:30
ruthra kumar
b1ebd81f77
Merge pull request #36778 from frappe/mergify/bp/version-14-hotfix/pr-36650
...
perf: improve responsiveness of payment reconciliation tool (backport #36650 )
2023-08-23 15:08:47 +05:30
ruthra kumar
20c45c7975
chore: linter fix
2023-08-23 14:15:35 +05:30
ruthra kumar
4a4cba0715
chore: resolve conflict
2023-08-23 13:22:10 +05:30
ruthra kumar
ab9da5281e
refactor: filter for journal entries
...
(cherry picked from commit d01f0f2e96 )
2023-08-23 03:43:29 +00:00
ruthra kumar
c5080abd46
refactor: filter on advance payments
...
(cherry picked from commit 86bac2cf52 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
# erpnext/controllers/accounts_controller.py
2023-08-23 03:43:29 +00:00
ruthra kumar
a8c53eeb93
refactor: filter on cr/dr notes
...
(cherry picked from commit 52f609e67a )
2023-08-23 03:43:28 +00:00
ruthra kumar
d727a13562
refactor: trigger on value change
...
(cherry picked from commit e48f8139eb )
2023-08-23 03:43:28 +00:00
ruthra kumar
4556c36736
refactor: limit output to 50 in reconciliation tool
...
(cherry picked from commit 7a381affce )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.json
2023-08-23 03:43:28 +00:00
Frappe PR Bot
d1b2ce35b6
chore(release): Bumped to Version 14.36.0
...
# [14.36.0](https://github.com/frappe/erpnext/compare/v14.35.2...v14.36.0 ) (2023-08-23)
### Bug Fixes
* Accounts Payable Currency bug ([94612b9 ](94612b90ef ))
* Add company filters for account ([e62ffa9 ](e62ffa990d ))
* add missing items labels back ([#36737 ](https://github.com/frappe/erpnext/issues/36737 )) ([3634e80 ](3634e80341 ))
* broken advance field in Accounts Receivable summary rpt ([296a4d7 ](296a4d7a12 ))
* broken consolidated report due to finance book filter ([5bd2a09 ](5bd2a0923f ))
* check tax and charges if it is passed ([1f76c69 ](1f76c6972b ))
* clear dimension defaults after test ([2a467a9 ](2a467a9fbf ))
* dict value for dimension for gl entries defined without the dimension ([11ba553 ](11ba553dbd ))
* dimension name in remark ([01ae513 ](01ae513f70 ))
* divide offsetting amount for multiple dimensions ([1269f2d ](1269f2d301 ))
* divide offsetting amount only when account exists ([2c8c3a0 ](2c8c3a022c ))
* Document Name link validation in Bank Reconciliation Tool ([#36495 ](https://github.com/frappe/erpnext/issues/36495 )) ([83cbc1b ](83cbc1bef6 )), closes [#35540 ](https://github.com/frappe/erpnext/issues/35540 ) [#35540 ](https://github.com/frappe/erpnext/issues/35540 )
* don't throw if item does not have default BOM (backport [#36709 ](https://github.com/frappe/erpnext/issues/36709 )) ([#36734 ](https://github.com/frappe/erpnext/issues/36734 )) ([e1bd9a7 ](e1bd9a7e8d ))
* duplicate acc dimension in test ([cdb66bf ](cdb66bf198 ))
* fetch acc dimensions correctly when fieldname is different from name ([7ac35b4 ](7ac35b496a ))
* fetch accounting dimension details specific to company ([c1f1a21 ](c1f1a21714 ))
* include gain/loss journal in AR/AP reports ([4606079 ](4606079568 ))
* incorrect gl balance on multi company setup ([cb9aad3 ](cb9aad3e87 ))
* incorrect schedule in asset value adjustment ([#36725 ](https://github.com/frappe/erpnext/issues/36725 )) ([a0575ed ](a0575ed2b0 ))
* make offsetting entry for acc dimensions ([3198f26 ](3198f2669d ))
* make offsetting entry for all doctypes ([f578c32 ](f578c3219d ))
* mode of payment fetched from pos profile company in POS ([c74a414 ](c74a414313 ))
* not able to make stock entry ([#36759 ](https://github.com/frappe/erpnext/issues/36759 )) ([873ee38 ](873ee384a1 ))
* Procurement Tracker report not showing material request items ([#36768 ](https://github.com/frappe/erpnext/issues/36768 )) ([6a9935c ](6a9935c00e ))
* reset dimension defaults when company changedin test ([37ef6e9 ](37ef6e959b ))
* **RFQ:** make "update password" and "submit quotation" buttons the same size (backport [#36667 ](https://github.com/frappe/erpnext/issues/36667 )) ([#36686 ](https://github.com/frappe/erpnext/issues/36686 )) ([36147ec ](36147ec02c ))
* timeout error coming during reposting ([#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([620b21f ](620b21fec5 ))
* **ux:** change batch selection message to alert (backport [#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([#36697 ](https://github.com/frappe/erpnext/issues/36697 )) ([0a4947a ](0a4947a8f6 ))
* **UX:** Ignore prepared report ([3e23e1f ](3e23e1fb91 ))
### Features
* **RFQ:** make email message fully configurable (backport [#36353 ](https://github.com/frappe/erpnext/issues/36353 )) ([#36531 ](https://github.com/frappe/erpnext/issues/36531 )) ([c308bd5 ](c308bd5309 ))
* Tick on checkbox to include draft timesheets (backport [#36577 ](https://github.com/frappe/erpnext/issues/36577 )) ([#36640 ](https://github.com/frappe/erpnext/issues/36640 )) ([9668615 ](9668615f7e ))
* utility to repost accounting ledgers without cancellation ([#36469 ](https://github.com/frappe/erpnext/issues/36469 )) ([f8d6fe6 ](f8d6fe6be0 ))
### Performance Improvements
* pull latest details only for referenced vouchers ([47345e8 ](47345e81a1 ))
2023-08-23 02:59:58 +00:00
Deepesh Garg
a0a3519cd3
Merge pull request #36763 from frappe/version-14-hotfix
...
chore: release v14
2023-08-23 08:28:36 +05:30
Deepesh Garg
f16386bd07
Merge pull request #36776 from frappe/mergify/bp/version-14-hotfix/pr-36758
...
fix: Accounts Payable Currency bug (#36758 )
2023-08-22 22:37:39 +05:30
RitvikSardana
94612b90ef
fix: Accounts Payable Currency bug
...
(cherry picked from commit 9349bc77c5 )
2023-08-22 17:00:23 +00:00
rohitwaghchaure
6a9935c00e
fix: Procurement Tracker report not showing material request items ( #36768 )
2023-08-22 19:25:50 +05:30
rohitwaghchaure
873ee384a1
fix: not able to make stock entry ( #36759 )
2023-08-22 16:57:08 +05:30
Deepesh Garg
13b1263723
Merge pull request #36738 from frappe/mergify/bp/version-14-hotfix/pr-36737
...
fix: add missing items label back (#36737 )
2023-08-22 07:58:41 +05:30
ruthra kumar
6761874e28
Merge pull request #36749 from frappe/mergify/bp/version-14-hotfix/pr-36748
...
chore: clean up stale code in reconciliation tool (backport #36748 )
2023-08-22 06:47:41 +05:30
ruthra kumar
19eb6af65f
chore: clean up stale code in reconciliation tool
...
(cherry picked from commit e93b927051 )
2023-08-22 00:50:48 +00:00
ruthra kumar
0dc0e287a3
Merge pull request #36741 from frappe/mergify/bp/version-14-hotfix/pr-36727
...
fix: broken advance field in Accounts Receivable summary rpt (backport #36727 )
2023-08-22 06:05:54 +05:30
Anand Baburajan
a0575ed2b0
fix: incorrect schedule in asset value adjustment ( #36725 )
...
* fix: incorrect schedule in asset value adjustment
* chore: remove unnecessary commented code
* test: check schedules in test
* test: improving the test
* chore: better function name
* chore: use None instead of 0 for default value after depr
* chore: typo
2023-08-22 01:40:42 +05:30
ruthra kumar
cb9aad3e87
fix: incorrect gl balance on multi company setup
2023-08-21 21:35:26 +05:30
ruthra kumar
37cee42561
test: add test for receivable summary report
...
(cherry picked from commit af52f21ece )
2023-08-21 15:24:11 +00:00
ruthra kumar
928e475824
refactor: use payment ledger to fetch advance amount
...
(cherry picked from commit 0dc5e5c430 )
2023-08-21 15:24:11 +00:00
ruthra kumar
296a4d7a12
fix: broken advance field in Accounts Receivable summary rpt
...
(cherry picked from commit 896b123fb1 )
2023-08-21 15:24:10 +00:00
ruthra kumar
fe78076cde
Merge pull request #36740 from frappe/mergify/bp/version-14-hotfix/pr-36728
...
fix: include gain/loss journal in AR/AP reports (backport #36728 )
2023-08-21 20:20:35 +05:30
Deepesh Garg
d082e68e83
Merge pull request #36707 from frappe/mergify/bp/version-14-hotfix/pr-36149
...
fix: make offsetting entry for acc dimensions in general ledger (#36149 )
2023-08-21 18:02:56 +05:30
ruthra kumar
4606079568
fix: include gain/loss journal in AR/AP reports
...
(cherry picked from commit e3104f1898 )
2023-08-21 11:53:41 +00:00
Ankush Menat
3634e80341
fix: add missing items labels back ( #36737 )
...
[skip ci]
(cherry picked from commit 86cac1e1d2 )
2023-08-21 10:37:24 +00:00
mergify[bot]
e1bd9a7e8d
fix: don't throw if item does not have default BOM (backport #36709 ) ( #36734 )
...
* fix: don't throw if item does not have default BOM
(cherry picked from commit 268c19e745 )
* fix: throw if `BOM No` is not set
(cherry picked from commit 2e22b019a0 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-21 15:21:11 +05:30
Deepesh Garg
72d9dc6c85
chore: resolve more conflicts
2023-08-21 10:04:20 +05:30
Deepesh Garg
9ec11d9502
Merge pull request #36726 from frappe/mergify/bp/version-14-hotfix/pr-36696
...
fix: mode of payment fetched from pos profile company in POS (#36696 )
2023-08-20 16:05:05 +05:30
Deepesh Garg
2f92981afe
chore: resolve conflicts
2023-08-20 15:47:17 +05:30
Ritvik Sardana
c74a414313
fix: mode of payment fetched from pos profile company in POS
...
(cherry picked from commit 1bdd43d0f6 )
2023-08-20 10:07:56 +00:00
ruthra kumar
e8f1c82089
Merge pull request #36672 from frappe/mergify/bp/version-14-hotfix/pr-36469
...
feat: utility to repost accounting ledgers without cancellation (backport #36469 )
2023-08-19 19:54:55 +05:30
ruthra kumar
6366f5aadb
Merge pull request #36679 from frappe/mergify/bp/version-14-hotfix/pr-36649
...
perf: pull latest details only for referenced vouchers (backport #36649 )
2023-08-19 19:29:00 +05:30
Deepesh Garg
933d4bfceb
Merge pull request #36711 from frappe/mergify/bp/version-14-hotfix/pr-36710
...
fix: broken consolidated report due to finance book filter (#36710 )
2023-08-19 10:25:11 +05:30
Frappe PR Bot
de3b67c327
chore(release): Bumped to Version 14.35.2
...
## [14.35.2](https://github.com/frappe/erpnext/compare/v14.35.1...v14.35.2 ) (2023-08-18)
### Bug Fixes
* timeout error coming during reposting (backport [#36715 ](https://github.com/frappe/erpnext/issues/36715 )) ([#36716 ](https://github.com/frappe/erpnext/issues/36716 )) ([d5a596d ](d5a596dff1 ))
2023-08-18 15:30:59 +00:00
mergify[bot]
d5a596dff1
fix: timeout error coming during reposting (backport #36715 ) ( #36716 )
...
fix: timeout error coming during reposting (#36715 )
(cherry picked from commit 620b21fec5 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-18 20:59:20 +05:30
rohitwaghchaure
620b21fec5
fix: timeout error coming during reposting ( #36715 )
2023-08-18 18:33:04 +05:30
ruthra kumar
5bd2a0923f
fix: broken consolidated report due to finance book filter
...
(cherry picked from commit 96847db0ec )
2023-08-18 09:25:18 +00:00
Deepesh Garg
e62ffa990d
fix: Add company filters for account
...
(cherry picked from commit ecca9cb023 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:21 +00:00
Gursheen Anand
01ae513f70
fix: dimension name in remark
...
(cherry picked from commit 4f9242d699 )
2023-08-18 07:08:21 +00:00
Gursheen Anand
37ef6e959b
fix: reset dimension defaults when company changedin test
...
(cherry picked from commit 3f5afb9cac )
2023-08-18 07:08:21 +00:00
Gursheen Anand
2a467a9fbf
fix: clear dimension defaults after test
...
(cherry picked from commit 23e56d3ec1 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
7ac35b496a
fix: fetch acc dimensions correctly when fieldname is different from name
...
(cherry picked from commit e19a6f5dcb )
2023-08-18 07:08:20 +00:00
Gursheen Anand
cdb66bf198
fix: duplicate acc dimension in test
...
(cherry picked from commit b3f6d991b5 )
2023-08-18 07:08:20 +00:00
Gursheen Anand
8530a28c62
test: PI offsetting entry for accounting dimension
...
(cherry picked from commit 77deac4fb9 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2023-08-18 07:08:20 +00:00
Gursheen Anand
2c8c3a022c
fix: divide offsetting amount only when account exists
...
(cherry picked from commit 3a3ffa2307 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
1269f2d301
fix: divide offsetting amount for multiple dimensions
...
(cherry picked from commit 1e1e4b93c1 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
11ba553dbd
fix: dict value for dimension for gl entries defined without the dimension
...
(cherry picked from commit ed3bef1840 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
248d4082c0
test: TB report balanced whenfiltered using acc dimension
...
(cherry picked from commit 4004427892 )
2023-08-18 07:08:19 +00:00
Gursheen Anand
f578c3219d
fix: make offsetting entry for all doctypes
...
(cherry picked from commit 22ba12172f )
2023-08-18 07:08:18 +00:00
Gursheen Anand
c1f1a21714
fix: fetch accounting dimension details specific to company
...
(cherry picked from commit 4e09de4db2 )
2023-08-18 07:08:18 +00:00
Gursheen Anand
3198f2669d
fix: make offsetting entry for acc dimensions
...
(cherry picked from commit d3759b3971 )
2023-08-18 07:08:18 +00:00
Deepesh Garg
a623469778
Merge pull request #36645 from frappe/mergify/bp/version-14-hotfix/pr-36495
...
fix: Document Name link validation in Bank Reconciliation Tool (#36495 )
2023-08-18 09:27:10 +05:30
Deepesh Garg
ee5a1d91ff
chore: resolve conflicts
2023-08-17 20:45:53 +05:30
mergify[bot]
0a4947a8f6
fix(ux): change batch selection message to alert (backport #36500 ) ( #36697 )
...
fix(ux): change batch selection message to alert (#36500 )
* fix(ux): change batch selection message to alert
* chore: linters
(cherry picked from commit 641fe7738c )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-08-17 18:03:58 +05:30
Frappe PR Bot
2aa3b30b56
chore(release): Bumped to Version 14.35.1
...
## [14.35.1](https://github.com/frappe/erpnext/compare/v14.35.0...v14.35.1 ) (2023-08-17)
### Bug Fixes
* **ux:** change batch selection message to alert ([#36500 ](https://github.com/frappe/erpnext/issues/36500 )) ([641fe77 ](641fe7738c ))
2023-08-17 12:32:49 +00:00
Dany Robert
641fe7738c
fix(ux): change batch selection message to alert ( #36500 )
...
* fix(ux): change batch selection message to alert
* chore: linters
2023-08-17 18:01:15 +05:30
mergify[bot]
9668615f7e
feat: Tick on checkbox to include draft timesheets (backport #36577 ) ( #36640 )
...
feat: Tick on checkbox to include draft timesheets (#36577 )
feat: Tick on Check box to include Draft Timesheets
(cherry picked from commit 75652799cd )
Co-authored-by: ViralKansodiya <141210323+viralkansodiya@users.noreply.github.com >
2023-08-17 17:13:51 +05:30
Deepesh Garg
506ac10119
Merge pull request #36678 from frappe/mergify/bp/version-14-hotfix/pr-36677
...
fix(UX): Ignore prepared report (#36677 )
2023-08-17 16:08:36 +05:30
mergify[bot]
36147ec02c
fix(RFQ): make "update password" and "submit quotation" buttons the same size (backport #36667 ) ( #36686 )
...
fix(RFQ): make "update password" and "submit quotation" buttons the same size (#36667 )
fix(RFQ): button styling
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 16:00:17 +05:30
Shariq Ansari
3dd642441b
Merge pull request #36689 from frappe/mergify/bp/version-14-hotfix/pr-36685
...
fix: check tax and charges if it is passed (backport #36685 )
2023-08-17 13:10:42 +05:30
Shariq Ansari
f186015f58
chore: linter fix
...
(cherry picked from commit 21c1141fdb )
2023-08-17 07:40:10 +00:00
Shariq Ansari
1f76c6972b
fix: check tax and charges if it is passed
...
(cherry picked from commit 7ec6909159 )
2023-08-17 07:40:10 +00:00
mergify[bot]
c308bd5309
feat(RFQ): make email message fully configurable (backport #36353 ) ( #36531 )
...
* feat(RFQ): make email message fully configurable (#36353 )
feat: make RFQ message fully configurable
(cherry picked from commit 21080afd92 )
* fix(RFQ): hide description in print and report
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-17 12:11:37 +05:30
ruthra kumar
3f33d4cf76
chore: resolve conflicts
2023-08-17 11:07:59 +05:30
ruthra kumar
47345e81a1
perf: pull latest details only for referenced vouchers
...
(cherry picked from commit deb0d71294 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
2023-08-17 03:31:54 +00:00
Deepesh Garg
3e23e1fb91
fix(UX): Ignore prepared report
...
(cherry picked from commit 124c0dbd88 )
2023-08-16 16:03:01 +00:00
ruthra kumar
b6134749c3
chore: resolve conflict
2023-08-16 16:44:07 +05:30
ruthra kumar
f8d6fe6be0
feat: utility to repost accounting ledgers without cancellation ( #36469 )
...
* feat: introduce doctypes for repost
* refactor: basic filters and validations
* chore: basic validations
* chore: added barebones function to generate ledger entries
* chore: repost on submit
* chore: repost in background
* chore: include payment entry and journal entry
* chore: ignore repost doc on cancel
* chore: preview method
* chore: rudimentary form of preview
* refactor: preview template
* refactor: basic background colors to differentiate old and new
* chore: remove commented code
* test: basic functionality
* chore: fix conflict
* chore: prevent repost on invoices with deferred accounting
* refactor(test): rename and test basic validations and methods
* refactor(test): test all validations
* fix(test): use proper name account name
* refactor(test): fix failing test case
* refactor(test): clear old entries
* refactor(test): simpler logic to clear old records
* refactor(test): make use of deletion flag
* refactor(test): split into multiple test cases
(cherry picked from commit e64b004eca )
# Conflicts:
# erpnext/accounts/doctype/journal_entry/journal_entry.js
2023-08-16 11:04:45 +00:00
Frappe PR Bot
b773465b41
chore(release): Bumped to Version 14.35.0
...
# [14.35.0](https://github.com/frappe/erpnext/compare/v14.34.3...v14.35.0 ) (2023-08-16)
### Bug Fixes
* Allow backdated repayment cancels for term loans ([1377cf4 ](1377cf4cf1 ))
* allow negative stock condition for batch item ([#36586 ](https://github.com/frappe/erpnext/issues/36586 )) ([ee04c6d ](ee04c6d5c5 ))
* AR/AP report based on payment terms ([#36574 ](https://github.com/frappe/erpnext/issues/36574 )) ([ac0fff7 ](ac0fff7e94 ))
* better remarks on Cr note created by Reconciliation ([5443592 ](5443592d84 ))
* Button Alignment center in hero slider ([#36607 ](https://github.com/frappe/erpnext/issues/36607 )) ([b131f70 ](b131f70ed6 )), closes [#36561 ](https://github.com/frappe/erpnext/issues/36561 )
* cr/dr note should be posted for exc gain/loss ([349601b ](349601b4b9 ))
* disallow mulitple SO with same PO No ([b901cfd ](b901cfdbe2 ))
* don't show disabled items in `Item Shortage Report` (backport [#36550 ](https://github.com/frappe/erpnext/issues/36550 )) ([#36571 ](https://github.com/frappe/erpnext/issues/36571 )) ([19cfcea ](19cfcea78e ))
* fetch `Stock UOM` from Item if not set (backport [#36606 ](https://github.com/frappe/erpnext/issues/36606 )) ([#36617 ](https://github.com/frappe/erpnext/issues/36617 )) ([8b13185 ](8b13185c25 ))
* Group Account total not showing in Financial Statements ([2912648 ](2912648151 ))
* incorrect available qty for backdated stock reco with batch ([#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([2800ad3 ](2800ad39d2 ))
* incorrect gain/loss on allocation change on reconciliation tool ([39c439d ](39c439dc4b ))
* Make default sales update frequency as monthly instead of each transaction ([4ca1f3b ](4ca1f3b9cf ))
* move company rename to long queue ([8083c0b ](8083c0b59e ))
* precision issue while submitting the stock entry ([#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([a864e07 ](a864e07d4f ))
* re-add permission that was unintentionally removed ([#36663 ](https://github.com/frappe/erpnext/issues/36663 )) ([99777d3 ](99777d3fa4 ))
* **RFQ:** link to supplier portal ([eb2f68e ](eb2f68ec98 ))
* standard formula to calculate the "difference" ([#36612 ](https://github.com/frappe/erpnext/issues/36612 )) ([716d5c0 ](716d5c0b98 ))
* Tax withholding post LDC limit consumed ([#36611 ](https://github.com/frappe/erpnext/issues/36611 )) ([1deebe8 ](1deebe8757 ))
* **test:** replace hardcoded reference to adv with dynamic one ([2e6bfa3 ](2e6bfa36de ))
* **test:** test case breakage in Github Actions ([3542df7 ](3542df70f6 ))
* unhide `uom` and `stock_uom` fields in print view ([b49309c ](b49309c160 ))
* validation blocks partial payment for SO and PO ([ce08f03 ](ce08f038d2 ))
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) ([#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([63c061e ](63c061e5e8 ))
* wrong currency on financial-statement based reports ([#36524 ](https://github.com/frappe/erpnext/issues/36524 )) ([3044f46 ](3044f46c52 ))
### Features
* add voucher totals in tds payable report ([#36568 ](https://github.com/frappe/erpnext/issues/36568 )) ([90b390c ](90b390c2c5 ))
* daily asset depreciation method ([#36587 ](https://github.com/frappe/erpnext/issues/36587 )) ([2918127 ](29181274c8 ))
* Reallow customizing company abbreviation on setup. ([#36646 ](https://github.com/frappe/erpnext/issues/36646 )) ([ca34b63 ](ca34b63470 ))
### Performance Improvements
* **invoice:** Faster return amount query (backport [#36556 ](https://github.com/frappe/erpnext/issues/36556 )) ([#36557 ](https://github.com/frappe/erpnext/issues/36557 )) ([fe41be9 ](fe41be953d ))
2023-08-16 06:34:09 +00:00
Deepesh Garg
787118d00b
Merge pull request #36658 from frappe/version-14-hotfix
...
chore: release v14
2023-08-16 12:02:35 +05:30
Deepesh Garg
67c8350f70
Merge branch 'version-14' into version-14-hotfix
2023-08-16 11:08:08 +05:30
ruthra kumar
cba1c63beb
Merge pull request #36651 from frappe/mergify/bp/version-14-hotfix/pr-36642
...
refactor: toggle for negative item rates in Selling Settings (backport #36642 )
2023-08-16 10:30:24 +05:30
ruthra kumar
2f0e7fcb4a
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36642
2023-08-16 09:58:31 +05:30
ruthra kumar
44c1b91ca7
Merge pull request #36633 from frappe/mergify/bp/version-14-hotfix/pr-35644
...
refactor: booking exchange gain/loss amount through journal (backport #35644 )
2023-08-16 09:41:25 +05:30
mergify[bot]
1deebe8757
fix: Tax withholding post LDC limit consumed ( #36611 )
...
* fix: Tax withholding post LDC limit consumed (#36611 )
* fix: Tax withholding post LDC limit consumed
* fix: LDC condition check
(cherry picked from commit 985ff9781b )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/test_tax_withholding_category.py
* chore: resolve conflicts
* chore: linting issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-16 08:09:38 +05:30
mergify[bot]
99777d3fa4
fix: re-add permission that was unintentionally removed ( #36663 )
...
fix: re-add permission that was unintentionally removed
Remove `Reversal OF ITC` and re-add permissions. Both of them
unintended changes
(cherry picked from commit 45662fa646 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-16 08:09:04 +05:30
mergify[bot]
33d5250cec
chore: add validation for depreciation expense account in asset category (backport #36659 ) ( #36661 )
...
chore: add validation for depreciation expense account in asset category (#36659 )
(cherry picked from commit e0c79d3b53 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-15 18:27:01 +05:30
ruthra kumar
e55c160438
chore: resolve conflicts
2023-08-15 08:56:37 +05:30
ruthra kumar
3a82eb4ccf
refactor: toggle for negative rates in Selling Settings
...
(cherry picked from commit a0fc68538f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
# erpnext/patches.txt
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-15 02:43:54 +00:00
Devin Slauenwhite
ca34b63470
feat: Reallow customizing company abbreviation on setup. ( #36646 )
...
Co-authored-by: Bernd Oliver Sünderhauf <pancho@mailbox.org >
2023-08-14 21:44:03 +05:30
Kevin Shenk
83cbc1bef6
fix: Document Name link validation in Bank Reconciliation Tool ( #36495 )
...
fix: format_row broke Document Name link validation
#35540 broke Voucher Matching, leading to an invalid link exception on submission. This is because the format_row() function overwrites the row data instead of just providing a formatter on the DataTable column, and therefore passes through the formatted (linked) column data instead of the Document Name only.
This patch moves the appropriate frappe.form.formatters.Link function to a dedicated format hook on the DataTable columns definition, both fixing the error and retaining the functionality of #35540 .
(cherry picked from commit 7ab55b1bb2 )
# Conflicts:
# erpnext/public/js/bank_reconciliation_tool/dialog_manager.js
2023-08-14 13:34:31 +00:00
mergify[bot]
716d5c0b98
fix: standard formula to calculate the "difference" ( #36612 )
...
fix: standard formula to calculate the "difference" (#36612 )
(cherry picked from commit 843e77e72d )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-08-14 18:55:16 +05:30
Gursheen Kaur Anand
90b390c2c5
feat: add voucher totals in tds payable report ( #36568 )
...
* feat: voucher totals in tds payable monthly
* fix: naming series column in tds payable report
* fix: tds computation summary columns
2023-08-14 18:15:21 +05:30
ViralKansodiya
b131f70ed6
fix: Button Alignment center in hero slider ( #36607 )
...
fix: speling in CSS (Button alignment center is not working on hero slider)#36561
2023-08-14 16:20:58 +05:30
ruthra kumar
18cf93d1c8
refactor(test): import missing functions
2023-08-14 11:49:46 +05:30
ruthra kumar
2e6bfa36de
fix(test): replace hardcoded reference to adv with dynamic one
2023-08-14 11:30:35 +05:30
ruthra kumar
b3f4c14a26
chore: resolve conflict in payment_reconciliation.py
...
backport will merge the better remarks PR
https://github.com/frappe/erpnext/pull/36573 wil exchange gain/loss
booking refactor
2023-08-14 10:56:48 +05:30
ruthra kumar
946aadb0c0
chore: resolve conflict in test_sales_invoice.py
2023-08-14 10:52:49 +05:30
ruthra kumar
f92453ae45
chore: resolve merge conflict in accounts/utils.py and its tests
2023-08-14 10:50:31 +05:30
ruthra kumar
7469018d3e
chore: resolve merge conflict
2023-08-14 10:37:56 +05:30
ruthra kumar
61afffc908
chore: cancel gain/loss je while posting reverse gl
...
(cherry picked from commit 46ea814400 )
2023-08-14 04:51:46 +00:00
ruthra kumar
ed0881dacb
chore: don't make gain/loss journal for base currency transactions
...
(cherry picked from commit 567c0ce1e8 )
2023-08-14 04:51:46 +00:00
ruthra kumar
efb293398a
chore(test): use existing company for unit test
...
(cherry picked from commit 804afaa647 )
2023-08-14 04:51:46 +00:00
ruthra kumar
8d32a1f4b3
chore: rename some internal variables
...
(cherry picked from commit d9d6856153 )
2023-08-14 04:51:46 +00:00
ruthra kumar
4c527d6bba
chore: add msgprint for exc JE
...
(cherry picked from commit acc7322874 )
2023-08-14 04:51:45 +00:00
ruthra kumar
2a61d854d3
chore: use frappetestcase
...
(cherry picked from commit 47bbb37291 )
2023-08-14 04:51:45 +00:00
ruthra kumar
052abcb075
refactor(test): assert ledger outstanding
...
(cherry picked from commit 025091161e )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:45 +00:00
ruthra kumar
3542df70f6
fix(test): test case breakage in Github Actions
...
(cherry picked from commit bfa54d5335 )
2023-08-14 04:51:45 +00:00
ruthra kumar
c5c440b7bc
test: assert ledger after cr note cancellation
...
(cherry picked from commit ae424fdfed )
2023-08-14 04:51:45 +00:00
ruthra kumar
349601b4b9
fix: cr/dr note should be posted for exc gain/loss
...
(cherry picked from commit 95543225cf )
2023-08-14 04:51:44 +00:00
ruthra kumar
09e9b16b93
test: cr notes against invoice
...
(cherry picked from commit e3d2a2c5bd )
2023-08-14 04:51:44 +00:00
ruthra kumar
39c439dc4b
fix: incorrect gain/loss on allocation change on reconciliation tool
...
(cherry picked from commit 506a5775f9 )
2023-08-14 04:51:44 +00:00
ruthra kumar
72a507f888
refactor: create gain/loss on Cr/Dr notes with different exc rates
...
(cherry picked from commit ba1f065765 )
2023-08-14 04:51:44 +00:00
ruthra kumar
22dbe52586
refactor: convert class method to standalone function
...
(cherry picked from commit 1ea1bfebc4 )
2023-08-14 04:51:44 +00:00
ruthra kumar
1999132c28
refactor: split make_exchage_gain_loss_journal into smaller function
...
(cherry picked from commit c0b3b069b5 )
2023-08-14 04:51:43 +00:00
ruthra kumar
57af6d9c21
refactor: cr/dr note will be on single exchange rate
...
(cherry picked from commit c87332d5da )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-14 04:51:43 +00:00
ruthra kumar
a9faa92796
chore: type info
...
(cherry picked from commit 6628632fbb )
2023-08-14 04:51:43 +00:00
ruthra kumar
d9219dc7d2
chore(test): fix broken test case
...
(cherry picked from commit 37895a361c )
2023-08-14 04:51:43 +00:00
ruthra kumar
395f87a0f8
chore(test): fix broken unit test
...
(cherry picked from commit 70dd9d0671 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
2023-08-14 04:51:43 +00:00
ruthra kumar
4094fbc3e5
test: journals against sales invoice
...
(cherry picked from commit f3363e813a )
2023-08-14 04:51:42 +00:00
ruthra kumar
513721c338
refactor: handle diff amount in various names
...
(cherry picked from commit f4a65cccc4 )
2023-08-14 04:51:42 +00:00
ruthra kumar
077d98e0fa
refactor: unit tests for journals
...
(cherry picked from commit 5695d6a5a6 )
2023-08-14 04:51:42 +00:00
ruthra kumar
8be312b73e
refactor: dr/cr logic for journals as payments
...
(cherry picked from commit 0567243772 )
2023-08-14 04:51:42 +00:00
ruthra kumar
197e5881aa
refactor: assert payment ledger outstanding in both currencies
...
(cherry picked from commit 73cc1ba654 )
2023-08-14 04:51:41 +00:00
ruthra kumar
7c3fc7eb3b
refactor: cancel gain/loss JE on Journal as payment cancellation
...
(cherry picked from commit 6e18bb6456 )
2023-08-14 04:51:41 +00:00
ruthra kumar
01953bc0e3
refactor: linkage between journal as payment and gain/loss journal
...
(cherry picked from commit f119a1e115 )
# Conflicts:
# erpnext/accounts/doctype/gl_entry/gl_entry.py
2023-08-14 04:51:41 +00:00
ruthra kumar
075a7dfe2e
chore: code cleanup
...
(cherry picked from commit cd42b26839 )
2023-08-14 04:51:41 +00:00
ruthra kumar
86aead3d45
refactor: remove call for setting deductions in payment entry
...
(cherry picked from commit 1bcb728c85 )
# Conflicts:
# erpnext/accounts/utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
e20b213737
refactor(test): difference amount no updated for exchange gain/loss
...
(cherry picked from commit 72bc5b3a11 )
# Conflicts:
# erpnext/accounts/test/test_utils.py
2023-08-14 04:51:40 +00:00
ruthra kumar
4025442491
refactor(test): exc gain/loss journal for advance in purchase invoice
...
(cherry picked from commit 5b06bd1af4 )
2023-08-14 04:51:40 +00:00
ruthra kumar
f6bb6b78db
refactor: only post on base currency for exchange gain/loss
...
(cherry picked from commit 78bc712756 )
2023-08-14 04:51:40 +00:00
ruthra kumar
00a26ea6e6
refactor(test): payment will have same exch rate - no gain/loss
...
while making payment entry using reference to sales/purchase invoice,
it herits the parent docs exchange rate. so, there will be no exchange
gain/loss
(cherry picked from commit ee2d1fa36e )
2023-08-14 04:51:39 +00:00
ruthra kumar
e2c35f8c85
refactor(test): assert Exc journal when reconciling Journa to invoic
...
(cherry picked from commit 389cadf157 )
2023-08-14 04:51:39 +00:00
ruthra kumar
72e88d22ed
chore: remove debugging statements and fixing failing unit tests
...
(cherry picked from commit ee3ce82ea8 )
2023-08-14 04:51:39 +00:00
ruthra kumar
220bf24555
refactor: exc booking logic for Journal Entry
...
(cherry picked from commit 7b516f8463 )
2023-08-14 04:51:39 +00:00
ruthra kumar
1f76dde025
refactor(test): exc gain/loss booked through journal
...
(cherry picked from commit 00a2e42a47 )
2023-08-14 04:51:38 +00:00
ruthra kumar
59b7e96255
refactor: assert exchange gain/loss amount in reference table
...
(cherry picked from commit 4ff53e1062 )
2023-08-14 04:51:38 +00:00
ruthra kumar
d030f4a100
refactor: remove unused variable, pe should pull in parent exc rate
...
1. 'reference_doc' variable is never set. Hence, removing.
2. set_exchange_rate() relies on ref_doc, which was never
set due to point [1]. Replacing it with 'doc'.
3. Sales/Purchase Invoice has 'conversion_rate' field for tracking
exchange rate. Added a get statement for them as well.
(cherry picked from commit 92ae9c2201 )
2023-08-14 04:51:38 +00:00
ruthra kumar
6c6acef78e
refactor: helper method
...
(cherry picked from commit c1184585ed )
2023-08-14 04:51:38 +00:00
ruthra kumar
a9da619903
chore: fix logic for purchase invoice and some typos
...
(cherry picked from commit 34b5e849a2 )
2023-08-14 04:51:38 +00:00
ruthra kumar
72005bdb39
refactor: add new reference type in journal entry account
...
(cherry picked from commit 13febcac81 )
2023-08-14 04:51:38 +00:00
ruthra kumar
287af687cf
chore: patch to update property setter for Journal Entry Accounts
...
(cherry picked from commit 0587338435 )
2023-08-14 04:51:37 +00:00
ruthra kumar
db46987d4b
refactor: replace with new method in purchase invoice
...
(cherry picked from commit 7e94a1c51b )
2023-08-14 04:51:37 +00:00
ruthra kumar
44110860b4
test: different scenarios for exchange booking
...
(cherry picked from commit 5e1cd1f227 )
2023-08-14 04:51:37 +00:00
ruthra kumar
c06a6bfc09
refactor: book exchange gain/loss through journal
...
(cherry picked from commit 81cd7873d3 )
2023-08-14 04:51:37 +00:00
mergify[bot]
ac0fff7e94
fix: AR/AP report based on payment terms ( #36574 )
...
fix: AR/AP report based on payment terms (#36574 )
* fix: AR/AP report based on payment terms
* fix: AR/AP report based on payment terms
(cherry picked from commit fbb5058531 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-14 09:46:41 +05:30
mergify[bot]
3044f46c52
fix: wrong currency on financial-statement based reports ( #36524 )
...
fix: wrong currency on financial-statement based reports (#36524 )
* add missing field options on financial_statement Total field
* format financial statement code
(cherry picked from commit ce25f9e8c9 )
Co-authored-by: Naufal Afif <naufalafif58@gmail.com >
2023-08-13 17:11:47 +05:30
Deepesh Garg
0a832bc979
Merge pull request #36609 from frappe/mergify/bp/version-14-hotfix/pr-36564
...
fix: Make default sales update frequency as monthly instead of each transaction (#36564 )
2023-08-13 13:20:27 +05:30
Deepesh Garg
e5bc888798
Merge pull request #36614 from deepeshgarg007/loan_repayment_cancel_v14
...
fix: Allow backdated repayment cancels for term loans
2023-08-13 11:57:49 +05:30
ruthra kumar
9172985a9b
Merge pull request #36621 from frappe/mergify/bp/version-14-hotfix/pr-36309
...
fix: allocation validation blocks partial payment for SO and PO (backport #36309 )
2023-08-13 11:39:27 +05:30
Deepesh Garg
a3032910a7
chore: resolve conflicts
2023-08-13 11:37:40 +05:30
ruthra kumar
ce08f038d2
fix: validation blocks partial payment for SO and PO
...
(cherry picked from commit cb2bfabb6f )
2023-08-13 10:58:55 +05:30
ruthra kumar
df632d7ecb
Merge pull request #36620 from frappe/mergify/bp/version-14-hotfix/pr-36590
...
fix: disallow mulitple SO with same Purchase Order No if not enabled in Settings (backport #36590 )
2023-08-13 08:48:27 +05:30
ruthra kumar
1693905703
Merge pull request #36619 from frappe/mergify/bp/version-14-hotfix/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-13 08:43:00 +05:30
ruthra kumar
21d3fb0625
chore: resolve merge conflict
2023-08-13 08:24:01 +05:30
ruthra kumar
c83f10f638
refactor(test): don't set po_no by default
...
(cherry picked from commit 64614cd915 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/test_delivery_note.py
2023-08-13 02:40:42 +00:00
ruthra kumar
b901cfdbe2
fix: disallow mulitple SO with same PO No
...
(cherry picked from commit dbd3fdbb41 )
2023-08-13 02:40:42 +00:00
ruthra kumar
cbcdf30840
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-13 02:40:38 +00:00
mergify[bot]
8b13185c25
fix: fetch Stock UOM from Item if not set (backport #36606 ) ( #36617 )
...
fix: fetch `Stock UOM` from Item if not set (#36606 )
(cherry picked from commit 539cfd08f0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-12 23:25:05 +05:30
Deepesh Garg
1377cf4cf1
fix: Allow backdated repayment cancels for term loans
2023-08-12 20:01:04 +05:30
Deepesh Garg
4ca1f3b9cf
fix: Make default sales update frequency as monthly instead of each transaction
...
(cherry picked from commit 32863b4922 )
# Conflicts:
# erpnext/selling/doctype/selling_settings/selling_settings.json
2023-08-11 17:10:07 +00:00
Deepesh Garg
347c67a0f1
Merge pull request #36608 from frappe/mergify/bp/version-14-hotfix/pr-36582
...
fix: Group Account total not showing in Financial Statements (#36582 )
2023-08-11 22:33:35 +05:30
Deepesh Garg
2912648151
fix: Group Account total not showing in Financial Statements
...
(cherry picked from commit baf5cddd1b )
2023-08-11 16:27:53 +00:00
Frappe PR Bot
ddcf555486
chore(release): Bumped to Version 14.34.3
...
## [14.34.3](https://github.com/frappe/erpnext/compare/v14.34.2...v14.34.3 ) (2023-08-11)
### Bug Fixes
* wrap none type rate under flt (backport [#36602 ](https://github.com/frappe/erpnext/issues/36602 )) (backport [#36604 ](https://github.com/frappe/erpnext/issues/36604 )) ([#36605 ](https://github.com/frappe/erpnext/issues/36605 )) ([e4e1f03 ](e4e1f03bac ))
2023-08-11 13:28:22 +00:00
mergify[bot]
e4e1f03bac
fix: wrap none type rate under flt (backport #36602 ) (backport #36604 ) ( #36605 )
...
fix: wrap none type rate under flt (backport #36602 ) (#36604 )
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 63c061e5e8 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-08-11 18:56:29 +05:30
mergify[bot]
63c061e5e8
fix: wrap none type rate under flt (backport #36602 ) ( #36604 )
...
fix: wrap none type rate under flt (#36602 )
(cherry picked from commit 627986efa1 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 12:55:25 +00:00
mergify[bot]
96663d7e28
chore: set default filter dates if missing (backport #36597 ) ( #36598 )
...
chore: set default filter dates if missing (#36597 )
(cherry picked from commit 98e82e0d99 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-11 09:19:14 +00:00
rohitwaghchaure
ee04c6d5c5
fix: allow negative stock condition for batch item ( #36586 )
...
* fix: allow negative stock condition for batch item
* fix: test case
2023-08-11 13:57:27 +05:30
ruthra kumar
a4d6e0092c
Merge pull request #36594 from frappe/mergify/bp/version-14/pr-36593
...
chore: update permissions for Process Payment Reconciliation (backport #36593 )
2023-08-11 12:14:48 +05:30
ruthra kumar
9821f90350
chore: update permissions for Process Payment Reconciliation
...
(cherry picked from commit cd28d15292 )
2023-08-11 06:14:34 +00:00
ruthra kumar
5488785fd8
Merge pull request #36579 from frappe/mergify/bp/version-14-hotfix/pr-36573
...
refactor: 'is system generated' field and better remarks in Journal Entry (backport #36573 )
2023-08-11 09:43:53 +05:30
ruthra kumar
25ac0ce1cc
Merge pull request #36580 from frappe/mergify/bp/version-14-hotfix/pr-36578
...
fix: unhide `uom` and `stock_uom` fields in print view (backport #36578 )
2023-08-11 09:16:07 +05:30
ruthra kumar
727a379581
chore: remove unwanted 'Reversal of ITC' and merge conflicts
2023-08-11 09:12:11 +05:30
Anand Baburajan
29181274c8
feat: daily asset depreciation method ( #36587 )
...
* feat: daily asset depreciation method
* chore: hide depr schedule if no schedules
2023-08-10 22:47:16 +05:30
Frappe PR Bot
35450d7bd9
chore(release): Bumped to Version 14.34.2
...
## [14.34.2](https://github.com/frappe/erpnext/compare/v14.34.1...v14.34.2 ) (2023-08-10)
### Bug Fixes
* incorrect available qty for backdated stock reco with batch (backport [#36581 ](https://github.com/frappe/erpnext/issues/36581 )) ([#36585 ](https://github.com/frappe/erpnext/issues/36585 )) ([bb112ec ](bb112eca05 ))
2023-08-10 12:28:54 +00:00
mergify[bot]
bb112eca05
fix: incorrect available qty for backdated stock reco with batch (backport #36581 ) ( #36585 )
...
fix: incorrect available qty for backdated stock reco with batch (#36581 )
(cherry picked from commit 2800ad39d2 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 17:57:17 +05:30
rohitwaghchaure
2800ad39d2
fix: incorrect available qty for backdated stock reco with batch ( #36581 )
2023-08-10 17:22:14 +05:30
ruthra kumar
b49309c160
fix: unhide uom and stock_uom fields in print view
...
(cherry picked from commit 11cd163db7 )
2023-08-10 10:18:36 +00:00
ruthra kumar
a04471024d
refactor: enable 'no-copy'
...
(cherry picked from commit 4ed4b0240d )
2023-08-10 10:09:26 +00:00
ruthra kumar
9b0d30c56b
refactor: set flag display condition
...
(cherry picked from commit de17eaef38 )
2023-08-10 10:09:25 +00:00
ruthra kumar
00c7dbceaa
refactor: add is_system_generated field to Journal Entry
...
(cherry picked from commit 3997aa77d4 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
ruthra kumar
5443592d84
fix: better remarks on Cr note created by Reconciliation
...
(cherry picked from commit 47cb349362 )
# Conflicts:
# erpnext/accounts/doctype/payment_reconciliation/payment_reconciliation.py
2023-08-10 10:09:25 +00:00
Frappe PR Bot
10e25972e1
chore(release): Bumped to Version 14.34.1
...
## [14.34.1](https://github.com/frappe/erpnext/compare/v14.34.0...v14.34.1 ) (2023-08-10)
### Bug Fixes
* precision issue while submitting the stock entry (backport [#36575 ](https://github.com/frappe/erpnext/issues/36575 )) ([#36576 ](https://github.com/frappe/erpnext/issues/36576 )) ([d6ebd1b ](d6ebd1b6f8 ))
2023-08-10 08:06:21 +00:00
mergify[bot]
d6ebd1b6f8
fix: precision issue while submitting the stock entry (backport #36575 ) ( #36576 )
...
fix: precision issue while submitting the stock entry (#36575 )
fix: precision issue while submmiting the stock entry
(cherry picked from commit a864e07d4f )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-10 13:34:36 +05:30
rohitwaghchaure
a864e07d4f
fix: precision issue while submitting the stock entry ( #36575 )
...
fix: precision issue while submmiting the stock entry
2023-08-10 13:32:31 +05:30
mergify[bot]
19cfcea78e
fix: don't show disabled items in Item Shortage Report (backport #36550 ) ( #36571 )
...
fix: don't show disabled items in `Item Shortage Report` (#36550 )
(cherry picked from commit 4a7fc1506f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-10 11:29:20 +05:30
Ankush Menat
8083c0b59e
fix: move company rename to long queue
...
(cherry picked from commit 5169006085 )
2023-08-10 10:03:22 +05:30
Anand Baburajan
8abc0adb18
chore: add warning for lending separation ( #36569 )
2023-08-09 15:07:40 +00:00
mergify[bot]
fe41be953d
perf(invoice): Faster return amount query (backport #36556 ) ( #36557 )
...
perf(invoice): Faster return amount query (#36556 )
perf: Faster return amount query
(cherry picked from commit b0c79a0467 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-09 14:07:48 +05:30
s-aga-r
c2b5417cb8
Merge pull request #36552 from frappe/mergify/bp/version-14-hotfix/pr-36551
...
fix(RFQ): link to supplier portal (backport #36551 )
2023-08-09 13:55:28 +05:30
Frappe PR Bot
259f3422d5
chore(release): Bumped to Version 14.34.0
...
# [14.34.0](https://github.com/frappe/erpnext/compare/v14.33.2...v14.34.0 ) (2023-08-09)
### Bug Fixes
* **accounts:** Translate columns in AP/AR report ([#36503 ](https://github.com/frappe/erpnext/issues/36503 )) ([6739369 ](67393694de ))
* AP and AR summary ([769d7d7 ](769d7d7554 ))
* check root type only when not none ([46bb309 ](46bb309b8a ))
* cross connect delivery note and sales invoice ([#36183 ](https://github.com/frappe/erpnext/issues/36183 )) ([8501a11 ](8501a1182a ))
* Debit credit difference while submitting Sales Invoice ([#36523 ](https://github.com/frappe/erpnext/issues/36523 )) ([240d866 ](240d866ef4 ))
* don't allow negative rate (backport [#36027 ](https://github.com/frappe/erpnext/issues/36027 )) ([#36465 ](https://github.com/frappe/erpnext/issues/36465 )) ([caa4f33 ](caa4f33169 ))
* enqueue submit/cancel action for stock entry having more than 50 line items (backport [#36532 ](https://github.com/frappe/erpnext/issues/36532 )) ([#36536 ](https://github.com/frappe/erpnext/issues/36536 )) ([9c108a8 ](9c108a8ef7 ))
* fetch ple for all party types ([674dba8 ](674dba8cd7 ))
* fetch ple with party type employee in AP ([1ca9aca ](1ca9aca0d5 ))
* Fix query for financial statement report ([d1590f2 ](d1590f266b ))
* get incoming rate instead of BOM rate (backport [#36496 ](https://github.com/frappe/erpnext/issues/36496 )) ([#36506 ](https://github.com/frappe/erpnext/issues/36506 )) ([bdfbccd ](bdfbccd38e ))
* handle None value in payment_term_outstanding ([b033b3b ](b033b3b0d6 ))
* Lower deduction certificate for multi-company ([#36491 ](https://github.com/frappe/erpnext/issues/36491 )) ([2216875 ](2216875bd6 ))
* payment allocation in invoice payment schedule ([#36440 ](https://github.com/frappe/erpnext/issues/36440 )) ([0e87c86 ](0e87c86aab ))
* search not working for so in the Production Plan ([#36459 ](https://github.com/frappe/erpnext/issues/36459 )) ([8c57d56 ](8c57d56240 ))
* serial no not able to reject for the internal transfer ([#36467 ](https://github.com/frappe/erpnext/issues/36467 )) ([c1819a4 ](c1819a4b21 ))
* stock entry decimal issue (backport [#36530 ](https://github.com/frappe/erpnext/issues/36530 )) ([#36533 ](https://github.com/frappe/erpnext/issues/36533 )) ([5b04708 ](5b04708164 ))
* stock reconciliation negative stock error (backport [#36544 ](https://github.com/frappe/erpnext/issues/36544 )) ([#36549 ](https://github.com/frappe/erpnext/issues/36549 )) ([00b9df0 ](00b9df0bc5 ))
* Tax withholding against order via Payment Entry ([#36493 ](https://github.com/frappe/erpnext/issues/36493 )) ([a234b89 ](a234b8932e ))
* use correct lang separator for frappe (backport [#36519 ](https://github.com/frappe/erpnext/issues/36519 )) ([#36520 ](https://github.com/frappe/erpnext/issues/36520 )) ([f9981d1 ](f9981d1ff3 ))
* **ux:** add `Ordered Qty` column in Get Items From > MR (backport [#36486 ](https://github.com/frappe/erpnext/issues/36486 )) ([#36505 ](https://github.com/frappe/erpnext/issues/36505 )) ([0d7a4b6 ](0d7a4b6ff6 ))
### Features
* ledger comparison report ([#36485 ](https://github.com/frappe/erpnext/issues/36485 )) ([07f235c ](07f235cf7d ))
* **RFQ:** make sending attachments configurable (backport [#36359 ](https://github.com/frappe/erpnext/issues/36359 )) ([#36535 ](https://github.com/frappe/erpnext/issues/36535 )) ([5881960 ](5881960001 ))
### Performance Improvements
* asset depreciation entry posting ([#36461 ](https://github.com/frappe/erpnext/issues/36461 )) ([cd1c175 ](cd1c175439 ))
* defer holiday list imports ([7adad42 ](7adad4272a ))
2023-08-09 03:06:43 +00:00
Deepesh Garg
4f0bb5e643
Merge pull request #36546 from frappe/version-14-hotfix
...
chore: release v14
2023-08-09 08:35:06 +05:30
mergify[bot]
240d866ef4
fix: Debit credit difference while submitting Sales Invoice ( #36523 )
...
* fix: Debit credit difference while submitting Sales Invoice (#36523 )
* fix: Debit credit difference while submitting Sales Invoice
* test(fix): Update gl entry comparison
* test(fix): Update gl entry comparison
(cherry picked from commit 492ea3bcc8 )
# Conflicts:
# erpnext/controllers/accounts_controller.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:47 +05:30
mergify[bot]
0e87c86aab
fix: payment allocation in invoice payment schedule ( #36440 )
...
* fix: payment allocation in invoice payment schedule (#36440 )
* fix: payment allocation in invoice payment schedule
* test: payment allocation for payment terms
* chore: linting issues
(cherry picked from commit edbefee10c )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
* chore: resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-09 00:04:08 +05:30
barredterra
d273948d7a
test(RFQ): get_link
...
(cherry picked from commit 68ad62f7d0 )
2023-08-08 11:25:39 +00:00
barredterra
eb2f68ec98
fix(RFQ): link to supplier portal
...
(cherry picked from commit fd91f2c2e0 )
2023-08-08 11:25:39 +00:00
mergify[bot]
00b9df0bc5
fix: stock reconciliation negative stock error (backport #36544 ) ( #36549 )
...
fix: stock reconciliation negative stock error (#36544 )
fix: stock reco negative stock error
(cherry picked from commit 0b36e7d10e )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-08 16:04:52 +05:30
Anand Baburajan
cd1c175439
perf: asset depreciation entry posting ( #36461 )
...
* perf: make post depr entries job daily_long
* perf: optimise post_depreciation_entries and make_depreciation_entry
* chore: more optimisation and dont fail all schedule dates if one date fails
* chore: don't post entries before acc_frozen_upto
* chore: using get_single_value
* refactor: destructure asset object
2023-08-08 15:09:55 +05:30
ruthra kumar
2ca2e67812
Merge pull request #36543 from frappe/mergify/bp/version-14-hotfix/pr-36528
...
refactor: use base_tax_withholding_net_total for treshold validation (backport #36528 )
2023-08-08 14:41:53 +05:30
ruthra kumar
c26a52d791
refactor: use base_tax_withholding_net_total for treshold validation ( #36528 )
...
* refactor: use base_tax_withholding_net_total for treshold validation
* fix: only for non payment entry doctypes
(cherry picked from commit 11d5327d1b )
2023-08-08 08:45:22 +00:00
mergify[bot]
5881960001
feat(RFQ): make sending attachments configurable (backport #36359 ) ( #36535 )
...
* feat(RFQ): make sending attachments configurable (#36359 )
(cherry picked from commit 8cc3df7c2c )
# Conflicts:
# erpnext/buying/doctype/request_for_quotation/request_for_quotation.json
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-08-07 21:17:12 +05:30
mergify[bot]
9c108a8ef7
fix: enqueue submit/cancel action for stock entry having more than 50 line items (backport #36532 ) ( #36536 )
...
fix: enqueue submit/cancel action for stock entry having more than 50 line items (#36532 )
(cherry picked from commit ecba6ee183 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-07 21:03:36 +05:30
mergify[bot]
5b04708164
fix: stock entry decimal issue (backport #36530 ) ( #36533 )
...
fix: stock entry decimal issue (#36530 )
(cherry picked from commit 28dfc88789 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-07 19:11:19 +05:30
ruthra kumar
d76c2c5738
Merge pull request #36521 from frappe/mergify/bp/version-14-hotfix/pr-36485
...
feat: ledger comparison report (backport #36485 )
2023-08-07 11:52:28 +05:30
ruthra kumar
07f235cf7d
feat: ledger comparison report ( #36485 )
...
* feat: Accounting Ledger comparison report
* chore: barebones methods
* chore: working state
* chore: refactor internal logic
* chore: working multi select filter on Account
* chore: working voucher no filter
* chore: remove debugging statements
* chore: report with currency symbol
* chore: working start and end date filter
* test: basic report function
* refactor(test): test all filters
(cherry picked from commit b86747c9d4 )
2023-08-07 06:00:24 +00:00
Ankush Menat
7adad4272a
perf: defer holiday list imports
...
Only used for configuring but loaded whenever
get_doc("holiday list", ...) is done
(cherry picked from commit 2eea90a873 )
2023-08-07 10:09:49 +05:30
mergify[bot]
f9981d1ff3
fix: use correct lang separator for frappe (backport #36519 ) ( #36520 )
...
* fix: use correct lang separator for frappe
(cherry picked from commit 0218ca538f )
* perf: defer babel import
Only required when configuring but will get loaded everywhere
(cherry picked from commit f574ac11ea )
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-07 10:08:59 +05:30
mergify[bot]
8770aa5955
chore: don't merge asset capitalization gl entries (backport #36514 ) ( #36516 )
...
chore: don't merge asset capitalization gl entries (#36514 )
(cherry picked from commit 2d7d86039a )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-07 00:20:53 +05:30
Anand Baburajan
2d7d86039a
chore: don't merge asset capitalization gl entries ( #36514 )
2023-08-06 23:34:02 +05:30
mergify[bot]
bdfbccd38e
fix: get incoming rate instead of BOM rate (backport #36496 ) ( #36506 )
...
* fix: get incoming rate instead of BOM rate (#36496 )
* fix: get incoming rate instead of BOM rate
* test: add test case for SCR rm rate
(cherry picked from commit 758b31d895 )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-06 14:51:23 +05:30
mergify[bot]
a234b8932e
fix: Tax withholding against order via Payment Entry ( #36493 )
...
fix: Tax withholding against order via Payment Entry (#36493 )
* fix: Tax withholding against order via Payment Entry
* test: Add test case
* fix: Nonetype exceptions
(cherry picked from commit 93767eb7fc )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:58:55 +05:30
mergify[bot]
2216875bd6
fix: Lower deduction certificate for multi-company ( #36491 )
...
fix: Lower deduction certificate for multi-company (#36491 )
(cherry picked from commit 96035b87d5 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-05 22:44:10 +05:30
mergify[bot]
67393694de
fix(accounts): Translate columns in AP/AR report ( #36503 )
...
fix(accounts): Translate columns in AP/AR report (#36503 )
(cherry picked from commit 559d914c0b )
Co-authored-by: Corentin Flr <10946971+cogk@users.noreply.github.com >
2023-08-05 22:43:44 +05:30
mergify[bot]
0d7a4b6ff6
fix(ux): add Ordered Qty column in Get Items From > MR (backport #36486 ) ( #36505 )
...
fix(ux): add `Ordered Qty` column in Get Items From > MR (#36486 )
(cherry picked from commit e179499764 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-08-05 19:31:55 +05:30
Deepesh Garg
e0fb398be1
Merge pull request #36488 from frappe/mergify/bp/version-14-hotfix/pr-36333
...
fix: AP report does not show expense claim payables (#36333 )
2023-08-04 17:52:52 +05:30
mergify[bot]
cf2a3e2fc5
Contact Doctype don't have any field job_title. ( #36156 )
...
fix: Contact Doctype doesn't have any field called `job_title`
fix: Contact Doctype doesn't have any field called `job_title`
(cherry picked from commit 49be740736 )
Co-authored-by: Sumit Jain <59503001+sumitjain236@users.noreply.github.com >
2023-08-04 17:52:29 +05:30
Gursheen Anand
a79b30e45f
refactor: future payments query
...
(cherry picked from commit f5761e7965 )
2023-08-04 12:14:04 +00:00
Gursheen Anand
769d7d7554
fix: AP and AR summary
...
(cherry picked from commit e355dea4b5 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
674dba8cd7
fix: fetch ple for all party types
...
(cherry picked from commit fd5c4e0a64 )
2023-08-04 12:14:03 +00:00
Gursheen Anand
1ca9aca0d5
fix: fetch ple with party type employee in AP
...
(cherry picked from commit c47a37c3ab )
2023-08-04 12:14:02 +00:00
Deepesh Garg
8e8e59cecb
Merge pull request #36484 from frappe/mergify/bp/version-14-hotfix/pr-36458
...
test: balance sheet report (backport #36458 )
2023-08-04 10:59:11 +05:30
Gursheen Anand
47d0e76999
test: balance sheet report
...
(cherry picked from commit 002bf77314 )
2023-08-04 04:26:17 +00:00
Gursheen Anand
46bb309b8a
fix: check root type only when not none
...
(cherry picked from commit cd98be6088 )
2023-08-04 04:26:17 +00:00
mergify[bot]
dfd356a174
chore: better cost center validation for assets (backport #36477 ) ( #36479 )
...
chore: better cost center validation for assets (#36477 )
(cherry picked from commit 38a612c62e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-08-03 17:18:56 +05:30
Frappe PR Bot
2d43ba0c90
chore(release): Bumped to Version 14.33.2
...
## [14.33.2](https://github.com/frappe/erpnext/compare/v14.33.1...v14.33.2 ) (2023-08-03)
### Bug Fixes
* serial no not able to reject for the internal transfer (backport [#36467 ](https://github.com/frappe/erpnext/issues/36467 )) ([#36475 ](https://github.com/frappe/erpnext/issues/36475 )) ([a09777c ](a09777c406 ))
2023-08-03 07:48:49 +00:00
mergify[bot]
a09777c406
fix: serial no not able to reject for the internal transfer (backport #36467 ) ( #36475 )
...
fix: serial no not able to reject for the internal transfer (#36467 )
(cherry picked from commit c1819a4b21 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-03 13:16:55 +05:30
rohitwaghchaure
c1819a4b21
fix: serial no not able to reject for the internal transfer ( #36467 )
2023-08-03 12:19:25 +05:30
mergify[bot]
caa4f33169
fix: don't allow negative rate (backport #36027 ) ( #36465 )
...
* fix: don't allow negative rates (#36027 )
* fix: don't allow negative rate
* test: don't allow negative rate
* fix: only check for -rate on items child table
(cherry picked from commit dedf24b86d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
* chore: resolve merge conflict
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-08-02 17:13:22 +05:30
ruthra kumar
e6dca0668c
Merge pull request #36464 from frappe/mergify/bp/version-14-hotfix/pr-36455
...
fix: handle None value in payment_term_outstanding (backport #36455 )
2023-08-02 16:54:38 +05:30
Husam Hammad
b033b3b0d6
fix: handle None value in payment_term_outstanding
...
* Fix payment entry bug: Handle None value in payment_term_outstanding
* fix: Handle None value in payment_term_outstanding V2
fix linting issue
(cherry picked from commit 27ebf14f9d )
2023-08-02 10:59:43 +00:00
Frappe PR Bot
75012c17d4
chore(release): Bumped to Version 14.33.1
...
## [14.33.1](https://github.com/frappe/erpnext/compare/v14.33.0...v14.33.1 ) (2023-08-02)
### Bug Fixes
* search not working for so in the Production Plan (backport [#36459 ](https://github.com/frappe/erpnext/issues/36459 )) ([#36460 ](https://github.com/frappe/erpnext/issues/36460 )) ([4605bc5 ](4605bc51ae ))
2023-08-02 07:31:21 +00:00
mergify[bot]
4605bc51ae
fix: search not working for so in the Production Plan (backport #36459 ) ( #36460 )
...
fix: search not working for so in the Production Plan (#36459 )
fix: search not working for so
(cherry picked from commit 8c57d56240 )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-08-02 12:59:31 +05:30
rohitwaghchaure
8c57d56240
fix: search not working for so in the Production Plan ( #36459 )
...
fix: search not working for so
2023-08-02 12:47:12 +05:30
Anand Baburajan
8501a1182a
fix: cross connect delivery note and sales invoice ( #36183 )
...
* fix: cross connect delivery note and sales invoice
* chore: remove unnecessary non_standard_fieldname
2023-08-02 09:07:04 +05:30
Deepesh Garg
fb32120e36
Merge pull request #36454 from frappe/mergify/bp/version-14-hotfix/pr-36450
...
fix: Fix query for financial statement report (backport #36450 )
2023-08-01 23:39:44 +05:30
Corentin Flr
d1590f266b
fix: Fix query for financial statement report
...
(cherry picked from commit bd3fc7c434 )
2023-08-01 18:07:16 +00:00
Frappe PR Bot
710ec18086
chore(release): Bumped to Version 14.33.0
...
# [14.33.0](https://github.com/frappe/erpnext/compare/v14.32.1...v14.33.0 ) (2023-08-01)
### Bug Fixes
* allow fully depreciated existing assets ([#36378 ](https://github.com/frappe/erpnext/issues/36378 )) ([43b85c5 ](43b85c5711 ))
* change fieldtype from Currency to Float for the valuation rate in the stock report ([93bd4c7 ](93bd4c7ff3 ))
* cost center filter for fetching payments ([c9daa85 ](c9daa85985 ))
* Defined "Open" Status as default (backport [#36421 ](https://github.com/frappe/erpnext/issues/36421 )) ([#36424 ](https://github.com/frappe/erpnext/issues/36424 )) ([33a9477 ](33a947726d ))
* filter by cost center in trial balance ([02428b4 ](02428b446d ))
* german translations ([9c8e2a3 ](9c8e2a33e9 ))
* GL Entries should not be splitted based on cost center allocation in PCV ([ade13e6 ](ade13e6d36 ))
* group item reorder by (warehouse, material_request_type) (backport [#35818 ](https://github.com/frappe/erpnext/issues/35818 )) ([#36425 ](https://github.com/frappe/erpnext/issues/36425 )) ([516191b ](516191bf2b ))
* Ignore account closing balance for financial statement ([800417e ](800417eeed ))
* in payment_entry 'Unallocated Amount' cal is broken ([#36369 ](https://github.com/frappe/erpnext/issues/36369 )) ([cd3b85c ](cd3b85ccff ))
* incorrect `idx` on JE's after reconciliation ([80eb875 ](80eb8754db ))
* incorrect qty set in the serial no picker ([57b19a5 ](57b19a523e ))
* incorrect usage `get_cached_value` on single doctypes ([8f72a68 ](8f72a6814b ))
* **Item Group:** allow root deletion ([1a6be5e ](1a6be5e19b ))
* job card suggest holiday as start date (backport [#35958 ](https://github.com/frappe/erpnext/issues/35958 )) ([#36423 ](https://github.com/frappe/erpnext/issues/36423 )) ([29ddd26 ](29ddd26ba1 ))
* Job Card validation fixed when displaying total completed quantity ([7b3bcd3 ](7b3bcd3bc4 ))
* multiple issues related to Production Plan (backport [#36377 ](https://github.com/frappe/erpnext/issues/36377 )) ([#36381 ](https://github.com/frappe/erpnext/issues/36381 )) ([a799e1b ](a799e1b217 ))
* not able to make material request (backport [#36416 ](https://github.com/frappe/erpnext/issues/36416 )) ([#36426 ](https://github.com/frappe/erpnext/issues/36426 )) ([99e7406 ](99e7406b5b ))
* only publish repost progress to doc subscriber (backport [#36400 ](https://github.com/frappe/erpnext/issues/36400 )) ([#36402 ](https://github.com/frappe/erpnext/issues/36402 )) ([32bdb7c ](32bdb7cccd ))
* overallocation validation misfire on normal invoices ([#36349 ](https://github.com/frappe/erpnext/issues/36349 )) ([09af485 ](09af485d54 ))
* paid_amount when the group is mode of payment ([50ef358 ](50ef35845a ))
* process_owner is not link User (backport [#36420 ](https://github.com/frappe/erpnext/issues/36420 )) ([#36422 ](https://github.com/frappe/erpnext/issues/36422 )) ([289dc36 ](289dc36696 ))
* removed "fetch_from" (backport [#36365 ](https://github.com/frappe/erpnext/issues/36365 )) ([#36386 ](https://github.com/frappe/erpnext/issues/36386 )) ([6d051f5 ](6d051f5732 ))
* root type in account map for balance sheet ([#36303 ](https://github.com/frappe/erpnext/issues/36303 )) ([5b56296 ](5b562961e3 ))
* show invoices name instead of object address ([e802f0c ](e802f0c352 ))
* show tds & tcs separately ([619b0fe ](619b0feb5f ))
* test with None conditon in PE ([479cab0 ](479cab0336 ))
* typo in loyalty program throw message ([#36432 ](https://github.com/frappe/erpnext/issues/36432 )) ([782a4d1 ](782a4d1fa8 ))
### Features
* add party type filter ([32fea64 ](32fea643cd ))
### Performance Improvements
* avoid full table scan in sle count check ([#36428 ](https://github.com/frappe/erpnext/issues/36428 )) ([04f9915 ](04f9915009 ))
* move project status reminder to hourly (backport [#36372 ](https://github.com/frappe/erpnext/issues/36372 )) ([#36373 ](https://github.com/frappe/erpnext/issues/36373 )) ([4ac60cd ](4ac60cd73b ))
* use `LEFT JOIN` instead of `NOT EXISTS` (backport [#36221 ](https://github.com/frappe/erpnext/issues/36221 )) ([#36383 ](https://github.com/frappe/erpnext/issues/36383 )) ([26a0b3b ](26a0b3b380 ))
2023-08-01 18:06:33 +00:00
Deepesh Garg
a9dcf46882
Merge pull request #36442 from frappe/version-14-hotfix
...
chore: release v14
2023-08-01 23:34:31 +05:30
ruthra kumar
e8f24b8b4e
Merge pull request #36437 from frappe/mergify/bp/version-14-hotfix/pr-36349
...
fix: overallocation validation misfire on normal invoices (backport #36349 )
2023-08-01 15:55:42 +05:30
ruthra kumar
fcda6818ed
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36349
2023-08-01 15:08:06 +05:30
ruthra kumar
f748eb74f1
Merge pull request #36367 from frappe/mergify/bp/version-14-hotfix/pr-36126
...
fix: incorrect `idx` on Journals after reconciliation (backport #36126 )
2023-08-01 15:07:23 +05:30
ruthra kumar
5f677b9629
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36126
2023-08-01 14:38:52 +05:30
ruthra kumar
d34f1c1776
Merge pull request #36439 from ruthra-kumar/merge_conflict_in_sr_sp_csv
...
chore: remove merge conflict
2023-08-01 14:31:11 +05:30
ruthra kumar
2dee97aa70
chore: remove merge conflict
...
remove merge conflict in sr-SP.csv
2023-08-01 14:18:14 +05:30
ruthra kumar
5ac7dca2ec
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-36126
2023-08-01 13:53:39 +05:30
ruthra kumar
ee02cde58d
Merge pull request #36438 from ruthra-kumar/remove_merge_conflict_in_v14_hotfix
...
chore: remove merge conflict in translation file 'tr.csv'
2023-08-01 13:52:02 +05:30
ruthra kumar
14dc40360d
chore: remove merge conflict in translation file
...
Remove merge conflict in v14-hotfix branch
2023-08-01 13:48:03 +05:30
ruthra kumar
09af485d54
fix: overallocation validation misfire on normal invoices ( #36349 )
...
* fix: overallocation validation misfire on normal invoices
* test: assert misfire doesn't happen
(cherry picked from commit ab933df5bb )
2023-08-01 07:43:04 +00:00
ruthra kumar
80eb8754db
fix: incorrect idx on JE's after reconciliation
...
(cherry picked from commit 72f577aad2 )
2023-08-01 11:49:27 +05:30
Anand Baburajan
43b85c5711
fix: allow fully depreciated existing assets ( #36378 )
2023-08-01 11:47:48 +05:30
mergify[bot]
04f9915009
perf: avoid full table scan in sle count check ( #36428 )
...
perf: avoid full table scan in sle count check (#36428 )
(cherry picked from commit f31d07554d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-08-01 11:20:26 +05:30
mergify[bot]
782a4d1fa8
fix: typo in loyalty program throw message ( #36432 )
...
* fix: typo in loyalty program throw message (#36432 )
(cherry picked from commit 4f473eb090 )
# Conflicts:
# erpnext/translations/sr-SP.csv
# erpnext/translations/tr.csv
# erpnext/translations/zh-TW.csv
* chore: Resolve conflicts
---------
Co-authored-by: abdosaeed95 <118386543+abdosaeed95@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-01 11:19:38 +05:30
ruthra kumar
07f1b42c64
Merge pull request #36390 from frappe/mergify/bp/version-14-hotfix/pr-36382
...
refactor(test): introduce and make use of mixins in unit tests (backport #36382 )
2023-08-01 11:08:20 +05:30
ruthra kumar
3a024294a9
Merge pull request #36436 from frappe/mergify/bp/version-14-hotfix/pr-36434
...
fix: incorrect usage `get_cached_value` on single doctypes (backport #36434 )
2023-08-01 10:42:03 +05:30
mergify[bot]
5b562961e3
fix: root type in account map for balance sheet ( #36303 )
...
* fix: root type in account map for balance sheet (#36303 )
* fix: root type in account map
* fix: fetch gle by root type in consolidated financial statement
* refactor: consolidated financial statement gle query
* fix: filter accounts by root type
(cherry picked from commit 11bd15e580 )
# Conflicts:
# erpnext/accounts/report/consolidated_financial_statement/consolidated_financial_statement.py
* chore: Resolve conflicts
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-08-01 10:14:34 +05:30
ruthra kumar
8f72a6814b
fix: incorrect usage get_cached_value on single doctypes
...
(cherry picked from commit ba15810639 )
2023-08-01 10:12:55 +05:30
mergify[bot]
99e7406b5b
fix: not able to make material request (backport #36416 ) ( #36426 )
...
fix: not able to make material request (#36416 )
(cherry picked from commit f83a100a8d )
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2023-07-31 19:43:29 +05:30
mergify[bot]
516191bf2b
fix: group item reorder by (warehouse, material_request_type) (backport #35818 ) ( #36425 )
...
fix: group item reorder by (warehouse, material_request_type) (#35818 )
* fix: group item reorder by (warehouse, material_request_type)
* fix: update reorder error message
* chore: linter
* fix: correct error message
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
* chore: linter
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit e8eeeb16e2 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-07-31 18:36:09 +05:30
mergify[bot]
33a947726d
fix: Defined "Open" Status as default (backport #36421 ) ( #36424 )
...
fix: Defined "Open" Status as default (#36421 )
Defined "Open" Status as default of the child doctype (Quality Review Objective), because without it the main doctype (Quality Review) has "Passed" status.
This happens because in the "set_status" function, the status is updated according to the status of the child records.
(cherry picked from commit 652398fad2 )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-31 18:32:29 +05:30
mergify[bot]
29ddd26ba1
fix: job card suggest holiday as start date (backport #35958 ) ( #36423 )
...
fix: job card suggest holiday as start date (#35958 )
(cherry picked from commit ce36d1f668 )
Co-authored-by: Vimal <mailtovimal@gmail.com >
2023-07-31 18:22:44 +05:30
mergify[bot]
26a0b3b380
perf: use LEFT JOIN instead of NOT EXISTS (backport #36221 ) ( #36383 )
...
* perf: use `LEFT JOIN` instead of `NOT EXISTS`
(cherry picked from commit 58d867503b )
# Conflicts:
# erpnext/manufacturing/doctype/bom_update_log/bom_updation_utils.py
* fix: long queue `process_boms_cost_level_wise`
(cherry picked from commit 148d466ae5 )
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-31 17:39:11 +05:30
mergify[bot]
289dc36696
fix: process_owner is not link User (backport #36420 ) ( #36422 )
...
fix: process_owner is not link User (#36420 )
-Changed "fetch from" since field is not a binding field
-Change field "full_name" from Hidden to Read Only
(cherry picked from commit 05b07e098a )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-31 17:38:02 +05:30
mergify[bot]
cd3b85ccff
fix: in payment_entry 'Unallocated Amount' cal is broken ( #36369 )
...
fix: in payment_entry 'Unallocated Amount' cal is broken
(cherry picked from commit f9fa34ff40 )
Co-authored-by: Ashish Shah <mr.ashish.shah@gmail.com >
2023-07-30 18:43:01 +05:30
Deepesh Garg
09966d10d4
Merge pull request #36409 from frappe/mergify/bp/version-14-hotfix/pr-36320
...
fix(Supplier): german translations (#36320 )
2023-07-30 18:42:33 +05:30
barredterra
9c8e2a33e9
fix: german translations
...
(cherry picked from commit 3558c3d24e )
2023-07-30 09:11:08 +00:00
mergify[bot]
a799e1b217
fix: multiple issues related to Production Plan (backport #36377 ) ( #36381 )
...
* fix: multiple issues related to Production Plan
(cherry picked from commit 1c2148b637 )
# Conflicts:
# erpnext/selling/doctype/sales_order_item/sales_order_item.json
* chore: fixed conflicts
---------
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-07-30 10:56:49 +05:30
rohitwaghchaure
4fad4c3fa4
Merge pull request #36404 from rohitwaghchaure/fixed-incorrect-qty-set-based-on-serial-no
...
fix: incorrect qty set in the serial no picker
2023-07-30 10:56:04 +05:30
Rohit Waghchaure
57b19a523e
fix: incorrect qty set in the serial no picker
2023-07-29 19:42:23 +05:30
rohitwaghchaure
b72232b358
Merge pull request #36401 from frappe/mergify/bp/version-14-hotfix/pr-36375
...
fix: Job Card validation fixed when displaying total completed quantity (backport #36375 )
2023-07-29 19:03:54 +05:30
mergify[bot]
32bdb7cccd
fix: only publish repost progress to doc subscriber (backport #36400 ) ( #36402 )
...
* fix: only publish repost progress to doc subscriber (#36400 )
Huge size of string gets blasted to everyone on site. Due to some memory
leak (cause unknown) till sockets are open the strings are also in
process' memory.
related https://github.com/frappe/frappe/issues/21863
(cherry picked from commit c0642cf528 )
# Conflicts:
# erpnext/stock/stock_ledger.py
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-29 18:14:51 +05:30
ramonalmato
7b3bcd3bc4
fix: Job Card validation fixed when displaying total completed quantity
...
(cherry picked from commit 49981fecc7 )
2023-07-29 09:32:10 +00:00
rohitwaghchaure
cfa07bed74
Merge pull request #36388 from frappe/mergify/bp/version-14-hotfix/pr-36380
...
fix: change fieldtype from Currency to Float for the valuation rate in reports (backport #36380 )
2023-07-29 12:06:37 +05:30
ruthra kumar
2844d849e0
refactor(test): introduce and make use of mixins in unit tests ( #36382 )
...
* refactor(test): create and use test mixin
* chore(test): replace get_user_default with variable
(cherry picked from commit 3b58055410 )
2023-07-28 15:33:20 +00:00
Rohit Waghchaure
93bd4c7ff3
fix: change fieldtype from Currency to Float for the valuation rate in the stock report
...
(cherry picked from commit c82cb379a5 )
2023-07-28 15:06:59 +00:00
mergify[bot]
6d051f5732
fix: removed "fetch_from" (backport #36365 ) ( #36386 )
...
fix: removed "fetch_from"
* fix: removed ("fetch_from": "goal.objective")
The field ended up being disabled because of this.
(cherry picked from commit 1c687a4afd )
Co-authored-by: xdlumertz <alexandrelumertz@gmail.com >
2023-07-28 18:15:06 +05:30
mergify[bot]
4ac60cd73b
perf: move project status reminder to hourly (backport #36372 ) ( #36373 )
...
perf: move project status reminder to hourly (#36372 )
Only used for sending daily/weekly/bi-daily
[skip ci]
(cherry picked from commit e36c8ce5be )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-28 12:54:39 +05:30
Deepesh Garg
e8b93ef32f
Merge pull request #36362 from frappe/mergify/bp/version-14-hotfix/pr-36092
...
fix: paid_amount when the group is mode of payment (backport #36092 )
2023-07-27 22:35:13 +05:30
Deepesh Garg
ddcd2cfe80
Merge pull request #36358 from frappe/mergify/bp/version-14-hotfix/pr-36347
...
fix: Ignore account closing balance for financial statement (#36347 )
2023-07-27 22:34:52 +05:30
Deepesh Garg
e25f4ffa50
Merge pull request #36361 from frappe/mergify/bp/version-14-hotfix/pr-36313
...
fix(Item Group): allow root deletion (#36313 )
2023-07-27 22:24:56 +05:30
HarryPaulo
50ef35845a
fix: paid_amount when the group is mode of payment
...
(cherry picked from commit 2268f7db43 )
2023-07-27 15:53:00 +00:00
barredterra
1a6be5e19b
fix(Item Group): allow root deletion
...
It was not possible to delete an empty, unused Item Group without any
children, if it was one of possibly multiple roots of the Item Group tree.
This fix allows deleting a root Item Group.
(cherry picked from commit fd2c272bed )
2023-07-27 15:45:34 +00:00
Deepesh Garg
be94402338
chore: resolve conflicts
2023-07-27 21:12:58 +05:30
Deepesh Garg
800417eeed
fix: Ignore account closing balance for financial statement
...
(cherry picked from commit ccf1920a78 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
2023-07-27 14:25:06 +00:00
Deepesh Garg
dc603c3df0
Merge pull request #36297 from GursheenK/cost-center-check-for-payment-reconciliation
...
fix: cost center filter for fetching payments
2023-07-27 18:36:12 +05:30
Deepesh Garg
8bf957b9a1
Merge pull request #36342 from frappe/mergify/bp/version-14-hotfix/pr-36327
...
fix: GL Entries should not be split based on cost center allocation in PCV (#36327 )
2023-07-27 12:00:59 +05:30
Nabin Hait
ade13e6d36
fix: GL Entries should not be splitted based on cost center allocation in PCV
...
(cherry picked from commit 666d961875 )
2023-07-27 06:03:56 +00:00
Deepesh Garg
c3c7dd89fb
Merge pull request #36321 from frappe/mergify/bp/version-14-hotfix/pr-36318
...
chore(Item Group): remove redundant autoname (backport #36318 )
2023-07-26 22:27:29 +05:30
mergify[bot]
b105ba11b8
chore: adding totals in asset reports (backport #36334 ) ( #36335 )
...
chore: adding totals in asset reports (#36334 )
(cherry picked from commit 5e7b05e566 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-26 22:25:39 +05:30
Deepesh Garg
faf692d344
Merge pull request #36325 from GursheenK/tds-tcs-payable-monthly-report
...
fix: show TDS & TCS separately in TDS payable monthly
2023-07-26 16:20:01 +05:30
ruthra kumar
aadd3f9e69
Merge pull request #36323 from frappe/mergify/bp/version-14-hotfix/pr-36298
...
fix: show invoices name instead of object address (backport #36298 )
2023-07-26 12:20:15 +05:30
Frappe PR Bot
d9aa4057d7
chore(release): Bumped to Version 14.32.1
...
## [14.32.1](https://github.com/frappe/erpnext/compare/v14.32.0...v14.32.1 ) (2023-07-26)
### Bug Fixes
* filter by cost center in trial balance ([a20d78a ](a20d78ad9e ))
2023-07-26 06:28:35 +00:00
Deepesh Garg
bc2c7fe315
Merge pull request #36326 from frappe/mergify/bp/version-14/pr-36324
...
fix: filter by cost center in trial balance (#36324 )
2023-07-26 11:57:02 +05:30
Gursheen Anand
a20d78ad9e
fix: filter by cost center in trial balance
...
(cherry picked from commit 02428b446d )
2023-07-26 06:25:51 +00:00
Deepesh Garg
4b49864995
Merge pull request #36324 from GursheenK/cost-center-filter-in-TB
...
fix: filter by cost center in trial balance
2023-07-26 11:55:03 +05:30
gouravengineer
e802f0c352
fix: show invoices name instead of object address
...
comma_and function in expecting a list but it gets a tuple so it is returning a object instead of a string
(cherry picked from commit cf93714a7c )
2023-07-26 11:39:13 +05:30
Gursheen Anand
619b0feb5f
fix: show tds & tcs separately
2023-07-26 11:35:02 +05:30
Gursheen Anand
32fea643cd
feat: add party type filter
2023-07-26 11:34:27 +05:30
Gursheen Anand
02428b446d
fix: filter by cost center in trial balance
2023-07-26 11:04:46 +05:30
Gursheen Anand
479cab0336
fix: test with None conditon in PE
2023-07-26 09:56:48 +05:30
barredterra
f07b87c5eb
chore(Item Group): remove redundant autoname
...
(cherry picked from commit 1691eee26e )
2023-07-26 04:15:22 +00:00
Frappe PR Bot
c4b0790003
chore(release): Bumped to Version 14.32.0
...
# [14.32.0](https://github.com/frappe/erpnext/compare/v14.31.3...v14.32.0 ) (2023-07-26)
### Bug Fixes
* added missing option Partially Received in the status dropdown field ([4fa93b0 ](4fa93b05c6 ))
* allocation logic on 'Get Outstanding Invoices' btn in PE ([14600fa ](14600fa190 ))
* allow both custodian and location while creating asset ([#36263 ](https://github.com/frappe/erpnext/issues/36263 )) ([2b47f58 ](2b47f5815e ))
* Ambiguous column error while submitting stock entry (backport [#36209 ](https://github.com/frappe/erpnext/issues/36209 )) ([#36222 ](https://github.com/frappe/erpnext/issues/36222 )) ([844ec58 ](844ec58f6b ))
* apply discount on item after applying price list ([#36316 ](https://github.com/frappe/erpnext/issues/36316 )) ([cff6e72 ](cff6e72838 ))
* apply terms validaton only in Sales/Purchase documents ([8f24292 ](8f24292155 ))
* broken overallocation validation in payment entry ([e1d31aa ](e1d31aad4d ))
* clear accounting dimension value when based on field changes ([1fe6d4e ](1fe6d4ef1f ))
* customer filter in process soa ([5938af9 ](5938af9c3f ))
* Default fiscal year in accounting, buying and sellingcharts ([8ca3d6b ](8ca3d6b7f3 ))
* fetch acc dimension fieldname ([542c804 ](542c80433d ))
* FY in naming series variable for orders ([6a6a3ae ](6a6a3ae3c3 ))
* group by in fixed asset register ([#36310 ](https://github.com/frappe/erpnext/issues/36310 )) ([6cca18e ](6cca18e168 ))
* Ignore permissions while submitting account closing balance record ([#35536 ](https://github.com/frappe/erpnext/issues/35536 )) ([c2976ef ](c2976ef643 ))
* itemised tax breakup ([6f2e639 ](6f2e639182 ))
* made item or warehouse filter mandatory (backport [#36208 ](https://github.com/frappe/erpnext/issues/36208 )) ([#36215 ](https://github.com/frappe/erpnext/issues/36215 )) ([57cf3c2 ](57cf3c28f8 ))
* no default email account causing reposting issue ([026f9f5 ](026f9f5a69 ))
* **regional:** set `frappe.flags.company` temporarily, where required ([73e9b38 ](73e9b38cda ))
* set new purchase_receipt_amount on asset split ([#36272 ](https://github.com/frappe/erpnext/issues/36272 )) ([e867fe7 ](e867fe77a4 ))
* timeout error while cancelling the Purchase Receipt ([0575005 ](0575005c87 ))
* Trial Balance report considering cancelled entries ([ca4f86d ](ca4f86d5af ))
### Features
* filter based on accounting dimension in profitability analysis ([ba95df2 ](ba95df2a74 ))
2023-07-26 04:10:45 +00:00
Deepesh Garg
55f553fb09
Merge pull request #36293 from frappe/version-14-hotfix
...
chore: release v14
2023-07-26 09:39:11 +05:30
Anand Baburajan
cff6e72838
fix: apply discount on item after applying price list ( #36316 )
2023-07-25 21:55:26 +05:30
Anand Baburajan
6cca18e168
fix: group by in fixed asset register ( #36310 )
2023-07-25 20:58:18 +05:30
ruthra kumar
2e5c531bbf
Merge pull request #36298 from gouravengineer/show_invoice_name_instead_of_object
...
fix:show invoices name instead of object address
2023-07-25 20:38:53 +05:30
rohitwaghchaure
80e5a47ff6
Merge pull request #36300 from rohitwaghchaure/fixed-added-missing-options-partially-received
...
fix: added missing option Partially Received in the status field
2023-07-25 18:08:18 +05:30
Rohit Waghchaure
4fa93b05c6
fix: added missing option Partially Received in the status dropdown field
2023-07-25 17:22:56 +05:30
rohitwaghchaure
ab757cbd82
Merge pull request #36289 from rohitwaghchaure/fixed-purchase-receipt-timeout-on-cancel
...
fix: timeout error while cancelling the Purchase Receipt
2023-07-25 17:13:18 +05:30
Gursheen Anand
c3b21a6c30
chore: linting issues
2023-07-25 17:04:03 +05:30
Gursheen Anand
c9daa85985
fix: cost center filter for fetching payments
2023-07-25 16:50:46 +05:30
gouravengineer
cf93714a7c
fix:show invoices name instead of object address
...
comma_and function in expecting a list but it gets a tuple so it is returning a object instead of a string
2023-07-25 16:23:36 +05:30
Deepesh Garg
82f05bf11a
Merge pull request #36292 from frappe/mergify/bp/version-14-hotfix/pr-36107
...
feat: filtering based on accounting dimensions in profitability analysis (backport #36107 )
2023-07-25 15:18:23 +05:30
Gursheen Anand
542c80433d
fix: fetch acc dimension fieldname
...
(cherry picked from commit 1c5c310f5a )
2023-07-25 08:59:30 +00:00
Gursheen Anand
1fe6d4ef1f
fix: clear accounting dimension value when based on field changes
...
(cherry picked from commit 21c993a7b3 )
2023-07-25 08:59:30 +00:00
Gursheen Anand
ba95df2a74
feat: filter based on accounting dimension in profitability analysis
...
(cherry picked from commit dd8c3d5462 )
2023-07-25 08:59:29 +00:00
Deepesh Garg
dc69f47aab
Merge pull request #36286 from resilient-tech/fix-itemised-tax-breakup
...
fix: Correct Tax Breakup for different tax rates for same hsn code (#36235 )
2023-07-25 14:22:34 +05:30
Rohit Waghchaure
0575005c87
fix: timeout error while cancelling the Purchase Receipt
2023-07-25 12:00:36 +05:30
DaizyModi
6f2e639182
fix: itemised tax breakup
2023-07-25 11:44:48 +05:30
Deepesh Garg
ed0d0d8e8e
Merge pull request #36282 from frappe/mergify/bp/version-14-hotfix/pr-36278
...
fix(regional): set `frappe.flags.company` temporarily, where required (#36278 )
2023-07-24 20:57:05 +05:30
rohitwaghchaure
4c35942c2d
Merge pull request #36265 from frappe/mergify/bp/version-14-hotfix/pr-36259
...
fix: no default email account causing reposting issue (backport #36259 )
2023-07-24 20:02:30 +05:30
Sagar Vora
73e9b38cda
fix(regional): set frappe.flags.company temporarily, where required
...
(cherry picked from commit 4205f564a0 )
2023-07-24 14:05:34 +00:00
Anand Baburajan
e867fe77a4
fix: set new purchase_receipt_amount on asset split ( #36272 )
2023-07-24 18:50:16 +05:30
Deepesh Garg
6948acbb69
Merge pull request #36275 from frappe/mergify/bp/version-14-hotfix/pr-36274
...
fix: customer filter in process soa (#36274 )
2023-07-24 17:36:19 +05:30
Gursheen Anand
5938af9c3f
fix: customer filter in process soa
...
(cherry picked from commit 34d7fb388d )
2023-07-24 12:03:04 +00:00
Deepesh Garg
c575c88ab9
Merge pull request #36258 from frappe/mergify/bp/version-14-hotfix/pr-36251
...
fix: unresponsive sales invoice form (#36251 )
2023-07-24 17:32:36 +05:30
Anand Baburajan
2b47f5815e
fix: allow both custodian and location while creating asset ( #36263 )
2023-07-24 15:51:16 +05:30
Rohit Waghchaure
026f9f5a69
fix: no default email account causing reposting issue
...
(cherry picked from commit efb51526a9 )
2023-07-24 09:34:09 +00:00
ruthra kumar
b849f6c4d6
Merge pull request #36252 from frappe/mergify/bp/version-14-hotfix/pr-36241
...
fix: multiple fixes on payment terms based issues in payment entry (backport #36241 )
2023-07-24 14:49:55 +05:30
ruthra kumar
8f24292155
fix: apply terms validaton only in Sales/Purchase documents
2023-07-24 14:13:57 +05:30
ruthra kumar
bf948243a6
refactor: refresh table once after loop ends
...
(cherry picked from commit d048365da3 )
2023-07-24 08:31:57 +00:00
ruthra kumar
690b52622d
refactor: handle references without any template and payment_term
...
(cherry picked from commit ec7558b9e0 )
2023-07-24 07:06:34 +00:00
ruthra kumar
14600fa190
fix: allocation logic on 'Get Outstanding Invoices' btn in PE
...
1. fixed broken `payment_term` filter in Payment References section
2. Throw error if user fails to select 'Payment Term' for an invoice
with 'Payment Term based allocation' enabled.
(cherry picked from commit 662ccd467c )
2023-07-24 07:06:34 +00:00
ruthra kumar
3d661709fa
Merge pull request #36237 from frappe/mergify/bp/version-14-hotfix/pr-36206
...
test: overallocation validation in payment entry (backport #36206 )
2023-07-22 11:23:11 +05:30
ruthra kumar
25301881c9
chore(test): enable multi-currency party for testing
...
(cherry picked from commit 93246043ec )
2023-07-22 05:12:13 +00:00
ruthra kumar
bc7ab2f787
chore: validation on multi-currency tran on company curtency account
...
(cherry picked from commit 8f9ef4ef5b )
2023-07-22 05:12:12 +00:00
ruthra kumar
602f0769c4
chore: use flt for currency
...
(cherry picked from commit 5b37919574 )
2023-07-22 05:12:12 +00:00
ruthra kumar
f3295a9f59
chore: test more scenarios
...
(cherry picked from commit 6b4a81ee48 )
2023-07-22 05:12:12 +00:00
ruthra kumar
2f4d8e1e94
test: overallocation validation in payment entry
...
(cherry picked from commit e7e3853f81 )
2023-07-22 05:12:11 +00:00
Deepesh Garg
bd9e0e8b5a
chore: release version 14 ( #36233 )
...
* fix: broken overallocation validation in payment entry
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
* refactor: payment term outstanding in party account currency
(cherry picked from commit ee83f94bb0 )
* fix: Default fiscal year in accounting, buying and sellingcharts
(cherry picked from commit 3759a41b83 )
* fix: Trial Balance report considering cancelled entries
(cherry picked from commit fd58bbff6b )
* fix: made item or warehouse filter mandatory (backport #36208 ) (#36215 )
fix: made item or warehouse filter mandatory
(cherry picked from commit 16498627ce )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
* fix: Ambiguous column error while submitting stock entry (backport #36209 ) (#36222 )
fix: Ambiguous column error while submitting stock entry
Stock Entry Type=Manufacture
request.js:457 Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 94, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 54, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 47, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1610, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/desk/form/save.py", line 28, in savedocs
doc.save()
File "apps/frappe/frappe/model/document.py", line 305, in save
return self._save(*args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 327, in _save
return self.insert()
File "apps/frappe/frappe/model/document.py", line 259, in insert
self.run_before_save_methods()
File "apps/frappe/frappe/model/document.py", line 1045, in run_before_save_methods
self.run_method("validate")
File "apps/frappe/frappe/model/document.py", line 914, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1264, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1246, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 911, in fn
return method_object(*args, **kwargs)
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 122, in validate
self.validate_qty()
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 433, in validate_qty
transferred_materials = frappe.db.sql(
File "apps/frappe/frappe/database/database.py", line 220, in sql
self._cursor.execute(query, values)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 158, in execute
result = self._query(query)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 325, in _query
conn.query(q)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 549, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 779, in _read_query_result
result.read()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1157, in read
first_packet = self.connection._read_packet()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 729, in _read_packet
packet.raise_for_error()
File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "env/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1052, "Column 'qty' in field list is ambiguous")
(cherry picked from commit c21fd45883 )
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
* fix: Ignore permissions while submitting account closing balance record (#35536 )
(cherry picked from commit f11d9b019d )
* fix: FY in naming series variable for orders
(cherry picked from commit 7a7d32db81 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2023-07-21 16:15:31 +05:30
Deepesh Garg
62bc75a917
Merge branch 'version-14' of https://github.com/frappe/erpnext into version-14-hotfix
2023-07-21 16:14:23 +05:30
Deepesh Garg
51f7e6e648
Merge pull request #36231 from frappe/mergify/bp/version-14-hotfix/pr-36229
...
fix: FY in naming series variable for orders (backport #36229 )
2023-07-21 16:06:58 +05:30
Deepesh Garg
6a6a3ae3c3
fix: FY in naming series variable for orders
...
(cherry picked from commit 7a7d32db81 )
2023-07-21 10:36:30 +00:00
Deepesh Garg
ae494b8ee8
Merge pull request #36226 from frappe/mergify/bp/version-14-hotfix/pr-35536
...
fix: Ignore permissions while submitting account closing balance record (#35536 )
2023-07-21 12:47:14 +05:30
Nabin Hait
c2976ef643
fix: Ignore permissions while submitting account closing balance record ( #35536 )
...
(cherry picked from commit f11d9b019d )
2023-07-21 05:26:15 +00:00
mergify[bot]
844ec58f6b
fix: Ambiguous column error while submitting stock entry (backport #36209 ) ( #36222 )
...
fix: Ambiguous column error while submitting stock entry
Stock Entry Type=Manufacture
request.js:457 Traceback (most recent call last):
File "apps/frappe/frappe/app.py", line 94, in application
response = frappe.api.handle()
File "apps/frappe/frappe/api.py", line 54, in handle
return frappe.handler.handle()
File "apps/frappe/frappe/handler.py", line 47, in handle
data = execute_cmd(cmd)
File "apps/frappe/frappe/handler.py", line 85, in execute_cmd
return frappe.call(method, **frappe.form_dict)
File "apps/frappe/frappe/__init__.py", line 1610, in call
return fn(*args, **newargs)
File "apps/frappe/frappe/desk/form/save.py", line 28, in savedocs
doc.save()
File "apps/frappe/frappe/model/document.py", line 305, in save
return self._save(*args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 327, in _save
return self.insert()
File "apps/frappe/frappe/model/document.py", line 259, in insert
self.run_before_save_methods()
File "apps/frappe/frappe/model/document.py", line 1045, in run_before_save_methods
self.run_method("validate")
File "apps/frappe/frappe/model/document.py", line 914, in run_method
out = Document.hook(fn)(self, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1264, in composer
return composed(self, method, *args, **kwargs)
File "apps/frappe/frappe/model/document.py", line 1246, in runner
add_to_return_value(self, fn(self, *args, **kwargs))
File "apps/frappe/frappe/model/document.py", line 911, in fn
return method_object(*args, **kwargs)
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 122, in validate
self.validate_qty()
File "apps/erpnext/erpnext/stock/doctype/stock_entry/stock_entry.py", line 433, in validate_qty
transferred_materials = frappe.db.sql(
File "apps/frappe/frappe/database/database.py", line 220, in sql
self._cursor.execute(query, values)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 158, in execute
result = self._query(query)
File "env/lib/python3.10/site-packages/pymysql/cursors.py", line 325, in _query
conn.query(q)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 549, in query
self._affected_rows = self._read_query_result(unbuffered=unbuffered)
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 779, in _read_query_result
result.read()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 1157, in read
first_packet = self.connection._read_packet()
File "env/lib/python3.10/site-packages/pymysql/connections.py", line 729, in _read_packet
packet.raise_for_error()
File "env/lib/python3.10/site-packages/pymysql/protocol.py", line 221, in raise_for_error
err.raise_mysql_exception(self._data)
File "env/lib/python3.10/site-packages/pymysql/err.py", line 143, in raise_mysql_exception
raise errorclass(errno, errval)
pymysql.err.OperationalError: (1052, "Column 'qty' in field list is ambiguous")
(cherry picked from commit c21fd45883 )
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
2023-07-20 20:15:36 +05:30
Frappe PR Bot
bafb79db50
chore(release): Bumped to Version 14.31.3
...
## [14.31.3](https://github.com/frappe/erpnext/compare/v14.31.2...v14.31.3 ) (2023-07-20)
### Bug Fixes
* Trial Balance report considering cancelled entries ([c5e30f5 ](c5e30f5336 ))
2023-07-20 14:42:49 +00:00
Deepesh Garg
1d108ec224
Merge pull request #36219 from frappe/mergify/bp/version-14/pr-36217
...
fix: Trial Balance report considering canceled entries (#36214 )
2023-07-20 20:11:12 +05:30
mergify[bot]
57cf3c28f8
fix: made item or warehouse filter mandatory (backport #36208 ) ( #36215 )
...
fix: made item or warehouse filter mandatory
(cherry picked from commit 16498627ce )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-07-20 20:11:05 +05:30
Deepesh Garg
c5e30f5336
fix: Trial Balance report considering cancelled entries
...
(cherry picked from commit fd58bbff6b )
(cherry picked from commit ca4f86d5af )
2023-07-20 13:28:40 +00:00
Deepesh Garg
4cfecdc66b
Merge pull request #36217 from frappe/mergify/bp/version-14-hotfix/pr-36214
...
fix: Trial Balance report considering cancelled entries (#36214 )
2023-07-20 18:57:55 +05:30
Deepesh Garg
ca4f86d5af
fix: Trial Balance report considering cancelled entries
...
(cherry picked from commit fd58bbff6b )
2023-07-20 13:18:53 +00:00
Frappe PR Bot
d6168ca979
chore(release): Bumped to Version 14.31.2
...
## [14.31.2](https://github.com/frappe/erpnext/compare/v14.31.1...v14.31.2 ) (2023-07-19)
### Bug Fixes
* Default fiscal year in accounting, buying and sellingcharts ([ceea8be ](ceea8be483 ))
2023-07-19 08:10:33 +00:00
Deepesh Garg
78a2333109
Merge pull request #36191 from frappe/mergify/bp/version-14/pr-36190
...
fix: Default fiscal year in accounting, buying and selling charts (#36189 )
2023-07-19 13:38:57 +05:30
Deepesh Garg
ceea8be483
fix: Default fiscal year in accounting, buying and sellingcharts
...
(cherry picked from commit 3759a41b83 )
(cherry picked from commit 8ca3d6b7f3 )
2023-07-19 08:02:18 +00:00
Deepesh Garg
bd82ae523d
Merge pull request #36190 from frappe/mergify/bp/version-14-hotfix/pr-36189
...
fix: Default fiscal year in accounting, buying and selling charts (backport #36189 )
2023-07-19 13:31:49 +05:30
Deepesh Garg
8ca3d6b7f3
fix: Default fiscal year in accounting, buying and sellingcharts
...
(cherry picked from commit 3759a41b83 )
2023-07-19 07:58:59 +00:00
Frappe PR Bot
388bbca492
chore(release): Bumped to Version 14.31.1
...
## [14.31.1](https://github.com/frappe/erpnext/compare/v14.31.0...v14.31.1 ) (2023-07-19)
### Bug Fixes
* broken overallocation validation in payment entry ([ff0b51e ](ff0b51ecdb ))
2023-07-19 05:42:32 +00:00
ruthra kumar
1641630d70
Merge pull request #36185 from frappe/mergify/bp/version-14/pr-36181
...
fix: broken overallocation validation in payment entry (backport #36181 )
2023-07-19 11:10:57 +05:30
ruthra kumar
61456ec45d
Merge pull request #36184 from frappe/mergify/bp/version-14-hotfix/pr-36181
...
fix: broken overallocation validation in payment entry (backport #36181 )
2023-07-19 11:10:41 +05:30
ruthra kumar
dd25c83c30
refactor: payment term outstanding in party account currency
...
(cherry picked from commit ee83f94bb0 )
2023-07-19 05:17:40 +00:00
ruthra kumar
ff0b51ecdb
fix: broken overallocation validation in payment entry
...
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
2023-07-19 05:17:39 +00:00
ruthra kumar
fcafff7ebe
refactor: payment term outstanding in party account currency
...
(cherry picked from commit ee83f94bb0 )
2023-07-19 05:17:22 +00:00
ruthra kumar
e1d31aad4d
fix: broken overallocation validation in payment entry
...
In a multi term payment schedule, overallocation logic broke. Fixing
it using individual term outstanding amount in references. this should
work for the simple, one term payment schedule as well
(cherry picked from commit f8d4b19cb9 )
2023-07-19 05:17:22 +00:00
Frappe PR Bot
22a19e4b6e
chore(release): Bumped to Version 14.31.0
...
# [14.31.0](https://github.com/frappe/erpnext/compare/v14.30.7...v14.31.0 ) (2023-07-18)
### Bug Fixes
* `TypeError` while creating WO from PP (backport [#36136 ](https://github.com/frappe/erpnext/issues/36136 )) ([#36137 ](https://github.com/frappe/erpnext/issues/36137 )) ([dd51010 ](dd5101056d ))
* Account balance patch and query fixes ([#36117 ](https://github.com/frappe/erpnext/issues/36117 )) ([0147754 ](0147754273 ))
* Accounts closing balance patch ([#36113 ](https://github.com/frappe/erpnext/issues/36113 )) ([cf29156 ](cf29156139 ))
* allow manual asset receipt mov from nowhere ([#36093 ](https://github.com/frappe/erpnext/issues/36093 )) ([4aaa1a1 ](4aaa1a15d7 ))
* Ambiguous column error while submitting stock entry ([#36058 ](https://github.com/frappe/erpnext/issues/36058 )) ([a3a052b ](a3a052bb51 ))
* circular dependency during reposting causing timeout error ([2c21404 ](2c21404813 ))
* get_dimension with_cost_center_and_project=false is not working ([#35974 ](https://github.com/frappe/erpnext/issues/35974 )) ([42c93a1 ](42c93a1f00 ))
* Handle multi-company in patch ([#36127 ](https://github.com/frappe/erpnext/issues/36127 )) ([e7f5754 ](e7f57542ab ))
* improve "Update Items" modal ([#36105 ](https://github.com/frappe/erpnext/issues/36105 )) ([b86571d ](b86571d9d4 ))
* incorrect Balance Qty in the stock ledger for the item with Serial and Batch no ([373b868 ](373b868c1d ))
* incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([2f632d0 ](2f632d031a ))
* Opening balance in TB report ([#36171 ](https://github.com/frappe/erpnext/issues/36171 )) ([313ad7a ](313ad7ae89 ))
* Opening entries showing up incorrectly in TB report ([#36135 ](https://github.com/frappe/erpnext/issues/36135 )) ([d10e5e6 ](d10e5e666b ))
* Remove current fiscal year from Global Defaults ([#35960 ](https://github.com/frappe/erpnext/issues/35960 )) ([b877fa6 ](b877fa60db ))
* Trailing opening entries in Accounts closing balance ([#36175 ](https://github.com/frappe/erpnext/issues/36175 )) ([8a607db ](8a607db493 ))
* validate docs in closed accounting period on save ([#36157 ](https://github.com/frappe/erpnext/issues/36157 )) ([5985e02 ](5985e02574 ))
### Features
* add local holidays ([#36116 ](https://github.com/frappe/erpnext/issues/36116 )) ([94caf7f ](94caf7f5a8 ))
* add project filter in reports importing financial statements js file ([#36097 ](https://github.com/frappe/erpnext/issues/36097 )) ([63e26e3 ](63e26e39d4 ))
### Performance Improvements
* index in `Item` and `Item Variant Attribute` (backport [#36133 ](https://github.com/frappe/erpnext/issues/36133 )) ([#36144 ](https://github.com/frappe/erpnext/issues/36144 )) ([6198983 ](619898350a ))
* send SLA doctypes in boot ([adb6918 ](adb6918834 ))
2023-07-18 13:59:37 +00:00
Deepesh Garg
b0f5c02d74
Merge pull request #36176 from frappe/version-14-hotfix
...
chore: release v14
2023-07-18 19:27:44 +05:30
Deepesh Garg
0805a8e19c
Merge branch 'version-14' into version-14-hotfix
2023-07-18 17:51:19 +05:30
Anand Baburajan
5985e02574
fix: validate docs in closed accounting period on save ( #36157 )
2023-07-18 16:40:06 +05:30
mergify[bot]
8a607db493
fix: Trailing opening entries in Accounts closing balance ( #36175 )
...
fix: Trailing opening entries in Accounts closing balance (#36175 )
(cherry picked from commit fbea61bbc6 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-18 15:20:11 +05:30
Frappe PR Bot
cdd5f992f6
chore(release): Bumped to Version 14.30.7
...
## [14.30.7](https://github.com/frappe/erpnext/compare/v14.30.6...v14.30.7 ) (2023-07-18)
### Bug Fixes
* incorrect Reserved Qty for Production Plan in BIN for multi-uom case ([bcf7d87 ](bcf7d87b61 ))
2023-07-18 09:46:15 +00:00
rohitwaghchaure
9171f0cd9d
Merge pull request #36174 from frappe/mergify/bp/version-14/pr-36162
...
fix: incorrect Reserved Qty for Production Plan in BIN for the multi-uom case (backport #36162 )
2023-07-18 15:12:19 +05:30
mergify[bot]
ea66f18032
refactor: Leave Application should not be in hook.py (backport #36008 ) ( #36158 )
...
Co-authored-by: Kitti U. @ Ecosoft <kittiu@gmail.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-07-18 14:26:47 +05:30
mergify[bot]
313ad7ae89
fix: Opening balance in TB report ( #36171 )
...
fix: Opening balance in TB report (#36171 )
(cherry picked from commit cfae52a40a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-18 14:20:28 +05:30
Rohit Waghchaure
bcf7d87b61
fix: incorrect Reserved Qty for Production Plan in BIN for multi-uom case
...
(cherry picked from commit 2f632d031a )
2023-07-18 08:29:02 +00:00
rohitwaghchaure
a5f398474a
Merge pull request #36169 from rohitwaghchaure/fixed-incorrect-balance-qty-in-stock-ledger-entry
...
fix: incorrect Balance qty in the stock ledger
2023-07-17 22:44:44 +05:30
Rohit Waghchaure
373b868c1d
fix: incorrect Balance Qty in the stock ledger for the item with Serial and Batch no
2023-07-17 21:07:32 +05:30
rohitwaghchaure
665898a579
Merge pull request #36162 from rohitwaghchaure/fixed-incorrect-reserved-qty-for-production-plan
...
fix: incorrect Reserved Qty for Production Plan in BIN for the multi-uom case
2023-07-17 20:40:25 +05:30
Rohit Waghchaure
2f632d031a
fix: incorrect Reserved Qty for Production Plan in BIN for multi-uom case
2023-07-17 17:14:59 +05:30
Sagar Vora
ab3671a13b
Merge pull request #36164 from frappe/mergify/bp/version-14-hotfix/pr-36163
2023-07-17 15:47:19 +05:30
Sagar Vora
30cbc682b4
chore: use consistent quotes
...
(cherry picked from commit bccb718cc2 )
2023-07-17 10:17:00 +00:00
mergify[bot]
b877fa60db
fix: Remove current fiscal year from Global Defaults ( #35960 )
...
* fix: Remove current fiscal year from Global Defaults (#35960 )
* fix: Remove current fiscal year from Global Defaults
* fix: Remove button to set default
* fix: Add utils to get fiscal year
* fix: Incorrect import
* feat: Add hook for naming series parser
(cherry picked from commit 6270607c6d )
# Conflicts:
# erpnext/accounts/doctype/fiscal_year/fiscal_year.py
# erpnext/patches.txt
# erpnext/public/js/utils.js
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-17 11:52:37 +05:30
mergify[bot]
c7a97cfb31
chore: add validation for account type of party type and account ( #36141 )
...
chore: add validation for account type of party type and account (#36141 )
chore: add validation to check if account type of party type and account match
(cherry picked from commit 305c37917f )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-07-17 11:35:32 +05:30
Ankush Menat
413a8a41f0
Merge pull request #36152 from frappe/mergify/bp/version-14-hotfix/pr-36150
...
perf: send SLA doctypes in boot (backport #36150 )
2023-07-16 13:00:28 +05:30
Ankush Menat
adb6918834
perf: send SLA doctypes in boot
...
This request is fired on every load, data rarely if ever changes though.
(cherry picked from commit bd9ef74ef7 )
2023-07-16 07:01:32 +00:00
mergify[bot]
619898350a
perf: index in Item and Item Variant Attribute (backport #36133 ) ( #36144 )
...
* perf: index `variant_of` and `attribute` in `Item Variant Attribute`
(cherry picked from commit e4128a5c91 )
* perf: index `disabled` in `Item`
(cherry picked from commit 04400eb2e4 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-15 10:11:17 +05:30
mergify[bot]
68d35b08f6
refactor: Batch Item Expiry Status report (backport #36106 ) ( #36111 )
...
refactor: `Batch Item Expiry Status` report (#36106 )
(cherry picked from commit 5f307f92e0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-15 10:10:19 +05:30
mergify[bot]
94caf7f5a8
feat: add local holidays ( #36116 )
...
* feat: add local holidays
(cherry picked from commit aa18b25a71 )
* test(Holiday List): weekly off and local holidays
(cherry picked from commit fd23bd0434 )
* feat(Holiday List): display localized country name
(cherry picked from commit 4888d75e72 )
* fix: German translations of Holiday List
(cherry picked from commit 509061f05b )
# Conflicts:
# erpnext/translations/de.csv
* fix(Holiday List): use current user's language
For consistency with "weekly off" descriptions
(cherry picked from commit 8271a39cdb )
* fix(Holiday List): allow empty value
(cherry picked from commit 8aff5a1dab )
* refactor(Holiday List): use autocomplete fieldtype
(cherry picked from commit dab9688410 )
* chore: resolve merge conflicts
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2023-07-14 20:37:48 +05:30
Frappe PR Bot
9ec3087af8
chore(release): Bumped to Version 14.30.6
...
## [14.30.6](https://github.com/frappe/erpnext/compare/v14.30.5...v14.30.6 ) (2023-07-14)
### Bug Fixes
* Opening entries showing up incorrectly in TB report ([#36135 ](https://github.com/frappe/erpnext/issues/36135 )) ([8e48c4e ](8e48c4ee3e ))
2023-07-14 14:37:01 +00:00
mergify[bot]
8e48c4ee3e
fix: Opening entries showing up incorrectly in TB report ( #36135 )
...
fix: Opening entries showing up incorrectly in TB report (#36135 )
fix: Opening entries showing up incorrectly in TB report (#36135 )
* fix: Opening entries showing up incorrectly in TB report
* chore: Linting Issue
(cherry picked from commit 297c7e833c )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit d10e5e666b )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 20:05:40 +05:30
mergify[bot]
d10e5e666b
fix: Opening entries showing up incorrectly in TB report ( #36135 )
...
fix: Opening entries showing up incorrectly in TB report (#36135 )
* fix: Opening entries showing up incorrectly in TB report
* chore: Linting Issue
(cherry picked from commit 297c7e833c )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 18:46:28 +05:30
Frappe PR Bot
ed8217d309
chore(release): Bumped to Version 14.30.5
...
## [14.30.5](https://github.com/frappe/erpnext/compare/v14.30.4...v14.30.5 ) (2023-07-14)
### Bug Fixes
* `TypeError` while creating WO from PP (backport [#36136 ](https://github.com/frappe/erpnext/issues/36136 )) (backport [#36137 ](https://github.com/frappe/erpnext/issues/36137 )) ([#36138 ](https://github.com/frappe/erpnext/issues/36138 )) ([c3acdcf ](c3acdcf3ac ))
2023-07-14 12:50:49 +00:00
mergify[bot]
c3acdcf3ac
fix: TypeError while creating WO from PP (backport #36136 ) (backport #36137 ) ( #36138 )
...
fix: `TypeError` while creating WO from PP (backport #36136 ) (#36137 )
fix: `TypeError` while creating WO from PP (#36136 )
(cherry picked from commit 8f5b94f5fd )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
(cherry picked from commit dd5101056d )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 18:10:16 +05:30
mergify[bot]
dd5101056d
fix: TypeError while creating WO from PP (backport #36136 ) ( #36137 )
...
fix: `TypeError` while creating WO from PP (#36136 )
(cherry picked from commit 8f5b94f5fd )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-14 18:03:53 +05:30
Frappe PR Bot
d420eeb884
chore(release): Bumped to Version 14.30.4
...
## [14.30.4](https://github.com/frappe/erpnext/compare/v14.30.3...v14.30.4 ) (2023-07-14)
### Bug Fixes
* Handle multi-company in patch ([#36127 ](https://github.com/frappe/erpnext/issues/36127 )) ([43d6cc0 ](43d6cc087e ))
2023-07-14 10:43:22 +00:00
mergify[bot]
43d6cc087e
fix: Handle multi-company in patch ( #36127 )
...
fix: Handle multi-company in patch (#36127 )
* fix: Handle multi-company in patch (#36127 )
fix: Handle multi-compnay in patch
(cherry picked from commit ac9ad8ec36 )
* chore: re trigger patch
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit e7f57542ab )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 16:02:32 +05:30
mergify[bot]
e7f57542ab
fix: Handle multi-company in patch ( #36127 )
...
* fix: Handle multi-company in patch (#36127 )
fix: Handle multi-compnay in patch
(cherry picked from commit ac9ad8ec36 )
* chore: re trigger patch
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 15:59:57 +05:30
mergify[bot]
42c93a1f00
fix: get_dimension with_cost_center_and_project=false is not working ( #35974 )
...
fix: get_dimension with_cost_center_and_project=false is not working (#35974 )
* fix: get_dimension with_cost_center_and_project=false is not working.
with_cost_center_and_project is no python str, and it always evaluated as True, despite JS call it with false
* chore: Linting Issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 3b884efca9 )
Co-authored-by: Kitti U. @ Ecosoft <kittiu@gmail.com >
2023-07-14 13:04:07 +05:30
mergify[bot]
b86571d9d4
fix: improve "Update Items" modal ( #36105 )
...
fix: improve "Update Items" modal (#36105 )
* fix: make "Update Items" modal larger
* fix: remove conversion factor from overview
Conversion factor doesn't make much sense without two different UOMs
next to it, hence moving it to row detail view
(cherry picked from commit d5fe1432f8 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-14 13:03:26 +05:30
Ankush Menat
b167bffd22
ci: fix repo name in relase notes workflow
...
[skip ci]
(cherry picked from commit b5f6a1cc20 )
2023-07-14 12:05:49 +05:30
Frappe PR Bot
2f2b45bd6d
chore(release): Bumped to Version 14.30.3
...
## [14.30.3](https://github.com/frappe/erpnext/compare/v14.30.2...v14.30.3 ) (2023-07-14)
### Bug Fixes
* Account balance patch and query fixes ([#36117 ](https://github.com/frappe/erpnext/issues/36117 )) ([495a8a9 ](495a8a9ce1 ))
2023-07-14 05:53:54 +00:00
mergify[bot]
495a8a9ce1
fix: Account balance patch and query fixes ( #36117 )
...
fix: Account balance patch and query fixes (#36117 )
(cherry picked from commit b4bd978791 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 0147754273 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-14 11:21:59 +05:30
mergify[bot]
0147754273
fix: Account balance patch and query fixes ( #36117 )
...
* fix: Account balance patch and query fixes (#36117 )
(cherry picked from commit b4bd978791 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-14 10:41:18 +05:30
Frappe PR Bot
1d9c28ec5e
chore(release): Bumped to Version 14.30.2
...
## [14.30.2](https://github.com/frappe/erpnext/compare/v14.30.1...v14.30.2 ) (2023-07-13)
### Bug Fixes
* Accounts closing balance patch ([#36113 ](https://github.com/frappe/erpnext/issues/36113 )) ([49f28b0 ](49f28b0dbb ))
2023-07-13 10:52:30 +00:00
mergify[bot]
49f28b0dbb
fix: Accounts closing balance patch ( #36113 )
...
fix: Accounts closing balance patch (#36113 )
fix: Accounts closing balance patch (#36113 )
(cherry picked from commit d631c7dffa )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit cf29156139 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-07-13 16:17:04 +05:30
mergify[bot]
cf29156139
fix: Accounts closing balance patch ( #36113 )
...
fix: Accounts closing balance patch (#36113 )
(cherry picked from commit d631c7dffa )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-13 16:13:23 +05:30
mergify[bot]
63e26e39d4
feat: add project filter in reports importing financial statements js file ( #36097 )
...
feat: add project filter in reports importing financial statements js file (#36097 )
feat: add project filter in financial statements js file
(cherry picked from commit 596a14e34f )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-07-12 19:16:10 +05:30
mergify[bot]
a3a052bb51
fix: Ambiguous column error while submitting stock entry ( #36058 )
...
fix: Ambiguous column error while submitting stock entry (#36058 )
2023-07-12 13:23:07 +05:30
mergify[bot]
ea807f8d9a
ci: regen release notes with GH API (backport #36098 ) ( #36099 )
...
ci: regen release notes with GH API (#36098 )
[skip ci]
(cherry picked from commit 0340bfc90d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-07-12 12:18:31 +05:30
Anand Baburajan
4aaa1a15d7
fix: allow manual asset receipt mov from nowhere ( #36093 )
2023-07-11 23:21:37 +05:30
Frappe PR Bot
d43cf0eca4
chore(release): Bumped to Version 14.30.1
...
## [14.30.1](https://github.com/frappe/erpnext/compare/v14.30.0...v14.30.1 ) (2023-07-11)
### Bug Fixes
* circular dependency during reposting causing timeout error ([026c608 ](026c6085cc ))
2023-07-11 14:13:02 +00:00
rohitwaghchaure
a5a41f7347
Merge pull request #36091 from frappe/mergify/bp/version-14/pr-36089
...
fix: circular dependency during reposting causing timeout error (backport #36088 ) (backport #36089 )
2023-07-11 19:41:35 +05:30
Rohit Waghchaure
026c6085cc
fix: circular dependency during reposting causing timeout error
...
(cherry picked from commit c16a5814d4 )
(cherry picked from commit 2c21404813 )
2023-07-11 13:41:40 +00:00
rohitwaghchaure
64406a631f
Merge pull request #36089 from frappe/mergify/bp/version-14-hotfix/pr-36088
...
fix: circular dependency during reposting causing timeout error (backport #36088 )
2023-07-11 19:09:54 +05:30
Rohit Waghchaure
2c21404813
fix: circular dependency during reposting causing timeout error
...
(cherry picked from commit c16a5814d4 )
2023-07-11 12:59:55 +00:00
Frappe PR Bot
2b72d143ca
chore(release): Bumped to Version 14.30.0
...
# [14.30.0](https://github.com/frappe/erpnext/compare/v14.29.2...v14.30.0 ) (2023-07-11)
### Bug Fixes
* accepted warehouse and rejected warehouse can't be same ([5d77e3c ](5d77e3ce05 ))
* also check on_hold ([#35910 ](https://github.com/frappe/erpnext/issues/35910 )) ([59b3277 ](59b3277696 ))
* conflicts ([e55a264 ](e55a264e57 ))
* conflicts ([79f9785 ](79f9785d15 ))
* conflicts ([a178e66 ](a178e6693c ))
* conflicts ([6459c28 ](6459c28316 ))
* deferred accounting entries on accounts frozen ([#35978 ](https://github.com/frappe/erpnext/issues/35978 )) ([573183c ](573183cff5 ))
* Delivery Note return valuation ([296f312 ](296f312e7f ))
* German translations ([#35990 ](https://github.com/frappe/erpnext/issues/35990 )) ([b7b864e ](b7b864e68c ))
* incorrect status in MR created from PP (backport [#36085 ](https://github.com/frappe/erpnext/issues/36085 )) ([#36086 ](https://github.com/frappe/erpnext/issues/36086 )) ([6dc7a19 ](6dc7a192ab ))
* incorrect TCS amount while customer has advance payment ([#35397 ](https://github.com/frappe/erpnext/issues/35397 )) ([2a4bbf3 ](2a4bbf34b4 ))
* labels and translations ([#35963 ](https://github.com/frappe/erpnext/issues/35963 )) ([04b1d45 ](04b1d459eb ))
* Opening balance in presentation currency in Trial Balance report ([#36036 ](https://github.com/frappe/erpnext/issues/36036 )) ([39e38bf ](39e38bf083 ))
* payment entry `voucher_type` error ([#35779 ](https://github.com/frappe/erpnext/issues/35779 )) ([f3af0b2 ](f3af0b2d2e ))
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([d80b0aa ](d80b0aa157 ))
* possible type error on ERR creation ([0569899 ](0569899499 ))
* precision causing outstanding issue on partly paid invoices ([#36030 ](https://github.com/frappe/erpnext/issues/36030 )) ([3e711e8 ](3e711e888d ))
* Share ledger showing cancelled docs ([#35993 ](https://github.com/frappe/erpnext/issues/35993 )) ([5102d0c ](5102d0c3f7 ))
* Validate for missing expense account ([#36078 ](https://github.com/frappe/erpnext/issues/36078 )) ([f4f886c ](f4f886c7d1 ))
* Vietnamese translation of "Company" ([#35887 ](https://github.com/frappe/erpnext/issues/35887 )) ([e443e6c ](e443e6c02a ))
### Features
* Closing balance for period closing and reporting ([#34257 ](https://github.com/frappe/erpnext/issues/34257 )) ([ebf3c01 ](ebf3c0173e ))
2023-07-11 12:51:51 +00:00
Deepesh Garg
078383f086
Merge pull request #36082 from frappe/version-14-hotfix
...
chore: release v14
2023-07-11 18:20:08 +05:30
mergify[bot]
6dc7a192ab
fix: incorrect status in MR created from PP (backport #36085 ) ( #36086 )
...
fix: incorrect status in MR created from PP (#36085 )
(cherry picked from commit be5881280f )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-07-11 17:31:06 +05:30
Deepesh Garg
a76285b349
Merge branch 'version-14' into version-14-hotfix
2023-07-11 16:14:57 +05:30
mergify[bot]
f4f886c7d1
fix: Validate for missing expense account ( #36078 )
...
fix: Validate for missing expense account (#36078 )
* fix: Validate for missing expense account
* fix: Validate for missing expense account
(cherry picked from commit ce9164ec69 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-11 13:38:13 +05:30
ruthra kumar
7925fc7130
Merge pull request #36077 from frappe/mergify/bp/version-14-hotfix/pr-36076
...
fix: possible type error on ERR creation (backport #36076 )
2023-07-11 11:12:24 +05:30
ruthra kumar
0569899499
fix: possible type error on ERR creation
...
(cherry picked from commit 176966daab )
2023-07-11 05:08:28 +00:00
mergify[bot]
44f509f989
refactor(Payment Entry): translatable strings ( #36017 )
...
* refactor(Payment Entry): translatable strings (#36017 )
* refactor(Payment Entry): translatable strings
* fix: German translations
(cherry picked from commit af28f95c60 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
# erpnext/translations/de.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-10 21:01:44 +05:30
mergify[bot]
f3af0b2d2e
fix: payment entry voucher_type error ( #35779 )
...
fix: payment entry `voucher_type` error (#35779 )
* fix: payment entry `voucher_type` error
* chore: linters
(cherry picked from commit 361a357088 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-07-10 20:52:36 +05:30
mergify[bot]
59b3277696
fix: also check on_hold ( #35910 )
...
fix: also check on_hold (#35910 )
(cherry picked from commit 5aa02b8571 )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-07-10 20:34:32 +05:30
Frappe PR Bot
a299092337
chore(release): Bumped to Version 14.29.2
...
## [14.29.2](https://github.com/frappe/erpnext/compare/v14.29.1...v14.29.2 ) (2023-07-10)
### Bug Fixes
* Delivery Note return valuation ([8c041eb ](8c041eb424 ))
2023-07-10 14:10:51 +00:00
rohitwaghchaure
db809cb066
Merge pull request #36066 from frappe/mergify/bp/version-14/pr-36065
...
fix: Delivery Note return valuation (backport #36063 ) (backport #36065 )
2023-07-10 19:39:19 +05:30
mergify[bot]
39e38bf083
fix: Opening balance in presentation currency in Trial Balance report ( #36036 )
...
fix: Opening balance in presentation currency in Trial Balance report (#36036 )
(cherry picked from commit 4d07e20b05 )
# Conflicts:
# erpnext/accounts/report/trial_balance/trial_balance.py
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 19:26:32 +05:30
Rohit Waghchaure
8c041eb424
fix: Delivery Note return valuation
...
(cherry picked from commit 6a10ae662c )
(cherry picked from commit 296f312e7f )
2023-07-10 12:50:08 +00:00
rohitwaghchaure
7c092a6b5f
Merge pull request #36065 from frappe/mergify/bp/version-14-hotfix/pr-36063
...
fix: Delivery Note return valuation (backport #36063 )
2023-07-10 18:18:57 +05:30
mergify[bot]
ebf3c0173e
feat: Closing balance for period closing and reporting ( #34257 )
...
* feat: Introduce opening entry for reporting
(cherry picked from commit 9739d8b52a )
* feat: Introduce opening entry for reporting
(cherry picked from commit b44a19bd1a )
* fix: Add patches to create accounting dimension in Closing Balance
(cherry picked from commit 36c08d0835 )
* feat: Cascade closing balances on PCV submit
(cherry picked from commit c3f39c3f32 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
# erpnext/patches.txt
* feat: Add views in standard filter
(cherry picked from commit e18336ebe7 )
* chore: Rewrite query using query builder
(cherry picked from commit 7fa7d6b5e4 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* feat: Add validations against period closing voucher
(cherry picked from commit f92c63fb10 )
* fix: Order by issue in aggregation query
(cherry picked from commit 6607c8bd82 )
* fix: Add patch to update closing balances
(cherry picked from commit a663df376c )
* fix: Closing balance entries for period closing voucher
(cherry picked from commit 436fc03eda )
* fix: Update patch to generate closing balance entries
(cherry picked from commit 95c9aafda9 )
# Conflicts:
# erpnext/patches.txt
* perf: Apply closing balance in Trial Balance report
(cherry picked from commit e5f603c9d9 )
# Conflicts:
# erpnext/accounts/report/trial_balance/trial_balance.py
* chore: Minor fixes
(cherry picked from commit c089c4156c )
# Conflicts:
# erpnext/patches.txt
* fix: Aggregation with previous closing balance
(cherry picked from commit 4a2046dfb6 )
# Conflicts:
# erpnext/patches.txt
* test: Add static posting dates to tests
(cherry picked from commit 310f71c313 )
* chore: Add index to period closing voucher column
(cherry picked from commit 5dabc98ba5 )
* chore: rename Closing Balance to Account Closing Balance
(cherry picked from commit 3249a79f07 )
* test: Add test case for closing balance
(cherry picked from commit f0267feca8 )
* chore: Use account closing balance in set gl entries
(cherry picked from commit 0157fa15eb )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Update patch
(cherry picked from commit 76775a3e49 )
* fix: Account sub query
(cherry picked from commit 7f11373b58 )
* chore: Simplify query
(cherry picked from commit 00fe3042b2 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/period_closing_voucher.py
* chore: Add missing validations
(cherry picked from commit 0aadb680eb )
* chore: Remove unnecessary list comprehension
(cherry picked from commit 44053db010 )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Ignore opening entries if PCV posted
(cherry picked from commit f9397a87ac )
# Conflicts:
# erpnext/accounts/report/financial_statements.py
* fix: Don't validate if no GL Entry exists
(cherry picked from commit 528ab503f2 )
* chore: Fix Typo
(cherry picked from commit 3fd95200da )
* fix: Validation for cancelation
(cherry picked from commit 30eb6c8512 )
* fix: Partial trial balance view
(cherry picked from commit b7dcf27b01 )
* fix: CS financial statement param
(cherry picked from commit f8cff09129 )
* chore: Improve validation message
(cherry picked from commit 8ce1da111e )
* chore: Resolve conflicts
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 18:04:45 +05:30
Rohit Waghchaure
296f312e7f
fix: Delivery Note return valuation
...
(cherry picked from commit 6a10ae662c )
2023-07-10 12:19:37 +00:00
rohitwaghchaure
16943ac248
Merge pull request #36057 from frappe/mergify/bp/version-14-hotfix/pr-36001
...
fix: accepted warehouse and rejected warehouse can't be same (backport #36001 )
2023-07-10 17:48:29 +05:30
mergify[bot]
573183cff5
fix: deferred accounting entries on accounts frozen ( #35978 )
...
* fix: deferred accounting entries on accounts frozen (#35978 )
* fix: accounts frozen entries in deferred accounting
* test: accounts frozen date in deferred accounting
* fix: reset account settings after running test
* fix: resolve conflicts
* fix: modify expected gle when deferred accounting is disabled through JE
* fix: change posting date when accounts not frozen
(cherry picked from commit 674af15696 )
# Conflicts:
# erpnext/accounts/doctype/process_deferred_accounting/test_process_deferred_accounting.py
* chore: resolve conflicts
* fix: test for deferred accounting
* chore: Linting Issues
---------
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-10 17:31:17 +05:30
rohitwaghchaure
e55a264e57
fix: conflicts
2023-07-10 17:14:25 +05:30
rohitwaghchaure
79f9785d15
fix: conflicts
2023-07-10 17:13:55 +05:30
rohitwaghchaure
a178e6693c
fix: conflicts
2023-07-10 17:13:23 +05:30
rohitwaghchaure
6459c28316
fix: conflicts
2023-07-10 17:12:41 +05:30
mergify[bot]
3e711e888d
fix: precision causing outstanding issue on partly paid invoices ( #36030 )
...
fix: precision causing outstanding issue on partly paid invoices (#36030 )
* fix: precision causing outstanding issue on partly paid invoices
* chore: linters
(cherry picked from commit 5c820ecc20 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2023-07-10 16:49:22 +05:30
mergify[bot]
04b1d459eb
fix: labels and translations ( #35963 )
...
fix: labels and translations (#35963 )
fix: labels and translations
* fix: Vietnamese translation of customer
* fix: Vietnamese translation of bill
(cherry picked from commit 46fe9ac5cd )
Co-authored-by: aioaccount <92444849+aioaccount@users.noreply.github.com >
2023-07-10 16:19:36 +05:30
ruthra kumar
3c563b8cea
Merge pull request #35994 from frappe/mergify/bp/version-14-hotfix/pr-35397
...
fix: incorrect TCS amount while customer has advance payment (backport #35397 )
2023-07-10 16:18:47 +05:30
ruthra kumar
4fa3f96121
chore: fix failing test case
2023-07-10 15:48:56 +05:30
ruthra kumar
681d48a7f9
Merge pull request #36053 from frappe/mergify/bp/version-14-hotfix/pr-36051
...
feat: Provision to auto create Exchange Rate Revaluation (backport #36051 )
2023-07-10 15:36:16 +05:30
ruthra kumar
881476b4fb
chore: fix merge conflict
2023-07-10 15:09:37 +05:30
Rohit Waghchaure
5d77e3ce05
fix: accepted warehouse and rejected warehouse can't be same
...
(cherry picked from commit d618aaef32 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
# erpnext/stock/doctype/purchase_receipt/purchase_receipt.json
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
2023-07-10 08:26:13 +00:00
Anand Baburajan
0f9a6ee70a
chore: add asset depr posting error in error log ( #36052 )
2023-07-10 13:45:56 +05:30
ruthra kumar
862c5145c1
refactor: submit and make JV through background job
...
(cherry picked from commit 4f51c5a433 )
# Conflicts:
# erpnext/setup/doctype/company/company.json
2023-07-10 07:31:19 +00:00
ruthra kumar
e0fbf0c042
refactor: checkbox for enabling auto ERR creation
...
(cherry picked from commit 6644311c8b )
# Conflicts:
# erpnext/setup/doctype/company/company.json
2023-07-10 07:31:19 +00:00
mergify[bot]
e443e6c02a
fix: Vietnamese translation of "Company" ( #35887 )
...
fix: Vietnamese translation of "Company" (#35887 )
fix: Vietnamese translation of "Company"
(cherry picked from commit ef7fd7548c )
Co-authored-by: aioaccount <92444849+aioaccount@users.noreply.github.com >
2023-07-09 20:34:26 +05:30
mergify[bot]
b7b864e68c
fix: German translations ( #35990 )
...
fix: German translations (#35990 )
* fix: add missing German translation
* fix: wrong German translation
(cherry picked from commit 353d765140 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-09 20:18:22 +05:30
mergify[bot]
29ac533af4
fix:bank reconciliation tool variable issue ( #36022 )
...
fix: bank reconciliation tool variable issue (#36022 )
fix: bank reconciliation tool variable issue (#36022 )
(cherry picked from commit 828e647019 )
Co-authored-by: Navin Balaji <54995833+navinbalaji@users.noreply.github.com >
2023-07-09 20:17:54 +05:30
Deepesh Garg
2deb1edec1
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35397
2023-07-09 14:12:59 +05:30
Frappe PR Bot
78318964c7
chore(release): Bumped to Version 14.29.1
...
## [14.29.1](https://github.com/frappe/erpnext/compare/v14.29.0...v14.29.1 ) (2023-07-05)
### Bug Fixes
* **Payment Entry:** compare rounded amount ([#36011 ](https://github.com/frappe/erpnext/issues/36011 )) ([03e4583 ](03e458390b ))
2023-07-05 16:23:44 +00:00
Deepesh Garg
279f51e636
Merge pull request #36016 from frappe/mergify/bp/version-14/pr-36013
...
fix(Payment Entry): compare rounded amount (#36011 )
2023-07-05 21:47:31 +05:30
mergify[bot]
5102d0c3f7
fix: Share ledger showing cancelled docs ( #35993 )
...
fix: Share ledger showing cancelled docs (#35993 )
(cherry picked from commit 0a17c78a36 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-05 21:39:38 +05:30
mergify[bot]
03e458390b
fix(Payment Entry): compare rounded amount ( #36011 )
...
fix(Payment Entry): compare rounded amount (#36011 )
(cherry picked from commit 4badac8e9e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit d80b0aa157 )
2023-07-05 16:09:11 +00:00
mergify[bot]
d80b0aa157
fix(Payment Entry): compare rounded amount ( #36011 )
...
fix(Payment Entry): compare rounded amount (#36011 )
(cherry picked from commit 4badac8e9e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-07-05 21:38:30 +05:30
Frappe PR Bot
f360bdcbf6
chore(release): Bumped to Version 14.29.0
...
# [14.29.0](https://github.com/frappe/erpnext/compare/v14.28.1...v14.29.0 ) (2023-07-05)
### Bug Fixes
* Expense Account filter in Sales Invoice ([#35944 ](https://github.com/frappe/erpnext/issues/35944 )) ([a485e4e ](a485e4e802 ))
* get base grand total while pulling reference details in PE ([2e2c23a ](2e2c23aa0f ))
* handle loan_repayment's posting_date datetime in bank_clearance_summary report ([#36004 ](https://github.com/frappe/erpnext/issues/36004 )) ([937e1fb ](937e1fb024 ))
* Netherlands - Grootboekschema COA structure ([#35991 ](https://github.com/frappe/erpnext/issues/35991 )) ([13f3ebf ](13f3ebf915 ))
* project filtering based on company in P&L Report ([#35943 ](https://github.com/frappe/erpnext/issues/35943 )) ([8de1d86 ](8de1d8663f ))
* remove debug flag from sql ([646440f ](646440fd55 ))
* reposting has not changed valuation rate ([c0c693d ](c0c693d8b0 ))
* Update no copy for received_qty field ([#35965 ](https://github.com/frappe/erpnext/issues/35965 )) ([c330f47 ](c330f47680 ))
### Features
* **accounts:** standardize additional columns implementation for sales/purchase reports ([#36000 ](https://github.com/frappe/erpnext/issues/36000 )) ([47c6d90 ](47c6d9099b ))
* add method for ordered quantity in supplier scorecard (backport [#35930 ](https://github.com/frappe/erpnext/issues/35930 )) ([#35968 ](https://github.com/frappe/erpnext/issues/35968 )) ([a974091 ](a974091678 ))
* add voucher-wise balance report logic ([6842902 ](684290233f ))
* allow the partial return of components against SCO (backport [#35935 ](https://github.com/frappe/erpnext/issues/35935 )) ([#35938 ](https://github.com/frappe/erpnext/issues/35938 )) ([6f50ad6 ](6f50ad685e ))
2023-07-05 09:48:12 +00:00
Deepesh Garg
4fa412fe3f
Merge pull request #35996 from frappe/version-14-hotfix
...
chore: release v14
2023-07-05 15:16:47 +05:30
Anand Baburajan
937e1fb024
fix: handle loan_repayment's posting_date datetime in bank_clearance_summary report ( #36004 )
2023-07-04 19:06:58 +05:30
Sagar Vora
dfd4ef178e
Merge pull request #36002 from frappe/mergify/bp/version-14-hotfix/pr-36000
2023-07-04 17:42:51 +05:30
Sagar Vora
47c6d9099b
feat(accounts): standardize additional columns implementation for sales/purchase reports ( #36000 )
...
(cherry picked from commit 30e4052a76 )
2023-07-04 12:12:34 +00:00
mergify[bot]
13f3ebf915
fix: Netherlands - Grootboekschema COA structure ( #35991 )
...
fix: Netherlands - Grootboekschema COA structure (#35991 )
fix: Netherlands - Grootboekschema coa structure
(cherry picked from commit 2f169575e9 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-04 16:22:17 +05:30
ruthra kumar
2a4bbf34b4
fix: incorrect TCS amount while customer has advance payment ( #35397 )
...
* fix: incorrect TCS amount while customer has advance payment
* test: only unallocated advance should for threshold breach validation
(cherry picked from commit dcbd7d5f1f )
2023-07-04 16:21:54 +05:30
ruthra kumar
ae4a8c8788
Merge pull request #35981 from frappe/mergify/bp/version-14-hotfix/pr-35868
...
fix: incorrect outstanding and total amount in reference table of payment entry (backport #35868 )
2023-07-04 08:09:05 +05:30
ruthra kumar
3d1942571d
test: test reference details response
...
(cherry picked from commit 9655d78642 )
2023-07-03 15:33:20 +00:00
ruthra kumar
2e2c23aa0f
fix: get base grand total while pulling reference details in PE
...
(cherry picked from commit 9e73af891d )
2023-07-03 15:33:20 +00:00
mergify[bot]
c330f47680
fix: Update no copy for received_qty field ( #35965 )
...
* fix: Update no copy for received_qty field (#35965 )
(cherry picked from commit 5448859254 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice_item/purchase_invoice_item.json
# erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.json
* chore: resolve conflicts
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-03 16:38:08 +05:30
mergify[bot]
a974091678
feat: add method for ordered quantity in supplier scorecard (backport #35930 ) ( #35968 )
...
feat: add method for ordered quantity in supplier scorecard (#35930 )
fix: add method for getting ordered quantity in the supplier scorecard variable.
Co-authored-by: vishnu <vishnuviswambara2002@gmail.com >
(cherry picked from commit e05b33a6c2 )
Co-authored-by: Vishnu VS <Vishnuviswambaran2002@gmail.com >
2023-07-03 10:23:36 +05:30
Frappe PR Bot
87c0417e22
chore(release): Bumped to Version 14.28.1
...
## [14.28.1](https://github.com/frappe/erpnext/compare/v14.28.0...v14.28.1 ) (2023-07-02)
### Bug Fixes
* reposting has not changed valuation rate ([cec3cde ](cec3cdec66 ))
2023-07-02 05:49:11 +00:00
rohitwaghchaure
dbae36ece3
Merge pull request #35962 from frappe/mergify/bp/version-14/pr-35955
...
fix: incorrect reposting causing stock adjustment entry (backport #35955 )
2023-07-02 11:17:48 +05:30
Rohit Waghchaure
cec3cdec66
fix: reposting has not changed valuation rate
...
(cherry picked from commit c0c693d8b0 )
2023-07-02 05:18:37 +00:00
rohitwaghchaure
c3eab84e37
Merge pull request #35955 from rohitwaghchaure/fixed-incorrect-valuation-rate
...
fix: incorrect reposting causing stock adjustment entry
2023-07-02 08:22:16 +05:30
Rohit Waghchaure
c0c693d8b0
fix: reposting has not changed valuation rate
2023-07-01 23:50:27 +05:30
mergify[bot]
a485e4e802
fix: Expense Account filter in Sales Invoice ( #35944 )
...
fix: Expense Account filter in Sales Invoice (#35944 )
(cherry picked from commit d54f52474a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-07-01 18:13:46 +05:30
mergify[bot]
8de1d8663f
fix: project filtering based on company in P&L Report ( #35943 )
...
* fix: project filtering in P&L Report
(cherry picked from commit 904ca746a6 )
* fix: show projects with no company value set
(cherry picked from commit ce252a0d45 )
* fix: make company field mandatory in project doctype
(cherry picked from commit 84d4888f5f )
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
2023-07-01 10:42:33 +05:30
mergify[bot]
6f50ad685e
feat: allow the partial return of components against SCO (backport #35935 ) ( #35938 )
...
* fix: don't update SCO status to closed until full return
(cherry picked from commit 2f6d56dd62 )
* fix: reduce return qty while calculating transferred qty
(cherry picked from commit 2a60884abc )
# Conflicts:
# erpnext/controllers/subcontracting_controller.py
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-29 22:16:53 +05:30
mergify[bot]
a880bdec5e
chore: update translations ( #35905 )
...
chore: update translations
chore: update translations
(cherry picked from commit 1d1103f39c )
Co-authored-by: RJPvT <48353029+RJPvT@users.noreply.github.com >
2023-06-29 13:30:29 +05:30
Deepesh Garg
5a9bd3bac6
Merge pull request #35926 from frappe/mergify/bp/version-14-hotfix/pr-35904
...
feat: add voucher-wise balance report for unequal dr/cr GL entries (backport #35904 )
2023-06-29 09:45:22 +05:30
Gursheen Anand
646440fd55
fix: remove debug flag from sql
...
(cherry picked from commit 6b9f9f9b0e )
2023-06-29 03:38:17 +00:00
Gursheen Anand
684290233f
feat: add voucher-wise balance report logic
...
(cherry picked from commit 5d726ef037 )
2023-06-29 03:38:17 +00:00
Frappe PR Bot
29ea5cfc21
chore(release): Bumped to Version 14.28.0
...
# [14.28.0](https://github.com/frappe/erpnext/compare/v14.27.14...v14.28.0 ) (2023-06-28)
### Bug Fixes
* asset capitalization ([#35832 ](https://github.com/frappe/erpnext/issues/35832 )) ([fb823b5 ](fb823b53d1 ))
* asset movement ([#35918 ](https://github.com/frappe/erpnext/issues/35918 )) ([e16c148 ](e16c14863b ))
* delivery trip driver is only required on submit (backport [#35876 ](https://github.com/frappe/erpnext/issues/35876 )) ([#35893 ](https://github.com/frappe/erpnext/issues/35893 )) ([fc051d1 ](fc051d143c ))
* don't allow to make reposting entry for closing stock balance period ([e68b088 ](e68b08817e ))
* filter parent warehouses not showing (backport [#35897 ](https://github.com/frappe/erpnext/issues/35897 )) ([#35899 ](https://github.com/frappe/erpnext/issues/35899 )) ([87ba196 ](87ba196473 ))
* incorrect cost center error in bank reconciliation ([cacb0f6 ](cacb0f6fde ))
* issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (backport [#35821 ](https://github.com/frappe/erpnext/issues/35821 )) ([#35827 ](https://github.com/frappe/erpnext/issues/35827 )) ([20f2bef ](20f2bef55f ))
* make credit note and debit note exclusive ([#35781 ](https://github.com/frappe/erpnext/issues/35781 )) ([fafb46e ](fafb46eebd ))
* multiple Work Orders agaist same production plan ([8ddfc34 ](8ddfc34c30 ))
* no permission for accounts settings on payment reconciliation ([200ddbf ](200ddbf66c ))
* Payment Term must be mandatory if `Allocate Payment based on ..` is checked ([#35798 ](https://github.com/frappe/erpnext/issues/35798 )) ([3dd3935 ](3dd3935e76 ))
* POS Closing Entry load all invoices with one request on save ([#35819 ](https://github.com/frappe/erpnext/issues/35819 )) ([8ecca2a ](8ecca2a1cf ))
* reconcile invoice against credit note. ([#35604 ](https://github.com/frappe/erpnext/issues/35604 )) ([5c388a1 ](5c388a132f ))
* Remove special treatment for P&L Accounts ([#35602 ](https://github.com/frappe/erpnext/issues/35602 )) ([b023448 ](b0234489ca ))
* Set Asset cost center default as PR or PI Item Cost Center while auto creating ([#35844 ](https://github.com/frappe/erpnext/issues/35844 )) ([4a7d75b ](4a7d75b5cc ))
* show non-depreciable assets in fixed asset register ([#35858 ](https://github.com/frappe/erpnext/issues/35858 )) ([42d0944 ](42d09448ee ))
* TDS amount calculation post LDC breach ([851b887 ](851b8871b2 ))
* use correct fieldname for purchase receipt column in item_wise_purchase_register report ([#35828 ](https://github.com/frappe/erpnext/issues/35828 )) ([8f13b48 ](8f13b484a9 ))
* **ux:** PO Get Items From Open Material Requests (backport [#35894 ](https://github.com/frappe/erpnext/issues/35894 )) ([#35895 ](https://github.com/frappe/erpnext/issues/35895 )) ([2ef2057 ](2ef2057f44 ))
### Features
* Auto set Party in Bank Transaction ([#34675 ](https://github.com/frappe/erpnext/issues/34675 )) ([d53b197 ](d53b197896 ))
* Provision to send Accounts Receivable Reports using Process SOA ([#35789 ](https://github.com/frappe/erpnext/issues/35789 )) ([21d560c ](21d560cd19 )), closes [#35707 ](https://github.com/frappe/erpnext/issues/35707 )
### Performance Improvements
* improve item wise register reports ([#35908 ](https://github.com/frappe/erpnext/issues/35908 )) ([33ee011 ](33ee01174b ))
2023-06-28 16:04:31 +00:00
Deepesh Garg
eb1081664a
Merge pull request #35901 from frappe/version-14-hotfix
...
chore: release v14
2023-06-28 21:33:03 +05:30
Frappe PR Bot
5b27642880
chore(release): Bumped to Version 14.27.14
...
## [14.27.14](https://github.com/frappe/erpnext/compare/v14.27.13...v14.27.14 ) (2023-06-28)
### Bug Fixes
* asset movement ([#35918 ](https://github.com/frappe/erpnext/issues/35918 )) ([4f9c28c ](4f9c28cd22 ))
2023-06-28 15:26:36 +00:00
Anand Baburajan
973611a356
Merge pull request #35922 from frappe/mergify/bp/version-14/pr-35918
...
fix: asset movement (backport #35918 )
2023-06-28 20:54:05 +05:30
Anand Baburajan
4f9c28cd22
fix: asset movement ( #35918 )
...
fix: asset movement fixes
(cherry picked from commit e16c14863b )
2023-06-28 14:46:23 +00:00
Anand Baburajan
e16c14863b
fix: asset movement ( #35918 )
...
fix: asset movement fixes
2023-06-28 20:15:40 +05:30
Frappe PR Bot
e1a5a7006f
chore(release): Bumped to Version 14.27.13
...
## [14.27.13](https://github.com/frappe/erpnext/compare/v14.27.12...v14.27.13 ) (2023-06-28)
### Performance Improvements
* improve item wise register reports ([#35908 ](https://github.com/frappe/erpnext/issues/35908 )) ([189954e ](189954eaf1 ))
2023-06-28 04:56:35 +00:00
Anand Baburajan
93940f30b7
Merge pull request #35913 from frappe/mergify/bp/version-14/pr-35908
...
perf: improve item wise register reports (backport #35908 )
2023-06-28 10:24:42 +05:30
Anand Baburajan
189954eaf1
perf: improve item wise register reports ( #35908 )
...
(cherry picked from commit 33ee01174b )
2023-06-28 04:21:39 +00:00
Anand Baburajan
33ee01174b
perf: improve item wise register reports ( #35908 )
2023-06-28 09:49:30 +05:30
mergify[bot]
87ba196473
fix: filter parent warehouses not showing (backport #35897 ) ( #35899 )
...
fix: filter parent warehouses not showing (#35897 )
(cherry picked from commit af418d2342 )
Co-authored-by: HLD <hanglaoda@hotmail.com >
2023-06-27 14:19:57 +05:30
Deepesh Garg
017729d545
Merge pull request #35890 from frappe/mergify/bp/version-14-hotfix/pr-35886
...
fix: TDS amount calculation post LDC breach (backport #35886 )
2023-06-27 13:11:47 +05:30
mergify[bot]
2ef2057f44
fix(ux): PO Get Items From Open Material Requests (backport #35894 ) ( #35895 )
...
fix(ux): PO Get Items From Open Material Requests
(cherry picked from commit 3a00bf83d6 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-27 12:30:23 +05:30
Deepesh Garg
04fdaaffbd
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35886
2023-06-27 12:02:30 +05:30
mergify[bot]
fc051d143c
fix: delivery trip driver is only required on submit (backport #35876 ) ( #35893 )
...
fix: delivery trip driver is only required on submit (#35876 )
This allows drafting trips and stops without yet deciding on the
assignable driver which, in real life, may well be decided on after
preparing and planning the trip.
(cherry picked from commit 742df8a25e )
Co-authored-by: David Arnold <david.arnold@iohk.io >
2023-06-27 11:38:44 +05:30
Deepesh Garg
851b8871b2
fix: TDS amount calculation post LDC breach
...
(cherry picked from commit 1f9ef6c48f )
2023-06-27 04:10:06 +00:00
ruthra kumar
3ed42e180c
Merge pull request #35883 from frappe/mergify/bp/version-14-hotfix/pr-35882
...
refactor: simplify exchange logic on cr/dr note reconciliation (backport #35882 )
2023-06-26 20:29:53 +05:30
ruthra kumar
3ca4f24d21
refactor: simplify exchange logic on cr/dr note reconciliation
...
(cherry picked from commit af75f6cea7 )
2023-06-26 12:04:02 +00:00
mergify[bot]
21d560cd19
feat: Provision to send Accounts Receivable Reports using Process SOA ( #35789 )
...
* feat: Provision to send Accounts Receivable Reports using Process Statement of Accounts
Issue #35707
(cherry picked from commit b3d565c91f )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.py
* fix: add patch for setting default value of report field
(cherry picked from commit 555c126eb9 )
# Conflicts:
# erpnext/patches.txt
* fix: modify patch
(cherry picked from commit cde82bc0cc )
* chore: update typo in patch
(cherry picked from commit 4de7a4c571 )
* chore: Resolve conflicts
---------
Co-authored-by: Gursheen Anand <gursheen@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-25 16:21:18 +05:30
saeedkola
4a7d75b5cc
fix: Set Asset cost center default as PR or PI Item Cost Center while auto creating ( #35844 )
...
* fix: Set Asset cost center default as PR or PI Item Cost Center while auto creating
* chore: Linting Issues
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-24 19:58:31 +05:30
mergify[bot]
8f13b484a9
fix: use correct fieldname for purchase receipt column in item_wise_purchase_register report ( #35828 )
...
fix: use correct fieldname for purchase receipt column in item_wise_purcchase_register report
(cherry picked from commit dcfc86e3af )
Co-authored-by: phot0n <ritwikpuri5678@gmail.com >
2023-06-24 19:57:13 +05:30
mergify[bot]
8ecca2a1cf
fix: POS Closing Entry load all invoices with one request on save ( #35819 )
...
fix: POS Closing Entry load all invoices with one request on save (#35819 )
fix: load all invoices with one request
(cherry picked from commit 1e20016059 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-06-24 18:58:13 +05:30
mergify[bot]
fafb46eebd
fix: make credit note and debit note exclusive ( #35781 )
...
* fix: make credit note and debit note exclusive (#35781 )
(cherry picked from commit 4fbff20954 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: resolve conflicts
---------
Co-authored-by: Smit Vora <smitvora203@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-24 12:30:40 +05:30
Marica
d53b197896
feat: Auto set Party in Bank Transaction ( #34675 )
...
* feat: Party auto-matcher from Bank Transaction data
- Created Bank Party Mapper
- Created class to auto match by account/iban or party name/description(fuzzy)
- Automatch and set in transaction or create mapper
- `rapidfuzz` introduced
* chore: Single query with or filter to search Party Mapper by name/desc
* feat: Store Party bank details in party records (Customer/Supplier/Employee/Shareholder)
* fix: Don't set description as key in Mapper doc if matched by description
- Description is volatile and will keep changing
- It will lead to multiple Bank Party Mapper docs for the same party that will never be referenced again
- Parts of the descripton keep changing which is why it will never match a mapper record
- If matched by desc, dont create mapper record.
* feat: Manually Update/Correct Party in Bank Transaction
- On updating bank trans.n party after submit, the corresponding mapper doc will be updated too
- The mapper doc in turn will update all linked bank transactions that do not have this updated value
- Added Bank Party Mapper hidden link in Bank Transaction
- Rename field in BPM to `Party Name` as it does not hold description data
- If a BT matches with a BPM record, link that record in the BT
* chore: Perform automatch on submit
- misc: Clearer naming
* chore: Make auto matching party configurable
- Checkbox in Accounts settings "Enable Automatic Party Matching"
- Check before invoking automatching methods
- misc: Remove TODO comments
* fix: Match by both Account No and IBAN & other cleanups
- A BT could have both account and iban, and a Supplier could have only IBAN set
- In this case, matching by either (only account) gives no match
- Match by Account OR IBAN, use `or_filters`
- If matched, set both account no. and IBAN in Bank Party Mapper
- Explain AutoMatchParty
- Add type hints to return values
- Use `set_value` to set values in BT after matching since its an after submit event
* test: Match by Account No, IBAN, Party Name, Desc and match correction
* fix: Remove bank details fields from Shareholder
* fix: Use existing bank fields to match by bank account no/IBAN
- Remove newly added fields in Party doctypes to store bank details
- Use Bank Account's fields to match against account no/iban
- For employee, if Bank Account does not exist, find in Employee doctype against account no/iban
* fix: Tests
* feat: Optional Fuzzy Matching & Skip Matches for multiple similar matches
- Fuzzy matching can be enabled optionally in the settings
- If a query gets multiple matches with the same score, do not set a party as it is an extremely close call
- misc: Add 'cancelled' status to Bank transaction
- Test for skipping matching with extremely close matches
* chore: Remove Bank Party Mapper implementation
- Matching by Acc No/IBAN can easily happen with Bank Accounts. It's not a tedious query
- Historical lookups for Party Name/Desc match are very tricky. The user could have manually set a match and we would not know. Also this leaves the Bank Party Mapper only useful for Party Name/Desc lookups, which feels excessive.
- We want to reduce the number of places the same data is stored and reduce confusion
- The Party Name/Desc will optionally happen fuzzily, or not at all
- There will be no Mapper lookups
* chore: Remove instances of `bank_party_mapper` and use `new_doc`
2023-06-24 12:30:08 +05:30
mergify[bot]
3dd3935e76
fix: Payment Term must be mandatory if Allocate Payment based on .. is checked ( #35798 )
...
fix: Payment Term must be mandatory if `Allocate Payment based on ..` is checked (#35798 )
- Front and Back end validation of condition
- Fix test to accomodate fix
(cherry picked from commit 2868baebab )
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2023-06-24 12:29:26 +05:30
mergify[bot]
5c388a132f
fix: reconcile invoice against credit note. ( #35604 )
...
* test: reconcile credit against invoice
(cherry picked from commit f68ab3dfff )
* fix: missing attribute error
(cherry picked from commit 7973951c37 )
* fix: reconcile invoice against credit note
(cherry picked from commit 54935438e1 )
---------
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-06-24 12:28:43 +05:30
mergify[bot]
b0234489ca
fix: Remove special treatment for P&L Accounts ( #35602 )
...
fix: Remove special treatment for P&L Accounts
(cherry picked from commit 0bd4de4504 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-23 15:55:51 +05:30
mergify[bot]
21336f1a2c
ci: use multiple python version in patch test ( #35846 )
...
ci: use multiple python version in patch test
(cherry picked from commit 56e81ada56 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-23 12:39:47 +05:30
rohitwaghchaure
888118e3e1
Merge pull request #35852 from frappe/mergify/bp/version-14-hotfix/pr-35842
...
fix: multiple Work Orders against same production plan (backport #35842 )
2023-06-23 10:34:50 +05:30
Frappe PR Bot
d9008779de
chore(release): Bumped to Version 14.27.12
...
## [14.27.12](https://github.com/frappe/erpnext/compare/v14.27.11...v14.27.12 ) (2023-06-23)
### Bug Fixes
* show non-depreciable assets in fixed asset register ([#35858 ](https://github.com/frappe/erpnext/issues/35858 )) ([2240aeb ](2240aeb307 ))
2023-06-23 02:55:10 +00:00
Anand Baburajan
c66c4e3aab
Merge pull request #35859 from frappe/mergify/bp/version-14/pr-35858
...
fix: show non-depreciable assets in fixed asset register (backport #35858 )
2023-06-23 08:22:43 +05:30
Anand Baburajan
2240aeb307
fix: show non-depreciable assets in fixed asset register ( #35858 )
...
fix: show non-depr assets in fixed asset register
(cherry picked from commit 42d09448ee )
2023-06-23 02:52:01 +00:00
Anand Baburajan
42d09448ee
fix: show non-depreciable assets in fixed asset register ( #35858 )
...
fix: show non-depr assets in fixed asset register
2023-06-23 08:21:32 +05:30
Anand Baburajan
8049582652
Merge pull request #35853 from frappe/mergify/bp/version-14/pr-35851
...
chore: asset scrap and restore fixes [v14] (backport #35851 )
2023-06-22 22:46:05 +05:30
Anand Baburajan
1d5415f39d
chore: asset scrap and restore fixes [v14] ( #35851 )
...
chore: better err msg on cancelling JE for asset scrap and allow restoring non-depr assets
(cherry picked from commit 69780da099 )
2023-06-22 16:53:00 +00:00
Anand Baburajan
69780da099
chore: asset scrap and restore fixes [v14] ( #35851 )
...
chore: better err msg on cancelling JE for asset scrap and allow restoring non-depr assets
2023-06-22 22:22:18 +05:30
Rohit Waghchaure
8ddfc34c30
fix: multiple Work Orders agaist same production plan
...
(cherry picked from commit 80fffbd64b )
2023-06-22 16:42:13 +00:00
Anand Baburajan
fb823b53d1
fix: asset capitalization ( #35832 )
...
* fix: misc asset capitalisation fixes
* chore: add location in tests and remove unnecessary code
* chore: more fixes and removals
* chore: show company and fix tests
* chore: make target qty read only on capitalization
2023-06-22 17:14:24 +05:30
ruthra kumar
23dacbe9b2
Merge pull request #35840 from frappe/mergify/bp/version-14/pr-35837
...
refactor: increase precision for current exc rate in Exchange Rate Revaluation (backport #35837 )
2023-06-22 14:34:52 +05:30
ruthra kumar
0138595000
Merge pull request #35838 from frappe/mergify/bp/version-14-hotfix/pr-35837
...
refactor: increase precision for current exc rate in Exchange Rate Revaluation (backport #35837 )
2023-06-22 14:11:58 +05:30
ruthra kumar
f45e8b9c16
refactor: increase precision for current exc rate in ERR
...
(cherry picked from commit b4db25dd18 )
2023-06-22 08:37:20 +00:00
ruthra kumar
e44783a3c5
refactor: increase precision for current exc rate in ERR
...
(cherry picked from commit b4db25dd18 )
2023-06-22 08:10:41 +00:00
rohitwaghchaure
85ad34672c
Merge pull request #35824 from frappe/mergify/bp/version-14-hotfix/pr-35611
...
fix: don't allow to make reposting entry for closing stock balance period (backport #35611 )
2023-06-22 12:03:59 +05:30
Frappe PR Bot
71207a7dae
chore(release): Bumped to Version 14.27.10
...
## [14.27.10](https://github.com/frappe/erpnext/compare/v14.27.9...v14.27.10 ) (2023-06-22)
### Bug Fixes
* incorrect cost center error in bank reconciliation ([4be554d ](4be554d8b4 ))
* no permission for accounts settings on payment reconciliation ([3194e3a ](3194e3a020 ))
2023-06-22 06:26:14 +00:00
ruthra kumar
71e14b3dbb
Merge pull request #35835 from frappe/mergify/bp/version-14/pr-35825
...
fix: multiple fixes in reconciliation tools (backport #35825 )
2023-06-22 11:54:51 +05:30
ruthra kumar
41f1c11e85
Merge pull request #35834 from frappe/mergify/bp/version-14-hotfix/pr-35825
...
fix: multiple fixes in reconciliation tools (backport #35825 )
2023-06-22 11:54:35 +05:30
ruthra kumar
4be554d8b4
fix: incorrect cost center error in bank reconciliation
...
(cherry picked from commit 41b9e92868 )
2023-06-22 05:58:00 +00:00
ruthra kumar
3194e3a020
fix: no permission for accounts settings on payment reconciliation
...
(cherry picked from commit ad758b8d85 )
2023-06-22 05:58:00 +00:00
ruthra kumar
cacb0f6fde
fix: incorrect cost center error in bank reconciliation
...
(cherry picked from commit 41b9e92868 )
2023-06-22 05:57:51 +00:00
ruthra kumar
200ddbf66c
fix: no permission for accounts settings on payment reconciliation
...
(cherry picked from commit ad758b8d85 )
2023-06-22 05:57:51 +00:00
mergify[bot]
20f2bef55f
fix: issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (backport #35821 ) ( #35827 )
...
Fixes issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry (#35821 )
* Fixes issue of asset value_after_depreciation field getting updated twice if workflow is enabled in Journal Entry
* chore: remove unnecessary line break
* chore: formatting
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 000ebe4479 )
Co-authored-by: saeedkola <mohammedsaeedk@gmail.com >
2023-06-21 15:37:21 +05:30
Rohit Waghchaure
e68b08817e
fix: don't allow to make reposting entry for closing stock balance period
...
(cherry picked from commit 96c5c7b1df )
2023-06-21 08:46:30 +00:00
Frappe PR Bot
2561cf2072
chore(release): Bumped to Version 14.27.9
...
## [14.27.9](https://github.com/frappe/erpnext/compare/v14.27.8...v14.27.9 ) (2023-06-20)
### Bug Fixes
* `Process Loss Report` (backport [#35712 ](https://github.com/frappe/erpnext/issues/35712 )) ([#35719 ](https://github.com/frappe/erpnext/issues/35719 )) ([55a8be5 ](55a8be5cad ))
* add validation for QI in PR (backport [#35677 ](https://github.com/frappe/erpnext/issues/35677 )) ([#35757 ](https://github.com/frappe/erpnext/issues/35757 )) ([59ab13c ](59ab13c34f ))
* Allocated amount validation for other party types ([#35741 ](https://github.com/frappe/erpnext/issues/35741 )) ([5541d68 ](5541d68477 ))
* cannot start / stop jobs ([53ec2a9 ](53ec2a9268 ))
* conflicts ([697fcef ](697fcef98b ))
* consider field precision while setting sle actual_qty ([#35717 ](https://github.com/frappe/erpnext/issues/35717 )) ([3f62e85 ](3f62e854e5 ))
* date and finance book fixes in fixed asset register (backport [#35751 ](https://github.com/frappe/erpnext/issues/35751 )) ([#35799 ](https://github.com/frappe/erpnext/issues/35799 )) ([8b57ecd ](8b57ecd8ef ))
* don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport [#35714 ](https://github.com/frappe/erpnext/issues/35714 )) ([#35715 ](https://github.com/frappe/erpnext/issues/35715 )) ([77b0c5f ](77b0c5f722 ))
* Duplicate addresses are creating while using the E-commerce ([703e4f4 ](703e4f4f5d ))
* fix get outstanding invoices btn and add get outstanding orders btn (backport [#35776 ](https://github.com/frappe/erpnext/issues/35776 )) ([#35787 ](https://github.com/frappe/erpnext/issues/35787 )) ([42e25d4 ](42e25d4cdf ))
* for zero bal accounts, dr/cr only on currency that has balance ([7da461b ](7da461b862 ))
* incorrect gl entries for standalone debit note with update stock ([3355dc2 ](3355dc2a41 ))
* incorrect stock value for purchase returned with rejected qty (backport [#35747 ](https://github.com/frappe/erpnext/issues/35747 )) ([#35752 ](https://github.com/frappe/erpnext/issues/35752 )) ([c11d950 ](c11d950fc5 ))
* keyerror while checking the stock balance report ([baf014f ](baf014fc61 ))
* loan interest accrual date ([#35695 ](https://github.com/frappe/erpnext/issues/35695 )) ([070df97 ](070df97663 ))
* **patch:** enable existing serial no in stock settings ([#35762 ](https://github.com/frappe/erpnext/issues/35762 )) ([3c790c1 ](3c790c12f2 ))
* stock error for service item ([2bbea63 ](2bbea63de1 ))
* test case ([4af0a9b ](4af0a9b192 ))
* unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search ([#35710 ](https://github.com/frappe/erpnext/issues/35710 )) ([58a6bbc ](58a6bbcf6d ))
* update `Stock Reconciliation` diff qty while reposting ([bdb5cc8 ](bdb5cc8ad4 ))
* **ux:** set route options for new `Batch` ([b261242 ](b261242792 ))
* validation of job card in stock entry ([ce2bf5f ](ce2bf5fb1c ))
* work order serial no issue ([50a8907 ](50a8907e8c ))
### Performance Improvements
* Duplicate queries for UOM (backport [#35744 ](https://github.com/frappe/erpnext/issues/35744 )) ([#35745 ](https://github.com/frappe/erpnext/issues/35745 )) ([632b67c ](632b67cbc8 ))
* duplicate queries while checking prevdoc (backport [#35746 ](https://github.com/frappe/erpnext/issues/35746 )) ([#35749 ](https://github.com/frappe/erpnext/issues/35749 )) ([a0fc8e2 ](a0fc8e252c ))
* Ignore cancelled pick lists while fetching picked items (backport [#35737 ](https://github.com/frappe/erpnext/issues/35737 )) ([#35740 ](https://github.com/frappe/erpnext/issues/35740 )) ([01ac54d ](01ac54d65d ))
* index `purpose` in `Stock Entry` (backport [#35782 ](https://github.com/frappe/erpnext/issues/35782 )) ([#35783 ](https://github.com/frappe/erpnext/issues/35783 )) ([3bac2a8 ](3bac2a88bd ))
* Index pick list field in stock entry and DN (backport [#35738 ](https://github.com/frappe/erpnext/issues/35738 )) ([#35742 ](https://github.com/frappe/erpnext/issues/35742 )) ([b875de6 ](b875de6fb7 ))
* Index sales_order_item in Pick list item (backport [#35735 ](https://github.com/frappe/erpnext/issues/35735 )) ([#35736 ](https://github.com/frappe/erpnext/issues/35736 )) ([0e57f4d ](0e57f4dd3c ))
2023-06-20 16:06:29 +00:00
Deepesh Garg
abbbfe6240
Merge pull request #35807 from frappe/version-14-hotfix
...
chore: release v14
2023-06-20 21:34:30 +05:30
rohitwaghchaure
4e1b2c6f8d
Merge branch 'version-14' into version-14-hotfix
2023-06-20 19:41:56 +05:30
rohitwaghchaure
c669dba691
Merge pull request #35813 from frappe/mergify/bp/version-14-hotfix/pr-35810
...
fix: stock error for service item (backport #35810 )
2023-06-20 17:49:32 +05:30
rohitwaghchaure
8c183741bd
Merge pull request #35812 from frappe/mergify/bp/version-14-hotfix/pr-35809
...
fix: key error while checking the stock balance report (backport #35809 )
2023-06-20 17:30:51 +05:30
Rohit Waghchaure
2bbea63de1
fix: stock error for service item
...
(cherry picked from commit 32965f1af9 )
2023-06-20 11:51:27 +00:00
Rohit Waghchaure
baf014fc61
fix: keyerror while checking the stock balance report
...
(cherry picked from commit a627d2a38c )
2023-06-20 11:32:06 +00:00
rohitwaghchaure
95e3dc9b81
Merge pull request #35805 from rohitwaghchaure/fixed-address-issue-from-e-cart
...
fix: Duplicate addresses are creating while using the E-commerce
2023-06-20 15:43:58 +05:30
Rohit Waghchaure
703e4f4f5d
fix: Duplicate addresses are creating while using the E-commerce
2023-06-20 14:50:40 +05:30
ruthra kumar
bf2ebce6f4
Merge pull request #35803 from frappe/mergify/bp/version-14-hotfix/pr-35794
...
fix: Exchange Rate Revaluation should only post on the currency that has balance in a 'zero' balance account (backport #35794 )
2023-06-20 14:49:06 +05:30
ruthra kumar
65d24ea9ea
refactor: higher precision for rounding loss and allow '0'
...
(cherry picked from commit 6694175a51 )
2023-06-20 14:02:45 +05:30
ruthra kumar
6c9c3426f8
refactor: allow '0' rounding allowance
...
(cherry picked from commit 4567474418 )
2023-06-20 14:02:40 +05:30
ruthra kumar
146d41ee81
refactor: allow higher precision for new exchange rate
...
(cherry picked from commit 9d04af9ecc )
2023-06-20 08:29:53 +00:00
ruthra kumar
7da461b862
fix: for zero bal accounts, dr/cr only on currency that has balance
...
(cherry picked from commit 1b33afd699 )
2023-06-20 08:29:53 +00:00
mergify[bot]
8b57ecd8ef
fix: date and finance book fixes in fixed asset register (backport #35751 ) ( #35799 )
...
* fix: date and finance book fixes in fixed asset register (#35751 )
* fix: handle finance books properly and show all assets by default in fixed asset register
* chore: rename value to depr amount
* chore: get asset value for correct fb properly
* chore: rename include_default_book_entries to include_default_book_assets
(cherry picked from commit 0d12588583 )
# Conflicts:
# erpnext/assets/report/fixed_asset_register/fixed_asset_register.py
* chore: resolving conflicts and renaming entries to assets
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-20 12:52:18 +05:30
rohitwaghchaure
7d010adcd4
Merge pull request #35786 from rohitwaghchaure/fixed-work-order-serial-no-issue
...
fix: work order serial no issue
2023-06-20 12:13:17 +05:30
Rohit Waghchaure
4af0a9b192
fix: test case
2023-06-20 11:42:02 +05:30
mergify[bot]
3bac2a88bd
perf: index purpose in Stock Entry (backport #35782 ) ( #35783 )
...
perf: index `purpose` in `Stock Entry`
(cherry picked from commit 4f941ac5c0 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-19 22:22:50 +05:30
Rohit Waghchaure
50a8907e8c
fix: work order serial no issue
2023-06-19 21:29:34 +05:30
mergify[bot]
42e25d4cdf
fix: fix get outstanding invoices btn and add get outstanding orders btn (backport #35776 ) ( #35787 )
...
fix: fix get outstanding invoices btn and add get outstanding orders btn (#35776 )
* fix: fix get outstanding invoices btn and add get outstanding orders btn
* chore: remove unnecessary arg
(cherry picked from commit c1da3ddbbf )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-19 20:17:56 +05:30
Frappe PR Bot
4c1befab8f
chore(release): Bumped to Version 14.27.8
...
## [14.27.8](https://github.com/frappe/erpnext/compare/v14.27.7...v14.27.8 ) (2023-06-19)
### Bug Fixes
* Allocated amount validation for other party types ([#35741 ](https://github.com/frappe/erpnext/issues/35741 )) ([3bf7115 ](3bf7115cdc ))
2023-06-19 11:38:53 +00:00
Deepesh Garg
d928a5c3aa
Merge pull request #35774 from frappe/mergify/bp/version-14/pr-35770
...
fix: Allocated amount validation for other party types (#35741 )
2023-06-19 17:07:06 +05:30
mergify[bot]
3bf7115cdc
fix: Allocated amount validation for other party types ( #35741 )
...
fix: Allocated amount validation for other party types (#35741 )
* fix: Allocated amount validation for other party types
* chore: Validation for return allocations
* chore: minor typo
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 9d27a25e5f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 5541d68477 )
2023-06-19 07:22:55 +00:00
mergify[bot]
5541d68477
fix: Allocated amount validation for other party types ( #35741 )
...
fix: Allocated amount validation for other party types (#35741 )
* fix: Allocated amount validation for other party types
* chore: Validation for return allocations
* chore: minor typo
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
(cherry picked from commit 9d27a25e5f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-19 12:52:06 +05:30
mergify[bot]
070df97663
fix: loan interest accrual date ( #35695 )
...
fix: loan interest accrual date (#35695 )
fix: loan interest accrual date
---------
Co-authored-by: Abhinav Raut <abhinav.raut@zerodha.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 2a24423ad2 )
Co-authored-by: Abhinav Raut <abhinavrautcs@gmail.com >
2023-06-19 09:14:21 +05:30
Vishal Dhayagude
58a6bbcf6d
fix: unsupported operand type(s) for //: 'float' and 'NoneType' for POS Barcode search ( #35710 )
2023-06-18 23:00:01 +05:30
Sagar Sharma
6650373c9f
Merge pull request #35743 from s-aga-r/FIX-35493-V14
...
fix(ux): set route options for new `Batch`
2023-06-18 15:12:12 +05:30
Sagar Sharma
3c790c12f2
fix(patch): enable existing serial no in stock settings ( #35762 )
2023-06-17 23:21:30 +05:30
mergify[bot]
b875de6fb7
perf: Index pick list field in stock entry and DN (backport #35738 ) ( #35742 )
...
* perf: Index pick list field in stock entry and DN (#35738 )
We check if pick list is created against them but there's no index so we
end up reading entire table.
```
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | r_rows | filtered | r_filtered | Extra |
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
| 1 | SIMPLE | tabDelivery Note | index | NULL | modified | 9 | NULL | 207015 | 348940.00 | 100.00 | 0.00 | Using where |
+------+-------------+------------------+-------+---------------+----------+---------+------+--------+-----------+----------+------------+-------------+
```
After
```
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
| id | select_type | table | type | possible_keys | key | key_len | ref | rows | r_rows | filtered | r_filtered | Extra >
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
| 1 | SIMPLE | tabDelivery Note | ref | pick_list_index | pick_list_index | 563 | const | 1 | 0.00 | 100.00 | 100.00 | Using index condition; Using w>
+------+-------------+------------------+------+-----------------+-----------------+---------+-------+------+--------+----------+------------+------------------------------->
```
(cherry picked from commit 433489a9e6 )
# Conflicts:
# erpnext/stock/doctype/delivery_note/delivery_note.json
* chore: conflict
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-17 21:25:30 +05:30
Frappe PR Bot
58e304f64b
chore(release): Bumped to Version 14.27.7
...
## [14.27.7](https://github.com/frappe/erpnext/compare/v14.27.6...v14.27.7 ) (2023-06-17)
### Bug Fixes
* validation of job card in stock entry ([e7abdc3 ](e7abdc34d0 ))
2023-06-17 08:35:04 +00:00
rohitwaghchaure
46171738c0
Merge pull request #35761 from frappe/mergify/bp/version-14/pr-35759
...
fix: validation of job card in stock entry (backport #35756 ) (backport #35759 )
2023-06-17 14:03:29 +05:30
Rohit Waghchaure
e7abdc34d0
fix: validation of job card in stock entry
...
(cherry picked from commit df8c3f0888 )
(cherry picked from commit ce2bf5fb1c )
2023-06-17 08:32:59 +00:00
rohitwaghchaure
fc103ab4ce
Merge pull request #35759 from frappe/mergify/bp/version-14-hotfix/pr-35756
...
fix: validation of job card in stock entry (backport #35756 )
2023-06-17 14:02:11 +05:30
Rohit Waghchaure
ce2bf5fb1c
fix: validation of job card in stock entry
...
(cherry picked from commit df8c3f0888 )
2023-06-17 08:03:08 +00:00
mergify[bot]
59ab13c34f
fix: add validation for QI in PR (backport #35677 ) ( #35757 )
...
fix: add validation for QI in PR
(cherry picked from commit 2c1ab569a7 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-17 12:52:18 +05:30
Frappe PR Bot
7ffa6b4fbd
chore(release): Bumped to Version 14.27.6
...
## [14.27.6](https://github.com/frappe/erpnext/compare/v14.27.5...v14.27.6 ) (2023-06-17)
### Bug Fixes
* cannot start / stop Job Card (backport [#35753 ](https://github.com/frappe/erpnext/issues/35753 )) ([#35754 ](https://github.com/frappe/erpnext/issues/35754 )) ([19203bb ](19203bb87d ))
2023-06-17 06:58:24 +00:00
mergify[bot]
19203bb87d
fix: cannot start / stop Job Card (backport #35753 ) ( #35754 )
...
fix: cannot start / stop jobs
(cherry picked from commit 53ec2a9268 )
Co-authored-by: Anoop Kurungadam <anoop@earthianslive.com >
2023-06-17 12:18:01 +05:30
rohitwaghchaure
9792099cea
Merge pull request #35753 from akurungadam/jobcard-fix
...
fix: cannot start / stop Job Card
2023-06-17 12:04:49 +05:30
mergify[bot]
c11d950fc5
fix: incorrect stock value for purchase returned with rejected qty (backport #35747 ) ( #35752 )
...
fix: incorrect stock value for purchase returned with rejected qty
(cherry picked from commit 28dd758aa3 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-06-17 11:33:17 +05:30
Anoop Kurungadam
53ec2a9268
fix: cannot start / stop jobs
2023-06-17 11:21:03 +05:30
mergify[bot]
a0fc8e252c
perf: duplicate queries while checking prevdoc (backport #35746 ) ( #35749 )
...
perf: duplicate queries while checking prevdoc (#35746 )
These values can't change durning DB transaction AFAIK
(cherry picked from commit 6086d1a99d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 18:45:23 +05:30
mergify[bot]
632b67cbc8
perf: Duplicate queries for UOM (backport #35744 ) ( #35745 )
...
perf: Duplicate queries for UOM (#35744 )
This query repeats for every item, UOMs rarely if ever change
(cherry picked from commit 29da1db516 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 16:40:40 +05:30
s-aga-r
b261242792
fix(ux): set route options for new Batch
2023-06-16 16:28:49 +05:30
mergify[bot]
01ac54d65d
perf: Ignore cancelled pick lists while fetching picked items (backport #35737 ) ( #35740 )
...
perf: Ignore cancelled pick lists while fetching picked items (#35737 )
(cherry picked from commit 81f916b7d3 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 15:29:20 +05:30
mergify[bot]
0e57f4dd3c
perf: Index sales_order_item in Pick list item (backport #35735 ) ( #35736 )
...
* perf: Index sales_order_item in Pick list item (#35735 )
- `get_picked_items_qty` does full table scan
- because it also locks, it does full table lock.
(cherry picked from commit 07d748c290 )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-16 15:22:44 +05:30
rohitwaghchaure
7339e447bb
Merge pull request #35718 from frappe/mergify/bp/version-14-hotfix/pr-35711
...
fix: incorrect gl entries for standalone debit note (backport #35711 )
2023-06-16 13:46:16 +05:30
mergify[bot]
55a8be5cad
fix: Process Loss Report (backport #35712 ) ( #35719 )
...
fix: `Process Loss Report`
(cherry picked from commit d176d86e2c )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-15 19:42:53 +05:30
Sagar Sharma
3f62e854e5
fix: consider field precision while setting sle actual_qty ( #35717 )
2023-06-15 19:26:38 +05:30
rohitwaghchaure
697fcef98b
fix: conflicts
2023-06-15 19:14:41 +05:30
Rohit Waghchaure
e2c4e16d72
test: added test case
...
(cherry picked from commit f9f662679f )
2023-06-15 13:43:20 +00:00
Rohit Waghchaure
3355dc2a41
fix: incorrect gl entries for standalone debit note with update stock
...
(cherry picked from commit 6e198188ff )
# Conflicts:
# erpnext/controllers/buying_controller.py
2023-06-15 13:43:20 +00:00
mergify[bot]
77b0c5f722
fix: don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (backport #35714 ) ( #35715 )
...
fix: don't add GL Entry for Acc. Depr. while scrapping non-depreciable assets (#35714 )
fix: on asset scrap, don't add gl entry for acc. depr. if no acc. depr.
(cherry picked from commit bb39a2cac7 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-15 17:37:12 +05:30
Frappe PR Bot
138133e11d
chore(release): Bumped to Version 14.27.5
...
## [14.27.5](https://github.com/frappe/erpnext/compare/v14.27.4...v14.27.5 ) (2023-06-15)
### Bug Fixes
* typeerror on exchange rate revaluation ([d934dda ](d934dda410 ))
2023-06-15 08:10:29 +00:00
ruthra kumar
582ed2c7f1
Merge pull request #35706 from frappe/mergify/bp/version-14/pr-35701
...
fix: typeerror on exchange rate revaluation (backport #35701 )
2023-06-15 13:38:59 +05:30
ruthra kumar
d934dda410
fix: typeerror on exchange rate revaluation
...
(cherry picked from commit f8273f7db6 )
2023-06-15 06:55:03 +00:00
Frappe PR Bot
c774c14b13
chore(release): Bumped to Version 14.27.4
...
## [14.27.4](https://github.com/frappe/erpnext/compare/v14.27.3...v14.27.4 ) (2023-06-15)
### Bug Fixes
* update `Stock Reconciliation` diff qty while reposting (backport [#35700 ](https://github.com/frappe/erpnext/issues/35700 )) (backport [#35702 ](https://github.com/frappe/erpnext/issues/35702 )) ([#35703 ](https://github.com/frappe/erpnext/issues/35703 )) ([f3b7eed ](f3b7eedb25 ))
2023-06-15 06:34:31 +00:00
mergify[bot]
f3b7eedb25
fix: update Stock Reconciliation diff qty while reposting (backport #35700 ) (backport #35702 ) ( #35703 )
...
fix: update `Stock Reconciliation` diff qty while reposting
(cherry picked from commit 6a1b0a2fab )
(cherry picked from commit bdb5cc8ad4 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-06-15 11:46:28 +05:30
Sagar Sharma
9d1fac19e5
Merge pull request #35702 from frappe/mergify/bp/version-14-hotfix/pr-35700
...
fix: update `Stock Reconciliation` diff qty while reposting (backport #35700 )
2023-06-15 11:44:14 +05:30
s-aga-r
bdb5cc8ad4
fix: update Stock Reconciliation diff qty while reposting
...
(cherry picked from commit 6a1b0a2fab )
2023-06-15 06:13:10 +00:00
Frappe PR Bot
975010c987
chore(release): Bumped to Version 14.27.3
...
## [14.27.3](https://github.com/frappe/erpnext/compare/v14.27.2...v14.27.3 ) (2023-06-14)
### Bug Fixes
* reference error while using exchange rate revaluation ([aa7c81a ](aa7c81a0bc ))
2023-06-14 15:21:49 +00:00
ruthra kumar
1f6352532e
Merge pull request #35696 from frappe/mergify/bp/version-14/pr-35694
...
fix: reference error while using exchange rate revaluation (backport #35694 )
2023-06-14 20:50:16 +05:30
ruthra kumar
aa7c81a0bc
fix: reference error while using exchange rate revaluation
...
(cherry picked from commit cd538e138a )
2023-06-14 15:16:16 +00:00
Frappe PR Bot
08729b49e9
chore(release): Bumped to Version 14.27.2
...
## [14.27.2](https://github.com/frappe/erpnext/compare/v14.27.1...v14.27.2 ) (2023-06-14)
### Bug Fixes
* `enqueue_after_commit` wherever it makes sense (backport [#35588 ](https://github.com/frappe/erpnext/issues/35588 )) ([#35590 ](https://github.com/frappe/erpnext/issues/35590 )) ([e505516 ](e5055160fb ))
* `TypeError` in Closing Stock Balance ([32e5bbb ](32e5bbbb46 ))
* **accounts:** validate payment entry references with latest data. ([#31166 ](https://github.com/frappe/erpnext/issues/31166 )) ([4add1b4 ](4add1b4374 ))
* added process loss in job card ([6a21d61 ](6a21d617ce ))
* allow user to set rounding loss allowance for accounts balance ([cf14858 ](cf14858909 ))
* attribute error on payment reconciliation tool ([25b3c77](25b3c7736b ))
* based on status_update.py update opportunity status to converted… ([#35145 ](https://github.com/frappe/erpnext/issues/35145 )) ([dee8275 ](dee82754ab ))
* calculate wdv depr schedule properly for existing assets [v14] ([#35613 ](https://github.com/frappe/erpnext/issues/35613 )) ([feb5d00 ](feb5d0089b ))
* conflicts ([2060a00 ](2060a003c8 ))
* CSS not applied to product title ([#35630 ](https://github.com/frappe/erpnext/issues/35630 )) ([2cf871c ](2cf871c21e ))
* don't set default payment amount in case of invoice return ([#35645 ](https://github.com/frappe/erpnext/issues/35645 )) ([79483cc ](79483cc90e ))
* Lower deduction certificate not getting applied ([#35667 ](https://github.com/frappe/erpnext/issues/35667 )) ([6f59fa9 ](6f59fa9e5b ))
* Make difference entry button not working ([#35622 ](https://github.com/frappe/erpnext/issues/35622 )) ([043815e ](043815e745 ))
* make showing taxes as table in print configurable (backport [#35672 ](https://github.com/frappe/erpnext/issues/35672 )) ([#35678 ](https://github.com/frappe/erpnext/issues/35678 )) ([f39ae9d ](f39ae9dbb1 ))
* Payment against credit notes will be considered as payment against parent invoice in Accounts Receivable/Payable report ([#35642 ](https://github.com/frappe/erpnext/issues/35642 )) ([81ef2ba ](81ef2babe9 ))
* Project in item-wise sales register ([#35596 ](https://github.com/frappe/erpnext/issues/35596 )) ([7737b90 ](7737b9061f ))
* Stock Reconciliation document update while reposting ([8b617fb ](8b617fb75e ))
* test case ([7af0380 ](7af03800c9 ))
* Update de.csv ([#35278 ](https://github.com/frappe/erpnext/issues/35278 )) ([2077f6e ](2077f6e89c ))
* Validation for delivery date in Sales Order ([#35597 ](https://github.com/frappe/erpnext/issues/35597 )) ([4a8ce22 ](4a8ce226f6 ))
2023-06-14 05:06:16 +00:00
Deepesh Garg
a02469f09c
Merge pull request #35664 from frappe/version-14-hotfix
...
chore: release v14
2023-06-14 10:34:24 +05:30
mergify[bot]
4a8ce226f6
fix: Validation for delivery date in Sales Order ( #35597 )
...
fix: Validation for delivery date in Sales Order (#35597 )
* fix: Validation for delivery date in Sales Order
* chore: update utils
* chore: revert
* chore: Add default delivery date
(cherry picked from commit 984f89d274 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-14 09:01:38 +05:30
mergify[bot]
6f59fa9e5b
fix: Lower deduction certificate not getting applied ( #35667 )
...
* fix: Lower deduction certificate not getting applied (#35667 )
(cherry picked from commit 937c0feefe )
# Conflicts:
# erpnext/accounts/doctype/tax_withholding_category/tax_withholding_category.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-14 09:01:04 +05:30
mergify[bot]
f39ae9dbb1
fix: make showing taxes as table in print configurable (backport #35672 ) ( #35678 )
...
* fix: make showing taxes as table in print configurable (#35672 )
(cherry picked from commit 491a50a027 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
* chore: fix conflict
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-06-13 20:44:05 +05:30
mergify[bot]
4add1b4374
fix(accounts): validate payment entry references with latest data. ( #31166 )
...
fix(accounts): validate payment entry references with latest data. (#31166 )
* test: payment entry over allocation.
* fix: validate allocated_amount against latest outstanding amount.
* fix: payment entry get outstanding documents for advance payments
* fix: only fetch latest outstanding_amount.
* fix: throw if reference is allocated
* test: throw error if a reference has been partially allocated after inital creation.
* chore: test name
* fix: remove unused part of test
* chore: linter
* chore: more user friendly error messages
* fix: only validate outstanding amount if partly paid and don't filter by cost center
* chore: minor refactor for doc.cost_center
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 20de27d480 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-06-13 19:47:20 +05:30
mergify[bot]
dffa682b80
Stock aging report fix when called in dashboard chart (backport #35671 ) ( #35675 )
...
fix: get_range_age conditions fixed (#35671 )
see https://github.com/frappe/erpnext/issues/35669
(cherry picked from commit 9f669d4c2f )
Co-authored-by: Hossein Yousefian <86075967+ihosseinu@users.noreply.github.com >
2023-06-13 19:22:25 +05:30
rohitwaghchaure
74ffb1d59c
Merge pull request #35658 from frappe/mergify/bp/version-14-hotfix/pr-35629
...
fix: added process loss in job card (backport #35629 )
2023-06-13 11:52:52 +05:30
rohitwaghchaure
2060a003c8
fix: conflicts
2023-06-13 11:22:59 +05:30
ruthra kumar
9d18b40fb0
Merge pull request #35661 from frappe/mergify/bp/version-14-hotfix/pr-35659
...
fix: attribute error on payment reconciliation tool (backport #35659 )
2023-06-13 10:44:51 +05:30
ruthra kumar
25b3c7736b
fix: attribute error on payment reconciliation tool
...
(cherry picked from commit bada5796fa )
2023-06-13 04:47:20 +00:00
ruthra kumar
6a08d04706
Merge pull request #35660 from frappe/mergify/bp/version-14-hotfix/pr-35620
...
fix: allow higher debit-credit diff tolerance in Exchange Rate Revaluation (backport #35620 )
2023-06-13 10:16:47 +05:30
ruthra kumar
cf14858909
fix: allow user to set rounding loss allowance for accounts balance
...
(cherry picked from commit 96a0132501 )
2023-06-13 04:16:55 +00:00
Rohit Waghchaure
7af03800c9
fix: test case
...
(cherry picked from commit 0382eecff4 )
2023-06-12 17:59:56 +00:00
Rohit Waghchaure
6a21d617ce
fix: added process loss in job card
...
(cherry picked from commit e9a6191af9 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.json
2023-06-12 17:59:56 +00:00
Sagar Sharma
48c2c82dc4
Merge pull request #35649 from frappe/mergify/bp/version-14-hotfix/pr-35646
...
fix: Stock Reconciliation document update while reposting (backport #35646 )
2023-06-12 18:45:12 +05:30
s-aga-r
8b617fb75e
fix: Stock Reconciliation document update while reposting
...
(cherry picked from commit db159dd11f )
2023-06-12 13:13:17 +00:00
Anand Baburajan
79483cc90e
fix: don't set default payment amount in case of invoice return ( #35645 )
2023-06-12 18:34:13 +05:30
mergify[bot]
81ef2babe9
fix: Payment against credit notes will be considered as payment against parent invoice in Accounts Receivable/Payable report ( #35642 )
...
fix: Payment against credit notes will be considered as payment against parent invoice in Accounts Receivable/Payable report (#35642 )
* fix: payment against credit note should be linked to parent invoice
* test: AR/AP report for payment against cr note scenario
* fix: cr_note shows up as outstanding invoice
Payment made against cr_note causes it be reported as outstanding invoice
(cherry picked from commit 42f4f80e0c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-06-12 18:06:26 +05:30
mergify[bot]
043815e745
fix: Make difference entry button not working ( #35622 )
...
fix: Make difference entry button not working (#35622 )
(cherry picked from commit 2f24546b21 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-12 15:35:48 +05:30
Trusted Computer
2cf871c21e
fix: CSS not applied to product title ( #35630 )
2023-06-11 19:35:24 +05:30
Frappe PR Bot
0ccb5a34bd
chore(release): Bumped to Version 14.27.1
...
## [14.27.1](https://github.com/frappe/erpnext/compare/v14.27.0...v14.27.1 ) (2023-06-09)
### Bug Fixes
* calculate wdv depr schedule properly for existing assets [v14] ([#35613 ](https://github.com/frappe/erpnext/issues/35613 )) ([a630db1 ](a630db1b21 ))
2023-06-09 16:55:54 +00:00
Anand Baburajan
8372f038c0
Merge pull request #35628 from frappe/mergify/bp/version-14/pr-35613
...
fix: calculate wdv depr schedule properly for existing assets [v14] (backport #35613 )
2023-06-09 22:24:24 +05:30
Anand Baburajan
a630db1b21
fix: calculate wdv depr schedule properly for existing assets [v14] ( #35613 )
...
* fix: calculate wdv depr schedule properly for existing assets
* fix: calculate wdv depr schedule properly for existing assets properly
(cherry picked from commit feb5d0089b )
2023-06-09 16:28:14 +00:00
Sagar Sharma
a59dffe42a
Merge pull request #35619 from frappe/mergify/bp/version-14-hotfix/pr-35617
...
fix: `TypeError` in Closing Stock Balance (backport #35617 )
2023-06-09 12:24:27 +05:30
s-aga-r
32e5bbbb46
fix: TypeError in Closing Stock Balance
...
(cherry picked from commit 446253ff39 )
2023-06-09 06:07:07 +00:00
Anand Baburajan
feb5d0089b
fix: calculate wdv depr schedule properly for existing assets [v14] ( #35613 )
...
* fix: calculate wdv depr schedule properly for existing assets
* fix: calculate wdv depr schedule properly for existing assets properly
2023-06-08 23:16:28 +05:30
mergify[bot]
059141df52
refactor: get default contact or address ( #35248 )
...
refactor: get default contact or address (#35248 )
* refactor: get_party_shipping_address
* refactor: get_default_contact
* chore: adding docstrings
* fix: keep original order
* fix: use get_all instead of get_list
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
(cherry picked from commit b91bb17779 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-06-08 22:04:13 +05:30
mergify[bot]
29e079d5d6
refactor: use delete_contact_and_address ( #34497 )
...
refactor: use delete_contact_and_address (#34497 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 0dde4d4c69 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-06-08 19:59:22 +05:30
mergify[bot]
7737b9061f
fix: Project in item-wise sales register ( #35596 )
...
fix: Project in item-wise sales register (#35596 )
(cherry picked from commit f732cac678 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-07 22:36:31 +05:30
mergify[bot]
2077f6e89c
fix: Update de.csv ( #35278 )
...
fix: Update de.csv (#35278 )
added many fixes on the base of 'No' which is often wrongly translated to 'Kein'.
Also removed translation of Naming Seris like ACC-INV-.YYYY.- to ACC-INV-.YYYY.-
(cherry picked from commit c236979508 )
Co-authored-by: Wolfram Schmidt <wolfram.schmidt@phamos.eu >
2023-06-07 22:04:14 +05:30
mergify[bot]
dee82754ab
fix: based on status_update.py update opportunity status to converted… ( #35145 )
...
fix: based on status_update.py update opportunity status to converted… (#35145 )
fix: based on status_update.py update opportunity status to converted on sales submit
(cherry picked from commit a9a47a51e4 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-06-07 22:02:03 +05:30
mergify[bot]
e5055160fb
fix: enqueue_after_commit wherever it makes sense (backport #35588 ) ( #35590 )
...
fix: `enqueue_after_commit` wherever it makes sense (#35588 )
(cherry picked from commit 4507cb3cd7 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-06-07 15:27:45 +05:30
Ankush Menat
a8ac2a088d
chore: extend default role profiles
...
(cherry picked from commit 0166f69b31 )
2023-06-07 15:10:20 +05:30
Frappe PR Bot
0dd16fc97d
chore(release): Bumped to Version 14.27.0
...
# [14.27.0](https://github.com/frappe/erpnext/compare/v14.26.0...v14.27.0 ) (2023-06-07)
### Bug Fixes
* add validation for existing Serial No Manufactured/Received again ([#35534 ](https://github.com/frappe/erpnext/issues/35534 )) ([4ed701b ](4ed701b477 ))
* get party details ([c7391c8 ](c7391c8a0f ))
* higher precision makes ERR to misjudge zero bal acc as non-zero ([456c336 ](456c336899 ))
* ignore `Non-Stock Item` mapping in Pick List ([200166b ](200166bc24 ))
* ignore `Non-Stock Item` while calculating `% Picked` in Sales Order ([c0d8271 ](c0d82710b7 ))
* Interest Accrual on Loan Topup ([#35555 ](https://github.com/frappe/erpnext/issues/35555 )) ([6140f13 ](6140f13f3a ))
* missing bom details in the stock entry ([2ee0229 ](2ee0229751 ))
* **regional:** allow regional override for updating gl_dict ([#35550 ](https://github.com/frappe/erpnext/issues/35550 )) ([57b502b ](57b502b9de ))
* Task gantt popup style ([20e2242 ](20e224224b ))
* update `Stock Reconciliation` document while reposting ([cc95ced ](cc95cedfee ))
* **ux:** throw if no row selected to create repost entries (backport [#35503 ](https://github.com/frappe/erpnext/issues/35503 )) ([#35504 ](https://github.com/frappe/erpnext/issues/35504 )) ([5ba5fb1 ](5ba5fb1b1c ))
### Features
* ability to create quotation against a prospect ([d82d159 ](d82d1597ac ))
2023-06-07 06:18:29 +00:00
Deepesh Garg
35d488d909
Merge pull request #35571 from frappe/version-14-hotfix
...
chore: release v14
2023-06-07 11:46:26 +05:30
Deepesh Garg
0e82932de1
Merge branch 'version-14' into version-14-hotfix
2023-06-07 10:45:44 +05:30
mergify[bot]
7798bab0d8
chore: Default role profiles ( #35584 )
...
chore: Default role profiles (#35584 )
(cherry picked from commit 76197cc437 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-07 10:30:28 +05:30
mergify[bot]
6140f13f3a
fix: Interest Accrual on Loan Topup ( #35555 )
...
fix: Interest Accrual on Loan Topup (#35555 )
* fix: Interest Accrual on Loan Topup
* chore: CI
* chore: Ignore test
(cherry picked from commit 2ffcca6f10 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-06-07 10:12:12 +05:30
Nabin Hait
c7c1a6e501
Merge pull request #35579 from frappe/mergify/bp/version-14-hotfix/pr-35572
...
feat: ability to create quotation against a prospect (backport #35572 )
2023-06-06 21:55:48 +05:30
Nabin Hait
c7391c8a0f
fix: get party details
...
(cherry picked from commit 5a0aacc0b6 )
2023-06-06 16:25:11 +00:00
Nabin Hait
d82d1597ac
feat: ability to create quotation against a prospect
...
(cherry picked from commit 47ce6de57d )
2023-06-06 16:25:11 +00:00
Sagar Vora
307fadc8e2
Merge pull request #35560 from frappe/mergify/bp/version-14-hotfix/pr-35550
...
fix(regional): allow regional override for updating gl_dict (backport #35550 )
2023-06-05 13:58:03 +05:30
Smit Vora
57b502b9de
fix(regional): allow regional override for updating gl_dict ( #35550 )
...
(cherry picked from commit b1ef19a0cd )
2023-06-05 08:27:44 +00:00
Sagar Sharma
5b92334e95
Merge pull request #35544 from frappe/mergify/bp/version-14-hotfix/pr-35510
...
fix: ignore `Non-Stock Item` while calculating `% Picked` in Sales Order (backport #35510 )
2023-06-03 11:52:19 +05:30
s-aga-r
c0d82710b7
fix: ignore Non-Stock Item while calculating % Picked in Sales Order
...
(cherry picked from commit 0305a925fe )
2023-06-03 05:48:53 +00:00
s-aga-r
200166bc24
fix: ignore Non-Stock Item mapping in Pick List
...
(cherry picked from commit 03d7742737 )
2023-06-03 05:48:52 +00:00
Sagar Sharma
4ed701b477
fix: add validation for existing Serial No Manufactured/Received again ( #35534 )
...
* feat: add new field `Allow existing Serial No` in `Stock Settings`
* fix: add validation for existing Serial No to be Manufactured/Received again
2023-06-03 11:15:55 +05:30
Suraj Shetty
9e71f3263d
Merge pull request #35531 from frappe/mergify/bp/version-14-hotfix/pr-35530
...
fix: Task gantt popup style and info (backport #35530 )
2023-06-02 11:10:46 +05:30
Suraj Shetty
20e224224b
fix: Task gantt popup style
...
(cherry picked from commit f7b2d103e7 )
2023-06-02 05:39:53 +00:00
rohitwaghchaure
90c79cb24f
Merge pull request #35481 from s-aga-r/FIX-ISS-23-24-01138
...
fix: update `Stock Reconciliation` document while reposting
2023-06-01 21:23:14 +05:30
ruthra kumar
114cb98b8e
Merge pull request #35362 from frappe/mergify/bp/version-14-hotfix/pr-35299
...
refactor: replace join with subquery in PCV (backport #35299 )
2023-06-01 15:43:37 +05:30
ruthra kumar
4a62252e7e
Merge pull request #35521 from frappe/mergify/bp/version-14-hotfix/pr-35518
...
fix:higher precision causes ERR to misjudge zero bal acc as non-zero (backport #35518 )
2023-06-01 15:39:50 +05:30
ruthra kumar
a6a7cc24a4
Merge pull request #35519 from frappe/mergify/bp/version-14-hotfix/pr-35112
...
refactor(Gross Profit): simplify group by invoice logic (backport #35112 )
2023-06-01 15:12:48 +05:30
ruthra kumar
456c336899
fix: higher precision makes ERR to misjudge zero bal acc as non-zero
...
(cherry picked from commit 0cd47f07a6 )
2023-06-01 09:29:46 +00:00
mergify[bot]
caf886d4a6
chore: typo in pricing rule schema ( #35457 )
...
chore: typo in pricing rule schema (#35457 )
2023-06-01 14:41:43 +05:30
ruthra kumar
e29ce12a58
refactor: simplify group by invoice logic
...
(cherry picked from commit 092c4b4c58 )
2023-06-01 09:05:35 +00:00
mergify[bot]
1e09a020a9
refactor: Workspace cleanup (backport #35409 ) ( #35512 )
...
refactor: Workspace cleanup (backport #35409 ) (#35505 )
* refactor: Workspace cleanup
(cherry picked from commit 243c49c550 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
# erpnext/assets/workspace/assets/assets.json
* fix: Delete Retail and Utilities worspaces amd hide default Settings and Integration workspaces
(cherry picked from commit 0b28f641ad )
* fix: Added pos links in Selling workspace
(cherry picked from commit 86f88817a9 )
* fix: removed duplicate links of manufacturing workspace
(cherry picked from commit 5cf4c8c8b7 )
* fix: Rearranged accounting module links
(cherry picked from commit e78a7de1e5 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
* chore: typo
(cherry picked from commit bb67cc03df )
* chore: conflicts
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit 841d2e4b2c )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-06-01 11:57:07 +05:30
rohitwaghchaure
6835efa132
Merge pull request #35506 from frappe/mergify/bp/version-14-hotfix/pr-35482
...
fix: missing bom details in the stock entry (backport #35482 )
2023-05-31 18:02:46 +05:30
Rohit Waghchaure
2ee0229751
fix: missing bom details in the stock entry
...
(cherry picked from commit 2fc7d82324 )
2023-05-31 12:00:05 +00:00
s-aga-r
5c9506c8ca
test: add test case for update stock reconciliation doc
2023-05-31 16:59:53 +05:30
s-aga-r
cc95cedfee
fix: update Stock Reconciliation document while reposting
2023-05-31 16:59:53 +05:30
mergify[bot]
841d2e4b2c
refactor: Workspace cleanup (backport #35409 ) ( #35505 )
...
* refactor: Workspace cleanup
(cherry picked from commit 243c49c550 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
# erpnext/assets/workspace/assets/assets.json
* fix: Delete Retail and Utilities worspaces amd hide default Settings and Integration workspaces
(cherry picked from commit 0b28f641ad )
* fix: Added pos links in Selling workspace
(cherry picked from commit 86f88817a9 )
* fix: removed duplicate links of manufacturing workspace
(cherry picked from commit 5cf4c8c8b7 )
* fix: Rearranged accounting module links
(cherry picked from commit e78a7de1e5 )
# Conflicts:
# erpnext/accounts/workspace/accounting/accounting.json
* chore: typo
(cherry picked from commit bb67cc03df )
* chore: conflicts
---------
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-31 16:51:54 +05:30
mergify[bot]
5ba5fb1b1c
fix(ux): throw if no row selected to create repost entries (backport #35503 ) ( #35504 )
...
fix(ux): throw if no row selected to create repost entries
(cherry picked from commit 1905239ec2 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-05-31 16:37:52 +05:30
Sagar Vora
9fc798efc0
Merge pull request #35501 from frappe/mergify/bp/version-14-hotfix/pr-35500
2023-05-31 14:46:06 +05:30
Sagar Vora
b10dfba931
chore: remove whitelisting for method not accessed from UI
...
(cherry picked from commit 517d8a03ec )
2023-05-31 09:15:46 +00:00
Frappe PR Bot
69b214b85b
chore(release): Bumped to Version 14.26.0
...
# [14.26.0](https://github.com/frappe/erpnext/compare/v14.25.1...v14.26.0 ) (2023-05-31)
### Bug Fixes
* account group totals calculation to consider include_in_gross ([8dcb930 ](8dcb9302b4 ))
* add total col for gross and net profit ([cb9b4fb ](cb9b4fbb91 ))
* available qty not fetching for raw material in PP ([746a734 ](746a734257 ))
* balance quantity ([56ba7d6 ](56ba7d6a8a ))
* Billing Address display in buying transactions ([#35451 ](https://github.com/frappe/erpnext/issues/35451 )) ([33e8d05 ](33e8d05718 ))
* don't map items twice ([6f0c7cf ](6f0c7cf9a4 ))
* Error while validating budget ([#35487 ](https://github.com/frappe/erpnext/issues/35487 )) ([5fd00e7 ](5fd00e7113 ))
* **Gross Profit:** 'company' column is ambiguous in filter ([a59c205 ](a59c205d2e ))
* incorrect `POS Reserved Qty` in `Stock Projected Qty` Report ([71e4f34 ](71e4f34b86 ))
* incorrect available quantity in BIN ([5a9452f ](5a9452f4a3 ))
* incorrect transferred qty in the job card ([#35478 ](https://github.com/frappe/erpnext/issues/35478 )) ([86801c2 ](86801c29cb ))
* make DN item reference mandatory for Packing Slip Item ([b4e481a ](b4e481a390 ))
* map `Packed Items` while creating `Packing Slip` ([984e32c ](984e32c34a ))
* monthly WDV depr schedule for existing assets [v14] ([#35458 ](https://github.com/frappe/erpnext/issues/35458 )) ([37d437a ](37d437a33c ))
* Negative value in Reserved Qty for Production Plan ([6fe42c9 ](6fe42c937c ))
* Packing Slip Item Qty ([5345ebe ](5345ebe242 ))
* **patch:** add patch to set `packed_qty` in draft DN ([b3da2f7 ](b3da2f7c26 ))
* rate not fetching properly for inter transfer purchase order ([7b75f45 ](7b75f454d3 ))
* remove duplicate items validation ([c7628c9 ](c7628c98c5 ))
* retention stock entry: grab conversion factor from source ([bd75584 ](bd75584c27 ))
* Show future payments in accounts receivable summary ([#35416 ](https://github.com/frappe/erpnext/issues/35416 )) ([11440cc ](11440cca4c ))
* Stock Analytics and Warehouse wise Item Balance Age and Value issue ([2058993 ](205899348a ))
* stock onboarding (backport [#35453 ](https://github.com/frappe/erpnext/issues/35453 )) ([#35480 ](https://github.com/frappe/erpnext/issues/35480 )) ([d231b19 ](d231b19b9f ))
* tab-uniformity (backport [#35400 ](https://github.com/frappe/erpnext/issues/35400 )) ([#35402 ](https://github.com/frappe/erpnext/issues/35402 )) ([989052c ](989052c075 ))
* travis ([fe1e2fe ](fe1e2fec7a ))
* update `Packed Qty` in DN on submit and cancel of `Packing Slip` ([0bed062 ](0bed06284e ))
* **ux:** don't show `Create > Packing Slip` button if items are already packed ([9854c84 ](9854c84ad8 ))
* **ux:** get items on selecting DN in Packing Slip ([b96aa75 ](b96aa75ded ))
* **ux:** remove `Get Items` button from `Packing Slip` ([4017342 ](4017342c15 ))
* validate Packing Slip Item Qty with DN Items ([cc7e267 ](cc7e267c35 ))
### Features
* add field `Packed Qty` in `Delivery Note Item` and `Packed Item` ([509b684 ](509b68404c ))
* add field `pi_detail` in `Packing Slip` ([2b75474 ](2b75474649 ))
2023-05-31 06:16:00 +00:00
Deepesh Garg
10afde75da
Merge pull request #35473 from frappe/version-14-hotfix
...
chore: release v14
2023-05-31 11:44:01 +05:30
mergify[bot]
33e8d05718
fix: Billing Address display in buying transactions ( #35451 )
...
fix: Billing Address display in buying transactions (#35451 )
(cherry picked from commit bb21c044f6 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-05-31 11:03:49 +05:30
mergify[bot]
5fd00e7113
fix: Error while validating budget ( #35487 )
...
fix: Error while validating budget (#35487 )
* fix: Error while validating budget
* chore: remove print statement
(cherry picked from commit 27d5e6a99b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-05-31 11:02:14 +05:30
mergify[bot]
86801c29cb
fix: incorrect transferred qty in the job card ( #35478 )
...
fix: incorrect transfer quantity in the job card
(cherry picked from commit d3a5e49db9 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-05-31 08:45:02 +05:30
Ankush Menat
c17e537bb6
chore: trigger ci
2023-05-30 19:00:40 +05:30
mergify[bot]
d231b19b9f
fix: stock onboarding (backport #35453 ) ( #35480 )
...
* fix: stock settings tour
- remove dead fields
- Keep only essential fields in tour
(cherry picked from commit 2e13fbab5e )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
* fix: hide ledger button on new warehouse
(cherry picked from commit 7a18db561f )
* fix: warehouse form cleanup
- organize fields
- group transit fields and move them lower
- enable/disable should be button
- hide pointless fields from listview
(cherry picked from commit 40ce33dff1 )
* fix: disable/enable with button
(cherry picked from commit 81e901ba62 )
* fix: warehouse tour
- remove warehouse type, it doesn't do what it says. Misleading.
(cherry picked from commit aa9f926298 )
* fix: filter parent warehouses by company
(cherry picked from commit 3341cd6b80 )
* fix: reorder stock reco tour
(cherry picked from commit dd245ccc7f )
* fix: replace stock projected with ledger
Ledger is much more widely used report, better to show that first?
(cherry picked from commit 8fe8f80033 )
* chore: docs for stock settings
[skip ci]
(cherry picked from commit 964bb1d948 )
# Conflicts:
# erpnext/stock/doctype/stock_settings/stock_settings.json
* chore: conflicts
---------
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-30 18:42:07 +05:30
rohitwaghchaure
09d3a98873
Merge pull request #35466 from frappe/mergify/bp/version-14-hotfix/pr-35465
...
fix: rate not fetching properly for inter transfer purchase order (backport #35465 )
2023-05-30 11:49:30 +05:30
Sagar Sharma
a6f334a15e
Merge pull request #35467 from frappe/mergify/bp/version-14-hotfix/pr-35459
...
fix: retention stock entry: grab conversion factor from source (backport #35459 )
2023-05-30 11:35:55 +05:30
Marc de Lima Lucio
bd75584c27
fix: retention stock entry: grab conversion factor from source
...
(cherry picked from commit 6954f538c9 )
2023-05-30 05:36:33 +00:00
Rohit Waghchaure
7b75f454d3
fix: rate not fetching properly for inter transfer purchase order
...
(cherry picked from commit 2931c657f4 )
2023-05-30 03:45:03 +00:00
Anand Baburajan
37d437a33c
fix: monthly WDV depr schedule for existing assets [v14] ( #35458 )
...
* fix: monthly wdv depr schedule for existing assets
* fix: monthly wdv depr schedule for existing assets properly
2023-05-29 23:17:59 +05:30
mergify[bot]
11440cca4c
fix: Show future payments in accounts receivable summary ( #35416 )
...
fix: Show future payments in accounts receivable summary (#35416 )
(cherry picked from commit 3504bf7f62 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2023-05-29 09:52:48 +05:30
Sagar Sharma
3673104949
Merge pull request #35443 from frappe/mergify/bp/version-14-hotfix/pr-35437
...
fix: incorrect `POS Reserved Qty` in `Stock Projected Qty` Report (backport #35437 )
2023-05-28 16:18:29 +05:30
Sagar Sharma
71e4f34b86
fix: incorrect POS Reserved Qty in Stock Projected Qty Report
...
(cherry picked from commit 027de41600 )
2023-05-28 09:35:34 +00:00
rohitwaghchaure
0a9c764f31
Merge pull request #35436 from frappe/mergify/bp/version-14-hotfix/pr-35426
...
fix: incorrect available quantity in BIN (backport #35426 )
2023-05-27 12:46:02 +05:30
Rohit Waghchaure
fe1e2fec7a
fix: travis
...
(cherry picked from commit 718ad3f240 )
2023-05-26 17:18:40 +00:00
Rohit Waghchaure
5a9452f4a3
fix: incorrect available quantity in BIN
...
(cherry picked from commit 9e5e2de5d5 )
2023-05-26 17:18:39 +00:00
Sagar Sharma
e251180c1a
Merge pull request #35427 from frappe/mergify/bp/version-14-hotfix/pr-35108
...
refactor: Packing Slip (backport #35108 )
2023-05-26 00:55:06 +05:30
Sagar Sharma
f5b2b80707
chore: conflict
2023-05-26 00:26:14 +05:30
Sagar Sharma
b3da2f7c26
fix(patch): add patch to set packed_qty in draft DN
...
(cherry picked from commit 196e18187f )
2023-05-25 18:24:56 +00:00
s-aga-r
ca6607e800
refactor: use get_product_bundle_list() to get all product bundle at once
...
(cherry picked from commit bbcb65894b )
2023-05-25 18:24:56 +00:00
s-aga-r
70857bf157
test: add test case for packed qty validation on DN submit
...
(cherry picked from commit ba61292dfc )
2023-05-25 18:24:56 +00:00
s-aga-r
dd7e5e019f
refactor: validate_packed_qty()
...
(cherry picked from commit 699532647d )
2023-05-25 18:24:55 +00:00
s-aga-r
7105648468
refactor(minor): use set_onload to get unpacked items details
...
(cherry picked from commit b0eb9ea7bd )
2023-05-25 18:24:55 +00:00
s-aga-r
1ead0a3fef
test: add test cases for Packing Slip
...
(cherry picked from commit 7742c592c5 )
2023-05-25 18:24:55 +00:00
s-aga-r
9854c84ad8
fix(ux): don't show Create > Packing Slip button if items are already packed
...
(cherry picked from commit da00fc0f16 )
2023-05-25 18:24:55 +00:00
s-aga-r
4017342c15
fix(ux): remove Get Items button from Packing Slip
...
(cherry picked from commit 8d1bccada4 )
2023-05-25 18:24:54 +00:00
s-aga-r
b96aa75ded
fix(ux): get items on selecting DN in Packing Slip
...
(cherry picked from commit e75aa4e291 )
2023-05-25 18:24:54 +00:00
s-aga-r
1412c63158
refactor: move js validations to py
...
(cherry picked from commit 269cc96c41 )
2023-05-25 18:24:54 +00:00
s-aga-r
cc7e267c35
fix: validate Packing Slip Item Qty with DN Items
...
(cherry picked from commit 90701c7ae9 )
2023-05-25 18:24:54 +00:00
s-aga-r
b4e481a390
fix: make DN item reference mandatory for Packing Slip Item
...
(cherry picked from commit 9e5b102768 )
2023-05-25 18:24:54 +00:00
s-aga-r
5345ebe242
fix: Packing Slip Item Qty
...
(cherry picked from commit 372bce4567 )
2023-05-25 18:24:54 +00:00
s-aga-r
19713f9f6f
chore: enable no_copy for dn_detail and pi_detail in Packing Slip Item
...
(cherry picked from commit 0add90e7ec )
2023-05-25 18:24:53 +00:00
s-aga-r
0bed06284e
fix: update Packed Qty in DN on submit and cancel of Packing Slip
...
(cherry picked from commit 77f1e8ce78 )
2023-05-25 18:24:53 +00:00
s-aga-r
509b68404c
feat: add field Packed Qty in Delivery Note Item and Packed Item
...
(cherry picked from commit e6fc281acf )
# Conflicts:
# erpnext/stock/doctype/delivery_note_item/delivery_note_item.json
2023-05-25 18:24:53 +00:00
s-aga-r
6f0c7cf9a4
fix: don't map items twice
...
* don't explicitly map Delivery Note Item custom fields to Packing Slip Item, get auto-mapped while mapping the doc.
* call Packing List `set_missing_values` after mapping the doc.
* refactor `get_recommended_case_no`, use `frappe.db.get_value` instead of `frappe.db.sql`.
(cherry picked from commit 75fe9dd3ea )
2023-05-25 18:24:53 +00:00
s-aga-r
c7628c98c5
fix: remove duplicate items validation
...
(cherry picked from commit ee9f97ca7c )
2023-05-25 18:24:52 +00:00
s-aga-r
0c7efae858
refactor: packing_slip.js
...
(cherry picked from commit b62bf78814 )
2023-05-25 18:24:52 +00:00
s-aga-r
984e32c34a
fix: map Packed Items while creating Packing Slip
...
(cherry picked from commit 380dd73065 )
2023-05-25 18:24:52 +00:00
s-aga-r
2b75474649
feat: add field pi_detail in Packing Slip
...
(cherry picked from commit eca77134ae )
2023-05-25 18:24:52 +00:00
Sagar Sharma
eb5cc2cf66
Merge pull request #35424 from frappe/mergify/bp/version-14-hotfix/pr-35422
...
chore: typo in stock balance (backport #35422 )
2023-05-25 17:23:18 +05:30
Sagar Sharma
10a1681e87
chore: typo in stock balance
...
(cherry picked from commit c4e1f927ee )
2023-05-25 11:52:50 +00:00
ruthra kumar
54fac5786a
Merge pull request #35419 from frappe/mergify/bp/version-14-hotfix/pr-35417
...
fix(Gross Profit): 'company' column is ambiguous in filter (backport #35417 )
2023-05-25 16:44:45 +05:30
ruthra kumar
a59c205d2e
fix(Gross Profit): 'company' column is ambiguous in filter
...
(cherry picked from commit 448712f719 )
2023-05-25 09:37:24 +00:00
Deepesh Garg
151b599808
Merge pull request #35320 from akurungadam/gross-and-net-profit-fix
...
fix: Gross and Net Profit Report - incorrect calculation of totals
2023-05-25 14:43:10 +05:30
Frappe PR Bot
eb723637d3
chore(release): Bumped to Version 14.25.1
...
## [14.25.1](https://github.com/frappe/erpnext/compare/v14.25.0...v14.25.1 ) (2023-05-25)
### Bug Fixes
* Negative value in Reserved Qty for Production Plan ([20ceb6c ](20ceb6c617 ))
2023-05-25 06:54:14 +00:00
rohitwaghchaure
aba322e086
Merge pull request #35414 from frappe/mergify/bp/version-14/pr-35411
...
fix: Negative value in Reserved Qty for Production Plan (backport #35410 ) (backport #35411 )
2023-05-25 12:21:59 +05:30
Rohit Waghchaure
20ceb6c617
fix: Negative value in Reserved Qty for Production Plan
...
(cherry picked from commit a37608a36c )
(cherry picked from commit 6fe42c937c )
2023-05-25 04:37:18 +00:00
rohitwaghchaure
591b7705ac
Merge pull request #35411 from frappe/mergify/bp/version-14-hotfix/pr-35410
...
fix: Negative value in Reserved Qty for Production Plan (backport #35410 )
2023-05-24 22:57:21 +05:30
rohitwaghchaure
7163d7d27f
Merge pull request #35413 from frappe/mergify/bp/version-14-hotfix/pr-35348
...
refactor: stock balance report (backport #35348 )
2023-05-24 22:56:59 +05:30
Rohit Waghchaure
205899348a
fix: Stock Analytics and Warehouse wise Item Balance Age and Value issue
...
(cherry picked from commit 3f548ac910 )
2023-05-24 14:16:56 +00:00
Rohit Waghchaure
56ba7d6a8a
fix: balance quantity
...
(cherry picked from commit 545b2d32cd )
2023-05-24 14:16:56 +00:00
Rohit Waghchaure
9fcfab219c
refactor: stock balance report
...
(cherry picked from commit d9979b2ffb )
2023-05-24 14:16:56 +00:00
Rohit Waghchaure
6fe42c937c
fix: Negative value in Reserved Qty for Production Plan
...
(cherry picked from commit a37608a36c )
2023-05-24 13:39:03 +00:00
rohitwaghchaure
1fe22f0fcf
Merge pull request #35406 from frappe/mergify/bp/version-14-hotfix/pr-35405
...
fix: available qty not fetching for raw material in PP (backport #35405 )
2023-05-24 17:29:39 +05:30
Rohit Waghchaure
746a734257
fix: available qty not fetching for raw material in PP
...
(cherry picked from commit 8e3463c4ef )
2023-05-24 08:55:40 +00:00
mergify[bot]
989052c075
fix: tab-uniformity (backport #35400 ) ( #35402 )
...
fix: tab-uniformity (#35400 )
Made Doctype tabs uniform
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit c1f1a033c9 )
Co-authored-by: Gursheen Kaur Anand <40693548+GursheenK@users.noreply.github.com >
2023-05-24 12:47:38 +05:30
Frappe PR Bot
cd3991dd14
chore(release): Bumped to Version 14.25.0
...
# [14.25.0](https://github.com/frappe/erpnext/compare/v14.24.3...v14.25.0 ) (2023-05-24)
### Bug Fixes
* consider 0 if rate/qty are null (backport [#35338 ](https://github.com/frappe/erpnext/issues/35338 )) ([#35340 ](https://github.com/frappe/erpnext/issues/35340 )) ([15c1af3 ](15c1af3d8a ))
* Creating landed cost voucher from connections ([2631224 ](2631224e49 ))
* depreciation schedule for existing assets [v14] ([#35255 ](https://github.com/frappe/erpnext/issues/35255 )) ([0a080ef ](0a080efce2 ))
* don't recalculate rate for SCR rejected warehouse SLE ([633a170 ](633a1703dc ))
* error while saving job card ([fb7d3b7 ](fb7d3b7878 ))
* incorrect depr schedule and posting dates on selling of existing assets [v14] ([#35396 ](https://github.com/frappe/erpnext/issues/35396 )) ([8af6a11 ](8af6a113d1 ))
* Pick List Status ([4888436 ](48884366ea ))
* Pick List TypeError ([6df9b53 ](6df9b53682 ))
* possible type error on quotation -> sales order creation ([d23b93a ](d23b93a462 ))
* replace quotation with invoice in first onboarding (backport [#35389 ](https://github.com/frappe/erpnext/issues/35389 )) ([#35394 ](https://github.com/frappe/erpnext/issues/35394 )) ([9b9772e ](9b9772eb14 ))
* tds incorrectly calculated for invoice that are below threshold ([bdf81a4 ](bdf81a43c6 ))
* **test:** cumulative threshold checks ([879946e ](879946e2c8 ))
* use flt instead of mandatory field ([668b092 ](668b092f6b ))
* **ux:** SCR consumed-qty read-only property ([aa7fede ](aa7fede0dc ))
### Features
* provision to make reposting entries from Stock and Account Value Comparison Report ([3a0cdf3 ](3a0cdf30ce ))
* provision to skip available sub assembly items in the production plan ([ce601af ](ce601afc4e ))
2023-05-24 03:05:06 +00:00
Deepesh Garg
e586c07bdd
Merge pull request #35392 from frappe/version-14-hotfix
...
chore: release v14
2023-05-24 08:31:31 +05:30
Anand Baburajan
8af6a113d1
fix: incorrect depr schedule and posting dates on selling of existing assets [v14] ( #35396 )
...
* fix: use date in asset get gl entries functions
* fix: calc depr amount properly on selling of existing assets
* fix: calc depr amount properly on selling of existing assets again
* chore: remove unnecessary line breaks
2023-05-23 23:04:04 +05:30
mergify[bot]
9b9772eb14
fix: replace quotation with invoice in first onboarding (backport #35389 ) ( #35394 )
...
fix: replace quotation with invoice in first onboarding (#35389 )
(cherry picked from commit b0eb72ffac )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-23 15:36:56 +05:30
Sagar Sharma
88ecc933f7
Merge pull request #35390 from frappe/mergify/bp/version-14-hotfix/pr-35303
...
fix: Pick List TypeError (backport #35303 )
2023-05-23 15:06:05 +05:30
Sagar Sharma
6df9b53682
fix: Pick List TypeError
...
(cherry picked from commit a111917114 )
2023-05-23 08:51:32 +00:00
rohitwaghchaure
47e97e0b3d
Merge pull request #35382 from frappe/mergify/bp/version-14-hotfix/pr-35381
...
feat: provision to skip available sub assembly items in the production plan (backport #35381 )
2023-05-23 12:29:18 +05:30
Sagar Sharma
fec6e3724e
Merge pull request #35383 from frappe/mergify/bp/version-14-hotfix/pr-35380
...
fix: TypeError while saving Job card (backport #35380 )
2023-05-23 10:52:00 +05:30
vishnu
668b092f6b
fix: use flt instead of mandatory field
...
(cherry picked from commit 8c34cc0e00 )
2023-05-23 05:20:22 +00:00
vishnu
fb7d3b7878
fix: error while saving job card
...
(cherry picked from commit a209fb4b64 )
2023-05-23 05:20:22 +00:00
Rohit Waghchaure
f6857b4698
test: test case to skip available qty for sub-assembly items
...
(cherry picked from commit 9dd566c1e8 )
2023-05-23 04:09:40 +00:00
Rohit Waghchaure
ce601afc4e
feat: provision to skip available sub assembly items in the production plan
...
(cherry picked from commit 64751ec4d9 )
2023-05-23 04:09:40 +00:00
Anoop
5b4b71d941
Merge branch 'version-14-hotfix' into gross-and-net-profit-fix
2023-05-22 17:23:03 +05:30
Sagar Sharma
1b827f61f7
Merge pull request #35377 from frappe/mergify/bp/version-14-hotfix/pr-35376
...
fix: don't recalculate rate for SCR rejected warehouse SLE (backport #35376 )
2023-05-22 16:08:25 +05:30
Sagar Sharma
633a1703dc
fix: don't recalculate rate for SCR rejected warehouse SLE
...
(cherry picked from commit 57ee473fa4 )
2023-05-22 10:16:09 +00:00
Ankush Menat
abfd975eb6
chore: drop outdated navigation video
...
new stuff is in work, this one is actually counter-productive rn.
(cherry picked from commit ba61865ee6 )
2023-05-20 19:47:17 +05:30
rohitwaghchaure
9106b01c04
Merge pull request #35368 from frappe/mergify/bp/version-14-hotfix/pr-35365
...
feat: provision to make reposting entries from Stock and Account Value Comparison Report (backport #35365 )
2023-05-20 18:31:00 +05:30
Rohit Waghchaure
3a0cdf30ce
feat: provision to make reposting entries from Stock and Account Value Comparison Report
...
(cherry picked from commit 7b818e9d34 )
2023-05-20 11:37:02 +00:00
ruthra kumar
4620ed6e42
refactor: replace join with sub-query for fetching accounts
...
(cherry picked from commit e6a9252f79 )
2023-05-19 05:32:43 +00:00
Frappe PR Bot
756ac6c587
chore(release): Bumped to Version 14.24.3
...
## [14.24.3](https://github.com/frappe/erpnext/compare/v14.24.2...v14.24.3 ) (2023-05-18)
### Bug Fixes
* tds incorrectly calculated for invoice that are below threshold ([14565ed ](14565ed8b1 ))
* **test:** cumulative threshold checks ([cdd378c ](cdd378c518 ))
2023-05-18 14:07:04 +00:00
ruthra kumar
b5b1b2da32
Merge pull request #35359 from frappe/mergify/bp/version-14/pr-35335
...
fix: tds incorrectly calculated for invoice that are below threshold (backport #35335 )
2023-05-18 19:35:11 +05:30
ruthra kumar
cdd378c518
fix(test): cumulative threshold checks
...
(cherry picked from commit 132846bbd1 )
2023-05-18 13:30:03 +00:00
ruthra kumar
14565ed8b1
fix: tds incorrectly calculated for invoice that are below threshold
...
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.
| Category | single | cumulative |
|----------+--------+------------|
| cat1 | 100 | 500 |
| cat2 | 1000 | 5000 |
1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.
(cherry picked from commit 84b7c1bba0 )
2023-05-18 13:30:02 +00:00
ruthra kumar
44b290f58e
Merge pull request #35357 from frappe/mergify/bp/version-14-hotfix/pr-35355
...
fix: possible type error on quotation -> sales order creation (backport #35355 )
2023-05-18 14:35:53 +05:30
ruthra kumar
d23b93a462
fix: possible type error on quotation -> sales order creation
...
(cherry picked from commit b2290c6f57 )
2023-05-18 13:39:58 +05:30
ruthra kumar
80f4a11d60
Merge pull request #35353 from frappe/mergify/bp/version-14-hotfix/pr-35335
...
fix: tds incorrectly calculated for invoice that are below threshold (backport #35335 )
2023-05-18 13:03:40 +05:30
Sagar Sharma
9caa39195c
Merge pull request #35344 from frappe/mergify/bp/version-14-hotfix/pr-35306
...
fix: Pick List Status (backport #35306 )
2023-05-18 12:52:25 +05:30
ruthra kumar
879946e2c8
fix(test): cumulative threshold checks
...
(cherry picked from commit 132846bbd1 )
2023-05-18 07:09:20 +00:00
ruthra kumar
bdf81a43c6
fix: tds incorrectly calculated for invoice that are below threshold
...
Two purchase invoices for the same supplier, using different tax
withholding categories have this issue.
| Category | single | cumulative |
|----------+--------+------------|
| cat1 | 100 | 500 |
| cat2 | 1000 | 5000 |
1. PINV1 of net total: 105/- uses cat1. TDS is calculated as it
breached single threshold
2. PINV2 of net total: 200/- uses cat2. TDS incorrectly calculated as
PINV1 already has TDS calculated and 'consider_party_ledger_amount' is enabled.
(cherry picked from commit 84b7c1bba0 )
2023-05-18 07:09:19 +00:00
Sagar Sharma
cb681e0b96
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35306
2023-05-18 12:30:40 +05:30
ruthra kumar
65554bdabf
Merge pull request #35336 from frappe/mergify/bp/version-14-hotfix/pr-35239
...
fix: in payment_entry difference amount cal is broken (backport #35239 )
2023-05-18 12:15:44 +05:30
rohitwaghchaure
0d2d45f32f
Merge pull request #35351 from frappe/mergify/bp/version-14-hotfix/pr-35298
...
fix: Creating landed cost voucher from connections (backport #35298 )
2023-05-18 06:16:11 +05:30
vishnu
2631224e49
fix: Creating landed cost voucher from connections
...
(cherry picked from commit f2ceb00379 )
2023-05-18 00:43:36 +00:00
Anand Baburajan
0a080efce2
fix: depreciation schedule for existing assets [v14] ( #35255 )
...
* fix: depreciation schedule for existing assets
* chore: correct logic for existing assets and fix test
2023-05-17 22:21:00 +05:30
Sagar Sharma
48884366ea
fix: Pick List Status
...
(cherry picked from commit 9fb8b1827d )
2023-05-17 12:43:08 +00:00
mergify[bot]
15c1af3d8a
fix: consider 0 if rate/qty are null (backport #35338 ) ( #35340 )
...
fix: consider 0 if rate/qty are null (#35338 )
[skip ci]
(cherry picked from commit e5c86bc2e8 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-17 16:17:21 +05:30
Sagar Sharma
350f75877a
Merge pull request #35339 from frappe/mergify/bp/version-14-hotfix/pr-35337
...
fix(ux): SCR consumed-qty read-only property (backport #35337 )
2023-05-17 15:58:29 +05:30
Sagar Sharma
aa7fede0dc
fix(ux): SCR consumed-qty read-only property
...
(cherry picked from commit adf2474d9d )
2023-05-17 10:28:03 +00:00
Ashish Shah
e9f2ab5caf
refactor: use 'flt' for base_total_taxes_and_charges
...
difference_amount calculation is broken, as calculation gives NaN. Fix is make frm.doc.base_total_taxes_and_charges as flt(frm.doc.base_total_taxes_and_charges)
(cherry picked from commit ae4e56747c )
2023-05-17 09:40:55 +00:00
Frappe PR Bot
7076c23a4f
chore(release): Bumped to Version 14.24.2
...
## [14.24.2](https://github.com/frappe/erpnext/compare/v14.24.1...v14.24.2 ) (2023-05-16)
### Bug Fixes
* add missing options for `Content Align` ([3697e8f ](3697e8f1f9 ))
* allow over-payment against SO ([#35079 ](https://github.com/frappe/erpnext/issues/35079 )) ([fe9e0c2 ](fe9e0c2121 ))
* bad strings format for command get-untraslated ([#34361 ](https://github.com/frappe/erpnext/issues/34361 )) ([5a54296 ](5a54296686 ))
* bad strings format for update-translations ([#34592 ](https://github.com/frappe/erpnext/issues/34592 )) ([e3c1d73 ](e3c1d736ce ))
* bom item filter issue ([098603d ](098603dd35 ))
* cancelled vouchers in tax withheld vouchers list ([#35309 ](https://github.com/frappe/erpnext/issues/35309 )) ([c41e1d7 ](c41e1d7d71 ))
* enqueue submit/cancel action for stock entry to avoid time out error ([457846e ](457846e34c ))
* force to do reposting for cancelled document ([6f96e5d ](6f96e5dcd4 ))
* function `batch_no` should only be declared once ([#35115 ](https://github.com/frappe/erpnext/issues/35115 )) ([26928b3 ](26928b395b ))
* incorrect packing items ([ab56470 ](ab56470171 ))
* inventory dimension for inter company transfer return use case ([6d121b8 ](6d121b8107 ))
* inventory dimension for material transfer not working ([1d8050d ](1d8050d24d ))
* item list view not working ([d9efa66 ](d9efa662d4 ))
* port option for additional_conditions in item wise sales register ([#35187 ](https://github.com/frappe/erpnext/issues/35187 )) ([42037f9 ](42037f9f73 ))
* recalculate costs in SCR while reposting ([9a8ee62 ](9a8ee62d5a ))
* sales person allocated amount calculation error nonetype and float ([#35293 ](https://github.com/frappe/erpnext/issues/35293 )) ([3a7c69f ](3a7c69fc71 ))
* test case ([3f8928b ](3f8928be5c ))
* test case ([9b2b467 ](9b2b46737e ))
* typo ([2772a91 ](2772a911ed ))
* unable to create partial invoice with auto fetch terms enabled ([#35285 ](https://github.com/frappe/erpnext/issues/35285 )) ([fa9fa97 ](fa9fa97e05 ))
* update workstation hour rate when workstation change in job card ([bc88415 ](bc88415e73 ))
* **UX:** misc "home" onboarding improvements (backport [#35319 ](https://github.com/frappe/erpnext/issues/35319 )) ([#35321 ](https://github.com/frappe/erpnext/issues/35321 )) ([f8c58b6 ](f8c58b6893 ))
* validate for active sla ([#32132 ](https://github.com/frappe/erpnext/issues/32132 )) ([38e27a6 ](38e27a68d5 ))
### Performance Improvements
* cache and simplify queries for holiday list (backport [#35315 ](https://github.com/frappe/erpnext/issues/35315 )) ([#35318 ](https://github.com/frappe/erpnext/issues/35318 )) ([0e78403 ](0e7840301f ))
2023-05-16 17:00:00 +00:00
Deepesh Garg
bdfd682664
Merge pull request #35324 from frappe/version-14-hotfix
...
chore: release v14
2023-05-16 22:28:33 +05:30
Anoop
fb0f82eed3
Merge branch 'version-14-hotfix' into gross-and-net-profit-fix
2023-05-16 20:10:23 +05:30
mergify[bot]
fa9fa97e05
fix: unable to create partial invoice with auto fetch terms enabled ( #35285 )
...
fix: unable to create partial invoice with auto fetch terms enabled (#35285 )
fix: fetch so/po terms if auto fetch is enabled
(cherry picked from commit 0da6c1688b )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-05-16 18:59:12 +05:30
mergify[bot]
c41e1d7d71
fix: cancelled vouchers in tax withheld vouchers list ( #35309 )
...
fix: cancelled vouchers in tax withheld vouchers list (#35309 )
(cherry picked from commit 776a83066d )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-05-16 18:58:04 +05:30
rohitwaghchaure
8f8c0a597b
Merge pull request #35329 from frappe/mergify/bp/version-14-hotfix/pr-35328
...
fix: force to do reposting for cancelled document (backport #35328 )
2023-05-16 18:53:33 +05:30
Rohit Waghchaure
6f96e5dcd4
fix: force to do reposting for cancelled document
...
(cherry picked from commit 6e661e7c0e )
2023-05-16 12:03:43 +00:00
mergify[bot]
f8c58b6893
fix(UX): misc "home" onboarding improvements (backport #35319 ) ( #35321 )
...
fix(UX): misc "home" onboarding improvements (#35319 )
* fix(UX): cleanup "Home" onboarding
- Remove company, letterhead, data import etc from home onboarding step
* fix(UX): Show quick entry for item
* chore: fix copy here and there
(cherry picked from commit 5574d9a72d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-05-16 16:00:25 +05:30
mergify[bot]
0e7840301f
perf: cache and simplify queries for holiday list (backport #35315 ) ( #35318 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2023-05-16 13:44:35 +05:30
Anoop Kurungadam
cb9b4fbb91
fix: add total col for gross and net profit
2023-05-16 12:08:42 +05:30
Anoop Kurungadam
1a3b9c5bdf
refactor: merge separate loops for calculating group / leaf node totals
...
rename function
remove return statement as the list is mutated
2023-05-16 12:08:32 +05:30
Anoop Kurungadam
50822f207e
refactor: remove unused parameters
2023-05-16 12:08:24 +05:30
Anoop Kurungadam
8dcb9302b4
fix: account group totals calculation to consider include_in_gross
2023-05-16 12:08:17 +05:30
rohitwaghchaure
19f08afcef
Merge pull request #35314 from frappe/mergify/bp/version-14-hotfix/pr-35312
...
fix: item list view not working (backport #35312 )
2023-05-16 11:10:18 +05:30
mergify[bot]
42037f9f73
fix: port option for additional_conditions in item wise sales register ( #35187 )
...
fix: port option for additional_conditions in item wise sales register (#35187 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 2a609616d9 )
Co-authored-by: Smit Vora <smitvora203@gmail.com >
2023-05-16 07:29:48 +05:30
Rohit Waghchaure
d9efa662d4
fix: item list view not working
...
(cherry picked from commit 0489e30244 )
2023-05-15 19:40:23 +00:00
rohitwaghchaure
ee147e62d5
Merge pull request #35311 from CodeVenturers/version-14-hotfix
...
fix: update workstation hour rate when workstation change in job card
2023-05-16 00:44:26 +05:30
vishnu
bc88415e73
fix: update workstation hour rate when workstation change in job card
2023-05-15 14:50:40 +00:00
Sagar Sharma
5463f0b137
Merge pull request #35308 from frappe/mergify/bp/version-14-hotfix/pr-35138
...
fix: recalculate costs in SCR while reposting (backport #35138 )
2023-05-15 17:14:57 +05:30
Sagar Sharma
a8fc17e0ae
refactor: use calculate_items_qty_and_amount() to update scr items rate
...
(cherry picked from commit 9c72c2a6cb )
2023-05-15 10:56:51 +00:00
Sagar Sharma
0575b105d0
refactor(minor): rename function to be more descriptive
...
(cherry picked from commit d6433f803b )
2023-05-15 10:56:51 +00:00
Sagar Sharma
4c8dbeddec
test: add test case
...
(cherry picked from commit e0b22edb2e )
2023-05-15 10:56:51 +00:00
s-aga-r
9a8ee62d5a
fix: recalculate costs in SCR while reposting
...
(cherry picked from commit a6cb6c6f47 )
2023-05-15 10:56:50 +00:00
mergify[bot]
3a7c69fc71
fix: sales person allocated amount calculation error nonetype and float ( #35293 )
...
fix: sales person allocated amount calculation error nonetype and float (#35293 )
fix: sales person allocated amount calculation error nontype and float
(cherry picked from commit 0c8276ec82 )
Co-authored-by: Indrajith.vs <91895505+Gubbu77@users.noreply.github.com >
2023-05-15 13:16:47 +05:30
rohitwaghchaure
dd116a3071
Merge pull request #35291 from frappe/mergify/bp/version-14-hotfix/pr-35289
...
fix: inventory dimension for returned inter company transfer (backport #35289 )
2023-05-14 16:29:34 +05:30
rohitwaghchaure
3f8928be5c
fix: test case
2023-05-14 15:49:58 +05:30
mergify[bot]
26928b395b
fix: function batch_no should only be declared once ( #35115 )
...
fix: function `batch_no` should only be declared once (#35115 )
fix: remove twice event call of `batch_no` to update batch qty
(cherry picked from commit 19cd687784 )
Co-authored-by: Daizy Modi <modidaizy5217@gmail.com >
2023-05-14 11:54:15 +05:30
mergify[bot]
fe9e0c2121
fix: allow over-payment against SO ( #35079 )
...
fix: allow over-payment against SO (#35079 )
(cherry picked from commit 870b02b03c )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-05-14 11:44:50 +05:30
Deepesh Garg
77cf2e5475
Merge pull request #35262 from akiratfli/fix-bad-string
...
fix: bad strings format for translations
2023-05-14 08:06:24 +05:30
rohitwaghchaure
2772a911ed
fix: typo
2023-05-13 15:14:41 +05:30
Rohit Waghchaure
6d121b8107
fix: inventory dimension for inter company transfer return use case
...
(cherry picked from commit 38aaba5720 )
2023-05-13 08:57:03 +00:00
Sagar Sharma
c30dda3328
Merge pull request #35283 from frappe/mergify/bp/version-14-hotfix/pr-35275
...
fix: add missing options for `Content Align` (backport #35275 )
2023-05-13 09:42:20 +05:30
Sagar Sharma
b2e6fdc0cb
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-35275
2023-05-13 09:41:30 +05:30
rohitwaghchaure
75af689f77
Merge pull request #35282 from frappe/mergify/bp/version-14-hotfix/pr-35224
...
fix: inventory dimension for material transfer not working (backport #35224 )
2023-05-13 09:36:42 +05:30
Sagar Sharma
3697e8f1f9
fix: add missing options for Content Align
...
(cherry picked from commit d16caa2d2c )
2023-05-13 04:05:15 +00:00
Rohit Waghchaure
1d8050d24d
fix: inventory dimension for material transfer not working
...
(cherry picked from commit 6798b900ef )
2023-05-12 20:46:04 +00:00
Frappe PR Bot
897a467846
chore(release): Bumped to Version 14.24.1
...
## [14.24.1](https://github.com/frappe/erpnext/compare/v14.24.0...v14.24.1 ) (2023-05-12)
### Bug Fixes
* bom item filter issue ([54e822d ](54e822d83a ))
* enqueue submit/cancel action for stock entry to avoid time out error ([762a46a ](762a46a5e3 ))
* incorrect packing items ([b02ed0d ](b02ed0d9a8 ))
* test case ([1783594 ](1783594178 ))
2023-05-12 10:05:31 +00:00
rohitwaghchaure
f06a8fd01c
Merge pull request #35270 from frappe/mergify/bp/version-14/pr-35266
...
fix: enqueue submit/cancel action for stock entry to avoid time out error (backport #35261 ) (backport #35266 )
2023-05-12 15:30:55 +05:30
rohitwaghchaure
b139ec6ec0
Merge pull request #35271 from frappe/mergify/bp/version-14/pr-35269
...
fix: BOM item filter issue (backport #35268 ) (backport #35269 )
2023-05-12 15:30:43 +05:30
rohitwaghchaure
e97eaccdfb
Merge pull request #35276 from frappe/mergify/bp/version-14/pr-35274
...
fix: incorrect packing items (backport #35273 ) (backport #35274 )
2023-05-12 15:30:28 +05:30
Rohit Waghchaure
b02ed0d9a8
fix: incorrect packing items
...
(cherry picked from commit a686b8c337 )
(cherry picked from commit ab56470171 )
2023-05-12 09:37:12 +00:00
rohitwaghchaure
4206f01c05
Merge pull request #35274 from frappe/mergify/bp/version-14-hotfix/pr-35273
...
fix: incorrect packing items (backport #35273 )
2023-05-12 15:06:25 +05:30
Rohit Waghchaure
ab56470171
fix: incorrect packing items
...
(cherry picked from commit a686b8c337 )
2023-05-12 09:13:52 +00:00
Rohit Waghchaure
54e822d83a
fix: bom item filter issue
...
(cherry picked from commit 2879cb7c28 )
(cherry picked from commit 098603dd35 )
2023-05-12 07:42:57 +00:00
rohitwaghchaure
8af1e49e96
Merge pull request #35269 from frappe/mergify/bp/version-14-hotfix/pr-35268
...
fix: BOM item filter issue (backport #35268 )
2023-05-12 13:12:11 +05:30
Rohit Waghchaure
1783594178
fix: test case
...
(cherry picked from commit 2d6f112727 )
(cherry picked from commit 9b2b46737e )
2023-05-12 07:41:34 +00:00
Rohit Waghchaure
762a46a5e3
fix: enqueue submit/cancel action for stock entry to avoid time out error
...
(cherry picked from commit 7a3801578c )
(cherry picked from commit 457846e34c )
2023-05-12 07:41:34 +00:00
rohitwaghchaure
19f0676592
Merge pull request #35266 from frappe/mergify/bp/version-14-hotfix/pr-35261
...
fix: enqueue submit/cancel action for stock entry to avoid time out error (backport #35261 )
2023-05-12 13:10:48 +05:30
Rohit Waghchaure
098603dd35
fix: bom item filter issue
...
(cherry picked from commit 2879cb7c28 )
2023-05-12 07:40:38 +00:00
Rohit Waghchaure
9b2b46737e
fix: test case
...
(cherry picked from commit 2d6f112727 )
2023-05-12 07:03:22 +00:00
Rohit Waghchaure
457846e34c
fix: enqueue submit/cancel action for stock entry to avoid time out error
...
(cherry picked from commit 7a3801578c )
2023-05-12 07:03:21 +00:00
Danny
5a54296686
fix: bad strings format for command get-untraslated ( #34361 )
...
(cherry picked from commit ca10e2bb9f )
2023-05-12 03:19:01 +00:00
justin.li
e3c1d736ce
fix: bad strings format for update-translations ( #34592 )
...
(cherry picked from commit 07c9b99072 )
2023-05-12 02:21:19 +00:00
Saqib Ansari
c8e3ce48e1
Merge pull request #35257 from frappe/mergify/bp/version-14-hotfix/pr-32132
...
fix: validate for active sla (backport #32132 )
2023-05-11 17:50:00 +05:30
Shadrak Gurupnor
38e27a68d5
fix: validate for active sla ( #32132 )
...
(cherry picked from commit f2b7c9ee66 )
2023-05-11 12:18:49 +00:00
Frappe PR Bot
e509664d4f
chore(release): Bumped to Version 14.24.0
...
# [14.24.0](https://github.com/frappe/erpnext/compare/v14.23.4...v14.24.0 ) (2023-05-10)
### Bug Fixes
* added search index to improve performance ([362003e ](362003ec5f ))
* broken save on empty row existance ([c0f9ff4 ](c0f9ff4995 ))
* bypass flag in Customer Group wasn't effective ([c73b76f ](c73b76fdb6 ))
* Changed type of column 'serial_no' in Stock Reconciliation to fix Data too long error ([709f94c ](709f94c8d3 ))
* child acc will inherit acc currency if explicitly specified ([72255fa ](72255fae80 ))
* enabling lead even after "Opportunity" created against it ([#34627 ](https://github.com/frappe/erpnext/issues/34627 )) ([5e98679 ](5e98679f91 ))
* error regarding accepted and supplier warehouse ([42f5888 ](42f5888426 ))
* fetch default sales team on Quotation -> Sales Order creation ([f42225b ](f42225bc82 ))
* handle empty FBs properly in TB and GL [v14] ([#35189 ](https://github.com/frappe/erpnext/issues/35189 )) ([ed5f39c ](ed5f39c2c2 ))
* incorrect fg item quantity in subcontracted PO ([5c38645 ](5c38645560 ))
* internal transfer condition ([f5f4902 ](f5f4902494 ))
* non manufacturing items/fixed asset items in BOM ([8133be4 ](8133be4868 ))
* not allow to transfer excess materials against the job card ([b0c042d ](b0c042de1b ))
* over production percentage not considered in validation ([bf6e1b6 ](bf6e1b67a5 ))
* pick the in progress reposting entries first ([545f956 ](545f956160 ))
### Features
* configuration to notify reposting errors to specific role ([33cd14f ](33cd14f859 ))
* reserve qty against production plan raw materials in BIN ([d1a9117 ](d1a91177e5 ))
2023-05-10 05:40:21 +00:00
Deepesh Garg
2fb3659694
Merge pull request #35222 from frappe/version-14-hotfix
...
chore: release v14
2023-05-10 11:08:42 +05:30
ruthra kumar
1145149f0e
Merge pull request #35228 from frappe/mergify/bp/version-14-hotfix/pr-35216
...
fix: broken save on empty row existance (backport #35216 )
2023-05-10 10:11:32 +05:30
rohitwaghchaure
dd20bf931b
Merge pull request #35234 from frappe/mergify/bp/version-14-hotfix/pr-35230
...
fix: Changed type of column 'serial_no' in Stock Reconciliation to fix Data too Long error (backport #35230 )
2023-05-09 21:06:14 +05:30
Rohit Waghchaure
709f94c8d3
fix: Changed type of column 'serial_no' in Stock Reconciliation to fix Data too long error
...
(cherry picked from commit 1a673fd424 )
2023-05-09 14:26:13 +00:00
rohitwaghchaure
2933c4f1c5
Merge pull request #35231 from frappe/mergify/bp/version-14-hotfix/pr-35227
...
fix: non manufacturing items/fixed asset items in BOM (backport #35227 )
2023-05-09 19:53:53 +05:30
Rohit Waghchaure
8133be4868
fix: non manufacturing items/fixed asset items in BOM
...
(cherry picked from commit aba8431d70 )
2023-05-09 13:18:47 +00:00
Dany Robert
c0f9ff4995
fix: broken save on empty row existance
...
(cherry picked from commit d9b231aa16 )
2023-05-09 13:02:54 +00:00
rohitwaghchaure
7b6a1e5184
Merge pull request #35221 from frappe/mergify/bp/version-14-hotfix/pr-35220
...
fix: added search index to improve performance (backport #35220 )
2023-05-09 16:04:36 +05:30
Rohit Waghchaure
362003ec5f
fix: added search index to improve performance
...
(cherry picked from commit 80ea22b56c )
2023-05-09 09:05:43 +00:00
ruthra kumar
30e137e9f2
Merge pull request #35214 from frappe/mergify/bp/version-14-hotfix/pr-35212
...
chore: convert throw to msgprint in payment reconciliation job hook (backport #35212 )
2023-05-08 19:07:41 +05:30
ruthra kumar
08a4781de7
chore: convert throw to msgprint
...
(cherry picked from commit 73134d57bf )
2023-05-08 12:28:01 +00:00
ruthra kumar
14706d4326
Merge pull request #35209 from frappe/mergify/bp/version-14-hotfix/pr-35153
...
fix: fetch default sales team on Quotation -> Sales Order creation (backport #35153 )
2023-05-08 14:51:45 +05:30
ruthra kumar
fd09d1c4c3
Merge pull request #35208 from frappe/mergify/bp/version-14-hotfix/pr-35142
...
fix: ineffective bypass flag for Credit Limit in Customer Group (backport #35142 )
2023-05-08 14:51:29 +05:30
rohitwaghchaure
afbbf26f15
Merge pull request #35202 from frappe/mergify/bp/version-14-hotfix/pr-35196
...
fix: pick the in progress reposting entries first (backport #35196 )
2023-05-08 14:40:10 +05:30
rohitwaghchaure
f83fcf5261
Merge pull request #35203 from frappe/mergify/bp/version-14-hotfix/pr-35200
...
fix: error regarding accepted and supplier warehouse (backport #35200 )
2023-05-08 14:39:52 +05:30
ruthra kumar
5879475a00
Merge pull request #35207 from frappe/mergify/bp/version-14-hotfix/pr-35186
...
fix: child acc will inherit acc currency if explicitly specified (backport #35186 )
2023-05-08 14:35:26 +05:30
ruthra kumar
f42225bc82
fix: fetch default sales team on Quotation -> Sales Order creation
...
(cherry picked from commit 4d31436917 )
2023-05-08 08:50:09 +00:00
ruthra kumar
c73b76fdb6
fix: bypass flag in Customer Group wasn't effective
...
(cherry picked from commit f9a4972cb6 )
2023-05-08 08:41:51 +00:00
ruthra kumar
e451916803
test: currency inheritance on child accounts
...
(cherry picked from commit f6ea8fd8d7 )
2023-05-08 08:40:28 +00:00
ruthra kumar
72255fae80
fix: child acc will inherit acc currency if explicitly specified
...
(cherry picked from commit abe691c03d )
2023-05-08 08:40:28 +00:00
Rohit Waghchaure
42f5888426
fix: error regarding accepted and supplier warehouse
...
(cherry picked from commit 15f5f98858 )
2023-05-08 03:54:40 +00:00
Rohit Waghchaure
545f956160
fix: pick the in progress reposting entries first
...
(cherry picked from commit c8a4791d9b )
2023-05-08 03:54:22 +00:00
rohitwaghchaure
1226f3294f
Merge pull request #35198 from frappe/mergify/bp/version-14-hotfix/pr-35197
...
fix: incorrect fg item quantity in subcontracted PO (backport #35197 )
2023-05-07 17:05:13 +05:30
Rohit Waghchaure
5c38645560
fix: incorrect fg item quantity in subcontracted PO
...
(cherry picked from commit af16fbb0a3 )
2023-05-06 20:09:31 +00:00
Frappe PR Bot
9a755ca23d
chore(release): Bumped to Version 14.23.4
...
## [14.23.4](https://github.com/frappe/erpnext/compare/v14.23.3...v14.23.4 ) (2023-05-06)
### Bug Fixes
* handle empty FBs properly in TB and GL [v14] (backport [#35189 ](https://github.com/frappe/erpnext/issues/35189 )) ([#35191 ](https://github.com/frappe/erpnext/issues/35191 )) ([a5a08c9 ](a5a08c9889 ))
2023-05-06 11:12:52 +00:00
mergify[bot]
a5a08c9889
fix: handle empty FBs properly in TB and GL [v14] (backport #35189 ) ( #35191 )
...
fix: handle empty FBs properly in TB and GL [v14] (#35189 )
fix: handle empty FBs properly in TB and GL
(cherry picked from commit ed5f39c2c2 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-05-06 16:41:10 +05:30
Anand Baburajan
ed5f39c2c2
fix: handle empty FBs properly in TB and GL [v14] ( #35189 )
...
fix: handle empty FBs properly in TB and GL
2023-05-06 16:38:59 +05:30
Frappe PR Bot
a1842103b6
chore(release): Bumped to Version 14.23.3
...
## [14.23.3](https://github.com/frappe/erpnext/compare/v14.23.2...v14.23.3 ) (2023-05-04)
### Bug Fixes
* internal transfer condition ([736c34e ](736c34e61a ))
* not allow to transfer excess materials against the job card ([580641f ](580641f55c ))
2023-05-04 18:02:30 +00:00
rohitwaghchaure
4d54430010
Merge pull request #35174 from frappe/mergify/bp/version-14/pr-35163
...
fix: internal transfer condition (backport #35158 ) (backport #35163 )
2023-05-04 23:30:29 +05:30
rohitwaghchaure
e855866820
Merge pull request #35175 from frappe/mergify/bp/version-14/pr-35169
...
fix: not allow to transfer excess materials against the job card (backport #35167 ) (backport #35169 )
2023-05-04 23:30:07 +05:30
Rohit Waghchaure
580641f55c
fix: not allow to transfer excess materials against the job card
...
(cherry picked from commit 8167b24219 )
(cherry picked from commit b0c042de1b )
2023-05-04 17:11:54 +00:00
rohitwaghchaure
816ce879f9
Merge pull request #35169 from frappe/mergify/bp/version-14-hotfix/pr-35167
...
fix: not allow to transfer excess materials against the job card (backport #35167 )
2023-05-04 22:41:07 +05:30
Rohit Waghchaure
736c34e61a
fix: internal transfer condition
...
(cherry picked from commit b5a2ccf21d )
(cherry picked from commit f5f4902494 )
2023-05-04 17:10:41 +00:00
rohitwaghchaure
f4858fbf8a
Merge pull request #35163 from frappe/mergify/bp/version-14-hotfix/pr-35158
...
fix: internal transfer condition (backport #35158 )
2023-05-04 22:39:55 +05:30
Rohit Waghchaure
b0c042de1b
fix: not allow to transfer excess materials against the job card
...
(cherry picked from commit 8167b24219 )
2023-05-04 13:41:34 +00:00
rohitwaghchaure
c463df4fd1
Merge pull request #35166 from frappe/mergify/bp/version-14-hotfix/pr-35161
...
feat: configuration to notify reposting errors to specific role (backport #35161 )
2023-05-04 18:46:05 +05:30
Rohit Waghchaure
33cd14f859
feat: configuration to notify reposting errors to specific role
...
(cherry picked from commit c7b62011db )
2023-05-04 12:06:35 +00:00
Rohit Waghchaure
f5f4902494
fix: internal transfer condition
...
(cherry picked from commit b5a2ccf21d )
2023-05-04 11:32:45 +00:00
Frappe PR Bot
144594b3e1
chore(release): Bumped to Version 14.23.2
...
## [14.23.2](https://github.com/frappe/erpnext/compare/v14.23.1...v14.23.2 ) (2023-05-04)
### Bug Fixes
* over production percentage not considered in validation ([4e83d0b ](4e83d0baa6 ))
2023-05-04 04:54:00 +00:00
rohitwaghchaure
64b416b4dd
Merge pull request #35152 from frappe/mergify/bp/version-14/pr-35149
...
fix: over production percentage not considered in validation (backport #35148 ) (backport #35149 )
2023-05-04 10:22:33 +05:30
Rohit Waghchaure
4e83d0baa6
fix: over production percentage not considered in validation
...
(cherry picked from commit a84d0af81e )
(cherry picked from commit bf6e1b67a5 )
2023-05-04 04:29:28 +00:00
rohitwaghchaure
a01e2ca9ac
Merge pull request #35149 from frappe/mergify/bp/version-14-hotfix/pr-35148
...
fix: over production percentage not considered in validation (backport #35148 )
2023-05-04 09:58:43 +05:30
Rohit Waghchaure
bf6e1b67a5
fix: over production percentage not considered in validation
...
(cherry picked from commit a84d0af81e )
2023-05-03 18:44:32 +00:00
rohitwaghchaure
148342a132
Merge pull request #35147 from frappe/mergify/bp/version-14-hotfix/pr-35144
...
feat: reserve qty against production plan raw materials in BIN (backport #35144 )
2023-05-04 00:00:04 +05:30
Rohit Waghchaure
d1a91177e5
feat: reserve qty against production plan raw materials in BIN
...
(cherry picked from commit 06e91e758f )
2023-05-03 16:54:53 +00:00
Nabin Hait
8d6034de16
Merge pull request #34647 from frappe/mergify/bp/version-14-hotfix/pr-34627
...
fix: enabling lead even after "Opportunity" created against it (backport #34627 )
2023-05-03 13:27:07 +05:30
Nabin Hait
d306bb080a
Update patches.txt
2023-05-03 12:42:36 +05:30
Nabin Hait
eb3e6ff145
Update patches.txt
2023-05-03 12:21:23 +05:30
Nabin Hait
82c3d862ce
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34627
2023-05-03 11:21:48 +05:30
Frappe PR Bot
5eb5bf7102
chore(release): Bumped to Version 14.23.1
...
## [14.23.1](https://github.com/frappe/erpnext/compare/v14.23.0...v14.23.1 ) (2023-05-03)
### Bug Fixes
* conflicts ([3ba2b9e ](3ba2b9ed2e ))
* don't allow to make reposting for the closed period ([cca2fce ](cca2fcec54 ))
* don't create material request from sales order against the delivered items ([a5489ee ](a5489ee2ac ))
* handle expected_value_after_useful_life properly in asset value adjustment ([#35117 ](https://github.com/frappe/erpnext/issues/35117 )) ([80230fe ](80230fec3e ))
* handle finance book properly in trial balance and general ledger [v14] ([#35136 ](https://github.com/frappe/erpnext/issues/35136 )) ([344c339 ](344c339484 ))
* Hyperlink in Quality Inspection Summary ([e4ce6fa ](e4ce6fa195 ))
* incorrect paid_amount and exchange rate in PE ([f50b4d8 ](f50b4d80f1 ))
* linter issue ([78c34d7 ](78c34d71e2 ))
* linter issue ([453249d ](453249d868 ))
* Naming series error in Journal Entry template ([#35084 ](https://github.com/frappe/erpnext/issues/35084 )) ([7021e3a ](7021e3adb1 ))
* not able to create delivery note from sales order ([28dfc13 ](28dfc13dc6 ))
* Report link, option, and added a link for Sales Person in GP ([fc611cf ](fc611cf86b ))
* test case ([35ec125 ](35ec125b34 ))
* test case ([6597c74 ](6597c74d6c ))
* test case ([d844a2b ](d844a2b990 ))
* timeout error while submitting delivery note ([e33fb3b ](e33fb3b242 ))
* Updates in process statement of Accounts ([#35064 ](https://github.com/frappe/erpnext/issues/35064 )) ([bef9dd7 ](bef9dd79e7 ))
2023-05-03 04:22:30 +00:00
Deepesh Garg
51d9d0a454
Merge pull request #35131 from frappe/version-14-hotfix
...
chore: release v14
2023-05-03 09:50:51 +05:30
Anand Baburajan
344c339484
fix: handle finance book properly in trial balance and general ledger [v14] ( #35136 )
...
fix: handle FBs properly in general ledger and trial balance
2023-05-03 07:11:01 +05:30
mergify[bot]
bef9dd79e7
fix: Updates in process statement of Accounts ( #35064 )
...
* fix: Updates in process statement of Accounts (#35064 )
(cherry picked from commit ea0b03ae9e )
# Conflicts:
# erpnext/accounts/doctype/process_statement_of_accounts/process_statement_of_accounts.json
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-05-02 23:06:52 +05:30
rohitwaghchaure
815696964a
Merge pull request #35121 from frappe/mergify/bp/version-14-hotfix/pr-35118
...
fix: don't allow to make reposting for the closed period (backport #35118 )
2023-05-02 18:02:23 +05:30
ruthra kumar
f0ae02e921
Merge pull request #35132 from frappe/mergify/bp/version-14-hotfix/pr-35107
...
fix: incorrect paid_amount and exchange rate in Payment Entry (backport #35107 )
2023-05-02 15:43:08 +05:30
ruthra kumar
f50b4d80f1
fix: incorrect paid_amount and exchange rate in PE
...
If Company master has no default cash or bank account set but Party has
default company bank account set. In this case, paid_amount and
conversion rate are not calculated correctly
(cherry picked from commit 123355392b )
2023-05-02 09:39:03 +00:00
ruthra kumar
7ad795bec5
Merge pull request #35129 from frappe/mergify/bp/version-14-hotfix/pr-35091
...
refactor: button to toggle parent doc cost center preference for rounding adjustment amount (backport #35091 )
2023-05-02 15:07:54 +05:30
ruthra kumar
662d9cb5aa
Merge pull request #35128 from frappe/mergify/bp/version-14-hotfix/pr-35061
...
refactor: don't book exchange gain/loss for sales/purchase orders (backport #35061 )
2023-05-02 15:07:09 +05:30
ruthra kumar
8ac718d98c
refactor: checkbox to toggle parent doc cost center preference
...
(cherry picked from commit 4ccce93394 )
2023-05-02 08:38:13 +00:00
ruthra kumar
3810b02023
refactor: checkbox in Sales Invoice
...
(cherry picked from commit 0f3b06cc8a )
2023-05-02 08:38:13 +00:00
ruthra kumar
25b37737a2
refactor: checkbox to toggle parent doc cost center preference
...
(cherry picked from commit ebe6787510 )
2023-05-02 08:38:13 +00:00
ruthra kumar
0e39e5e868
refactor: checkbox in purchase invoice
...
(cherry picked from commit b44331c981 )
2023-05-02 08:38:13 +00:00
ruthra kumar
fedde7fe3b
test: Sales/Purchase Orders will not book Exchange gain/loss
...
(cherry picked from commit ce4e18c8d2 )
2023-05-02 08:34:53 +00:00
ruthra kumar
551c96e1e5
refactor: don't book exch gain/loss for sales/purchase orders
...
(cherry picked from commit effb34bbfa )
2023-05-02 08:34:53 +00:00
rohitwaghchaure
78c34d71e2
fix: linter issue
2023-05-02 14:01:26 +05:30
rohitwaghchaure
453249d868
fix: linter issue
2023-05-02 11:08:06 +05:30
rohitwaghchaure
35ec125b34
fix: test case
2023-05-02 11:00:12 +05:30
rohitwaghchaure
2f3ed23a9d
Merge pull request #35125 from frappe/mergify/bp/version-14-hotfix/pr-35123
...
fix: timeout error while submitting delivery note (backport #35123 )
2023-05-02 00:00:46 +05:30
rohitwaghchaure
6597c74d6c
fix: test case
2023-05-01 23:32:54 +05:30
Rohit Waghchaure
e33fb3b242
fix: timeout error while submitting delivery note
...
(cherry picked from commit 2d5ccc07b1 )
2023-05-01 18:01:02 +00:00
rohitwaghchaure
d844a2b990
fix: test case
2023-05-01 20:49:17 +05:30
rohitwaghchaure
3ba2b9ed2e
fix: conflicts
2023-05-01 20:47:12 +05:30
Rohit Waghchaure
cca2fcec54
fix: don't allow to make reposting for the closed period
...
(cherry picked from commit f751727149 )
# Conflicts:
# erpnext/accounts/doctype/period_closing_voucher/test_period_closing_voucher.py
2023-05-01 15:12:01 +00:00
Anand Baburajan
80230fec3e
fix: handle expected_value_after_useful_life properly in asset value adjustment ( #35117 )
2023-05-01 19:53:39 +05:30
mergify[bot]
7021e3adb1
fix: Naming series error in Journal Entry template ( #35084 )
...
fix: Naming series error in Journal Entry template (#35084 )
(cherry picked from commit f3b3dabb9a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-05-01 13:02:11 +05:30
rohitwaghchaure
69c0d81c55
Merge pull request #35093 from frappe/mergify/bp/version-14-hotfix/pr-35092
...
fix: not able to create delivery note from sales order (backport #35092 )
2023-04-30 14:54:43 +05:30
Rohit Waghchaure
28dfc13dc6
fix: not able to create delivery note from sales order
...
(cherry picked from commit bdf2f7416a )
2023-04-28 10:33:23 +00:00
rohitwaghchaure
5f381cd520
Merge pull request #35070 from frappe/mergify/bp/version-14-hotfix/pr-35066
...
fix: don't create material request from sales order against delivered items (backport #35066 )
2023-04-28 16:02:15 +05:30
Sagar Sharma
8571e6c5d2
Merge pull request #35088 from frappe/mergify/bp/version-14-hotfix/pr-35081
...
fix: Hyperlink in Quality Inspection Summary (backport #35081 )
2023-04-28 12:53:45 +05:30
Nihantra Patel
e4ce6fa195
fix: Hyperlink in Quality Inspection Summary
...
(cherry picked from commit 72dd7884a8 )
2023-04-28 07:19:15 +00:00
ruthra kumar
ef3d352a17
Merge pull request #35080 from frappe/mergify/bp/version-14-hotfix/pr-35077
...
fix: Report link, option, and added a link for Sales Person in GP (backport #35077 )
2023-04-27 17:42:30 +05:30
Nihantra Patel
fc611cf86b
fix: Report link, option, and added a link for Sales Person in GP
...
(cherry picked from commit 6dfca79af3 )
2023-04-27 11:12:01 +00:00
Rohit Waghchaure
a5489ee2ac
fix: don't create material request from sales order against the delivered items
...
(cherry picked from commit 1e2deee579 )
2023-04-27 03:36:23 +00:00
Frappe PR Bot
85f3a5d318
chore(release): Bumped to Version 14.23.0
...
# [14.23.0](https://github.com/frappe/erpnext/compare/v14.22.3...v14.23.0 ) (2023-04-25)
### Bug Fixes
* `PermissionError` in Work Order ([a3568c1 ](a3568c1b27 ))
* Add company field to lower deduction certificate ([#34914 ](https://github.com/frappe/erpnext/issues/34914 )) ([d732083 ](d732083166 ))
* add item-code filter for SCR supplied-items batch-no ([7c4f83e ](7c4f83ed60 ))
* add limit for get_next_stock_reco ([#34937 ](https://github.com/frappe/erpnext/issues/34937 )) ([7131ff2 ](7131ff28fd ))
* added validation for extra job card ([a5fde5d ](a5fde5d933 ))
* batch qty conversion factor issue fixed in pos transaction ([#34917 ](https://github.com/frappe/erpnext/issues/34917 )) ([56ef0ba ](56ef0baa9d ))
* broken 'set exchange gain/loss' btn in payment entry ([#34940 ](https://github.com/frappe/erpnext/issues/34940 )) ([00968ba ](00968badf5 ))
* Bulk Payment Entry from PO/SO ([#34942 ](https://github.com/frappe/erpnext/issues/34942 )) ([878d747 ](878d7477bc ))
* click handler should not attempt indexed access of empty array ([#35013 ](https://github.com/frappe/erpnext/issues/35013 )) ([06f204a ](06f204a8d6 ))
* Common party JV cost center ([#35008 ](https://github.com/frappe/erpnext/issues/35008 )) ([693007a ](693007adfe ))
* duplicate reposting entries of same voucher ([aeac43c ](aeac43ccf9 ))
* FEC report for France accountancy ([#34781 ](https://github.com/frappe/erpnext/issues/34781 )) ([6aabab2 ](6aabab26d8 ))
* filtering via batch no ([#34951 ](https://github.com/frappe/erpnext/issues/34951 )) ([3b23fc1 ](3b23fc1eba )), closes [#34950 ](https://github.com/frappe/erpnext/issues/34950 )
* Incorrect difference value in Stock and Account Value Comparison report ([e7ca833 ](e7ca833929 ))
* incorrect OR condition causing timeout error ([c020789 ](c020789bfc ))
* internal Purchase Receipt GL Entries ([f7e436f ](f7e436fe71 ))
* item not showing in the BOM ([28cd79a ](28cd79a040 ))
* pass reference_doctype in link queries (backport [#35038 ](https://github.com/frappe/erpnext/issues/35038 )) ([#35039 ](https://github.com/frappe/erpnext/issues/35039 )) ([5cc3978 ](5cc3978c16 ))
* Payment entry with TDS in bank reco statement ([#34961 ](https://github.com/frappe/erpnext/issues/34961 )) ([f43ea0d ](f43ea0d6ff ))
* per_billed condition for Payment Entry ([#34969 ](https://github.com/frappe/erpnext/issues/34969 )) ([f9f42c7 ](f9f42c7e98 ))
* process_loss_percentage in BOM ([4418862 ](4418862965 ))
* removed depends on for the Employee Detail section ([9d17d3f ](9d17d3ff06 ))
* respect title_field from doctype to bulk transactions ([#34928 ](https://github.com/frappe/erpnext/issues/34928 )) ([29aa4a0 ](29aa4a0222 ))
* set `frappe.flags.company` to call regional code accurately ([789dfd6 ](789dfd6774 ))
* simplify `erpnext.get_region` ([87595bd ](87595bdb7e ))
* SLA permissions (backport [#34981 ](https://github.com/frappe/erpnext/issues/34981 )) ([#34986 ](https://github.com/frappe/erpnext/issues/34986 )) ([83a1b83 ](83a1b836f9 ))
* stock entry type issue ([33a1608 ](33a16086ef ))
* **test:** `test_backdated_stock_reco_cancellation_future_negative_stock` ([2ad157b ](2ad157bd77 ))
* **test:** `test_internal_pr_gl_entries` ([7740ceb ](7740ceb27e ))
* Unable to allocate advance against invoice ([#35007 ](https://github.com/frappe/erpnext/issues/35007 )) ([5045ad6 ](5045ad6be6 ))
* use `functools.wraps` to preserve doc signature ([2ec18eb ](2ec18eb4cf ))
* use CombineDatetime instead of Timestamp in QB queries ([55da91c ](55da91cb34 ))
* use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (backport [#35031 ](https://github.com/frappe/erpnext/issues/35031 )) ([#35035 ](https://github.com/frappe/erpnext/issues/35035 )) ([5630e81 ](5630e8189b ))
* Use set instead of db_set as it is called from validate ([#34967 ](https://github.com/frappe/erpnext/issues/34967 )) ([6650212 ](665021270f ))
* v14, Bank Reconcile Tools not cover case JV debit bank ([#35000 ](https://github.com/frappe/erpnext/issues/35000 )) ([82d8379 ](82d8379188 ))
* validation for internal transfer entry ([a582354 ](a5823547d3 ))
* value of depreciable assets not updating after manual depr entry [v14] ([#35010 ](https://github.com/frappe/erpnext/issues/35010 )) ([3c75e55 ](3c75e55cb9 ))
* wrong qty of remaining work orders to be created when using "Create" > "Work Order" ([#34726 ](https://github.com/frappe/erpnext/issues/34726 )) ([47df41f ](47df41fdbd ))
### Features
* Reconcile Payments in background ([#34596 ](https://github.com/frappe/erpnext/issues/34596 )) ([5923a80 ](5923a80a0f ))
### Performance Improvements
* Journal Entries (backport [#34918 ](https://github.com/frappe/erpnext/issues/34918 )) ([#35054 ](https://github.com/frappe/erpnext/issues/35054 )) ([39b5147 ](39b5147768 ))
### Reverts
* Revert "fix: Rate from LDC in TDS reports (#33699 )" ([f44a79f ](f44a79fa73 )), closes [#33699 ](https://github.com/frappe/erpnext/issues/33699 )
2023-04-25 17:00:40 +00:00
Deepesh Garg
b1473c9932
Merge pull request #35034 from frappe/version-14-hotfix
...
chore: release v14
2023-04-25 22:28:48 +05:30
mergify[bot]
82d8379188
fix: v14, Bank Reconcile Tools not cover case JV debit bank ( #35000 )
...
fix: v14, Bank Reconcile Tools not cover case JV debit bank (#35000 )
(cherry picked from commit c36dc3dc57 )
Co-authored-by: Kitti U. @ Ecosoft <kittiu@gmail.com >
2023-04-25 21:58:27 +05:30
mergify[bot]
39b5147768
perf: Journal Entries (backport #34918 ) ( #35054 )
...
* refactor: rewrite `get_stock_value_on()` queries in `QB`
(cherry picked from commit e43bc38e05 )
* refactor: sum up SLE value in query
(cherry picked from commit 9a37ac6c25 )
* refactor: `get_stock_value_on()` to get stock value of multiple warehouses at once
(cherry picked from commit e782a054c8 )
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-04-25 21:53:07 +05:30
mergify[bot]
d732083166
fix: Add company field to lower deduction certificate ( #34914 )
...
* fix: Add company field to lower deduction certificate (#34914 )
(cherry picked from commit b545e3def0 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-25 21:33:43 +05:30
mergify[bot]
693007adfe
fix: Common party JV cost center ( #35008 )
...
fix: Common party JV cost center (#35008 )
(cherry picked from commit f88431a79a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-25 21:16:59 +05:30
mergify[bot]
f43ea0d6ff
fix: Payment entry with TDS in bank reco statement ( #34961 )
...
fix: Payment entry with TDS in bank reco statement (#34961 )
(cherry picked from commit ecea9b44a3 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-25 21:13:20 +05:30
mergify[bot]
f9f42c7e98
fix: per_billed condition for Payment Entry ( #34969 )
...
fix: per_billed condition for Payment Entry (#34969 )
(cherry picked from commit d6bc8bba8b )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-04-25 21:12:58 +05:30
mergify[bot]
06f204a8d6
fix: click handler should not attempt indexed access of empty array ( #35013 )
...
fix: click handler should not attempt indexed access of empty array (#35013 )
fix: click handler should not attempt indexed access
of empty array
(cherry picked from commit 3d90b970d1 )
Co-authored-by: tundebabzy <tundebabzy@gmail.com >
2023-04-25 21:11:08 +05:30
mergify[bot]
47df41fdbd
fix: wrong qty of remaining work orders to be created when using "Create" > "Work Order" ( #34726 )
...
fix: wrong qty of remaining work orders to be created when using "Create" > "Work Order" (#34726 )
* fix: convert asynchronous field update to synchronous
* fix: wrong qty of remaining work orders to be created when using "Create" > "Work Order"
(cherry picked from commit 189b020d22 )
Co-authored-by: danjeremynavarro <46537526+danjeremynavarro@users.noreply.github.com >
2023-04-25 20:08:01 +05:30
mergify[bot]
878d7477bc
fix: Bulk Payment Entry from PO/SO ( #34942 )
...
fix: Bulk Payment Entry from PO/SO (#34942 )
Co-authored-by: Nihantra Patel <n.patel.serpentcs@gmail.com >
(cherry picked from commit f1acc5fabb )
Co-authored-by: Solufy Solution <34390782+Solufyin@users.noreply.github.com >
2023-04-25 20:05:34 +05:30
mergify[bot]
29aa4a0222
fix: respect title_field from doctype to bulk transactions ( #34928 )
...
fix: respect title_field from doctype to bulk transactions (#34928 )
(cherry picked from commit 22290c2694 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
2023-04-25 20:05:13 +05:30
mergify[bot]
5045ad6be6
fix: Unable to allocate advance against invoice ( #35007 )
...
fix: Unable to allocate advance against invoice (#35007 )
(cherry picked from commit f7b50f2ade )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-25 20:04:47 +05:30
mergify[bot]
665021270f
fix: Use set instead of db_set as it is called from validate ( #34967 )
...
fix: Use set instead of db_set as it is called from validate (#34967 )
(cherry picked from commit 72b5c1f70a )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2023-04-25 20:04:28 +05:30
mergify[bot]
5923a80a0f
feat: Reconcile Payments in background ( #34596 )
...
feat: Reconcile Payments in background (#34596 )
* feat: auto reconcile in background
* chore: Option to enable auto reconciliation in settings
* refactor: validate if feature is enabled in settings
* refactor: check for running job while using reconciliation tool
* chore: using doc to get filter values
* chore: use frappe.db.get_value in validations
* chore: cleanup commented out code
* chore: replace get_list with get_all
* chore: use block scope variable
* chore: type information for functions
* refactor: flag to ignore job validation check
* refactor: update parent doc status if all reconciled
* chore: create test_records file
* test: create a bunch of vouchers for testing auto reconcile
* chore: renamed auto_reconcile to process_payment_reconciliation
* chore: another child doctype to hold payments
* chore: remove duplicate field
* chore: add fetched payments to log
* chore: Popup comment message update
* chore: replace get_all with get_value
* chore: replace label in settings page
* chore: remove unit test and records
* refactor: status in reconciliation log
* refactor: set status in log as well
* chore: fix field name
* chore: change triggered job name
* chore: use status field in list view of log
* chore: status while there are no allocations
* refactor: split trigger function into two
* chore: adding cancelled status
* refactor: function trigger queued docs
* chore: cron job scheduled
* chore: fixing accouts settings json file
* chore: typos and variable scope
* chore: use 'pluck' in db call
* chore: remove redundant whitelist decorator
* chore: use single DB call to fetch values
* chore: replace get_all with get_value
* refactor: use raw db calls to fetch reconciliation log records
Using get_doc on `Process Payment Reconciliation Log` is costly when
handling large volumes of invoices.
Use raw frappe.db.get_all to selectively pull status and reconciled count
* chore: update status on successful batch operation
* chore: make payment table readonly
* chore: ability to pause the background job
* chore: remove isolate_each_allocation
* chore: more description in progress bar
* refactor: partially working state
* refactor: update reconcile flag and setting hard limits for fetching
* chore: make allocation editable -- NEED TO REVERT
* chore: pause button
* refactor: skip setter function in Payment Entry for better performan
* refactor: split reconcile function and skip a setter function
1. Split reconcile function into 2
2. While reconciling against payment entry, skip a
set_missing_ref_details setter method
* chore: increase payment limit
* refactor: replace frappe.db.get_all with frappe.db.get_value
* chore: remove unwanted doctypes
* refactor: make allocation table readonly
* perf: update ref_details only for newly linked invoices
* chore: rename skip flag
* refactor(UI): receivable_payable field should auto populate
* refactor: no control statements in finally block
* chore: cleanup section and rename checkbox
* chore: update new fieldname in code
* chore: update error msg
* refactor: start and pause integrated into status
pause checkbox has been removed
* refactor: added cancelled status to the log doctype
1. Moved the status section to the bottom in parent doc
2. Using alerts to indicate Job trigger status
(cherry picked from commit ed14d1ce44 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-04-25 19:20:06 +05:30
mergify[bot]
5cc3978c16
fix: pass reference_doctype in link queries (backport #35038 ) ( #35039 )
...
fix: pass reference_doctype in link queries (#35038 )
(cherry picked from commit 6de71eb158 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-04-25 18:42:32 +05:30
mergify[bot]
5630e8189b
fix: use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (backport #35031 ) ( #35035 )
...
fix: use filter_by_finance_book instead of only_depreciable_assets in fixed asset register (#35031 )
fix: use filter_by_finance_book instead of only_depreciable_assets
(cherry picked from commit e08d636bf7 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-04-25 15:53:10 +05:30
rohitwaghchaure
d121282439
Merge pull request #35016 from frappe/mergify/bp/version-14-hotfix/pr-35012
...
fix: item not showing in the BOM (backport #35012 )
2023-04-25 14:49:35 +05:30
Anand Baburajan
3c75e55cb9
fix: value of depreciable assets not updating after manual depr entry [v14] ( #35010 )
...
* fix: update value of asset with calc_depr on after manual depr entry
* fix: value of asset with calc_depr on after manual depr entry not reflecting in asset_depr_and_bal report
* chore: add validation for depr journal entry
* test: manual_depr_for_depreciable_asset and manual_depr_w_incorrect_jv_voucher_type
* chore: unlink depreciable asset from manual depr entry
2023-04-25 12:44:58 +05:30
rohitwaghchaure
aa22cccf99
Merge pull request #35028 from frappe/mergify/bp/version-14-hotfix/pr-35026
...
Revert "fix: Incorrect difference value in Stock and Account Value Comparison…" (backport #35026 )
2023-04-25 12:10:03 +05:30
rohitwaghchaure
7d9c9884dc
Revert "fix: Incorrect difference value in Stock and Account Value Comparison…"
...
(cherry picked from commit 7a63fbef4f )
2023-04-25 06:39:36 +00:00
ruthra kumar
e03eaa31fe
Merge pull request #35023 from frappe/mergify/bp/version-14-hotfix/pr-34974
...
Revert "fix: Rate from LDC in TDS reports" (backport #34974 )
2023-04-25 12:04:50 +05:30
ruthra kumar
f44a79fa73
Revert "fix: Rate from LDC in TDS reports ( #33699 )"
...
This reverts commit db9beb3cdd .
(cherry picked from commit cb7a99cbaa )
2023-04-25 05:47:51 +00:00
Frappe PR Bot
943acbfea8
chore(release): Bumped to Version 14.22.3
...
## [14.22.3](https://github.com/frappe/erpnext/compare/v14.22.2...v14.22.3 ) (2023-04-24)
### Bug Fixes
* incorrect OR condition causing timeout error ([d5910fb ](d5910fba44 ))
2023-04-24 12:41:30 +00:00
rohitwaghchaure
e955eeeabc
Merge pull request #35018 from frappe/mergify/bp/version-14/pr-35017
...
fix: incorrect OR condition causing timeout error (For more than 50 line items) (backport #35015 ) (backport #35017 )
2023-04-24 18:09:45 +05:30
Rohit Waghchaure
d5910fba44
fix: incorrect OR condition causing timeout error
...
(cherry picked from commit 379b215aea )
(cherry picked from commit c020789bfc )
2023-04-24 12:39:21 +00:00
rohitwaghchaure
c8622fb46f
Merge pull request #35017 from frappe/mergify/bp/version-14-hotfix/pr-35015
...
fix: incorrect OR condition causing timeout error (For more than 50 line items) (backport #35015 )
2023-04-24 18:08:34 +05:30
Rohit Waghchaure
c020789bfc
fix: incorrect OR condition causing timeout error
...
(cherry picked from commit 379b215aea )
2023-04-24 12:37:50 +00:00
Rohit Waghchaure
28cd79a040
fix: item not showing in the BOM
...
(cherry picked from commit 02c3b41dc2 )
2023-04-24 12:37:26 +00:00
mergify[bot]
70014028e9
chore: ERPNext setup wizard cleanup ( #33675 )
...
chore: ERPNext setup wizard cleanup (#33675 )
* chore: ERPNext setup wizard cleanup
* chore: Remove default website
* chore: Remove flaky tests
* chore: remove unwanted tests
(cherry picked from commit 3598bcc9a8 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-24 15:28:41 +05:30
rohitwaghchaure
79cbe1cce8
Merge pull request #34995 from frappe/mergify/bp/version-14-hotfix/pr-34994
...
fix: duplicate reposting entries of same voucher (backport #34994 )
2023-04-22 14:55:50 +05:30
Rohit Waghchaure
aeac43ccf9
fix: duplicate reposting entries of same voucher
...
(cherry picked from commit f2253dd645 )
2023-04-22 08:38:53 +00:00
rohitwaghchaure
a5e6b371ac
Merge pull request #34987 from frappe/mergify/bp/version-14-hotfix/pr-34982
...
fix: added validation for extra job cards (backport #34982 )
2023-04-22 08:40:42 +05:30
mergify[bot]
83a1b836f9
fix: SLA permissions (backport #34981 ) ( #34986 )
...
fix: SLA permissions (#34981 )
(cherry picked from commit ac871797b2 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-04-21 21:13:38 +05:30
rohitwaghchaure
6e03c09017
Merge pull request #34983 from frappe/mergify/bp/version-14-hotfix/pr-34980
...
fix: validation for internal transfer entry (backport #34980 )
2023-04-21 18:53:41 +05:30
Rohit Waghchaure
a5fde5d933
fix: added validation for extra job card
...
(cherry picked from commit 6a0b7c9e8c )
2023-04-21 13:21:27 +00:00
Rohit Waghchaure
a5823547d3
fix: validation for internal transfer entry
...
(cherry picked from commit 19911b48fd )
2023-04-21 12:16:43 +00:00
mergify[bot]
00968badf5
fix: broken 'set exchange gain/loss' btn in payment entry ( #34940 )
...
fix: broken set exchagne gain/loss btn broken in payment entry
(cherry picked from commit df0682fa8c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-04-21 14:26:10 +05:30
mergify[bot]
6aabab26d8
fix: FEC report for France accountancy ( #34781 )
...
fix: FEC report for France accountancy (#34781 )
* fix: FEC report for France Accountancy legal requirement
* fix: FEC report for France Accountancy legal requirement
* fix: change to query standard
* fix: change to query standard
* fix: columns to standard dict
* fix: columns to standard dict
* fix: columns to data
* refactor: french report FEC
* refactor: french report FEC (2)
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit af8da53cf4 )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2023-04-21 14:23:18 +05:30
mergify[bot]
de86e8fb95
chore: Move source and campaign to more info section ( #34946 )
...
chore: Move source and campaign to more info section (#34946 )
(cherry picked from commit a02705ded7 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-21 14:22:42 +05:30
ruthra kumar
e5048812fd
Merge pull request #34943 from frappe/mergify/bp/version-14-hotfix/pr-34922
...
refactor: refactor set_missing_values and set_missing_ref_details in Payment Entry (backport #34922 )
2023-04-21 09:41:28 +05:30
rohitwaghchaure
237bd6e831
Merge pull request #34964 from frappe/mergify/bp/version-14-hotfix/pr-34960
...
fix: stock entry type issue (backport #34960 )
2023-04-20 23:41:46 +05:30
rohitwaghchaure
c2953bc3e0
Merge pull request #34965 from frappe/mergify/bp/version-14-hotfix/pr-34958
...
fix: removed depends on for the Employee Detail section (backport #34958 )
2023-04-20 23:41:06 +05:30
Rohit Waghchaure
9d17d3ff06
fix: removed depends on for the Employee Detail section
...
(cherry picked from commit a90a5b4aa4 )
2023-04-20 12:34:34 +00:00
Rohit Waghchaure
33a16086ef
fix: stock entry type issue
...
(cherry picked from commit c3b5dcb767 )
2023-04-20 12:34:11 +00:00
Sagar Vora
6e0d22c23b
Merge pull request #34962 from frappe/mergify/bp/version-14-hotfix/pr-34738
...
fix: misc regional improvements (backport #34738 )
2023-04-20 05:20:19 -07:00
Sagar Vora
2ec18eb4cf
fix: use functools.wraps to preserve doc signature
...
(cherry picked from commit 776b56ccd1 )
2023-04-20 12:18:21 +00:00
Sagar Vora
87595bdb7e
fix: simplify erpnext.get_region
...
(cherry picked from commit 2fa641f86d )
2023-04-20 12:18:21 +00:00
Sagar Vora
789dfd6774
fix: set frappe.flags.company to call regional code accurately
...
(cherry picked from commit 17ef3c964f )
2023-04-20 12:18:20 +00:00
mergify[bot]
56ef0baa9d
fix: batch qty conversion factor issue fixed in pos transaction ( #34917 )
...
fix: batch qty conversion factor issue fixed in pos transaction (#34917 )
(cherry picked from commit 59f3fedbf7 )
Co-authored-by: Vishal Dhayagude <vishdha@users.noreply.github.com >
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2023-04-20 17:23:23 +05:30
Sagar Sharma
11e4fcb058
Merge pull request #34956 from frappe/mergify/bp/version-14-hotfix/pr-34953
...
fix: `PermissionError` in Work Order (backport #34953 )
2023-04-20 16:01:47 +05:30
s-aga-r
a3568c1b27
fix: PermissionError in Work Order
...
(cherry picked from commit 8108b2de0a )
2023-04-20 10:28:04 +00:00
rohitwaghchaure
2a48a7b427
Merge pull request #34955 from frappe/mergify/bp/version-14-hotfix/pr-34954
...
fix: process_loss_percentage in BOM (backport #34954 )
2023-04-20 15:02:05 +05:30
Nihantra Patel
4418862965
fix: process_loss_percentage in BOM
...
(cherry picked from commit b572bef71d )
2023-04-20 09:31:46 +00:00
rohitwaghchaure
e5aae90078
Merge pull request #34944 from frappe/mergify/bp/version-14-hotfix/pr-34912
...
fix: internal Purchase Receipt GL Entries (backport #34912 )
2023-04-20 14:36:56 +05:30
Sagar Sharma
e2818afb62
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34912
2023-04-20 14:05:48 +05:30
s-aga-r
7740ceb27e
fix(test): test_internal_pr_gl_entries
2023-04-20 14:05:08 +05:30
ruthra kumar
3d3da75726
refactor: update ref details for selected references
...
set_missing_ref_details can update only for selected references
(cherry picked from commit b7d6e30f63 )
2023-04-20 13:29:51 +05:30
ruthra kumar
8c5d644671
refactor: move set_missing_ref_detials out of set_missing_values
...
(cherry picked from commit 11cb2db3fe )
2023-04-20 13:29:47 +05:30
Frappe PR Bot
ca9b02fb53
chore(release): Bumped to Version 14.22.2
...
## [14.22.2](https://github.com/frappe/erpnext/compare/v14.22.1...v14.22.2 ) (2023-04-20)
### Bug Fixes
* filtering via batch no ([#34951 ](https://github.com/frappe/erpnext/issues/34951 )) ([1b827e6 ](1b827e6b67 )), closes [#34950 ](https://github.com/frappe/erpnext/issues/34950 )
2023-04-20 07:24:45 +00:00
Deepesh Garg
74abe94711
Merge pull request #34952 from frappe/mergify/bp/version-14/pr-34951
...
fix: filtering via batch no (backport #34951 )
2023-04-20 12:53:14 +05:30
mergify[bot]
1b827e6b67
fix: filtering via batch no ( #34951 )
...
fix: filtering via batch no(#34950 )
* fix: filtering via batch no
(cherry picked from commit ea6eeace80 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 3b23fc1eba )
2023-04-20 07:21:04 +00:00
mergify[bot]
3b23fc1eba
fix: filtering via batch no ( #34951 )
...
fix: filtering via batch no(#34950 )
* fix: filtering via batch no
(cherry picked from commit ea6eeace80 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-20 12:50:40 +05:30
Sagar Sharma
1743413e00
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34912
2023-04-20 12:19:43 +05:30
Sagar Sharma
c11b98fa9f
Merge pull request #34926 from frappe/mergify/bp/version-14-hotfix/pr-34895
...
fix: use `CombineDatetime` instead of `Timestamp` in QB queries (backport #34895 )
2023-04-20 12:17:32 +05:30
Sagar Sharma
a2c25ed49e
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34895
2023-04-20 12:17:12 +05:30
s-aga-r
2ad157bd77
fix(test): test_backdated_stock_reco_cancellation_future_negative_stock
...
(cherry picked from commit 11c8503180 )
2023-04-20 06:06:05 +00:00
s-aga-r
7cc0129302
test: add test case for internal PR GL Entries
...
(cherry picked from commit c86c543fbf )
2023-04-20 06:06:05 +00:00
s-aga-r
f7e436fe71
fix: internal Purchase Receipt GL Entries
...
(cherry picked from commit 6fca9adcd4 )
2023-04-20 06:06:05 +00:00
ruthra kumar
1ab83c5c02
Merge pull request #34916 from frappe/mergify/bp/version-14-hotfix/pr-34838
...
refactor: toggle merging similar ledger entries in JE (backport #34838 )
2023-04-20 11:15:36 +05:30
Frappe PR Bot
6faf459f97
chore(release): Bumped to Version 14.22.1
...
## [14.22.1](https://github.com/frappe/erpnext/compare/v14.22.0...v14.22.1 ) (2023-04-20)
### Bug Fixes
* add limit for get_next_stock_reco ([#34937 ](https://github.com/frappe/erpnext/issues/34937 )) ([78ad0ea ](78ad0eaa74 ))
2023-04-20 05:12:57 +00:00
Deepesh Garg
40058c2617
Merge pull request #34939 from frappe/mergify/bp/version-14/pr-34938
...
fix: add limit for get_next_stock_reco (#34937 )
2023-04-20 10:41:31 +05:30
mergify[bot]
78ad0eaa74
fix: add limit for get_next_stock_reco ( #34937 )
...
fix: limit stock reco issue
(cherry picked from commit fcfa8842a7 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
(cherry picked from commit 7131ff28fd )
2023-04-20 05:08:45 +00:00
mergify[bot]
7131ff28fd
fix: add limit for get_next_stock_reco ( #34937 )
...
fix: limit stock reco issue
(cherry picked from commit fcfa8842a7 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-04-20 10:37:58 +05:30
Sagar Sharma
33d89b4a8b
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34895
2023-04-20 10:05:58 +05:30
rohitwaghchaure
fef381e8eb
Merge pull request #34930 from frappe/mergify/bp/version-14-hotfix/pr-34929
...
fix: Incorrect difference value in Stock and Account Value Comparison… (backport #34929 )
2023-04-19 23:58:34 +05:30
Sagar Sharma
9e148b4277
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34895
2023-04-19 21:21:52 +05:30
Rohit Waghchaure
e7ca833929
fix: Incorrect difference value in Stock and Account Value Comparison report
...
(cherry picked from commit a77182645f )
2023-04-19 15:38:16 +00:00
Sagar Sharma
322102e56b
Merge pull request #34927 from frappe/mergify/bp/version-14-hotfix/pr-34901
...
fix: add item-code filter for SCR supplied-items batch-no (backport #34901 )
2023-04-19 19:26:39 +05:30
s-aga-r
7c4f83ed60
fix: add item-code filter for SCR supplied-items batch-no
...
(cherry picked from commit e91abbfbe3 )
2023-04-19 13:54:00 +00:00
s-aga-r
55da91cb34
fix: use CombineDatetime instead of Timestamp in QB queries
...
(cherry picked from commit 91a398a191 )
2023-04-19 13:50:30 +00:00
ruthra kumar
9f090d2861
chore(patch): by default ledger entries of JE's will not be merged
...
(cherry picked from commit 3f537d30bd )
2023-04-19 09:59:36 +05:30
ruthra kumar
93bc1c5382
refactor: checkbox to toggle merging of JE account heads
...
(cherry picked from commit a3e3fe149d )
2023-04-19 04:19:31 +00:00
Frappe PR Bot
b12bd5f558
chore(release): Bumped to Version 14.22.0
...
# [14.22.0](https://github.com/frappe/erpnext/compare/v14.21.0...v14.22.0 ) (2023-04-19)
### Bug Fixes
* Add offers info to website item ([#34873 ](https://github.com/frappe/erpnext/issues/34873 )) ([f1a1fc6 ](f1a1fc6c5b ))
* Advance payment against payment terms ([#34872 ](https://github.com/frappe/erpnext/issues/34872 )) ([7461239 ](7461239218 ))
* change discuss forum url ([#34891 ](https://github.com/frappe/erpnext/issues/34891 )) ([8f26d62 ](8f26d62b35 ))
* don't show disabled warehouses in the Warehouse Wise Stock Balance report ([461780d ](461780da22 ))
* Don't use stale item details ([#34847 ](https://github.com/frappe/erpnext/issues/34847 )) ([c11aeba ](c11aebaaae ))
* for Tree Type item and item group show net amount ([#31776 ](https://github.com/frappe/erpnext/issues/31776 )) ([7c8194a ](7c8194a1a8 ))
* linters issues ([c53dc06 ](c53dc06f80 ))
* Remove unnecessary checkbox from Accounts doctype ([#34821 ](https://github.com/frappe/erpnext/issues/34821 )) ([0cf6144 ](0cf6144b3f ))
* selling workspace is not migrating properly ([79fd38c ](79fd38cf3f ))
* stock reco test case ([2f356dc ](2f356dcc6c ))
* too many writes error while making backdated stock reconciliation ([a981b79 ](a981b79865 ))
* unable to change `company` for manual `Serial No` entry ([2e7043c ](2e7043ca90 ))
* **ux:** don't throw error when company defaults aren't set ([#34825 ](https://github.com/frappe/erpnext/issues/34825 )) ([15f5e8d ](15f5e8d4ff ))
* whitelist doc method ([09b92fd ](09b92fd78c ))
### Features
* add german sales tax template ([#34823 ](https://github.com/frappe/erpnext/issues/34823 )) ([3738ea5 ](3738ea5794 ))
2023-04-19 01:36:11 +00:00
Deepesh Garg
be8a22d33b
Merge pull request #34905 from frappe/version-14-hotfix
...
chore: release v14
2023-04-19 07:04:25 +05:30
Sagar Sharma
757c168a8d
Merge pull request #34903 from frappe/mergify/bp/version-14-hotfix/pr-34860
...
fix: add items field label (backport #34860 )
2023-04-18 14:22:47 +05:30
s-aga-r
b0b00dc869
chore: add items field label
...
(cherry picked from commit c9418aab45 )
2023-04-18 07:35:01 +00:00
Ankush Menat
09b92fd78c
fix: whitelist doc method
...
This should've been whitelisted, looks like it was missed out
closes https://github.com/frappe/erpnext/issues/34898
(cherry picked from commit e4f152a416 )
2023-04-18 08:25:26 +05:30
mergify[bot]
f1a1fc6c5b
fix: Add offers info to website item ( #34873 )
...
fix: Add offers info to website item (#34873 )
* fix: Add offers info to website item
* Revert "fix: Add offers info to website item"
This reverts commit 88b598edb6 .
* fix: Add offer properties to website item
(cherry picked from commit 534ea5ad21 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-18 07:43:17 +05:30
mergify[bot]
8f26d62b35
fix: change discuss forum url ( #34891 )
...
fix: change discuss forum url (#34891 )
[skip ci]
(cherry picked from commit dd93ea067e )
Co-authored-by: MohsinAli <mmatiyailol@gmail.com >
2023-04-18 07:42:45 +05:30
rohitwaghchaure
8e9d72bd2e
Merge pull request #34887 from frappe/mergify/bp/version-14-hotfix/pr-34886
...
fix: stock reconciliation test case (backport #34886 )
2023-04-17 16:02:15 +05:30
mergify[bot]
7461239218
fix: Advance payment against payment terms ( #34872 )
...
* fix: Advance payment against payment terms (#34872 )
(cherry picked from commit 5c75894065 )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.py
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-17 15:54:54 +05:30
Rohit Waghchaure
2f356dcc6c
fix: stock reco test case
...
(cherry picked from commit 6bccd8644e )
2023-04-17 09:52:59 +00:00
rohitwaghchaure
4640febc83
Merge pull request #34884 from frappe/mergify/bp/version-14-hotfix/pr-34851
...
fix: too many writes error while making backdated stock reconciliation (backport #34851 )
2023-04-17 13:48:25 +05:30
Rohit Waghchaure
c53dc06f80
fix: linters issues
...
(cherry picked from commit d9dd64b4d2 )
2023-04-17 07:13:00 +00:00
Rohit Waghchaure
a981b79865
fix: too many writes error while making backdated stock reconciliation
...
(cherry picked from commit 7bfc8f1236 )
2023-04-17 07:13:00 +00:00
rohitwaghchaure
050339c88e
Merge pull request #34883 from frappe/mergify/bp/version-14-hotfix/pr-34882
...
fix: don't show disabled warehouses in the Warehouse Wise Stock Balance report (backport #34882 )
2023-04-17 12:41:25 +05:30
Rohit Waghchaure
461780da22
fix: don't show disabled warehouses in the Warehouse Wise Stock Balance report
...
(cherry picked from commit 9ceb1f6bda )
2023-04-17 06:31:44 +00:00
Shariq Ansari
e8db543028
Merge pull request #34877 from frappe/mergify/bp/version-14-hotfix/pr-34876
...
fix: selling workspace is not migrating properly (backport #34876 )
2023-04-16 14:30:23 +05:30
Shariq Ansari
79fd38cf3f
fix: selling workspace is not migrating properly
...
(cherry picked from commit 5a4dd354c1 )
2023-04-16 08:57:11 +00:00
Sagar Sharma
dfb1e105bd
Merge pull request #34868 from frappe/mergify/bp/version-14-hotfix/pr-34858
...
fix: unable to change `company` for manual `Serial No` entry (backport #34858 )
2023-04-15 12:45:29 +05:30
s-aga-r
2e7043ca90
fix: unable to change company for manual Serial No entry
...
(cherry picked from commit fb3271c624 )
2023-04-15 06:41:00 +00:00
mergify[bot]
7c8194a1a8
fix: for Tree Type item and item group show net amount ( #31776 )
...
fix: for Tree Type item and item group show net amout
(cherry picked from commit 91762097a5 )
Co-authored-by: hrzzz <paulo_fabris@hotmail.com >
2023-04-14 16:42:37 +05:30
mergify[bot]
15f5e8d4ff
fix(ux): don't throw error when company defaults aren't set ( #34825 )
...
fix(ux): don't throw error when company defaults aren't set (#34825 )
* fix(ux): don't throw error when company defaults aren't set; instead prompt account input.
* fix: translate label and title
(cherry picked from commit 51c4338661 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-04-14 16:42:12 +05:30
mergify[bot]
3738ea5794
feat: add german sales tax template ( #34823 )
...
feat: add german sales tax template (#34823 )
Nullsteuersatz nach § 12 Abs. 3 UStG
(cherry picked from commit 59f6b773cd )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-04-14 14:52:02 +05:30
mergify[bot]
c11aebaaae
fix: Don't use stale item details ( #34847 )
...
fix: Don't use stale item details (#34847 )
(cherry picked from commit a7051cb9b5 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-14 11:26:33 +05:30
mergify[bot]
0cf6144b3f
fix: Remove unnecessary checkbox from Accounts doctype ( #34821 )
...
fix: Remove unnecessary checkbox from Accounts doctype (#34821 )
(cherry picked from commit 66130493eb )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-14 11:26:14 +05:30
mergify[bot]
41a7d3fd60
chore: update CODEOWNERS ( #34817 )
...
* chore: update CODEOWNERS
[skip ci]
(cherry picked from commit aa8b241d5a )
# Conflicts:
# CODEOWNERS
* fix: conflicts
---------
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com >
2023-04-12 07:39:07 +05:30
Frappe PR Bot
2b0b24f7c3
chore(release): Bumped to Version 14.21.0
...
# [14.21.0](https://github.com/frappe/erpnext/compare/v14.20.3...v14.21.0 ) (2023-04-11)
### Bug Fixes
* `payment entry is already created` on posawesome. (backport [#34712 ](https://github.com/frappe/erpnext/issues/34712 )) ([#34752 ](https://github.com/frappe/erpnext/issues/34752 )) ([8ba1e0f ](8ba1e0f31e ))
* add german translation of "Partly Paid" ([#34776 ](https://github.com/frappe/erpnext/issues/34776 )) ([3023dbb ](3023dbbe95 ))
* Allocate tax loss to tax account head on early payment discount ([#34287 ](https://github.com/frappe/erpnext/issues/34287 )) ([be2990e ](be2990ec88 ))
* asset monthly WDV and DD schedule [v14] ([#34644 ](https://github.com/frappe/erpnext/issues/34644 )) ([88c8c36 ](88c8c36805 ))
* Bank clearance for case loan (disburstment/repayment) ([#34586 ](https://github.com/frappe/erpnext/issues/34586 )) ([f1687cf ](f1687cfb14 ))
* BOM Update Cost, when no actual qty ([8757435 ](8757435898 ))
* bom update log not working for large batch size ([551190a ](551190af30 ))
* Column value mismatch in COA blank template ([#34658 ](https://github.com/frappe/erpnext/issues/34658 )) ([5e03a4e ](5e03a4e9e2 ))
* consider qty field precision ([2c54e76 ](2c54e763e4 ))
* customer selection not mandatory in purchase invoice to fetch item details ([#34810 ](https://github.com/frappe/erpnext/issues/34810 )) ([994272b ](994272b966 ))
* don't include cancelled JVs in assdeprledger report ([3896d41 ](3896d41e95 ))
* enclose ternary operator in parentheses ([b835760 ](b835760b0b ))
* incorrect arg name in asset value adjustment ([8d9305e ](8d9305ee5f ))
* incorrect balance qty in the stock ledger report ([3494c9c ](3494c9ccb6 ))
* incorrect stock balance quantity for batch item ([d817c50 ](d817c50581 ))
* Item tax validity comparison fixes ([#34784 ](https://github.com/frappe/erpnext/issues/34784 )) ([cc21241 ](cc21241887 ))
* lost opportunity report issue ([#34626 ](https://github.com/frappe/erpnext/issues/34626 )) ([3e67994 ](3e67994cc7 ))
* Multiple issues in purchase invoice submission ([#34600 ](https://github.com/frappe/erpnext/issues/34600 )) ([5677f25 ](5677f25215 ))
* plaid log_error syntax issue (backport [#34642 ](https://github.com/frappe/erpnext/issues/34642 )) ([#34667 ](https://github.com/frappe/erpnext/issues/34667 )) ([61858a6 ](61858a60c2 ))
* posting time issue ([bb5eeb6 ](bb5eeb6bd6 ))
* provide filter by depreciable assets in fixed asset register ([#34803 ](https://github.com/frappe/erpnext/issues/34803 )) ([fee4cd5 ](fee4cd5f40 ))
* reposting record not created for backdated stock reco ([9b90323 ](9b90323d53 ))
* serial no with zero quantity issue in stock reco ([f47be46 ](f47be46717 ))
* Shop by category fixes (backport [#34688 ](https://github.com/frappe/erpnext/issues/34688 )) ([#34750 ](https://github.com/frappe/erpnext/issues/34750 )) ([3ad5d67 ](3ad5d676ab ))
* Subcontracting Receipt incorrect `status` ([99226d3 ](99226d3811 ))
* Supplier RFQ email link ([#34338 ](https://github.com/frappe/erpnext/issues/34338 )) ([a00459a ](a00459aec3 ))
* Total debit and credit while importing via Data Import ([#34659 ](https://github.com/frappe/erpnext/issues/34659 )) ([5e28d02 ](5e28d0234e ))
* **ui:** recalculate difference amount on allocation change ([#34694 ](https://github.com/frappe/erpnext/issues/34694 )) ([6b866e2 ](6b866e24f6 ))
* Unable to create payment request against purchase invoice ([#34762 ](https://github.com/frappe/erpnext/issues/34762 )) ([a1f7e35 ](a1f7e35914 ))
* use stock qty to calculate POS reserved stock ([c0f7f7d ](c0f7f7da42 ))
* UX for stock entry, bom and work order ([d4a6035 ](d4a6035c83 ))
### Features
* add `Received Qty` field in `Delivery Note Item` ([1c5e36c ](1c5e36c7b6 ))
* Auto allocate advance payments only against orders ([#34727 ](https://github.com/frappe/erpnext/issues/34727 )) ([05d24e3 ](05d24e3665 ))
### Reverts
* remove frappe.send_message (v14) ([#34816 ](https://github.com/frappe/erpnext/issues/34816 )) ([8a331e0 ](8a331e0f26 ))
2023-04-11 11:40:59 +00:00
Deepesh Garg
f72fc73913
Merge pull request #34813 from frappe/version-14-hotfix
...
chore: release v14
2023-04-11 17:09:31 +05:30
Ritwik Puri
8a331e0f26
revert: remove frappe.send_message (v14) ( #34816 )
...
revert: remove frappe.send_message
2023-04-11 16:10:32 +05:30
Deepesh Garg
da913d49a7
Merge branch 'version-14' into version-14-hotfix
2023-04-11 15:56:58 +05:30
rohitwaghchaure
21aea52c32
Merge pull request #34814 from frappe/mergify/bp/version-14-hotfix/pr-34808
...
fix: reposting record not created for backdated stock reconciliation (backport #34808 )
2023-04-11 15:36:32 +05:30
Rohit Waghchaure
9b90323d53
fix: reposting record not created for backdated stock reco
...
(cherry picked from commit 6851b5ba97 )
2023-04-11 09:33:26 +00:00
Deepesh Garg
994272b966
fix: customer selection not mandatory in purchase invoice to fetch item details ( #34810 )
2023-04-11 14:17:27 +05:30
mergify[bot]
fee4cd5f40
fix: provide filter by depreciable assets in fixed asset register ( #34803 )
...
fix: provide filter by depreciable assets in fixed asset register (#34803 )
(cherry picked from commit c957a5cd2e )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2023-04-11 13:50:04 +05:30
mergify[bot]
3023dbbe95
fix: add german translation of "Partly Paid" ( #34776 )
...
fix: add german translation of "Partly Paid" (#34776 )
(cherry picked from commit 934e1b4e6a )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-04-09 20:13:36 +05:30
mergify[bot]
cc21241887
fix: Item tax validity comparison fixes ( #34784 )
...
fix: Item tax validity comparison fixes (#34784 )
fix: Item tax validity comparsion fixes
(cherry picked from commit 6f6928fa7b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-09 18:55:11 +05:30
Sagar Sharma
66fdd1c13f
Merge pull request #34786 from frappe/mergify/bp/version-14-hotfix/pr-34632
...
refactor: rewrite `batch.py` queries in `QB` (backport #34632 )
2023-04-08 22:10:22 +05:30
s-aga-r
5723a200c5
chore: conflicts
2023-04-08 19:10:39 +05:30
s-aga-r
35c9493336
refactor: rewrite batch.py queries in QB
...
(cherry picked from commit 517b5f8567 )
# Conflicts:
# erpnext/stock/doctype/batch/batch.py
2023-04-08 07:41:49 +00:00
Anand Baburajan
b235b95bed
Merge pull request #34779 from frappe/mergify/bp/version-14-hotfix/pr-34735
...
'Make Asset Movement' button translation fix in asset_list.js (backport #34735 )
2023-04-07 15:34:20 +05:30
Hossein Yousefian
50abbded34
'Make Asset Movement' button translation fix
...
(cherry picked from commit b70615ef18 )
2023-04-07 10:01:19 +00:00
Sagar Sharma
31b479d71f
Merge pull request #34772 from frappe/mergify/bp/version-14-hotfix/pr-34760
...
fix: validate `Received Qty` for Internal Purchase Receipt (backport #34760 )
2023-04-06 17:20:46 +05:30
s-aga-r
769736ffea
test: add test cases for internal PR received qty
...
(cherry picked from commit a575bd50ef )
2023-04-06 10:56:11 +00:00
s-aga-r
b79ddbbf60
chore: add Delivery Note Item in Purchase Receipt Status Updater
...
(cherry picked from commit 0d1df26b88 )
2023-04-06 10:56:11 +00:00
s-aga-r
1c5e36c7b6
feat: add Received Qty field in Delivery Note Item
...
(cherry picked from commit bc39dfab5d )
2023-04-06 10:56:11 +00:00
Sagar Sharma
eaf577f078
Merge pull request #34770 from frappe/mergify/bp/version-14-hotfix/pr-34769
...
fix: Subcontracting Receipt incorrect `status` (backport #34769 )
2023-04-06 14:53:34 +05:30
rohitwaghchaure
e02ad91c39
Merge pull request #34771 from frappe/mergify/bp/version-14-hotfix/pr-34768
...
fix: UX for stock entry, bom and work order (backport #34768 )
2023-04-06 14:44:45 +05:30
Rohit Waghchaure
d4a6035c83
fix: UX for stock entry, bom and work order
...
(cherry picked from commit 82a136f991 )
2023-04-06 08:47:08 +00:00
s-aga-r
99226d3811
fix: Subcontracting Receipt incorrect status
...
(cherry picked from commit a55b818119 )
2023-04-06 08:27:32 +00:00
Frappe PR Bot
2a8c9f8e69
chore(release): Bumped to Version 14.20.3
...
## [14.20.3](https://github.com/frappe/erpnext/compare/v14.20.2...v14.20.3 ) (2023-04-06)
### Bug Fixes
* Unable to create payment request against purchase invoice ([#34762 ](https://github.com/frappe/erpnext/issues/34762 )) ([f4473b3 ](f4473b36a5 ))
2023-04-06 07:54:09 +00:00
mergify[bot]
f4473b36a5
fix: Unable to create payment request against purchase invoice ( #34762 )
...
fix: Unable to create payment request against purchase invoice (#34762 )
fix: Unable to create payment request against purchase invoice (#34762 )
(cherry picked from commit 91a26608ee )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit a1f7e35914 )
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2023-04-06 13:22:09 +05:30
mergify[bot]
a1f7e35914
fix: Unable to create payment request against purchase invoice ( #34762 )
...
fix: Unable to create payment request against purchase invoice (#34762 )
(cherry picked from commit 91a26608ee )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-06 12:49:15 +05:30
Frappe PR Bot
b6ae9a4a72
chore(release): Bumped to Version 14.20.2
...
## [14.20.2](https://github.com/frappe/erpnext/compare/v14.20.1...v14.20.2 ) (2023-04-05)
### Bug Fixes
* incorrect stock balance quantity for batch item ([c7cee86 ](c7cee86685 ))
2023-04-05 18:57:55 +00:00
rohitwaghchaure
313e1a5e04
Merge pull request #34759 from frappe/mergify/bp/version-14/pr-34758
...
fix: incorrect stock balance quantity for batch item (backport #34743 ) (backport #34758 )
2023-04-06 00:26:07 +05:30
Rohit Waghchaure
c7cee86685
fix: incorrect stock balance quantity for batch item
...
(cherry picked from commit ef4bd77196 )
(cherry picked from commit d817c50581 )
2023-04-05 18:18:47 +00:00
rohitwaghchaure
915c4819b6
Merge pull request #34758 from frappe/mergify/bp/version-14-hotfix/pr-34743
...
fix: incorrect stock balance quantity for batch item (backport #34743 )
2023-04-05 23:47:17 +05:30
Rohit Waghchaure
d817c50581
fix: incorrect stock balance quantity for batch item
...
(cherry picked from commit ef4bd77196 )
2023-04-05 17:52:45 +00:00
Frappe PR Bot
33ee958cfb
chore: release v14 ( #34733 )
2023-04-05 17:41:20 +05:30
mergify[bot]
8ba1e0f31e
fix: payment entry is already created on posawesome. (backport #34712 ) ( #34752 )
2023-04-05 13:55:13 +05:30
mergify[bot]
3ad5d676ab
fix: Shop by category fixes (backport #34688 ) ( #34750 )
...
fix: Shop by category fixes (#34688 )
* fix: Shop by category fixes
* chore: Update tests
(cherry picked from commit 56f5078357 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-05 13:09:34 +05:30
mergify[bot]
05d24e3665
feat: Auto allocate advance payments only against orders ( #34727 )
...
* feat: Auto allocate advance payments only against orders (#34727 )
feat: Auto allocate advance payments only againt orders
(cherry picked from commit fd3fb64aa3 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-05 13:00:40 +05:30
mergify[bot]
3c0cc024aa
fix!: require sender and message for contact us page ( #34707 )
...
fix!: require sender and message for contact us page (#34707 )
* fix: require sender and message for contact us page
* refactor: dont override frappe.send_message from client side
used override_whitelisted_method hook for the same
(cherry picked from commit f193393f57 )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-04-05 12:33:55 +05:30
Anand Baburajan
88c8c36805
fix: asset monthly WDV and DD schedule [v14] ( #34644 )
...
* fix: monthly wdv and dd schedule
* chore: handle case without pro rata
* chore: fix DD rate and prev depr amount in case of disposal
* chore: minor fix for schedules with just 2 rows
* chore: minor bug
* refactor: get_depreciation_amount
* refactor: another one for get_depreciation_amount
2023-04-05 11:45:45 +05:30
Anand Baburajan
7c4a9b56ff
Merge pull request #34737 from AnandBaburajan/asdeprledger_cancelled_deprs
...
fix: don't include cancelled JVs in assdeprledger report
2023-04-05 11:33:53 +05:30
Anand Baburajan
16e554dd7b
Merge branch 'version-14-hotfix' into asdeprledger_cancelled_deprs
2023-04-04 17:51:21 +05:30
anandbaburajan
3896d41e95
fix: don't include cancelled JVs in assdeprledger report
2023-04-04 17:49:16 +05:30
Sagar Sharma
12625d87b0
Merge pull request #34717 from frappe/mergify/bp/version-14-hotfix/pr-34713
...
fix: consider qty field precision (backport #34713 )
2023-04-04 08:45:12 +05:30
Frappe PR Bot
dfadfdc32c
chore(release): Bumped to Version 14.20.1
...
## [14.20.1](https://github.com/frappe/erpnext/compare/v14.20.0...v14.20.1 ) (2023-04-03)
### Bug Fixes
* bom update log not working for large batch size ([da35436 ](da354362be ))
2023-04-03 17:50:43 +00:00
rohitwaghchaure
e4def081f5
Merge pull request #34724 from frappe/mergify/bp/version-14/pr-34719
...
fix: bom update log not working for large batch size (backport #34715 ) (backport #34719 )
2023-04-03 23:19:00 +05:30
Sagar Sharma
cbb8dd6aa6
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34713
2023-04-03 22:23:20 +05:30
Rohit Waghchaure
da354362be
fix: bom update log not working for large batch size
...
(cherry picked from commit d56070301c )
(cherry picked from commit 551190af30 )
2023-04-03 16:06:57 +00:00
rohitwaghchaure
9372d46c08
Merge pull request #34711 from vishdha/reserved_pos_qty
...
fix: use stock qty to calculate POS reserved stock
2023-04-03 21:14:36 +05:30
rohitwaghchaure
dff61ab759
Merge pull request #34719 from frappe/mergify/bp/version-14-hotfix/pr-34715
...
fix: bom update log not working for large batch size (backport #34715 )
2023-04-03 16:55:27 +05:30
Rohit Waghchaure
551190af30
fix: bom update log not working for large batch size
...
(cherry picked from commit d56070301c )
2023-04-03 10:20:09 +00:00
s-aga-r
2c54e763e4
fix: consider qty field precision
...
(cherry picked from commit 6ec7590c21 )
2023-04-03 10:07:42 +00:00
mergify[bot]
6b866e24f6
fix(ui): recalculate difference amount on allocation change ( #34694 )
...
fix: recalculate difference amount on allocation change
(cherry picked from commit 32a4ca6b6c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-04-03 14:55:32 +05:30
mergify[bot]
be2990ec88
fix: Allocate tax loss to tax account head on early payment discount ( #34287 )
...
* fix: Taxes aren't discounted on early payment discount
- Deductions in payment entry must be split into income loss and tax loss
- Compute total discount in percentage, makes discounting different amounts proportionately easier
(cherry picked from commit 768c3a4927 )
* fix: Recalculate difference amount after setting deductions
(cherry picked from commit 75ec0a0a85 )
* fix: Set deductions in base currency
- Use field precision to get more accurate values
(cherry picked from commit dc2998f544 )
* fix: Back update discounted amount in Invoice based on discount type
- Discount value was always trated as a percentage on back updation
(cherry picked from commit 2ae5834290 )
* test: PE from SI with early payment discount amount & PE assertions in discount % test
(cherry picked from commit c217bb2018 )
* fix: Set deduction amount in company currency on Doctype
- Even via JS, deductions amount is always in company currency
- Since there is nothing dynamic about this field, set it in the doctype spec itself
- fixed: Inconsistency between label currency and field currency formatted value
(cherry picked from commit 7f2e7badff )
* fix: Don't add to deductions if amount is 0
- misc: better docstring
(cherry picked from commit f02fc8acf0 )
* fix: Paid amount must be discounted considering accounting currency
- Accounting is in the same currency if party currency and company currency is the same
- If accounting is in the same currency, paid and recvd amount is in the base currency
- Then, discount amount must also be in the base currency as it is deducted from paid amount
- Received amount must be in base currency if not multi currency
- cleanup: Deductions setting broken into smaller functions
(cherry picked from commit 761f68d7bf )
* fix: Multi-currency SI with base currency PE
- Return total discount loss in base currency
- Allocate payment based on terms: Set allocated amount in references table in base currency if accounting is in that currency
- Allocate payment based on terms: While back updating set paid amount (payment schedule) in transaction currency always
- minor: discount msgprint in correct currency
(cherry picked from commit b09c2381ca )
* test: Multi currency SI with multi-currency accounting and single currency accounting + Early payment discount
(cherry picked from commit 9abf0ef615 )
* fix: Handle rounding more gracefully
- Round off pending discount loss to avoid miniscule losses rounded to 0.0 that are added in deductions
- Use base amounts to calculate base losses instead of using conversion factor which increases rounding error
- Round of total base loss instead of individual income and tax losses to reduce rounding error
- Use default round off account for pending rounding loss in deductions
(cherry picked from commit caa1a3dccf )
* fix: Provision to apply early payment discount if payment is recorded late
- Party could have paid on time but payment is recorded late
- Prompt for reference date so that discount is applied while mapping
- Prompt only if discount in payment schedule of valid doctypes
- test: Reference date and impact on PE
- `make_payment_entry` (JS) must be able to access `this`
(cherry picked from commit d6d0163514 )
* feat: Make Tax loss booking optional
- Checkbox in Accounts Settings
- Apply checkbox in PE deductions setting logic
- Adjust tests
(cherry picked from commit 216a46bd66 )
# Conflicts:
# erpnext/accounts/doctype/accounts_settings/accounts_settings.json
* fix: Merge conflicts
---------
Co-authored-by: marination <maricadsouza221197@gmail.com >
2023-04-03 13:00:22 +05:30
Vishal
c0f7f7da42
fix: use stock qty to calculate POS reserved stock
2023-04-03 12:46:57 +05:30
Sagar Sharma
b34c78c4e7
Merge pull request #34697 from frappe/mergify/bp/version-14-hotfix/pr-34656
...
fix: BOM Update Cost, when no actual qty (backport #34656 )
2023-04-02 19:16:41 +05:30
Sagar Sharma
4ada090cb2
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34656
2023-04-02 14:59:38 +05:30
mergify[bot]
5677f25215
fix: Multiple issues in purchase invoice submission ( #34600 )
...
fix: Multiple issues in purchase invoice submission (#34600 )
* fix: Multiple issues in purchase invoice submission
* fix: Base grand total calculation
* chore: Calculate base grand total separately only in multi currency docs
* fix: Add gl entry for round off
(cherry picked from commit 4c61ee30bb )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-02 12:56:58 +05:30
mergify[bot]
f1687cfb14
fix: Bank clearance for case loan (disburstment/repayment) ( #34586 )
...
fix: Bank clearance for case loan (disburstment/repayment) (#34586 )
(cherry picked from commit 74b29eb5e2 )
Co-authored-by: Kitti U. @ Ecosoft <kittiu@ecosoft.co.th >
2023-04-01 22:07:50 +05:30
mergify[bot]
a00459aec3
fix: Supplier RFQ email link ( #34338 )
...
fix: Supplier RFQ email link (#34338 )
(cherry picked from commit fc86a8568f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-04-01 22:07:28 +05:30
s-aga-r
8757435898
fix: BOM Update Cost, when no actual qty
...
(cherry picked from commit a4112c75c5 )
2023-04-01 10:54:51 +00:00
ruthra kumar
dcf62dc548
Merge pull request #34686 from frappe/mergify/bp/version-14-hotfix/pr-34679
...
fix: enclose ternary operator in parenthesis (backport #34679 )
2023-03-31 14:05:30 +05:30
ruthra kumar
b835760b0b
fix: enclose ternary operator in parentheses
...
(cherry picked from commit 986daa6578 )
2023-03-31 08:02:13 +00:00
Sagar Sharma
bd0c20f789
Merge pull request #34681 from frappe/mergify/bp/version-14-hotfix/pr-34677
...
chore: make `Production Plan Item Reference` table hidden in Production Plan (backport #34677 )
2023-03-31 12:37:19 +05:30
s-aga-r
5ef98fcea1
chore: make Production Plan Item Reference table hidden in Production Plan
...
(cherry picked from commit 706be2a415 )
2023-03-31 07:05:20 +00:00
Deepesh Garg
985b232251
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34627
2023-03-31 11:59:48 +05:30
mergify[bot]
5e28d0234e
fix: Total debit and credit while importing via Data Import ( #34659 )
...
fix: Total debit and credit while importing via Data Import (#34659 )
(cherry picked from commit 7c42b72ee7 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-31 11:58:45 +05:30
mergify[bot]
5e03a4e9e2
fix: Column value mismatch in COA blank template ( #34658 )
...
fix: Column value mismatch in COA blank template (#34658 )
(cherry picked from commit 576575c227 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-31 11:58:16 +05:30
rohitwaghchaure
e98e64f925
Merge pull request #34669 from frappe/mergify/bp/version-14-hotfix/pr-34664
...
fix: incorrect balance qty in the stock ledger report (backport #34664 )
2023-03-30 18:18:07 +05:30
rohitwaghchaure
9ce281d008
Merge pull request #34671 from frappe/mergify/bp/version-14-hotfix/pr-34636
...
fix: posting time issue (backport #34636 )
2023-03-30 18:17:31 +05:30
Anand Baburajan
27a3f2ce55
Merge pull request #34665 from frappe/mergify/bp/version-14-hotfix/pr-34661
...
chore: improve asset depr posting failure msg (backport #34661 )
2023-03-30 17:50:24 +05:30
mergify[bot]
61858a60c2
fix: plaid log_error syntax issue (backport #34642 ) ( #34667 )
...
fix: plaid log_error syntax issue (#34642 )
(cherry picked from commit ddb17a8880 )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-03-30 17:28:37 +05:30
Rohit Waghchaure
bb5eeb6bd6
fix: posting time issue
...
(cherry picked from commit 345e6facbe )
2023-03-30 11:56:35 +00:00
Rohit Waghchaure
3494c9ccb6
fix: incorrect balance qty in the stock ledger report
...
(cherry picked from commit cbdaab940d )
2023-03-30 11:56:27 +00:00
Anand Baburajan
a0df23415b
chore: improve asset depr posting failure msg ( #34661 )
...
* chore: improve asset depr posting error msg
* chore: add period
* chore: improve msg
(cherry picked from commit d999dea3e4 )
2023-03-30 11:09:32 +00:00
mergify[bot]
8510c398a4
chore: auto fill asset name and available for use date (backport #34660 ) ( #34662 )
...
* chore: auto fill asset name and available for use date
(cherry picked from commit af3e807607 )
# Conflicts:
# erpnext/assets/doctype/asset/asset.json
* Update asset.json
---------
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-03-30 16:37:35 +05:30
rohitwaghchaure
bae476cc99
Merge pull request #34652 from frappe/mergify/bp/version-14-hotfix/pr-34648
...
fix: serial no with zero quantity issue in stock reco (backport #34648 )
2023-03-30 13:39:58 +05:30
Anand Baburajan
4dfc660cc0
Merge pull request #34650 from frappe/mergify/bp/version-14-hotfix/pr-34649
...
fix: incorrect arg name in asset value adjustment (backport #34649 )
2023-03-30 13:10:26 +05:30
Rohit Waghchaure
f47be46717
fix: serial no with zero quantity issue in stock reco
...
(cherry picked from commit 17131e5a02 )
2023-03-30 07:35:38 +00:00
anandbaburajan
8d9305ee5f
fix: incorrect arg name in asset value adjustment
...
(cherry picked from commit 2b0470d1f5 )
2023-03-30 07:34:09 +00:00
Deepesh Garg
bc94358e98
chore: resolve conflicts
2023-03-30 12:15:56 +05:30
Komal-Saraf0609
5e98679f91
fix: enabling lead even after "Opportunity" created against it ( #34627 )
...
* fix: enabling lead even after "Opportunity" created against it
* chore: Linting Issues
---------
Co-authored-by: Komal Saraf <komal@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit ad11934d39 )
# Conflicts:
# erpnext/patches.txt
# erpnext/patches/v14_0/enable_all_leads.py
2023-03-30 02:34:48 +00:00
Anand Baburajan
6819f0106d
Merge pull request #34640 from frappe/mergify/bp/version-14-hotfix/pr-34607
...
Asset maintenance task add dropdown "3 Yearly" (backport #34607 )
2023-03-29 18:13:54 +05:30
Bevan Tony Medrano
e3de229b82
Asset maintenance task add dropdown "3 Yearly" ( #34607 )
...
* feat(asset_maintenance.json):Add 3 yearly in periodicity dropdown
* add server side implications for 3 yearly
(cherry picked from commit 625b8e8005 )
2023-03-29 12:15:40 +00:00
mergify[bot]
3e67994cc7
fix: lost opportunity report issue ( #34626 )
...
fix: lost opportunity report issue (#34626 )
* fix: lost opportunity report issue
* chore: Linting Issues
---------
Co-authored-by: Komal Saraf <komal@frappe.io >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit d0660ad222 )
Co-authored-by: Komal-Saraf0609 <81952590+Komal-Saraf0609@users.noreply.github.com >
2023-03-29 17:04:00 +05:30
Frappe PR Bot
a60c8f0e18
chore(release): Bumped to Version 14.20.0
...
# [14.20.0](https://github.com/frappe/erpnext/compare/v14.19.0...v14.20.0 ) (2023-03-28)
### Bug Fixes
* default pos conversion factor set to 1 ([#34437 ](https://github.com/frappe/erpnext/issues/34437 )) ([18d813a ](18d813a656 ))
* don't get zero value entries for exchange rate calculation ([#34475 ](https://github.com/frappe/erpnext/issues/34475 )) ([ff24b3e ](ff24b3e40c ))
* incorrect `Opening Value` in `Stock Balance` report ([76b782a ](76b782a03f ))
* Note username overlapping with note content(CRM) ([096e5ef ](096e5ef197 ))
* Party Name in SOA print when viewed from Customer/Supplier master ([#34597 ](https://github.com/frappe/erpnext/issues/34597 )) ([835edbe ](835edbe80e ))
* Percentage billing in Sales Order ([#34606 ](https://github.com/frappe/erpnext/issues/34606 )) ([477cb12 ](477cb12240 ))
* recalculate WDV rate after asset repair [v14] ([#34571 ](https://github.com/frappe/erpnext/issues/34571 )) ([d2ca6f8 ](d2ca6f8d1f ))
* remove unused translation ([#34519 ](https://github.com/frappe/erpnext/issues/34519 )) ([881e92e ](881e92e7b3 ))
* removing redundant validation ([fd6db41 ](fd6db41b6e ))
* Sales person variance report without item group ([#34552 ](https://github.com/frappe/erpnext/issues/34552 )) ([90ddc4a ](90ddc4a1e2 ))
* Tax Category not able to set hence it calculating zero tax for item whoes tax template set ([#34525 ](https://github.com/frappe/erpnext/issues/34525 )) ([a8567b0 ](a8567b09e6 ))
* Time button not working in the job card ([8fed33b ](8fed33b03b ))
* translations and UX in alternative item mapping ([#34433 ](https://github.com/frappe/erpnext/issues/34433 )) ([702d07e ](702d07ea7d ))
* unset address and contact on trash (backport [#34495 ](https://github.com/frappe/erpnext/issues/34495 )) ([#34560 ](https://github.com/frappe/erpnext/issues/34560 )) ([db01bf5 ](db01bf5dec ))
* zero rm-cost for batch rm item in SCR (backport [#34616 ](https://github.com/frappe/erpnext/issues/34616 )) ([#34623 ](https://github.com/frappe/erpnext/issues/34623 )) ([cff35d7 ](cff35d7286 ))
### Features
* deprecate get_customer_list ([#34563 ](https://github.com/frappe/erpnext/issues/34563 )) ([67576ad ](67576ad5bd ))
2023-03-28 18:23:52 +00:00
Deepesh Garg
efdbb91a21
Merge pull request #34611 from frappe/version-14-hotfix
...
chore: release v14
2023-03-28 23:49:38 +05:30
mergify[bot]
cff35d7286
fix: zero rm-cost for batch rm item in SCR (backport #34616 ) ( #34623 )
...
fix: zero rm-cost for batch rm item in SCR (#34616 )
fix: `0` rm-cost for batch rm item in SCR
(cherry picked from commit 867d898304 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2023-03-28 21:09:01 +05:30
rohitwaghchaure
c671f3ddc9
Merge pull request #34621 from frappe/mergify/bp/version-14-hotfix/pr-34461
...
fix: incorrect `Opening Value` in `Stock Balance` report (backport #34461 )
2023-03-28 18:41:42 +05:30
s-aga-r
76b782a03f
fix: incorrect Opening Value in Stock Balance report
...
(cherry picked from commit b04a101c11 )
2023-03-28 12:11:54 +00:00
ruthra kumar
6f502bdc54
Merge pull request #34619 from frappe/mergify/bp/version-14-hotfix/pr-34608
...
chore: removing redundant validation (backport #34608 )
2023-03-28 17:21:11 +05:30
mergify[bot]
a8567b09e6
fix: Tax Category not able to set hence it calculating zero tax for item whoes tax template set ( #34525 )
...
fix: Tax Category not able to set hence it calculating zero tax for item whoes tax template set (#34525 )
* fix: Tax Category not able to set hence it calculating zero tax for item whoes tax template set
* fix: minor change added
(cherry picked from commit 7aafc90d58 )
Co-authored-by: Vishal Dhayagude <vishdha@users.noreply.github.com >
2023-03-28 17:20:26 +05:30
ruthra kumar
fd6db41b6e
fix: removing redundant validation
...
(cherry picked from commit d52f7e2820 )
2023-03-28 16:59:42 +05:30
mergify[bot]
ff24b3e40c
fix: don't get zero value entries for exchange rate calculation ( #34475 )
...
fix: don't get zero value entries for exchange rate calculation (#34475 )
* fix: multiply None by float
* chore: remove debug
(cherry picked from commit 393bc25e2d )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-03-28 16:58:22 +05:30
mergify[bot]
477cb12240
fix: Percentage billing in Sales Order ( #34606 )
...
fix: Percentage billing in Sales Order (#34606 )
(cherry picked from commit 12ad2aa2e5 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-28 16:52:53 +05:30
mergify[bot]
835edbe80e
fix: Party Name in SOA print when viewed from Customer/Supplier master ( #34597 )
...
fix: Party Name in SOA print when viewed from Customer/Supplier master (#34597 )
fix: Party Name in SOA print when viewd from Customer/Supplier master
(cherry picked from commit 50c1172f29 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-28 16:48:53 +05:30
mergify[bot]
18d813a656
fix: default pos conversion factor set to 1 ( #34437 )
...
* fix: default pos conversion factor set to 1 (#34437 )
(cherry picked from commit 08fc686513 )
# Conflicts:
# erpnext/selling/page/point_of_sale/point_of_sale.py
* chore: Resolve conflicts
---------
Co-authored-by: Shram Kadia <65490105+Shram007@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-24 15:14:52 +05:30
mergify[bot]
67576ad5bd
feat: deprecate get_customer_list ( #34563 )
...
feat: deprecate get_customer_list (#34563 )
(cherry picked from commit 8c7fa5712b )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-24 15:14:25 +05:30
ruthra kumar
37f2ba882e
Merge pull request #34583 from frappe/mergify/bp/version-14-hotfix/pr-34577
...
refactor: additional filters and columns in Payment Ledger report (backport #34577 )
2023-03-24 14:22:55 +05:30
ruthra kumar
57ecac4aa7
refactor: additional filters and columns in Payment Ledger report ( #34577 )
...
1. 'Party type' and 'Party' filters have been added
2. checkbox to include Amount in Acccount Currency
3. Grouping vouchers on Party
4. Replaced Company with Posting Date
(cherry picked from commit f7780cdb58 )
2023-03-24 08:11:34 +00:00
rohitwaghchaure
070dea1bc5
Merge pull request #34574 from frappe/mergify/bp/version-14-hotfix/pr-34573
...
fix: Timer buttons not working in the job card (backport #34573 )
2023-03-24 08:40:56 +05:30
Rohit Waghchaure
8fed33b03b
fix: Time button not working in the job card
...
(cherry picked from commit 34c190b7d6 )
2023-03-23 17:06:58 +00:00
mergify[bot]
90ddc4a1e2
fix: Sales person variance report without item group ( #34552 )
...
fix: Sales person variance report without item group (#34552 )
fix: Sales person variance report witout item group
(cherry picked from commit 87108be11a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-23 21:49:13 +05:30
Anand Baburajan
d2ca6f8d1f
fix: recalculate WDV rate after asset repair [v14] ( #34571 )
...
fix: recalculate wdv rate after asset repair
2023-03-23 21:08:59 +05:30
mergify[bot]
db01bf5dec
fix: unset address and contact on trash (backport #34495 ) ( #34560 )
...
fix: unset address and contact on trash (#34495 )
* fix(Customer): unset address and contact on trash
* fix(Supplier): unset address and contact on trash
---------
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit f7bf1b8a0c )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-23 12:58:32 +05:30
mergify[bot]
881e92e7b3
fix: remove unused translation ( #34519 )
...
* fix: remove unused translation (#34519 )
(cherry picked from commit 0df3a1a3af )
# Conflicts:
# erpnext/translations/tr.csv
* chore: resolve conflicts
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-23 00:06:14 +05:30
Shariq Ansari
d2e9527563
Merge pull request #34549 from frappe/mergify/bp/version-14-hotfix/pr-34547
...
fix: Note username overlapping with note content(CRM) (backport #34547 )
2023-03-22 12:05:56 +05:30
Shariq Ansari
096e5ef197
fix: Note username overlapping with note content(CRM)
...
(cherry picked from commit 76cea7dd6a )
2023-03-22 06:32:46 +00:00
mergify[bot]
702d07ea7d
fix: translations and UX in alternative item mapping ( #34433 )
...
fix: translations and UX in alternative item mapping (#34433 )
* fix: disable deletion in alternative item mapping
* feat: german translations
* fix: make string translatable
---------
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 79911734e9 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-21 22:48:38 +05:30
Frappe PR Bot
e271935673
chore(release): Bumped to Version 14.19.0
...
# [14.19.0](https://github.com/frappe/erpnext/compare/v14.18.3...v14.19.0 ) (2023-03-21)
### Bug Fixes
* **client:** Amount calculation for 0 qty debit notes ([#34455 ](https://github.com/frappe/erpnext/issues/34455 )) ([d24f4d2 ](d24f4d2873 ))
* difference amount calculation for company currency accounts ([9ab7bff ](9ab7bff0e0 ))
* don't map item row having `0` qty ([7611a49 ](7611a49db7 ))
* E-commerce issue with Item Variants ([53c3fff ](53c3fff235 ))
* german translations ([#34312 ](https://github.com/frappe/erpnext/issues/34312 )) ([dd0c833 ](dd0c8334cd ))
* hide `+` button based on `Blanket Order Type` ([daa1bb8 ](daa1bb86e3 ))
* incorrect depr schedules after asset repair [v14] ([#34527 ](https://github.com/frappe/erpnext/issues/34527 )) ([560df63 ](560df6330a )), closes [#30838 ](https://github.com/frappe/erpnext/issues/30838 )
* Multiple accounting dimension filtering in AR/AP reports ([#34464 ](https://github.com/frappe/erpnext/issues/34464 )) ([f146479 ](f146479362 ))
* Overallocation of 'qty' from Cr Notes to Parent Invoice ([848e56b ](848e56bd4c ))
* patch depends on Currency Exchange Settings ([#34494 ](https://github.com/frappe/erpnext/issues/34494 )) ([4acde44 ](4acde4468f ))
* POS not picking up pos profile company address instead fetch any random company address ([#34521 ](https://github.com/frappe/erpnext/issues/34521 )) ([01f4cc7 ](01f4cc76fc ))
* Update account number from parent company ([#34474 ](https://github.com/frappe/erpnext/issues/34474 )) ([55d002c ](55d002c636 ))
* use max function to get default company address (backport [#34116 ](https://github.com/frappe/erpnext/issues/34116 )) ([#34452 ](https://github.com/frappe/erpnext/issues/34452 )) ([ba2fd71 ](ba2fd71b65 ))
### Features
* add field `Over Order Allowance (%)` in `Buying Settings` ([da915f1 ](da915f1510 ))
* add field `Over Order Allowance (%)` in `Selling Settings` ([46b5ba9 ](46b5ba9c2a ))
* bank reconciliation and plaid changes ([#33986 ](https://github.com/frappe/erpnext/issues/33986 )) ([9b608ea ](9b608eaa0f ))
* consider `over_order_allowance` while validating order qty ([932639b ](932639b4df ))
* consider `over_order_allowance` while validating sales order qty ([09b577a ](09b577a91f ))
* Support for Alternative Items in Quotation ([#33874 ](https://github.com/frappe/erpnext/issues/33874 )) ([9f7da21 ](9f7da21c93 ))
### Performance Improvements
* index against_sales_invoice field on DN items (backport [#34509 ](https://github.com/frappe/erpnext/issues/34509 )) ([#34510 ](https://github.com/frappe/erpnext/issues/34510 )) ([baa789b ](baa789be34 ))
2023-03-21 12:52:05 +00:00
Deepesh Garg
78f4082893
Merge pull request #34532 from frappe/version-14-hotfix
...
chore: release v14
2023-03-21 18:20:39 +05:30
mergify[bot]
dd0c8334cd
fix: german translations ( #34312 )
...
fix: german translations (#34312 )
fix: some german translations
(cherry picked from commit 59c2e7ec3e )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-21 16:08:32 +05:30
mergify[bot]
01f4cc76fc
fix: POS not picking up pos profile company address instead fetch any random company address ( #34521 )
...
fix: POS not picking up pos profile company address instead fetch any random company address (#34521 )
(cherry picked from commit 6966fa4d88 )
Co-authored-by: Vishal Dhayagude <vishdha@users.noreply.github.com >
2023-03-21 16:06:54 +05:30
mergify[bot]
d24f4d2873
fix(client): Amount calculation for 0 qty debit notes ( #34455 )
...
fix(client): Amount calculation for 0 qty debit notes (#34455 )
fix(client): Amount calculaton for 0 qty debit notes
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit ee6c107d58 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-21 16:05:41 +05:30
mergify[bot]
17744a99a1
refactor(bank reconciliation tool): currency symbol fix and concurrent usage ( #34501 )
...
* fix: incorrect currency symbol in Bank Reconciliation tool
(cherry picked from commit 2d14d92b32 )
* refactor: allow for concurrent use of reconciliation tool
1. set default filter dates a period of one month from current date
(cherry picked from commit 1eea585d29 )
---------
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-03-21 16:01:09 +05:30
rohitwaghchaure
8c40dd93c3
Merge pull request #34530 from frappe/mergify/bp/version-14-hotfix/pr-34528
...
fix: E-commerce issue with Item Variants (backport #34528 )
2023-03-21 14:52:39 +05:30
Rohit Waghchaure
53c3fff235
fix: E-commerce issue with Item Variants
...
(cherry picked from commit aaa4d1eb55 )
2023-03-21 09:17:33 +00:00
Anand Baburajan
560df6330a
fix: incorrect depr schedules after asset repair [v14] ( #34527 )
...
* fix: backport missing changes from #30838
* fix: incorrect schedule after repair
2023-03-21 14:31:23 +05:30
ruthra kumar
91a609d2ab
Merge pull request #34513 from ruthra-kumar/manual_backport_of_34456_to_v14
...
fix: Gross Profit reports Invoices with -ve qty for Invoices with Cr Notes (manual backport to version 14)
2023-03-20 17:05:28 +05:30
ruthra kumar
aead554d31
test: Gross Profit report output for Cr notes
...
2 New test cases added.
1. Standalone Cr notes will be reported as normal Invoices
2. Cr notes against an Invoice will not overallocate qty if there are
multiple instances of same item
2023-03-20 16:06:53 +05:30
ruthra kumar
e0e89b4209
refactor: Ignore linked Cr Notes in Report output
2023-03-20 16:06:53 +05:30
ruthra kumar
848e56bd4c
fix: Overallocation of 'qty' from Cr Notes to Parent Invoice
...
Cr Notes 'qty' are overallocated to parent invoice, when there are
mulitple instances of same item in Invoice.
2023-03-20 16:06:53 +05:30
mergify[bot]
baa789be34
perf: index against_sales_invoice field on DN items (backport #34509 ) ( #34510 )
...
perf: index against_sales_invoice field on DN items (#34509 )
This is used on Sales invoice dashboard and takes a lot of time to load
as db size increases.
Results:
Before: ~10-20 seconds to load dashboard
After: few milliseconds because of index
[skip ci]
(cherry picked from commit 109a9f1390 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-03-20 14:48:46 +05:30
mergify[bot]
4acde4468f
fix: patch depends on Currency Exchange Settings ( #34494 )
...
fix: patch depends on Currency Exchange Settings (#34494 )
(cherry picked from commit d791dc11a3 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-20 14:27:34 +05:30
mergify[bot]
de5fabc67a
chore: Update user manual link ( #34478 )
...
* chore: Update user manual link (#34478 )
(cherry picked from commit be723bb9d4 )
# Conflicts:
# erpnext/patches.txt
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-19 18:06:45 +05:30
mergify[bot]
f146479362
fix: Multiple accounting dimension filtering in AR/AP reports ( #34464 )
...
fix: Multiple accounting dimension filtering in AR/AP reports (#34464 )
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
(cherry picked from commit 7b630217bd )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-19 18:06:00 +05:30
mergify[bot]
55d002c636
fix: Update account number from parent company ( #34474 )
...
fix: Update account number from parent company (#34474 )
(cherry picked from commit d8ece86463 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-19 18:05:33 +05:30
Sagar Sharma
b20296b2fe
Merge pull request #34487 from frappe/mergify/bp/version-14-hotfix/pr-34440
...
chore: `Allow Zero Valuation Rate` msg in SE (backport #34440 )
2023-03-17 16:56:37 +05:30
s-aga-r
5604074935
chore: Allow Zero Valuation Rate msg in SE
...
(cherry picked from commit 22ad9a1903 )
2023-03-17 10:33:42 +00:00
ruthra kumar
bd1b955eb6
Merge pull request #34481 from frappe/mergify/bp/version-14-hotfix/pr-34466
...
fix: unwanted difference amt while reconciling vouchers from base currency account (backport #34466 )
2023-03-17 15:26:10 +05:30
ruthra kumar
c71b4ed6ec
refactor: difference amt validation for same currency accounts
...
(cherry picked from commit ec075122b6 )
2023-03-17 09:22:32 +00:00
ruthra kumar
e81ad864cf
test: difference amount should not be calculated for base currency
...
(cherry picked from commit 861387f164 )
2023-03-17 09:22:32 +00:00
ruthra kumar
9ab7bff0e0
fix: difference amount calculation for company currency accounts
...
(cherry picked from commit 48fae0c1ce )
2023-03-17 09:22:32 +00:00
Sagar Sharma
524ed324fb
Merge pull request #34480 from frappe/mergify/bp/version-14-hotfix/pr-34279
...
fix: `Blanket Order` (backport #34279 )
2023-03-17 11:03:33 +05:30
s-aga-r
c46e5a81d4
test: add test cases for Over Order Allowance against Blanket Order
...
(cherry picked from commit 66f650061d )
2023-03-17 04:45:27 +00:00
s-aga-r
09b577a91f
feat: consider over_order_allowance while validating sales order qty
...
(cherry picked from commit 53701c37b1 )
2023-03-17 04:45:27 +00:00
s-aga-r
46b5ba9c2a
feat: add field Over Order Allowance (%) in Selling Settings
...
(cherry picked from commit d7da8928ac )
2023-03-17 04:45:26 +00:00
s-aga-r
932639b4df
feat: consider over_order_allowance while validating order qty
...
(cherry picked from commit 8bcbc45add )
2023-03-17 04:45:26 +00:00
s-aga-r
7611a49db7
fix: don't map item row having 0 qty
...
(cherry picked from commit fc1088d9c4 )
2023-03-17 04:45:26 +00:00
s-aga-r
35297f6ac1
refactor: rewrite blanket_order.py queries in QB
...
(cherry picked from commit f3993783a3 )
2023-03-17 04:45:26 +00:00
s-aga-r
da915f1510
feat: add field Over Order Allowance (%) in Buying Settings
...
(cherry picked from commit f5937f46cb )
2023-03-17 04:45:26 +00:00
s-aga-r
daa1bb86e3
fix: hide + button based on Blanket Order Type
...
(cherry picked from commit abf9a28d6a )
2023-03-17 04:45:25 +00:00
Raffael Meyer
9b608eaa0f
feat: bank reconciliation and plaid changes ( #33986 )
...
feat: bank reconciliation and plaid changes (#33986 )
fix: plaid link refresh: update account ids
fix: plaid transactions for credit cards & add accounts on link refresh if they don't exist
fix: bank reconciliation amount matching
fix: bank reconciliation dialog usability
feat: rewrite bank transaction reconciliation to allow multiple transactions to reconcile against vouchers before clearance
fix: matching transaction amounts and race condition bug
fix: ensure there is a reference number in plaid transactions and other tweaks
feat: add references to Payroll Entry Bank Journal Entry
feat: only clear Voucher once all Bank GLEs are allocated to Bank Transactions
fix: strange type error
feat: add payment method field to bank and plaid transactions and prepopulate relevant bank reconciliation new voucher fields
feat: bank reconciliation - allow bank transactions to reconcile against themselves for when there are banking amendments
fix: bank transaction self-reconcile bug and tidy
fix: bank reconciliation datatable index update
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-03-17 09:01:29 +05:30
Ritwik Puri
befd1a0f91
ci: use version specific payments repo ( #34468 )
...
ci: use version-14 branch of payments repo for v14 erpnext
2023-03-16 16:04:21 +05:30
mergify[bot]
9f7da21c93
feat: Support for Alternative Items in Quotation ( #33874 )
...
* feat: Filter out alternative item rows in taxes and totals for Quotation
- Added a Quotation Item field `is_alternative_item`
- Use filtered rows for taxes and totals computation
(cherry picked from commit 91982d1e4f )
# Conflicts:
# erpnext/selling/doctype/quotation_item/quotation_item.json
* feat: Consider filtered items table in JS for totals computation
- Set `_items` as filtered rows if quotation else the entire table. Set at entry point of JS API
- Use `_items` instead of `items` to compute taxes and charges. Exclude alternative item rows
(cherry picked from commit f19eadab9a )
* feat: Dialog to select alternative item before creating Sales order
- Users can leave the row blank in the dialog if original item is to be used
- Else users can select an alternative item against an original item
- In the document, users must check `Is Alternative Item` if needed and also specify which item it is an altenrative to since there are no documented mappings
(cherry picked from commit cef7dfd0b4 )
# Conflicts:
# erpnext/selling/doctype/quotation/quotation.js
# erpnext/selling/doctype/quotation_item/quotation_item.json
* feat: Filter rows to be mapped on server side mapping function
- Pass dialog selections to `make_sales_order`
- Map either original item or its alternative depending on mapping
- Only qty check for simple rows (without alternatives and not an alternative itself)
(cherry picked from commit 94cacb60de )
* chore: Validate 'alternative_to' field values, must be a valid non-alterntaive item from table
(cherry picked from commit fa9b327501 )
* fix: Iterate over list instead of map's output and formatting
(cherry picked from commit ece6358e60 )
* fix: Consider only ordered alternative/original item for Quotation status
- The original and its alternatives make a set of items where one is chosen
- While setting order status of Quotation, check if the chosen item from the set is fully ordered or not
- Filter out unselected items from the set
- Create a map containing the set of items and if they were ordered or not for ease of grouping
- The simple items will work as it used to
(cherry picked from commit b3fe7c6dad )
* chore: Code simplification
- Map is not required, avoid filter multiple times, use single loop instead
- Better variable name
- Reduce LOC
(cherry picked from commit 03321f5f13 )
* refactor: Order based alternative items mapping
- Alternatives must be followed by a non-alternative item row
- On submit, store non-alternative rows in hidden checkbox to avoid recomputation
- Check for valid/mappable rows by row name
- UI: Select from table rows.Add single row for original/alternative item in dialog
- UI: Indicator for alternative items in dialog grid
- UI: Indicator legend and description of table
- DB: Added check field 'Has Alternative Item' not to be confused with 'Has Alternative' in Mfg
(cherry picked from commit db2076db69 )
# Conflicts:
# erpnext/selling/doctype/quotation_item/quotation_item.json
* test: Alternative items in Quotation
- Taxes and totals, mapping, back updation
(cherry picked from commit 74fab53e28 )
* fix: Use block variable
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 3c96791d52 )
* fix: Handle `Get Items From` in Sales Order
- Map all non alternatives from Quotation to SO if no selected items
- Show disclaimer mentioning that Qtns with alternatives must be mapped to SO from the Qtn form
(cherry picked from commit 19456127cf )
* fix: Map only non alternative items from Quotation in Sales Invoice
- Since there's no item selection, only Quotation selection :/
(cherry picked from commit 6b789e2f04 )
* fix: Merge conflicts
---------
Co-authored-by: marination <maricadsouza221197@gmail.com >
2023-03-16 11:50:19 +05:30
mergify[bot]
68f9863ae5
test: add timeout to all BOM related tests (backport #34446 ) ( #34453 )
...
test: add timeout to all BOM related tests (#34446 )
* Revert "chore: remove failing test (#34444 )"
This reverts commit b89ecd482d .
* test: add timeout to bom tests
(cherry picked from commit f95ad039e4 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-03-15 14:19:09 +05:30
mergify[bot]
ba2fd71b65
fix: use max function to get default company address (backport #34116 ) ( #34452 )
...
* fix: use max function to get default company address
(cherry picked from commit b93c18bd4a )
* test: add test for primary address sorting
(cherry picked from commit e0042972c8 )
---------
Co-authored-by: Prateek <40106895+prateekkaramchandani@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-03-15 10:38:49 +05:30
Frappe PR Bot
3e61e76317
chore(release): Bumped to Version 14.18.3
...
## [14.18.3](https://github.com/frappe/erpnext/compare/v14.18.2...v14.18.3 ) (2023-03-14)
### Bug Fixes
* `BOM Stock Report` ([1c00077 ](1c0007768b ))
* `required_qty` get reset to `1` for Alternative Item in WO ([51bcdb3 ](51bcdb32f2 ))
* Don't use get_list & get_all interchangeably ([27c524e ](27c524e337 ))
* Error in consolidated financial statement ([#34330 ](https://github.com/frappe/erpnext/issues/34330 )) ([73866f4 ](73866f4da7 ))
* exchange rate revaluation errors ([#33947 ](https://github.com/frappe/erpnext/issues/33947 )) ([1a629b6 ](1a629b6418 ))
* filters not getting applied on `Web Form` ([6ef7ddf ](6ef7ddfbce ))
* Linked invoice cancellation issue via timesheet ([#34337 ](https://github.com/frappe/erpnext/issues/34337 )) ([da8cc2b ](da8cc2bba9 ))
* operation time for multi-level BOM in WO ([76e04c8 ](76e04c8625 ))
* Set contact filter link in Opportunity ([#34325 ](https://github.com/frappe/erpnext/issues/34325 )) ([c64836d ](c64836d3d6 ))
* set tax category from address before executing `get_regional_address_details` ([#34372 ](https://github.com/frappe/erpnext/issues/34372 )) ([bf0cbe0 ](bf0cbe09b9 ))
* **test:** flaky test case in Payment terms report ([69a5411 ](69a5411f0e ))
* Total row in trail balance report ([#34395 ](https://github.com/frappe/erpnext/issues/34395 )) ([c353ba7 ](c353ba741c ))
* Use customer name instead of name(id) in PSOA (backport [#34412 ](https://github.com/frappe/erpnext/issues/34412 )) ([#34425 ](https://github.com/frappe/erpnext/issues/34425 )) ([209adf3 ](209adf32a5 ))
### Performance Improvements
* `update_completed_qty()` in `material_request.py` ([b37712c ](b37712c038 ))
* Stock Entry (Material Transfer) ([1b51463 ](1b514632d2 ))
### Reverts
* Revert "Update tr.csv (backport #34285 )" (#34427 ) ([b6d059c ](b6d059ccb8 )), closes [#34285 ](https://github.com/frappe/erpnext/issues/34285 ) [#34427 ](https://github.com/frappe/erpnext/issues/34427 ) [#34285 ](https://github.com/frappe/erpnext/issues/34285 )
* Revert "fix: Default sales team not getting set" (#34376 ) ([ed338b1 ](ed338b1395 )), closes [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34284 ](https://github.com/frappe/erpnext/issues/34284 )
2023-03-14 17:37:03 +00:00
Deepesh Garg
c44579ff52
Merge pull request #34442 from frappe/version-14-hotfix
...
chore: release v14
2023-03-14 23:05:05 +05:30
Sagar Sharma
3f7e82f8b1
Merge pull request #34448 from frappe/mergify/bp/version-14-hotfix/pr-34415
...
fix: operation time for multi-level BOM in WO (backport #34415 )
2023-03-14 19:55:38 +05:30
Sagar Sharma
6787a1fe91
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34415
2023-03-14 18:55:51 +05:30
Sagar Sharma
12fa080c00
Merge pull request #34450 from frappe/mergify/bp/version-14-hotfix/pr-34381
...
chore: fix french translation (backport #34381 )
2023-03-14 18:55:07 +05:30
HENRY Florian
6303d2d8e1
chore: fix french translation ( #34381 )
...
chore: update french translation
(cherry picked from commit d267111e13 )
2023-03-14 13:20:05 +00:00
s-aga-r
76e04c8625
fix: operation time for multi-level BOM in WO
...
(cherry picked from commit 442ee3adba )
2023-03-14 13:18:30 +00:00
mergify[bot]
c353ba741c
fix: Total row in trail balance report ( #34395 )
...
fix: Total row in trail balance report (#34395 )
* fix: Total row in trail balance report
* fix: Calculate total after preparing opening and closing
(cherry picked from commit c6999fc687 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-14 15:08:33 +05:30
mergify[bot]
bf0cbe09b9
fix: set tax category from address before executing get_regional_address_details ( #34372 )
...
fix: set tax category from address before executing `get_regional_address_details` (#34372 )
(cherry picked from commit 5c06620f97 )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2023-03-13 21:15:43 +05:30
mergify[bot]
630386fd8c
chore: Move source and campaign to additional info section ( #34414 )
...
* chore: Move source and campaign to additional info section (#34414 )
(cherry picked from commit c8cc3fc65f )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 21:11:49 +05:30
mergify[bot]
209adf32a5
fix: Use customer name instead of name(id) in PSOA (backport #34412 ) ( #34425 )
...
fix: Use customer name instead of name(id) in PSOA (#34412 )
(cherry picked from commit fa776d2987 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 21:11:22 +05:30
Deepesh Garg
b6d059ccb8
Revert "Update tr.csv (backport #34285 )" ( #34427 )
...
Revert "Update tr.csv (#34285 )"
This reverts commit 5266a7e8a7 .
2023-03-13 19:43:26 +05:30
mergify[bot]
da8cc2bba9
fix: Linked invoice cancellation issue via timesheet ( #34337 )
...
fix: Linked invoice cancellation issue via timesheet (#34337 )
(cherry picked from commit 4416ddc4af )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 18:58:54 +05:30
mergify[bot]
af629f92f0
test: fix hypothesis tests (backport #34416 ) ( #34418 )
...
test: fix hypothesis tests (#34416 )
(cherry picked from commit b8a61be080 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-03-13 15:28:30 +05:30
mergify[bot]
5266a7e8a7
Update tr.csv ( #34285 )
...
chore: Improve Turkish language translation
chore: Improve Turkish language translation
(cherry picked from commit fa6d37542b )
Co-authored-by: Mehmet Demirel <unibravo@gmail.com >
2023-03-13 14:03:38 +05:30
mergify[bot]
73866f4da7
fix: Error in consolidated financial statement ( #34330 )
...
fix: Error in consolidated financial statement (#34330 )
(cherry picked from commit aae53bb910 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-13 14:03:02 +05:30
ruthra kumar
b0c5f5594d
Merge pull request #34413 from frappe/mergify/bp/version-14-hotfix/pr-34408
...
chore: delete remarks migration patch (backport #34408 )
2023-03-13 10:24:42 +05:30
ruthra kumar
502a45e54f
chore: delete remarks migration patch
...
Versions higher than V14.18.2, 'remarks' will be moved in 'migrate_gl_to_payment_ledger'
(cherry picked from commit da37573b73 )
2023-03-13 03:45:17 +00:00
ruthra kumar
f854316eb2
Merge pull request #34405 from frappe/mergify/bp/version-14-hotfix/pr-34387
...
refactor(patch): remove inner join to improve SQL performance (backport #34387 )
2023-03-12 13:16:01 +05:30
ruthra kumar
0b184667fc
chore: remove remarks migrations patch from patches.txt
...
'Remarks' field is moved in migrate_gl_to_payment_ledger patch itself
from versions highers than v14.18.2. Removing it from patches.txt
(cherry picked from commit 9d0a1149d8 )
2023-03-12 11:08:34 +05:30
ruthra kumar
3923044d88
Merge pull request #34400 from frappe/mergify/bp/version-14-hotfix/pr-34370
...
fix(test): flaky test case in Payment terms report (backport #34370 )
2023-03-11 21:29:56 +05:30
ruthra kumar
0ef1d1b2ae
refactor: add remarks to column as well
...
(cherry picked from commit 1744f1d4e4 )
2023-03-11 15:31:17 +00:00
ruthra kumar
e6de87a1b7
refactor(patch): remove inner join to improve SQL performance
...
(cherry picked from commit f9cfabf78e )
2023-03-11 15:31:16 +00:00
mergify[bot]
c64836d3d6
fix: Set contact filter link in Opportunity ( #34325 )
...
fix: Set contact filter link in Opportunity (#34325 )
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com >
(cherry picked from commit 71de72bdd0 )
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com >
2023-03-11 19:05:26 +05:30
ruthra kumar
69a5411f0e
fix(test): flaky test case in Payment terms report
...
(cherry picked from commit 7fcd74ed03 )
2023-03-11 08:49:03 +00:00
Sagar Sharma
29c58b6f75
Merge pull request #34384 from frappe/mergify/bp/version-14-hotfix/pr-34383
...
fix: filters not getting applied on `Web Form` (backport #34383 )
2023-03-10 13:48:38 +05:30
s-aga-r
6ef7ddfbce
fix: filters not getting applied on Web Form
...
(cherry picked from commit 9c1e566394 )
2023-03-09 18:55:03 +00:00
gavin
27c524e337
fix: Don't use get_list & get_all interchangeably
...
fix: Fetch all fields via get_returned_qty_map_for_row
2023-03-09 16:05:37 +05:30
Frappe PR Bot
fcbcbc0aa7
chore(release): Bumped to Version 14.18.2
...
## [14.18.2](https://github.com/frappe/erpnext/compare/v14.18.1...v14.18.2 ) (2023-03-09)
### Reverts
* Revert "fix: Default sales team not getting set" (#34376 ) ([f71d85d ](f71d85d7c3 )), closes [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34376 ](https://github.com/frappe/erpnext/issues/34376 ) [#34284 ](https://github.com/frappe/erpnext/issues/34284 )
2023-03-09 10:26:37 +00:00
Deepesh Garg
7ca3130010
Merge pull request #34379 from frappe/mergify/bp/version-14/pr-34377
...
Revert "fix: Default sales team not getting set" (backport #34376 ) (backport #34377 )
2023-03-09 15:43:17 +05:30
mergify[bot]
f71d85d7c3
Revert "fix: Default sales team not getting set" ( #34376 )
...
Revert "fix: Default sales team not getting set" (#34376 )
Revert "fix: Default sales team not getting set (#34284 )"
This reverts commit 7d0199d743 .
(cherry picked from commit 9a8f8e8b7d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit ed338b1395 )
2023-03-09 10:11:18 +00:00
mergify[bot]
ed338b1395
Revert "fix: Default sales team not getting set" ( #34376 )
...
Revert "fix: Default sales team not getting set" (#34376 )
Revert "fix: Default sales team not getting set (#34284 )"
This reverts commit 7d0199d743 .
(cherry picked from commit 9a8f8e8b7d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-09 15:39:56 +05:30
Sagar Sharma
9f0dff9e7a
Merge pull request #34368 from frappe/mergify/bp/version-14-hotfix/pr-34360
...
chore: `Alternative Item Code` error msg (backport #34360 )
2023-03-09 11:10:13 +05:30
Sagar Sharma
31f9d23b17
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34360
2023-03-09 11:09:48 +05:30
Sagar Sharma
ce8e3e92dd
Merge pull request #34366 from frappe/mergify/bp/version-14-hotfix/pr-34362
...
fix: `required_qty` get reset to `1` for Alternative Item in WO (backport #34362 )
2023-03-09 11:09:25 +05:30
s-aga-r
c734a78f3c
chore: Alternative Item Code error msg
...
(cherry picked from commit baef5ae1ef )
2023-03-09 04:38:21 +00:00
s-aga-r
51bcdb32f2
fix: required_qty get reset to 1 for Alternative Item in WO
...
(cherry picked from commit 046834a97a )
2023-03-09 04:35:58 +00:00
Sagar Sharma
68b9581176
Merge pull request #34356 from frappe/mergify/bp/version-14-hotfix/pr-34352
...
fix: `BOM Stock Report` (backport #34352 )
2023-03-08 17:45:52 +05:30
s-aga-r
df98e25312
test: add test cases for BOM Stock Report
...
(cherry picked from commit b53dcb04ed )
2023-03-08 10:56:44 +00:00
s-aga-r
1c0007768b
fix: BOM Stock Report
...
(cherry picked from commit a65b80911b )
2023-03-08 10:56:44 +00:00
Deepesh Garg
d42af42cec
Merge pull request #34331 from frappe/mergify/bp/version-14-hotfix/pr-33947
...
fix: exchange rate revaluation errors (backport #33947 )
2023-03-08 13:07:04 +05:30
Frappe PR Bot
cfe28663bc
chore(release): Bumped to Version 14.18.1
...
## [14.18.1](https://github.com/frappe/erpnext/compare/v14.18.0...v14.18.1 ) (2023-03-07)
### Performance Improvements
* `update_completed_qty()` in `material_request.py` ([7a5f7d4 ](7a5f7d4920 ))
* Stock Entry (Material Transfer) ([59a415e ](59a415eaa9 ))
2023-03-07 17:23:00 +00:00
Sagar Sharma
943599f3ac
Merge pull request #34342 from frappe/mergify/bp/version-14/pr-34335
...
perf: Stock Entry (Material Transfer) (backport #34313 ) (backport #34335 )
2023-03-07 22:51:22 +05:30
s-aga-r
7a5f7d4920
perf: update_completed_qty() in material_request.py
...
(cherry picked from commit 8ad9e99cea )
(cherry picked from commit b37712c038 )
2023-03-07 16:14:55 +00:00
s-aga-r
59a415eaa9
perf: Stock Entry (Material Transfer)
...
(cherry picked from commit de18f98c5c )
(cherry picked from commit 1b514632d2 )
2023-03-07 16:14:55 +00:00
Sagar Sharma
a18c4c839e
Merge pull request #34335 from frappe/mergify/bp/version-14-hotfix/pr-34313
...
perf: Stock Entry (Material Transfer) (backport #34313 )
2023-03-07 21:43:05 +05:30
Frappe PR Bot
0696128acc
chore(release): Bumped to Version 14.18.0
...
# [14.18.0](https://github.com/frappe/erpnext/compare/v14.17.4...v14.18.0 ) (2023-03-07)
### Bug Fixes
* `Inventory Dimension` for `Stock Reconciliation` ([b08cdc0 ](b08cdc00f2 ))
* `rejected_serial_no` not getting copied from PR to PR(Return) ([3db8258 ](3db82587eb ))
* `Serial No is mandatory` even if the `qty` is `0` ([aa6b891 ](aa6b891ef0 ))
* BOM Update log not completed ([235ecca ](235ecca9fa ))
* consumed qty validation for subcontracting receipt ([7eccf43 ](7eccf431fd ))
* Default sales team not getting set ([#34284 ](https://github.com/frappe/erpnext/issues/34284 )) ([64c758d ](64c758d0c0 ))
* Do not calculate commission post submit ([#34267 ](https://github.com/frappe/erpnext/issues/34267 )) ([480797e ](480797e856 ))
* labels name ([5e9f1df ](5e9f1dfbb3 ))
* **minor:** Dirty the form after clicking on Get advances button in Invoices ([#34323 ](https://github.com/frappe/erpnext/issues/34323 )) ([0e9f9c3 ](0e9f9c31a0 ))
* Payment Request against sales order with disabled rounded total ([#34281 ](https://github.com/frappe/erpnext/issues/34281 )) ([ca59c69 ](ca59c699cd ))
* Performance improvement when adding a new item ([#34195 ](https://github.com/frappe/erpnext/issues/34195 )) ([71a281f ](71a281fb11 ))
* Resolve conflicts ([f6469d8 ](f6469d8398 ))
* Stock Reconciliation `actual_qty` ([d97c1bf ](d97c1bf0f4 ))
* update inventory dimensions before returning sle ([ab73742 ](ab737424c2 ))
* Wrap unexpectedly long text in remark ([b13bf1e ](b13bf1ebc5 ))
### Features
* adjust purchase receipt valuation rate as per purchase invoice rate ([db033c6 ](db033c6862 ))
### Reverts
* Revert "refactor: use renamed timezone utils (#34301 )" ([a2e001a ](a2e001a2da )), closes [#34301 ](https://github.com/frappe/erpnext/issues/34301 ) [#34301 ](https://github.com/frappe/erpnext/issues/34301 )
2023-03-07 14:26:16 +00:00
Deepesh Garg
1cf79f05c5
Merge pull request #34327 from frappe/version-14-hotfix
...
chore: release v14
2023-03-07 19:54:30 +05:30
s-aga-r
b37712c038
perf: update_completed_qty() in material_request.py
...
(cherry picked from commit 8ad9e99cea )
2023-03-07 12:33:48 +00:00
s-aga-r
1b514632d2
perf: Stock Entry (Material Transfer)
...
(cherry picked from commit de18f98c5c )
2023-03-07 12:33:47 +00:00
Deepesh Garg
a2e001a2da
Revert "refactor: use renamed timezone utils ( #34301 )"
...
Revert "refactor: use renamed timezone utils (#34301 )"
This reverts commit 164933aae8 .
2023-03-07 17:56:57 +05:30
Devin Slauenwhite
1a629b6418
fix: exchange rate revaluation errors ( #33947 )
...
* fix: set new balance for non-positive balances
* fix: don't add debit: 0, credit: 0 entries to journal entry.
* fix: add journal entry difference to unbooked gain/loss of exchange.
* chore: linter
* chore: remove invlaid TODO. [skip-ci]
(cherry picked from commit 6de826b8c4 )
2023-03-07 11:46:58 +00:00
mergify[bot]
164933aae8
refactor: use renamed timezone utils ( #34301 )
...
refactor: use renamed timezone utils
https://github.com/frappe/frappe/pull/20253
(cherry picked from commit 502a37a864 )
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-07 16:52:56 +05:30
mergify[bot]
0e9f9c31a0
fix(minor): Dirty the form after clicking on Get advances button in Invoices ( #34323 )
...
fix(minor): Dirty the form after clicking on Get advances button in Invoices (#34323 )
fix(minor): Dirty form after clicking on Get advances button
(cherry picked from commit 2feb27e399 )
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2023-03-07 15:47:54 +05:30
mergify[bot]
71a281fb11
fix: Performance improvement when adding a new item ( #34195 )
...
fix: Performance improvement when adding a new item
(cherry picked from commit 49af5ba434 )
Co-authored-by: HarryPaulo <paulo_fabris@hotmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-07 15:46:18 +05:30
mergify[bot]
64c758d0c0
fix: Default sales team not getting set ( #34284 )
...
fix: Default sales team not getting set (#34284 )
(cherry picked from commit 7d0199d743 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-07 15:45:43 +05:30
mergify[bot]
480797e856
fix: Do not calculate commission post submit ( #34267 )
...
fix: Do not calculate commission post submit (#34267 )
* fix: Do not calculate commision post submit
* chore: Update condition to match server side logic
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit 10632d75b0 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-07 15:44:15 +05:30
mergify[bot]
ca59c699cd
fix: Payment Request against sales order with disabled rounded total ( #34281 )
...
fix: Payment Request against sales order with disabled rounded total (#34281 )
* fix: Payment Request against sales order with disabled rounded total
* chore: Do not consider advance amount
(cherry picked from commit ea8e23384d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-03-07 13:34:25 +05:30
mergify[bot]
9b84e1e39c
chore: add german translations ( #34167 )
...
chore: add german translations (#34167 )
* chore: add german translations
* Apply suggestions from code review
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
---------
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
(cherry picked from commit bbb6a62a7d )
Co-authored-by: Patrick Eissler <77415730+PatrickDenis-stack@users.noreply.github.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-03-07 11:45:51 +05:30
rohitwaghchaure
cfb93b6c58
Merge pull request #34316 from frappe/mergify/bp/version-14-hotfix/pr-34305
...
fix: BOM Update log not completed (backport #34305 )
2023-03-07 08:39:09 +05:30
Rohit Waghchaure
235ecca9fa
fix: BOM Update log not completed
...
(cherry picked from commit 2f157fa5d3 )
2023-03-06 17:54:50 +00:00
Sagar Sharma
c49be03d0f
Merge pull request #34300 from frappe/mergify/bp/version-14-hotfix/pr-34299
...
fix: Stock Reconciliation `actual_qty` (backport #34299 )
2023-03-04 18:00:33 +05:30
s-aga-r
d97c1bf0f4
fix: Stock Reconciliation actual_qty
...
(cherry picked from commit 70de444b7b )
2023-03-04 12:05:49 +00:00
Sagar Sharma
2f74427132
Merge pull request #34294 from frappe/mergify/bp/version-14-hotfix/pr-34293
...
fix: `Inventory Dimension` for `Stock Reconciliation` (backport #34293 )
2023-03-04 16:49:59 +05:30
s-aga-r
ab737424c2
fix: update inventory dimensions before returning sle
2023-03-04 16:07:59 +05:30
s-aga-r
b08cdc00f2
fix: Inventory Dimension for Stock Reconciliation
...
(cherry picked from commit 0e1b7760a8 )
2023-03-03 20:43:56 +00:00
Deepesh Garg
829bbdd5c5
Merge pull request #34280 from frappe/mergify/bp/version-14-hotfix/pr-34258
...
chore: Make finance book read only (backport #34258 )
2023-03-03 11:09:13 +05:30
Deepesh Garg
1cdf7e0988
chore: Make finance book read only
...
(cherry picked from commit 28dd1a25cb )
2023-03-02 11:18:42 +00:00
Sagar Sharma
fa1b25d0f2
Merge pull request #34278 from frappe/mergify/bp/version-14-hotfix/pr-34117
...
refactor: rewrite `get_item_details.py` queries in `QB` (backport #34117 )
2023-03-02 15:25:12 +05:30
s-aga-r
731dc4cdd9
chore: Linters
...
(cherry picked from commit 58c027d4cc )
2023-03-02 09:25:38 +00:00
s-aga-r
dea5290d81
refactor: remove method get_serial_no_batchwise from get_item_details.py
...
(cherry picked from commit 35489fbbf9 )
2023-03-02 09:25:38 +00:00
s-aga-r
1e086db7c7
refactor: rewrite get_item_details.py queries in QB
...
(cherry picked from commit 6b144baa69 )
2023-03-02 09:25:38 +00:00
Frappe PR Bot
a59c580480
chore(release): Bumped to Version 14.17.4
...
## [14.17.4](https://github.com/frappe/erpnext/compare/v14.17.3...v14.17.4 ) (2023-03-02)
### Bug Fixes
* `rejected_serial_no` not getting copied from PR to PR(Return) ([9930adc ](9930adcd28 ))
* `Serial No is mandatory` even if the `qty` is `0` ([7629caa ](7629caa647 ))
2023-03-02 08:08:44 +00:00
Sagar Sharma
ba1cfa992d
Merge pull request #34277 from frappe/mergify/bp/version-14/pr-34275
...
fix: `rejected_serial_no` not getting copied from PR to PR(Return) (backport #34273 ) (backport #34275 )
2023-03-02 13:34:32 +05:30
s-aga-r
7629caa647
fix: Serial No is mandatory even if the qty is 0
...
(cherry picked from commit cb0b6de4b9 )
(cherry picked from commit aa6b891ef0 )
2023-03-02 07:35:46 +00:00
s-aga-r
9930adcd28
fix: rejected_serial_no not getting copied from PR to PR(Return)
...
(cherry picked from commit a9f0a11ce6 )
(cherry picked from commit 3db82587eb )
2023-03-02 07:35:45 +00:00
Sagar Sharma
ab8ea2371b
Merge pull request #34275 from frappe/mergify/bp/version-14-hotfix/pr-34273
...
fix: `rejected_serial_no` not getting copied from PR to PR(Return) (backport #34273 )
2023-03-02 13:04:51 +05:30
s-aga-r
aa6b891ef0
fix: Serial No is mandatory even if the qty is 0
...
(cherry picked from commit cb0b6de4b9 )
2023-03-02 07:08:15 +00:00
s-aga-r
3db82587eb
fix: rejected_serial_no not getting copied from PR to PR(Return)
...
(cherry picked from commit a9f0a11ce6 )
2023-03-02 07:08:14 +00:00
Suraj Shetty
da150e1a3c
Merge pull request #34265 from frappe/mergify/bp/version-14-hotfix/pr-34262
...
fix(General Ledger): Wrap unexpectedly long word (backport #34262 )
2023-03-01 16:27:57 +05:30
Suraj Shetty
f6469d8398
fix: Resolve conflicts
2023-03-01 16:25:25 +05:30
Suraj Shetty
b13bf1ebc5
fix: Wrap unexpectedly long text in remark
...
(cherry picked from commit ba66a6714c )
# Conflicts:
# erpnext/accounts/report/general_ledger/general_ledger.html
2023-03-01 10:53:38 +00:00
Frappe PR Bot
60a1e10b11
chore(release): Bumped to Version 14.17.3
...
## [14.17.3](https://github.com/frappe/erpnext/compare/v14.17.2...v14.17.3 ) (2023-03-01)
### Bug Fixes
* consumed qty validation for subcontracting receipt ([6ba9750 ](6ba97504ed ))
2023-03-01 10:22:45 +00:00
rohitwaghchaure
1b578483f4
Merge pull request #34261 from frappe/mergify/bp/version-14/pr-34260
...
fix: consumed qty validation for subcontracting receipt (backport #34254 ) (backport #34260 )
2023-03-01 15:41:54 +05:30
Rohit Waghchaure
6ba97504ed
fix: consumed qty validation for subcontracting receipt
...
(cherry picked from commit b38fe24090 )
(cherry picked from commit 7eccf431fd )
2023-03-01 10:10:02 +00:00
rohitwaghchaure
5e51ba2342
Merge pull request #34260 from frappe/mergify/bp/version-14-hotfix/pr-34254
...
fix: consumed qty validation for subcontracting receipt (backport #34254 )
2023-03-01 15:39:29 +05:30
Rohit Waghchaure
7eccf431fd
fix: consumed qty validation for subcontracting receipt
...
(cherry picked from commit b38fe24090 )
2023-03-01 09:46:22 +00:00
rohitwaghchaure
0d6a2aed3e
Merge pull request #34242 from frappe/mergify/bp/version-14-hotfix/pr-34235
...
feat: adjust purchase receipt valuation rate as per purchase invoice rate (backport #34235 )
2023-02-28 22:11:21 +05:30
Frappe PR Bot
cc4448b5d5
chore(release): Bumped to Version 14.17.2
...
## [14.17.2](https://github.com/frappe/erpnext/compare/v14.17.1...v14.17.2 ) (2023-02-28)
### Bug Fixes
* conversion factor not set ([089c7d0 ](089c7d0a37 ))
* currency in coa import ([#34174 ](https://github.com/frappe/erpnext/issues/34174 )) ([4d92d46 ](4d92d469e4 ))
* default date in Subcontracting reports ([5fce8e2 ](5fce8e2700 ))
* german translations ([#31732 ](https://github.com/frappe/erpnext/issues/31732 )) ([88a781f ](88a781fa43 ))
* incorrect acc depr amount if multiple FBs with straight line or manual method ([dda6bae ](dda6baea3e ))
* incorrect color in the BOM Stock Report ([001ed9e ](001ed9e9ff ))
* manual depr schedule ([971c072 ](971c0720e5 ))
* multiple pos conversion issue resolved ([db964e8 ](db964e8256 ))
* not able to repost gl entries ([ae0318e ](ae0318ef74 ))
* permission error while calling get_work_order_items ([3ea90ee ](3ea90ee5cb ))
* pos return throwing amount greater than grand total ([9cd7b27 ](9cd7b27ce0 ))
* Remove missing DocField in fetch_from ([dc6ae46 ](dc6ae46d59 ))
* set `from_warehouse` and `to_warehouse` while mapping SE ([80e23d0 ](80e23d035e ))
* **test:** use standalone method to fetch work orders from SO ([1719884 ](17198844c0 ))
* ui freeze on item selection in sales invoice ([1750ed4 ](1750ed4fb6 ))
* user shouldn't able to make item price for item template ([fb8e45d ](fb8e45d3d9 ))
* zero division error while making LCV ([1859be6 ](1859be6fef ))
### Performance Improvements
* fetch SLE's on demand and memoize ([db1f17e ](db1f17e5bc ))
### Reverts
* Revert "fix: Concurrency issues in Sales and Purchase returns" (#34202 ) ([9341d3e ](9341d3e60e )), closes [#34202 ](https://github.com/frappe/erpnext/issues/34202 ) [#34019 ](https://github.com/frappe/erpnext/issues/34019 )
2023-02-28 13:29:26 +00:00
ruthra kumar
60ab0d3981
Merge pull request #34238 from frappe/version-14-hotfix
...
chore: release v14
2023-02-28 18:57:57 +05:30
ruthra kumar
01b5ed91ba
Merge pull request #34245 from frappe/mergify/bp/version-14-hotfix/pr-34241
...
fix: pos return throwing amount greater than grand total (backport #34241 )
2023-02-28 18:32:48 +05:30
ruthra kumar
9cd7b27ce0
fix: pos return throwing amount greater than grand total
...
(cherry picked from commit 35c70f39fa )
2023-02-28 12:53:32 +00:00
rohitwaghchaure
521f19a044
Merge pull request #34244 from frappe/mergify/bp/version-14-hotfix/pr-34243
...
fix: default date in Subcontracting reports (backport #34243 )
2023-02-28 18:06:34 +05:30
Rohit Waghchaure
5fce8e2700
fix: default date in Subcontracting reports
...
(cherry picked from commit dfddc4efc3 )
2023-02-28 12:32:13 +00:00
Rohit Waghchaure
5e9f1dfbb3
fix: labels name
...
(cherry picked from commit a8445da02a )
2023-02-28 12:05:58 +00:00
Rohit Waghchaure
3ea1c73c07
test: added test cases
...
(cherry picked from commit 8e86553717 )
2023-02-28 12:05:57 +00:00
Rohit Waghchaure
db033c6862
feat: adjust purchase receipt valuation rate as per purchase invoice rate
...
(cherry picked from commit eab775ef32 )
2023-02-28 12:05:56 +00:00
Sagar Sharma
667ec983ec
Merge pull request #34236 from frappe/mergify/bp/version-14-hotfix/pr-34060
...
fix: multiple Point of Sale conversion issue resolved (backport #34060 )
2023-02-28 16:49:35 +05:30
Vishal
bbcd101613
chore: minor changes in pos_controller
...
(cherry picked from commit f18ae5856f )
2023-02-28 09:26:38 +00:00
Vishal
f812dbc524
chore: minor change
...
(cherry picked from commit a51bec0269 )
2023-02-28 09:26:37 +00:00
Vishal
786eb97ab4
chore: minor changes added to code
...
(cherry picked from commit 3ebe7d861d )
2023-02-28 09:26:37 +00:00
Vishal
db964e8256
fix: multiple pos conversion issue resolved
...
(cherry picked from commit 1de531e56e )
2023-02-28 09:26:36 +00:00
ruthra kumar
3117758575
Merge pull request #34219 from frappe/mergify/bp/version-14-hotfix/pr-34207
...
fix: permission error while calling get_work_order_items (backport #34207 )
2023-02-28 10:16:36 +05:30
Sagar Sharma
7797645583
Merge pull request #34226 from frappe/mergify/bp/version-14-hotfix/pr-34225
...
fix: set `from_warehouse` and `to_warehouse` while mapping SE (backport #34225 )
2023-02-27 13:21:03 +05:30
s-aga-r
80e23d035e
fix: set from_warehouse and to_warehouse while mapping SE
...
(cherry picked from commit c09a61f360 )
2023-02-27 07:23:21 +00:00
mergify[bot]
4d92d469e4
fix: currency in coa import ( #34174 )
...
* fix: currency in coa import
(cherry picked from commit 19c0b7a523 )
* chore: change column label
(cherry picked from commit e3c000d0be )
---------
Co-authored-by: vishnu <vishnuviswambaran2002@gmail.com >
2023-02-27 12:19:12 +05:30
Sagar Sharma
14c248cfbc
Merge pull request #34223 from frappe/mergify/bp/version-14-hotfix/pr-34212
...
fix: Remove missing DocField in fetch_from (backport #34212 )
2023-02-27 12:15:43 +05:30
Brian Pond
dc6ae46d59
fix: Remove missing DocField in fetch_from
...
(cherry picked from commit 83f3e317e1 )
2023-02-27 06:24:24 +00:00
mergify[bot]
88a781fa43
fix: german translations ( #31732 )
...
fix: german translations (#31732 )
(cherry picked from commit 6b510546ae )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-27 11:50:45 +05:30
Sagar Sharma
dd0876da17
Merge pull request #34208 from frappe/mergify/bp/version-14-hotfix/pr-34206
...
fix: not able to repost gl entries (backport #34206 )
2023-02-27 10:27:00 +05:30
Sagar Sharma
e93bc94f0b
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34206
2023-02-27 10:26:45 +05:30
ruthra kumar
17198844c0
fix(test): use standalone method to fetch work orders from SO
...
(cherry picked from commit a11d3327df )
2023-02-27 04:33:17 +00:00
ruthra kumar
3ea90ee5cb
fix: permission error while calling get_work_order_items
...
(cherry picked from commit b6bad728cd )
2023-02-27 04:33:17 +00:00
Anand Baburajan
a9b8187dd0
Merge pull request #34205 from AnandBaburajan/manual_asset_schedule
...
fix: asset manual depr schedule
2023-02-26 20:07:50 +05:30
anandbaburajan
d56ca011fe
chore: refactor long if conditions
2023-02-26 15:03:16 +05:30
anandbaburajan
75386e3653
chore: should prepare schedule if not draft
2023-02-25 21:17:18 +05:30
anandbaburajan
dda6baea3e
fix: incorrect acc depr amount if multiple FBs with straight line or manual method
2023-02-25 14:43:24 +05:30
Rohit Waghchaure
ae0318ef74
fix: not able to repost gl entries
...
(cherry picked from commit 7d10dd9ea8 )
2023-02-24 15:41:25 +00:00
anandbaburajan
b0d670a51d
chore: handle change in opening_accumulated_depreciation properly
2023-02-24 20:35:29 +05:30
Anand Baburajan
e0ad1a305e
Merge branch 'version-14-hotfix' into manual_asset_schedule
2023-02-24 18:14:03 +05:30
rohitwaghchaure
dddbfba6da
Merge pull request #34200 from frappe/mergify/bp/version-14-hotfix/pr-34199
...
fix: conversion factor not set (backport #34199 )
2023-02-24 17:53:03 +05:30
Anand Baburajan
149043e8d4
Merge branch 'version-14-hotfix' into manual_asset_schedule
2023-02-24 16:48:43 +05:30
anandbaburajan
971c0720e5
fix: manual depr schedule
2023-02-24 16:38:39 +05:30
Frappe PR Bot
cb266cd1c6
chore(release): Bumped to Version 14.17.1
...
## [14.17.1](https://github.com/frappe/erpnext/compare/v14.17.0...v14.17.1 ) (2023-02-24)
### Reverts
* Revert "fix: Concurrency issues in Sales and Purchase returns" (#34202 ) ([3c2e21e ](3c2e21e2ae )), closes [#34202 ](https://github.com/frappe/erpnext/issues/34202 ) [#34019 ](https://github.com/frappe/erpnext/issues/34019 )
2023-02-24 10:07:56 +00:00
Deepesh Garg
d6d1238974
Merge pull request #34204 from frappe/mergify/bp/version-14/pr-34203
...
Revert "fix: Concurrency issues in Sales and Purchase returns" (backport #34202 ) (backport #34203 )
2023-02-24 15:36:02 +05:30
Deepesh Garg
3c2e21e2ae
Revert "fix: Concurrency issues in Sales and Purchase returns" ( #34202 )
...
Revert "fix: Concurrency issues in Sales and Purchase returns (#34019 )"
This reverts commit a67284e96d .
(cherry picked from commit e26c6dc76b )
(cherry picked from commit 9341d3e60e )
2023-02-24 10:03:47 +00:00
Deepesh Garg
c6a46bc184
Merge pull request #34203 from frappe/mergify/bp/version-14-hotfix/pr-34202
...
Revert "fix: Concurrency issues in Sales and Purchase returns" (backport #34202 )
2023-02-24 15:32:00 +05:30
Deepesh Garg
9341d3e60e
Revert "fix: Concurrency issues in Sales and Purchase returns" ( #34202 )
...
Revert "fix: Concurrency issues in Sales and Purchase returns (#34019 )"
This reverts commit a67284e96d .
(cherry picked from commit e26c6dc76b )
2023-02-24 09:58:40 +00:00
Rohit Waghchaure
089c7d0a37
fix: conversion factor not set
...
(cherry picked from commit 8e46aebc50 )
2023-02-24 09:27:37 +00:00
rohitwaghchaure
230e345732
Merge pull request #34190 from frappe/mergify/bp/version-14-hotfix/pr-34189
...
fix: user shouldn't able to make item price for item template (backport #34189 )
2023-02-24 09:23:22 +05:30
Rohit Waghchaure
fb8e45d3d9
fix: user shouldn't able to make item price for item template
...
(cherry picked from commit 6417ae0ee8 )
2023-02-23 15:18:43 +00:00
rohitwaghchaure
b2582c56b7
Merge pull request #34177 from frappe/mergify/bp/version-14-hotfix/pr-34173
...
fix: incorrect color in the BOM Stock Report (backport #34173 )
2023-02-23 20:47:24 +05:30
ruthra kumar
908d2f687e
Merge pull request #34184 from frappe/mergify/bp/version-14-hotfix/pr-34022
...
perf: Gross Profit report will fetch SLE's on demand and memoize (backport #34022 )
2023-02-23 12:54:25 +05:30
ruthra kumar
204f9a414f
refactor: use docstatus from Delivery Note Item
...
(cherry picked from commit 88d888d9d0 )
2023-02-23 06:26:15 +00:00
ruthra kumar
db1f17e5bc
perf: fetch SLE's on demand and memoize
...
(cherry picked from commit 3e5691072a )
2023-02-23 06:26:15 +00:00
rohitwaghchaure
292f7c57c5
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34173
2023-02-23 11:36:34 +05:30
rohitwaghchaure
b0103b85a0
Merge pull request #34181 from frappe/mergify/bp/version-14-hotfix/pr-34172
...
fix: zero division error while making LCV (backport #34172 )
2023-02-23 11:25:03 +05:30
Rohit Waghchaure
1859be6fef
fix: zero division error while making LCV
...
(cherry picked from commit 80e94a08cf )
2023-02-23 05:24:58 +00:00
ruthra kumar
b37695f2f3
Merge pull request #34180 from frappe/mergify/bp/version-14-hotfix/pr-34176
...
fix: ui freeze upon item selection in sales invoice (backport #34176 )
2023-02-23 10:52:32 +05:30
ruthra kumar
1750ed4fb6
fix: ui freeze on item selection in sales invoice
...
(cherry picked from commit 6412583e98 )
2023-02-23 05:06:51 +00:00
Rohit Waghchaure
001ed9e9ff
fix: incorrect color in the BOM Stock Report
...
(cherry picked from commit a8f03ebf7f )
2023-02-23 04:25:45 +00:00
Frappe PR Bot
0d986a2ac4
chore(release): Bumped to Version 14.17.0
...
# [14.17.0](https://github.com/frappe/erpnext/compare/v14.16.1...v14.17.0 ) (2023-02-21)
### Bug Fixes
* asset repair status after deletion and asset status after manual depr entry ([03f07a2 ](03f07a20e7 ))
* asset_depreciation_and_balances report doesn't reflect manual depr entries ([1535c3d ](1535c3d856 ))
* change parameter name for letter head ([4f37ba9 ](4f37ba9cfe ))
* check for duplicate in pos closing and pos merge log entry ([05d6490 ](05d649087b ))
* consider rounded total amount while making payment request ([#34110 ](https://github.com/frappe/erpnext/issues/34110 )) ([7879564 ](78795643cc ))
* create `Delivery Trip` from `Delivery Note` list ([ba5ea88 ](ba5ea886cf ))
* differency entry journal debit/credit missing ([#34104 ](https://github.com/frappe/erpnext/issues/34104 )) ([7556739 ](75567391a7 ))
* Filters in item-wise sales history report ([#34145 ](https://github.com/frappe/erpnext/issues/34145 )) ([44c837f ](44c837f862 ))
* fiscal year error for existing assets in fixed asset register ([7074c2b ](7074c2b161 ))
* forced delete linked desktop_icons (backport [#34107 ](https://github.com/frappe/erpnext/issues/34107 )) ([#34130 ](https://github.com/frappe/erpnext/issues/34130 )) ([53ab4d9 ](53ab4d92e8 ))
* ignore repost payment ledger on basic documents cancellation ([#34054 ](https://github.com/frappe/erpnext/issues/34054 )) ([9890cce ](9890cce680 ))
* incorrect consumed qty in subcontracting receipt ([d5f6a5d ](d5f6a5d193 ))
* inventory dimension filter not overriding with existing filter for stock ledger report ([6959283 ](6959283893 ))
* linters issue ([f65e471 ](f65e471a75 ))
* opening_accumulated_depreciation and precision in charts ([47cc8ab ](47cc8ab6c6 ))
* purchase invoice performance issue ([8d98599 ](8d98599a6c ))
* rename duplicate field name with same type into a DocType to avoid import Error ([#34053 ](https://github.com/frappe/erpnext/issues/34053 )) ([d783168](d7831685af ))
* show Purchase Order Portal `Pay` button based on configuration ([84da0c6 ](84da0c6f1e ))
* update `reserved_qty` when `Sales Order` marked as `Hold` ([15898cc ](15898cc2ec ))
* Use normal rounding for Tax Withholding Category ([#34114 ](https://github.com/frappe/erpnext/issues/34114 )) ([65aec3e ](65aec3e4ff ))
* **ux:** `ReferenceError: me is not defined` Delivery Note ([7bd04c2 ](7bd04c27c8 ))
### Features
* allow to make in transit transfer entry from material request ([a7b682e ](a7b682e26b ))
* Editable Sales Invoice ([#32625 ](https://github.com/frappe/erpnext/issues/32625 )) ([00eb632 ](00eb6329a7 ))
* provision to convert transaction based reposting to item warehouse based reposting ([72c0b22 ](72c0b2208f ))
* translate fixtures during runtime, not installation ([#33996 ](https://github.com/frappe/erpnext/issues/33996 )) ([d117de7 ](d117de7813 ))
2023-02-21 17:17:32 +00:00
Deepesh Garg
9aa25c4373
Merge pull request #34161 from frappe/version-14-hotfix
...
chore: release v14
2023-02-21 22:45:54 +05:30
ruthra kumar
9c43e3a721
Merge pull request #34164 from frappe/mergify/bp/version-14-hotfix/pr-34102
...
fix: check for duplicate pos invoices in closing entry (backport #34102 )
2023-02-21 20:03:08 +05:30
ruthra kumar
05d649087b
fix: check for duplicate in pos closing and pos merge log entry
...
(cherry picked from commit 47add0b751 )
2023-02-21 13:16:33 +00:00
mergify[bot]
74a3588e04
patch: reorder migration patches ( #34071 )
...
chore: reorder migration patches.
'migrate_gl_to_payment_ledger',
'migrate_remarks_from_gl_to_payment_ledger' should always run last.
(cherry picked from commit 68202639f5 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-21 15:34:24 +05:30
mergify[bot]
0bd765b8ca
refactor: clear records in batches in 'Transaction Deletion Record' ( #34109 )
...
refactor: clear records in batches in 'Transaction Deletion Record' (#34109 )
refactor: clear records in batches
(cherry picked from commit 4a7b1de2d8 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-21 15:06:45 +05:30
mergify[bot]
44c837f862
fix: Filters in item-wise sales history report ( #34145 )
...
fix: Filters in item-wise sales history report (#34145 )
(cherry picked from commit c88444a6c4 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-21 15:06:00 +05:30
mergify[bot]
65aec3e4ff
fix: Use normal rounding for Tax Withholding Category ( #34114 )
...
fix: Use normal rounding for Tax Withholding Category (#34114 )
(cherry picked from commit 35cdd996a9 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-21 14:22:57 +05:30
mergify[bot]
00eb6329a7
feat: Editable Sales Invoice ( #32625 )
...
* feat: Editable Sales Invoice
(cherry picked from commit 30da6ab2c1 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: Update allow on submit for Sales Invoice fields
(cherry picked from commit e626107d3d )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice_item/sales_invoice_item.json
* chore: Break into smaller functions
(cherry picked from commit 42e4c37f15 )
* chore: Update allow on submit fields
(cherry picked from commit 1105e52031 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* test: Add unit tests
(cherry picked from commit ed98015a56 )
* chore: Update tests
(cherry picked from commit 1a980123a2 )
* chore: Reset repost_required_flag on cancel
(cherry picked from commit 0966867c08 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
* chore: Enable no-copy for repost required field
(cherry picked from commit 5fe55176ec )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
* chore: Validate for deferred revenue invoices
(cherry picked from commit e29f756146 )
* chore: Resolve conflicts
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-21 14:21:36 +05:30
Anand Baburajan
ce817e97eb
Merge pull request #34155 from frappe/mergify/bp/version-14-hotfix/pr-34153
...
fix: fiscal year error for existing assets in fixed asset register (backport #34153 )
2023-02-21 14:18:21 +05:30
anandbaburajan
7074c2b161
fix: fiscal year error for existing assets in fixed asset register
...
(cherry picked from commit 76861eb332 )
2023-02-21 08:25:46 +00:00
Sagar Sharma
0de0501a48
Merge pull request #34146 from frappe/mergify/bp/version-14-hotfix/pr-34138
...
fix(ux): `ReferenceError: me is not defined` Delivery Note (backport #34138 )
2023-02-21 10:31:17 +05:30
s-aga-r
bc86b6977f
chore: Linters
...
(cherry picked from commit 44ee9f0f19 )
2023-02-21 04:57:41 +00:00
s-aga-r
7bd04c27c8
fix(ux): ReferenceError: me is not defined Delivery Note
...
(cherry picked from commit 1b010add26 )
2023-02-21 04:57:40 +00:00
rohitwaghchaure
92dee9e1cf
Merge pull request #34141 from frappe/mergify/bp/version-14-hotfix/pr-34139
...
fix: inventory dimension filter not overriding with existing filter for stock ledger report (backport #34139 )
2023-02-20 13:38:54 +05:30
rohitwaghchaure
3c0500efb7
Merge pull request #34140 from frappe/mergify/bp/version-14-hotfix/pr-33722
...
fix: purchase invoice performance issue (backport #33722 )
2023-02-20 13:17:44 +05:30
Rohit Waghchaure
6959283893
fix: inventory dimension filter not overriding with existing filter for stock ledger report
...
(cherry picked from commit 0e388ba872 )
2023-02-20 07:35:16 +00:00
Rohit Waghchaure
8d98599a6c
fix: purchase invoice performance issue
...
(cherry picked from commit 92d857d49c )
2023-02-20 07:18:11 +00:00
mergify[bot]
75567391a7
fix: differency entry journal debit/credit missing ( #34104 )
...
fix: differency entry journal debit/credit missing (#34104 )
* fix: difference entry journal is wrong
* fix: difference entry journal is wrong
(cherry picked from commit 183e42af1a )
Co-authored-by: Alirio Castro <aliriocastro@gmail.com >
2023-02-19 20:50:56 +05:30
mergify[bot]
9890cce680
fix: ignore repost payment ledger on basic documents cancellation ( #34054 )
...
fix: ignore repost payment ledger on basic documents cancellation (#34054 )
fix: ignore repost payment ledger on cancel/delete of Inv/Pay/JE's
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit c722f2819c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-19 20:50:37 +05:30
mergify[bot]
78795643cc
fix: consider rounded total amount while making payment request ( #34110 )
...
fix: consider rounded total amount while making payment request (#34110 )
(cherry picked from commit 9c6466f15b )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-19 13:38:02 +05:30
mergify[bot]
53ab4d92e8
fix: forced delete linked desktop_icons (backport #34107 ) ( #34130 )
...
fix: forced delete linked desktop_icons (#34107 )
* fix: forced delete linked desktop_icons
* fix: black
(cherry picked from commit 5e48e61c66 )
Co-authored-by: Shadrak Gurupnor <30501401+shadrak98@users.noreply.github.com >
2023-02-19 12:08:12 +05:30
rohitwaghchaure
ced7860d1b
Merge pull request #34124 from frappe/mergify/bp/version-14-hotfix/pr-34115
...
feat: provision to convert transaction based reposting to item wareho… (backport #34115 )
2023-02-18 23:17:55 +05:30
Rohit Waghchaure
72c0b2208f
feat: provision to convert transaction based reposting to item warehouse based reposting
...
(cherry picked from commit f1383b5ef9 )
2023-02-18 16:02:12 +00:00
Sagar Sharma
529d5f3d05
Merge pull request #34118 from frappe/mergify/bp/version-14-hotfix/pr-34077
...
fix: show Purchase Order Portal `Pay` button based on configuration (backport #34077 )
2023-02-18 13:16:43 +05:30
s-aga-r
84da0c6f1e
fix: show Purchase Order Portal Pay button based on configuration
...
(cherry picked from commit 20bdc63b03 )
2023-02-18 06:51:14 +00:00
s-aga-r
05f7fb8fa1
chore: add field show_pay_button in Buying Settings
...
(cherry picked from commit d7ef5ad955 )
2023-02-18 06:51:13 +00:00
Anand Baburajan
dbf39a7ff3
Merge pull request #34112 from AnandBaburajan/asset_fixes_17_feb_v14
...
fix: repair status after deletion, asset status after manual depr entry and other misc bugs [v14]
2023-02-17 16:13:17 +05:30
anandbaburajan
03f07a20e7
fix: asset repair status after deletion and asset status after manual depr entry
2023-02-17 15:32:55 +05:30
Sagar Sharma
48f6cc09c1
Merge pull request #34098 from frappe/mergify/bp/version-14-hotfix/pr-34091
...
fix: incorrect consumed qty in subcontracting receipt (backport #34091 )
2023-02-16 17:29:06 +05:30
Rohit Waghchaure
d5f6a5d193
fix: incorrect consumed qty in subcontracting receipt
...
(cherry picked from commit 156e45970a )
2023-02-16 09:41:06 +00:00
Sagar Sharma
bafb976bbd
Merge pull request #34093 from frappe/mergify/bp/version-14-hotfix/pr-34053
...
fix: rename duplicate field name with same type into a DocType to avoid import Error (backport #34053 )
2023-02-16 14:29:12 +05:30
Sagar Sharma
1367e09f0f
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34053
2023-02-16 14:28:49 +05:30
Sagar Sharma
7fefad9f5c
Merge pull request #34095 from frappe/mergify/bp/version-14-hotfix/pr-34090
...
chore: update `CODEOWNERS` (backport #34090 )
2023-02-16 14:27:36 +05:30
Sagar Sharma
f7ea98cf44
chore: update CODEOWNERS
...
(cherry picked from commit e8b8c51d82 )
2023-02-16 08:57:04 +00:00
s-aga-r
2fdf6ab164
chore: conflicts
2023-02-16 14:01:17 +05:30
HENRY Florian
d7831685af
fix: rename duplicate field name with same type into a DocType to avoid import Error ( #34053 )
...
* fix: Delivery Note field label set
* fix: Item field label de-duplicate name
* fix: Payment Entry field label de-duplicate name
* fix: Pruicing Rule field label de-duplicate name
* fix: Project field label de-duplicate name
* fix: Timesheet field label de-duplicate name
* Update erpnext/accounts/doctype/pricing_rule/pricing_rule.json
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
* Update erpnext/stock/doctype/item/item.json
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
---------
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 4d79ffe3c6 )
# Conflicts:
# erpnext/stock/doctype/item/item.json
2023-02-16 08:17:47 +00:00
Sagar Sharma
b01da15ce2
Merge pull request #34087 from frappe/mergify/bp/version-14-hotfix/pr-34086
...
fix: create `Delivery Trip` from `Delivery Note` list (backport #34086 )
2023-02-15 22:44:58 +05:30
s-aga-r
ba5ea886cf
fix: create Delivery Trip from Delivery Note list
...
(cherry picked from commit 6c6195bae6 )
2023-02-15 17:11:41 +00:00
Sagar Sharma
702a3e5ce1
Merge pull request #34085 from frappe/mergify/bp/version-14-hotfix/pr-34080
...
chore: copy `item_code` to `Batch` while creating new batch from SCR (backport #34080 )
2023-02-15 21:48:20 +05:30
s-aga-r
72e17e3267
chore: copy item_code to Batch while creating new batch from SCR
...
(cherry picked from commit ffa9c6e4d9 )
2023-02-15 16:10:57 +00:00
Frappe PR Bot
e82c101b13
chore(release): Bumped to Version 14.16.1
...
## [14.16.1](https://github.com/frappe/erpnext/compare/v14.16.0...v14.16.1 ) (2023-02-15)
### Bug Fixes
* asset_depreciation_and_balances report doesn't reflect manual depr entries ([7692db2 ](7692db27bd ))
* opening_accumulated_depreciation and precision in charts ([4a209fc ](4a209fcb7c ))
2023-02-15 10:33:52 +00:00
Anand Baburajan
a934cf0d92
Merge pull request #34074 from frappe/mergify/bp/version-14/pr-34058
...
fix: manual depr entries in asset_depreciations_and_balances report and some misc bugs [v14] (backport #34058 )
2023-02-15 16:02:16 +05:30
anandbaburajan
7692db27bd
fix: asset_depreciation_and_balances report doesn't reflect manual depr entries
...
(cherry picked from commit 1535c3d856 )
2023-02-15 08:36:28 +00:00
anandbaburajan
be2ddd1536
chore: break look if je processed
...
(cherry picked from commit a220dc0c9c )
2023-02-15 08:36:28 +00:00
anandbaburajan
4a209fcb7c
fix: opening_accumulated_depreciation and precision in charts
...
(cherry picked from commit 47cc8ab6c6 )
2023-02-15 08:36:28 +00:00
Anand Baburajan
09f5e290a3
Merge pull request #34058 from AnandBaburajan/more_asset_bug_fixes_v14
...
fix: manual depr entries in asset_depreciations_and_balances report and some misc bugs [v14]
2023-02-15 12:33:30 +05:30
Anand Baburajan
8d61404a5b
Merge branch 'version-14-hotfix' into more_asset_bug_fixes_v14
2023-02-15 11:55:52 +05:30
rohitwaghchaure
bc8cf10e39
Merge pull request #34070 from frappe/mergify/bp/version-14-hotfix/pr-34065
...
fix: change parameter name for letter head (backport #34065 )
2023-02-15 10:08:30 +05:30
rohitwaghchaure
eb300f52d9
Merge pull request #34069 from frappe/mergify/bp/version-14-hotfix/pr-34061
...
feat: allow to make in transit transfer entry from material request (backport #34061 )
2023-02-15 09:57:30 +05:30
barredterra
bb174f931d
test: download RFQ PDF
...
(cherry picked from commit d5b7f2e49e )
2023-02-15 04:01:57 +00:00
barredterra
1e2611fb1e
refactor: download RFQ PDF
...
(cherry picked from commit 8e40c04494 )
2023-02-15 04:01:56 +00:00
barredterra
4f37ba9cfe
fix: change parameter name for letter head
...
To match changes from https://github.com/frappe/frappe/pull/19627
(cherry picked from commit f7fd30fecf )
2023-02-15 04:01:56 +00:00
rohitwaghchaure
f65e471a75
fix: linters issue
2023-02-15 09:28:56 +05:30
Rohit Waghchaure
a7b682e26b
feat: allow to make in transit transfer entry from material request
...
(cherry picked from commit 5b6128848f )
2023-02-15 03:39:12 +00:00
Anand Baburajan
a3f96652d4
Merge pull request #34062 from frappe/mergify/bp/version-14-hotfix/pr-34059
...
chore: add anand to asset's codeowner (backport #34059 )
2023-02-14 20:16:52 +05:30
anandbaburajan
dbd4466817
chore: add anand to asset's codeowner
...
(cherry picked from commit d003370f61 )
2023-02-14 14:21:38 +00:00
Anand Baburajan
25951debb5
Merge branch 'version-14-hotfix' into more_asset_bug_fixes_v14
2023-02-14 18:14:14 +05:30
anandbaburajan
1535c3d856
fix: asset_depreciation_and_balances report doesn't reflect manual depr entries
2023-02-14 17:54:51 +05:30
Sagar Sharma
2bc12d478b
Merge pull request #34055 from frappe/mergify/bp/version-14-hotfix/pr-34018
...
fix: update `reserved_qty` when `Sales Order` marked as `Hold` (backport #34018 )
2023-02-14 17:41:01 +05:30
Sagar Sharma
7dff06a0f6
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-34018
2023-02-14 17:40:48 +05:30
Deepesh Garg
1f6474d5ab
Merge pull request #34047 from frappe/mergify/bp/version-14-hotfix/pr-33996
...
feat: translate fixtures during runtime, not installation (backport #33996 )
2023-02-14 16:57:29 +05:30
s-aga-r
15898cc2ec
fix: update reserved_qty when Sales Order marked as Hold
...
(cherry picked from commit d76759e066 )
2023-02-14 11:22:52 +00:00
Frappe PR Bot
26c9782960
chore(release): Bumped to Version 14.16.0
...
# [14.16.0](https://github.com/frappe/erpnext/compare/v14.15.1...v14.16.0 ) (2023-02-14)
### Bug Fixes
* `amount` in `Material Request` ([f1dd923 ](f1dd923a50 ))
* `get_picked_items_details` ([7afbd92 ](7afbd9201d ))
* `pymysql.err.ProgrammingError` ([aa3dd33 ](aa3dd33f56 ))
* Add missing 1 required positional argument: 'bill_date' ([ced9274 ](ced9274d1b ))
* add payment hook to point of sale JS ([#33988 ](https://github.com/frappe/erpnext/issues/33988 )) ([49fd712 ](49fd712966 ))
* allow PI cancel if linked asset is cancelled ([c98b2b5 ](c98b2b5918 ))
* Amount for debit and credit notes with 0 qty line items ([#33902 ](https://github.com/frappe/erpnext/issues/33902 )) ([87a8c17 ](87a8c17314 ))
* Amount validation in Payment Request against Purchase Order ([#34042 ](https://github.com/frappe/erpnext/issues/34042 )) ([c7c6123 ](c7c61239a3 ))
* BOM import failed as importer use same label field for Raw MaterialsItem table and Scrap Item table ([47d17f4 ](47d17f4136 ))
* Concurrency issues in Sales and Purchase returns ([#34019 ](https://github.com/frappe/erpnext/issues/34019 )) ([087333a ](087333abcb ))
* consider `stock_qty` if `picked_qty` is zero ([df72e4a ](df72e4a221 ))
* consider existing pick list ([466a791 ](466a791f68 ))
* currency formatting in item-wise sales history ([#33903 ](https://github.com/frappe/erpnext/issues/33903 )) ([8e2d7bb ](8e2d7bb44a ))
* default due_date was wrong calculated on template "_Test Payment Term Template 1" (last day of next month) ([c8c9c50 ](c8c9c50993 ))
* **ecommerce:** throw invalid doctype error in shop by category ([#33901 ](https://github.com/frappe/erpnext/issues/33901 )) ([1d0e71b ](1d0e71bfe5 ))
* failed test, convert date time to string ([7228a49 ](7228a492ef ))
* german chart of accounts "SKR03" ([#33909 ](https://github.com/frappe/erpnext/issues/33909 )) ([02c4c55 ](02c4c55adc ))
* Ignore mandatory fields while creating tax templates for new companies ([#34005 ](https://github.com/frappe/erpnext/issues/34005 )) ([b0ed3c8 ](b0ed3c8aed ))
* Ignore Payment Ledger Entry on dunning cancel (backport [#34025 ](https://github.com/frappe/erpnext/issues/34025 )) ([#34028 ](https://github.com/frappe/erpnext/issues/34028 )) ([699e93e ](699e93e17f ))
* incorrect actual qty in Bin ([01ff6a1 ](01ff6a1f19 ))
* IntegrityError while cancelling journals against cr note ([c71d035 ](c71d03555f ))
* list view for Terms and Conditions ([#33925 ](https://github.com/frappe/erpnext/issues/33925 )) ([bb8e232 ](bb8e232aea ))
* negative stock error ([e0cd6c2 ](e0cd6c20a3 ))
* set per_billed based on hours when amounts are zero ([#33984 ](https://github.com/frappe/erpnext/issues/33984 )) ([5270fbe ](5270fbe01a ))
* should never get cutomer price on purchase document ([#34002 ](https://github.com/frappe/erpnext/issues/34002 )) ([6fe7600 ](6fe7600844 )), closes [#33998 ](https://github.com/frappe/erpnext/issues/33998 )
* stock entry from item dashboard (stock levels) ([04a474d ](04a474d0a1 ))
* **test:** `test_pick_list_for_items_with_multiple_UOM()` ([7124c0c ](7124c0ca30 ))
* unwanted difference amount calculation on cr note and invoice with same currency ([#34020 ](https://github.com/frappe/erpnext/issues/34020 )) ([cbafc51 ](cbafc51e75 ))
### Features
* Add filters in Loan Interest Report ([#33907 ](https://github.com/frappe/erpnext/issues/33907 )) ([52bfb66 ](52bfb66729 ))
* add incoterm named place to RFQ ([68a1615 ](68a1615eae ))
* mandatory and mandatory depends on in inventory dimension ([3aca84c ](3aca84c43f ))
* Setting to allow Sales Order creation against expired quotation ([#33952 ](https://github.com/frappe/erpnext/issues/33952 )) ([4d0e27e ](4d0e27ed2b ))
### Performance Improvements
* reduce memory usage by paging through records ([3ce8dc7 ](3ce8dc70cb ))
* reduce memory usage while migrating remarks ([c191a3f ](c191a3f7c6 ))
2023-02-14 10:38:44 +00:00
Deepesh Garg
7dee5207df
Merge pull request #34051 from frappe/version-14-hotfix
...
chore: release v14
2023-02-14 16:06:52 +05:30
rohitwaghchaure
e214a336be
Merge pull request #34049 from frappe/mergify/bp/version-14-hotfix/pr-34046
...
fix: BOM import failed as use same label field for Raw Materials Item table and Scrap Item table (backport #34046 )
2023-02-14 11:55:29 +05:30
Florian HENRY
47d17f4136
fix: BOM import failed as importer use same label field for Raw MaterialsItem table and Scrap Item table
...
(cherry picked from commit 86be259341 )
2023-02-14 05:00:25 +00:00
Raffael Meyer
d117de7813
feat: translate fixtures during runtime, not installation ( #33996 )
...
feat: install untranslated fixtures from files
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 770369e5c1 )
2023-02-14 04:00:23 +00:00
mergify[bot]
6fe7600844
fix: should never get cutomer price on purchase document ( #34002 )
...
fix: should never get cutomer price on purchase document (#34002 )
* fix: never get cutomer price on purchase document
chores: syntax
chore: typo in stock_entry get_uom_details (#33998 )
fix: typo in stock_entry get_uom_details
chores: syntax
* feat: add test for get_item_detail price list oriented
* feat: add test for get_item_detail price price oriented
* feat: add test for get_item_detail price price oriented
* chore: clean test code
(cherry picked from commit 231fe4156f )
Co-authored-by: HENRY Florian <florian.henry@open-concept.pro >
2023-02-14 08:59:25 +05:30
mergify[bot]
c7c61239a3
fix: Amount validation in Payment Request against Purchase Order ( #34042 )
...
fix: Amount validation in Payment Request against Purchase Order (#34042 )
(cherry picked from commit ce748cec3a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-14 08:59:03 +05:30
anandbaburajan
a220dc0c9c
chore: break look if je processed
2023-02-13 17:28:46 +05:30
anandbaburajan
47cc8ab6c6
fix: opening_accumulated_depreciation and precision in charts
2023-02-13 17:22:54 +05:30
mergify[bot]
087333abcb
fix: Concurrency issues in Sales and Purchase returns ( #34019 )
...
fix: Concurrency issues in Sales and Purchase returns (#34019 )
(cherry picked from commit a67284e96d )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-13 16:30:03 +05:30
ruthra kumar
80c83f14e9
Merge pull request #34034 from frappe/mergify/bp/version-14-hotfix/pr-34021
...
fix: rare instances of IntegrityError while cancelling journals against cr note (backport #34021 )
2023-02-13 14:59:12 +05:30
ruthra kumar
c71d03555f
fix: IntegrityError while cancelling journals against cr note
...
(cherry picked from commit b9a7ff7c3d )
2023-02-13 08:45:18 +00:00
mergify[bot]
1540aea21d
refactor: filter only immediate upcoming payment term for each SO ( #33923 )
...
refactor: filter only immediate upcoming payment term for each SO (#33923 )
* fix: ignore closed or 'on hold' orders
* refactor: filter immediate upcoming term
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 192a3395a5 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-13 13:29:41 +05:30
mergify[bot]
cbafc51e75
fix: unwanted difference amount calculation on cr note and invoice with same currency ( #34020 )
...
fix: unwanted difference amount calculation on cr note and invoice with same currency (#34020 )
* fix: incorrect difference amount while reconiling cr/dr notes
* fix(test): catch incorrect difference amount calculation
Fixed issues where difference amount was calculated for Cr Notes and Invoices of
the same currency.
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit e5a2b15fba )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-02-13 13:29:18 +05:30
mergify[bot]
4d0e27ed2b
feat: Setting to allow Sales Order creation against expired quotation ( #33952 )
...
feat: Setting to allow Sales Order creation against expired quotation (#33952 )
* feat: Setting to allow Sales Order creation against expired quotation
* chore: linting issues
(cherry picked from commit 148703bfc2 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-13 11:08:55 +05:30
mergify[bot]
699e93e17f
fix: Ignore Payment Ledger Entry on dunning cancel (backport #34025 ) ( #34028 )
...
fix: Ignore Payment Ledger Entry on dunning cancel (#34025 )
* fix: Ignore Payment Ledger Entry on dunning cancel
* chore: fix translation issue
(cherry picked from commit 48bb2c942b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-13 10:19:19 +05:30
mergify[bot]
1d0e71bfe5
fix(ecommerce): throw invalid doctype error in shop by category ( #33901 )
...
fix(ecommerce): throw invalid doctype error in shop by category (#33901 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 0df28c7174 )
Co-authored-by: Sabu Siyad <hello@ssiyad.com >
2023-02-12 13:35:54 +05:30
mergify[bot]
49fd712966
fix: add payment hook to point of sale JS ( #33988 )
...
fix: add payment hook to point of sale JS (#33988 )
(cherry picked from commit a0eb5e5535 )
Co-authored-by: Richard Case <110036763+casesolved-co-uk@users.noreply.github.com >
2023-02-12 09:02:40 +05:30
ruthra kumar
679b16e1bc
Merge pull request #33934 from frappe/mergify/bp/version-14-hotfix/pr-33777
...
fix(patch): reduce memory usage while migrating remarks (backport #33777 )
2023-02-11 17:50:15 +05:30
ruthra kumar
24cac4ff22
Merge pull request #33935 from frappe/mergify/bp/version-14-hotfix/pr-33776
...
patch: reduce memory usage by paging through records (backport #33776 )
2023-02-11 17:49:55 +05:30
mergify[bot]
dd31bd5254
refactor: install fixtures ( #33964 )
...
refactor: install fixtures (#33964 )
* refactor: install fixtures
* style: disable semgrep for install_defaults signature
(cherry picked from commit 201573ab9a )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-11 16:22:26 +05:30
mergify[bot]
5270fbe01a
fix: set per_billed based on hours when amounts are zero ( #33984 )
...
fix: set per_billed based on hours when amounts are zero (#33984 )
* fix: set per_billed based on hours when amounts are zero
* test: calculate_percentage_billed
(cherry picked from commit e4953df4a3 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-11 14:54:22 +05:30
mergify[bot]
b0ed3c8aed
fix: Ignore mandatory fields while creating tax templates for new companies ( #34005 )
...
fix: Ignore mandatory fields while creating tax templates for new companies (#34005 )
(cherry picked from commit 0efdc6c13a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 12:27:06 +05:30
mergify[bot]
02c4c55adc
fix: german chart of accounts "SKR03" ( #33909 )
...
fix: german chart of accounts "SKR03" (#33909 )
* fix: german chart of accounts "SKR03"
- Added some missing account types and tax rates
- Added some missing accounts
* style: convert indentation to tabs
* fix: space before percentage sign
* feat: add some expense accounts
* refactor: replace unicode characters with utf-8
for better readability
* revert: add back groups for Bank and Cash accounts
Removed in 7d0d9c6900
(cherry picked from commit 3c7b460fd8 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 11:59:23 +05:30
mergify[bot]
8e2d7bb44a
fix: currency formatting in item-wise sales history ( #33903 )
...
fix: currency formatting in item-wise sales history (#33903 )
* fix(item-sales-history): currency formatting
* chore: linting issues
* fix: convert raw sql to qb
(cherry picked from commit 2cc7239dd5 )
Co-authored-by: Dany Robert <danyrt@wahni.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 11:54:12 +05:30
mergify[bot]
87a8c17314
fix: Amount for debit and credit notes with 0 qty line items ( #33902 )
...
fix: Amount for debit and credit notes with 0 qty line items (#33902 )
(cherry picked from commit 47c91324b1 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 11:53:47 +05:30
mergify[bot]
bb8e232aea
fix: list view for Terms and Conditions ( #33925 )
...
fix: list view for Terms and Conditions (#33925 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit ab7293bcd3 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-02-11 11:53:27 +05:30
Deepesh Garg
dc8fc813ff
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33777
2023-02-11 11:20:53 +05:30
mergify[bot]
52bfb66729
feat: Add filters in Loan Interest Report ( #33907 )
...
* feat: Add filters in Loan Interest Report (#33907 )
(cherry picked from commit e478a5d0ce )
* chore: remove flaky tests
---------
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-02-11 11:20:10 +05:30
mergify[bot]
6e8a985bc6
chore: typo in stock_entry get_uom_details (backport #33998 ) ( #34003 )
...
chore: typo in stock_entry get_uom_details (#33998 )
fix: typo in stock_entry get_uom_details
(cherry picked from commit 185c543b73 )
Co-authored-by: Akshay <60477442+akshayitzme@users.noreply.github.com >
2023-02-10 20:55:03 +05:30
Anand Baburajan
eab3c41a7b
Merge pull request #33962 from frappe/mergify/bp/version-14-hotfix/pr-33946
...
fix: allow cancelling purchase invoice if linked asset is already cancelled (backport #33946 )
2023-02-05 17:11:53 +05:30
anandbaburajan
68df9ad83c
chore: use continue, not break
...
(cherry picked from commit 3380dc5dea )
2023-02-05 10:37:40 +00:00
anandbaburajan
c98b2b5918
fix: allow PI cancel if linked asset is cancelled
...
(cherry picked from commit b961321de5 )
2023-02-05 10:37:40 +00:00
rohitwaghchaure
18a1707df9
Merge pull request #33955 from frappe/mergify/bp/version-14-hotfix/pr-33936
...
fix: negative stock error (backport #33936 )
2023-02-05 12:13:30 +05:30
Sagar Sharma
6f8ff6f41d
Merge pull request #33958 from frappe/mergify/bp/version-14-hotfix/pr-33942
...
fix: stock entry from item dashboard (stock levels) (backport #33942 )
2023-02-05 10:05:13 +05:30
s-aga-r
04a474d0a1
fix: stock entry from item dashboard (stock levels)
...
(cherry picked from commit dc0ddf8d7e )
2023-02-05 04:17:17 +00:00
Rohit Waghchaure
388cc31e9e
test: test case
...
(cherry picked from commit 9ae7578b07 )
2023-02-04 18:05:47 +00:00
Rohit Waghchaure
e0cd6c20a3
fix: negative stock error
...
(cherry picked from commit 6d513e2519 )
2023-02-04 18:05:47 +00:00
rohitwaghchaure
6df730ce96
Merge pull request #33954 from frappe/mergify/bp/version-14-hotfix/pr-33941
...
fix: default due_date was wrong calculated on template "_Test Payment Term Template 1" (last day of next month) (backport #33941 )
2023-02-04 23:34:32 +05:30
developsessions
d2836c16a7
style: apply results of lint run
...
(cherry picked from commit c8cd351b39 )
2023-02-04 17:05:39 +00:00
developsessions
7228a492ef
fix: failed test, convert date time to string
...
(cherry picked from commit 9d0096ad9e )
2023-02-04 17:05:39 +00:00
developsessions
ced9274d1b
fix: Add missing 1 required positional argument: 'bill_date'
...
(cherry picked from commit be1f941996 )
2023-02-04 17:05:38 +00:00
developsessions
76c4dc8177
style: lint wrong from position
...
(cherry picked from commit c80aaad437 )
2023-02-04 17:05:38 +00:00
developsessions
c8c9c50993
fix: default due_date was wrong calculated on template "_Test Payment Term Template 1" (last day of next month)
...
(cherry picked from commit ce8a1086a7 )
2023-02-04 17:05:38 +00:00
Sagar Sharma
bccfb8184e
Merge pull request #33950 from frappe/mergify/bp/version-14-hotfix/pr-33940
...
chore: report `Warehouse wise Item Balance Age and Value` (backport #33940 )
2023-02-04 18:59:28 +05:30
s-aga-r
00e93dc076
chore: add Item Name column in Warehouse wise Item Balance Age and Value report
...
(cherry picked from commit 56356ffbb9 )
2023-02-04 07:58:41 +00:00
s-aga-r
9f3bb84990
chore: column width in Warehouse wise Item Balance Age and Value report
...
(cherry picked from commit d7a665cb84 )
2023-02-04 07:58:41 +00:00
ruthra kumar
3ce8dc70cb
perf: reduce memory usage by paging through records
...
While migrating GL entries to Payment Ledger, page through records using
primary key to reduce memory usage.
(cherry picked from commit fee0ca8cd9 )
2023-02-02 11:19:17 +00:00
ruthra kumar
c191a3f7c6
perf: reduce memory usage while migrating remarks
...
Page through records using primary key
(cherry picked from commit 9bb64107c5 )
2023-02-02 11:18:12 +00:00
Sagar Sharma
6e7eee7fa3
Merge pull request #33913 from frappe/mergify/bp/version-14-hotfix/pr-33910
...
feat: add incoterm named place to RFQ (backport #33910 )
2023-02-02 10:33:15 +05:30
Sagar Sharma
bf23984b4f
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33910
2023-02-02 10:30:22 +05:30
Frappe PR Bot
171df32407
chore(release): Bumped to Version 14.15.1
...
## [14.15.1](https://github.com/frappe/erpnext/compare/v14.15.0...v14.15.1 ) (2023-02-01)
### Bug Fixes
* incorrect actual qty in Bin ([4c238f1 ](4c238f1871 ))
2023-02-01 17:46:44 +00:00
rohitwaghchaure
e927f30654
Merge pull request #33929 from frappe/mergify/bp/version-14/pr-33921
...
fix: incorrect actual qty in Bin (backport #33918 ) (backport #33921 )
2023-02-01 23:15:02 +05:30
Rohit Waghchaure
4c238f1871
fix: incorrect actual qty in Bin
...
(cherry picked from commit f8c852c54c )
(cherry picked from commit 01ff6a1f19 )
2023-02-01 16:53:09 +00:00
rohitwaghchaure
f5a0da21a7
Merge pull request #33921 from frappe/mergify/bp/version-14-hotfix/pr-33918
...
fix: incorrect actual qty in Bin (backport #33918 )
2023-02-01 22:21:39 +05:30
Rohit Waghchaure
01ff6a1f19
fix: incorrect actual qty in Bin
...
(cherry picked from commit f8c852c54c )
2023-02-01 12:53:57 +00:00
barredterra
68a1615eae
feat: add incoterm named place to RFQ
...
(cherry picked from commit 7156184933 )
2023-02-01 05:11:00 +00:00
Sagar Sharma
2605e8a049
Merge pull request #33899 from frappe/mergify/bp/version-14-hotfix/pr-33715
...
fix: consider existing pick-list (backport #33715 )
2023-01-31 16:39:44 +05:30
Sagar Sharma
9c2aba6619
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33715
2023-01-31 16:15:19 +05:30
s-aga-r
075c547184
chore: conflicts
2023-01-31 16:14:45 +05:30
Sagar Sharma
cd00962b3a
Merge pull request #33897 from frappe/mergify/bp/version-14-hotfix/pr-33869
...
fix: `amount` in `Material Request` (backport #33869 )
2023-01-31 16:02:14 +05:30
Sagar Sharma
956b45ec2a
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33869
2023-01-31 16:01:57 +05:30
rohitwaghchaure
b5baf3aa74
Merge pull request #33900 from frappe/mergify/bp/version-14-hotfix/pr-33896
...
feat: mandatory and mandatory depends on in inventory dimension (backport #33896 )
2023-01-31 15:28:53 +05:30
Rohit Waghchaure
f47b05f58c
test: added test case
...
(cherry picked from commit 22d0e1373b )
2023-01-31 09:49:06 +00:00
Rohit Waghchaure
3aca84c43f
feat: mandatory and mandatory depends on in inventory dimension
...
(cherry picked from commit 423f2b5627 )
2023-01-31 09:49:05 +00:00
s-aga-r
df72e4a221
fix: consider stock_qty if picked_qty is zero
...
(cherry picked from commit 6ffdeb1af8 )
2023-01-31 09:41:20 +00:00
s-aga-r
4f56c72bed
refactor: test_consider_existing_pick_list()
...
(cherry picked from commit 0b76a26c8a )
2023-01-31 09:41:20 +00:00
s-aga-r
cdb6abf569
test: add test cases
...
(cherry picked from commit bb7fe795fe )
2023-01-31 09:41:19 +00:00
s-aga-r
7124c0ca30
fix(test): test_pick_list_for_items_with_multiple_UOM()
...
(cherry picked from commit 207eeefc85 )
2023-01-31 09:41:19 +00:00
s-aga-r
aa3dd33f56
fix: pymysql.err.ProgrammingError
...
(cherry picked from commit 5138ef0160 )
2023-01-31 09:41:19 +00:00
s-aga-r
7afbd9201d
fix: get_picked_items_details
...
(cherry picked from commit 7b3d496ce0 )
2023-01-31 09:41:18 +00:00
s-aga-r
e8d617ada2
chore: add status field in Pick List
...
(cherry picked from commit be41052dc8 )
# Conflicts:
# erpnext/patches.txt
2023-01-31 09:41:18 +00:00
s-aga-r
466a791f68
fix: consider existing pick list
...
(cherry picked from commit b642718f08 )
2023-01-31 09:41:17 +00:00
s-aga-r
140be10060
chore: add method get_picked_items_details()
...
(cherry picked from commit 9ae3a54ce9 )
2023-01-31 09:41:17 +00:00
s-aga-r
6166a6e64f
refactor: rewrite get_available_item_locations_for_serial_and_batched_item query in QB
...
(cherry picked from commit 57c3216683 )
2023-01-31 09:41:16 +00:00
s-aga-r
d9d986a512
refactor: rewrite get_available_item_locations_for_serialized_item query in QB
...
(cherry picked from commit 5b76e8b193 )
2023-01-31 09:41:16 +00:00
s-aga-r
167a5596cb
refactor: rewrite get_available_item_locations_for_other_item query in QB
...
(cherry picked from commit 58dd40a2d7 )
2023-01-31 09:41:15 +00:00
s-aga-r
a5d09270cb
refactor: rewrite get_picked_items_qty query in QB
...
(cherry picked from commit 29bf787313 )
2023-01-31 09:41:15 +00:00
s-aga-r
f1dd923a50
fix: amount in Material Request
...
(cherry picked from commit 6b781d78e0 )
2023-01-31 09:15:25 +00:00
Frappe PR Bot
c8226ff642
chore(release): Bumped to Version 14.15.0
...
# [14.15.0](https://github.com/frappe/erpnext/compare/v14.14.0...v14.15.0 ) (2023-01-31)
### Bug Fixes
* Amount validation in Payment Request against Purchase Order ([#33855 ](https://github.com/frappe/erpnext/issues/33855 )) ([5605f1e ](5605f1e3ef ))
* Currency symbol for tax withholding net total field ([#33850 ](https://github.com/frappe/erpnext/issues/33850 )) ([f54e862 ](f54e8625f6 ))
* disfuctional cost center filter on Journal Entries ([#33815 ](https://github.com/frappe/erpnext/issues/33815 )) ([58c3e16 ](58c3e16fec ))
* disposal_was_made_on_original_schedule_date ([4586806 ](4586806ed1 ))
* double salutation on quotation print ([#33834 ](https://github.com/frappe/erpnext/issues/33834 )) ([0fcf364 ](0fcf364aaa ))
* Fetch commission rate from sales partner ([#33851 ](https://github.com/frappe/erpnext/issues/33851 )) ([868c8d6 ](868c8d65ae ))
* **gp:** fetch buying amount from dn related to so ([f5bde9c ](f5bde9cf6d ))
* GST Category validation broken for pos unregistered customer who dont have address. ([#33800 ](https://github.com/frappe/erpnext/issues/33800 )) ([f124dd3 ](f124dd3112 ))
* Ignore linked JE on JE cancellation ([#33852 ](https://github.com/frappe/erpnext/issues/33852 )) ([a0e1ee0 ](a0e1ee0450 ))
* item rate not fetching ([b98d351 ](b98d3514ab ))
* Lead to customer creation ([#33859 ](https://github.com/frappe/erpnext/issues/33859 )) ([44692e9 ](44692e9b57 ))
* manual depr entry not updating asset value [v14] ([#33788 ](https://github.com/frappe/erpnext/issues/33788 )) ([f487eae ](f487eae28e ))
* **patch:** validation error on cost center allocation migration ([#33835 ](https://github.com/frappe/erpnext/issues/33835 )) ([5d4967c ](5d4967ceee ))
* use correct filter name in `item_query` (backport [#33814 ](https://github.com/frappe/erpnext/issues/33814 )) ([#33816 ](https://github.com/frappe/erpnext/issues/33816 )) ([f7eabca ](f7eabcafde ))
### Features
* **gp:** test for inv and dn related via so ([7a793ea ](7a793ea588 ))
### Performance Improvements
* show update items dialog ([ac2ebfb ](ac2ebfbf59 ))
2023-01-31 06:20:11 +00:00
Deepesh Garg
cdfda06d63
Merge pull request #33873 from frappe/version-14-hotfix
...
chore: release v14
2023-01-31 11:48:25 +05:30
Anand Baburajan
f487eae28e
fix: manual depr entry not updating asset value [v14] ( #33788 )
...
* fix: get value_after_depreciation functions and manual depr entry not updating asset value
* fix: reflect manual depr entry in chart and fixed asset register
* fix: add linked JEs in asset connections
* chore: add test
* chore: add patch and fix some things
* chore: get depreciation_expense_account properly
* chore: fix patch
* chore: fix patch
* chore: fix patch again
* chore: rename var in patch
* fix: filter assets with finance books properly
* chore: refactor get_value_after_depreciation
* chore: use dict format for filters in assets_linked_to_fb
* chore: refactor update_asset_value
* chore: sort manual depr entries
2023-01-31 10:59:38 +05:30
mergify[bot]
868c8d65ae
fix: Fetch commission rate from sales partner ( #33851 )
...
fix: Fetch commission rate from sales partner (#33851 )
2023-01-31 10:15:56 +05:30
ruthra kumar
670df3061a
Merge pull request #33877 from frappe/mergify/bp/version-14-hotfix/pr-33736
...
fix(gp): fetch buying amount from dn related to so (backport #33736 )
2023-01-31 09:31:20 +05:30
mergify[bot]
f54e8625f6
fix: Currency symbol for tax withholding net total field ( #33850 )
...
* fix: Currency symbol for tax withholding net total field (#33850 )
2023-01-31 09:21:59 +05:30
mergify[bot]
5605f1e3ef
fix: Amount validation in Payment Request against Purchase Order ( #33855 )
...
fix: Amount validation in Payment Request against Purchase Order (#33855 )
fix: Amount validation in Payment Request againt Purchase Order
(cherry picked from commit a34a1f8fd2 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-31 09:20:33 +05:30
mergify[bot]
44692e9b57
fix: Lead to customer creation ( #33859 )
...
fix: Lead to customer creation (#33859 )
(cherry picked from commit faecf3ee40 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-31 09:20:10 +05:30
mergify[bot]
1b79837e1b
chore: Resize numeric and date columns ( #33858 )
...
chore: Resize numeric and date columns (#33858 )
2023-01-31 09:19:46 +05:30
mergify[bot]
3f87a0eceb
ci: bump isort to 5.12.0 (backport #33875 ) ( #33879 )
...
ci: bump isort to 5.12.0 (#33875 )
[skip ci]
(cherry picked from commit 2bad86d8d8 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-31 08:49:43 +05:30
Anand Baburajan
5d3b2280d4
Merge pull request #33882 from AnandBaburajan/fix_disposal_was_made_on_original_schedule_date_v14
...
fix: disposal_was_made_on_original_schedule_date [v14]
2023-01-30 22:03:12 +05:30
Anand Baburajan
948a951c8a
Merge branch 'version-14-hotfix' into fix_disposal_was_made_on_original_schedule_date_v14
2023-01-30 21:28:12 +05:30
anandbaburajan
4586806ed1
fix: disposal_was_made_on_original_schedule_date
2023-01-30 21:25:04 +05:30
Dany Robert
5caa9e2240
chore: linting issues
...
(cherry picked from commit d69c839369 )
2023-01-30 13:36:14 +00:00
Dany Robert
7a793ea588
feat(gp): test for inv and dn related via so
...
(cherry picked from commit 1f6ab86a65 )
2023-01-30 13:36:14 +00:00
Dany Robert
a659208ed1
chore: linting issue
...
(cherry picked from commit ef90e24931 )
2023-01-30 13:36:13 +00:00
Dany Robert
f5bde9cf6d
fix(gp): fetch buying amount from dn related to so
...
(cherry picked from commit e8e20da78e )
2023-01-30 13:36:13 +00:00
mergify[bot]
a0e1ee0450
fix: Ignore linked JE on JE cancellation ( #33852 )
...
fix: Ignore linked JE on JE cancellation (#33852 )
(cherry picked from commit 428b099f63 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-29 21:26:06 +05:30
mergify[bot]
0fcf364aaa
fix: double salutation on quotation print ( #33834 )
...
fix: double salutation on quotation print (#33834 )
'lead_name' always has salutation.
(cherry picked from commit f270880735 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-01-29 17:08:30 +05:30
rohitwaghchaure
72da41ebea
Merge pull request #33846 from frappe/mergify/bp/version-14-hotfix/pr-33845
...
fix: item rate not fetching (backport #33845 )
2023-01-28 22:41:29 +05:30
Rohit Waghchaure
b98d3514ab
fix: item rate not fetching
...
(cherry picked from commit 0d7f98b496 )
2023-01-28 09:40:59 +00:00
mergify[bot]
5d4967ceee
fix(patch): validation error on cost center allocation migration ( #33835 )
...
fix(patch): validation error on cost center allocation migration
If Distributed cost centers have GL postings on patch run date,
patch failes with valiation error.
(cherry picked from commit de10f2dc00 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-01-28 10:28:06 +05:30
ruthra kumar
5c28ca2b0b
Merge pull request #33828 from frappe/mergify/bp/version-14-hotfix/pr-33815
...
fix: disfuctional cost center filter on Journal Entries (backport #33815 )
2023-01-27 10:32:47 +05:30
Sagar Vora
0e0c133cd0
Merge pull request #33832 from frappe/mergify/bp/version-14-hotfix/pr-33831
...
perf: show update items dialog (backport #33831 )
2023-01-27 04:19:49 +00:00
Devin Slauenwhite
ac2ebfbf59
perf: show update items dialog
...
(cherry picked from commit a835c1a418 )
2023-01-27 04:18:32 +00:00
ruthra kumar
58c3e16fec
fix: disfuctional cost center filter on Journal Entries ( #33815 )
...
* fix: missing cost_center filter for journal entries
* test: cost center filter on invoices, journals and payments
(cherry picked from commit b31b850db8 )
2023-01-26 14:57:05 +00:00
mergify[bot]
f124dd3112
fix: GST Category validation broken for pos unregistered customer who dont have address. ( #33800 )
...
fix: GST Category validation broken for pos unregistered customer who dont have address. (#33800 )
* fix: GST Category validation is given for pos customer
(cherry picked from commit c5ca8d74c4 )
Co-authored-by: Vishal Dhayagude <vishdha@users.noreply.github.com >
2023-01-26 20:26:50 +05:30
Anand Baburajan
a930dab25d
Merge pull request #33824 from frappe/mergify/bp/version-14-hotfix/pr-33823
...
chore: remove broken translation (backport #33823 )
2023-01-26 13:51:55 +05:30
anandbaburajan
fc0ba2b9c8
chore: remove broken translation
...
(cherry picked from commit 21f425660d )
2023-01-26 08:17:12 +00:00
mergify[bot]
f7eabcafde
fix: use correct filter name in item_query (backport #33814 ) ( #33816 )
...
fix: use correct filter name in `item_query` (#33814 )
(cherry picked from commit da323cbb40 )
Co-authored-by: Daizy Modi <modidaizy5217@gmail.com >
2023-01-25 17:37:57 +05:30
Ankush Menat
440e16dc10
chore: remove broken translation
...
[skip ci]
2023-01-25 17:36:37 +05:30
mergify[bot]
5eb84f65ef
ci: documentation helper (backport #33757 ) ( #33798 )
...
ci: documentation helper (#33757 )
refactor: documentation helper
(cherry picked from commit d155042edd )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-25 12:38:17 +05:30
Frappe PR Bot
9fe9d7de6b
chore(release): Bumped to Version 14.14.0
...
# [14.14.0](https://github.com/frappe/erpnext/compare/v14.13.0...v14.14.0 ) (2023-01-25)
### Bug Fixes
* Better budget exceeding validation messages ([#33713 ](https://github.com/frappe/erpnext/issues/33713 )) ([4be8375 ](4be8375e36 ))
* bom.json updated ([9469488 ](9469488254 ))
* calculate correct amount for qty == 0 ([#33739 ](https://github.com/frappe/erpnext/issues/33739 )) ([1c1c903 ](1c1c903fee ))
* don't add template item in sales/purchase transaction ([8c12f7f ](8c12f7f2f2 ))
* **ecommerce:** breadcrumb: fallback to `/all-products` ([#33718 ](https://github.com/frappe/erpnext/issues/33718 )) ([1a33324](1a33324b4a ))
* fb issue in asset chart, asset split and reverse_depreciation_entry_made_after_disposal ([dffdc67 ](dffdc67455 ))
* hide with_operation on selection on fg_based and vice versa ([8ee6db3 ](8ee6db3b7b ))
* incorrect `rate` and `amount` in MR Item ([#33547 ](https://github.com/frappe/erpnext/issues/33547 )) ([ff731ea ](ff731ea70a ))
* incorrect actual qty for the packed item ([bcd1fca ](bcd1fca37b ))
* incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped ([96f9b34 ](96f9b34b19 ))
* linting ([dedc9ec ](dedc9ecc7c ))
* local variable 'stock_rbnb' referenced before assignment ([21cf929 ](21cf929c7a ))
* minor change in bom.js added ([19aa237 ](19aa23765a ))
* minor changes added ([7fd8cef ](7fd8cef4d3 ))
* **minor:** Label updates in Statement of Accounts ([#33639 ](https://github.com/frappe/erpnext/issues/33639 )) ([8af9a2f ](8af9a2fad1 ))
* missing constant definition ([219aa81 ](219aa81eb6 ))
* not able to change default BOM in the Subcontracting Order ([ed1aed2 ](ed1aed22c0 ))
* Patch to update reference_due_date in Journal Entry ([#33616 ](https://github.com/frappe/erpnext/issues/33616 )) ([0740120 ](0740120914 ))
* **pricing rule:** free item duplication ([#33746 ](https://github.com/frappe/erpnext/issues/33746 )) ([5a49884 ](5a49884636 ))
* rewrite logic for duplicate check in Item Attribute ([6544cb8 ](6544cb8822 ))
* Short closed order, receipt, and delivery note status on cancellation ([#33743 ](https://github.com/frappe/erpnext/issues/33743 )) ([89f1eef ](89f1eefe2b ))
* TDS deduction in payment entry ([#33747 ](https://github.com/frappe/erpnext/issues/33747 )) ([f9a43e5 ](f9a43e5470 ))
* test case added for FG_BASED OPERTING COST ([30af8c3 ](30af8c3acb ))
* the frappe throw message is corrected in the group task validation ([cf43930 ](cf439301f6 ))
* use hash based naming for tax withheld vouchers child table (backport [#33643 ](https://github.com/frappe/erpnext/issues/33643 )) ([#33748 ](https://github.com/frappe/erpnext/issues/33748 )) ([cf6d454 ](cf6d454606 ))
* web supplier quotation ([ceef2d6 ](ceef2d6553 ))
### Features
* Add operating cost based on bom quanity without creating job card ([0035ee2 ](0035ee2a74 ))
* get items from Transit Stock Entry ([31fd6f3 ](31fd6f300f ))
2023-01-25 04:00:05 +00:00
Deepesh Garg
891b96e85c
Merge pull request #33802 from frappe/version-14-hotfix
...
chore: release v14
2023-01-25 09:28:32 +05:30
rohitwaghchaure
475445dd8f
Merge pull request #33803 from frappe/mergify/bp/version-14-hotfix/pr-33790
...
fix: web supplier quotation (backport #33790 )
2023-01-24 22:06:33 +05:30
Sagar Sharma
e534e27b9e
Merge pull request #33804 from frappe/mergify/bp/version-14-hotfix/pr-33797
...
chore: add `Cancelled` status in SCO `get_indicator` (backport #33797 )
2023-01-24 17:36:33 +05:30
s-aga-r
5f6979d444
chore: add Cancelled status in SCO get_indicator
...
(cherry picked from commit 840f9d8987 )
2023-01-24 12:05:08 +00:00
Rohit Waghchaure
ceef2d6553
fix: web supplier quotation
...
(cherry picked from commit 7800db7c0d )
2023-01-24 10:30:07 +00:00
Anand Baburajan
c928816fc2
Merge pull request #33792 from frappe/mergify/bp/version-14-hotfix/pr-33789
...
chore: update translations for naming series error (backport #33789 )
2023-01-23 19:00:41 +05:30
anandbaburajan
52ba266302
chore: fix translations
...
(cherry picked from commit 4e6066f929 )
2023-01-23 13:19:18 +00:00
anandbaburajan
c04f11b4f8
chore: update translations for naming series error
...
(cherry picked from commit bbde1f611f )
2023-01-23 13:19:08 +00:00
mergify[bot]
f9a43e5470
fix: TDS deduction in payment entry ( #33747 )
...
fix: TDS deduction in payment entry (#33747 )
2023-01-23 17:51:51 +05:30
rohitwaghchaure
c706a4fc6f
Merge pull request #33786 from frappe/mergify/bp/version-14-hotfix/pr-33785
...
feat: get items from Transit Stock Entry (backport #33785 )
2023-01-23 14:16:28 +05:30
Rohit Waghchaure
31fd6f300f
feat: get items from Transit Stock Entry
...
(cherry picked from commit 62141b0b63 )
2023-01-23 07:34:50 +00:00
Sagar Sharma
9e007e1b3a
Merge pull request #33782 from frappe/mergify/bp/version-14-hotfix/pr-33547
...
fix: incorrect `rate` and `amount` in MR Item (backport #33547 )
2023-01-22 18:55:54 +05:30
Sagar Sharma
ff731ea70a
fix: incorrect rate and amount in MR Item ( #33547 )
...
* fix: incorrect `rate` and `amount` in MR Item
(cherry picked from commit 7a8e89e2fe )
2023-01-22 12:34:52 +00:00
mergify[bot]
4be8375e36
fix: Better budget exceeding validation messages ( #33713 )
...
fix: Better budget exceeding validation messages (#33713 )
2023-01-22 17:57:47 +05:30
Anand Baburajan
2dfa366b81
Merge pull request #33772 from AnandBaburajan/asset_bug_fixes_14
...
fix: some asset bugs related to finance books [v14]
2023-01-22 16:25:28 +05:30
Anand Baburajan
bdc816d166
Merge branch 'version-14-hotfix' into asset_bug_fixes_14
2023-01-22 13:57:36 +05:30
Sagar Sharma
a0297286b2
Merge pull request #33779 from frappe/mergify/bp/version-14-hotfix/pr-33778
...
fix: missing constant definition (backport #33778 )
2023-01-21 22:31:57 +05:30
barredterra
219aa81eb6
fix: missing constant definition
...
(cherry picked from commit 547d37b1db )
2023-01-21 16:59:14 +00:00
Anand Baburajan
03b208db7b
Merge branch 'version-14-hotfix' into asset_bug_fixes_14
2023-01-21 20:04:17 +05:30
anandbaburajan
9e2329dcfa
chore: rename date_of_sale to date_of_disposal
2023-01-21 19:54:14 +05:30
anandbaburajan
96f9b34b19
fix: incorrect row order and accumulated_depreciation when schedule with multiple FBs is scrapped
2023-01-21 18:40:57 +05:30
mergify[bot]
8af9a2fad1
fix(minor): Label updates in Statement of Accounts ( #33639 )
...
fix(minor): Label updates in Statement of Accounts
2023-01-21 15:45:01 +05:30
rohitwaghchaure
125c411000
Merge pull request #33768 from frappe/mergify/bp/version-14-hotfix/pr-33760
...
fix: not able to change default BOM in the Subcontracting Order (backport #33760 )
2023-01-21 12:33:51 +05:30
Rohit Waghchaure
ed1aed22c0
fix: not able to change default BOM in the Subcontracting Order
...
(cherry picked from commit 11b2994fe8 )
2023-01-21 06:35:40 +00:00
mergify[bot]
bfc33fb2f5
Removed an unnecessary check in code which always evaluates to true (backport #33710 ) ( #33763 )
...
fix: removed an unnecessary check which always evaluates to true
(cherry picked from commit 49aed7ff69 )
Co-authored-by: OpenRefactory, Inc <56681071+openrefactory@users.noreply.github.com >
2023-01-21 12:02:50 +05:30
rohitwaghchaure
779691da55
Merge pull request #33761 from frappe/mergify/bp/version-14-hotfix/pr-33759
...
fix: incorrect actual qty for the packed item (backport #33759 )
2023-01-21 09:47:13 +05:30
mergify[bot]
5a49884636
fix(pricing rule): free item duplication ( #33746 )
...
fix(pricing rule): free item duplication (#33746 )
2023-01-20 23:41:55 +05:30
mergify[bot]
89f1eefe2b
fix: Short closed order, receipt, and delivery note status on cancellation ( #33743 )
...
fix: Short closed order, receipt, and delivery note status on cancellation (#33743 )
2023-01-20 23:40:15 +05:30
Rohit Waghchaure
bcd1fca37b
fix: incorrect actual qty for the packed item
...
(cherry picked from commit 02566a02a8 )
2023-01-20 18:09:49 +00:00
rohitwaghchaure
4590e18145
Merge pull request #33758 from frappe/mergify/bp/version-14-hotfix/pr-33595
...
feat: Add operating cost based on bom quanity without creating job card (backport #33595 )
2023-01-20 23:39:18 +05:30
Vishal
8ee6db3b7b
fix: hide with_operation on selection on fg_based and vice versa
...
(cherry picked from commit 694fc3e20c )
2023-01-20 17:07:36 +00:00
Vishal
19aa23765a
fix: minor change in bom.js added
...
(cherry picked from commit a5cbdea8e4 )
2023-01-20 17:07:35 +00:00
Vishal
9469488254
fix: bom.json updated
...
(cherry picked from commit c51f9e0a97 )
2023-01-20 17:07:35 +00:00
Vishal
30af8c3acb
fix: test case added for FG_BASED OPERTING COST
...
(cherry picked from commit f0c0a64984 )
2023-01-20 17:07:35 +00:00
Vishal
7fd8cef4d3
fix: minor changes added
...
(cherry picked from commit ddc0127e05 )
2023-01-20 17:07:35 +00:00
Vishal
0035ee2a74
feat: Add operating cost based on bom quanity without creating job card
...
(cherry picked from commit b559245f2a )
2023-01-20 17:07:34 +00:00
mergify[bot]
1c1c903fee
fix: calculate correct amount for qty == 0 ( #33739 )
...
fix: calculate correct amount for qty == 0 (#33739 )
(cherry picked from commit 327b6fdb32 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-20 19:43:31 +05:30
mergify[bot]
cf6d454606
fix: use hash based naming for tax withheld vouchers child table (backport #33643 ) ( #33748 )
...
fix: use hash based naming for tax withheld vouchers child table (#33643 )
(cherry picked from commit 17045f88a1 )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-01-20 19:26:29 +05:30
mergify[bot]
1a33324b4a
fix(ecommerce): breadcrumb: fallback to /all-products ( #33718 )
...
fix(ecommerce): breadcrumb: fallback to `/all-products` (#33718 )
2023-01-20 19:25:28 +05:30
mergify[bot]
0740120914
fix: Patch to update reference_due_date in Journal Entry ( #33616 )
...
* fix: Patch to update reference_due_date in Journal Entry (#33616 )
2023-01-20 18:54:17 +05:30
anandbaburajan
dffdc67455
fix: fb issue in asset chart, asset split and reverse_depreciation_entry_made_after_disposal
2023-01-20 15:38:26 +05:30
rohitwaghchaure
0f9d81e5fa
Merge pull request #33731 from frappe/mergify/bp/version-14-hotfix/pr-33723
...
fix: don't add template item in sales/purchase transaction (backport #33723 )
2023-01-19 16:54:49 +05:30
Sagar Sharma
1d73f1f275
Merge pull request #33733 from frappe/mergify/bp/version-14-hotfix/pr-33619
...
fix: rewrite logic for duplicate check in Item Attribute (backport #33619 )
2023-01-19 15:29:08 +05:30
unknown
dedc9ecc7c
fix: linting
...
(cherry picked from commit 2ca4d3fb71 )
2023-01-19 07:58:40 +00:00
unknown
6544cb8822
fix: rewrite logic for duplicate check in Item Attribute
...
Previously, Item Attribute values were not checked for case-insensitive duplicates, and Item tttribute abbreviations were forced to be uppercase. This commit fixes both problems.
(cherry picked from commit 974e12c837 )
2023-01-19 07:58:39 +00:00
Rohit Waghchaure
8c12f7f2f2
fix: don't add template item in sales/purchase transaction
...
(cherry picked from commit 2c83fff1a1 )
2023-01-19 07:13:03 +00:00
Deepesh Garg
0001ae113d
Merge pull request #33698 from shamilnk/version-14-fix-task
...
fix: the frappe throw message is corrected in the group task validation
2023-01-18 21:28:28 +05:30
mergify[bot]
9bc2675493
refactor: make payments app a soft dependency (backport #33245 ) ( #33677 )
...
refactor: make payments app a soft dependency (#33245 )
refactor: make payment app a soft dependency
(cherry picked from commit 0b86b1baca )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-01-18 21:11:37 +05:30
rohitwaghchaure
0d46ec2640
Merge pull request #33714 from frappe/mergify/bp/version-14-hotfix/pr-33712
...
fix: local variable 'stock_rbnb' referenced before assignment (backport #33712 )
2023-01-18 19:18:43 +05:30
Sagar Sharma
9152def27e
Merge pull request #33716 from frappe/mergify/bp/version-14-hotfix/pr-33679
...
refactor: rewrite `pick_list.py` queries in `QB` (backport #33679 )
2023-01-18 18:55:47 +05:30
s-aga-r
26eb0e2fcd
refactor: rewrite pick_list.py queries in QB
...
(cherry picked from commit 0ed6552655 )
2023-01-18 12:57:01 +00:00
Rohit Waghchaure
21cf929c7a
fix: local variable 'stock_rbnb' referenced before assignment
...
(cherry picked from commit 1de4742ffb )
2023-01-18 11:07:42 +00:00
ShamilNK
3119c3d777
Merge branch 'version-14-hotfix' into version-14-fix-task
2023-01-18 09:13:10 +05:30
Frappe PR Bot
e910c949f7
chore(release): Bumped to Version 14.13.0
...
# [14.13.0](https://github.com/frappe/erpnext/compare/v14.12.1...v14.13.0 ) (2023-01-17)
### Bug Fixes
* allow to create sales order from expired quotation ([#33582 ](https://github.com/frappe/erpnext/issues/33582 )) ([fe51343 ](fe513433b2 ))
* asset repair link ([bc55f44 ](bc55f44de6 ))
* asset value in fixed asset register ([#33608 ](https://github.com/frappe/erpnext/issues/33608 )) ([4d2497f ](4d2497faf1 ))
* attribute error while submitting Repost PLE ([0431a57 ](0431a57ff0 ))
* better comparision of difference value between stock and account ([5869fcb ](5869fcbd86 ))
* minor filter issue while reconciliation tool from bench console ([bddf330 ](bddf330754 ))
* Missing constructor args in Bank Reco Tool ([#33705 ](https://github.com/frappe/erpnext/issues/33705 )) ([f88c8c4 ](f88c8c48c9 ))
* only group similar items in print format if group_same_items is checked in pick list (backport [#33627 ](https://github.com/frappe/erpnext/issues/33627 )) ([#33630 ](https://github.com/frappe/erpnext/issues/33630 )) ([28f2d35 ](28f2d357ab ))
* patch item_reposting_for_incorrect_sl_and_gl ([1928195 ](1928195167 ))
* Rate from LDC in TDS reports (backport [#33699 ](https://github.com/frappe/erpnext/issues/33699 )) ([#33700 ](https://github.com/frappe/erpnext/issues/33700 )) ([9fa4c1a ](9fa4c1a3bd ))
* Return against internal purchase invoice (backport [#33635 ](https://github.com/frappe/erpnext/issues/33635 )) ([#33658 ](https://github.com/frappe/erpnext/issues/33658 )) ([35fbd67 ](35fbd67a93 ))
* Sales ORder Connections on Material Request ([8a04031 ](8a0403119f ))
* Updating SO throws ordered_qty not allowed to change after submission ([f915c18 ](f915c18137 ))
* zero rm-cost in SCR ([2dfbc6e ](2dfbc6e4eb ))
### Features
* Date filters on bank reconciliation tool ([#33271 ](https://github.com/frappe/erpnext/issues/33271 )) ([91b08f1 ](91b08f179a ))
* provision to select date type based on filter ([4d65d6f ](4d65d6f9bd ))
### Performance Improvements
* improve reconciliation speed on JE's with 1000's of rows ([8a498ed ](8a498ed029 ))
### Reverts
* Reverting changes done on 33495 ([#33662 ](https://github.com/frappe/erpnext/issues/33662 )) ([23b9f66 ](23b9f661b6 ))
2023-01-17 16:02:54 +00:00
Deepesh Garg
7a5ec088df
Merge pull request #33701 from frappe/version-14-hotfix
...
chore: release v14
2023-01-17 21:31:17 +05:30
mergify[bot]
f88c8c48c9
fix: Missing constructor args in Bank Reco Tool ( #33705 )
...
fix: Missing constructor args in Bank Reco Tool (#33705 )
(cherry picked from commit 6b31c27ed6 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-17 21:05:49 +05:30
ShamilNK
f3184dcd10
Merge branch 'version-14-hotfix' into version-14-fix-task
2023-01-17 17:44:53 +05:30
mergify[bot]
9fa4c1a3bd
fix: Rate from LDC in TDS reports (backport #33699 ) ( #33700 )
...
fix: Rate from LDC in TDS reports (#33699 )
(cherry picked from commit db9beb3cdd )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-17 15:59:13 +05:30
Anand Baburajan
7665f85f0a
Merge pull request #33688 from AnandBaburajan/asset_repair_link
...
fix: asset repair link [v14]
2023-01-17 15:12:18 +05:30
Anand Baburajan
8ac82ccae2
Merge branch 'version-14-hotfix' into asset_repair_link
2023-01-17 12:57:35 +05:30
shamilnk
cf439301f6
fix: the frappe throw message is corrected in the group task validation
2023-01-17 12:54:49 +05:30
rohitwaghchaure
59018f1012
Merge pull request #33697 from frappe/mergify/bp/version-14-hotfix/pr-33695
...
fix: patch item_reposting_for_incorrect_sl_and_gl (backport #33695 )
2023-01-17 12:43:43 +05:30
Rohit Waghchaure
1928195167
fix: patch item_reposting_for_incorrect_sl_and_gl
...
(cherry picked from commit dbde3a3421 )
2023-01-17 06:49:25 +00:00
Anand Baburajan
709706e645
Merge branch 'version-14-hotfix' into asset_repair_link
2023-01-17 11:21:34 +05:30
Ankush Menat
79f171c31a
chore: ignore b028
2023-01-17 10:58:38 +05:30
Sagar Sharma
59964b5297
Merge pull request #33692 from frappe/mergify/bp/version-14-hotfix/pr-33690
...
fix: Sales Order Connections Tabs do not show linked Material Request or "+" button (intoduce by #33304 ) (backport #33690 )
2023-01-17 10:07:29 +05:30
Florian HENRY
8a0403119f
fix: Sales ORder Connections on Material Request
...
(cherry picked from commit e19161a8ee )
2023-01-17 04:36:45 +00:00
mergify[bot]
a1bfa569e6
chore: Typo in payment reconciliation (backport #33686 ) ( #33691 )
...
chore: Typo in payment reconciliation (#33686 )
(cherry picked from commit 0639d9e32a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-17 09:16:26 +05:30
rohitwaghchaure
25c2e5fa71
Merge pull request #33685 from frappe/mergify/bp/version-14-hotfix/pr-33680
...
refactor: picked qty in sales order item (backport #33680 )
2023-01-17 00:27:23 +05:30
rohitwaghchaure
bdf7fdda3e
Merge pull request #33687 from frappe/mergify/bp/version-14-hotfix/pr-33684
...
feat: [minor] date type based on filter in Work Order Summary report (backport #33684 )
2023-01-17 00:09:59 +05:30
Anand Baburajan
222b2dc487
Merge branch 'version-14-hotfix' into asset_repair_link
2023-01-17 00:02:07 +05:30
Rohit Waghchaure
4d65d6f9bd
feat: provision to select date type based on filter
...
(cherry picked from commit 20c8873208 )
2023-01-16 18:28:18 +00:00
anandbaburajan
bc55f44de6
fix: asset repair link
2023-01-16 23:36:46 +05:30
Rohit Waghchaure
6b3dc90560
refactor: picked qty in sales order item
...
(cherry picked from commit 1bcff80074 )
2023-01-16 18:02:45 +00:00
ruthra kumar
6f967df9bb
Merge pull request #33674 from frappe/mergify/bp/version-14-hotfix/pr-33661
...
perf: improve reconciliation performance for JE with 100s of accounts (backport #33661 )
2023-01-16 18:03:08 +05:30
Sagar Sharma
1ebafb97a5
Merge pull request #33665 from frappe/mergify/bp/version-14-hotfix/pr-33664
...
chore: `Sales Order` link in `Pick List` (backport #33664 )
2023-01-16 15:37:05 +05:30
Sagar Sharma
68877db0fa
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33664
2023-01-16 15:36:54 +05:30
ruthra kumar
3ce819464d
Merge pull request #33673 from frappe/mergify/bp/version-14-hotfix/pr-33646
...
Revert "fix: Updating SO throws ordered_qty not allowed to change after submission" (backport #33646 )
2023-01-16 15:29:21 +05:30
ruthra kumar
5ba0aff551
Merge pull request #33671 from frappe/mergify/bp/version-14-hotfix/pr-33663
...
fix: attribute error while submitting Repost PLE (backport #33663 )
2023-01-16 14:28:11 +05:30
ruthra kumar
b2ee981f52
Merge pull request #33670 from frappe/mergify/bp/version-14-hotfix/pr-33662
...
revert: Reverting changes done on 33495 (backport #33662 )
2023-01-16 14:27:38 +05:30
ruthra kumar
0431a57ff0
fix: attribute error while submitting Repost PLE
...
(cherry picked from commit 2c50f43cdd )
2023-01-16 11:16:39 +05:30
Sagar Sharma
136a50948e
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33664
2023-01-16 10:30:24 +05:30
mergify[bot]
35fbd67a93
fix: Return against internal purchase invoice (backport #33635 ) ( #33658 )
...
fix: Return against internal purchase invoice (#33635 )
(cherry picked from commit 906ad10d16 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-16 10:03:12 +05:30
mergify[bot]
fe513433b2
fix: allow to create sales order from expired quotation ( #33582 )
...
fix: allow to create sales order from expired quotation (#33582 )
(cherry picked from commit dceef0397a )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-16 10:01:43 +05:30
ruthra kumar
bddf330754
fix: minor filter issue while reconciliation tool from bench console
...
(cherry picked from commit 828eaf0930 )
2023-01-16 04:12:07 +00:00
ruthra kumar
8a498ed029
perf: improve reconciliation speed on JE's with 1000's of rows
...
1. No need to keep old PLE's on reconciliation.
2. Added Validation to catch debit-credit mismatch on JE's
3. Only update outstanding amount for newly reconciled invoices
(cherry picked from commit 11cf694d9a )
2023-01-16 04:12:07 +00:00
ruthra kumar
faea73a4ee
Revert "fix: Updating SO throws ordered_qty not allowed to change after submission" ( #33646 )
...
(cherry picked from commit 333907b7a5 )
2023-01-16 04:09:45 +00:00
ruthra kumar
23b9f661b6
revert: Reverting changes done on 33495 ( #33662 )
...
'ordered_qty' will not be fetched from `tabBin`
(cherry picked from commit be382054e5 )
2023-01-16 04:03:51 +00:00
mergify[bot]
623c35dfe1
refactor: use DocStatus ( #33594 )
...
refactor: use DocStatus (#33594 )
(cherry picked from commit 67cf7e1728 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2023-01-16 08:45:31 +05:30
s-aga-r
df41b006fc
chore: Sales Order link in Pick List
...
(cherry picked from commit b3759890d7 )
2023-01-15 17:35:31 +00:00
mergify[bot]
4d2497faf1
fix: asset value in fixed asset register ( #33608 )
...
fix: asset value in fixed asset register
(cherry picked from commit aa1f2a7297 )
Co-authored-by: anandbaburajan <anandbaburajan@gmail.com >
2023-01-15 17:33:39 +05:30
mergify[bot]
91b08f179a
feat: Date filters on bank reconciliation tool ( #33271 )
...
* Update bank_reconciliation_tool.py
Applying date filter on transactions and all the bank entries and also gives the filter the bank entries as per reference date. Sorted all transactions and entries as per date in ascending order.
Also added posting date columns in all bank entries and default checkbox tick of journal entry, hide the sales invoice and purchase invoice checkbox.
(cherry picked from commit e5a1189bec )
* Filters on Bank Reconciliation
Applying date filter on transactions and all the bank entries and also gives the filter the bank entries as per reference date. Sorted all transactions and entries as per date in ascending order. Also added posting date columns in all bank entries and default checkbox tick of journal entry, hide the sales invoice and purchase invoice checkbox.
(cherry picked from commit 447272aa4d )
* Update bank_reconciliation_tool.json
Adding fields in bank reconciliation tool
(cherry picked from commit 8e7c8a6482 )
* Feat:Filter on Payment Entries and Journal Entries
Applying filters on Payement entries and Journal Entries as per reference date and posting date
(cherry picked from commit 408c89df03 )
* feat:filters on bank reconciliation
Added date filters on bank transactions, payment entries and journal entries and sorted list as per date in ascending order.
(cherry picked from commit 05b6fce03d )
* feat: added arguments of posting date and reference date
(cherry picked from commit 645869e6ff )
* fix: linters
(cherry picked from commit 6b5276398e )
* fix: json issue
(cherry picked from commit 81e5f71172 )
* fix: filtered as per reference date
On bank reconciliation, transactions will be filtered as per date selected in 'from_date' and 'to_date' fields , In dialog, all the bank entries will be fetched as per the posting date selected and if filtered by reference date checkbox is tick then then there will be two fields 'from_reference_date' and 'to_reference_date' then all bank entries in dialog box came as per reference date, selected. And by default journal entry checkbox is tick.
Also sorted the bank transactions and bank entries as per ascending order date wise.
(cherry picked from commit 3aaa2f5326 )
* fix: pre-commit
(cherry picked from commit e2614b8a21 )
* fix: passing from_date and to_date filters in test cases
passing from_date and to_date filters in test_linked_payments and test_debit_credit_output for unit testing
(cherry picked from commit f1810803e1 )
* fix: pre-commit
(cherry picked from commit 35c29e0226 )
* fix: pre-commit
(cherry picked from commit c764f14f53 )
* feat: consolidated auto bank reconciliation
Added a button of Auto Reconcile, to reconcile the bank entries as per the matching reference number with the bank transaction and count of transactions reconciled message will be pop up on clicking the auto reconcile button.
(cherry picked from commit d65243eb65 )
* fix: data format
(cherry picked from commit 12822f7c36 )
* fix: remove comments
(cherry picked from commit 917b2190aa )
* chore: fix fieldnames and order
(cherry picked from commit 232726288a )
Co-authored-by: sonali <sonali@8848digital.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-15 17:30:32 +05:30
Sagar Sharma
40d3b26fd8
Merge pull request #33654 from frappe/mergify/bp/version-14-hotfix/pr-33651
...
fix: zero rm-cost in SCR (backport #33651 )
2023-01-15 12:53:04 +05:30
s-aga-r
2dfbc6e4eb
fix: zero rm-cost in SCR
...
(cherry picked from commit f70d757b82 )
2023-01-14 17:41:46 +00:00
ruthra kumar
5631cbba6a
Merge pull request #33628 from frappe/mergify/bp/version-14-hotfix/pr-33622
...
fix: Updating SO throws ordered_qty not allowed to change after submission (backport #33622 )
2023-01-13 10:14:19 +05:30
ruthra kumar
f915c18137
fix: Updating SO throws ordered_qty not allowed to change after submission
...
(cherry picked from commit 391f42db04 )
2023-01-13 08:21:36 +05:30
mergify[bot]
1f0a569c7f
chore: reuse doc object in test_pick_list_grouping_before_print (backport #33636 ) ( #33637 )
...
chore: reuse doc object in test_pick_list_grouping_before_print (#33636 )
(cherry picked from commit e22d56484d )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
2023-01-13 01:34:31 +05:30
mergify[bot]
28f2d357ab
fix: only group similar items in print format if group_same_items is checked in pick list (backport #33627 ) ( #33630 )
...
fix: only group similar items in print format if group_same_items is checked in pick list (#33627 )
* fix: only group similar items if group same items is checked in pick list
* test: non grouping of locations if group_same_items is false
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit cfb0bb1eaa )
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com >
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2023-01-12 20:33:18 +05:30
mergify[bot]
120dca44ad
chore: subcontracting validations (backport #33621 ) ( #33626 )
...
* fix: `ZeroDivisionError: float division by zero` in SCR
(cherry picked from commit 434aa594d5 )
* chore: add row-index in error msgs
(cherry picked from commit 6878f40d1d )
* chore: update error msgs for Subcontracted PO
(cherry picked from commit a0e2a93f3f )
* fix: validate accepted and rejected qty in SCR Item
(cherry picked from commit f028bd6e69 )
* chore: linter
(cherry picked from commit b26e96cdf4 )
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com >
2023-01-12 20:31:24 +05:30
Sagar Sharma
c9edf10693
Merge pull request #33614 from frappe/mergify/bp/version-14-hotfix/pr-33611
...
fix: better comparision of `difference_value` of Stock and Account (backport #33611 )
2023-01-11 15:44:22 +05:30
Smit Vora
5869fcbd86
fix: better comparision of difference value between stock and account
...
(cherry picked from commit be05aea101 )
2023-01-11 09:23:43 +00:00
Frappe PR Bot
1b3df094af
chore(release): Bumped to Version 14.12.1
...
## [14.12.1](https://github.com/frappe/erpnext/compare/v14.12.0...v14.12.1 ) (2023-01-10)
### Bug Fixes
* **accounts:** currency fields no longer read as strings by validation function in Payment Entry ([#33535 ](https://github.com/frappe/erpnext/issues/33535 )) ([44a95da ](44a95da8ab ))
* better handling of duplicate bundle items ([b96a97f ](b96a97f6b4 ))
* customer/supplier quick entry dialog ([#33496 ](https://github.com/frappe/erpnext/issues/33496 )) ([914e2fd ](914e2fdded ))
* don't check other warehouse ledgers to calculate valuation rate ([ab0a2b4 ](ab0a2b4272 ))
* Exchange gain and loss booking on multi-currency invoice reconciliation ([#32900 ](https://github.com/frappe/erpnext/issues/32900 )) ([fe82ebc ](fe82ebcc38 ))
* Exchange gain and loss booking on multi-currency invoice reconciliation ([#32900 ](https://github.com/frappe/erpnext/issues/32900 )) ([259639a ](259639a456 ))
* Incorrect exchange rate in payment entries ([#33481 ](https://github.com/frappe/erpnext/issues/33481 )) ([e995e95 ](e995e952b5 ))
* incorrect status in the work order ([2658fc9 ](2658fc9f9b ))
* incorrect warehouse and selling amount on bundled products ([#33549 ](https://github.com/frappe/erpnext/issues/33549 )) ([c6c3ac3 ](c6c3ac3e55 ))
* RFQ emails not sent with pdf attachment ([#33604 ](https://github.com/frappe/erpnext/issues/33604 )) ([34df9ab ](34df9ab7d5 ))
* **stock entry:** wrong valuation rate in repack ([#33579 ](https://github.com/frappe/erpnext/issues/33579 )) ([a92b4e7 ](a92b4e7255 ))
* Timeout error while saving the purchase invoice ([#33577 ](https://github.com/frappe/erpnext/issues/33577 )) ([d2e3701 ](d2e3701b1a ))
### Performance Improvements
* Drop `name` part from posting sort index ([#33551 ](https://github.com/frappe/erpnext/issues/33551 )) ([f501575 ](f5015750e4 ))
2023-01-10 17:48:26 +00:00
Deepesh Garg
e6b9931552
Merge pull request #33601 from frappe/version-14-hotfix
...
chore: release v14
2023-01-10 23:16:52 +05:30
mergify[bot]
34df9ab7d5
fix: RFQ emails not sent with pdf attachment ( #33604 )
...
fix: RFQ emails not sent with pdf attachment (#33604 )
(cherry picked from commit e0f5ecdad6 )
Co-authored-by: Smit Vora <smitvora203@gmail.com >
2023-01-10 22:19:24 +05:30
mergify[bot]
e995e952b5
fix: Incorrect exchange rate in payment entries ( #33481 )
...
fix: Incorrect exchange rate in payment entries (#33481 )
* fix: Incorrect exchange rate in payment entries
* test: Update failing tests
(cherry picked from commit 0ed938a490 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-10 22:18:59 +05:30
rohitwaghchaure
39e5aabc57
Merge pull request #33598 from frappe/mergify/bp/version-14-hotfix/pr-33597
...
fix: don't check other warehouse ledgers to calculate valuation rate (backport #33597 )
2023-01-10 15:34:17 +05:30
Rohit Waghchaure
ab0a2b4272
fix: don't check other warehouse ledgers to calculate valuation rate
...
(cherry picked from commit ef2bf3c223 )
2023-01-10 08:26:59 +00:00
Sagar Sharma
68027b164c
Merge pull request #33596 from frappe/mergify/bp/version-14-hotfix/pr-33551
...
perf: Drop `name` part from posting sort index (backport #33551 )
2023-01-10 12:56:57 +05:30
Sagar Sharma
57a6cfe690
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33551
2023-01-10 12:14:47 +05:30
Deepesh Garg
955b487296
chore: resolve conflicts
2023-01-10 10:44:38 +05:30
mergify[bot]
44a95da8ab
fix(accounts): currency fields no longer read as strings by validation function in Payment Entry ( #33535 )
...
fix(accounts): currency fields no longer read as strings by validation function in Payment Entry (#33535 )
explicitly cast paid_amount and received_amount to float in the Payment Entry set_unallocated_amount validation function
(cherry picked from commit 4d5067d6d4 )
Co-authored-by: Gughan Ravikumar <gughanrk@gmail.com >
2023-01-10 09:55:12 +05:30
Ankush Menat
f5015750e4
perf: Drop name part from posting sort index ( #33551 )
...
(cherry picked from commit 8a56df695d )
# Conflicts:
# erpnext/patches.txt
2023-01-10 04:25:07 +00:00
mergify[bot]
914e2fdded
fix: customer/supplier quick entry dialog ( #33496 )
...
fix: customer/supplier quick entry dialog (#33496 )
* fix: readonly primary contact fields.
* refactor: supplier and customer quick entry form into common class.
(cherry picked from commit 6bc8bb26b6 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2023-01-10 09:02:50 +05:30
mergify[bot]
d2e3701b1a
fix: Timeout error while saving the purchase invoice ( #33577 )
...
* fix: timeout error in the Purchase Invoice
(cherry picked from commit 7249657d15 )
* feat: provision to disable get last purchase rate
fix: set_incoming_rate condition
(cherry picked from commit d1d4671320 )
* fix: linters issue
(cherry picked from commit 05df8579cd )
* test: test case to check disable last purchase rate
(cherry picked from commit ec171fc7c1 )
Co-authored-by: Rohit Waghchaure <rohitw1991@gmail.com >
2023-01-10 09:02:15 +05:30
mergify[bot]
a92b4e7255
fix(stock entry): wrong valuation rate in repack ( #33579 )
...
fix(stock entry): wrong valuation rate in repack
(cherry picked from commit 99f5e869e0 )
Co-authored-by: safvanhuzain <danyrt@wahni.com >
2023-01-10 09:01:51 +05:30
mergify[bot]
c6c3ac3e55
fix: incorrect warehouse and selling amount on bundled products ( #33549 )
...
fix: incorrect warehouse and selling amount on bundled products (#33549 )
(cherry picked from commit bbe5e5d9d6 )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-01-09 23:11:34 +05:30
Sagar Sharma
fb59c5b911
Merge pull request #33586 from frappe/mergify/bp/version-14-hotfix/pr-33562
...
fix: better handling of duplicate bundle items (backport #33562 )
2023-01-09 22:45:46 +05:30
ruthra kumar
b96a97f6b4
fix: better handling of duplicate bundle items
...
(cherry picked from commit c717e87c9e )
2023-01-09 16:54:34 +00:00
mergify[bot]
1d26d7c077
chore: patch property setters for JE with new entry type (backport #33569 ) ( #33583 )
...
chore: patch property setters for JE with new entry type
(cherry picked from commit 789e448f0e )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-01-09 22:22:33 +05:30
mergify[bot]
1d045e0458
ci: bump node in release workflow (backport #33574 ) ( #33575 )
...
* ci: bump node in release workflow (#33574 )
[skip ci]
(cherry picked from commit 1ad1fc4c7d )
# Conflicts:
# .github/workflows/release.yml
* chore: conflicts
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io >
2023-01-09 13:27:40 +05:30
Deepesh Garg
7574fc8bcc
Merge pull request #33567 from frappe/mergify/bp/version-14/pr-32900
...
fix: Exchange gain and loss booking on multi-currency invoice reconciliation (backport #32900 )
2023-01-07 14:01:20 +05:30
mergify[bot]
fe82ebcc38
fix: Exchange gain and loss booking on multi-currency invoice reconciliation ( #32900 )
...
fix: Exchange gain and loss booking on multi-currency invoice reconciliation (#32900 )
* fix: Exchange gain and loss booking on multi-curreny invoice reconciliation
* test: Update test cases
* chore: Ignore SQL linting rule
* chore: Joural Entry for exchange gainand loss booking
* chore: Journal entry for exchange gain loss booking
* test: Update test case
* chore: Default exchange gain and loss account
(cherry picked from commit 9a3d947e89 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-07 14:00:13 +05:30
Deepesh Garg
259639a456
fix: Exchange gain and loss booking on multi-currency invoice reconciliation ( #32900 )
...
* fix: Exchange gain and loss booking on multi-curreny invoice reconciliation
* test: Update test cases
* chore: Ignore SQL linting rule
* chore: Joural Entry for exchange gainand loss booking
* chore: Journal entry for exchange gain loss booking
* test: Update test case
* chore: Default exchange gain and loss account
(cherry picked from commit 9a3d947e89 )
2023-01-07 08:11:15 +00:00
rohitwaghchaure
a9322ff13a
Merge pull request #33561 from frappe/mergify/bp/version-14-hotfix/pr-33548
...
fix: incorrect status in the work order (backport #33548 )
2023-01-06 18:45:42 +05:30
Rohit Waghchaure
2658fc9f9b
fix: incorrect status in the work order
...
(cherry picked from commit b0baba84a0 )
2023-01-06 10:32:19 +00:00
ruthra kumar
c6a136d2ad
Merge pull request #33560 from frappe/mergify/bp/version-14-hotfix/pr-33537
...
refactor: Sales Partner column in AR and AR Summary Report (backport #33537 )
2023-01-06 12:38:48 +05:30
ruthra kumar
031841d58e
refactor: Sales Partner column in AR and AR Summary Report
...
(cherry picked from commit ee94127974 )
2023-01-06 06:39:34 +00:00
Sagar Sharma
1366094b37
Merge pull request #33545 from frappe/mergify/bp/version-14-hotfix/pr-33543
...
chore: enable `No Copy` attribute for `route` in Item Group (backport #33543 )
2023-01-05 13:32:59 +05:30
s-aga-r
3dab539719
chore: enable No Copy attribute for route in Item Group
...
(cherry picked from commit 348dc32514 )
2023-01-05 07:32:43 +00:00
rohitwaghchaure
3731d76ff9
Merge pull request #33541 from frappe/mergify/bp/version-14-hotfix/pr-33524
...
refactor: revamp process loss feature & added tab breaks (backport #33524 )
2023-01-04 19:59:56 +05:30
Rohit Waghchaure
28d5990326
test: test cases for process loss
...
(cherry picked from commit 524c0994e0 )
2023-01-04 13:08:25 +00:00
Rohit Waghchaure
14d8e621bb
refactor: revamp process loss feature & added tab breaks
...
(cherry picked from commit ae039777f9 )
2023-01-04 13:08:25 +00:00
Frappe PR Bot
aab856ceb1
chore(release): Bumped to Version 14.12.0
...
# [14.12.0](https://github.com/frappe/erpnext/compare/v14.11.1...v14.12.0 ) (2023-01-04)
### Bug Fixes
* [concurrency issue] incorrect picked qty in sales order ([e7254fd ](e7254fd161 ))
* `fg_item_qty` in non-subcontracted PO ([6e15331 ](6e15331fd4 ))
* `shipping_address` for non-drop shipping item ([a7a3654 ](a7a3654541 ))
* `shipping_address` in PO ([448fbe5 ](448fbe5582 ))
* add missing 'ordered_qty' to get_bin_details ([55e8e45 ](55e8e45d52 ))
* consider child nodes while getting bin details ([e296408 ](e2964088b7 ))
* Conversion factor error for invoices without item code (petty expenses) ([#32714 ](https://github.com/frappe/erpnext/issues/32714 )) ([ba5a149 ](ba5a149a6b ))
* Customer Primary Contact (backport [#33424 ](https://github.com/frappe/erpnext/issues/33424 )) ([#33440 ](https://github.com/frappe/erpnext/issues/33440 )) ([73c9820 ](73c9820e82 ))
* Default dimensions on fetching items from BOM (backport [#33439 ](https://github.com/frappe/erpnext/issues/33439 )) ([#33459 ](https://github.com/frappe/erpnext/issues/33459 )) ([a332b22 ](a332b229cf ))
* Deferred revenue date comparison ([#33515 ](https://github.com/frappe/erpnext/issues/33515 )) ([027510b ](027510b629 ))
* ERR journals reported in AR/AP ([823b352 ](823b352c57 ))
* Get payment entry button not visible in Bank Clearance doc (backport [#33518 ](https://github.com/frappe/erpnext/issues/33518 )) ([#33525 ](https://github.com/frappe/erpnext/issues/33525 )) ([fcf052d ](fcf052d3c4 ))
* Missing opening entry in general ledger (backport [#33519 ](https://github.com/frappe/erpnext/issues/33519 )) ([#33526 ](https://github.com/frappe/erpnext/issues/33526 )) ([8e375db ](8e375db0b2 ))
* Multi-currency issues in Bank Reconciliation Tool ([#33488 ](https://github.com/frappe/erpnext/issues/33488 )) ([d030852 ](d03085259d ))
* Multiple rows for same warehouse and batches in pick list (backport [#33456 ](https://github.com/frappe/erpnext/issues/33456 )) ([#33458 ](https://github.com/frappe/erpnext/issues/33458 )) ([a166a76 ](a166a76768 ))
* payment terms and sales partner filter issue in AR/AP report ([0f6790b ](0f6790be11 ))
* **pricing rule:** consider child tables in condition (backport [#33469 ](https://github.com/frappe/erpnext/issues/33469 )) ([#33470 ](https://github.com/frappe/erpnext/issues/33470 )) ([3bceb47 ](3bceb47542 ))
* Random behaviour while picking items using picklist (backport [#33449 ](https://github.com/frappe/erpnext/issues/33449 )) ([#33450 ](https://github.com/frappe/erpnext/issues/33450 )) ([1edde9c ](1edde9c9e0 ))
* set `supplier` details while mapping SE(Send to Subcontractor) ([06e13b6 ](06e13b64a4 ))
* timeout error while submitting stock entry ([f30f77c ](f30f77cde6 ))
* typerror on multi warehouse in Packed Items ([9b24940 ](9b24940059 ))
* use base_net_amount in case of missing stock qty ([#33457 ](https://github.com/frappe/erpnext/issues/33457 )) ([88ca780 ](88ca7806af ))
### Features
* Accounting Dimension updation in Payment Request and Entry ([#33411 ](https://github.com/frappe/erpnext/issues/33411 )) ([e7704b2 ](e7704b2321 ))
2023-01-04 02:54:39 +00:00
Deepesh Garg
6a76153e54
Merge pull request #33511 from frappe/version-14-hotfix
...
chore: release v14
2023-01-04 08:23:11 +05:30
mergify[bot]
8e375db0b2
fix: Missing opening entry in general ledger (backport #33519 ) ( #33526 )
...
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:29 +05:30
mergify[bot]
fcf052d3c4
fix: Get payment entry button not visible in Bank Clearance doc (backport #33518 ) ( #33525 )
...
fix: Get payment entry button not visible in Bank Clearance doc (#33518 )
(cherry picked from commit 1a83a67d41 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 22:09:50 +05:30
Sagar Sharma
011fc3a27c
Merge pull request #33523 from frappe/mergify/bp/version-14-hotfix/pr-33514
...
fix: set `supplier` details while mapping SE(Send to Subcontractor) (backport #33514 )
2023-01-03 19:27:23 +05:30
s-aga-r
06e13b64a4
fix: set supplier details while mapping SE(Send to Subcontractor)
...
(cherry picked from commit 751bdc98ed )
2023-01-03 13:27:55 +00:00
mergify[bot]
027510b629
fix: Deferred revenue date comparison ( #33515 )
...
fix: Deferred revenue date comparison (#33515 )
(cherry picked from commit a3ab8f973a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2023-01-03 18:39:19 +05:30
rohitwaghchaure
84289495c4
Merge pull request #33505 from frappe/mergify/bp/version-14-hotfix/pr-33504
...
fix: [concurrency issue] incorrect picked qty in sales order (backport #33504 )
2023-01-02 21:13:50 +05:30
Rohit Waghchaure
e7254fd161
fix: [concurrency issue] incorrect picked qty in sales order
...
(cherry picked from commit aba83849a6 )
2023-01-02 14:42:47 +00:00
mergify[bot]
648e979eb2
refactor: Exchange rate revaluation to handle accounts with zero account balance ( #33165 )
...
refactor: Exchange rate revaluation to handle accounts with zero account balance (#33165 )
* refactor: new type for JE - Exchange Gain or Loss
* refactor: skip few validations for Exchanage Gain Or Loss type Jour
* refactor: ERR create 2 journals for handling zero and non-zero compa
1. Additional check box accounts table to identify accounts with zero balance
2. Accounts with zero balance only in either of the 2 currencies will be handled on separate Journal
* refactor: skips few validation for allowing 0 debit/credit
* fix: General Ledger presentaion currency
* test: fix test case in general ledger
* test: fix failing test case in AR report
(cherry picked from commit 914b23038c )
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
2023-01-02 16:37:53 +05:30
Sagar Sharma
45d8feba6d
Merge pull request #33500 from frappe/mergify/bp/version-14-hotfix/pr-33444
...
fix: consider child nodes while getting bin details (backport #33444 )
2023-01-02 12:31:12 +05:30
s-aga-r
ff38ca8ec7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33444
2023-01-02 12:01:00 +05:30
Sagar Sharma
f4861554d3
Merge pull request #33498 from frappe/mergify/bp/version-14-hotfix/pr-33495
...
fix(stock): missing ordered_qty in get_bin_details (backport #33495 )
2023-01-02 11:55:28 +05:30
s-aga-r
ec538b27fe
chore: use frappe.qb instead of frappe.db.get_value
...
(cherry picked from commit c3911a592a )
2023-01-02 06:25:00 +00:00
s-aga-r
e2964088b7
fix: consider child nodes while getting bin details
...
(cherry picked from commit c716dcc01e )
2023-01-02 06:24:59 +00:00
Devin Slauenwhite
6ec8088eb3
test: get_item_details contains bin details
...
(cherry picked from commit 239a5f8bf4 )
2023-01-02 05:45:10 +00:00
Devin Slauenwhite
55e8e45d52
fix: add missing 'ordered_qty' to get_bin_details
...
(cherry picked from commit 8d62cdfd5f )
2023-01-02 05:45:10 +00:00
mergify[bot]
d03085259d
fix: Multi-currency issues in Bank Reconciliation Tool ( #33488 )
...
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:23 +05:30
mergify[bot]
ba5a149a6b
fix: Conversion factor error for invoices without item code (petty expenses) ( #32714 )
...
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 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-30 16:00:45 +05:30
rohitwaghchaure
83a2c9b429
Merge pull request #33489 from frappe/mergify/bp/version-14-hotfix/pr-33487
...
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation" (backport #33487 )
2022-12-30 15:31:29 +05:30
rohitwaghchaure
a7901c2b9c
Revert "fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation"
...
(cherry picked from commit 728dc1acf4 )
2022-12-30 08:51:29 +00:00
ruthra kumar
60a30840ee
Merge pull request #33474 from frappe/mergify/bp/version-14-hotfix/pr-33457
...
fix: use base_net_amount in case of missing stock qty (backport #33457 )
2022-12-30 13:39:27 +05:30
ruthra kumar
88ca7806af
fix: use base_net_amount in case of missing stock qty ( #33457 )
...
(cherry picked from commit e3a0ce5d63 )
2022-12-29 04:05:31 +00:00
mergify[bot]
3bceb47542
fix(pricing rule): consider child tables in condition (backport #33469 ) ( #33470 )
...
fix(pricing rule): consider child tables in condition (#33469 )
(cherry picked from commit cabaed9ed2 )
Co-authored-by: Dany Robert <rtdany10@gmail.com >
2022-12-29 09:33:59 +05:30
Sagar Sharma
1b7be86a0a
Merge pull request #33466 from frappe/mergify/bp/version-14-hotfix/pr-33465
...
fix: `fg_item_qty` in non-subcontracted PO (backport #33465 )
2022-12-28 16:59:09 +05:30
s-aga-r
6e15331fd4
fix: fg_item_qty in non-subcontracted PO
...
(cherry picked from commit 6f5824cb21 )
2022-12-28 09:58:19 +00:00
ruthra kumar
123493b87d
Merge pull request #33461 from frappe/mergify/bp/version-14-hotfix/pr-33380
...
fix: ERR journals should be reported in AR/AP (backport #33380 )
2022-12-28 10:42:50 +05:30
ruthra kumar
1f40d9be93
test: err for party should be in AR/AP report
...
(cherry picked from commit 2ed86760d7 )
2022-12-27 16:04:28 +00:00
ruthra kumar
823b352c57
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-27 16:04:27 +00:00
mergify[bot]
73c9820e82
fix: Customer Primary Contact (backport #33424 ) ( #33440 )
...
fix: Customer Primary Contact (#33424 )
Co-authored-by: Nihantra C. Patel <n.patel.serpentcs@gmail.com >
(cherry picked from commit 7d9f3f23dd )
Co-authored-by: Solufyin <34390782+Solufyin@users.noreply.github.com >
2022-12-27 18:28:36 +05:30
Frappe PR Bot
24d161d670
chore: release v14 ( #33452 )
...
* 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: payment terms and sales partner filter issue in AR/AP report
(cherry picked from commit 13c4420f42 )
* fix: timeout error while submitting stock entry
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit a05c47e499 )
* fix: `shipping_address` in PO
(cherry picked from commit 7e1b6b3c2a )
* refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission (#33433 )
* feat: Accounting Dimension updation in Payment Request and Entry (#33411 )
* fix: `shipping_address` for non-drop shipping item
(cherry picked from commit 67a7ccf3ce )
* fix: Random behaviour while picking items using picklist (backport #33449 ) (#33450 )
fix: Random behaviour while picking items using picklist (#33449 )
(cherry picked from commit 8263bf9a9a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
* fix: Multiple rows for same warehouse and batches in pick list (backport #33456 ) (#33458 )
fix: Multiple rows for same warehouse and batches in pick list (#33456 )
(cherry picked from commit d2686ce75b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
* fix: Default dimensions on fetching items from BOM (backport #33439 ) (#33459 )
fix: Default dimensions on fetching items from BOM (#33439 )
(cherry picked from commit 0b75aa5390 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: ruthra kumar <ruthra@erpnext.com >
Co-authored-by: Rohit Waghchaure <rohitw1991@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: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-27 18:26:24 +05:30
mergify[bot]
a332b229cf
fix: Default dimensions on fetching items from BOM (backport #33439 ) ( #33459 )
...
fix: Default dimensions on fetching items from BOM (#33439 )
(cherry picked from commit 0b75aa5390 )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-27 17:56:05 +05:30
mergify[bot]
a166a76768
fix: Multiple rows for same warehouse and batches in pick list (backport #33456 ) ( #33458 )
...
fix: Multiple rows for same warehouse and batches in pick list (#33456 )
(cherry picked from commit d2686ce75b )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-27 17:49:22 +05:30
Frappe PR Bot
0dbac5b689
chore(release): Bumped to Version 14.11.1
...
## [14.11.1](https://github.com/frappe/erpnext/compare/v14.11.0...v14.11.1 ) (2022-12-27)
### Bug Fixes
* Random behaviour while picking items using picklist (backport [#33449 ](https://github.com/frappe/erpnext/issues/33449 )) ([#33451 ](https://github.com/frappe/erpnext/issues/33451 )) ([abfb3bf ](abfb3bf1c6 ))
2022-12-27 09:35:01 +00:00
mergify[bot]
abfb3bf1c6
fix: Random behaviour while picking items using picklist (backport #33449 ) ( #33451 )
...
fix: Random behaviour while picking items using picklist (#33449 )
(cherry picked from commit 8263bf9a9a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-27 15:01:44 +05:30
mergify[bot]
1edde9c9e0
fix: Random behaviour while picking items using picklist (backport #33449 ) ( #33450 )
...
fix: Random behaviour while picking items using picklist (#33449 )
(cherry picked from commit 8263bf9a9a )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-12-27 15:01:31 +05:30
Sagar Sharma
6bf6b8c15e
Merge pull request #33445 from frappe/mergify/bp/version-14-hotfix/pr-33437
...
fix: `shipping_address` in PO for non-drop ship item (backport #33437 )
2022-12-27 10:16:59 +05:30
s-aga-r
a7a3654541
fix: shipping_address for non-drop shipping item
...
(cherry picked from commit 67a7ccf3ce )
2022-12-26 15:51:29 +00:00
mergify[bot]
e7704b2321
feat: Accounting Dimension updation in Payment Request and Entry ( #33411 )
2022-12-26 11:34:47 +05:30
mergify[bot]
7a98ece7f1
refactor: Customer and Supplier Ledger summary will have hidden fields for better handling of user permission ( #33433 )
2022-12-26 10:12:12 +05:30
Sagar Sharma
86e16fd567
Merge pull request #33435 from frappe/mergify/bp/version-14-hotfix/pr-33434
...
fix(ux): `shipping_address` in PO (backport #33434 )
2022-12-25 20:45:51 +05:30
s-aga-r
448fbe5582
fix: shipping_address in PO
...
(cherry picked from commit 7e1b6b3c2a )
2022-12-25 14:10:50 +00:00
rohitwaghchaure
cc400abc47
Merge pull request #33423 from frappe/mergify/bp/version-14-hotfix/pr-33422
...
fix: timeout error while submitting stock entry (backport #33422 )
2022-12-23 17:19:09 +05:30
Rohit Waghchaure
f30f77cde6
fix: timeout error while submitting stock entry
...
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit a05c47e499 )
2022-12-23 08:28:35 +00:00
ruthra kumar
81d82c1427
Merge pull request #33419 from frappe/mergify/bp/version-14-hotfix/pr-33418
...
fix: payment terms and sales partner filter issue in Accounts Receivable report (backport #33418 )
2022-12-22 12:33:52 +05:30
ruthra kumar
0f6790be11
fix: payment terms and sales partner filter issue in AR/AP report
...
(cherry picked from commit 13c4420f42 )
2022-12-22 06:36:58 +00:00
ruthra kumar
f6a0435963
Merge pull request #33414 from frappe/mergify/bp/version-14-hotfix/pr-33410
...
fix: TypeError on GP Report due to multiple warehouse on bundled items (backport #33410 )
2022-12-21 19:00:55 +05:30
ruthra kumar
007a111847
test: type error on bundled products with different warehouses
...
(cherry picked from commit 5918bb03f7 )
2022-12-21 12:58:47 +00:00
ruthra kumar
9b24940059
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:46 +00:00
Frappe PR Bot
29bb873347
chore(release): Bumped to Version 14.11.0
...
# [14.11.0](https://github.com/frappe/erpnext/compare/v14.10.1...v14.11.0 ) (2022-12-20)
### Bug Fixes
* Consolidated financial report ([16ce411 ](16ce411b8f ))
* Cost center filter not working in cash flow report ([ce5065b ](ce5065b132 ))
* Cost Center for tax withholding invoices ([728643a ](728643aa4a ))
* cost_center filter fix for 'Get Outstanding Invoice' in PE ([ff61997 ](ff61997d25 ))
* cost_center filter gives incorrect output ([9b2b281 ](9b2b2812ca ))
* daily scheduler to identify and fix stock transfer entries having incorrect valuation ([deb3efd ](deb3efdd9a ))
* disabled items showing in the report 'Itemwise Recommended Reorder Level ([493509e ](493509e42d ))
* get_serial_nos_for_fg() missing 1 required positional argument: 'args' ([bddb5b8 ](bddb5b8d25 ))
* incorrect type hints (backport [#33381 ](https://github.com/frappe/erpnext/issues/33381 )) ([#33384 ](https://github.com/frappe/erpnext/issues/33384 )) ([fa77259 ](fa77259f8d ))
* Payment Request flow fixes from Order to Payment Entry ([a01db8f ](a01db8fc38 ))
* remove unnecessary permissions from Appointment and Appointment Booking Settings ([#33358 ](https://github.com/frappe/erpnext/issues/33358 )) ([#33395 ](https://github.com/frappe/erpnext/issues/33395 )) ([6ef7eaf ](6ef7eaf82e ))
* translation for warning on Overbilling/-receipt/-delivery ([ba51d50 ](ba51d50fef ))
* Unable to import COA through importer ([f8c09ee ](f8c09ee720 ))
* unsupported operand type(s) for +: 'int' and 'NoneType' ([7bdfb3d ](7bdfb3d181 ))
* unsupported operand type(s) for +=: 'int' and 'NoneType' ([88dc81b ](88dc81b7d4 ))
* use highest precision for exchange rate. ([4a8a84d ](4a8a84d6f0 ))
### Features
* Ignore company related doctype for other apps via hooks ([cd5a2af ](cd5a2af272 ))
* improve visibility of default values ([7ff50b9 ](7ff50b9446 ))
* incoterm named place ([bfe57ac ](bfe57acdbf ))
* more control when printing RFQ ([07cda0a ](07cda0aeb5 ))
2022-12-20 14:01:35 +00:00
Deepesh Garg
c9156635a7
Merge pull request #33404 from frappe/version-14-hotfix
...
chore: release v14
2022-12-20 19:30:05 +05:30
mergify[bot]
6ef7eaf82e
fix: remove unnecessary permissions from Appointment and Appointment Booking Settings ( #33358 ) ( #33395 )
2022-12-20 18:23:47 +05:30
Deepesh Garg
647b532e04
Merge pull request #33400 from frappe/mergify/bp/version-14-hotfix/pr-33393
...
fix: Cost center filter not working in cash flow report (backport #33393 )
2022-12-20 18:22:30 +05:30
rohitwaghchaure
32f4dfb31e
Merge pull request #33391 from frappe/mergify/bp/version-14-hotfix/pr-33382
...
fix: unsupported operand type(s) for +=: 'int' and 'NoneType' (backport #33382 )
2022-12-20 17:00:41 +05:30
Deepesh Garg
16ce411b8f
fix: Consolidated financial report
2022-12-20 16:48:08 +05:30
Deepesh Garg
a7c7558b68
Merge pull request #33399 from frappe/mergify/bp/version-14-hotfix/pr-33350
...
fix: Payment Request flow fixes from Order to Payment Entry (backport #33350 )
2022-12-20 16:17:43 +05:30
Deepesh Garg
a86b8eada9
chore: remove print statement
...
(cherry picked from commit 068df9f815 )
2022-12-20 08:16:53 +00:00
Deepesh Garg
ce5065b132
fix: Cost center filter not working in cash flow report
...
(cherry picked from commit d0dbfec052 )
2022-12-20 08:16:52 +00:00
Deepesh Garg
d8d5fa6d10
chore: More fixes
...
(cherry picked from commit 31c95deb88 )
2022-12-20 08:16:03 +00:00
Deepesh Garg
fa2df8db8c
chore: Update test case
...
(cherry picked from commit e25b98b620 )
2022-12-20 08:16:03 +00:00
Deepesh Garg
a01db8fc38
fix: Payment Request flow fixes from Order to Payment Entry
...
(cherry picked from commit dc178984ae )
2022-12-20 08:16:03 +00:00
rohitwaghchaure
1f0f6e136b
Merge pull request #33389 from frappe/mergify/bp/version-14-hotfix/pr-33387
...
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation (backport #33387 )
2022-12-20 11:47:08 +05:30
Rohit Waghchaure
88dc81b7d4
fix: unsupported operand type(s) for +=: 'int' and 'NoneType'
...
(cherry picked from commit 2b4eae5f84 )
2022-12-20 04:18:50 +00:00
Rohit Waghchaure
64b25fba48
test: added test case to validate audit for incorrect entries
...
(cherry picked from commit f31612376a )
2022-12-20 04:17:51 +00:00
Rohit Waghchaure
deb3efdd9a
fix: daily scheduler to identify and fix stock transfer entries having incorrect valuation
...
(cherry picked from commit b1721b79ce )
2022-12-20 04:17:51 +00:00
mergify[bot]
fa77259f8d
fix: incorrect type hints (backport #33381 ) ( #33384 )
...
fix: incorrect type hints (#33381 )
(cherry picked from commit 88ce11f03d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-12-19 18:01:42 +05:30
Deepesh Garg
71496a56ae
Merge pull request #33376 from frappe/mergify/bp/version-14-hotfix/pr-33341
...
fix: Cost Center for tax withholding invoices (backport #33341 )
2022-12-17 21:13:07 +05:30
Deepesh Garg
aac567c31c
Merge pull request #33377 from frappe/mergify/bp/version-14-hotfix/pr-33339
...
feat: more control when printing RFQ (backport #33339 )
2022-12-17 20:06:23 +05:30
barredterra
7ff50b9446
feat: improve visibility of default values
...
(cherry picked from commit 8717148d9b )
2022-12-17 13:55:47 +00:00
barredterra
07cda0aeb5
feat: more control when printing RFQ
...
(cherry picked from commit ce9626fead )
2022-12-17 13:55:47 +00:00
Deepesh Garg
4ea930a9e5
chore: resolve errors in test
...
(cherry picked from commit 26277cfcf3 )
2022-12-17 13:55:15 +00:00
Deepesh Garg
728643aa4a
fix: Cost Center for tax withholding invoices
...
(cherry picked from commit 973ef33eb5 )
2022-12-17 13:55:15 +00:00
Deepesh Garg
cfa6ba1594
Merge pull request #33375 from frappe/mergify/bp/version-14-hotfix/pr-33371
...
fix: Unable to import COA through importer (backport #33371 )
2022-12-17 19:22:35 +05:30
Deepesh Garg
f8c09ee720
fix: Unable to import COA through importer
...
(cherry picked from commit 3b66920342 )
2022-12-17 11:13:07 +00:00
Deepesh Garg
6c63965b1f
Merge pull request #33369 from frappe/mergify/bp/version-14-hotfix/pr-33275
...
fix: use highest precision for exchange rate. (backport #33275 )
2022-12-16 16:11:51 +05:30
Devin Slauenwhite
4a8a84d6f0
fix: use highest precision for exchange rate.
...
(cherry picked from commit 2010b1b6e8 )
2022-12-16 10:14:23 +00:00
Deepesh Garg
6f16cfa4ca
Merge pull request #33366 from frappe/mergify/bp/version-14-hotfix/pr-33362
...
feat: Ignore company related doctype for other apps via hooks (backport #33362 )
2022-12-16 12:30:50 +05:30
rohitwaghchaure
c4e80ab9f8
Merge pull request #33359 from frappe/mergify/bp/version-14-hotfix/pr-33355
...
fix: disabled items showing in the report Itemwise Recommended Reorder Level (backport #33355 )
2022-12-16 11:39:51 +05:30
Deepesh Garg
cd5a2af272
feat: Ignore company related doctype for other apps via hooks
...
(cherry picked from commit 1a40c04b72 )
2022-12-16 05:38:27 +00:00
Rohit Waghchaure
493509e42d
fix: disabled items showing in the report 'Itemwise Recommended Reorder Level
...
'
(cherry picked from commit ae31ff1c48 )
2022-12-15 12:38:53 +00:00
rohitwaghchaure
beaf9558ef
Merge pull request #33356 from frappe/mergify/bp/version-14-hotfix/pr-33354
...
fix: unsupported operand type(s) for +: 'int' and 'NoneType' (backport #33354 )
2022-12-15 18:08:45 +05:30
Rohit Waghchaure
7bdfb3d181
fix: unsupported operand type(s) for +: 'int' and 'NoneType'
...
(cherry picked from commit 0f28074e5a )
2022-12-15 11:44:34 +00:00
ruthra kumar
69409233c0
Merge pull request #33351 from frappe/mergify/bp/version-14-hotfix/pr-33335
...
fix: paid invoices shows up as outstanding when 'cost_center' filter is applied (backport #33335 )
2022-12-15 17:00:46 +05:30
ruthra kumar
7d1ec5af39
test: cost center should not affect outstanding calculation
...
(cherry picked from commit a998a8a2da )
2022-12-15 09:33:07 +00:00
ruthra kumar
ff61997d25
fix: cost_center filter fix for 'Get Outstanding Invoice' in PE
...
(cherry picked from commit 8eb93004f7 )
2022-12-15 09:33:07 +00:00
ruthra kumar
9b2b2812ca
fix: cost_center filter gives incorrect output
...
filtering on cost center gives invoices that are reconciled as having outstanding
(cherry picked from commit 6d9d730759 )
2022-12-15 09:33:07 +00:00
Deepesh Garg
74d9b1c700
Merge pull request #33348 from frappe/mergify/bp/version-14-hotfix/pr-33305
...
feat: incoterm named place (backport #33305 )
2022-12-15 13:38:09 +05:30
Deepesh Garg
83ba5c5fb1
chore: resolve conflicts
2022-12-15 12:28:11 +05:30
barredterra
bfe57acdbf
feat: incoterm named place
...
(cherry picked from commit e057e1dfe7 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-12-15 06:30:37 +00:00
Deepesh Garg
f47d01fcb1
Merge pull request #33346 from frappe/mergify/bp/version-14-hotfix/pr-33309
...
refactor: translatable strings and guard clause (backport #33309 )
2022-12-15 12:00:17 +05:30
barredterra
43f990f5e8
refactor: translatable strings and guard clause
...
(cherry picked from commit f20370c5ef )
2022-12-15 03:52:17 +00:00
rohitwaghchaure
c69e054d2e
Merge pull request #33342 from frappe/mergify/bp/version-14-hotfix/pr-33323
...
fix: translatability of warning on overbilling/-receipt/-delivery (backport #33323 )
2022-12-15 00:54:38 +05:30
barredterra
ba51d50fef
fix: translation for warning on Overbilling/-receipt/-delivery
...
(cherry picked from commit 36997d9788 )
2022-12-14 17:55:04 +00:00
rohitwaghchaure
56db733797
Merge pull request #33333 from frappe/mergify/bp/version-14-hotfix/pr-33332
...
fix: get_serial_nos_for_fg() missing 1 required positional argument: … (backport #33332 )
2022-12-14 23:07:22 +05:30
Rohit Waghchaure
bddb5b8d25
fix: get_serial_nos_for_fg() missing 1 required positional argument: 'args'
...
(cherry picked from commit 410a58b3de )
2022-12-14 10:38:16 +00:00
Frappe PR Bot
ac1af3bce9
chore(release): Bumped to Version 14.10.1
...
## [14.10.1](https://github.com/frappe/erpnext/compare/v14.10.0...v14.10.1 ) (2022-12-13)
### Bug Fixes
* `Enough Parts to Build` in `BOM Stock Report` ([3b9e9d2 ](3b9e9d2c6e ))
* `Material Request` reference in internal `Sales Order` ([416d178 ](416d178209 ))
* add translation variable order ([ef933a8 ](ef933a8231 ))
* Buying and selling check in pricing rule ([f5205a5 ](f5205a5b5d ))
* **ecommerce:** remove query parameters from referer ([40621b9 ](40621b99c8 ))
* handle_post_depr_entries_fail, show error alert and send email ([b661f57 ](b661f5758a ))
* incorrect balance on parent company due to key mismatch ([436e93c ](436e93c129 ))
* index error on customer master ([02cc618 ](02cc618a1f ))
* Maintain Same Rate Throughout Sales Cycle doesn't work ([5398cf8 ](5398cf8f22 )), closes [#32923 ](https://github.com/frappe/erpnext/issues/32923 )
* order status in `Production Planning Report` ([a657db6 ](a657db66b4 ))
* Permission issue in Tax Detail report ([7a5b80d ](7a5b80dfbc ))
* **pos:** variable typo: `s_pos` -> `is_pos` ([afbd48f ](afbd48f26e ))
* Reapply pricing rule on qty change ([c726c16 ](c726c16702 ))
* Remove free items ([5e5937d ](5e5937d6d0 ))
* total value in Warehouse Wise Stock Balance ([c5a54d7 ](c5a54d7912 ))
### Performance Improvements
* add indexes on payment entry reference (backport [#33288 ](https://github.com/frappe/erpnext/issues/33288 )) ([#33289 ](https://github.com/frappe/erpnext/issues/33289 )) ([ce63086 ](ce63086813 ))
2022-12-13 12:30:55 +00:00
Ankush Menat
983cc345f2
Merge pull request #33318 from frappe/version-14-hotfix
...
chore: release v14
2022-12-13 17:59:30 +05:30
Sagar Sharma
6c3e802657
Merge pull request #33320 from frappe/mergify/bp/version-14-hotfix/pr-33314
...
fix: `Enough Parts to Build` in `BOM Stock Report` (backport #33314 )
2022-12-13 15:58:24 +05:30
Sagar Sharma
4059b768f6
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33314
2022-12-13 15:24:41 +05:30
Nabin Hait
bd6d249b8a
Merge pull request #33322 from frappe/mergify/bp/version-14-hotfix/pr-33300
...
fix(pos): variable typo: `s_pos` -> `is_pos` (backport #33300 )
2022-12-13 15:22:53 +05:30
Sabu Siyad
afbd48f26e
fix(pos): variable typo: s_pos -> is_pos
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 7d64bf78cf )
2022-12-13 09:52:15 +00:00
s-aga-r
3b9e9d2c6e
fix: Enough Parts to Build in BOM Stock Report
...
(cherry picked from commit 723c64ba73 )
2022-12-13 09:50:01 +00:00
Nabin Hait
00ce3382b8
Merge pull request #33316 from frappe/mergify/bp/version-14-hotfix/pr-33313
...
fix: Permission issue in Tax Detail report (backport #33313 )
2022-12-13 15:15:35 +05:30
Nabin Hait
00379c277b
Merge pull request #33259 from AnandBaburajan/handle_post_depr_entries_fail
...
fix: handle asset depreciation entries posting failure, show error alert and send email
2022-12-13 15:05:36 +05:30
Nabin Hait
7a5b80dfbc
fix: Permission issue in Tax Detail report
...
(cherry picked from commit aa787e4030 )
2022-12-13 08:58:29 +00:00
Anand Baburajan
db36ddc7c0
Merge branch 'version-14-hotfix' into handle_post_depr_entries_fail
2022-12-13 14:09:11 +05:30
ruthra kumar
dbd0d560a8
Merge pull request #33311 from frappe/mergify/bp/version-14-hotfix/pr-33303
...
fix: incorrect balance on parent company on consolidate Balance sheet due to key mismatch (backport #33303 )
2022-12-13 13:45:41 +05:30
rohitwaghchaure
d707528113
Merge pull request #33301 from frappe/mergify/bp/version-14-hotfix/pr-33281
...
fix: maintain same rate throughout sales cycle doesn't work with quotation (backport #33281 )
2022-12-13 10:59:11 +05:30
ruthra kumar
436e93c129
fix: incorrect balance on parent company due to key mismatch
...
(cherry picked from commit 7b3316dc31 )
2022-12-13 03:37:05 +00:00
Sagar Sharma
8b7c9ced0a
Merge pull request #33306 from frappe/mergify/bp/version-14-hotfix/pr-33304
...
fix: `Material Request` reference in internal `Sales Order` (backport #33304 )
2022-12-12 23:53:10 +05:30
s-aga-r
416d178209
fix: Material Request reference in internal Sales Order
...
(cherry picked from commit 78b438f6cf )
2022-12-12 18:18:53 +00:00
Tunde Akinyanmi
5d410f114a
test: refactor test case
...
(cherry picked from commit 71aa8c5e1c )
2022-12-12 14:10:04 +00:00
Tunde Akinyanmi
1b94200ab7
test: ensure test case sets Selling Settings
...
(cherry picked from commit d193a14b8f )
2022-12-12 14:10:04 +00:00
Tunde Akinyanmi
5398cf8f22
fix: Maintain Same Rate Throughout Sales Cycle doesn't work
...
Issue #29976 was partly fixed by #32923 but the problem still persists.
The reason is because an incorrect fieldname was passed to the
`validate_rate_with_reference_doc` method.
This commit fixes it
(cherry picked from commit 97ddfcfc7c )
2022-12-12 14:10:03 +00:00
Anand Baburajan
7a7325fd90
Merge branch 'version-14-hotfix' into handle_post_depr_entries_fail
2022-12-12 16:36:19 +05:30
mergify[bot]
ce63086813
perf: add indexes on payment entry reference (backport #33288 ) ( #33289 )
...
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:23 +05:30
Anand Baburajan
92ed9fdd03
Merge branch 'version-14-hotfix' into handle_post_depr_entries_fail
2022-12-08 21:26:27 +05:30
rohitwaghchaure
52e07da535
Merge pull request #33262 from frappe/mergify/bp/version-14-hotfix/pr-33258
...
fix: total value in Warehouse Wise Stock Balance (backport #33258 )
2022-12-08 21:14:29 +05:30
Anand Baburajan
9b5620c838
Merge branch 'version-14-hotfix' into handle_post_depr_entries_fail
2022-12-08 21:04:32 +05:30
anandbaburajan
4fbf65dd57
chore: use frappe.db.set_value instead of asset.save
2022-12-08 21:04:08 +05:30
Deepesh Garg
c2aaab9e15
Merge pull request #33272 from frappe/mergify/bp/version-14-hotfix/pr-33200
...
fix: Buying and selling check in pricing rule (backport #33200 )
2022-12-08 20:54:48 +05:30
Deepesh Garg
ad03355333
chore: Update tests
...
(cherry picked from commit 6192af5cf0 )
2022-12-08 13:12:32 +00:00
Deepesh Garg
5e5937d6d0
fix: Remove free items
...
(cherry picked from commit 0581000990 )
2022-12-08 13:12:31 +00:00
Deepesh Garg
033b2a4825
chore: Add POS Invoices
...
(cherry picked from commit 5f821b93a5 )
2022-12-08 13:12:31 +00:00
Deepesh Garg
c726c16702
fix: Reapply pricing rule on qty change
...
(cherry picked from commit b741ae143c )
2022-12-08 13:12:30 +00:00
Deepesh Garg
f5205a5b5d
fix: Buying and selling check in pricing rule
...
(cherry picked from commit f54838ab56 )
2022-12-08 13:12:30 +00:00
Deepesh Garg
b0cccaff01
Merge pull request #33266 from frappe/mergify/bp/version-14-hotfix/pr-33227
...
fix: add translation variable index (backport #33227 )
2022-12-08 18:06:37 +05:30
Deepesh Garg
05056327e7
Merge pull request #33270 from frappe/mergify/bp/version-14-hotfix/pr-33269
...
fix(ecommerce): remove query parameters from referrer (backport #33269 )
2022-12-08 18:06:22 +05:30
Sabu Siyad
40621b99c8
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 )
2022-12-08 11:42:24 +00:00
barredterra
ef933a8231
fix: add translation variable order
...
(cherry picked from commit 748c74ba52 )
2022-12-08 09:47:56 +00:00
Deepesh Garg
8467b2eb25
Merge pull request #33264 from frappe/mergify/bp/version-14-hotfix/pr-33254
...
fix: index error on customer master (backport #33254 )
2022-12-08 15:15:42 +05:30
ruthra kumar
02cc618a1f
fix: index error on customer master
...
(cherry picked from commit cf1e3dc8ea )
2022-12-08 07:23:13 +00:00
Rohit Waghchaure
c5a54d7912
fix: total value in Warehouse Wise Stock Balance
...
(cherry picked from commit f598da7c81 )
2022-12-08 04:43:59 +00:00
anandbaburajan
bb66b64b94
chore: styling
2022-12-08 01:35:10 +05:30
Anand Baburajan
c35e352b3b
Merge branch 'version-14-hotfix' into handle_post_depr_entries_fail
2022-12-08 01:29:43 +05:30
anandbaburajan
b661f5758a
fix: handle_post_depr_entries_fail, show error alert and send email
2022-12-08 01:00:57 +05:30
Sagar Sharma
162ecdca75
Merge pull request #33256 from frappe/mergify/bp/version-14-hotfix/pr-33255
...
fix: order status in `Production Planning Report` (backport #33255 )
2022-12-08 00:04:01 +05:30
s-aga-r
a657db66b4
fix: order status in Production Planning Report
...
(cherry picked from commit 632c08f7e0 )
2022-12-07 18:06:54 +00:00
Frappe PR Bot
1e351a9e0b
chore(release): Bumped to Version 14.10.0
...
# [14.10.0](https://github.com/frappe/erpnext/compare/v14.9.0...v14.10.0 ) (2022-12-06)
### Bug Fixes
* add company filter in RFQ Items ([7c1595e ](7c1595e2c2 ))
* Allow item rate udpates for non-stock invoices ([0307656 ](030765618b ))
* Bundle item rates ([82cdf49 ](82cdf49d32 ))
* data import mandatory account_head, charge_type ([653cb9f ](653cb9fc3b ))
* default clear repost logs ([e039a14 ](e039a14f6f ))
* Due date for month end payment term ([9b40b7f ](9b40b7f240 ))
* Error on making stock entry from material request ([701ccc3 ](701ccc36c8 ))
* key error on p/l and balance sheet reports on foreign currency ([23a0a53 ](23a0a5337e ))
* key error while filtering on date range and different currency ([08bca7d ](08bca7d252 ))
* **lint:** trailing whitespace ([fae941c ](fae941c4e3 ))
* non empty FG batch picked while completing work order ([e5e6b5d ](e5e6b5d81c ))
* **pos:** partial return amount update ([91920f4 ](91920f4d84 ))
* reload currency exchange settings ([5b5a85e ](5b5a85ee3b ))
* replace sql code with fields list in get_cached_value ([e18d0ec ](e18d0eca3c ))
* Tax withholding net total for PI in reports ([f87c3c6 ](f87c3c6157 ))
* test case ([39680ed ](39680ed28b ))
* type error on Sales Pipeline Analytics ([3af2b9b ](3af2b9b423 ))
* use is_last_day_of_the_month in test_scrap_asset ([fc175e2 ](fc175e2b1f ))
* **UX:** Alert on change of item rate in Stock Entry ([b2da76f ](b2da76f02c ))
### Features
* warehouse wise stock balance ([7027fda ](7027fdae39 ))
2022-12-06 14:37:42 +00:00
Deepesh Garg
8f97b07463
Merge pull request #33233 from frappe/version-14-hotfix
...
chore: release v14
2022-12-06 20:06:17 +05:30
Deepesh Garg
e5cd4195d9
Merge pull request #33238 from frappe/mergify/bp/version-14-hotfix/pr-33192
...
fix: Bundle item rates (backport #33192 )
2022-12-06 18:57:08 +05:30
Deepesh Garg
8a17680e75
Merge pull request #33239 from frappe/mergify/bp/version-14-hotfix/pr-33146
...
fix: reload Currency Exchange Settings in patch (backport #33146 )
2022-12-06 18:56:52 +05:30
rohitwaghchaure
bc5523318c
Merge pull request #33240 from frappe/mergify/bp/version-14-hotfix/pr-33236
...
feat: warehouse wise stock balance (backport #33236 )
2022-12-06 18:03:36 +05:30
Rohit Waghchaure
7027fdae39
feat: warehouse wise stock balance
...
(cherry picked from commit 861aa9e08a )
2022-12-06 12:29:23 +00:00
barredterra
5b5a85ee3b
fix: reload currency exchange settings
...
(cherry picked from commit 06e094b5fc )
2022-12-06 12:09:03 +00:00
Deepesh Garg
98bb446e98
chore: Update tests
...
(cherry picked from commit b1242bc56c )
2022-12-06 12:08:06 +00:00
Deepesh Garg
076027a68c
chore: Consider bundle qty as well
...
(cherry picked from commit e5566b31d5 )
2022-12-06 12:08:06 +00:00
Deepesh Garg
82cdf49d32
fix: Bundle item rates
...
(cherry picked from commit 826f45ad60 )
2022-12-06 12:08:05 +00:00
Deepesh Garg
cc0f9d4ed5
Merge pull request #33235 from frappe/mergify/bp/version-14-hotfix/pr-33191
...
fix: key error while filtering on date range and reporting on foreign currency (backport #33191 )
2022-12-06 17:36:18 +05:30
ruthra kumar
23a0a5337e
fix: key error on p/l and balance sheet reports on foreign currency
...
(cherry picked from commit a6794c3606 )
2022-12-06 16:55:03 +05:30
ruthra kumar
e18d0eca3c
fix: replace sql code with fields list in get_cached_value
...
(cherry picked from commit 19db7e2989 )
2022-12-06 16:55:00 +05:30
ruthra kumar
08bca7d252
fix: key error while filtering on date range and different currency
...
(cherry picked from commit 9b8d6fe411 )
2022-12-06 10:14:01 +00:00
Deepesh Garg
ee74c555d5
Merge pull request #33230 from frappe/mergify/bp/version-14-hotfix/pr-33219
...
fix: Allow item rate updates for non-stock invoices (backport #33219 )
2022-12-06 12:30:41 +05:30
Deepesh Garg
030765618b
fix: Allow item rate udpates for non-stock invoices
...
(cherry picked from commit ef9d126254 )
2022-12-06 03:43:16 +00:00
rohitwaghchaure
cea7a32abc
Merge pull request #33225 from frappe/mergify/bp/version-14-hotfix/pr-33224
...
fix: non empty FG batch picked while completing work order (backport #33224 )
2022-12-05 23:59:07 +05:30
Rohit Waghchaure
e5e6b5d81c
fix: non empty FG batch picked while completing work order
...
(cherry picked from commit 713330cbf6 )
2022-12-05 15:00:15 +00:00
ruthra kumar
60f5611fb9
Merge pull request #33223 from frappe/mergify/bp/version-14-hotfix/pr-33222
...
fix: data import mandatory account_head, charge_type (backport #33222 )
2022-12-05 17:56:27 +05:30
ruthra kumar
653cb9fc3b
fix: data import mandatory account_head, charge_type
...
(cherry picked from commit 3814db02eb )
2022-12-05 11:27:34 +00:00
Sagar Sharma
5bdec0b512
Merge pull request #33205 from frappe/mergify/bp/version-14-hotfix/pr-33199
...
refactor: remove `balance` from `Warehouse Tree` (backport #33199 )
2022-12-02 18:27:07 +05:30
s-aga-r
bcbeaea05c
refactor: remove balance from Warehouse Tree
...
(cherry picked from commit 3ce8386ca3 )
2022-12-02 08:55:05 +00:00
Deepesh Garg
251440dfec
Merge pull request #33203 from frappe/mergify/bp/version-14-hotfix/pr-33193
...
fix: clear repost logs using Log Settings (backport #33193 )
2022-12-02 14:23:29 +05:30
Rohit Waghchaure
39680ed28b
fix: test case
...
(cherry picked from commit 2cce6f2a34 )
2022-12-02 08:26:50 +00:00
Rohit Waghchaure
e039a14f6f
fix: default clear repost logs
...
(cherry picked from commit 5949a7ecff )
2022-12-02 08:26:49 +00:00
Deepesh Garg
a05bf0a7ca
Merge pull request #33201 from frappe/mergify/bp/version-14-hotfix/pr-33195
...
fix: type error on Sales Pipeline Analytics (backport #33195 )
2022-12-02 13:13:44 +05:30
ruthra kumar
3af2b9b423
fix: type error on Sales Pipeline Analytics
...
(cherry picked from commit 4856e750f9 )
2022-12-02 04:41:21 +00:00
Deepesh Garg
d7306d2ec4
Merge pull request #33197 from frappe/mergify/bp/version-14-hotfix/pr-33183
...
fix: Due date for month end payment term (backport #33183 )
2022-12-02 10:09:55 +05:30
Sagar Sharma
ffa4deac26
Merge pull request #33196 from frappe/mergify/bp/version-14-hotfix/pr-33182
...
fix: Error on making stock entry from material request (backport #33182 )
2022-12-01 21:37:39 +05:30
Sagar Sharma
a80f8ed2f8
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33182
2022-12-01 19:56:55 +05:30
Sagar Sharma
1214b93e07
Merge pull request #33198 from frappe/mergify/bp/version-14-hotfix/pr-33170
...
fix(UX): Alert on change of item rate in Stock Entry (backport #33170 )
2022-12-01 19:56:16 +05:30
Deepesh Garg
b2da76f02c
fix(UX): Alert on change of item rate in Stock Entry
...
(cherry picked from commit 4bd9289d7d )
2022-12-01 12:47:39 +00:00
Deepesh Garg
9b40b7f240
fix: Due date for month end payment term
...
(cherry picked from commit bfb81ef56f )
2022-12-01 12:46:55 +00:00
Deepesh Garg
701ccc36c8
fix: Error on making stock entry from material request
...
(cherry picked from commit 64e5a79a91 )
2022-12-01 12:46:12 +00:00
Deepesh Garg
dfd43141e3
Merge pull request #33188 from frappe/mergify/bp/version-14-hotfix/pr-33091
...
fix(pos): partial return amount update (backport #33091 )
2022-12-01 16:17:29 +05:30
Deepesh Garg
6debf39ee8
Merge pull request #33189 from AnandBaburajan/asset_last_day_test_bug_14_htfx
...
fix: use is_last_day_of_the_month in test_scrap_asset (backport #33185 )
2022-12-01 16:17:01 +05:30
anandbaburajan
fc175e2b1f
fix: use is_last_day_of_the_month in test_scrap_asset
2022-12-01 13:01:23 +05:30
Sabu Siyad
fae941c4e3
fix(lint): trailing whitespace
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit c5edbe2e2f )
2022-12-01 06:12:26 +00:00
Sabu Siyad
91920f4d84
fix(pos): partial return amount update
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit a378619c9a )
2022-12-01 06:12:25 +00:00
Sagar Sharma
6957e2a85c
Merge pull request #33175 from frappe/mergify/bp/version-14-hotfix/pr-33174
...
fix: add company filter in RFQ Items (backport #33174 )
2022-11-30 12:25:57 +05:30
s-aga-r
7c1595e2c2
fix: add company filter in RFQ Items
...
(cherry picked from commit ca0485a503 )
2022-11-30 05:07:06 +00:00
Deepesh Garg
6878536a57
Merge pull request #33168 from frappe/mergify/bp/version-14-hotfix/pr-33162
...
fix: Tax withholding net total for PI in reports (backport #33162 )
2022-11-29 19:23:16 +05:30
Deepesh Garg
f87c3c6157
fix: Tax withholding net total for PI in reports
...
(cherry picked from commit 3eb1ed19a1 )
2022-11-29 13:21:16 +00:00
Frappe PR Bot
7d63bcbeb6
chore(release): Bumped to Version 14.9.0
...
# [14.9.0](https://github.com/frappe/erpnext/compare/v14.8.0...v14.9.0 ) (2022-11-29)
### Bug Fixes
* `production_item` filter in `Job Card Summary Report` ([c9f4f60 ](c9f4f60425 ))
* `Work Order` filter typo in `Job Card Summary Report` ([b157193 ](b1571932d0 ))
* Auto repeat date validations ([2aada1a ](2aada1a0d9 ))
* check for session user rather than owner ([c9c7222 ](c9c7222ded ))
* company name with `,` in `Job Card Summary Report` ([9c6d020 ](9c6d020e49 ))
* company name with `,` in `Work Order Summary Report` ([bc649b3 ](bc649b371f ))
* create rounding gl entry for PCV during gle post processing ([fd4bcd9 ](fd4bcd9f7f ))
* Debit and Credit not equal while submitting PI containing asset item ([c11a31b ](c11a31b390 ))
* disbursable amount on currrent security price ([5edaf83 ](5edaf83733 ))
* Dispatch address display ([ef687e2 ](ef687e22b8 ))
* incorrect balance qty ([f92b501 ](f92b5011da ))
* job card for quantity UX ([59e2ab7 ](59e2ab702f ))
* MR Item `description` and `item_name` gets reset on `qty` change ([85d108b ](85d108b810 ))
* only show serial no batch selector only once ([8d0f715 ](8d0f715087 ))
* opportunity list doesn't show assigned user (backport [#33110 ](https://github.com/frappe/erpnext/issues/33110 )) ([#33131 ](https://github.com/frappe/erpnext/issues/33131 )) ([0ba2a4d ](0ba2a4d084 ))
* **pos:** filter on customer groups ([c1ae5b0 ](c1ae5b0af5 ))
* **pos:** warehouse should be in company ([c03ec80 ](c03ec80d1a ))
* precision in asset test_scrap_asset ([0fe5e9a ](0fe5e9a9d1 ))
* production plan UX ([4607590 ](46075901ba ))
* remove duplicate schema ([cdd13cd ](cdd13cd95f ))
* remove obsolete comment ([978924a ](978924a7e4 ))
* reposting error `AttributeError: 'datetime.timedelta' object has no attribute 'replace'` ([4b0c9b6 ](4b0c9b6115 ))
* reset `voucher_type` and `voucher_no` if `based_on` is set to `Item and Warehouse` ([e530f0b ](e530f0b2fb ))
* UX for inventory dimension ([f1dd4d0 ](f1dd4d0449 ))
* **ux:** Action buttons in Bank Reconciliation ([93b8cc3 ](93b8cc3042 ))
* validation msg in stock entry ([65ac84e ](65ac84e020 ))
* Valuation Rate column UX in stock ledger report ([5c065e8 ](5c065e8a64 ))
### Features
* add connections to Incoterm doctype ([89b9a06 ](89b9a06204 ))
* add doctype Incoterm ([b711931 ](b7119318a6 ))
* add german translations for incoterm titles ([f7988de ](f7988dea1b ))
* add incoterm to purchasing transactions ([88346b1 ](88346b17e9 ))
* add incoterm to sales transactions ([fcfe0cb ](fcfe0cb9e9 ))
* create Incoterm records after install ([93e029d ](93e029df91 ))
* create incoterms and migrate shipments ([014896a ](014896a595 ))
* german tax templates ([5652af0 ](5652af04ba ))
* item wise tds calculation for purchase order ([5f8f574 ](5f8f574e20 ))
* item wise tds calculation for purchase order. ([2bd8bd2 ](2bd8bd224b ))
* item wise tds in purchase order ([ba36435 ](ba3643514e ))
* make Material Request for sub-assembly items ([5fc4dfa ](5fc4dfaad6 ))
* **pos:** invoice: fitler warehouse by company ([c379baf ](c379baf7a2 ))
* validate repost item valuation against accounts freeze date ([04f50ea ](04f50ea76a ))
2022-11-29 13:19:34 +00:00
Deepesh Garg
9fc8acf707
Merge pull request #33163 from frappe/version-14-hotfix
...
chore: release v14
2022-11-29 18:48:14 +05:30
Sagar Sharma
f2f06aaa56
Merge pull request #33159 from frappe/mergify/bp/version-14-hotfix/pr-33136
...
fix: reset `voucher_type` and `voucher_no` if `based_on` is set to `Transaction` (backport #33136 )
2022-11-29 13:24:53 +05:30
s-aga-r
5728300f03
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:35 +00:00
s-aga-r
e530f0b2fb
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:35 +00:00
rohitwaghchaure
8ebf34629d
Merge pull request #33158 from frappe/mergify/bp/version-14-hotfix/pr-33013
...
fix: validate repost item valuation against accounts freeze date (backport #33013 )
2022-11-29 12:06:29 +05:30
Sagar Sharma
72351e38f2
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33013
2022-11-29 11:16:53 +05:30
Deepesh Garg
6fa81089d6
Merge pull request #33152 from frappe/mergify/bp/version-14-hotfix/pr-33143
...
fix: Auto repeat date validations (backport #33143 )
2022-11-29 11:07:46 +05:30
Deepesh Garg
fb6791abe3
Merge pull request #33153 from frappe/mergify/bp/version-14-hotfix/pr-33115
...
fix: remove product schema block from additional info section on item template (backport #33115 )
2022-11-29 11:07:23 +05:30
Deepesh Garg
bf833c4f09
Merge pull request #33151 from frappe/mergify/bp/version-14-hotfix/pr-33138
...
fix(ux): Action buttons in Bank Reconciliation (backport #33138 )
2022-11-29 11:06:48 +05:30
Deepesh Garg
5848147a92
Merge pull request #33155 from frappe/mergify/bp/version-14-hotfix/pr-33098
...
fix(pos): warehouse selection (backport #33098 )
2022-11-29 11:06:21 +05:30
Deepesh Garg
150319d0cb
Merge pull request #33156 from frappe/mergify/bp/version-14-hotfix/pr-33116
...
fix: only show serial no batch selector only once (backport #33116 )
2022-11-29 11:06:08 +05:30
Deepesh Garg
b9ff172e13
Merge pull request #33154 from frappe/mergify/bp/version-14-hotfix/pr-33112
...
fix(pos): filter on customer groups (backport #33112 )
2022-11-29 11:05:54 +05:30
Dany Robert
5854f1791c
chore: pre-commit
...
(cherry picked from commit 88a0aa4077 )
2022-11-29 05:11:39 +00:00
Dany Robert
c9c7222ded
fix: check for session user rather than owner
...
(cherry picked from commit b482e3876d )
2022-11-29 05:11:39 +00:00
Dany Robert
68d9161a66
chore: pre-commit
...
(cherry picked from commit be15419bd5 )
2022-11-29 05:11:38 +00:00
Dany Robert
04f50ea76a
feat: validate repost item valuation against accounts freeze date
...
(cherry picked from commit 61f05132db )
2022-11-29 05:11:38 +00:00
rohitwaghchaure
4928058ed8
Merge pull request #33149 from frappe/mergify/bp/version-14-hotfix/pr-33144
...
fix: incorrect balance qty (backport #33144 )
2022-11-29 10:41:36 +05:30
Shariq Ansari
8d0f715087
fix: only show serial no batch selector only once
...
(cherry picked from commit 0f87d329d6 )
2022-11-29 04:51:19 +00:00
Sabu Siyad
c379baf7a2
feat(pos): invoice: fitler warehouse by company
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 4ad0e2ed7e )
2022-11-29 04:46:19 +00:00
Sabu Siyad
c03ec80d1a
fix(pos): warehouse should be in company
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 95a620a30d )
2022-11-29 04:46:19 +00:00
Sabu Siyad
c1ae5b0af5
fix(pos): filter on customer groups
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit cc63415887 )
2022-11-29 04:26:25 +00:00
ruthra kumar
cdd13cd95f
fix: remove duplicate schema
...
(cherry picked from commit 2c18a95115 )
2022-11-29 04:06:25 +00:00
Deepesh Garg
5abcb478d0
chore: Update condition
...
(cherry picked from commit 6a47fb6c9e )
2022-11-29 03:59:09 +00:00
Deepesh Garg
2aada1a0d9
fix: Auto repeat date validations
...
(cherry picked from commit fa15221455 )
2022-11-29 03:59:09 +00:00
Deepesh Garg
e093c32d06
Merge pull request #33128 from frappe/mergify/bp/version-14-hotfix/pr-33022
...
feat: Incoterms in buying and selling (backport #33022 )
2022-11-29 09:28:59 +05:30
Deepesh Garg
93b8cc3042
fix(ux): Action buttons in Bank Reconciliation
...
(cherry picked from commit 6ebe8ad60d )
2022-11-29 03:54:02 +00:00
Rohit Waghchaure
93ec57dd44
test: test case for serialized batched item
...
(cherry picked from commit b606a9684b )
2022-11-29 03:18:53 +00:00
Rohit Waghchaure
f92b5011da
fix: incorrect balance qty
...
(cherry picked from commit b2105a8be7 )
2022-11-29 03:18:53 +00:00
Raffael Meyer
7477bb96c8
chore: resolve merge conflict
2022-11-28 18:51:40 +01:00
Deepesh Garg
6c3fbf03f9
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33022
2022-11-28 23:06:23 +05:30
Deepesh Garg
0d8112af76
Merge pull request #33133 from frappe/mergify/bp/version-14-hotfix/pr-33129
...
chore: Supplier invoice no field description (backport #33129 )
2022-11-28 22:48:45 +05:30
Deepesh Garg
088c168f96
Merge pull request #33142 from frappe/mergify/bp/version-14-hotfix/pr-33107
...
feat: german tax templates (backport #33107 )
2022-11-28 22:48:20 +05:30
Sagar Sharma
ae26e550d0
Merge pull request #33140 from frappe/mergify/bp/version-14-hotfix/pr-33139
...
fix: reposting error `AttributeError: 'datetime.timedelta' object has no attribute 'replace'` (backport #33139 )
2022-11-28 22:06:21 +05:30
barredterra
5652af04ba
feat: german tax templates
...
(cherry picked from commit 7fd2639e68 )
2022-11-28 16:25:02 +00:00
s-aga-r
4b0c9b6115
fix: reposting error AttributeError: 'datetime.timedelta' object has no attribute 'replace'
...
(cherry picked from commit eeda264eb6 )
2022-11-28 16:01:39 +00:00
s-aga-r
65ac84e020
fix: validation msg in stock entry
...
(cherry picked from commit ba77da0874 )
2022-11-28 16:01:39 +00:00
rohitwaghchaure
648a017eda
Merge pull request #33137 from frappe/mergify/bp/version-14-hotfix/pr-33135
...
feat: make Material Request for sub-assembly items (backport #33135 )
2022-11-28 18:32:54 +05:30
Rohit Waghchaure
5fc4dfaad6
feat: make Material Request for sub-assembly items
...
(cherry picked from commit e02f35c8ff )
2022-11-28 11:24:31 +00:00
Deepesh Garg
6e3ad109d2
chore: Supplier invoice no field description
...
(cherry picked from commit 4f2ece34df )
2022-11-28 07:36:10 +00:00
mergify[bot]
0ba2a4d084
fix: opportunity list doesn't show assigned user (backport #33110 ) ( #33131 )
...
fix: opportunity list doesn't show assigned user (#33110 )
Because `db_update` is performed `_assign` property is not updated and
hence lead -> opportunity conversion makes it disappear from list view.
Steps to reproduce:
1. Create lead
2. Assign anyone
3. Create opportunity from lead.
4. Form view shows assigned user, list view wont.
(cherry picked from commit 63b9795d41 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-28 11:19:32 +05:30
barredterra
21deb02d81
chore: resolve merge conflicts
2022-11-27 16:30:19 +01:00
Raffael Meyer
978924a7e4
fix: remove obsolete comment
...
(cherry picked from commit 491857b3c8 )
2022-11-27 15:24:20 +00:00
barredterra
89b9a06204
feat: add connections to Incoterm doctype
...
(cherry picked from commit a5966b6f84 )
2022-11-27 15:24:19 +00:00
barredterra
f7988dea1b
feat: add german translations for incoterm titles
...
(cherry picked from commit ffd287d5a6 )
2022-11-27 15:24:19 +00:00
barredterra
88346b17e9
feat: add incoterm to purchasing transactions
...
(cherry picked from commit 77105306f2 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/purchase_invoice.json
2022-11-27 15:24:18 +00:00
barredterra
fcfe0cb9e9
feat: add incoterm to sales transactions
...
(cherry picked from commit 029f22c549 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
2022-11-27 15:24:17 +00:00
barredterra
93e029df91
feat: create Incoterm records after install
...
(cherry picked from commit ce83f02f24 )
2022-11-27 15:24:16 +00:00
barredterra
014896a595
feat: create incoterms and migrate shipments
...
(cherry picked from commit d2563ee973 )
# Conflicts:
# erpnext/patches.txt
2022-11-27 15:24:16 +00:00
barredterra
b7119318a6
feat: add doctype Incoterm
...
(cherry picked from commit 1a1bfc8db9 )
2022-11-27 15:24:15 +00:00
Deepesh Garg
956b0520d7
Merge pull request #33113 from frappe/mergify/bp/version-14-hotfix/pr-33111
...
fix: Loan disbursable amount on current security price (backport #33111 )
2022-11-27 20:50:09 +05:30
rohitwaghchaure
f365e6b4a2
Merge pull request #33127 from frappe/mergify/bp/version-14-hotfix/pr-33118
...
fix: production plan UX (backport #33118 )
2022-11-27 18:47:39 +05:30
Sagar Sharma
9533a64f6a
Merge pull request #33123 from frappe/mergify/bp/version-14-hotfix/pr-33120
...
fix: `Work Order Summary` and `Job Card Summary` Report (backport #33120 )
2022-11-27 10:27:37 +05:30
Rohit Waghchaure
46075901ba
fix: production plan UX
...
(cherry picked from commit 8cb7112e72 )
2022-11-27 03:17:28 +00:00
s-aga-r
c9f4f60425
fix: production_item filter in Job Card Summary Report
...
(cherry picked from commit ef7fd670fc )
2022-11-26 16:24:52 +00:00
s-aga-r
9c6d020e49
fix: company name with , in Job Card Summary Report
...
(cherry picked from commit 481149814e )
2022-11-26 16:24:52 +00:00
s-aga-r
b1571932d0
fix: Work Order filter typo in Job Card Summary Report
...
(cherry picked from commit 2e4f3e9317 )
2022-11-26 16:24:51 +00:00
s-aga-r
bc649b371f
fix: company name with , in Work Order Summary Report
...
(cherry picked from commit 87b39f045c )
2022-11-26 16:24:50 +00:00
Sagar Sharma
6e5fd55ed4
Merge pull request #33108 from frappe/mergify/bp/version-14-hotfix/pr-33090
...
fix: MR Item `item_name` and `description` gets reset on `qty` change (backport #33090 )
2022-11-26 10:07:50 +05:30
Abhinav Raut
5edaf83733
fix: disbursable amount on currrent security price
...
(cherry picked from commit fe87c27acd )
2022-11-25 09:48:42 +00:00
s-aga-r
85d108b810
fix: MR Item description and item_name gets reset on qty change
...
(cherry picked from commit df0fee2312 )
2022-11-25 05:49:50 +00:00
Deepesh Garg
ae6ad1e47d
Merge pull request #33096 from frappe/mergify/bp/version-14-hotfix/pr-33092
...
fix: Debit and Credit not equal while submitting PI containing asset item (backport #33092 )
2022-11-24 21:22:44 +05:30
Deepesh Garg
98d5cb30d1
Merge pull request #33106 from frappe/mergify/bp/version-14-hotfix/pr-33103
...
fix: job card "Qty to Manufacture" UX (backport #33103 )
2022-11-24 21:22:28 +05:30
Deepesh Garg
8cd2539755
Merge pull request #33104 from frappe/mergify/bp/version-14-hotfix/pr-33100
...
fix: Dispatch address display (backport #33100 )
2022-11-24 21:22:02 +05:30
Rohit Waghchaure
59e2ab702f
fix: job card for quantity UX
...
(cherry picked from commit 87d37e90a2 )
2022-11-24 13:54:59 +00:00
Deepesh Garg
ef687e22b8
fix: Dispatch address display
...
(cherry picked from commit 104fdcb9f9 )
2022-11-24 12:31:13 +00:00
Deepesh Garg
517e40e1b8
Merge pull request #33099 from frappe/mergify/bp/version-14-hotfix/pr-33097
...
fix: precision in asset test_scrap_asset (backport #33097 )
2022-11-24 16:58:04 +05:30
anandbaburajan
0fe5e9a9d1
fix: precision in asset test_scrap_asset
...
(cherry picked from commit 0e726609f1 )
2022-11-24 10:44:31 +00:00
Deepesh Garg
c11a31b390
fix: Debit and Credit not equal while submitting PI containing asset item
...
(cherry picked from commit dc8d635120 )
2022-11-24 09:14:06 +00:00
Deepesh Garg
82e41a2721
Merge pull request #33089 from frappe/mergify/bp/version-14-hotfix/pr-33088
...
fix: Valuation Rate column UX in stock ledger report (backport #33088 )
2022-11-23 18:22:15 +05:30
Rohit Waghchaure
5c065e8a64
fix: Valuation Rate column UX in stock ledger report
...
(cherry picked from commit be19e4f621 )
2022-11-23 12:00:49 +00:00
rohitwaghchaure
188b18dc5b
Merge pull request #33083 from frappe/mergify/bp/version-14-hotfix/pr-33077
...
fix: UX for inventory dimension (backport #33077 )
2022-11-23 12:33:44 +05:30
Deepesh Garg
5d7c4c182a
Merge pull request #33085 from frappe/mergify/bp/version-14-hotfix/pr-33062
...
fix: create rounding gl entry for PCV during gle post processing (backport #33062 )
2022-11-23 11:50:26 +05:30
Deepesh Garg
798717b12b
Merge pull request #33082 from frappe/mergify/bp/version-14-hotfix/pr-33063
...
feat: item wise tds in purchase order (backport #33063 )
2022-11-23 11:47:54 +05:30
Deepesh Garg
7a9f384b18
chore: resolve conflicts
2022-11-23 10:58:47 +05:30
Nabin Hait
fd4bcd9f7f
fix: create rounding gl entry for PCV during gle post processing
...
(cherry picked from commit 022d8d5d79 )
2022-11-23 05:07:29 +00:00
Rohit Waghchaure
f1dd4d0449
fix: UX for inventory dimension
...
(cherry picked from commit 0a69523940 )
2022-11-23 04:24:36 +00:00
niralisatapara
5f8f574e20
feat: item wise tds calculation for purchase order
...
(cherry picked from commit 0fdde2e5c0 )
# Conflicts:
# erpnext/patches.txt
2022-11-23 04:22:46 +00:00
niralisatapara
2bd8bd224b
feat: item wise tds calculation for purchase order.
...
(cherry picked from commit 46e8cdf31a )
2022-11-23 04:22:45 +00:00
niralisatapara
ba3643514e
feat: item wise tds in purchase order
...
(cherry picked from commit b9d0b4e2d3 )
2022-11-23 04:22:45 +00:00
Frappe PR Bot
df743aec29
chore(release): Bumped to Version 14.8.0
...
# [14.8.0](https://github.com/frappe/erpnext/compare/v14.7.0...v14.8.0 ) (2022-11-22)
### Bug Fixes
* Accounting Dimension filtering for Sales and Purchase Report ([b782209 ](b78220957b ))
* add missing commas and brackets ([ecd4eab ](ecd4eab2da ))
* always send account currency in response ([f2fde83 ](f2fde8327d ))
* Bulk payment generation against invoices ([57b00e3 ](57b00e3b16 ))
* cast POS query inputs to integers (backport [#32975 ](https://github.com/frappe/erpnext/issues/32975 )) ([#32977 ](https://github.com/frappe/erpnext/issues/32977 )) ([55e1592 ](55e1592b70 ))
* don't set `rejected-qty` in return SCR ([4de02dc ](4de02dc258 ))
* Don't show payment button for invoices on hold ([7487acd ](7487acdeb6 ))
* hide reject-fields in return SCR ([71d6f2a ](71d6f2a490 ))
* incorrect currency in Exchange rate revaluation ([a26470a ](a26470a65f ))
* Internal Transfer Material Request cycle and tracking fixed till purchase receipt ([eaf0950 ](eaf09503a9 ))
* link to brand doctype. ([b428307 ](b428307e9f ))
* linters failing ([24aafb3 ](24aafb3866 ))
* make `is_internal_supplier` read-only ([caef140 ](caef140a9b ))
* minor change ([ac3120b ](ac3120b6f9 ))
* minor issue fixed ([c356d2c ](c356d2cabd ))
* naming ([a198a55 ](a198a55d2d ))
* Opening journal entry templates ([6aada76 ](6aada76297 ))
* **pos:** item selector image border radius ([aaed4ab ](aaed4ab958 ))
* precision in asset tests ([444f241 ](444f241263 ))
* **realtime:** Restrict updates to only last modified or current user ([#33034 ](https://github.com/frappe/erpnext/issues/33034 )) ([9e8a835 ](9e8a8356e9 ))
* Remove unnecessary filters from Journal Entry ([387665d ](387665d221 ))
* test case added for MR internal Transfer ([2a892f5 ](2a892f5c52 ))
* test case updated for mr ([6ddf273 ](6ddf27380f ))
* Timesheet timer button ([53cf6b8 ](53cf6b8c89 ))
* update advace paid in SO/PO in account currency ([14235f2 ](14235f24b2 ))
* use `list()` on self mutating iteration ([eb968d7 ](eb968d7f02 ))
* Viewing account ledger from party master ([da2dfcc ](da2dfcc10b ))
### Features
* Workstation Type for BOM ([8323775 ](8323775282 ))
2022-11-22 16:00:31 +00:00
Deepesh Garg
9bb079d238
Merge pull request #33076 from frappe/version-14-hotfix
...
chore: release v14
2022-11-22 21:28:58 +05:30
Deepesh Garg
084d81025c
Merge pull request #33078 from frappe/mergify/bp/version-14-hotfix/pr-33072
...
chore: Rearrange supplier invoice section in Purchase Invoice (backport #33072 )
2022-11-22 20:41:10 +05:30
Deepesh Garg
995ad90b5a
Merge pull request #33079 from frappe/mergify/bp/version-14-hotfix/pr-33068
...
fix: Don't show payment button for invoices on hold (backport #33068 )
2022-11-22 20:40:53 +05:30
Deepesh Garg
f71f907b31
Merge pull request #33080 from frappe/mergify/bp/version-14-hotfix/pr-33069
...
fix: Remove unnecessary filters from Journal Entry (backport #33069 )
2022-11-22 20:40:34 +05:30
Deepesh Garg
387665d221
fix: Remove unnecessary filters from Journal Entry
...
(cherry picked from commit cd88a53533 )
2022-11-22 14:46:02 +00:00
Deepesh Garg
7487acdeb6
fix: Don't show payment button for invoices on hold
...
(cherry picked from commit 1b9e83251f )
2022-11-22 14:45:39 +00:00
Deepesh Garg
54317b56ea
chore: Rearrange supplier invoice section in Purchase Invoice
...
(cherry picked from commit e96be712b8 )
2022-11-22 14:45:05 +00:00
ruthra kumar
a2012cb710
Merge pull request #33073 from frappe/mergify/bp/version-14-hotfix/pr-33071
...
fix: advance paid updated in account currency for SO/PO (backport #33071 )
2022-11-22 14:27:06 +05:30
ruthra kumar
48a3b3f6f3
test: fix test case for SO/PO advance amount
...
(cherry picked from commit 541cf153f7 )
2022-11-22 08:15:57 +00:00
ruthra kumar
14235f24b2
fix: update advace paid in SO/PO in account currency
...
(cherry picked from commit bf76b85dfd )
2022-11-22 08:15:56 +00:00
Deepesh Garg
622c5837cf
Merge pull request #33056 from frappe/mergify/bp/version-14-hotfix/pr-33051
...
fix: Timesheet timer button (backport #33051 )
2022-11-21 14:04:47 +05:30
Deepesh Garg
db0b4d5966
Merge pull request #33055 from frappe/mergify/bp/version-14-hotfix/pr-33052
...
fix: Viewing account ledger from party master (backport #33052 )
2022-11-21 12:49:28 +05:30
Deepesh Garg
53cf6b8c89
fix: Timesheet timer button
...
(cherry picked from commit 64802d1220 )
2022-11-21 05:45:35 +00:00
Deepesh Garg
da2dfcc10b
fix: Viewing account ledger from party master
...
(cherry picked from commit 15e74c5d7b )
2022-11-21 05:45:08 +00:00
Deepesh Garg
8215469b5e
Merge pull request #33044 from frappe/mergify/bp/version-14-hotfix/pr-32958
...
fix: link `Item Price` brand to `Brand` doctype. (backport #32958 )
2022-11-20 18:52:26 +05:30
Devin Slauenwhite
a198a55d2d
fix: naming
...
(cherry picked from commit 3a35651441 )
2022-11-19 13:45:19 +00:00
Devin Slauenwhite
b428307e9f
fix: link to brand doctype.
...
(cherry picked from commit cee069d426 )
2022-11-19 13:45:19 +00:00
Deepesh Garg
5456fec4d5
Merge pull request #33042 from frappe/mergify/bp/version-14-hotfix/pr-33032
...
fix: Accounting Dimension filtering for Sales and Purchase Report (backport #33032 )
2022-11-19 18:52:45 +05:30
Deepesh Garg
3ee3f8e38e
Merge pull request #33043 from frappe/mergify/bp/version-14-hotfix/pr-32999
...
fix: incorrect currency in Exchange rate revaluation (backport #32999 )
2022-11-19 18:52:27 +05:30
Deepesh Garg
7bad53104b
Merge pull request #33001 from frappe/mergify/bp/version-14-hotfix/pr-32994
...
chore(patch): remove reload_doc from post model sync update_exchange_rate_settings patch (backport #32994 )
2022-11-19 18:46:27 +05:30
ruthra kumar
f2fde8327d
fix: always send account currency in response
...
(cherry picked from commit 5caaccc94b )
2022-11-19 13:00:42 +00:00
ruthra kumar
a26470a65f
fix: incorrect currency in Exchange rate revaluation
...
(cherry picked from commit 68b04e2577 )
2022-11-19 13:00:42 +00:00
Deepesh Garg
44dbdba6a0
Merge pull request #33035 from frappe/mergify/bp/version-14-hotfix/pr-33034
...
fix(realtime): Restrict updates to only last modified or current user (backport #33034 )
2022-11-19 18:22:07 +05:30
Deepesh Garg
b78220957b
fix: Accounting Dimension filtering for Sales and Purchase Report
...
(cherry picked from commit 8b394afaa9 )
2022-11-19 12:50:39 +00:00
gavin
9e8a8356e9
fix(realtime): Restrict updates to only last modified or current user ( #33034 )
...
(cherry picked from commit dd2493a541 )
2022-11-18 11:48:47 +00:00
Deepesh Garg
f2283546b5
Merge pull request #33031 from frappe/mergify/bp/version-14-hotfix/pr-33014
...
fix: Bulk payment generation against invoices (backport #33014 )
2022-11-18 16:51:54 +05:30
Faris Ansari
b1215f8ccf
Merge pull request #33030 from frappe/mergify/bp/version-14-hotfix/pr-32986
2022-11-18 16:32:45 +05:30
Sagar Sharma
b403c7fdca
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32986
2022-11-18 16:11:51 +05:30
Sagar Sharma
59c35d9f88
Merge pull request #33029 from frappe/mergify/bp/version-14-hotfix/pr-32905
...
fix: Internal Transfer Material Request cycle and tracking fixed till purchase receipt (backport #32905 )
2022-11-18 15:12:28 +05:30
Deepesh Garg
57b00e3b16
fix: Bulk payment generation against invoices
...
(cherry picked from commit 2dfe849c7d )
2022-11-18 09:41:01 +00:00
Deepesh Garg
a30747b723
Merge pull request #33017 from frappe/mergify/bp/version-14-hotfix/pr-33009
...
fix(pos): item selector image border radius (backport #33009 )
2022-11-18 15:09:47 +05:30
Deepesh Garg
6d22305b9f
Merge pull request #33018 from frappe/mergify/bp/version-14-hotfix/pr-33003
...
fix: precision in asset tests (backport #33003 )
2022-11-18 15:09:04 +05:30
s-aga-r
71d6f2a490
fix: hide reject-fields in return SCR
...
(cherry picked from commit 7dd7617ec7 )
2022-11-18 09:31:11 +00:00
s-aga-r
4de02dc258
fix: don't set rejected-qty in return SCR
...
(cherry picked from commit 8a73e963ce )
2022-11-18 09:31:11 +00:00
s-aga-r
0c73280a9b
chore: linters
...
(cherry picked from commit 12d7b7e9c2 )
2022-11-18 07:46:49 +00:00
Vishal
660e3fa081
chore: minor fix
...
(cherry picked from commit e5dfd53e6f )
2022-11-18 07:46:49 +00:00
Vishal
ac3120b6f9
fix: minor change
...
(cherry picked from commit ba6189d054 )
2022-11-18 07:46:49 +00:00
Vishal
6ddf27380f
fix: test case updated for mr
...
(cherry picked from commit 343b414b40 )
2022-11-18 07:46:48 +00:00
Vishal
2a892f5c52
fix: test case added for MR internal Transfer
...
(cherry picked from commit 89aabdaaaa )
2022-11-18 07:46:48 +00:00
Vishal
c356d2cabd
fix: minor issue fixed
...
(cherry picked from commit d86afddb60 )
2022-11-18 07:46:48 +00:00
Vishal
eaf09503a9
fix: Internal Transfer Material Request cycle and tracking fixed till purchase receipt
...
(cherry picked from commit 71412f6877 )
2022-11-18 07:46:47 +00:00
Anand Baburajan
d0ccc858ad
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-33003
2022-11-18 12:05:22 +05:30
Sagar Sharma
f10d6105c5
Merge pull request #33023 from frappe/mergify/bp/version-14-hotfix/pr-33019
...
fix: use `list()` on self mutating iteration (backport #33019 )
2022-11-18 10:59:58 +05:30
Sabu Siyad
eb968d7f02
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:55:43 +00:00
anandbaburajan
ecd4eab2da
fix: add missing commas and brackets
...
(cherry picked from commit 218da1217a )
2022-11-17 12:22:41 +00:00
anandbaburajan
444f241263
fix: precision in asset tests
...
(cherry picked from commit b5e5d3b3af )
2022-11-17 12:22:41 +00:00
Sabu Siyad
aaed4ab958
fix(pos): item selector image border radius
...
Signed-off-by: Sabu Siyad <hello@ssiyad.com >
(cherry picked from commit 2f4940cc26 )
2022-11-17 12:03:22 +00:00
Ankush Menat
00558af873
chore: typo
2022-11-17 14:24:59 +05:30
Sagar Sharma
0378bb9702
Merge pull request #33010 from frappe/mergify/bp/version-14-hotfix/pr-33006
...
fix: make `is_internal_supplier` read-only in PO (backport #33006 )
2022-11-17 14:23:17 +05:30
s-aga-r
caef140a9b
fix: make is_internal_supplier read-only
...
(cherry picked from commit 5efbc2cbf8 )
2022-11-17 08:40:41 +00:00
mergify[bot]
4c0b5ceb9e
refactor: search queries (backport #33004 ) ( #33007 )
...
refactor: search queries (#33004 )
- guard clauses for readability
- use values or format
(cherry picked from commit 34e4903ed7 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-17 13:06:46 +05:30
Ankush Menat
1db83247ce
chore: hardcode doctype
2022-11-17 12:01:11 +05:30
Ritwik Puri
9a737afb77
chore(patch): remove reload_doc from post model sync update_exchange_rate_settings patch ( #32994 )
...
[skip ci]
(cherry picked from commit b03b568e6c )
2022-11-17 06:30:33 +00:00
Deepesh Garg
4a86b20e62
Merge pull request #32996 from frappe/mergify/bp/version-14-hotfix/pr-32983
...
fix: Opening journal entry templates (backport #32983 )
2022-11-17 11:16:34 +05:30
Sagar Sharma
f70a028970
Merge pull request #32997 from frappe/mergify/bp/version-14-hotfix/pr-32911
...
feat: Workstation Type for BOM (backport #32911 )
2022-11-17 10:59:45 +05:30
Rohit Waghchaure
24aafb3866
fix: linters failing
...
(cherry picked from commit ffa30127e7 )
2022-11-16 18:31:29 +00:00
Rohit Waghchaure
bb337455b9
test: test case to check workstation type
...
(cherry picked from commit 7bd06e6fbc )
2022-11-16 18:31:28 +00:00
Rohit Waghchaure
8323775282
feat: Workstation Type for BOM
...
(cherry picked from commit 105c272816 )
2022-11-16 18:31:25 +00:00
Deepesh Garg
6aada76297
fix: Opening journal entry templates
...
(cherry picked from commit 33b61aef5a )
2022-11-16 15:13:08 +00:00
Deepesh Garg
2d8332e004
Merge pull request #32990 from frappe/mergify/bp/version-14-hotfix/pr-32989
...
ci: fix flake8 URL (backport #32989 )
2022-11-16 17:05:11 +05:30
Deepesh Garg
b473da8f66
ci: fix flake8 URL
...
(cherry picked from commit e81bec5fc9 )
2022-11-16 10:56:22 +00:00
mergify[bot]
55e1592b70
fix: cast POS query inputs to integers (backport #32975 ) ( #32977 )
...
fix: cast POS query inputs to integers (#32975 )
fix: cast POS query inputs to integers
(cherry picked from commit c013db6ea1 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-15 18:50:51 +05:30
Frappe PR Bot
964abce057
chore(release): Bumped to Version 14.7.0
...
# [14.7.0](https://github.com/frappe/erpnext/compare/v14.6.0...v14.7.0 ) (2022-11-15)
### Bug Fixes
* add translate function to valitate company msg in chart of accounts importer ([8de4430 ](8de4430662 ))
* check type for reference name ([a305793 ](a30579393e ))
* don't set WIP Warehouse if is checked in WO ([f923183 ](f923183b64 ))
* GP incorrect buying amount if no upd on SI and Delivery Note ([2d8f00a ](2d8f00afad ))
* incorrect fix of conversion factor in PP ([c48d00a ](c48d00ad77 ))
* Label for applicable dimension table ([eb4f8e4 ](eb4f8e4bd8 ))
* Maintain same rate between Quotation and Sales Order ([6c155d2 ](6c155d2825 ))
* Project filter in timesheet ([37bed12 ](37bed12df4 ))
* Purchase Receipt timeout error ([0d5b726 ](0d5b7269d4 ))
* repayment schedule regeneration ([2f5033b ](2f5033b70f ))
* set `WIP Warehouse` in Job Card ([c294652 ](c294652dab ))
* set stock UOM in args to ensure item price is fetched ([a4187b9 ](a4187b9d8f ))
* test cases ([071ee5d ](071ee5d81c ))
* **ux:** Tab break in Customer and Supplier form ([eeaa932 ](eeaa9329f6 ))
* Write Off section visibility for non POS Invoices ([07badbc ](07badbc0f2 ))
### Features
* Repost Payment Ledger entries for vouchers ([de59b50 ](de59b50407 ))
### Reverts
* Revert "fix: get `consumed_qty` based on `received_qty` in SCR" ([7fd6c43 ](7fd6c43752 ))
* Revert "fix: set `received_qty` before_validate SCR" ([0ecb44d ](0ecb44d40c ))
2022-11-15 12:59:04 +00:00
Deepesh Garg
c310c8a4b0
Merge pull request #32972 from frappe/version-14-hotfix
...
chore: release v14
2022-11-15 18:17:10 +05:30
Deepesh Garg
d7340f54cf
Merge pull request #32969 from frappe/mergify/bp/version-14-hotfix/pr-32953
...
chore(payment_entry): Remove dead validations (backport #32953 )
2022-11-15 16:32:54 +05:30
Deepesh Garg
19f3d86a12
Merge pull request #32966 from frappe/mergify/bp/version-14-hotfix/pr-32962
...
fix: Write Off section visibility for non POS Invoices (backport #32962 )
2022-11-15 16:31:49 +05:30
Sagar Sharma
48dbf47e76
Merge pull request #32974 from frappe/mergify/bp/version-14-hotfix/pr-32971
...
Revert "fix: get `consumed_qty` based on `received_qty` in SCR" (backport #32971 )
2022-11-15 15:59:45 +05:30
s-aga-r
f10cceb261
test: fix test cases for supplied-items consumed_qty
...
(cherry picked from commit 369db4eacc )
2022-11-15 09:48:02 +00:00
s-aga-r
7fd6c43752
Revert "fix: get consumed_qty based on received_qty in SCR"
...
This reverts commit 70c9b8dc50 .
(cherry picked from commit 01f56c621c )
2022-11-15 09:48:02 +00:00
s-aga-r
0ecb44d40c
Revert "fix: set received_qty before_validate SCR"
...
This reverts commit c447dfaa9c .
(cherry picked from commit 3706a9b4dc )
2022-11-15 09:48:02 +00:00
Gavin D'souza
30d1491257
chore(payment_entry): Remove dead validations
...
(cherry picked from commit e1ecc9a819 )
2022-11-15 08:34:35 +00:00
Deepesh Garg
ca96c24c8d
chore: Resolve conflicts
2022-11-15 13:57:44 +05:30
Deepesh Garg
07badbc0f2
fix: Write Off section visibility for non POS Invoices
...
(cherry picked from commit 9f5d613c78 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.json
2022-11-15 07:31:58 +00:00
Deepesh Garg
51b3fda2b6
Merge pull request #32960 from frappe/mergify/bp/version-14-hotfix/pr-32956
...
fix: Label for applicable dimension table (backport #32956 )
2022-11-15 13:01:23 +05:30
rohitwaghchaure
d9820af4f0
Merge pull request #32963 from frappe/mergify/bp/version-14-hotfix/pr-32947
...
fix: incorrect fix of conversion factor in PP (backport #32947 )
2022-11-15 11:38:07 +05:30
Rohit Waghchaure
c48d00ad77
fix: incorrect fix of conversion factor in PP
...
(cherry picked from commit 490b0e3cdf )
2022-11-15 05:01:36 +00:00
Deepesh Garg
eb4f8e4bd8
fix: Label for applicable dimension table
...
(cherry picked from commit 8c13f70fc5 )
2022-11-15 03:55:20 +00:00
Sagar Sharma
5c5cd7bff5
Merge pull request #32948 from frappe/mergify/bp/version-14-hotfix/pr-32937
...
refactor: rewrite `job_card.py` queries in QB (backport #32937 )
2022-11-14 12:22:56 +05:30
s-aga-r
f886577abb
refactor: rewrite job_card.py queries in QB
...
(cherry picked from commit 7df2921d38 )
2022-11-14 05:56:38 +00:00
Deepesh Garg
bad4dccf88
Merge pull request #32944 from frappe/mergify/bp/version-14-hotfix/pr-32938
...
chore: Remove raw SQL query (backport #32938 )
2022-11-14 10:43:50 +05:30
Sagar Vora
a30579393e
fix: check type for reference name
...
(cherry picked from commit b06345af46 )
2022-11-13 15:12:10 +00:00
Deepesh Garg
3614584a2f
chore: Remove qb doc reference
...
(cherry picked from commit 4b9921782b )
2022-11-13 15:12:10 +00:00
Deepesh Garg
8a01da3b9e
chore: Remove raw SQL query
...
(cherry picked from commit 42a59d5c17 )
2022-11-13 15:12:10 +00:00
Deepesh Garg
94087e4e3a
Merge pull request #32941 from frappe/mergify/bp/version-14-hotfix/pr-32866
...
fix: incorrect buying amount on Gross Profit (backport #32866 )
2022-11-13 19:47:57 +05:30
ruthra kumar
a24f6a5ac7
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:08 +00:00
ruthra kumar
2d8f00afad
fix: GP incorrect buying amount if no upd on SI and Delivery Note
...
(cherry picked from commit e4d16c31da )
2022-11-13 13:46:08 +00:00
Sagar Sharma
9e47371801
Merge pull request #32935 from frappe/mergify/bp/version-14-hotfix/pr-32913
...
fix: set stock UOM in args to ensure item price is fetched (backport #32913 )
2022-11-12 12:04:26 +05:30
Sagar Vora
a4187b9d8f
fix: set stock UOM in args to ensure item price is fetched
...
(cherry picked from commit 57038c3969 )
2022-11-12 04:39:25 +00:00
Deepesh Garg
3dde050c15
Merge pull request #32932 from frappe/mergify/bp/version-14-hotfix/pr-32878
...
fix: repayment schedule regeneration (backport #32878 )
2022-11-11 15:15:52 +05:30
Abhinav Raut
2f5033b70f
fix: repayment schedule regeneration
...
(cherry picked from commit d6ab2b3b87 )
2022-11-11 08:53:59 +00:00
Deepesh Garg
de68674933
Merge pull request #32927 from frappe/mergify/bp/version-14-hotfix/pr-32880
...
fix: add translate function to valitate company msg in chart of accounts importer (backport #32880 )
2022-11-11 14:21:53 +05:30
Deepesh Garg
04cf3d1c5d
Merge pull request #32926 from frappe/mergify/bp/version-14-hotfix/pr-32923
...
fix: Maintain same rate between Quotation and Sales Order (backport #32923 )
2022-11-11 14:21:38 +05:30
rohitwaghchaure
eac1f47b6f
Merge pull request #32928 from frappe/mergify/bp/version-14-hotfix/pr-32895
...
fix: Purchase Receipt timeout error (backport #32895 )
2022-11-11 10:52:52 +05:30
Rohit Waghchaure
071ee5d81c
fix: test cases
...
(cherry picked from commit 7278387879 )
2022-11-10 17:13:36 +00:00
Rohit Waghchaure
0d5b7269d4
fix: Purchase Receipt timeout error
...
(cherry picked from commit 4082149f0e )
2022-11-10 17:13:35 +00:00
Ernesto Ruiz
8de4430662
fix: add translate function to valitate company msg in chart of accounts importer
...
(cherry picked from commit 637c08d189 )
2022-11-10 14:38:22 +00:00
Deepesh Garg
6c155d2825
fix: Maintain same rate between Quotation and Sales Order
...
(cherry picked from commit 362ec7b673 )
2022-11-10 14:23:54 +00:00
Deepesh Garg
6f61685510
Merge pull request #32924 from frappe/mergify/bp/version-14-hotfix/pr-32912
...
fix(ux): Tab break in Customer and Supplier form (backport #32912 )
2022-11-10 19:51:27 +05:30
Sagar Sharma
883355adc4
Merge pull request #32919 from frappe/mergify/bp/version-14-hotfix/pr-32918
...
fix: WO Skip Material Transfer to WIP Warehouse (backport #32918 )
2022-11-10 18:42:36 +05:30
Nabin Hait
eeaa9329f6
fix(ux): Tab break in Customer and Supplier form
...
(cherry picked from commit fb7ee301b5 )
2022-11-10 13:01:14 +00:00
Sagar Sharma
c294652dab
fix: set WIP Warehouse in Job Card
...
(cherry picked from commit e7fa2e08ad )
2022-11-10 11:42:53 +00:00
Sagar Sharma
f923183b64
fix: don't set WIP Warehouse if is checked in WO
...
(cherry picked from commit 9730cd0aec )
2022-11-10 11:42:53 +00:00
Deepesh Garg
f2a1596369
Merge pull request #32909 from frappe/mergify/bp/version-14-hotfix/pr-32742
...
feat: Tool to repost PLE manually (backport #32742 )
2022-11-10 15:41:22 +05:30
ruthra kumar
7a3e3af0b5
chore: CI fix
2022-11-10 14:17:00 +05:30
mergify[bot]
f8b7cfa6dd
refactor: Remove usage of deprecated methods (backport #32914 ) ( #32915 )
...
* refactor: Remove usage of deprecated methods (#32914 )
Warn: Just used regex to replace all usage.
```regex
s/frappe.db.set(\(.*\),\(.*\),\(.*\))/\1.db_set(\2, \3)/g
```
Required after: https://github.com/frappe/frappe/pull/18815
(cherry picked from commit 7e1742956c )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
* chore: conflicts
* style: black
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-11-10 11:09:13 +05:30
ruthra kumar
de59b50407
feat: Repost Payment Ledger entries for vouchers
...
primarily intended to manually correct PLE entries for vouchers
affected by Item Value repost-https://github.com/frappe/erpnext/pull/32567
(cherry picked from commit 0448c0fa36 )
2022-11-09 08:57:23 +00:00
ruthra kumar
a399e2d765
refactor: split delete gl utility function into two
...
(cherry picked from commit 9209ec59c2 )
2022-11-09 08:57:23 +00:00
Deepesh Garg
17ccc0e56c
Merge pull request #32891 from frappe/mergify/bp/version-14-hotfix/pr-32883
...
fix: Project filter in timesheet (backport #32883 )
2022-11-08 21:44:59 +05:30
Sagar Sharma
5e6a9833c5
Merge pull request #32898 from frappe/mergify/bp/version-14-hotfix/pr-32888
...
chore: link SCR Return in SCR Dashboard (backport #32888 )
2022-11-08 21:38:27 +05:30
Sagar Sharma
02bb523210
chore: link SCR Return in SCR Dashboard
...
(cherry picked from commit 47248251e2 )
2022-11-08 16:07:34 +00:00
Frappe PR Bot
e917212849
chore(release): Bumped to Version 14.6.0
...
# [14.6.0](https://github.com/frappe/erpnext/compare/v14.5.1...v14.6.0 ) (2022-11-08)
### Bug Fixes
* `Material Consumption` option in case of `Skip Transfer to WIP` in WO ([8c856cd ](8c856cd5fc ))
* add translate function to name of chart labels in budget_variance_report.py ([16f364d](16f364da37 ))
* add translate function to name of chart labels in deferred_revenue_and_expense.py ([b8caa58 ](b8caa587d2 ))
* add translate function to period in stock_analytics.py ([b0c06d5 ](b0c06d5a04 ))
* add translate function to period in sales_analytics.py ([e681f06 ](e681f06883 ))
* add translate function to string on budget_variance_report.js to match the variance word translated ([595aaad ](595aaad99d ))
* Auto advance allocation against partial invoices ([b7763d9 ](b7763d953a ))
* auto increment qty if item table has no items ([d8e403b ](d8e403bf5d ))
* conflicts ([ab87a95 ](ab87a950e5 ))
* correct linters ([8f6f9a4 ](8f6f9a429a ))
* correct linters ([440e208 ](440e20859f ))
* correct linters ([5acc9be ](5acc9be5c9 ))
* Create POS Opening Entry POS Profile filter. ([60af9c0 ](60af9c0516 ))
* Disable tax included prices for internal transfers ([#32794 ](https://github.com/frappe/erpnext/issues/32794 )) ([6838e5e ](6838e5ea3b ))
* for asset's purchase_date, if bill_date is set, use that instead of posting_date ([01a1c96 ](01a1c96314 ))
* get `consumed_qty` based on `received_qty` in SCR ([ea9a502 ](ea9a50278d ))
* Increase columns width in Warehouse wise Item Balance Age and Value ([0b09c31 ](0b09c31cb0 ))
* linter ([af60c8f ](af60c8f759 ))
* make `BOM` required in SCR Item ([3f79a05 ](3f79a057e4 ))
* make `consumed_qty` editable when backflush based on Material Transfer ([2c5a8c4 ](2c5a8c43f6 ))
* make `consumed_qty` read-only in SCR Supplied Items ([68229f0 ](68229f06d1 ))
* map `BOM` while mapping the return SCR ([e629cba ](e629cba2b7 ))
* mysql syntax issue ([4d9bbd4 ](4d9bbd4c9c ))
* not able to select customer / supplier ([6989cdf ](6989cdf4f2 ))
* refactor code for better translatable string ([2dc24f2 ](2dc24f22ea ))
* refactor code for better translatable string in stock_ageing.py ([0ead516 ](0ead51642f ))
* rename test method ([97445d9 ](97445d9516 ))
* Scan Barcode UX ([1944f4d ](1944f4df4d ))
* set `received_qty` before_validate SCR ([e316558 ](e316558286 ))
* test cases ([0feec4c ](0feec4ca8a ))
* trailing whitespace ([31bada9 ](31bada9205 ))
* update advance paid in SO/PO from Payment Ledger ([a561432 ](a561432908 ))
* use `flt` instead of `cint` in `get_batch_no` ([6510464 ](6510464482 ))
### Features
* Item Wise TDS Calculation ([b9fb104 ](b9fb1045d7 ))
### Performance Improvements
* use `get_cached_value` instead of `db.get_value` in controllers ([#32776 ](https://github.com/frappe/erpnext/issues/32776 )) ([34ca17a ](34ca17ab11 ))
2022-11-08 12:15:30 +00:00
Deepesh Garg
4657f8e9ed
Merge pull request #32893 from frappe/version-14-hotfix
...
chore: release v14
2022-11-08 17:43:43 +05:30
Deepesh Garg
19b3152e32
chore: Resolve conflicts
2022-11-08 17:42:29 +05:30
Deepesh Garg
6163a052c8
chore: Linting Issues
...
(cherry picked from commit 7b5cf6978e )
# Conflicts:
# erpnext/manufacturing/doctype/workstation/workstation.py
2022-11-08 09:26:03 +00:00
Deepesh Garg
37bed12df4
fix: Project filter in timesheet
...
(cherry picked from commit 2b65b22aa2 )
2022-11-08 09:26:02 +00:00
Sagar Sharma
1426de0530
Merge pull request #32887 from frappe/mergify/bp/version-14-hotfix/pr-32886
...
chore: remove `debugger` from `stock_entry_list.js` (backport #32886 )
2022-11-08 12:14:22 +05:30
Sagar Sharma
beef0510ee
chore: remove debugger from stock_entry_list.js
...
(cherry picked from commit 84ab100d86 )
2022-11-08 06:40:55 +00:00
Sagar Sharma
bacd7ecb1d
Merge pull request #32884 from frappe/mergify/bp/version-14-hotfix/pr-32877
...
fix: make `consumed_qty` read-only in SCR Supplied Items (backport #32877 )
2022-11-08 09:51:16 +05:30
Sagar Sharma
af60c8f759
fix: linter
...
(cherry picked from commit 5e8a22be24 )
2022-11-07 23:05:58 +05:30
Sagar Sharma
2c5a8c43f6
fix: make consumed_qty editable when backflush based on Material Transfer
...
(cherry picked from commit bf4b012cec )
2022-11-07 17:29:45 +00:00
Sagar Sharma
68229f06d1
fix: make consumed_qty read-only in SCR Supplied Items
...
(cherry picked from commit f8d2e276a5 )
2022-11-07 17:29:45 +00:00
Deepesh Garg
cc92e6965a
Merge pull request #32864 from frappe/mergify/bp/version-14-hotfix/pr-32846
...
fix: add german translations (backport #32846 )
2022-11-07 18:43:06 +05:30
Raffael Meyer
85f98bb51a
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32846
2022-11-07 13:34:28 +01:00
barredterra
8e00e62616
chore: resolve merge conflicts
2022-11-07 13:31:54 +01:00
Deepesh Garg
401979bbe5
Merge pull request #32875 from frappe/mergify/bp/version-14-hotfix/pr-32874
...
fix: Increase columns width in Warehouse wise Item Balance Age and Value (backport #32874 )
2022-11-07 15:41:05 +05:30
Nihantra C. Patel
0b09c31cb0
fix: Increase columns width in Warehouse wise Item Balance Age and Value
...
(cherry picked from commit 8355c1092c )
2022-11-07 08:05:38 +00:00
Deepesh Garg
c2da8cf7cd
Merge pull request #32870 from frappe/mergify/bp/version-14-hotfix/pr-32776
...
perf: use `get_cached_value` instead of `db.get_value` in controllers (backport #32776 )
2022-11-07 13:30:15 +05:30
Deepesh Garg
d36c135103
Merge pull request #32872 from frappe/mergify/bp/version-14-hotfix/pr-32802
...
fix: `Material Consumption` option in case of `Skip Transfer to WIP` in WO (backport #32802 )
2022-11-07 10:16:10 +05:30
Sagar Sharma
8c856cd5fc
fix: Material Consumption option in case of Skip Transfer to WIP in WO
...
(cherry picked from commit 8ea6983734 )
2022-11-07 04:06:34 +00:00
Daizy Modi
34ca17ab11
perf: use get_cached_value instead of db.get_value in controllers ( #32776 )
...
(cherry picked from commit 4efc947f14 )
2022-11-07 03:52:39 +00:00
Sagar Sharma
3d2e8c7fb3
Merge pull request #32868 from frappe/mergify/bp/version-14-hotfix/pr-32867
...
fix: get `consumed_qty` based on `received_qty` in SCR (backport #32867 )
2022-11-06 17:04:34 +05:30
Sagar Sharma
8f78be8525
test: add test case for consumed-qty
...
(cherry picked from commit 4d8da4420e )
2022-11-06 10:48:35 +00:00
Sagar Sharma
ea9a50278d
fix: get consumed_qty based on received_qty in SCR
...
(cherry picked from commit 70c9b8dc50 )
2022-11-06 10:48:34 +00:00
Sagar Sharma
e316558286
fix: set received_qty before_validate SCR
...
(cherry picked from commit c447dfaa9c )
2022-11-06 10:48:34 +00:00
Deepesh Garg
b9fb1045d7
feat: Item Wise TDS Calculation
2022-11-06 11:50:20 +05:30
Raffael Meyer
e276a5ba83
chore: add german translations ( #32846 )
...
Mostly for balance sheet
(cherry picked from commit d2b6490bca )
# Conflicts:
# erpnext/translations/de.csv
2022-11-06 04:53:21 +00:00
Deepesh Garg
1a0f123c8c
Merge pull request #32859 from frappe/mergify/bp/version-14-hotfix/pr-32794
...
fix: Disable tax included prices for internal transfers (backport #32794 )
2022-11-05 21:16:44 +05:30
Deepesh Garg
6838e5ea3b
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:07 +00:00
Deepesh Garg
41a5905a75
Merge pull request #32856 from frappe/mergify/bp/version-14-hotfix/pr-32847
...
fix: Create POS Opening Entry POS Profile filter. (backport #32847 )
2022-11-05 20:51:49 +05:30
Sagar Sharma
eb6b267001
Merge pull request #32858 from frappe/mergify/bp/version-14-hotfix/pr-32850
...
fix: wrong consumed items in SCR return (backport #32850 )
2022-11-05 20:12:54 +05:30
Sagar Sharma
0856e65700
test: fix test case
...
(cherry picked from commit 324bfa9fde )
2022-11-05 11:53:50 +00:00
Sagar Sharma
3f79a057e4
fix: make BOM required in SCR Item
...
(cherry picked from commit 760c26e9c0 )
2022-11-05 11:53:50 +00:00
Sagar Sharma
bd7435ce1e
test: add test case
...
(cherry picked from commit 761e9df1bf )
2022-11-05 11:53:50 +00:00
Sagar Sharma
97445d9516
fix: rename test method
...
(cherry picked from commit 611d827e0b )
2022-11-05 11:53:49 +00:00
Sagar Sharma
e629cba2b7
fix: map BOM while mapping the return SCR
...
(cherry picked from commit 54072ec9cd )
2022-11-05 11:53:49 +00:00
Deepesh Garg
cc8a184666
Merge pull request #32855 from frappe/mergify/bp/version-14-hotfix/pr-32844
...
fix: Auto advance allocation against partial invoices (backport #32844 )
2022-11-05 16:59:03 +05:30
Maharshi Patel
60af9c0516
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:32 +00:00
Deepesh Garg
c3b2629412
test: Check parital payment allocation
...
(cherry picked from commit 428971f127 )
2022-11-05 10:58:42 +00:00
Deepesh Garg
b7763d953a
fix: Auto advance allocation against partial invoices
...
(cherry picked from commit 181df2fe63 )
2022-11-05 10:58:42 +00:00
Sagar Sharma
3bd024ca8f
Merge pull request #32831 from bhavesh95863/patch-2
...
fix: mysql syntax issue
2022-11-05 11:30:14 +05:30
Sagar Sharma
d443925b1e
Merge branch 'version-14-hotfix' into patch-2
2022-11-05 10:29:11 +05:30
Sagar Sharma
2f145f9912
refactor: rewrite query in QB
2022-11-05 10:28:06 +05:30
rohitwaghchaure
d9147c1975
Merge pull request #32841 from frappe/mergify/bp/version-14-hotfix/pr-32799
...
fix: Scan Barcode UX (backport #32799 )
2022-11-04 12:09:36 +05:30
rohitwaghchaure
31bada9205
fix: trailing whitespace
2022-11-04 11:28:41 +05:30
rohitwaghchaure
ab87a950e5
fix: conflicts
2022-11-04 11:21:39 +05:30
Rohit Waghchaure
d8e403bf5d
fix: auto increment qty if item table has no items
...
(cherry picked from commit e5b19e3f70 )
2022-11-04 05:36:09 +00:00
Rohit Waghchaure
1944f4df4d
fix: Scan Barcode UX
...
(cherry picked from commit e1f9ba78e5 )
# Conflicts:
# erpnext/public/js/utils/barcode_scanner.js
2022-11-04 05:36:09 +00:00
Deepesh Garg
7e15c4789d
Merge pull request #32840 from frappe/mergify/bp/version-14-hotfix/pr-32712
...
chore: add translation function to Bank Reconciliation Tool-related files (backport #32712 )
2022-11-04 08:33:44 +05:30
Ernesto Ruiz
e334b7dfee
chore: add translation function to Bank Reconciliation Tool related files
...
chore: add translation function to Bank Reconciliation Tool related files
(cherry picked from commit ad0dd693ac )
2022-11-03 19:36:56 +00:00
Frappe PR Bot
3967773fbe
chore(release): Bumped to Version 14.5.1
...
## [14.5.1](https://github.com/frappe/erpnext/compare/v14.5.0...v14.5.1 ) (2022-11-03)
### Bug Fixes
* not able to select customer / supplier ([dd4dbd4 ](dd4dbd4b00 ))
2022-11-03 08:07:36 +00:00
Deepesh Garg
074c75252a
Merge pull request #32835 from frappe/mergify/bp/version-14/pr-32833
...
fix: not able to select customer / supplier (backport #32832 ) (backport #32833 )
2022-11-03 13:35:52 +05:30
Rohit Waghchaure
dd4dbd4b00
fix: not able to select customer / supplier
...
(cherry picked from commit b0fc568c80 )
(cherry picked from commit 6989cdf4f2 )
2022-11-03 06:53:41 +00:00
rohitwaghchaure
2d2a126510
Merge pull request #32833 from frappe/mergify/bp/version-14-hotfix/pr-32832
...
fix: not able to select customer / supplier (backport #32832 )
2022-11-03 12:22:41 +05:30
Deepesh Garg
a10ea5efc9
Merge pull request #32830 from frappe/mergify/bp/version-14-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:07:35 +05:30
Rohit Waghchaure
6989cdf4f2
fix: not able to select customer / supplier
...
(cherry picked from commit b0fc568c80 )
2022-11-03 06:25:53 +00:00
Anand Baburajan
f5534d7db3
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32773
2022-11-03 11:53:55 +05:30
Bhavesh Maheshwari
4d9bbd4c9c
fix: mysql syntax issue
2022-11-03 10:59:20 +05:30
Deepesh Garg
7a7b1d33c3
Merge pull request #32829 from frappe/mergify/bp/version-14-hotfix/pr-32713
...
fix: add missing translation function on report related documents (backport #32713 )
2022-11-03 10:29:00 +05:30
anandbaburajan
01a1c96314
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 04:22:14 +00:00
Ernesto Ruiz
8f6f9a429a
fix: correct linters
...
(cherry picked from commit 4c7fa9482d )
2022-11-03 04:17:23 +00:00
Ernesto Ruiz
440e20859f
fix: correct linters
...
(cherry picked from commit 9c529c61bb )
2022-11-03 04:17:22 +00:00
Ernesto Ruiz
5acc9be5c9
fix: correct linters
...
(cherry picked from commit b7b53b5857 )
2022-11-03 04:17:22 +00:00
Ernesto Ruiz
595aaad99d
fix: add translate function to string on budget_variance_report.js to match the variance word translated
...
(cherry picked from commit 2012bdf4bd )
2022-11-03 04:17:22 +00:00
Ernesto Ruiz
16f364da37
fix: add translate function to name of chart labels in budget_variance_report.py
...
(cherry picked from commit 48ed6381b3 )
2022-11-03 04:17:21 +00:00
Ernesto Ruiz
e681f06883
fix: add translate function to period in sales_analytics.py
...
(cherry picked from commit 083a78135c )
2022-11-03 04:17:21 +00:00
Ernesto Ruiz
b0c06d5a04
fix: add translate function to period in stock_analytics.py
...
(cherry picked from commit c1e608d9ef )
2022-11-03 04:17:20 +00:00
Ernesto Ruiz
0ead51642f
fix: refactor code for better translatable string in stock_ageing.py
...
(cherry picked from commit 71a0ae2e59 )
2022-11-03 04:17:20 +00:00
Ernesto Ruiz
2dc24f22ea
fix: refactor code for better translatable string
...
(cherry picked from commit a671652ab2 )
2022-11-03 04:17:20 +00:00
Ernesto Ruiz
b8caa587d2
fix: add translate function to name of chart labels in deferred_revenue_and_expense.py
...
(cherry picked from commit a963618b08 )
2022-11-03 04:17:19 +00:00
ruthra kumar
b17761c276
Merge pull request #32822 from frappe/mergify/bp/version-14-hotfix/pr-32816
...
fix: update advance paid in SO/PO from Payment Ledger (backport #32816 )
2022-11-02 19:31:33 +05:30
Sagar Sharma
d8c0a147db
Merge pull request #32820 from frappe/mergify/bp/version-14-hotfix/pr-32788
...
fix: use `flt` instead of `cint` in `get_batch_no` (backport #32788 )
2022-11-02 19:11:08 +05:30
Sagar Sharma
611dcc11d2
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32788
2022-11-02 17:49:26 +05:30
Sagar Sharma
75d347d757
Merge pull request #32823 from frappe/mergify/bp/version-14-hotfix/pr-32800
...
fix: test cases (backport #32800 )
2022-11-02 17:49:01 +05:30
Rohit Waghchaure
d3fbe3074d
test: run tmate
...
(cherry picked from commit 3f2728e3f7 )
2022-11-02 11:44:05 +00:00
Rohit Waghchaure
0feec4ca8a
fix: test cases
...
(cherry picked from commit ddd1b4be3f )
2022-11-02 11:44:05 +00:00
ruthra kumar
cf32e1905c
test: SO advance paid on Payment submission and cancellation
...
(cherry picked from commit 721ac6b847 )
2022-11-02 10:59:47 +00:00
ruthra kumar
87dc812a4b
test: PO advance paid on payment submission and cancellation
...
(cherry picked from commit 1a0a8ac7e2 )
2022-11-02 10:59:46 +00:00
ruthra kumar
388cf5113b
test: refactor use @change_settings decorator when possible
...
(cherry picked from commit 81d791eea0 )
2022-11-02 10:59:46 +00:00
ruthra kumar
a561432908
fix: update advance paid in SO/PO from Payment Ledger
...
(cherry picked from commit 4487065b67 )
2022-11-02 10:59:45 +00:00
Sagar Sharma
6510464482
fix: use flt instead of cint in get_batch_no
...
(cherry picked from commit 9fb3fb4c83 )
2022-11-02 10:25:26 +00:00
Frappe PR Bot
ce5dbf891a
chore(release): Bumped to Version 14.5.0
...
# [14.5.0](https://github.com/frappe/erpnext/compare/v14.4.0...v14.5.0 ) (2022-11-01)
### Bug Fixes
* add `Sales Order` reference in Material Request Dashboard ([fc63892 ](fc6389280c ))
* Add condition for discount section collapse ([953f78d ](953f78d6a9 ))
* Budget validation for main cost center ([89a1c83 ](89a1c83431 ))
* Clear invoice table post importing invoices ([6eafff8 ](6eafff8694 ))
* Company bank account filter in Bank Clearance ([797512c ](797512ca13 ))
* Curreny in SOA print for multi-currency party ([195500c ](195500cb32 ))
* duplicate custom fields for inventory dimension ([1152ac3 ](1152ac3ff1 ))
* Filter fixes in Accounts Payable report ([29197dc ](29197dcd7f ))
* Issues while cancel/amending Purchase Invoice with TDS enabled ([74a6479 ](74a6479f70 ))
* key error in filter access ([6114241 ](6114241ff2 ))
* Mode of payment for returns in POS Sales Invoice ([a260426 ](a260426dd4 ))
* Pass project to stock entry items ([4035873 ](4035873295 ))
* pro_rata_amount calculation in assets tests ([d1b2786 ](d1b2786f24 ))
* Reference due date field type in Journal Entry Accounts table ([faf25c0 ](faf25c0b95 ))
* Reset advance paid amount on Oreder cancel and amend ([34bd783 ](34bd7837e2 ))
* Total Sales amount update in project via Sales Order ([d742e6d ](d742e6d56b ))
### Features
* additional filters on Payment terms report ([a03ec0a ](a03ec0afb3 ))
* **pricing rule:** free qty rounding and recursion qty ([#32577 ](https://github.com/frappe/erpnext/issues/32577 )) ([9b66020 ](9b66020fc7 ))
2022-11-01 17:19:41 +00:00
Deepesh Garg
fd36ee0fda
Merge pull request #32793 from frappe/version-14-hotfix
...
chore: release v14
2022-11-01 22:48:17 +05:30
Deepesh Garg
d68fa0eff2
Merge pull request #32807 from frappe/mergify/bp/version-14-hotfix/pr-32779
...
fix: Mode of payment for returns in POS Sales Invoice (backport #32779 )
2022-11-01 22:12:11 +05:30
Deepesh Garg
3f72156ea9
chore: Update tests
...
(cherry picked from commit 5b74161195 )
2022-11-01 16:00:18 +00:00
Deepesh Garg
a260426dd4
fix: Mode of payment for returns in POS Sales Invoice
...
(cherry picked from commit 06e8e28531 )
2022-11-01 16:00:18 +00:00
Deepesh Garg
148dc37d92
Merge pull request #32804 from frappe/mergify/bp/version-14-hotfix/pr-32801
...
fix: Issues while cancel/amending Purchase Invoice with TDS enabled (backport #32801 )
2022-11-01 21:29:17 +05:30
Deepesh Garg
74a6479f70
fix: Issues while cancel/amending Purchase Invoice with TDS enabled
...
(cherry picked from commit f7c9258770 )
2022-11-01 15:19:10 +00:00
ruthra kumar
f2f1c160f8
Merge pull request #32797 from frappe/mergify/bp/version-14-hotfix/pr-32577
...
feat(pricing rule): free qty rounding and recursion qty (backport #32577 )
2022-11-01 17:09:46 +05:30
Dany Robert
9b66020fc7
feat(pricing rule): free qty rounding and recursion qty ( #32577 )
...
Option to specify recursion start qty and repeating qty
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit 1d83fb20d6 )
2022-11-01 11:12:44 +00:00
Deepesh Garg
6af43ba40d
Merge pull request #32795 from frappe/mergify/bp/version-14-hotfix/pr-32790
...
fix: pro_rata_amount calculation in assets tests (backport #32790 )
2022-11-01 16:19:49 +05:30
Anand Baburajan
bd531eb898
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32790
2022-11-01 15:21:29 +05:30
Deepesh Garg
15f4812108
Merge pull request #32782 from frappe/mergify/bp/version-14-hotfix/pr-32768
...
fix: Budget validation for main cost center (backport #32768 )
2022-11-01 15:21:16 +05:30
anandbaburajan
4c5b688e0d
chore: empty commit to try fixing stuck test
...
(cherry picked from commit 672fbd3849 )
2022-11-01 09:48:04 +00:00
anandbaburajan
d1b2786f24
fix: pro_rata_amount calculation in assets tests
...
(cherry picked from commit 65e855bfff )
2022-11-01 09:48:04 +00:00
rohitwaghchaure
2eb01aae27
Merge pull request #32783 from frappe/mergify/bp/version-14-hotfix/pr-32730
...
fix: duplicate custom fields for inventory dimension (backport #32730 )
2022-10-31 23:06:29 +05:30
Rohit Waghchaure
1152ac3ff1
fix: duplicate custom fields for inventory dimension
...
(cherry picked from commit 45ededbed5 )
2022-10-31 16:56:17 +00:00
Deepesh Garg
89a1c83431
fix: Budget validation for main cost center
...
(cherry picked from commit 4e26d42d17 )
2022-10-31 16:49:31 +00:00
Deepesh Garg
2a1a61238a
Merge pull request #32780 from frappe/mergify/bp/version-14-hotfix/pr-32777
...
fix: Reset advance paid amount on Order cancel and amend (backport #32777 )
2022-10-31 22:07:54 +05:30
Deepesh Garg
34bd7837e2
fix: Reset advance paid amount on Oreder cancel and amend
...
(cherry picked from commit 92f37ca111 )
2022-10-31 16:09:27 +00:00
Deepesh Garg
f66a6693f4
Merge pull request #32761 from frappe/mergify/bp/version-14-hotfix/pr-32759
...
Pass project to stock entry items (backport #32759 )
2022-10-30 09:29:03 +05:30
Hossein Yousefian
4035873295
fix: Pass project to stock entry items
...
fix: Pass project to stock entry items
(cherry picked from commit 54c2ffc36b )
2022-10-29 16:55:25 +00:00
Deepesh Garg
4a86efedfc
Merge pull request #32752 from frappe/mergify/bp/version-14-hotfix/pr-32744
...
refactor: additional filters on Payment Terms status report (backport #32744 )
2022-10-29 17:12:17 +05:30
Sagar Sharma
b7cbc804b2
Merge pull request #32756 from frappe/mergify/bp/version-14-hotfix/pr-32754
...
fix: add `Sales Order` reference in Material Request Dashboard (backport #32754 )
2022-10-29 13:49:16 +05:30
Sagar Sharma
fc6389280c
fix: add Sales Order reference in Material Request Dashboard
...
(cherry picked from commit 15ebf4a0cf )
2022-10-29 07:07:25 +00:00
ruthra kumar
6dbb4a3b0d
test: due date filter on Payment Terms report
...
(cherry picked from commit fed39a53cb )
2022-10-29 05:40:16 +00:00
ruthra kumar
6114241ff2
fix: key error in filter access
...
(cherry picked from commit 4765f937ea )
2022-10-29 05:40:16 +00:00
ruthra kumar
a03ec0afb3
feat: additional filters on Payment terms report
...
Filter on Status and Due dates
(cherry picked from commit aadb6b1772 )
2022-10-29 05:40:15 +00:00
Deepesh Garg
db5d74b7dc
Merge pull request #32748 from frappe/mergify/bp/version-14-hotfix/pr-32722
...
fix: Reference due date field type in Journal Entry Accounts table (backport #32722 )
2022-10-29 11:00:01 +05:30
Deepesh Garg
ad6e0f3af7
Merge pull request #32746 from frappe/mergify/bp/version-14-hotfix/pr-32699
...
fix: Curreny in SOA print for multi-currency party (backport #32699 )
2022-10-29 10:59:49 +05:30
Deepesh Garg
abcf30aaa3
Merge pull request #32745 from frappe/mergify/bp/version-14-hotfix/pr-32692
...
fix: Clear invoice table post importing invoices (backport #32692 )
2022-10-29 10:59:35 +05:30
Deepesh Garg
cc9c876007
Merge pull request #32747 from frappe/mergify/bp/version-14-hotfix/pr-32718
...
fix: Total Sales amount update in project via Sales Order (backport #32718 )
2022-10-29 10:59:10 +05:30
Sagar Sharma
199e77faef
Merge pull request #32750 from frappe/mergify/bp/version-14-hotfix/pr-32662
...
refactor: rewrite stock reports queries in qb (backport #32662 )
2022-10-28 22:48:03 +05:30
Sagar Sharma
98428f0bce
refactor: rewrite Itemwise Recommended Reorder Level Report queries in QB
...
(cherry picked from commit 40bd121593 )
2022-10-28 15:36:01 +00:00
Sagar Sharma
a4b99a34cb
refactor: rewrite Product Bundle Balance Report queries in QB
...
(cherry picked from commit cde785f1bb )
2022-10-28 15:36:01 +00:00
Sagar Sharma
c4587d8caa
refactor: rewrite Stock Ledger Report queries in QB
...
(cherry picked from commit feaa2dbba8 )
2022-10-28 15:36:01 +00:00
Deepesh Garg
faf25c0b95
fix: Reference due date field type in Journal Entry Accounts table
...
(cherry picked from commit e7caa48e2f )
2022-10-28 15:26:29 +00:00
Deepesh Garg
d742e6d56b
fix: Total Sales amount update in project via Sales Order
...
(cherry picked from commit 6063c4e3c0 )
2022-10-28 15:16:42 +00:00
Deepesh Garg
3f0b03c0a4
chore: Use account currency as fallback
...
(cherry picked from commit a18a715bb4 )
2022-10-28 15:12:34 +00:00
Deepesh Garg
195500cb32
fix: Curreny in SOA print for multi-currency party
...
(cherry picked from commit 49ee873655 )
2022-10-28 15:12:34 +00:00
Deepesh Garg
6eafff8694
fix: Clear invoice table post importing invoices
...
(cherry picked from commit 267e7c3a90 )
2022-10-28 15:11:41 +00:00
Deepesh Garg
36f2b65401
Merge pull request #32739 from frappe/mergify/bp/version-14-hotfix/pr-32716
...
fix: Company bank account filter in Bank Clearance (backport #32716 )
2022-10-28 17:19:49 +05:30
Sagar Sharma
f082c9e797
Merge pull request #32740 from frappe/mergify/bp/version-14-hotfix/pr-32738
...
fix: Added Material Request Reference in Purchase Recipt Dashboard for Tracking (backport #32738 )
2022-10-28 16:06:44 +05:30
Vishal
0ab69c0e32
chore: minor linting issue fixed
...
(cherry picked from commit e8c0157017 )
2022-10-28 08:54:44 +00:00
Vishal
de3996e411
chore: Added Material Request Reference in Purchase Recipt Dashboard for Tracking
...
(cherry picked from commit a04c44fe34 )
2022-10-28 08:54:44 +00:00
Deepesh Garg
797512ca13
fix: Company bank account filter in Bank Clearance
...
(cherry picked from commit f9f78c1086 )
2022-10-28 07:24:35 +00:00
Deepesh Garg
d39ec5ef5f
Merge pull request #32737 from frappe/mergify/bp/version-14-hotfix/pr-32717
...
fix: Add condition for discount section collapse (backport #32717 )
2022-10-28 11:55:37 +05:30
Deepesh Garg
2dae93c0a1
Merge pull request #32736 from frappe/mergify/bp/version-14-hotfix/pr-32724
...
fix: Filter fixes in Accounts Payable report (backport #32724 )
2022-10-28 11:55:24 +05:30
Deepesh Garg
953f78d6a9
fix: Add condition for discount section collapse
...
(cherry picked from commit 4cd65027c4 )
2022-10-28 05:55:06 +00:00
Deepesh Garg
29197dcd7f
fix: Filter fixes in Accounts Payable report
...
(cherry picked from commit a5a73ba857 )
2022-10-28 05:54:25 +00:00
Frappe PR Bot
123d720616
chore(release): Bumped to Version 14.4.0
...
# [14.4.0](https://github.com/frappe/erpnext/compare/v14.3.1...v14.4.0 ) (2022-10-26)
### Bug Fixes
* Advance paid amount in orders (backport [#32642 ](https://github.com/frappe/erpnext/issues/32642 )) ([#32648 ](https://github.com/frappe/erpnext/issues/32648 )) ([8a88105 ](8a88105aed ))
* allow to create Sales Order from expired Quotation ([#32641 ](https://github.com/frappe/erpnext/issues/32641 )) ([ccc58f4 ](ccc58f48e3 ))
* Billing Address for inter-company purchase docs ([f8934fa ](f8934faa73 ))
* BOM cost update message ([e539579 ](e539579fb4 ))
* dont update item info twice ([8876904 ](887690449d ))
* incorrect qty in material request ([da538a3 ](da538a37ad ))
* number of months subscription plan ([fff9e76 ](fff9e76718 ))
* overlap error not raised for job card in case of workstation with production capacity ([ed2a093 ](ed2a093e49 ))
* party type and party mandatory on updating outstanding ([9a5e238 ](9a5e238702 ))
* searchfield not working for cuctsomer, supplier as per customize form ([fb1c307 ](fb1c30718b ))
* unset contact details ([d7a65b1 ](d7a65b1d41 ))
### Features
* Basic Payment Ledger report ([5cb9f7b ](5cb9f7b3a4 ))
* Repayment schedule types for term loans ([6ce32fd ](6ce32fd5a9 ))
### Performance Improvements
* cache barcode scan result (backport [#32629 ](https://github.com/frappe/erpnext/issues/32629 )) ([#32672 ](https://github.com/frappe/erpnext/issues/32672 )) ([3300856 ](3300856fb4 ))
2022-10-26 05:09:19 +00:00
Deepesh Garg
1c95c67f58
Merge pull request #32707 from frappe/version-14-hotfix
...
chore: release v14
2022-10-26 10:37:46 +05:30
rohitwaghchaure
753b2edebf
Merge pull request #32698 from frappe/mergify/bp/version-14-hotfix/pr-32693
...
fix: Search field not working for customer, supplier (backport #32693 )
2022-10-24 23:14:37 +05:30
Rohit Waghchaure
f50b485225
test: added test case to validate seachfields for customer, supplier
...
(cherry picked from commit 5f84993bae )
2022-10-24 11:42:16 +00:00
Rohit Waghchaure
fb1c30718b
fix: searchfield not working for cuctsomer, supplier as per customize form
...
(cherry picked from commit 46d148defd )
2022-10-24 11:42:15 +00:00
Deepesh Garg
2705de084f
Merge pull request #32689 from frappe/mergify/bp/version-14-hotfix/pr-32424
...
feat: Repayment schedule types for term loans (backport #32424 )
2022-10-23 23:06:58 +05:30
Deepesh Garg
a0ace27f56
chore: resolve conflicts
2022-10-23 19:43:02 +05:30
Deepesh Garg
2348c42c79
chore: Update tests
...
(cherry picked from commit e59b147a62 )
2022-10-23 14:08:36 +00:00
Deepesh Garg
1b3a0be0f1
chore: Add repayment date on option
...
(cherry picked from commit ef0cb17faf )
2022-10-23 14:08:35 +00:00
Deepesh Garg
b9bf5666bc
chore: label post save
...
(cherry picked from commit bf7a51791a )
2022-10-23 14:08:34 +00:00
Deepesh Garg
25e87641b6
chore: Add patch to update repayment schedule type in loan documents
...
(cherry picked from commit 679b5ed551 )
# Conflicts:
# erpnext/patches.txt
2022-10-23 14:08:34 +00:00
Deepesh Garg
8550bbde27
chore: Update labels as per repayment type
...
(cherry picked from commit 2ddee50f27 )
2022-10-23 14:08:32 +00:00
Deepesh Garg
7398cbdf12
chore: Remove print statements
...
(cherry picked from commit 3466461eb3 )
2022-10-23 14:08:32 +00:00
Deepesh Garg
6ce32fd5a9
feat: Repayment schedule types for term loans
...
(cherry picked from commit 76c6ccab5d )
2022-10-23 14:08:32 +00:00
Deepesh Garg
18904456f3
Merge pull request #32686 from frappe/mergify/bp/version-14-hotfix/pr-32650
...
fix: unset contact details (backport #32650 )
2022-10-23 18:32:04 +05:30
barredterra
d7a65b1d41
fix: unset contact details
...
(cherry picked from commit 23f0bb45b0 )
2022-10-23 12:51:49 +00:00
ruthra kumar
eb6db59adf
Merge pull request #32679 from frappe/mergify/bp/version-14-hotfix/pr-32635
...
fix: Integrity Error on PLE while submitting sales invoice (backport #32635 )
2022-10-21 12:05:46 +05:30
ruthra kumar
fb2b2edf7e
Merge pull request #32678 from frappe/mergify/bp/version-14-hotfix/pr-32651
...
feat: Payment Ledger report (backport #32651 )
2022-10-21 11:56:09 +05:30
ruthra kumar
c2f8f64d1e
test: use payable account in tax and to trigger party validation
...
(cherry picked from commit 8f42e7f703 )
2022-10-21 06:07:09 +00:00
ruthra kumar
9a5e238702
fix: party type and party mandatory on updating outstanding
...
(cherry picked from commit 43b80683eb )
2022-10-21 06:07:09 +00:00
ruthra kumar
77f4c666ee
test: invoice outstandings and payments
...
(cherry picked from commit 6e55b419a6 )
2022-10-21 05:56:17 +00:00
ruthra kumar
5cb9f7b3a4
feat: Basic Payment Ledger report
...
(cherry picked from commit 8f60f0a0cf )
2022-10-21 05:56:17 +00:00
Ankush Menat
e1fc67c730
chore: disable coverage reporting on stable branches
2022-10-20 19:15:50 +05:30
Deepesh Garg
99d410ab75
Merge pull request #32673 from frappe/mergify/bp/version-14-hotfix/pr-32551
...
fix: number of months subscription plan (backport #32551 )
2022-10-20 19:06:54 +05:30
Deepesh Garg
54de569251
Merge pull request #32655 from frappe/mergify/bp/version-14-hotfix/pr-32641
...
fix: allow to create Sales Order from expired Quotation (backport #32641 )
2022-10-20 17:34:04 +05:30
Deepesh Garg
cab3f39f95
chore: Linting issues
...
(cherry picked from commit 1ca472cc8a )
2022-10-20 11:55:04 +00:00
codezart
fff9e76718
fix: number of months subscription plan
...
(cherry picked from commit 2d30b36cca )
2022-10-20 11:55:04 +00:00
Deepesh Garg
dbbebd2a73
Merge pull request #32663 from frappe/mergify/bp/version-14-hotfix/pr-32659
...
fix: Billing Address for inter-company purchase docs (backport #32659 )
2022-10-20 17:21:24 +05:30
rohitwaghchaure
9bf101a234
Merge pull request #32669 from frappe/mergify/bp/version-14-hotfix/pr-32667
...
fix: BOM cost update message (backport #32667 )
2022-10-20 16:53:09 +05:30
Ankush Menat
887690449d
fix: dont update item info twice
...
[skip ci]
2022-10-20 16:19:40 +05:30
mergify[bot]
3300856fb4
perf: cache barcode scan result (backport #32629 ) ( #32672 )
...
perf: cache barcode scan result (#32629 )
* perf: cache barcode scan result
* feat: BarcodeScanResult type
* fix: use safe `get_value` `set_value`
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit b88e850d55 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-10-20 15:57:21 +05:30
Rohit Waghchaure
e539579fb4
fix: BOM cost update message
...
(cherry picked from commit 9cfe527492 )
2022-10-20 09:08:31 +00:00
Deepesh Garg
f8934faa73
fix: Billing Address for inter-company purchase docs
...
(cherry picked from commit 796f2d3c09 )
2022-10-20 06:29:32 +00:00
rohitwaghchaure
2c9845f8cb
Merge pull request #32660 from frappe/mergify/bp/version-14-hotfix/pr-32654
...
fix: incorrect qty in material request created from PP (backport #32654 )
2022-10-20 11:58:57 +05:30
Rohit Waghchaure
92b9d3dc6d
test: validate qty and purchase uom in material request which is created from PP
...
(cherry picked from commit 4d5ef721f7 )
2022-10-20 04:30:08 +00:00
Rohit Waghchaure
da538a37ad
fix: incorrect qty in material request
...
(cherry picked from commit ad278b2007 )
2022-10-20 04:30:08 +00:00
rohitwaghchaure
d6bf85f8bb
Merge pull request #32652 from frappe/mergify/bp/version-14-hotfix/pr-32645
...
fix: overlap error not raised for job card in case of workstation with production capacity (backport #32645 )
2022-10-20 09:58:25 +05:30
mergify[bot]
c3024af296
feat(report):added account wise redirection (backport #32529 ) ( #32657 )
...
feat(report): added account wise redirection
* feat(report):added account wise redirection
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit c52b41d311 )
Co-authored-by: FinByz Tech Pvt. Ltd <info@finbyz.tech >
2022-10-20 09:39:11 +05:30
Raffael Meyer
ccc58f48e3
fix: allow to create Sales Order from expired Quotation ( #32641 )
...
(cherry picked from commit 4ad3002861 )
2022-10-19 16:37:53 +00:00
Rohit Waghchaure
ed2a093e49
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:38 +00:00
mergify[bot]
8a88105aed
fix: Advance paid amount in orders (backport #32642 ) ( #32648 )
...
fix: Advance paid amount in orders (#32642 )
(cherry picked from commit 430492152f )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-10-19 15:41:57 +05:30
Frappe PR Bot
9703771b75
chore(release): Bumped to Version 14.3.1
...
## [14.3.1](https://github.com/frappe/erpnext/compare/v14.3.0...v14.3.1 ) (2022-10-18)
### Bug Fixes
* `Brand Defaults` filters ([cb0c4b5 ](cb0c4b5664 ))
* add project settings to projects workspace (backport [#32568 ](https://github.com/frappe/erpnext/issues/32568 )) ([#32600 ](https://github.com/frappe/erpnext/issues/32600 )) ([af4dafd ](af4dafdc64 ))
* delete old ple's on item value repost ([62cabdf ](62cabdf792 ))
* don't try to update youtube data if disabled in settings (backport [#32588 ](https://github.com/frappe/erpnext/issues/32588 )) ([#32589 ](https://github.com/frappe/erpnext/issues/32589 )) ([ed85683 ](ed85683fea ))
* group warehouse filter not working for Batchwise Balance history report ([faedd85 ](faedd85b66 ))
* Ignore linked purchase invoice on cancel ([cc938fb ](cc938fb028 ))
* linter ([831f60f ](831f60f439 ))
* Party account for multi-order invoices ([eaea846 ](eaea8469fc ))
* pricing rule item code UOM apply & conversions (backport [#32566 ](https://github.com/frappe/erpnext/issues/32566 )) ([#32637 ](https://github.com/frappe/erpnext/issues/32637 )) ([ffd82f3 ](ffd82f3302 ))
* Renamed Dashboard tab label to Connections ([dac5989 ](dac5989d72 ))
* Renamed Notes section to Comments ([9e94dd9 ](9e94dd9203 ))
* type-cast while saving an item (backport [#32549 ](https://github.com/frappe/erpnext/issues/32549 )) ([#32578 ](https://github.com/frappe/erpnext/issues/32578 )) ([829a0ff ](829a0ff827 ))
2022-10-18 18:03:17 +00:00
Deepesh Garg
bd62a1d2d3
Merge pull request #32633 from frappe/version-14-hotfix
...
chore: release v14
2022-10-18 23:31:52 +05:30
mergify[bot]
ffd82f3302
fix: pricing rule item code UOM apply & conversions (backport #32566 ) ( #32637 )
...
fix: pricing rule for non stock UOM and conversions
* fix: pricing rule for non stock UOM and conversions
(cherry picked from commit 96b4211ea1 )
Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com >
2022-10-18 23:01:08 +05:30
Deepesh Garg
8c658638b4
Merge pull request #32621 from frappe/mergify/bp/version-14-hotfix/pr-32598
...
refactor: split ple creation function into two (backport #32598 )
2022-10-18 15:11:51 +05:30
Sagar Sharma
064e364b4f
Merge pull request #32632 from frappe/mergify/bp/version-14-hotfix/pr-32520
...
refactor: rewrite stock reports queries in qb (backport #32520 )
2022-10-18 14:59:18 +05:30
Sagar Sharma
831f60f439
fix: linter
2022-10-18 14:27:56 +05:30
Sagar Sharma
469813d3e1
chore: conflicts
2022-10-18 14:18:44 +05:30
Sagar Sharma
656008dd66
refactor: rewrite Warehouse wise Item Balance Age and Value Report queries in QB
...
(cherry picked from commit 8103856a41 )
2022-10-18 08:22:56 +00:00
Sagar Sharma
362bf5fc19
refactor: rewrite Total Stock Summary Report queries in QB
...
(cherry picked from commit 7c759b193c )
2022-10-18 08:22:56 +00:00
Sagar Sharma
8af90b2421
refactor: rewrite Supplier-Wise Sales Analytics Report queries in QB
...
(cherry picked from commit d3c073dc25 )
2022-10-18 08:22:55 +00:00
Sagar Sharma
6903fb68d3
refactor: rewrite Stock Projected Qty Report queries in QB
...
(cherry picked from commit c18f13a45b )
2022-10-18 08:22:55 +00:00
Sagar Sharma
907a41a8da
refactor: rewrite Item Prices Report queries in QB
...
(cherry picked from commit e312d17eae )
2022-10-18 08:22:55 +00:00
Sagar Sharma
e62fdf4af0
refactor: rewrite Delayed Item Report queries in QB
...
(cherry picked from commit bb59346651 )
2022-10-18 08:22:55 +00:00
Sagar Sharma
720370537f
refactor: rewrite Batch-Wise Balance History Report queries in QB
...
(cherry picked from commit 1c1f991d2f )
# Conflicts:
# erpnext/stock/report/batch_wise_balance_history/batch_wise_balance_history.py
2022-10-18 08:22:54 +00:00
Sagar Sharma
5a85c2d661
refactor: rewrite Batch Item Expiry Status Report queries in QB
...
(cherry picked from commit 2c9d9577e3 )
2022-10-18 08:22:54 +00:00
Sagar Sharma
64e9a25347
Merge pull request #32630 from frappe/mergify/bp/version-14-hotfix/pr-32527
...
refactor: rewrite buying reports queries in qb (backport #32527 )
2022-10-18 10:47:47 +05:30
Sagar Sharma
2191f8a488
refactor: rewrite Procurement Tracker Report queries in QB
...
(cherry picked from commit e78a706994 )
2022-10-18 04:37:03 +00:00
Sagar Sharma
1fbbaa8fcf
refactor: rewrite Supplier Quotation Comparison Report queries in QB
...
(cherry picked from commit a14b9c7bac )
2022-10-18 04:37:02 +00:00
Sagar Sharma
fbb641936e
refactor: rewrite Purchase Order Analysis Report queries in QB
...
(cherry picked from commit a5b3f8cae9 )
2022-10-18 04:37:02 +00:00
Deepesh Garg
891a4afb5f
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32598
2022-10-18 10:00:46 +05:30
Deepesh Garg
01c5fbdbfb
Merge pull request #32623 from frappe/mergify/bp/version-14-hotfix/pr-32622
...
fix: Ignore linked purchase invoice on cancel (backport #32622 )
2022-10-18 09:12:48 +05:30
Deepesh Garg
cc938fb028
fix: Ignore linked purchase invoice on cancel
...
(cherry picked from commit faadf78332 )
2022-10-17 14:08:50 +00:00
Deepesh Garg
9bcec15ca4
Merge pull request #32619 from frappe/mergify/bp/version-14-hotfix/pr-32618
...
test: lead creation and deletion restricted to dummy company (backport #32618 )
2022-10-17 19:37:36 +05:30
ruthra kumar
a88ac4016a
refactor: split ple creation function into two
...
refactor create_payment_ledger_entry function into 2.
one for generating ple map and one for DB entry creation
(cherry picked from commit 9b50221bf0 )
2022-10-17 13:16:20 +00:00
rohitwaghchaure
0654f303bb
Merge pull request #32615 from frappe/mergify/bp/version-14-hotfix/pr-32613
...
fix: group warehouse filter not working for Batch-wise Balance history report (backport #32613 )
2022-10-17 18:04:09 +05:30
ruthra kumar
98e7b2dd25
test: lead creation and deletion restricted to dummy company
...
(cherry picked from commit ced8d2a537 )
2022-10-17 11:42:33 +00:00
Rohit Waghchaure
1ee0d990e5
chore: seperate function to apply filter for warehouse in case of QB
...
(cherry picked from commit 2481574a28 )
2022-10-17 09:43:30 +00:00
Rohit Waghchaure
faedd85b66
fix: group warehouse filter not working for Batchwise Balance history report
...
(cherry picked from commit 6381e75fa5 )
2022-10-17 09:43:29 +00:00
Deepesh Garg
2db1da0c8a
Merge pull request #32612 from frappe/mergify/bp/version-14-hotfix/pr-32607
...
chore: Remove HRMS related code (backport #32607 )
2022-10-17 14:53:39 +05:30
Deepesh Garg
d9519f24aa
chore: Remove HRMS related code ( #32607 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit dc3fe85921 )
2022-10-17 06:09:25 +00:00
Deepesh Garg
a260c594c1
Merge pull request #32608 from frappe/mergify/bp/version-14-hotfix/pr-32591
...
fix: Renamed Notes section to Comments (backport #32591 )
2022-10-15 18:26:00 +05:30
Nabin Hait
dac5989d72
fix: Renamed Dashboard tab label to Connections
...
(cherry picked from commit f561d8f689 )
2022-10-15 12:13:35 +00:00
Nabin Hait
9e94dd9203
fix: Renamed Notes section to Comments
...
(cherry picked from commit 56a4a77398 )
2022-10-15 12:13:35 +00:00
Deepesh Garg
794167aa36
Merge pull request #32606 from frappe/mergify/bp/version-14-hotfix/pr-32594
...
fix: Party account for multi-order invoices (backport #32594 )
2022-10-15 17:41:14 +05:30
Deepesh Garg
eaea8469fc
fix: Party account for multi-order invoices
...
(cherry picked from commit fd49503ba2 )
2022-10-15 11:29:42 +00:00
mergify[bot]
af4dafdc64
fix: add project settings to projects workspace (backport #32568 ) ( #32600 )
...
Co-authored-by: Anand Baburajan <anandbaburajan@gmail.com >
2022-10-14 18:01:43 +05:30
ruthra kumar
a012c55c81
Merge pull request #32592 from frappe/mergify/bp/version-14-hotfix/pr-32567
...
fix: deduplicate Payment Ledger on Item value repost (backport #32567 )
2022-10-13 15:28:57 +05:30
mergify[bot]
6a89cb57b0
chore: drop dead code (backport #32595 ) ( #32596 )
...
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:17 +05:30
ruthra kumar
3c457e2638
test: dedeplication on payment ledger upon repost
...
(cherry picked from commit eb819368aa )
2022-10-13 08:32:51 +00:00
ruthra kumar
62cabdf792
fix: delete old ple's on item value repost
...
(cherry picked from commit 65992304bc )
2022-10-13 08:32:51 +00:00
mergify[bot]
ed85683fea
fix: don't try to update youtube data if disabled in settings (backport #32588 ) ( #32589 )
...
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 )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2022-10-13 11:55:36 +05:30
mergify[bot]
829a0ff827
fix: type-cast while saving an item (backport #32549 ) ( #32578 )
...
fix: type-cast while saving an item (#32549 )
(cherry picked from commit 43037d893d )
Co-authored-by: Rohan <Alchez@users.noreply.github.com >
2022-10-13 11:54:22 +05:30
Sagar Sharma
0674d42c96
Merge pull request #32586 from frappe/mergify/bp/version-14-hotfix/pr-32576
...
fix: `Brand Defaults` filters (backport #32576 )
2022-10-12 19:25:32 +05:30
Sagar Sharma
cb0c4b5664
fix: Brand Defaults filters
...
(cherry picked from commit 7da32c7db3 )
2022-10-12 13:53:35 +00:00
Frappe PR Bot
36b9926527
chore(release): Bumped to Version 14.3.0
...
# [14.3.0](https://github.com/frappe/erpnext/compare/v14.2.3...v14.3.0 ) (2022-10-12)
### Bug Fixes
* consider outgoingrate while valuation rate calculate ([423c019 ](423c0190e2 ))
* consider sales rate as incoming rate for transit warehouse in purchase flow ([948b231 ](948b231e92 ))
* Do not add tax withheld vouchers post tax withheding in one document ([bd8e61b ](bd8e61b2dc ))
* Explicitly update modified (backport [#32519 ](https://github.com/frappe/erpnext/issues/32519 )) ([#32575 ](https://github.com/frappe/erpnext/issues/32575 )) ([154904e ](154904e960 ))
* Hanlde rounding loss for internal transfer ([8eda2db ](8eda2dbdf8 ))
* Incoming rate precision fixes for intra company transfer ([b653f43 ](b653f43b70 ))
* make readings status mandatory in Quality Inspection ([50d790c ](50d790c919 ))
* minor cleanup ([236a5f3 ](236a5f37c7 ))
* more fields reordering related to Tab Break ([db4fbc9 ](db4fbc9e58 ))
* PO cancel post advance payment cancel against PO ([bda25c4 ](bda25c4d5d ))
* removed unnecessary imports ([31782d6 ](31782d6f71 ))
* set Quality Inspection status based on readings status ([e25db8b ](e25db8b1b5 ))
* single column indexes (backport [#32425 ](https://github.com/frappe/erpnext/issues/32425 )) ([#32513 ](https://github.com/frappe/erpnext/issues/32513 )) ([2f1b8af ](2f1b8af13c ))
* Tax withholding related fixes ([d5f6938 ](d5f693806b ))
* test case ([0b26131 ](0b26131b65 ))
* **test:** `test_rejected_qi_validation` ([943e619 ](943e6192cc ))
* TooManyWritesError during reposting of stock ([73742ff ](73742ff565 ))
* unlink payment on invoice cancellation ([8ba503b ](8ba503bf0e ))
* use naming_series in budget ([0a24859 ](0a24859c9c ))
* value error on pos submit ([4b65dd7 ](4b65dd7f2a ))
### Features
* **JE:** trigger account field when fetched from template ([17dd1ab ](17dd1abb34 )), closes [#32409 ](https://github.com/frappe/erpnext/issues/32409 )
* provision to return non consumed components against the work order ([d0f3818 ](d0f3818060 ))
* Tab Break in Material Request ([79151be ](79151be8ce ))
* Tab Break in Purchase Invoice ([89314d4 ](89314d4171 ))
* Tab Break in Purchase Order ([5a8329a ](5a8329add1 ))
* Tab Break in Purchase Receipt ([b092791 ](b092791ac8 ))
* Tab Break in Quotation ([b0a9f79 ](b0a9f79e18 ))
* Tab Break in Sales Order, Delivery Note, Sales Invoice and Purchase Order ([31cd96b ](31cd96bc89 ))
* Tab Break in Supplier Quotation ([22ad3ad ](22ad3ad6f3 ))
2022-10-12 12:21:48 +00:00
Deepesh Garg
d38071eb20
Merge pull request #32560 from frappe/version-14-hotfix
...
chore: release v14
2022-10-12 17:50:12 +05:30
Deepesh Garg
c4b39c7c1c
Merge branch 'version-14' into version-14-hotfix
2022-10-12 17:19:33 +05:30
Deepesh Garg
c83c645ab0
Merge pull request #32579 from frappe/mergify/bp/version-14-hotfix/pr-32563
...
fix: consider sales rate as incoming rate for transit warehouse in purchase flow (backport #32563 )
2022-10-12 17:16:36 +05:30
Deepesh Garg
eab24b8366
Merge pull request #32582 from frappe/mergify/bp/version-14-hotfix/pr-32272
...
fix: Incoming rate precision fixes for intra company transfer (backport #32272 )
2022-10-12 17:05:18 +05:30
rohitwaghchaure
31782d6f71
fix: removed unnecessary imports
2022-10-12 16:34:48 +05:30
Deepesh Garg
2494ccc0a2
chore: check only for inter-company transfers
...
(cherry picked from commit 9aa5e20ef7 )
2022-10-12 10:54:33 +00:00
Deepesh Garg
108720b9c3
chore: fix precision condition
...
(cherry picked from commit 49601558c6 )
2022-10-12 10:54:33 +00:00
Deepesh Garg
4f3e209009
chore: Use proper accounts
...
(cherry picked from commit 1c05c004cd )
2022-10-12 10:54:33 +00:00
Deepesh Garg
23b18a5e38
chore: Increase precision for other doc fields
...
(cherry picked from commit c8d2181498 )
2022-10-12 10:54:33 +00:00
Deepesh Garg
b386b8c634
chore: GL Entries for SLE diff
...
(cherry picked from commit df2a0e265b )
2022-10-12 10:54:32 +00:00
Deepesh Garg
49221d47c2
test: Internal tranfer precision loss test
...
(cherry picked from commit dc20b21fb5 )
2022-10-12 10:54:32 +00:00
Deepesh Garg
09e9675653
chore: Increase incoming_rate field precision to 6
...
(cherry picked from commit b31c3bd35d )
2022-10-12 10:54:32 +00:00
Deepesh Garg
8eda2dbdf8
fix: Hanlde rounding loss for internal transfer
...
(cherry picked from commit 6e47fd54a0 )
2022-10-12 10:54:32 +00:00
Deepesh Garg
b653f43b70
fix: Incoming rate precision fixes for intra company transfer
...
(cherry picked from commit 083309c056 )
2022-10-12 10:54:31 +00:00
Rohit Waghchaure
0b26131b65
fix: test case
...
(cherry picked from commit 98bf8e1304 )
2022-10-12 10:51:00 +00:00
Rohit Waghchaure
423c0190e2
fix: consider outgoingrate while valuation rate calculate
...
(cherry picked from commit 3266e54e33 )
2022-10-12 10:51:00 +00:00
Rohit Waghchaure
948b231e92
fix: consider sales rate as incoming rate for transit warehouse in purchase flow
...
(cherry picked from commit 683a47f7a1 )
2022-10-12 10:50:59 +00:00
Deepesh Garg
23aca6663f
Merge pull request #32565 from frappe/mergify/bp/version-14-hotfix/pr-32408
...
feat: Tab Breaks in all Sales and Purchase cycle transactions (backport #32408 )
2022-10-12 14:13:38 +05:30
Deepesh Garg
6c85bdd735
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32408
2022-10-12 13:04:01 +05:30
mergify[bot]
154904e960
fix: Explicitly update modified (backport #32519 ) ( #32575 )
...
fix: Explicitly update modified (#32519 )
* fix: Explicitly update modified
required after https://github.com/frappe/frappe/pull/18301
* chore: fix broken translations
(cherry picked from commit 8376fbc982 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-12 12:59:06 +05:30
mergify[bot]
03db8b2f5f
ci: disable orchestrator (backport #32571 ) ( #32572 )
...
* ci: disable orchestrator (#32571 )
(cherry picked from commit 6ce3ce758c )
* chore: correct build count
* chore: no cov
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-12 12:14:48 +05:30
Nabin Hait
236a5f37c7
fix: minor cleanup
...
(cherry picked from commit e71c417f7e )
2022-10-11 10:33:30 +00:00
Nabin Hait
db4fbc9e58
fix: more fields reordering related to Tab Break
...
(cherry picked from commit 5389a35798 )
2022-10-11 10:33:30 +00:00
Nabin Hait
89314d4171
feat: Tab Break in Purchase Invoice
...
(cherry picked from commit aaf3c2b329 )
2022-10-11 10:33:30 +00:00
Nabin Hait
b092791ac8
feat: Tab Break in Purchase Receipt
...
(cherry picked from commit 35f836c4b7 )
2022-10-11 10:33:30 +00:00
Nabin Hait
22ad3ad6f3
feat: Tab Break in Supplier Quotation
...
(cherry picked from commit 3d9263bf86 )
2022-10-11 10:33:29 +00:00
Nabin Hait
79151be8ce
feat: Tab Break in Material Request
...
(cherry picked from commit 2172c5034a )
2022-10-11 10:33:29 +00:00
Nabin Hait
5a8329add1
feat: Tab Break in Purchase Order
...
(cherry picked from commit 10a25603ac )
2022-10-11 10:33:29 +00:00
Nabin Hait
b0a9f79e18
feat: Tab Break in Quotation
...
(cherry picked from commit 7546562139 )
2022-10-11 10:33:28 +00:00
Nabin Hait
31cd96bc89
feat: Tab Break in Sales Order, Delivery Note, Sales Invoice and Purchase Order
...
(cherry picked from commit f6613e1e4c )
2022-10-11 10:33:27 +00:00
ruthra kumar
db563483cb
Merge pull request #32558 from frappe/mergify/bp/version-14-hotfix/pr-32557
...
fix: Value error on validation of POS invoices with Serial Nos (backport #32557 )
2022-10-11 15:36:36 +05:30
ruthra kumar
6fa1b892f7
test: value error on serial no validation on pos
...
(cherry picked from commit 9e2bd10d03 )
2022-10-11 09:13:36 +00:00
ruthra kumar
4b65dd7f2a
fix: value error on pos submit
...
(cherry picked from commit 4b908ebcd6 )
2022-10-11 09:13:35 +00:00
Deepesh Garg
62296c85cd
Merge pull request #32543 from frappe/mergify/bp/version-14-hotfix/pr-32497
...
chore: set `Quality Inspection` status based on readings status (backport #32497 )
2022-10-11 14:02:58 +05:30
ruthra kumar
a71be4e99a
Merge pull request #32550 from frappe/mergify/bp/version-14-hotfix/pr-32548
...
fix: allow deletion of cancelled Invoices once payments are unlinked (backport #32548 )
2022-10-11 13:47:57 +05:30
Ankush Menat
c9002526b9
chore: update codeowners
2022-10-11 12:33:51 +05:30
Deepesh Garg
b9b08e4d5e
Merge pull request #32555 from frappe/mergify/bp/version-14-hotfix/pr-32554
...
fix: use naming_series in budget (backport #32554 )
2022-10-11 11:51:51 +05:30
Sagar Sharma
3c0bca3d74
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32497
2022-10-11 11:45:19 +05:30
Anand Baburajan
27509e2141
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32554
2022-10-11 11:06:44 +05:30
rohitwaghchaure
52dd967b0d
Merge pull request #32542 from frappe/mergify/bp/version-14-hotfix/pr-32393
...
feat: provision to return non consumed components against the work order (backport #32393 )
2022-10-11 10:39:18 +05:30
Deepesh Garg
9601e47ae4
Merge pull request #32540 from frappe/mergify/bp/version-14-hotfix/pr-32536
...
fix: PO cancel post advance payment cancel against PO (backport #32536 )
2022-10-11 10:17:10 +05:30
anandbaburajan
0a24859c9c
fix: use naming_series in budget
...
(cherry picked from commit e4d7d8c42d )
2022-10-11 04:46:10 +00:00
ruthra kumar
998367cedc
test: update ple on payment unlink for SI's and SO's
...
(cherry picked from commit 143f905838 )
2022-10-10 11:12:38 +00:00
ruthra kumar
8ba503bf0e
fix: unlink payment on invoice cancellation
...
(cherry picked from commit 537d953f4c )
2022-10-10 11:12:38 +00:00
Sagar Sharma
943e6192cc
fix(test): test_rejected_qi_validation
...
(cherry picked from commit 4992e4a2b8 )
2022-10-10 05:20:45 +00:00
Sagar Sharma
91b0e7ddbd
test: add test cases for Quality Inspection status
...
(cherry picked from commit fcc1272d42 )
2022-10-10 05:20:45 +00:00
Sagar Sharma
e25db8b1b5
fix: set Quality Inspection status based on readings status
...
(cherry picked from commit 2657ece2cd )
2022-10-10 05:20:44 +00:00
Sagar Sharma
50d790c919
fix: make readings status mandatory in Quality Inspection
...
(cherry picked from commit d7c3b7633a )
2022-10-10 05:20:44 +00:00
Sagar Sharma
8a4c07a7e8
chore: add Manual Inspection field in Quality Inspection DocType
...
(cherry picked from commit 39707757a6 )
2022-10-10 05:20:44 +00:00
Rohit Waghchaure
d0f3818060
feat: provision to return non consumed components against the work order
...
(cherry picked from commit d59ed24e6c )
2022-10-10 03:39:25 +00:00
Deepesh Garg
bda25c4d5d
fix: PO cancel post advance payment cancel against PO
...
(cherry picked from commit d806e32030 )
2022-10-09 13:06:06 +00:00
Frappe PR Bot
f70103dac6
chore(release): Bumped to Version 14.2.3
...
## [14.2.3](https://github.com/frappe/erpnext/compare/v14.2.2...v14.2.3 ) (2022-10-07)
### Bug Fixes
* Do not add tax withheld vouchers post tax withheding in one document ([6060072 ](6060072d22 ))
* Tax withholding related fixes ([a226fcf ](a226fcf898 ))
2022-10-07 12:40:22 +00:00
Deepesh Garg
a519d68826
Merge pull request #32525 from frappe/mergify/bp/version-14/pr-32522
...
fix: Tax withholding related fixes (backport #32522 )
2022-10-07 18:08:51 +05:30
Deepesh Garg
49cedca8de
Merge pull request #32524 from frappe/mergify/bp/version-14-hotfix/pr-32522
...
fix: Tax withholding related fixes (backport #32522 )
2022-10-07 18:08:39 +05:30
Deepesh Garg
6060072d22
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
2022-10-07 12:03:29 +00:00
Deepesh Garg
a226fcf898
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
2022-10-07 12:03:29 +00:00
Deepesh Garg
bd8e61b2dc
fix: Do not add tax withheld vouchers post tax withheding in one document
...
(cherry picked from commit 781d160c68 )
2022-10-07 11:03:40 +00:00
Deepesh Garg
d5f693806b
fix: Tax withholding related fixes
...
(cherry picked from commit abf5b6be3e )
2022-10-07 11:03:40 +00:00
mergify[bot]
5f6bbd4929
chore: drop stale demo page (backport #32515 ) ( #32516 )
...
chore: drop stale demo page (#32515 )
(cherry picked from commit 07c4a74838 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-06 13:03:29 +05:30
mergify[bot]
2f1b8af13c
fix: single column indexes (backport #32425 ) ( #32513 )
...
fix: single column indexes (#32425 )
refactor: move single column indexes to doctypes
(cherry picked from commit 8d1db0ea3d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-10-06 11:37:43 +05:30
Deepesh Garg
3d6a37ea04
Merge pull request #32510 from frappe/mergify/bp/version-14-hotfix/pr-32385
...
chore: update fr translation (backport #32385 )
2022-10-06 09:03:20 +05:30
HENRY Florian
3caf905019
chore: update fr translation ( #32385 )
...
(cherry picked from commit 0e4017cbe5 )
2022-10-05 17:20:04 +00:00
Deepesh Garg
4941b6e280
Merge pull request #32501 from frappe/mergify/bp/version-14-hotfix/pr-32491
...
refactor: remove duplicate entries on remarks migration patch (backport #32491 )
2022-10-05 18:16:51 +05:30
Deepesh Garg
a02ddc92ef
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32491
2022-10-05 17:30:25 +05:30
Deepesh Garg
6017f6790e
Merge pull request #32503 from frappe/mergify/bp/version-14-hotfix/pr-32499
...
fix: TooManyWritesError during reposting of stock (backport #32499 )
2022-10-05 17:29:56 +05:30
Deepesh Garg
3daff104c3
Merge pull request #32505 from frappe/mergify/bp/version-14-hotfix/pr-32478
...
feat(JE): trigger account field when fetched from template (backport #32478 )
2022-10-05 17:28:49 +05:30
Dany Robert
17dd1abb34
feat(JE): trigger account field when fetched from template
...
Closes #32409
(cherry picked from commit c35adcf5a1 )
2022-10-05 10:38:41 +00:00
Rohit Waghchaure
73742ff565
fix: TooManyWritesError during reposting of stock
...
(cherry picked from commit aaabba9b1e )
2022-10-05 10:36:18 +00:00
ruthra kumar
70e990c4f3
refactor: remove duplicate entries on remarks migration patch
...
(cherry picked from commit 518ab93e03 )
2022-10-05 10:35:06 +00:00
Frappe PR Bot
217e407371
chore(release): Bumped to Version 14.2.2
...
## [14.2.2](https://github.com/frappe/erpnext/compare/v14.2.1...v14.2.2 ) (2022-10-04)
### Bug Fixes
* (bulk transaction) key error and better error logging (backport [#32445 ](https://github.com/frappe/erpnext/issues/32445 )) ([#32463 ](https://github.com/frappe/erpnext/issues/32463 )) ([7a80385 ](7a8038500d ))
* add non-stock item filter for `fg_item` in PO ([11f9279 ](11f92797b9 ))
* add validation for non-stock item in SCR ([793fa18 ](793fa18225 ))
* asset requiring maintenance sold status and added test [v14-hotfix] ([c0a141b ](c0a141bfcd ))
* asset tests ([6710337 ](671033755f ))
* calculate depreciation properly on asset sale entry and scrap entry ([f5f13c4 ](f5f13c4611 ))
* Create accounting dimension fields in asset capitalization ([9ec0d10 ](9ec0d104a5 ))
* Disbursement Account in patch to update old loans ([0973989 ](097398914e ))
* don't allow to update `Maintain Stock` if the item has a `BOM` ([e5d1f59 ](e5d1f59d96 ))
* fetch swift_number in payment_request ([f09222a ](f09222a9e5 ))
* fix restore asset value after depreciation ([8605245 ](86052450a5 ))
* fixes query builder order by issue in postgres (backport [#32441 ](https://github.com/frappe/erpnext/issues/32441 )) ([#32465 ](https://github.com/frappe/erpnext/issues/32465 )) ([8851826 ](8851826a57 ))
* Incorrect TCS amount deducted in Sales Invoice ([4d51d73 ](4d51d73797 ))
* Item details fetching on making transaction from item dashboard ([db60299 ](db60299cf3 ))
* not able to return sold expired batches ([9c56a5f ](9c56a5ff7c ))
* payment request make bank field Link instead of Read Only ([c8c0f34 ](c8c0f345d7 ))
* pick list picked-qty for batch item ([32107c4 ](32107c4a79 ))
* refactor asset capitilization ([bad3b33 ](bad3b330f4 ))
* searchfields as per customize form not working for Item ([f167abb ](f167abbbfd ))
* show `Make Purchase Invoice` button based on permission ([fd86876 ](fd86876a0e ))
* supplied items added twice in Stock Entry ([d91ac5e ](d91ac5e549 ))
* test_scrap_asset ([fd232d1 ](fd232d1db7 ))
* typo in sales_register's filter mode_of_payment (backport [#32371 ](https://github.com/frappe/erpnext/issues/32371 )) ([#32446 ](https://github.com/frappe/erpnext/issues/32446 )) ([1918b5c ](1918b5c4b0 ))
* update with new Frappe color. fix [#32455 ](https://github.com/frappe/erpnext/issues/32455 ) ([#32456 ](https://github.com/frappe/erpnext/issues/32456 )) ([3e7582f ](3e7582f55b ))
### Reverts
* Revert "fix: fetch swift_number in payment_request" ([d3c151f ](d3c151f32b ))
2022-10-04 12:13:08 +00:00
Deepesh Garg
90607becb8
Merge pull request #32493 from frappe/version-14-hotfix
...
chore: release v14
2022-10-04 17:41:32 +05:30
mergify[bot]
d6888bc8c8
refactor(UI): clean up portal pages (backport #29018 ) ( #32489 )
...
refactor(UI): clean up portal pages (#29018 )
* refactor: list view for portal pages
* refactor: add align center class
* refactor: change footer btn class(primary)
* refactor: add order style page
* refactor: import order page in website
* refactor: remove table elements
* fix: preview image height
* fix: make string translatable
* refactor: change font variables
* refactor: order preview bg white
* refactor: center align items
* fix: breadcrumb padding
* refactor: make preview image rounded
* refactor: add condition for image container
* refactor: change alignment for mobile view
* fix: make footer button secondary
* refactor: clean code
* refactor: code indentantion
* refactor: remove space
* fix: Payment section cleanup
Co-authored-by: Summayya <frappe@Summayyas-MacBook-Air.local >
Co-authored-by: Marica <maricadsouza221197@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit da43a5e371 )
Co-authored-by: Summayya Hashmani <58825865+sumaiya2908@users.noreply.github.com >
2022-10-04 10:21:50 +05:30
rohitwaghchaure
063f206b9b
Merge pull request #32469 from frappe/mergify/bp/version-14-hotfix/pr-32466
...
fix: not able to return sold expired batches (backport #32466 )
2022-10-04 07:34:09 +05:30
mergify[bot]
7a8038500d
fix: (bulk transaction) key error and better error logging (backport #32445 ) ( #32463 )
...
fix: (bulk transaction) key error and better error logging (#32445 )
* fix: (bulk transaction) key error and better error logging
* chore: pre-commit
* chore: linter - missing comma
(cherry picked from commit 91055151ce )
Co-authored-by: Dany Robert <danyrt@wahni.com >
2022-10-03 17:45:51 +05:30
mergify[bot]
8851826a57
fix: fixes query builder order by issue in postgres (backport #32441 ) ( #32465 )
...
fix: fixes query builder order by issue in postgres (#32441 )
* fix: fixes query builder order by issue in postgres
* fix: linter
(cherry picked from commit 69efd2ee24 )
Co-authored-by: Shridhar Patil <shridhar.p@zerodha.com >
2022-10-03 16:25:23 +05:30
Sagar Sharma
2a82f16680
Merge pull request #32473 from frappe/mergify/bp/version-14-hotfix/pr-32472
...
fix: pick list picked-qty for batch item (backport #32472 )
2022-10-03 15:24:14 +05:30
Sagar Sharma
32107c4a79
fix: pick list picked-qty for batch item
...
(cherry picked from commit ba02209f1d )
2022-10-03 09:16:37 +00:00
Deepesh Garg
bbc7559380
Merge pull request #32468 from frappe/mergify/bp/version-14-hotfix/pr-32394
...
fix: fetch swift number in payment request from bank doctype (backport #32394 )
2022-10-03 14:29:06 +05:30
Rohit Waghchaure
9c56a5ff7c
fix: not able to return sold expired batches
...
(cherry picked from commit 0b1727cf79 )
2022-10-03 07:45:46 +00:00
Maharshi Patel
c8c0f345d7
fix: payment request make bank field Link instead of Read Only
...
(cherry picked from commit dc8d49260c )
2022-10-03 07:26:38 +00:00
Maharshi Patel
d3c151f32b
Revert "fix: fetch swift_number in payment_request"
...
This reverts commit f42a8e4e03 .
(cherry picked from commit 9245d3b5cd )
2022-10-03 07:26:38 +00:00
Maharshi Patel
f09222a9e5
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:38 +00:00
Deepesh Garg
ba80ba07f1
Merge pull request #32461 from frappe/mergify/bp/version-14-hotfix/pr-32456
...
fix: update with new Frappe color. fix #32455 (backport #32456 )
2022-10-03 09:14:57 +05:30
Deepesh Garg
34845b7630
Merge pull request #32459 from frappe/mergify/bp/version-14-hotfix/pr-32454
...
fix: test_scrap_asset not working on end of month (backport #32454 )
2022-10-03 09:04:01 +05:30
Deepesh Garg
ecfa64f22e
Merge pull request #32460 from AnandBaburajan/fix_asset_sold_status_v14
...
fix: status of assets with maintenance_required changing back to 'Partially Depreciated' some time after being sold (backport #32405 )
2022-10-03 08:58:40 +05:30
Muvuk
3e7582f55b
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:02 +00:00
Anand Baburajan
6f571218bf
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32454
2022-10-02 19:14:00 +05:30
Anand Baburajan
8ab2f2f925
Merge branch 'version-14-hotfix' into fix_asset_sold_status_v14
2022-10-02 18:31:04 +05:30
Deepesh Garg
2d34761057
Merge pull request #32429 from frappe/mergify/bp/version-14-hotfix/pr-32420
...
patch: Create accounting dimension fields in asset capitalization (backport #32420 )
2022-10-02 18:28:06 +05:30
anandbaburajan
c0a141bfcd
fix: asset requiring maintenance sold status and added test [v14-hotfix]
2022-10-02 18:27:37 +05:30
anandbaburajan
fd232d1db7
fix: test_scrap_asset
...
(cherry picked from commit 47bd4be71b )
2022-10-02 12:15:55 +00:00
Deepesh Garg
df9147f2e5
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32420
2022-10-02 17:45:30 +05:30
Sagar Sharma
8e68219c5b
Merge pull request #32440 from frappe/mergify/bp/version-14-hotfix/pr-32428
...
fix: don't allow to update `Maintain Stock` if the item has a `BOM` (backport #32428 )
2022-10-02 12:07:28 +05:30
Sagar Sharma
060ce45572
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32428
2022-10-01 14:32:18 +05:30
Sagar Sharma
432da7d1d1
Merge pull request #32444 from frappe/mergify/bp/version-14-hotfix/pr-32439
...
fix: add non-stock item filter for `fg_item` in PO (backport #32439 )
2022-10-01 14:32:02 +05:30
Sagar Sharma
9318d9a7fc
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32439
2022-10-01 14:31:49 +05:30
Deepesh Garg
faca06d6c3
Merge pull request #32433 from frappe/mergify/bp/version-14-hotfix/pr-32368
...
chore: remove discount accounting logic from PI and PI Item (backport #32368 )
2022-10-01 12:05:10 +05:30
mergify[bot]
1918b5c4b0
fix: typo in sales_register's filter mode_of_payment (backport #32371 ) ( #32446 )
...
fix: typo in sales_register's filter mode_of_payment (#32371 )
2022-10-01 12:04:16 +05:30
Deepesh Garg
444f3b5397
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32368
2022-10-01 11:10:03 +05:30
Deepesh Garg
3736f4ecb8
Merge pull request #32430 from frappe/mergify/bp/version-14-hotfix/pr-32402
...
fix: Item details fetching on making transaction from item dashboard (backport #32402 )
2022-10-01 11:03:08 +05:30
Deepesh Garg
5fe2079dcc
Merge pull request #32434 from frappe/mergify/bp/version-14-hotfix/pr-32412
...
fix: Incorrect TCS amount deducted in Sales Invoice (backport #32412 )
2022-10-01 11:01:28 +05:30
Sagar Sharma
11f92797b9
fix: add non-stock item filter for fg_item in PO
...
(cherry picked from commit f95ed7dca2 )
2022-09-30 18:29:54 +00:00
Sagar Sharma
17996efbc7
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32428
2022-09-30 23:57:49 +05:30
Sagar Sharma
c2bed24c31
Merge pull request #32438 from frappe/mergify/bp/version-14-hotfix/pr-32436
...
fix: add validation for non-stock item in SCR (backport #32436 )
2022-09-30 23:57:30 +05:30
Sagar Sharma
e5d1f59d96
fix: don't allow to update Maintain Stock if the item has a BOM
...
(cherry picked from commit 6d0842465b )
2022-09-30 13:39:11 +00:00
Sagar Sharma
793fa18225
fix: add validation for non-stock item in SCR
...
(cherry picked from commit fa2290657a )
2022-09-30 11:23:50 +00:00
Deepesh Garg
f7ec00ef49
chore: Remove print statements
...
(cherry picked from commit bff3cd9068 )
2022-09-30 10:35:58 +00:00
Deepesh Garg
4d51d73797
fix: Incorrect TCS amount deducted in Sales Invoice
...
(cherry picked from commit 08443c6421 )
2022-09-30 10:35:57 +00:00
ruthra kumar
7a096231fb
chore: clean up purchase invoice and purchase invoice item
...
1. remove discount accounting related fields from purchase invoice and
purchase invoice item
2. clean buying settings doctype
(cherry picked from commit 21095502b9 )
2022-09-30 10:29:17 +00:00
Deepesh Garg
db60299cf3
fix: Item details fetching on making transaction from item dashboard
...
(cherry picked from commit 0439e41a44 )
2022-09-30 10:27:15 +00:00
Nabin Hait
9ec0d104a5
fix: Create accounting dimension fields in asset capitalization
...
(cherry picked from commit fe891aa488 )
2022-09-30 10:26:33 +00:00
Sagar Sharma
7243089027
Merge pull request #32418 from frappe/mergify/bp/version-14-hotfix/pr-32404
...
fix(ux): show `Make Purchase Invoice` button based on permission (backport #32404 )
2022-09-29 17:16:25 +05:30
rohitwaghchaure
5aa9c4fd07
Merge pull request #32417 from frappe/mergify/bp/version-14-hotfix/pr-32414
...
fix: searchfields as per customize form not working for Item (backport #32414 )
2022-09-29 15:45:10 +05:30
Sagar Sharma
fd86876a0e
fix: show Make Purchase Invoice button based on permission
...
(cherry picked from commit 80080a3d7b )
2022-09-29 09:26:36 +00:00
Rohit Waghchaure
3f0a3b702d
test: added test case
...
(cherry picked from commit 3656f7d06f )
2022-09-29 09:22:44 +00:00
Rohit Waghchaure
f167abbbfd
fix: searchfields as per customize form not working for Item
...
(cherry picked from commit fd889fd29a )
2022-09-29 09:22:44 +00:00
Nabin Hait
5015f38a8d
Merge pull request #32398 from frappe/mergify/bp/version-14-hotfix/pr-32226
...
fix: calculate depreciation properly on asset sale entry and scrap entry (backport #32226 )
2022-09-29 12:34:42 +05:30
anandbaburajan
381231257b
chore: fix merge conflicts
2022-09-29 11:59:53 +05:30
Anand Baburajan
f4648ed610
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32226
2022-09-28 22:24:03 +05:30
Sagar Sharma
51fcb3c666
Merge pull request #32407 from frappe/mergify/bp/version-14-hotfix/pr-32406
...
fix: supplied items added twice in Stock Entry (backport #32406 )
2022-09-28 21:44:59 +05:30
Sagar Sharma
7b11da2373
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32406
2022-09-28 21:44:50 +05:30
Deepesh Garg
5c0446d9fc
Merge pull request #32411 from frappe/mergify/bp/version-14-hotfix/pr-32403
...
fix: Disbursement Account in patch to update old loans (backport #32403 )
2022-09-28 20:14:01 +05:30
Deepesh Garg
097398914e
fix: Disbursement Account in patch to update old loans
...
(cherry picked from commit be623ce8e8 )
2022-09-28 14:07:00 +00:00
Sagar Sharma
d91ac5e549
fix: supplied items added twice in Stock Entry
...
(cherry picked from commit ac7409bbf3 )
2022-09-28 12:20:55 +00:00
Frappe PR Bot
9c915ceeb2
chore(release): Bumped to Version 14.2.1
...
## [14.2.1](https://github.com/frappe/erpnext/compare/v14.2.0...v14.2.1 ) (2022-09-28)
### Bug Fixes
* `For Quantity` error msg in `Stock Entry` ([4b6e1f4 ](4b6e1f4892 ))
* Add return against indexes for POS Invoice ([3abe4a1 ](3abe4a16af ))
* Add return against indexes for POS Invoice ([32ad36a ](32ad36ad0f ))
* Add strings to translate function ([2eeff8a ](2eeff8a00b ))
* add translate function to strings ([f5a3f8b ](f5a3f8b486 ))
* add translate function to strings ([e464de3 ](e464de3c5d ))
* allow to return expired batches using purchase return ([305eb02](305eb02bfc ))
* consider overproduction percentage for WO finish button ([4a29c7f ](4a29c7fafb ))
* difference amount calculation on payment reconciliation ([b389740 ](b3897406b0 ))
* get amount in words for debit note ([7554ac9 ](7554ac9569 ))
* item_code key error in production plan ([4e31448 ](4e31448e3d ))
* Move subscription process to hourly long quque ([b2f280d ](b2f280dee6 ))
* opening entry causing discepancy between stock and trial balance ([2fd0291 ](2fd0291afb ))
* POS only validate QTY if is_stock_item ([29c4a32 ](29c4a32c33 ))
* POS properly validate stock for bundle products ([6b55a01 ](6b55a01834 ))
* Reduce font size for Process Statement of accounts print/pdf ([bcfa9b8 ](bcfa9b8593 ))
* report chart field type ([931aa62 ](931aa62072 ))
* Scrap Asset Accounting Dimensions (backport [#31949 ](https://github.com/frappe/erpnext/issues/31949 )) ([#32376 ](https://github.com/frappe/erpnext/issues/32376 )) ([a28ae4d ](a28ae4d653 ))
* total value in all keys ([24234d5 ](24234d584d ))
* typo on opportunity summary by sales stage report ([a403e72 ](a403e729d6 ))
2022-09-28 09:49:04 +00:00
Deepesh Garg
4b8dd1fab6
Merge pull request #32375 from frappe/version-14-hotfix
...
chore: release v14
2022-09-28 15:17:26 +05:30
Deepesh Garg
fc581464b8
Merge pull request #32396 from frappe/mergify/bp/version-14-hotfix/pr-32379
...
fix: POS only validate QTY if is_stock_item (backport #32379 )
2022-09-28 14:47:41 +05:30
anandbaburajan
b3b7650ac8
chore: add blank lines
...
(cherry picked from commit c6a7de0e54 )
# Conflicts:
# erpnext/assets/doctype/asset/depreciation.py
2022-09-28 08:59:43 +00:00
anandbaburajan
86052450a5
fix: fix restore asset value after depreciation
...
(cherry picked from commit 43a3400221 )
2022-09-28 08:59:42 +00:00
anandbaburajan
bad3b330f4
fix: refactor asset capitilization
...
(cherry picked from commit 5a8b28c194 )
2022-09-28 08:59:42 +00:00
anandbaburajan
671033755f
fix: asset tests
...
(cherry picked from commit 11ac20e5ee )
2022-09-28 08:59:41 +00:00
anandbaburajan
f5f13c4611
fix: calculate depreciation properly on asset sale entry and scrap entry
...
(cherry picked from commit ff5cad1cd6 )
# Conflicts:
# erpnext/assets/doctype/asset/depreciation.py
2022-09-28 08:59:41 +00:00
Maharshi Patel
6b55a01834
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 )
2022-09-28 08:16:23 +00:00
Maharshi Patel
29c4a32c33
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:22 +00:00
Deepesh Garg
c9c203a5eb
Merge pull request #32383 from frappe/mergify/bp/version-14-hotfix/pr-32378
...
fix: Add return against indexes for POS Invoice (backport #32378 )
2022-09-28 10:54:44 +05:30
Deepesh Garg
261aac8e26
Merge pull request #32387 from frappe/mergify/bp/version-14-hotfix/pr-32382
...
fix: Move subscription process to hourly long queue (backport #32382 )
2022-09-28 08:09:26 +05:30
Deepesh Garg
b2f280dee6
fix: Move subscription process to hourly long quque
...
(cherry picked from commit 82a2f31ada )
2022-09-27 18:09:50 +00:00
Deepesh Garg
3abe4a16af
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit cbfe28286a )
2022-09-27 16:52:39 +00:00
Deepesh Garg
32ad36ad0f
fix: Add return against indexes for POS Invoice
...
(cherry picked from commit 1f6205e1ea )
2022-09-27 16:52:38 +00:00
Sagar Sharma
e98c0ab924
Merge pull request #32380 from frappe/mergify/bp/version-14-hotfix/pr-32377
...
fix: consider overproduction percentage for WO finish button (backport #32377 )
2022-09-27 20:18:25 +05:30
Sagar Sharma
4a29c7fafb
fix: consider overproduction percentage for WO finish button
...
(cherry picked from commit 05392e0918 )
2022-09-27 12:15:20 +00:00
Sagar Sharma
4b6e1f4892
fix: For Quantity error msg in Stock Entry
...
(cherry picked from commit 9049db41ae )
2022-09-27 12:15:19 +00:00
mergify[bot]
a28ae4d653
fix: Scrap Asset Accounting Dimensions (backport #31949 ) ( #32376 )
...
fix: Scrap Asset Accounting Dimensions (#31949 )
* fix: Scrap Asset Accounting Dimensions
(cherry picked from commit c760ca2323 )
Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com >
2022-09-27 17:07:38 +05:30
rohitwaghchaure
11be30d68e
Merge pull request #32372 from frappe/mergify/bp/version-14-hotfix/pr-32370
...
fix: Not allowing to return expired batches using purchase return (backport #32370 )
2022-09-27 14:58:51 +05:30
Rohit Waghchaure
305eb02bfc
fix: allow to return expired batches using purchase return
...
(cherry picked from commit a4a86ee23f )
2022-09-27 08:51:01 +00:00
rohitwaghchaure
1184fa3313
Merge pull request #32365 from frappe/mergify/bp/version-14-hotfix/pr-32339
...
fix: opening entry causing discrepancy between stock and trial balance (backport #32339 )
2022-09-27 10:56:04 +05:30
Rohit Waghchaure
2fd0291afb
fix: opening entry causing discepancy between stock and trial balance
...
(cherry picked from commit bc3ab45af2 )
2022-09-26 15:03:25 +00:00
rohitwaghchaure
959fdcd841
Merge pull request #32364 from frappe/mergify/bp/version-14-hotfix/pr-32049
...
Allow Item Templates in Work Order Items (backport #32049 )
2022-09-26 20:33:21 +05:30
Dhananjay Palshikar
a83e36b801
Allow Item Templates in Work Order Items
...
Item Variants can be a part of the items tables, however, when BOM items are fetched to be a part of the Work Order items, item variants were being filtered out.
The filtering out does not serve a purpose. Having Item variants in BOMs allows for template like behaviour.
(cherry picked from commit 75396c02d2 )
2022-09-26 14:58:05 +00:00
rohitwaghchaure
37d0721f36
Merge pull request #32359 from frappe/mergify/bp/version-14-hotfix/pr-32347
...
refactor: rewrite `Incorrect Stock Value Report` queries in `QB` (backport #32347 )
2022-09-26 20:24:58 +05:30
Deepesh Garg
408f2bda82
Merge pull request #32361 from frappe/mergify/bp/version-14-hotfix/pr-32146
...
fix: report chart fieldtype (backport #32146 )
2022-09-26 18:36:33 +05:30
Deepesh Garg
ddf4d02c7d
Merge pull request #32356 from frappe/mergify/bp/version-14-hotfix/pr-32276
...
fix: add some strings to translate function (backport #32276 )
2022-09-26 18:33:32 +05:30
Sagar Sharma
2f5276b794
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32347
2022-09-26 18:18:29 +05:30
Sagar Sharma
e708a33684
Merge pull request #32357 from frappe/mergify/bp/version-14-hotfix/pr-32346
...
refactor: rewrite `Item Price Stock Report` queries in `QB` (backport #32346 )
2022-09-26 18:18:12 +05:30
hendrik
931aa62072
fix: report chart field type
...
* fix: report chart field type
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
(cherry picked from commit f41d1500b0 )
2022-09-26 12:18:17 +00:00
Sagar Sharma
8c6ddb6721
refactor: rewrite Incorrect Stock Value Report queries in QB
...
(cherry picked from commit b93331e844 )
2022-09-26 11:40:00 +00:00
Sagar Sharma
f1d774034c
refactor: rewrite Item Price Stock Report queries in QB
...
(cherry picked from commit 22299d2382 )
2022-09-26 11:39:04 +00:00
Deepesh Garg
4a1de87822
Merge pull request #32354 from frappe/mergify/bp/version-14-hotfix/pr-32336
...
fix: typo on opportunity summary by sales stage report (backport #32336 )
2022-09-26 16:58:58 +05:30
Ernesto Ruiz
f5a3f8b486
fix: add translate function to strings
...
(cherry picked from commit 94199b7867 )
2022-09-26 11:09:49 +00:00
Ernesto Ruiz
e464de3c5d
fix: add translate function to strings
...
(cherry picked from commit aa49ec815a )
2022-09-26 11:09:48 +00:00
Ernesto Ruiz
2eeff8a00b
fix: Add strings to translate function
...
(cherry picked from commit 9decebe6e1 )
2022-09-26 11:09:48 +00:00
Ernesto Ruiz
a403e729d6
fix: typo on opportunity summary by sales stage report
...
(cherry picked from commit c4919cf5ec )
2022-09-26 11:08:18 +00:00
ruthra kumar
1c32bf23d7
Merge pull request #32351 from frappe/mergify/bp/version-14-hotfix/pr-32310
...
fix: total value in all keys (backport #32310 )
2022-09-26 12:05:20 +05:30
Ankush Menat
e599b61ac5
chore: drop 1 runner from stable branch
2022-09-26 11:37:14 +05:30
nishibakabeer
24234d584d
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:33 +00:00
ruthra kumar
a69881e8e5
Merge pull request #32349 from frappe/mergify/bp/version-14-hotfix/pr-32303
...
fix: difference amount calculation and popup on payment reconciliation (backport #32303 )
2022-09-26 11:15:43 +05:30
ruthra kumar
b3897406b0
fix: difference amount calculation on payment reconciliation
...
(cherry picked from commit 122d5f2729 )
2022-09-26 04:57:57 +00:00
Deepesh Garg
0136d58d59
Merge pull request #32334 from frappe/mergify/bp/version-14-hotfix/pr-32117
...
fix: Reduce font size for Process Statement of accounts print/pdf (backport #32117 )
2022-09-25 17:21:10 +05:30
Sagar Sharma
3a74ac9194
Merge pull request #32337 from frappe/mergify/bp/version-14-hotfix/pr-32324
...
refactor: rewrite `Production Planning Report` queries in `QB` (backport #32324 )
2022-09-23 10:37:54 +05:30
Sagar Sharma
21a4556f99
refactor: rewrite Production Planning Report queries in QB
...
(cherry picked from commit 8417b9b99c )
2022-09-23 04:20:22 +00:00
Deepesh Garg
bcfa9b8593
fix: Reduce font size for Process Statement of accounts print/pdf
...
(cherry picked from commit 6bfd193b0d )
2022-09-22 19:39:17 +00:00
Sagar Sharma
f2dd547451
Merge pull request #32327 from s-aga-r/backport/v14-h/32309
...
fix: item_code key error in production plan (backport #32309 )
2022-09-22 18:32:21 +05:30
Rohit Waghchaure
4e31448e3d
fix: item_code key error in production plan
2022-09-22 18:07:20 +05:30
Sagar Sharma
d5d31060c4
Merge pull request #32317 from s-aga-r/backport/v14-h/32304
...
refactor: rewrite `Exponential Smoothing Forecasting` queries in `QB` (backport #32304 )
2022-09-22 01:32:10 +05:30
Sagar Sharma
f5c517d08d
refactor: rewrite Exponential Smoothing Forecasting queries in QB
2022-09-21 21:31:37 +05:30
Deepesh Garg
8d5131ef8f
Merge pull request #32300 from frappe/mergify/bp/version-14-hotfix/pr-32296
...
fix: get amount in words for debit note (backport #32296 )
2022-09-21 13:07:25 +05:30
Sagar Sharma
0e7c0144cb
Merge pull request #32306 from s-aga-r/backport/14/refactor/report/exponential-smoothing-forecasting
...
refactor: rewrite `BOM Variance Report` queries in `QB` (backport #32297 )
2022-09-21 11:51:22 +05:30
Sagar Sharma
d54bf6d91c
refactor: rewrite BOM Variance Report queries in QB
2022-09-21 11:16:45 +05:30
Frappe PR Bot
c50d6c5e74
chore(release): Bumped to Version 14.2.0
...
# [14.2.0](https://github.com/frappe/erpnext/compare/v14.1.2...v14.2.0 ) (2022-09-20)
### Bug Fixes
* `po_detail` or `sco_rm_detail` not getting set while while mapping SE ([ff210c7 ](ff210c73eb ))
* `sco_rm_detail` in Stock Entry ([a15f0d4 ](a15f0d427c ))
* abbreviation issue on renaming cost center ([f752822 ](f752822bb3 ))
* Add child table for tax withheld vouchers ([e807662 ](e8076629fa ))
* always set default expense account in company ([3b79e24 ](3b79e24c7e ))
* **Asset Capitalization:** Hide source items section if table is empty ([003cfe2 ](003cfe2717 ))
* **Asset Capitalization:** Reverse depreciation on cancel ([85d1a23 ](85d1a237ce ))
* **Asset Capitalization:** update code for changes in depreciation logic ([dc3c27f ](dc3c27fd1b ))
* **Asset Capitalization:** validation edge cases ([c311b8e ](c311b8ea4f ))
* **Asset Captalization:** run_serially on posting_date changed ([132b517 ](132b517584 ))
* **Asset:** On Depreciation reversal, remove Journal Entry reference ([e832944 ](e832944dfe ))
* consider posting time for internal transfer PO ([f370c7b ](f370c7b50b ))
* correct sql output format in CRM patch (backport [#32213 ](https://github.com/frappe/erpnext/issues/32213 )) ([#32215 ](https://github.com/frappe/erpnext/issues/32215 )) ([64aad88 ](64aad88684 ))
* create dunning from sales invoice ([17ea6cc ](17ea6cc5a5 ))
* Depreciation posting date only when calculate depreciation is checked ([4939153 ](4939153f8c ))
* disable cwip in asset repair tests ([5cab0aa ](5cab0aa1d7 ))
* fetch description only if empty on the payment schedule ([8876631 ](887663129e ))
* Fetch vouchers to show in Invoice ([f759c29 ](f759c29d55 ))
* incorrect gl if tax on multi currency payment entry ([dcfc11d ](dcfc11df7a ))
* make `po_detail` or `sco_rm_detail` mandatory for SE `Send to Subcontractor` ([908944b ](908944b68b ))
* merge conflict ([cd613c6 ](cd613c6033 ))
* No permission to read doctype ([442f54a ](442f54a988 ))
* Parent Level project linkning on creating PO from project ([cbaffb4 ](cbaffb4858 ))
* pending accrual entries ([b9a2499 ](b9a249918a ))
* production plan pending-qty ([5f3caf6 ](5f3caf6975 ))
* remove no_copy for ignore_pricing_rule ([c000319 ](c0003195b8 ))
* suggestion threshold label and rule was not working for other items with min and max amount ([436b7e3 ](436b7e3b70 ))
* TDS deduction via journal entry ([eba46da ](eba46dae6c ))
* test cases ([f126e88 ](f126e88e5e ))
* test cases ([153ef5f ](153ef5f164 ))
* unknown column error while updating value of maintain-stock in item master ([38488c1 ](38488c13e6 ))
* use default supplier currency if default supplier is enabled ([c98413c ](c98413c981 ))
* warehouse filter in `BOM Stock Calculated Report` ([ed9a896 ](ed9a896f72 ))
### Features
* Asset Capitalization ([38c3107 ](38c31077c9 ))
* Asset Capitalization Form ([6c74896 ](6c748966e7 ))
* **Asset Capitalization:** Accounting Fields ([702b5c3 ](702b5c32c1 ))
* **Asset Capitalization:** Finance Book field in Asset Row ([3b9bc8e ](3b9bc8e4ef ))
* **Asset Capitalization:** Submission and Cancellation ([7a5d75b ](7a5d75b68d ))
2022-09-20 18:31:07 +00:00
Deepesh Garg
08daa237f2
Merge pull request #32292 from frappe/version-14-hotfix
...
chore: release v14
2022-09-20 23:59:35 +05:30
Sagar Sharma
85cda4a995
Merge pull request #32301 from frappe/mergify/bp/version-14-hotfix/pr-32295
...
refactor: rewrite `BOM Stock Report` queries in `QB` (backport #32295 )
2022-09-20 23:09:25 +05:30
Sagar Sharma
ed9a896f72
fix: warehouse filter in BOM Stock Calculated Report
...
(cherry picked from commit 390ce5719d )
2022-09-20 17:37:19 +00:00
Sagar Sharma
181dccd8d8
refactor: rewrite BOM Stock Report queries in QB
...
(cherry picked from commit 8fd7c04920 )
2022-09-20 17:37:18 +00:00
ruthra kumar
7554ac9569
fix: get amount in words for debit note
...
(cherry picked from commit 70f6484d9d )
2022-09-20 12:44:03 +00:00
Deepesh Garg
fcd46aa243
Merge pull request #32294 from frappe/mergify/bp/version-14-hotfix/pr-32284
...
fix: remove no_copy for ignore_pricing_rule (backport #32284 )
2022-09-20 17:16:12 +05:30
Deepesh Garg
d62b983057
chore: Resolve conflicts
2022-09-20 16:45:23 +05:30
Deepesh Garg
b0131a8a80
Merge pull request #32288 from frappe/mergify/bp/version-14-hotfix/pr-32204
...
fix(UX): More predictable tax withholding application in invoices (backport #32204 )
2022-09-20 16:38:44 +05:30
Maharshi Patel
c0003195b8
fix: remove no_copy for ignore_pricing_rule
...
(cherry picked from commit 8c5b420aea )
2022-09-20 10:50:22 +00:00
Deepesh Garg
957fc440fd
Merge pull request #32290 from frappe/mergify/bp/version-14-hotfix/pr-32264
...
fix: Depreciation posting date only when calculate depreciation is checked (backport #32264 )
2022-09-20 15:00:19 +05:30
Deepesh Garg
4939153f8c
fix: Depreciation posting date only when calculate depreciation is checked
...
(cherry picked from commit fac82cf69b )
2022-09-20 09:18:22 +00:00
Deepesh Garg
302f2d10e2
chore: fix tests
...
(cherry picked from commit 9aa1f84d45 )
2022-09-20 09:06:40 +00:00
Deepesh Garg
eba46dae6c
fix: TDS deduction via journal entry
...
(cherry picked from commit 36d0906ea2 )
2022-09-20 09:06:40 +00:00
Deepesh Garg
27fdd41a6e
test: Add tests
...
(cherry picked from commit b6184ce471 )
2022-09-20 09:06:40 +00:00
Deepesh Garg
f759c29d55
fix: Fetch vouchers to show in Invoice
...
(cherry picked from commit 3fb1595a4e )
2022-09-20 09:06:40 +00:00
Deepesh Garg
e8076629fa
fix: Add child table for tax withheld vouchers
...
(cherry picked from commit 246c1a9380 )
2022-09-20 09:06:39 +00:00
Sagar Sharma
77678ecfeb
Merge pull request #32285 from frappe/mergify/bp/version-14-hotfix/pr-32280
...
refactor: rewrite `Item Shortage Report` queries in QB (backport #32280 )
2022-09-20 11:43:55 +05:30
Sagar Sharma
273ed40cfb
test: add test cases for Item Shortage Report
...
(cherry picked from commit 3dc754cac2 )
2022-09-20 05:45:04 +00:00
Sagar Sharma
a56b5ed8e5
refactor: rewrite Item Shortage Report queries in QB
...
(cherry picked from commit f0a78aa559 )
2022-09-20 05:45:03 +00:00
ruthra kumar
d7d75be0d7
Merge pull request #32283 from frappe/mergify/bp/version-14-hotfix/pr-32217
...
fix: incorrect gl if tax on multi currency payment entry (backport #32217 )
2022-09-20 11:10:25 +05:30
ruthra kumar
5ba5b7bf51
test: gl entries of payments with advance tax
...
(cherry picked from commit 5bd5dd7262 )
2022-09-20 04:31:10 +00:00
ruthra kumar
dcfc11df7a
fix: incorrect gl if tax on multi currency payment entry
...
(cherry picked from commit f0ae77b23b )
2022-09-20 04:31:10 +00:00
Deepesh Garg
f14b577766
Merge pull request #32278 from frappe/mergify/bp/version-14-hotfix/pr-32235
...
fix: fetch description only if empty on the payment schedule (backport #32235 )
2022-09-20 09:54:17 +05:30
Maharshi Patel
887663129e
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:29 +00:00
Sagar Sharma
327256a516
Merge pull request #32275 from frappe/mergify/bp/version-14-hotfix/pr-32274
...
fix: `po_detail` or `sco_rm_detail` not getting set while while mapping SE (backport #32274 )
2022-09-19 19:46:43 +05:30
Sagar Sharma
ff210c73eb
fix: po_detail or sco_rm_detail not getting set while while mapping SE
...
(cherry picked from commit 3a9c08e7c9 )
2022-09-19 13:49:43 +00:00
ruthra kumar
a85dd86832
Merge pull request #32270 from frappe/mergify/bp/version-14-hotfix/pr-32251
...
fix: use default supplier currency if default supplier is enabled (backport #32251 )
2022-09-19 14:04:16 +05:30
ruthra kumar
c98413c981
fix: use default supplier currency if default supplier is enabled
...
(cherry picked from commit 77fdc37cb7 )
2022-09-19 07:33:18 +00:00
Deepesh Garg
198d19b920
Merge pull request #32246 from frappe/mergify/bp/version-14-hotfix/pr-32238
...
fix: suggestion threshold label and rule was not working for other item with min and max amount (backport #32238 )
2022-09-19 10:10:55 +05:30
Deepesh Garg
5a2e286de6
Merge pull request #32255 from frappe/mergify/bp/version-14-hotfix/pr-32244
...
fix: Parent Level project linkning on creating PO from project (backport #32244 )
2022-09-18 19:41:45 +05:30
Sagar Sharma
24ccebc633
Merge pull request #32260 from frappe/mergify/bp/version-14-hotfix/pr-32250
...
fix: make `po_detail` or `sco_rm_detail` mandatory for SE Send to Subcontractor (backport #32250 )
2022-09-18 15:58:48 +05:30
Sagar Sharma
908944b68b
fix: make po_detail or sco_rm_detail mandatory for SE Send to Subcontractor
...
(cherry picked from commit b90875575c )
2022-09-18 09:24:48 +00:00
Deepesh Garg
cbaffb4858
fix: Parent Level project linkning on creating PO from project
...
(cherry picked from commit 93e134aab0 )
2022-09-17 15:00:33 +00:00
Sagar Sharma
7dcb8bb674
Merge pull request #32248 from frappe/mergify/bp/version-14-hotfix/pr-32247
...
fix: add SCO supplied item reference while mapping the Stock Entry (backport #32247 )
2022-09-17 16:09:15 +05:30
Sagar Sharma
a15f0d427c
fix: sco_rm_detail in Stock Entry
...
(cherry picked from commit 2f97370b8e )
2022-09-17 10:12:48 +00:00
Rohit Waghchaure
436b7e3b70
fix: suggestion threshold label and rule was not working for other items with min and max amount
...
(cherry picked from commit f5bd3fa952 )
2022-09-17 06:42:22 +00:00
Sagar Sharma
075d456417
Merge pull request #32240 from frappe/mergify/bp/version-14-hotfix/pr-32236
...
fix: production plan pending-qty (backport #32236 )
2022-09-16 21:31:57 +05:30
Sagar Sharma
ff78906361
test: update test case for production plan pending-qty
...
(cherry picked from commit bd6af7c613 )
2022-09-16 13:00:32 +00:00
Sagar Sharma
5f3caf6975
fix: production plan pending-qty
...
(cherry picked from commit 5be7d42dfd )
2022-09-16 13:00:31 +00:00
Sagar Sharma
5c09b28d62
Merge pull request #32234 from frappe/mergify/bp/version-14-hotfix/pr-32233
...
refactor: rewrite Production Plan queries in QB (backport #32233 )
2022-09-16 13:57:26 +05:30
Sagar Sharma
b700a0be1f
refactor: rewrite Production Plan queries in QB
...
(cherry picked from commit b8cf3b4c77 )
2022-09-16 08:00:08 +00:00
Nabin Hait
cceadcec33
Merge pull request #32231 from frappe/mergify/bp/version-14-hotfix/pr-32225
...
fix: create dunning from sales invoice (backport #32225 )
2022-09-16 13:06:45 +05:30
Nabin Hait
22372e69eb
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-32225
2022-09-16 12:17:14 +05:30
Nabin Hait
88c446b0bf
Merge pull request #32232 from nabinhait/asset-repair-test-fix1
...
fix: disable cwip in asset repair tests
2022-09-16 12:17:01 +05:30
Nabin Hait
5cab0aa1d7
fix: disable cwip in asset repair tests
2022-09-16 11:44:25 +05:30
Nabin Hait
569b4c256a
Merge pull request #32230 from frappe/mergify/bp/version-14-hotfix/pr-32219
...
fix: No permission to read doctype (backport #32219 )
2022-09-16 11:37:09 +05:30
Nabin Hait
17ea6cc5a5
fix: create dunning from sales invoice
...
(cherry picked from commit 29db084dc3 )
2022-09-16 05:35:51 +00:00
Nabin Hait
442f54a988
fix: No permission to read doctype
...
(cherry picked from commit c0da948a4e )
2022-09-16 05:35:29 +00:00
Deepesh Garg
c07e61953a
Merge pull request #32228 from frappe/mergify/bp/version-14-hotfix/pr-32222
...
fix: abbreviation issue on renaming cost center (backport #32222 )
2022-09-16 11:03:14 +05:30
Nabin Hait
2102b83bd9
Merge pull request #32229 from frappe/mergify/bp/version-14-hotfix/pr-32221
...
fix: consider posting time for internal transfer PO (backport #32221 )
2022-09-16 09:39:33 +05:30
Rohit Waghchaure
f370c7b50b
fix: consider posting time for internal transfer PO
...
(cherry picked from commit cb763938dc )
2022-09-16 04:08:04 +00:00
Nabin Hait
f752822bb3
fix: abbreviation issue on renaming cost center
...
(cherry picked from commit af21a11e1e )
2022-09-16 04:07:44 +00:00
Nabin Hait
af5fb78fe2
Merge pull request #32201 from nabinhait/SaiFi0102-asset-capitalization-v14
...
feat: Asset Capitalization
2022-09-16 09:34:52 +05:30
Sagar Sharma
85cf30cfa8
Merge branch 'version-14-hotfix' into SaiFi0102-asset-capitalization-v14
2022-09-15 08:17:37 +05:30
Frappe PR Bot
14e5f239ac
chore(release): Bumped to Version 14.1.2
...
## [14.1.2](https://github.com/frappe/erpnext/compare/v14.1.1...v14.1.2 ) (2022-09-14)
### Bug Fixes
* correct sql output format in CRM patch (backport [#32213 ](https://github.com/frappe/erpnext/issues/32213 )) ([#32214 ](https://github.com/frappe/erpnext/issues/32214 )) ([fed2353 ](fed23536dc ))
2022-09-14 13:52:36 +00:00
mergify[bot]
64aad88684
fix: correct sql output format in CRM patch (backport #32213 ) ( #32215 )
...
fix: correct sql output format in CRM patch (#32213 )
(cherry picked from commit 97977cdb4b )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-14 19:21:40 +05:30
mergify[bot]
fed23536dc
fix: correct sql output format in CRM patch (backport #32213 ) ( #32214 )
...
fix: correct sql output format in CRM patch (#32213 )
(cherry picked from commit 97977cdb4b )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-14 19:21:04 +05:30
Nabin Hait
f126e88e5e
fix: test cases
2022-09-14 18:31:15 +05:30
Nabin Hait
3f8c701083
Merge branch 'SaiFi0102-asset-capitalization-v14' of https://github.com/nabinhait/erpnext into SaiFi0102-asset-capitalization-v14
2022-09-14 17:21:57 +05:30
Nabin Hait
153ef5f164
fix: test cases
2022-09-14 17:20:19 +05:30
Deepesh Garg
cbdc46b89e
Merge pull request #32210 from frappe/mergify/bp/version-14-hotfix/pr-32208
...
fix: Loans pending accrual entries (backport #32208 )
2022-09-14 15:34:22 +05:30
Abhinav Raut
b9a249918a
fix: pending accrual entries
...
(cherry picked from commit f2209045f8 )
2022-09-14 08:45:47 +00:00
Nabin Hait
fb99d3f1b9
Merge branch 'version-14-hotfix' into SaiFi0102-asset-capitalization-v14
2022-09-14 12:56:47 +05:30
Nabin Hait
3b79e24c7e
fix: always set default expense account in company
2022-09-14 12:55:49 +05:30
Sagar Sharma
97b462538a
Merge pull request #32206 from frappe/mergify/bp/version-14-hotfix/pr-32205
...
fix: unknown column error while updating value of maintain-stock in item master (backport #32205 )
2022-09-14 11:09:05 +05:30
Sagar Sharma
2fe72af359
test: add test case for item master maintain-stock
...
(cherry picked from commit bf1fa014f4 )
2022-09-14 02:44:55 +00:00
Sagar Sharma
38488c13e6
fix: unknown column error while updating value of maintain-stock in item master
...
(cherry picked from commit 7b878ea3d8 )
2022-09-14 02:44:54 +00:00
Frappe PR Bot
740c17c231
chore(release): Bumped to Version 14.1.1
...
## [14.1.1](https://github.com/frappe/erpnext/compare/v14.1.0...v14.1.1 ) (2022-09-13)
### Bug Fixes
* AD not getting copied from SCO while creating a Material Transfer ([#32109 ](https://github.com/frappe/erpnext/issues/32109 )) ([09d8fa4 ](09d8fa4b5d )), closes [#32106 ](https://github.com/frappe/erpnext/issues/32106 )
* add missing warehouse filter in BOM Stock Calculated report ([4e09203 ](4e09203ddc ))
* conflict ([a408722 ](a408722983 ))
* consider Stock Entry purpose while getting total supplied qty ([5af0062 ](5af006278e ))
* customer code max characters limit issue ([#32177 ](https://github.com/frappe/erpnext/issues/32177 )) ([93e5100 ](93e510023a ))
* delete linked payment ledger entries no source doc deletion ([ccd0449 ](ccd0449006 ))
* drop old notes column from lead and prospect ([ded6e7f ](ded6e7f544 ))
* **Employee:** shorter tab titles (backport [#32192 ](https://github.com/frappe/erpnext/issues/32192 )) ([#32193 ](https://github.com/frappe/erpnext/issues/32193 )) ([027e66f ](027e66f637 ))
* hide "Return of Components" button in closed SCO (backport [#32130 ](https://github.com/frappe/erpnext/issues/32130 )) ([#32131 ](https://github.com/frappe/erpnext/issues/32131 )) ([7840fed ](7840fed7a5 ))
* import error on bank statement import ([467ee97 ](467ee97938 ))
* internal transfer flow ([4bac0da ](4bac0daf9b ))
* inventory dimension filter's label not showing in the reort ([2d2eef6 ](2d2eef6b29 ))
* item wise sales register taxes and charges ([53f235b ](53f235b630 ))
* Migrate old lead notes as per the new format ([28b1d4e ](28b1d4e2a3 ))
* option to start reposting from repost item valuation ([6483195 ](64831952d5 ))
* pick_list - picked qty getting set to 1 ([3c3ab89 ](3c3ab897d5 ))
* promotional scheme min and max amount configuration ([702c16e ](702c16eac4 ))
* QR Code multi currency issue ([d14a9a1 ](d14a9a1e89 ))
* Rate for internal PI have non stock UOM items ([c06e241 ](c06e241fbc ))
* remove EmployeeBoardingController (backport [#32139 ](https://github.com/frappe/erpnext/issues/32139 )) ([#32191 ](https://github.com/frappe/erpnext/issues/32191 )) ([944b8a0 ](944b8a0ed7 ))
* remove multiple call to ple creation ([a2285d5 ](a2285d5e5e ))
* reposting not working for internal transferred purchase receipt ([7ce6729 ](7ce6729100 ))
* require barcode item barcode ([#32111 ](https://github.com/frappe/erpnext/issues/32111 )) ([404668f ](404668fcc9 )), closes [#31957 ](https://github.com/frappe/erpnext/issues/31957 )
* required_qty in BOM Stock Calculated report ([af883be ](af883be065 ))
* SCO Supplied Items returned-qty ([4568648 ](4568648d8c ))
* Set filter condition and spell in AR ([174c750 ](174c7503c9 ))
* status filter for Subcontracting Order in Stock Entry ([844f120 ](844f120a56 ))
* Subcontracting Receipt GL Entries (backport [#31918 ](https://github.com/frappe/erpnext/issues/31918 )) ([#32124 ](https://github.com/frappe/erpnext/issues/32124 )) ([f2ab220 ](f2ab220ce3 ))
* **UX:** make Item attachments public by default (backport [#32196 ](https://github.com/frappe/erpnext/issues/32196 )) ([#32197 ](https://github.com/frappe/erpnext/issues/32197 )) ([2c4867c ](2c4867cc98 ))
* validate Subcontracting Order in Stock Entry ([d3cc9d4 ](d3cc9d4fa6 ))
### Performance Improvements
* lesser SQL queries and no validation ([7bb5f6e ](7bb5f6eb23 ))
2022-09-13 12:13:00 +00:00
Deepesh Garg
5f4b214217
Merge pull request #32199 from frappe/version-14-hotfix
...
chore: release v14
2022-09-13 17:41:02 +05:30
Deepesh Garg
5b04bebc0a
Merge pull request #32198 from frappe/mergify/bp/version-14-hotfix/pr-32190
...
fix: item wise sales register taxes and charges (backport #32190 )
2022-09-13 16:30:59 +05:30
Nabin Hait
38c31077c9
feat: Asset Capitalization
...
- manual selection of entry type
- GLE cleanup with smaller functions
- GLE considering periodical inventory
- test cases
2022-09-13 16:21:06 +05:30
Nabin Hait
cd613c6033
fix: merge conflict
2022-09-13 16:20:42 +05:30
Deepesh Garg
2e1fb5255e
Merge pull request #32195 from frappe/mergify/bp/version-14-hotfix/pr-32091
...
fix: Migrate old lead notes as per the new format (backport #32091 )
2022-09-13 14:41:35 +05:30
Deepesh Garg
9fd8fffb28
Merge pull request #32166 from frappe/mergify/bp/version-14-hotfix/pr-32144
...
fix: Rate for internal PI have non stock UOM items (backport #32144 )
2022-09-13 14:40:31 +05:30
Maharshi Patel
53f235b630
fix: item wise sales register taxes and charges
...
i have added 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.
(cherry picked from commit 62163ab3d3 )
2022-09-13 08:26:13 +00:00
mergify[bot]
2c4867cc98
fix(UX): make Item attachments public by default (backport #32196 ) ( #32197 )
...
fix(UX): make Item attachments public by default (#32196 )
(cherry picked from commit fffc245922 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-13 13:41:58 +05:30
Deepesh Garg
dda057d257
chore: Resolve conflicts
2022-09-13 13:40:36 +05:30
Nabin Hait
ded6e7f544
fix: drop old notes column from lead and prospect
...
(cherry picked from commit 4b13452022 )
2022-09-13 06:51:27 +00:00
Nabin Hait
7bb5f6eb23
perf: lesser SQL queries and no validation
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
(cherry picked from commit 2a100abef1 )
2022-09-13 06:51:27 +00:00
Nabin Hait
28b1d4e2a3
fix: Migrate old lead notes as per the new format
...
(cherry picked from commit 3abd00f3bb )
2022-09-13 06:51:26 +00:00
mergify[bot]
027e66f637
fix(Employee): shorter tab titles (backport #32192 ) ( #32193 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-09-13 10:36:12 +05:30
mergify[bot]
944b8a0ed7
fix: remove EmployeeBoardingController (backport #32139 ) ( #32191 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2022-09-13 09:50:36 +05:30
rohitwaghchaure
95da66a201
Merge pull request #32183 from frappe/mergify/bp/version-14-hotfix/pr-32181
...
fix: promotional scheme min and max amount configuration (backport #32181 )
2022-09-13 08:36:54 +05:30
Sagar Sharma
9fbf507877
Merge pull request #32189 from frappe/mergify/bp/version-14-hotfix/pr-32179
...
fix: pick_list - picked qty getting set to 1 (backport #32179 )
2022-09-12 22:42:58 +05:30
Ahmad
3c3ab897d5
fix: pick_list - picked qty getting set to 1
...
(cherry picked from commit 3256e2b8b7 )
2022-09-12 16:50:28 +00:00
Sagar Sharma
60b914b2a6
Merge pull request #32185 from frappe/mergify/bp/version-14-hotfix/pr-32150
...
refactor: BOM Stock Calculated report, fix required-qty (backport #32150 )
2022-09-12 19:49:01 +05:30
Sagar Sharma
581c5cbc38
test: add test cases for BOM Stock Calculated report
...
(cherry picked from commit e1a98c1ff7 )
2022-09-12 13:52:05 +00:00
Sagar Sharma
4e09203ddc
fix: add missing warehouse filter in BOM Stock Calculated report
...
(cherry picked from commit 7a968a5f0d )
2022-09-12 13:52:05 +00:00
Sagar Sharma
af883be065
fix: required_qty in BOM Stock Calculated report
...
(cherry picked from commit 56192daabf )
2022-09-12 13:52:05 +00:00
Sagar Sharma
08f5f81fa8
refactor: BOM Stock Calculated report
...
(cherry picked from commit 723fa9eebc )
2022-09-12 13:52:05 +00:00
Rohit Waghchaure
702c16eac4
fix: promotional scheme min and max amount configuration
...
(cherry picked from commit a8fd92ddc1 )
2022-09-12 13:01:02 +00:00
rohitwaghchaure
82440e3124
Merge pull request #32180 from frappe/mergify/bp/version-14-hotfix/pr-32177
...
fix: customer code max characters limit issue (backport #32177 )
2022-09-12 18:28:39 +05:30
rohitwaghchaure
93e510023a
fix: customer code max characters limit issue ( #32177 )
...
(cherry picked from commit 8f787c08a2 )
2022-09-12 11:19:42 +00:00
ruthra kumar
0bc61b3b16
Merge pull request #32176 from frappe/mergify/bp/version-14-hotfix/pr-32175
...
fix: Set filter condition and spell in AR (backport #32175 )
2022-09-12 16:01:41 +05:30
Nihantra C. Patel
174c7503c9
fix: Set filter condition and spell in AR
...
(cherry picked from commit e2b4ae13fa )
2022-09-12 09:31:27 +00:00
mergify[bot]
3083b4c218
chore: correct license text for GPLv3 (backport #32170 ) ( #32171 )
...
chore: correct license text for GPLv3 (#32170 )
[skip ci]
(cherry picked from commit a30f38481d )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-09-12 13:57:49 +05:30
Deepesh Garg
c06e241fbc
fix: Rate for internal PI have non stock UOM items
...
(cherry picked from commit 0f655e4430 )
# Conflicts:
# erpnext/controllers/buying_controller.py
2022-09-12 03:40:43 +00:00
Sagar Sharma
a9e9dad66a
Merge pull request #32162 from frappe/mergify/bp/version-14-hotfix/pr-32161
...
refactor: rewrite Process Loss Report queries in QB (backport #32161 )
2022-09-11 20:06:52 +05:30
Sagar Sharma
86e5f362e3
refactor: rewrite Process Loss Report queries in QB
...
(cherry picked from commit 5245928648 )
2022-09-11 14:18:22 +00:00
ruthra kumar
7cc98181ec
Merge pull request #32157 from frappe/mergify/bp/version-14-hotfix/pr-32137
...
refactor(minor): delete linked payment ledger entries on source doc deletion (backport #32137 )
2022-09-11 13:41:12 +05:30
ruthra kumar
1ea778a77b
Merge pull request #32158 from frappe/mergify/bp/version-14-hotfix/pr-32156
...
fix: remove duplicate call to ple creation (backport #32156 )
2022-09-11 12:43:45 +05:30
ruthra kumar
a2285d5e5e
fix: remove multiple call to ple creation
...
(cherry picked from commit 4adc372f9a )
2022-09-11 06:51:50 +00:00
ruthra kumar
ccd0449006
fix: delete linked payment ledger entries no source doc deletion
...
(cherry picked from commit 70313df531 )
2022-09-11 06:37:22 +00:00
Sagar Sharma
793ee83f39
Merge pull request #32154 from frappe/mergify/bp/version-14-hotfix/pr-32153
...
refactor: rewrite Work Order Stock Report queries in QB (backport #32153 )
2022-09-10 17:16:44 +05:30
Sagar Sharma
9203217678
refactor: rewrite Work Order Stock Report queries in QB
...
(cherry picked from commit d4c4dddfc3 )
2022-09-10 11:21:27 +00:00
rohitwaghchaure
3c1c50f171
Merge pull request #32141 from frappe/mergify/bp/version-14-hotfix/pr-32135
...
fix: reposting not working for internal transferred purchase receipt (backport #32135 )
2022-09-10 16:40:51 +05:30
rohitwaghchaure
a408722983
fix: conflict
2022-09-09 22:44:10 +05:30
Deepesh Garg
16502b30a0
Merge pull request #32148 from frappe/mergify/bp/version-14-hotfix/pr-32110
...
fix: error on bank statement import (backport #32110 )
2022-09-09 17:16:58 +05:30
Sagar Sharma
61a1b2b42b
Merge pull request #32147 from frappe/mergify/bp/version-14-hotfix/pr-32145
...
fix: validate Subcontracting Order Status in Stock Entry (backport #32145 )
2022-09-09 17:06:28 +05:30
ruthra kumar
467ee97938
fix: import error on bank statement import
...
Name collision between frameworks file importer's internal log and
doctype fieldname - import_log.
Frameworks internal log overrode, doctypes field which caused failure
in basic fieldtype validation.
(cherry picked from commit a6fbb80b94 )
2022-09-09 09:31:25 +00:00
Sagar Sharma
d3cc9d4fa6
fix: validate Subcontracting Order in Stock Entry
...
(cherry picked from commit 9a3dcb9ad1 )
2022-09-09 09:26:08 +00:00
Sagar Sharma
844f120a56
fix: status filter for Subcontracting Order in Stock Entry
...
(cherry picked from commit 30909a9b79 )
2022-09-09 09:26:08 +00:00
Sagar Sharma
8be12f0858
Merge pull request #32143 from frappe/mergify/bp/version-14-hotfix/pr-32102
...
fix: consider Stock Entry purpose while getting total supplied qty (backport #32102 )
2022-09-09 12:35:47 +05:30
Sagar Sharma
5af006278e
fix: consider Stock Entry purpose while getting total supplied qty
...
(cherry picked from commit 2f00413864 )
2022-09-09 06:44:26 +00:00
Rohit Waghchaure
7ce6729100
fix: reposting not working for internal transferred purchase receipt
...
(cherry picked from commit a03b4ce213 )
# Conflicts:
# erpnext/stock/stock_ledger.py
2022-09-09 04:01:23 +00:00
Sagar Sharma
c4c43bc550
Merge pull request #32134 from frappe/mergify/bp/version-14-hotfix/pr-32128
...
fix: SCO Supplied Items returned-qty (backport #32128 )
2022-09-08 19:59:23 +05:30
Sagar Sharma
62741bf744
test: add test case for returned-qty
...
(cherry picked from commit aea7188304 )
2022-09-08 13:31:38 +00:00
Sagar Sharma
4568648d8c
fix: SCO Supplied Items returned-qty
...
(cherry picked from commit ccb2889cac )
2022-09-08 13:31:38 +00:00
mergify[bot]
7840fed7a5
fix: hide "Return of Components" button in closed SCO (backport #32130 ) ( #32131 )
...
fix: hide "Return of Components" button in closed SCO (#32130 )
(cherry picked from commit 3585daab95 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-09-08 18:25:27 +05:30
Sagar Sharma
f2ab220ce3
fix: Subcontracting Receipt GL Entries (backport #31918 ) ( #32124 )
...
fix: Subcontracting Receipt GL Entries
2022-09-08 11:18:00 +05:30
rohitwaghchaure
9b6dd7e71f
Merge pull request #32120 from rohitwaghchaure/backport-provision-to-manual-reposting
...
fix: option to start reposting from repost item valuation
2022-09-07 18:05:38 +05:30
Rohit Waghchaure
64831952d5
fix: option to start reposting from repost item valuation
2022-09-07 18:04:43 +05:30
rohitwaghchaure
d53fd8c592
Merge pull request #32119 from rohitwaghchaure/backport-fixed-label-not-showing-for-filter
...
fix: inventory dimension filter's label not showing in the reort
2022-09-07 18:03:51 +05:30
Rohit Waghchaure
2d2eef6b29
fix: inventory dimension filter's label not showing in the reort
2022-09-07 18:02:41 +05:30
rohitwaghchaure
c313c37006
Merge pull request #32114 from rohitwaghchaure/backport-fixed-internal-transfer-flow
...
fix: backport fixed internal transfer flow
2022-09-07 15:44:01 +05:30
Rohit Waghchaure
a00bc2967e
test: added test case for internal transfer
2022-09-07 14:29:21 +05:30
Rohit Waghchaure
4bac0daf9b
fix: internal transfer flow
2022-09-07 14:29:15 +05:30
Sagar Sharma
404668fcc9
fix: require barcode item barcode ( #32111 )
...
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:12 +05:30
Sagar Sharma
09d8fa4b5d
fix: AD not getting copied from SCO while creating a Material Transfer ( #32109 )
...
fix: AD not getting copied from SCO while creating a Material Transfer (#32106 )
2022-09-07 12:42:12 +05:30
Deepesh Garg
354aaae587
Merge pull request #32088 from frappe/mergify/bp/version-14-hotfix/pr-32086
...
fix: QR Code multi currency issue (backport #32086 )
2022-09-07 07:46:41 +05:30
Frappe PR Bot
7235c3f88f
chore(release): Bumped to Version 14.1.0
...
# [14.1.0](https://github.com/frappe/erpnext/compare/v14.0.3...v14.1.0 ) (2022-09-06)
### Bug Fixes
* **Appointment:** create lead notes as child table ([00a73c7 ](00a73c7a57 ))
* fetch from parent not working for custom field ([76ae4d8 ](76ae4d87ca ))
* force delete old report docs (backport [#32026 ](https://github.com/frappe/erpnext/issues/32026 )) ([#32027 ](https://github.com/frappe/erpnext/issues/32027 )) ([0e9a1fb ](0e9a1fb40e ))
* include payment against PO in AR/AP report ([4bbd0ec ](4bbd0ec985 ))
* incorrect import parameter for cancel PDA ([f55881a ](f55881aef8 ))
* key error on consolidated financial report ([4409f11 ](4409f11282 ))
* KSA VAT report multi currency amount issue ([b96526e ](b96526eefd ))
* Loan Interest accruals for 0 rated loans ([1b9082e ](1b9082e07b ))
* Naming series in Journal Entry Template ([5520c6b ](5520c6b2f3 ))
* not able to make variant item ([f871dd4 ](f871dd4ef6 ))
* **pos:** error while consolidating pos invoices ([319ee41 ](319ee41403 ))
* remove spaces and order import ([055556b ](055556b7f1 ))
* upgrade process to version-14 when currency opportunity wass not set ([4cb685a ](4cb685a326 ))
* validate available qty for consumption in SCR ([26536da ](26536da74b ))
### Features
* better Item Price list view ([#31954 ](https://github.com/frappe/erpnext/issues/31954 )) ([784fb47 ](784fb47197 ))
* tabbed view for Employee form ([#31940 ](https://github.com/frappe/erpnext/issues/31940 )) ([#32095 ](https://github.com/frappe/erpnext/issues/32095 )) ([3c688df ](3c688dfa6d ))
* two new filters for gross profit ([60fa421 ](60fa421409 ))
2022-09-06 16:04:45 +00:00
Deepesh Garg
15733c14e8
Merge pull request #32101 from frappe/version-14-hotfix
...
chore: version-14 weekly release
2022-09-06 21:31:39 +05:30
rohitwaghchaure
22b2386aa1
Merge pull request #32097 from rohitwaghchaure/backport-fixed-fetch-from-parent
...
fix: fetch from parent
2022-09-06 12:59:37 +05:30
Rohit Waghchaure
6ab0637b0b
test: test cases for PI and DN
2022-09-06 11:54:56 +05:30
Rohit Waghchaure
76ae4d87ca
fix: fetch from parent not working for custom field
2022-09-06 11:54:48 +05:30
Rucha Mahabal
3c688dfa6d
feat: tabbed view for Employee form ( #31940 ) ( #32095 )
2022-09-06 11:04:13 +05:30
Sagar Sharma
8b8d054ded
Merge pull request #32090 from frappe/mergify/bp/version-14-hotfix/pr-32082
...
fix: validate available qty for consumption in SCR (backport #32082 )
2022-09-05 14:49:35 +05:30
Sagar Sharma
121ec83562
refactor(test): test_update_reserved_qty_for_subcontracting
...
(cherry picked from commit a349b58306 )
2022-09-05 08:50:29 +00:00
Sagar Sharma
26536da74b
fix: validate available qty for consumption in SCR
...
(cherry picked from commit 4a7add2169 )
2022-09-05 08:50:28 +00:00
Nabin Hait
f605564094
Merge pull request #32087 from frappe/mergify/bp/version-14-hotfix/pr-32061
...
fix(Appointment): create lead notes as child table (backport #32061 )
2022-09-05 12:56:00 +05:30
hamzaali15
d14a9a1e89
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
(cherry picked from commit b10a2b87b6 )
2022-09-05 07:13:08 +00:00
Sagar Vora
b7e8fbe43f
test: dont create lead manually, add coverage for notes
...
(cherry picked from commit 875ff15109 )
2022-09-05 06:56:48 +00:00
Sagar Vora
00a73c7a57
fix(Appointment): create lead notes as child table
...
(cherry picked from commit 58e553151e )
2022-09-05 06:56:47 +00:00
Deepesh Garg
edb100274b
Merge pull request #32080 from frappe/mergify/bp/version-14-hotfix/pr-31982
...
fix: upgrade process to version-14 when currency opportunity was not set (backport #31982 )
2022-09-04 22:39:01 +05:30
Deepesh Garg
6976316ada
chore: fix message
...
(cherry picked from commit 118b0c0f86 )
2022-09-04 13:34:32 +00:00
Florian HENRY
357f74a580
chore: better text
...
(cherry picked from commit d19b664ba9 )
2022-09-04 13:34:32 +00:00
Florian HENRY
aedd0397b8
chore: remove debug
...
(cherry picked from commit ac66538651 )
2022-09-04 13:34:32 +00:00
Florian HENRY
4cb685a326
fix: upgrade process to version-14 when currency opportunity wass not set
...
(cherry picked from commit 9d02fbadb4 )
2022-09-04 13:34:31 +00:00
Deepesh Garg
afcc0cbccd
Merge pull request #32079 from frappe/mergify/bp/version-14-hotfix/pr-31954
...
feat: better Item Price list view (backport #31954 )
2022-09-04 18:15:25 +05:30
Deepesh Garg
29bca45b1e
Merge pull request #32077 from frappe/mergify/bp/version-14-hotfix/pr-32045
...
fix: Naming series in Journal Entry Template (backport #32045 )
2022-09-04 18:14:56 +05:30
HENRY Florian
784fb47197
feat: better Item Price list view ( #31954 )
...
* feat: better Item Price list view
(cherry picked from commit 86395c6adb )
2022-09-04 12:39:04 +00:00
Solufyin
5520c6b2f3
fix: Naming series in Journal Entry Template
...
(cherry picked from commit 2085626390 )
2022-09-04 11:05:07 +00:00
Deepesh Garg
f873547447
Merge pull request #32074 from frappe/mergify/bp/version-14-hotfix/pr-31850
...
feat: two new filters for gross profit (backport #31850 )
2022-09-04 16:21:54 +05:30
Deepesh Garg
d65d2f617d
Merge pull request #32071 from frappe/mergify/bp/version-14-hotfix/pr-32053
...
fix: KSA VAT report multi currency amount issue (backport #32053 )
2022-09-04 15:58:50 +05:30
Deepesh Garg
0438433a4f
chore: Linting Issues
...
(cherry picked from commit ad8d0efa29 )
2022-09-04 10:27:23 +00:00
hrzzz
055556b7f1
fix: remove spaces and order import
...
(cherry picked from commit 3ef551872a )
2022-09-04 10:27:23 +00:00
hrzzz
60fa421409
feat: two new filters for gross profit
...
(cherry picked from commit 27891ecb77 )
2022-09-04 10:27:23 +00:00
Deepesh Garg
dd2fd12d5f
Merge pull request #32073 from frappe/mergify/bp/version-14-hotfix/pr-31822
...
fix(pos): error while consolidating pos invoices (backport #31822 )
2022-09-04 15:57:09 +05:30
Saqib Ansari
319ee41403
fix(pos): error while consolidating pos invoices
...
(cherry picked from commit 33762dbbac )
2022-09-04 07:56:31 +00:00
hamzaali15
b96526eefd
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
(cherry picked from commit 56d8962e40 )
2022-09-04 07:43:32 +00:00
rohitwaghchaure
78a992c086
Merge pull request #32066 from frappe/mergify/bp/version-14-hotfix/pr-32065
...
fix: not able to make variant item (backport #32065 )
2022-09-03 11:53:48 +05:30
Rohit Waghchaure
f871dd4ef6
fix: not able to make variant item
...
(cherry picked from commit 92b0f9cd7e )
2022-09-03 06:23:27 +00:00
ruthra kumar
79ecf7751f
Merge pull request #32060 from frappe/mergify/bp/version-14-hotfix/pr-32054
...
fix: type error on cancellation of Process Deferred Accounting (backport #32054 )
2022-09-02 17:10:34 +05:30
ruthra kumar
4698dba402
test: pda document submission and cancellation
...
(cherry picked from commit 1c385541fa )
2022-09-02 11:15:32 +00:00
ruthra kumar
f55881aef8
fix: incorrect import parameter for cancel PDA
...
(cherry picked from commit 08f2e4edc3 )
2022-09-02 11:15:31 +00:00
ruthra kumar
f1b2ba5a84
Merge pull request #32058 from frappe/mergify/bp/version-14-hotfix/pr-32052
...
fix: key error on consolidated financial report (backport #32052 )
2022-09-02 16:41:08 +05:30
ruthra kumar
4409f11282
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:42 +00:00
ruthra kumar
84865a8421
Merge pull request #32055 from frappe/mergify/bp/version-14-hotfix/pr-31942
...
fix: include payment against PO in AR/AP report (backport #31942 )
2022-09-02 14:58:25 +05:30
ruthra kumar
d9632e8138
test: payments against so/po will show up as outstanding amount
...
1. Class will use FrappeTestCase fixture
2. setup and teardown methods are introduced
3. test for payments against SO
(cherry picked from commit 36f5883dda )
2022-09-02 08:15:36 +00:00
ruthra kumar
4bbd0ec985
fix: include payment against PO in AR/AP report
...
(cherry picked from commit fdd167cac1 )
2022-09-02 08:15:36 +00:00
mergify[bot]
92f8f0ec74
chore: set BOM as default value for Backflush Raw Materials of Subcontract Based On (backport #32048 ) ( #32050 )
...
chore: set BOM as default value for Backflush Raw Materials of Subcontract Based On (#32048 )
chore: set BOM as default value for Backflush Raw Materials of Subcontract Based On in Buying Settings
(cherry picked from commit 68907ca783 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-09-02 09:10:17 +05:30
Deepesh Garg
aea484be1f
Merge pull request #32032 from frappe/mergify/bp/version-14-hotfix/pr-32030
...
fix: Loan Interest accruals for 0 rated loans (backport #32030 )
2022-08-31 21:04:38 +05:30
Deepesh Garg
52fc10d00c
chore: Add check for principal amount
...
(cherry picked from commit a76d3827ec )
2022-08-30 15:47:11 +00:00
Deepesh Garg
1b9082e07b
fix: Loan Interest accruals for 0 rated loans
...
(cherry picked from commit eefc9b7172 )
2022-08-30 15:47:11 +00:00
mergify[bot]
0e9a1fb40e
fix: force delete old report docs (backport #32026 ) ( #32027 )
...
fix: force delete old report docs (#32026 )
(cherry picked from commit ffa3071d36 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-30 15:46:08 +05:30
Frappe PR Bot
32abf67c80
chore(release): Bumped to Version 14.0.3
...
## [14.0.3](https://github.com/frappe/erpnext/compare/v14.0.2...v14.0.3 ) (2022-08-30)
### Bug Fixes
* AD not getting copied from SCO while creating a SE (backport [#32004 ](https://github.com/frappe/erpnext/issues/32004 )) ([#32007 ](https://github.com/frappe/erpnext/issues/32007 )) ([cee867f ](cee867f941 ))
* Add docstatus filter for voucher_no in Repost Item Valuation ([309da96 ](309da96442 ))
* add validation for PO in Stock Entry (backport [#31974 ](https://github.com/frappe/erpnext/issues/31974 )) ([#31975 ](https://github.com/frappe/erpnext/issues/31975 )) ([4d8ced6 ](4d8ced6c87 ))
* default supplier not set in the PP ([4cf9fb0 ](4cf9fb08e1 ))
* display amount in account currency if party is supplied ([15915d7 ](15915d7053 ))
* Explicitly commit "log_error" since its getting called during GET request (backport [#31952 ](https://github.com/frappe/erpnext/issues/31952 )) ([#31953 ](https://github.com/frappe/erpnext/issues/31953 )) ([362976f ](362976fa42 ))
* gl entries for asset repair ([f0f7afa ](f0f7afa669 ))
* lost quotation not to expired ([8717235 ](8717235a34 ))
* material request connection on work order ([193502c ](193502ce03 ))
* **patch:** update sla doctype directly (backport [#32014 ](https://github.com/frappe/erpnext/issues/32014 )) ([#32015 ](https://github.com/frappe/erpnext/issues/32015 )) ([1b5a1cb ](1b5a1cbaad ))
* permissions for Task Type ([#32016 ](https://github.com/frappe/erpnext/issues/32016 )) ([7ca1beb ](7ca1beb15d ))
* Purchase Order creation from Sales Order ([39ff0cc ](39ff0cc6d8 ))
* Purposes not set ([94ebfa7 ](94ebfa765c ))
* restrict party types to Supplier/Customer for AR/AP report ([c407d1e ](c407d1e51a ))
* Rounded total for cash and non trade discount invoices ([6c4fcd8 ](6c4fcd80c6 ))
* Route condition set for stock ledger (backport [#31935 ](https://github.com/frappe/erpnext/issues/31935 )) ([#31945 ](https://github.com/frappe/erpnext/issues/31945 )) ([a7d23ab ](a7d23abc2f ))
2022-08-30 09:24:00 +00:00
Deepesh Garg
52b42e9492
Merge pull request #32025 from frappe/version-14-hotfix
...
chore: weekly version-14 release
2022-08-30 14:52:11 +05:30
Deepesh Garg
77ac7f06d4
Merge pull request #32021 from frappe/mergify/bp/version-14-hotfix/pr-32005
...
fix: lost quotation not to expired (backport #32005 )
2022-08-30 11:08:40 +05:30
MOHAMMED NIYAS
8717235a34
fix: lost quotation not to expired
...
(cherry picked from commit 69ffef8c0e )
2022-08-30 05:03:44 +00:00
Deepesh Garg
670426f428
Merge pull request #32017 from frappe/mergify/bp/version-14-hotfix/pr-32016
...
fix: permissions for Task Type (backport #32016 )
2022-08-30 08:38:14 +05:30
mergify[bot]
1b5a1cbaad
fix(patch): update sla doctype directly (backport #32014 ) ( #32015 )
...
fix(patch): update sla doctype directly (#32014 )
fix: update sla doctype directly
(cherry picked from commit 2d41704424 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-29 22:17:39 +05:30
Raffael Meyer
7ca1beb15d
fix: permissions for Task Type ( #32016 )
...
(cherry picked from commit 73f4d5931d )
2022-08-29 16:27:00 +00:00
ruthra kumar
c660db145b
Merge pull request #32013 from frappe/mergify/bp/version-14-hotfix/pr-32009
...
refactor: readd remarks field to payment ledger (backport #32009 )
2022-08-29 20:21:43 +05:30
ruthra kumar
0aaf9c4f05
chore: add remarks migration to patches.txt
...
(cherry picked from commit d522f13d55 )
2022-08-29 19:52:33 +05:30
ruthra kumar
b3b0272ec9
chore: patch for migrating remarks to payment ledger
...
(cherry picked from commit 3a6b095ed4 )
2022-08-29 14:19:46 +00:00
ruthra kumar
f7898b4954
refactor: re-add remarks field to payment ledger and AR/AP report
...
(cherry picked from commit 5782c4469a )
2022-08-29 14:19:46 +00:00
Deepesh Garg
b067eae38c
Merge pull request #32008 from frappe/mergify/bp/version-14-hotfix/pr-32006
...
fix: Rounded total for cash and non trade discount invoices (backport #32006 )
2022-08-29 17:46:14 +05:30
mergify[bot]
cee867f941
fix: AD not getting copied from SCO while creating a SE (backport #32004 ) ( #32007 )
...
fix: AD not getting copied from SCO while creating a SE (#32004 )
(cherry picked from commit 9dbaaa33f5 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-29 15:50:22 +05:30
Deepesh Garg
6c4fcd80c6
fix: Rounded total for cash and non trade discount invoices
...
(cherry picked from commit 318da16b99 )
2022-08-29 10:06:08 +00:00
Deepesh Garg
11657effa5
Merge pull request #31970 from frappe/mergify/bp/version-14-hotfix/pr-31955
...
chore: update french translation (backport #31955 )
2022-08-28 11:32:54 +05:30
Deepesh Garg
d3b7942f32
Merge pull request #31979 from frappe/mergify/bp/version-14-hotfix/pr-31977
...
fix: restrict party types to Supplier/Customer for AR/AP report (backport #31977 )
2022-08-28 11:25:00 +05:30
mergify[bot]
f407c972d1
chore: allow return of components in SCO (backport #31994 ) ( #31995 )
...
chore: allow return of components in SCO (#31994 )
chore: allow return of components in sco
(cherry picked from commit af5cbc881f )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-26 23:15:20 +05:30
Deepesh Garg
0b72295fa2
Merge pull request #31990 from frappe/mergify/bp/version-14-hotfix/pr-31988
...
chore: remove precision on discount_percentage of Sales Invoice Item (backport #31988 )
2022-08-26 18:09:26 +05:30
Deepesh Garg
204b6c0272
Merge pull request #31973 from frappe/mergify/bp/version-14-hotfix/pr-31943
...
fix: gl entries for asset repair (backport #31943 )
2022-08-26 17:34:57 +05:30
Deepesh Garg
1118e25b6d
Merge pull request #31985 from frappe/mergify/bp/version-14-hotfix/pr-31984
...
fix: Purchase Order creation from Sales Order (backport #31984 )
2022-08-26 16:05:01 +05:30
ruthra kumar
9b9df70632
chore: remove precision on discount_percentage of Sales Invoice Item
...
(cherry picked from commit c42fef541a )
2022-08-26 10:34:50 +00:00
Solufyin
39ff0cc6d8
fix: Purchase Order creation from Sales Order
...
(cherry picked from commit bd4b4ddd8b )
2022-08-26 06:31:51 +00:00
ruthra kumar
c407d1e51a
fix: restrict party types to Supplier/Customer for AR/AP report
...
(cherry picked from commit 6aa8fd0f7b )
2022-08-25 10:50:46 +00:00
mergify[bot]
4d8ced6c87
fix: add validation for PO in Stock Entry (backport #31974 ) ( #31975 )
...
fix: add validation for PO in Stock Entry (#31974 )
(cherry picked from commit 8566832dd5 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-25 15:29:48 +05:30
Deepesh Garg
4f832678cf
chore: fix against account
...
(cherry picked from commit c1f6dd46d1 )
2022-08-25 07:55:08 +00:00
Nabin Hait
f0f7afa669
fix: gl entries for asset repair
...
(cherry picked from commit b4a2eb2e65 )
2022-08-25 07:55:08 +00:00
Florian HENRY
cb6cbf7818
chore: update fr translation
...
(cherry picked from commit 299da5d596 )
2022-08-25 07:37:06 +00:00
Florian HENRY
3aec1175df
chore: update fr translation
...
(cherry picked from commit 1f6f2747d4 )
2022-08-25 07:37:06 +00:00
Florian HENRY
c645995ae3
chore: update french translation
...
(cherry picked from commit 264f98af14 )
2022-08-25 07:37:05 +00:00
rohitwaghchaure
f772c17f3f
Merge pull request #31969 from frappe/mergify/bp/version-14-hotfix/pr-31967
...
fix: material request connection on work order (backport #31967 )
2022-08-25 12:30:25 +05:30
Rohit Waghchaure
193502ce03
fix: material request connection on work order
...
(cherry picked from commit 9ab10def49 )
2022-08-25 06:59:56 +00:00
rohitwaghchaure
abd637a238
Merge pull request #31968 from frappe/mergify/bp/version-14-hotfix/pr-31966
...
fix: default supplier not set in the PP (backport #31966 )
2022-08-25 12:26:47 +05:30
Rohit Waghchaure
4cf9fb08e1
fix: default supplier not set in the PP
...
(cherry picked from commit 5fd468d9ec )
2022-08-25 06:55:46 +00:00
Deepesh Garg
e4ca20654f
Merge pull request #31964 from frappe/mergify/bp/version-14-hotfix/pr-31909
...
fix: Add docstatus filter for voucher_no in Repost Item Valuation (backport #31909 )
2022-08-25 11:25:02 +05:30
Deepesh Garg
bc873939eb
Merge pull request #31959 from frappe/mergify/bp/version-14-hotfix/pr-31934
...
refactor: disable discount accounting on Buying module(PI) (backport #31934 )
2022-08-25 11:06:58 +05:30
Deepesh Garg
c6d3e9f432
Merge pull request #31958 from frappe/mergify/bp/version-14-hotfix/pr-31950
...
fix: display amount in account currency if party is supplied (backport #31950 )
2022-08-25 11:06:42 +05:30
rohitwaghchaure
54f4504df6
Merge pull request #31963 from frappe/mergify/bp/version-14-hotfix/pr-31951
...
fix: Purposes not set in Maintenance Visit (backport #31951 )
2022-08-25 10:50:50 +05:30
Sagar Sharma
309da96442
fix: Add docstatus filter for voucher_no in Repost Item Valuation
...
(cherry picked from commit 520306dc87 )
2022-08-25 05:20:26 +00:00
Rohit Waghchaure
94ebfa765c
fix: Purposes not set
...
(cherry picked from commit f9a7b31b5b )
2022-08-25 05:19:53 +00:00
ruthra kumar
2577747c5c
test: remove discount accounting tests
...
(cherry picked from commit 277ef04b60 )
2022-08-25 05:04:46 +00:00
ruthra kumar
fb387426d6
refactor: disable discount accounting on Buying module(PI)
...
(cherry picked from commit a956e20f29 )
2022-08-25 05:04:46 +00:00
ruthra kumar
15915d7053
fix: display amount in account currency if party is supplied
...
(cherry picked from commit e5b04d54ff )
2022-08-25 05:04:27 +00:00
mergify[bot]
362976fa42
fix: Explicitly commit "log_error" since its getting called during GET request (backport #31952 ) ( #31953 )
...
fix: Explicitly commit "log_error" since its getting called during GET request (#31952 )
(cherry picked from commit 122f1c0ced )
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com >
2022-08-24 18:26:08 +05:30
mergify[bot]
a7d23abc2f
fix: Route condition set for stock ledger (backport #31935 ) ( #31945 )
...
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:25 +05:30
mergify[bot]
4b609322ba
chore: add Work Order test dependencies (backport #31936 ) ( #31937 )
...
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:09:26 +05:30
Frappe PR Bot
5778f227ee
chore(release): Bumped to Version 14.0.2
...
## [14.0.2](https://github.com/frappe/erpnext/compare/v14.0.1...v14.0.2 ) (2022-08-23)
### Bug Fixes
* additional-cost in items table ([da69cc5 ](da69cc5477 ))
* base_amount and exchange_rate in additional-cost table ([d48487a ](d48487ada2 ))
* Cash and non trade discount calculation ([b6d2de2 ](b6d2de2cc1 ))
* don't allow to create SCR directly (backport [#31924 ](https://github.com/frappe/erpnext/issues/31924 )) ([#31926 ](https://github.com/frappe/erpnext/issues/31926 )) ([0bfb774 ](0bfb774bdf ))
* incorrect buying amount in Gross Profit rpt ([981add9 ](981add9b6f ))
* incorrect tax amt due to different exchange rate in PR and PI ([a767326 ](a76732613e ))
* limited options for no-of-employees in crm ([735a608 ](735a60807a ))
* make rate field read-only in subcontracting receipt item (backport [#31905 ](https://github.com/frappe/erpnext/issues/31905 )) ([#31906 ](https://github.com/frappe/erpnext/issues/31906 )) ([6be77d5 ](6be77d5729 ))
* map old data as per new options of no-of-employees ([35e9bfc ](35e9bfca38 ))
* **pos:** edge case while closing pos ([#31892 ](https://github.com/frappe/erpnext/issues/31892 )) ([200a971 ](200a971743 ))
* process loan interest accrual ([66e5202 ](66e5202642 ))
* recalculate rate of items based on "Recalculate Rate" checkbox ([9e60dd3 ](9e60dd32e8 ))
* TDS calculation for advance payment ([78b39d6 ](78b39d6ca4 ))
* term loan interest calculation ([8fdbbf3 ](8fdbbf374d ))
* test "test_pending_and_received_qty" ([e099e10 ](e099e10c8e ))
* Test cases ([3afb625 ](3afb625ff8 ))
* Unable to make payment entry against Fees using education app ([1aa96de ](1aa96defda ))
### Performance Improvements
* use `create_custom_fields` ([#31853 ](https://github.com/frappe/erpnext/issues/31853 )) ([6656d23 ](6656d23e45 ))
2022-08-23 05:28:37 +00:00
Deepesh Garg
7ac75aab1a
Merge pull request #31932 from frappe/version-14-hotfix
...
chore: weekly version 14 release
2022-08-23 10:57:10 +05:30
Deepesh Garg
e831b6e054
Merge pull request #31930 from frappe/mergify/bp/version-14-hotfix/pr-31910
...
fix: Cash and non trade discount calculation (backport #31910 )
2022-08-23 10:36:15 +05:30
Deepesh Garg
856a64b77c
chore: Linting issues
...
(cherry picked from commit 1cb7ae16ab )
2022-08-23 04:49:57 +00:00
Deepesh Garg
3afb625ff8
fix: Test cases
...
(cherry picked from commit ae3dce0cbd )
2022-08-23 04:49:57 +00:00
Deepesh Garg
b6d2de2cc1
fix: Cash and non trade discount calculation
...
(cherry picked from commit 3b15966cc9 )
2022-08-23 04:49:57 +00:00
mergify[bot]
0bfb774bdf
fix: don't allow to create SCR directly (backport #31924 ) ( #31926 )
...
fix: don't allow to create SCR directly (#31924 )
(cherry picked from commit bf5c43322a )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-22 18:38:21 +05:30
Deepesh Garg
d7a8db04a1
Merge pull request #31916 from frappe/mergify/bp/version-14-hotfix/pr-31856
...
fix: incorrect tax amt due to different exchange rate in PR and PI (backport #31856 )
2022-08-22 10:57:53 +05:30
Deepesh Garg
2d5ae811d2
Merge pull request #31917 from frappe/mergify/bp/version-14-hotfix/pr-31871
...
fix: incorrect buying amount in Gross Profit rpt (backport #31871 )
2022-08-22 10:56:47 +05:30
Deepesh Garg
be9607e27b
Merge pull request #31915 from frappe/mergify/bp/version-14-hotfix/pr-31894
...
fix: TDS calculation for advance payment (backport #31894 )
2022-08-22 10:32:04 +05:30
Deepesh Garg
fd45a7afbe
Merge pull request #31818 from frappe/mergify/bp/version-14-hotfix/pr-31816
...
fix: limited options for no-of-employees in the crm documents (backport #31816 )
2022-08-22 10:31:06 +05:30
Deepesh Garg
0c73af6ee2
Merge pull request #31809 from frappe/mergify/bp/version-14-hotfix/pr-31801
...
Tds report (backport #31801 )
2022-08-22 10:30:42 +05:30
ruthra kumar
981add9b6f
fix: incorrect buying amount in Gross Profit rpt
...
(cherry picked from commit 967dd398e7 )
2022-08-22 05:00:26 +00:00
Deepesh Garg
8f5736c500
Merge pull request #31832 from frappe/mergify/bp/version-14-hotfix/pr-31830
...
fix: Unable to make payment entry against Fees using education app (backport #31830 )
2022-08-22 10:29:26 +05:30
Deepesh Garg
052f7c3345
Merge pull request #31827 from frappe/mergify/bp/version-14-hotfix/pr-31799
...
fix: process loan interest accrual (backport #31799 )
2022-08-22 10:28:50 +05:30
Deepesh Garg
fa4a40812c
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-31816
2022-08-22 09:09:16 +05:30
ruthra kumar
a76732613e
fix: incorrect tax amt due to different exchange rate in PR and PI
...
(cherry picked from commit 5fd0770372 )
2022-08-22 03:38:43 +00:00
Deepesh Garg
dd602989a8
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-31801
2022-08-22 09:00:36 +05:30
Maharshi Patel
78b39d6ca4
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.
(cherry picked from commit a452143782 )
2022-08-22 03:30:04 +00:00
Deepesh Garg
77fa64e100
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-31799
2022-08-22 08:59:57 +05:30
Deepesh Garg
ac04fc60ef
Merge branch 'version-14-hotfix' into mergify/bp/version-14-hotfix/pr-31830
2022-08-22 08:59:31 +05:30
mergify[bot]
6be77d5729
fix: make rate field read-only in subcontracting receipt item (backport #31905 ) ( #31906 )
...
fix: make rate field read-only in subcontracting receipt item (#31905 )
(cherry picked from commit 588ca68171 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-20 19:28:21 +05:30
Sagar Sharma
37e5b93e2d
Merge pull request #31900 from frappe/mergify/bp/version-14-hotfix/pr-31899
...
fix: repost item valuation for subcontracting receipt (backport #31899 )
2022-08-19 22:41:28 +05:30
Sagar Sharma
19d29d1861
chore: add option for "Subcontracting Receipt" in "Voucher Type"
...
(cherry picked from commit f92f3e0208 )
2022-08-19 16:31:53 +00:00
Sagar Sharma
0db912998a
chore: allow subcontracting receipt backdated entry
...
(cherry picked from commit f8c11847bb )
2022-08-19 16:31:53 +00:00
mergify[bot]
200a971743
fix(pos): edge case while closing pos ( #31892 )
2022-08-19 17:11:13 +05:30
Sagar Sharma
c0f0986539
Merge pull request #31897 from frappe/mergify/bp/version-14-hotfix/pr-31890
...
fix: additional-costs in SCO and SCR (backport #31890 )
2022-08-19 15:58:06 +05:30
Sagar Sharma
376293326b
chore: conflicts
2022-08-19 15:30:50 +05:30
Sagar Sharma
9a29e3c9f2
chore: add test for additional-cost
...
(cherry picked from commit c247cf728c )
2022-08-19 09:56:52 +00:00
Sagar Sharma
e099e10c8e
fix: test "test_pending_and_received_qty"
...
(cherry picked from commit addd7347d8 )
2022-08-19 09:56:52 +00:00
Sagar Sharma
3b222339b8
chore: add additional-cost table in SCR
...
(cherry picked from commit 256b4245d5 )
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt/subcontracting_receipt.json
2022-08-19 09:56:51 +00:00
Sagar Sharma
9e60dd32e8
fix: recalculate rate of items based on "Recalculate Rate" checkbox
...
(cherry picked from commit 2fc6833684 )
2022-08-19 09:56:51 +00:00
Sagar Sharma
7ff5414571
chore: move "set_missing_values_in_additional_costs" from SCO to SC"
...
(cherry picked from commit ea82fe5bc2 )
2022-08-19 09:56:50 +00:00
Sagar Sharma
d48487ada2
fix: base_amount and exchange_rate in additional-cost table
...
(cherry picked from commit eabd3135f0 )
2022-08-19 09:56:50 +00:00
Sagar Sharma
da69cc5477
fix: additional-cost in items table
...
(cherry picked from commit d7ed4093d8 )
2022-08-19 09:56:50 +00:00
Sagar Vora
b2a720d847
Merge pull request #31891 from frappe/mergify/bp/version-14-hotfix/pr-31853
...
perf: use `create_custom_fields` (backport #31853 )
2022-08-18 15:57:59 +00:00
Sagar Vora
6656d23e45
perf: use create_custom_fields ( #31853 )
...
* perf: use `create_custom_fields`
* fix: default must be a string
(cherry picked from commit aafb735283 )
2022-08-18 15:31:42 +00:00
mergify[bot]
ae5c05081d
chore: remove unwanted field "provisional_expense_account" from SCR (backport #31847 ) ( #31886 )
...
chore: remove unwanted field "provisional_expense_account" from SCR (#31847 )
(cherry picked from commit 7e88eb549f )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 17:41:01 +05:30
Frappe PR Bot
028e939cca
chore(release): Bumped to Version 14.0.1
...
## [14.0.1](https://github.com/frappe/erpnext/compare/v14.0.0...v14.0.1 ) (2022-08-18)
### Bug Fixes
* add asset repair to accounting dimension list ([65bb1d8 ](65bb1d8cc2 ))
* Add dimension section in subcontracting doctypes (backport [#31849 ](https://github.com/frappe/erpnext/issues/31849 )) ([#31877 ](https://github.com/frappe/erpnext/issues/31877 )) ([50ad612 ](50ad612453 ))
* check item_code in all rows of po_items (backport [#31741 ](https://github.com/frappe/erpnext/issues/31741 )) ([#31842 ](https://github.com/frappe/erpnext/issues/31842 )) ([82f1dd2 ](82f1dd268d ))
* contact search in request for quotation (backport [#31828 ](https://github.com/frappe/erpnext/issues/31828 )) ([#31840 ](https://github.com/frappe/erpnext/issues/31840 )) ([74664a3 ](74664a34c0 ))
* delete custom fields on deletion of inventory dimension ([354a9d6 ](354a9d6169 ))
* **ecommerce:** remove query to non-existing field (backport [#31771 ](https://github.com/frappe/erpnext/issues/31771 )) ([#31773 ](https://github.com/frappe/erpnext/issues/31773 )) ([8737c10 ](8737c10ce4 ))
* getting error to show sales invoice group or print rep… (backport [#31756 ](https://github.com/frappe/erpnext/issues/31756 )) ([#31767 ](https://github.com/frappe/erpnext/issues/31767 )) ([53b9d61 ](53b9d61c46 ))
* incorrect produced-qty in production-plan-item (backport [#31706 ](https://github.com/frappe/erpnext/issues/31706 )) ([#31861 ](https://github.com/frappe/erpnext/issues/31861 )) ([010a0ca ](010a0ca0a9 ))
* incorrect rate in BOM exploded items (backport [#31513 ](https://github.com/frappe/erpnext/issues/31513 )) ([#31864 ](https://github.com/frappe/erpnext/issues/31864 )) ([abe1894 ](abe18945a6 ))
* intercompany SO throws exception ([1d1f12f ](1d1f12f949 ))
* linter (backport [#31763 ](https://github.com/frappe/erpnext/issues/31763 )) ([#31766 ](https://github.com/frappe/erpnext/issues/31766 )) ([3092131 ](3092131913 ))
* Make expense account editable in Purchase Receipt Item (backport [#31730 ](https://github.com/frappe/erpnext/issues/31730 )) ([#31878 ](https://github.com/frappe/erpnext/issues/31878 )) ([b637d4d ](b637d4d5f1 ))
* Make expense account editable in Subcontracting Receipt Item (backport [#31848 ](https://github.com/frappe/erpnext/issues/31848 )) ([#31870 ](https://github.com/frappe/erpnext/issues/31870 )) ([aa5aaa1 ](aa5aaa113e ))
* not able to issue expired batches ([ce5fc5b ](ce5fc5b457 ))
* posting_date of linked vouchers should not affect outstanding ([0faa7b0 ](0faa7b0432 ))
* **projects:** Add missing comma ([623f56a ](623f56a95c ))
* set `billing_address` for purchases in `get_party_details` ([5a28ba8 ](5a28ba8537 ))
* set `company_address` for purchases in `party.js` ([4c82533 ](4c82533239 ))
* specify allowed doctype in queries (backport [#31761 ](https://github.com/frappe/erpnext/issues/31761 )) ([#31764 ](https://github.com/frappe/erpnext/issues/31764 )) ([6dce122 ](6dce122825 ))
* Transit filter for Default Target Warehouse in SE (backport [#31839 ](https://github.com/frappe/erpnext/issues/31839 )) ([#31873 ](https://github.com/frappe/erpnext/issues/31873 )) ([04d3571 ](04d3571dd9 ))
2022-08-18 08:30:58 +00:00
Deepesh Garg
216cb9b07b
Merge pull request #31881 from frappe/version-14-hotfix
...
chore: weekly version-14 release
2022-08-18 13:59:28 +05:30
mergify[bot]
50ad612453
fix: Add dimension section in subcontracting doctypes (backport #31849 ) ( #31877 )
...
* fix: Add dimension section in subcontracting doctypes (#31849 )
(cherry picked from commit 8704ca783d )
# Conflicts:
# erpnext/patches.txt
* chore: conflicts
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-18 12:04:07 +05:30
Deepesh Garg
6b71af9008
Merge pull request #31883 from frappe/mergify/bp/version-14-hotfix/pr-31875
...
fix(projects): Add missing comma (backport #31875 )
2022-08-18 11:20:55 +05:30
Deepesh Garg
3c8412efdb
Merge pull request #31796 from frappe/mergify/bp/version-14-hotfix/pr-31737
...
fix: incorrect invoice outstanding in reconciliation tool (backport #31737 )
2022-08-18 11:20:26 +05:30
Aditya Hase
623f56a95c
fix(projects): Add missing comma
...
Added with https://github.com/frappe/erpnext/pull/31360
(cherry picked from commit d38778e400 )
2022-08-18 05:49:58 +00:00
mergify[bot]
b637d4d5f1
fix: Make expense account editable in Purchase Receipt Item (backport #31730 ) ( #31878 )
...
fix: Make expense account editable in Purchase Receipt Item (#31730 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
(cherry picked from commit 1a6508972e )
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
2022-08-18 11:16:15 +05:30
rohitwaghchaure
601bc64618
Merge pull request #31869 from frappe/mergify/bp/version-14-hotfix/pr-31860
...
fix: delete custom fields on deletion of inventory dimension (backport #31860 )
2022-08-17 21:45:57 +05:30
mergify[bot]
04d3571dd9
fix: Transit filter for Default Target Warehouse in SE (backport #31839 ) ( #31873 )
...
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:26:15 +05:30
mergify[bot]
aa5aaa113e
fix: Make expense account editable in Subcontracting Receipt Item (backport #31848 ) ( #31870 )
...
fix: Make expense account editable in Subcontracting Receipt Item (#31848 )
(cherry picked from commit 2d04e71412 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 16:31:18 +05:30
Rohit Waghchaure
354a9d6169
fix: delete custom fields on deletion of inventory dimension
...
(cherry picked from commit 0b39a0123e )
2022-08-17 10:14:14 +00:00
rohitwaghchaure
c7e2217c92
Merge pull request #31867 from frappe/mergify/bp/version-14-hotfix/pr-31863
...
fix: not able to issue expired batches (backport #31863 )
2022-08-17 15:43:32 +05:30
Rohit Waghchaure
ce5fc5b457
fix: not able to issue expired batches
...
(cherry picked from commit 795c94384a )
2022-08-17 09:16:57 +00:00
mergify[bot]
abe18945a6
fix: incorrect rate in BOM exploded items (backport #31513 ) ( #31864 )
...
fix: incorrect rate in BOM exploded items (#31513 )
(cherry picked from commit 313625c349 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-17 14:37:40 +05:30
mergify[bot]
010a0ca0a9
fix: incorrect produced-qty in production-plan-item (backport #31706 ) ( #31861 )
...
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:46:33 +05:30
mergify[bot]
74664a34c0
fix: contact search in request for quotation (backport #31828 ) ( #31840 )
...
fix: contact search in request for quotation (#31828 )
(cherry picked from commit e5e88bb9f1 )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-15 12:19:59 +05:30
mergify[bot]
82f1dd268d
fix: check item_code in all rows of po_items (backport #31741 ) ( #31842 )
...
fix: check item_code in all rows of po_items (#31741 )
fix: check the item code in each row of PO items
(cherry picked from commit 0047e18a9b )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-08-14 16:00:54 +05:30
Deepesh Garg
1aa96defda
fix: Unable to make payment entry against Fees using education app
...
(cherry picked from commit 79ac50d0f7 )
2022-08-11 15:17:42 +00:00
Abhinav Raut
8fdbbf374d
fix: term loan interest calculation
...
(cherry picked from commit 534d7ce64b )
2022-08-11 10:18:24 +00:00
Abhinav Raut
66e5202642
fix: process loan interest accrual
...
(cherry picked from commit 9ef8d5c5c3 )
2022-08-11 10:18:24 +00:00
Nabin Hait
35e9bfca38
fix: map old data as per new options of no-of-employees
...
(cherry picked from commit 909945c0ac )
2022-08-09 15:18:25 +00:00
Nabin Hait
735a60807a
fix: limited options for no-of-employees in crm
...
(cherry picked from commit 7ecd67605f )
2022-08-09 15:18:25 +00:00
mergify[bot]
c3fd802351
refactor: use browser native lazy loading (backport #31814 ) ( #31815 )
...
refactor: use browser native lazy loading (#31814 )
(cherry picked from commit 08d7c48dc7 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-08-09 18:51:27 +05:30
Deepesh Garg
6046f8bc5e
Merge pull request #31798 from frappe/mergify/bp/version-14-hotfix/pr-31779
...
Bug add accouting dimension in asset repair (backport #31779 )
2022-08-09 17:58:35 +05:30
Akash Krishna
d7db8ed12e
Tds report ( #31801 )
...
* fix: TDS Computation Summary Report not loading, too many values to unpack
(cherry picked from commit 32b30bc5de )
2022-08-09 12:12:33 +00:00
Sagar Vora
adcd21724b
Merge pull request #31793 from frappe/mergify/bp/version-14-hotfix/pr-31733
...
fix: set `billing_address` for purchases in `get_party_details` (backport #31733 )
2022-08-08 12:09:43 +00:00
ruthra kumar
04bdff736b
chore: patch for creating existing dimensions in asset repair
...
(cherry picked from commit 80f508c4b1 )
2022-08-08 11:10:25 +00:00
ruthra kumar
65bb1d8cc2
fix: add asset repair to accounting dimension list
...
(cherry picked from commit 452584c4bd )
2022-08-08 11:10:25 +00:00
Deepesh Garg
ebf766cf62
Merge pull request #31794 from frappe/mergify/bp/version-14-hotfix/pr-31777
...
fix: intercompany SO created from Purchase Order throws exception (backport #31777 )
2022-08-08 16:36:46 +05:30
ruthra kumar
80bf47170f
test: posting_date should not affect outstanding amount calculation
...
(cherry picked from commit ef312b8fc4 )
2022-08-08 10:59:05 +00:00
ruthra kumar
0faa7b0432
fix: posting_date of linked vouchers should not affect outstanding
...
posting_date filter should not be applied for linked vouchers.
(cherry picked from commit 5f1562c5b2 )
2022-08-08 10:59:05 +00:00
ruthra kumar
1d1f12f949
fix: intercompany SO throws exception
...
(cherry picked from commit af0a353b79 )
2022-08-08 10:36:55 +00:00
Sagar Vora
4c82533239
fix: set company_address for purchases in party.js
...
(cherry picked from commit d05082987f )
2022-08-08 07:31:44 +00:00
Sagar Vora
5a28ba8537
fix: set billing_address for purchases in get_party_details
...
(cherry picked from commit a3625b3817 )
2022-08-08 07:31:44 +00:00
mergify[bot]
8737c10ce4
fix(ecommerce): remove query to non-existing field (backport #31771 ) ( #31773 )
...
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 16:49:16 +05:30
Ankush Menat
2defb89962
ci: fix automated release regex ( #31770 )
...
[skip ci]
2022-08-03 16:15:32 +05:30
mergify[bot]
53b9d61c46
fix: getting error to show sales invoice group or print rep… (backport #31756 ) ( #31767 )
...
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:22:54 +05:30
mergify[bot]
3092131913
fix: linter (backport #31763 ) ( #31766 )
...
fix: linter (#31763 )
(cherry picked from commit 9c580dde39 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-08-03 11:17:44 +05:30
mergify[bot]
6dce122825
fix: specify allowed doctype in queries (backport #31761 ) ( #31764 )
...
fix: specify allowed doctype in queries (#31761 )
(cherry picked from commit 9baa222976 )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2022-08-03 11:16:41 +05:30
Ankush Menat
248cc48842
ci: setup releases for v14 ( #31759 )
...
[skip ci]
2022-08-02 12:11:36 +05:30
Deepesh Garg
ebd8f2f45b
chore: verison bump and change log
2022-08-01 22:29:34 +05:30
rohitwaghchaure
590e91bb80
Merge pull request #31750 from rohitwaghchaure/minor-fix-change-link
...
fix: minor URL link
2022-08-01 14:31:09 +05:30
Rohit Waghchaure
0e7c4314b4
fix: minor changed link
2022-08-01 14:03:12 +05:30
Marica
1a2ffc7c6e
Merge pull request #31601 from pps190/pref-wh-wise-stock-value
...
perf: reduce db calls for warehouse wise stock value chart
2022-07-27 17:47:43 +05:30
HENRY Florian
cc1f837685
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 >
2022-07-27 17:21:01 +05:30
Nabin Hait
67fefa37ce
Merge pull request #31678 from nabinhait/crm-fixes-5
...
fix: mentions in notes, workspace links, no-of-employees field type and report fixes
2022-07-27 16:50:18 +05:30
Marica
53b6cea610
Merge pull request #31469 from marination/make-image-field-obsolete-in-web-item
...
chore: Make `image` field obsolete in Website Item (redundant)
2022-07-27 15:43:01 +05:30
Marica
4fa58d7931
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-27 14:53:03 +05:30
Suraj Shetty
273c6ff598
Merge pull request #31690 from phot0n/fix-payments-stuff
2022-07-27 14:37:15 +05:30
Marica
56db91b322
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-27 14:12:09 +05:30
marination
af38baeb3b
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`
2022-07-27 14:09:49 +05:30
phot0n
0048bcb067
chore: fix linter
2022-07-27 12:34:52 +05:30
phot0n
76493e928f
ci: update install script and patch workflow to accomodate payments app
2022-07-27 12:21:48 +05:30
Nabin Hait
02dd174bc7
Merge branch 'develop' into crm-fixes-5
2022-07-27 11:56:36 +05:30
Deepesh Garg
1e3918d637
Merge pull request #31286 from SolufyPrivateLimited/solufy_rec_pay_report
...
fix: Added total of future amount, Remaining Balance in Payable and Receivable reports
2022-07-27 08:26:16 +05:30
rohitwaghchaure
cdec6f60de
Merge pull request #31681 from rohitwaghchaure/dont-show-zero-qty-data-in-report
...
fix: dont show zero qty available items in stock ageing report
2022-07-27 00:44:11 +05:30
mergify[bot]
5b7b58322f
fix: hero image not loading in portal homepage (backport #31699 ) ( #31700 )
...
fix: hero image not loading in portal homepage (#31699 )
(cherry picked from commit 8a6432ec3f )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-07-26 13:46:03 +05:30
Sagar Vora
c6fbb7b27d
Revert "docs: improve README"
...
This reverts commit 38e71b0639 .
2022-07-26 13:09:46 +05:30
Sagar Vora
38e71b0639
docs: improve README
2022-07-26 13:08:39 +05:30
Deepesh Garg
98b42ce786
Merge pull request #31676 from ruthra-kumar/fix_tax_withholding_checkbox_on_PI
...
fix: enable tax withholding checkbox in PI with supplier_tds
2022-07-25 12:56:29 +05:30
Marica
d2d651a0c3
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-25 12:43:08 +05:30
gavin
7b90986eb0
Merge pull request #31454 from gavindsouza/mariadb-client-refactor
...
fix: Misc enhancements
2022-07-25 12:22:42 +05:30
Gavin D'souza
3c26415b6f
fix(gd): Scan FY only if current_fiscal_year set
2022-07-25 11:54:49 +05:30
Gavin D'souza
cb73528c9c
test: Use assertSequenceEqual for comparision between Tuple / Lists
...
Use AssertSequence for type agnostic checks
2022-07-25 11:54:49 +05:30
Gavin D'souza
b07dd1083a
ci: Check for conflicts & valid python in early separate step
2022-07-25 11:54:49 +05:30
ruthra kumar
9439a7fd30
Merge pull request #31576 from ruthra-kumar/return_not_updating_so_billed_percentage
...
fix: credite note for returned delivery note updates SO's billed percentage
2022-07-25 11:24:00 +05:30
phot0n
8004550444
fix: add payments as a required app for erpnext
2022-07-25 10:46:46 +05:30
phot0n
ef14da21bc
fix: payment utils import paths
...
Since we're splitting payments app from frappe, updating
ERPnext paths as well
2022-07-25 10:38:09 +05:30
Rohit Waghchaure
5da7e01db2
fix: dont show zero qty available items in stock ageing report
2022-07-22 17:54:46 +05:30
Nabin Hait
29b8715205
fix: mentions in notes, workspace links, no-of-employees field type and report fixes
2022-07-22 15:33:39 +05:30
ruthra kumar
b461724416
fix: enable tax withholding checkbox in PI with supplier_tds
2022-07-22 14:32:14 +05:30
Deepesh Garg
538f5a9964
Merge pull request #31497 from HarryPaulo/develop
...
fix: translated message for credit limit blocking
2022-07-22 14:22:58 +05:30
Deepesh Garg
80b354f1c7
Merge pull request #31656 from ruthra-kumar/use_current_profile_in_pos_return
...
fix: use current pos profile on sales return
2022-07-22 13:10:53 +05:30
Rucha Mahabal
7b0e5661c6
fix(patch): ignore links while deleting hr payroll doctypes ( #31674 )
2022-07-22 12:46:59 +05:30
Marica
6883fc95ae
Merge pull request #31579 from pps190/fix-pl-customer-name
...
fix: display customer name on picking list
2022-07-21 18:38:08 +05:30
billy995
8629d01dd5
Update de.csv ( #31596 )
...
IN,IM to IN,EIN
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-07-21 14:49:11 +05:30
HENRY Florian
3ba0d6cc5c
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 >
2022-07-21 14:48:42 +05:30
mergify[bot]
89f516c32b
fix: assign duplicate_items_msg outside conditional (backport #31639 ) ( #31650 )
...
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
(cherry picked from commit 8e23c6ad69 )
Co-authored-by: Maharshi Patel <39730881+maharshivpatel@users.noreply.github.com >
2022-07-21 13:57:03 +05:30
Marc de Lima Lucio
048c037842
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 >
2022-07-21 13:46:59 +05:30
Sagar Vora
bf2833b8ee
fix: ensure defaults removed in bad frappe patch get set again ( #31659 )
2022-07-21 13:32:03 +05:30
ruthra kumar
243f66fcd3
test: SO percentage billed when cr_note made against delivery return
2022-07-21 13:05:34 +05:30
ruthra kumar
04c1019242
fix: update SO's percentage billed on credit note
...
Credit Note created from Sales Return will update precentage billed in
Sales Order accordingly
2022-07-21 13:05:34 +05:30
Marco Fonseca
d30f8387d9
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 >
2022-07-21 12:59:04 +05:30
ruthra kumar
739d328412
Merge pull request #31537 from ruthra-kumar/add_index_to_payment_ledger
...
refactor: create index for payment ledger
2022-07-21 12:50:39 +05:30
Saqib Ansari
d578afab55
fix: rounding errors while closing pos ( #31654 )
2022-07-21 12:18:28 +05:30
Saqib Ansari
2eaa8b17bd
fix(pos): validate product bundles while submitting pos invoice ( #31615 )
2022-07-21 12:17:58 +05:30
ruthra kumar
5b85af5f1a
fix: use current pos profile on sales return
2022-07-21 12:16:16 +05:30
rohitwaghchaure
5a3999e236
Merge pull request #31424 from rohitwaghchaure/feat-inventory-dimension
...
feat: Inventory Dimension
2022-07-20 19:47:14 +05:30
Deepesh Garg
6d61525ae4
Merge pull request #31648 from deepeshgarg007/dimension-patch-fix
...
fix: Patch to make accounting dimension in orders
2022-07-20 19:02:00 +05:30
Deepesh Garg
cad2035e07
chore: do not re run patch
2022-07-20 19:01:14 +05:30
Deepesh Garg
d46e406db7
fix: Patch to make accounting dimension in orders
2022-07-20 18:59:36 +05:30
Rucha Mahabal
8b67d627d8
fix(patch): Remove missed records for HR & Payroll separation ( #31646 )
...
* fix(patch): delete HR Payroll custom fields from core
* fix: delete HR Payroll dashboard chart, number card, web forms
2022-07-20 18:56:37 +05:30
Rucha Mahabal
2b0b53f587
Merge pull request #31467 from ruchamahabal/hr-separation
2022-07-20 16:54:44 +05:30
Rohit Waghchaure
289e6cd4ce
fix: change frappe.db.sql to frappe.qb
2022-07-20 16:02:13 +05:30
Rohit Waghchaure
e576f7f07e
test: test cases for inventory dimension
2022-07-20 16:02:13 +05:30
Rohit Waghchaure
dbec5cff00
feat: Inventory Dimension
2022-07-20 16:02:13 +05:30
Rucha Mahabal
f222284c33
Merge branch 'develop' into hr-separation
2022-07-20 15:47:40 +05:30
Nabin Hait
409c2e98a9
Merge pull request #31628 from nabinhait/pcv-perf-enhancements-dev
...
perf: Optimization of gl entry processing logic in period closing voucher
2022-07-20 15:38:34 +05:30
Nabin Hait
4951a1f0e9
Merge pull request #31637 from nabinhait/asset-monthly-depreciation
...
fix: Removed 'Allow Monthly Depreciation' checkbox
2022-07-20 15:38:17 +05:30
Nabin Hait
e1fa723eef
fix: set args to empty list if None to avoid enumerate error
2022-07-20 15:19:09 +05:30
Nabin Hait
b26438ccf7
test: Fixed test for WDV method depreciation schedule
2022-07-20 14:27:06 +05:30
Nabin Hait
6c29146c91
fix: Removed 'Allow Monthly Depreciation' checkbox
2022-07-20 14:27:06 +05:30
Rucha Mahabal
f2532a6aaa
Merge branch 'develop' into hr-separation
2022-07-20 14:22:27 +05:30
Nabin Hait
516be870df
fix: Renamed status field to gle_processing_status
2022-07-20 11:07:02 +05:30
Devin Slauenwhite
7083b3148b
fix: make customer_name field read only.
2022-07-19 11:02:43 -04:00
Devin Slauenwhite
d3f0897420
Merge branch 'develop' into fix-pl-customer-name
2022-07-19 11:01:28 -04:00
rohitwaghchaure
60dbd6a246
Merge pull request #31631 from rohitwaghchaure/slow-stock-reposting-issue
...
fix: slow stock reposting
2022-07-19 18:47:23 +05:30
Rucha Mahabal
b30f66c029
chore: use get_single_value in place of get_value
2022-07-19 17:51:03 +05:30
Vladislav
756a7bcc5c
fix: update ru translate ( #31594 )
...
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* chore: Missing comma
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-07-19 17:35:08 +05:30
Rohit Waghchaure
1d80d37ccf
fix: slow stock reposting
2022-07-19 16:36:22 +05:30
Nabin Hait
69b906438d
fix: set status on submit/cancel
2022-07-19 15:05:56 +05:30
Ankush Menat
7788bc287c
ci: stripped down semantic commit check
2022-07-19 14:59:42 +05:30
Nabin Hait
914a388ee3
test: Added test for PCV cancellation
2022-07-19 14:34:01 +05:30
Nabin Hait
4caaab32d1
perf: Optimization of gl entry processing logic in period closing voucher
2022-07-19 14:33:49 +05:30
Marica
a8179220be
Merge pull request #31515 from marination/lcv-future-stock-update
...
fix: LCV updates wrong future qty/Bin qty
2022-07-19 13:39:39 +05:30
Rucha Mahabal
8ce526115d
patch: Add HR & Payroll deprecation warning
2022-07-19 13:19:34 +05:30
Rucha Mahabal
eae39964e8
chore: Remove unused files
2022-07-19 13:04:07 +05:30
Marica
2a2db8c64a
Merge branch 'develop' into lcv-future-stock-update
2022-07-19 12:53:51 +05:30
Ankush Menat
885e731872
ci: lint commit messages ( #31625 )
2022-07-19 12:00:53 +05:30
Deepesh Garg
a6ff4db2ec
fix: Supplier details in TDS monthly report ( #31599 )
2022-07-19 10:14:44 +05:30
Rucha Mahabal
bc2c2aedad
fix(minor): Remove extra space from translated string ( #31617 )
2022-07-18 13:48:14 +05:30
Wolfram Schmidt
340bf905ec
fix: added Section translation in German for Salary Slip ( #31608 )
2022-07-18 13:33:51 +05:30
Ankush Menat
755a060ba7
refactor: dont force issue list options ( #31613 )
...
Setting route option forces the filters, only default filters should be
set and not forced for each visit.
2022-07-18 11:12:07 +05:30
Rucha Mahabal
2ae48fbdd4
Merge branch 'develop' into hr-separation
2022-07-18 10:58:22 +05:30
Deepesh Garg
b62028722e
Merge pull request #31549 from resilient-tech/ic-lingering-code
...
chore: remove missed code for India localisation
2022-07-15 15:20:06 +05:30
Ankush Menat
67a74a4d14
fix: dont check first row on report load
...
- This doesn't actually load the chart but leaves UI and data in
inconsistent state
- On refresh it randomly keeps toggling the first row - confusing
behaviour.
2022-07-15 14:09:58 +05:30
Ankush Menat
ceeea6180e
fix: dont override default report options in charts
...
Sales analytics and purchase analytics reports are clearing the default
options which includes number shortening, axis options etc. This makes
report unreadable when dealing with large numbers.
2022-07-15 14:09:58 +05:30
Devin Slauenwhite
1e20358c28
fix: sum stock_value and group by warehouse
2022-07-14 18:53:50 -04:00
Devin Slauenwhite
bc3023318e
chore: remove unused import
2022-07-14 18:09:52 -04:00
Devin Slauenwhite
73ade04dcf
pref: reduce count of db calls from n to 2
2022-07-14 18:09:08 -04:00
Sagar Vora
70c4117c22
fix: unlink custom fields in patch
2022-07-14 15:02:37 +05:30
Sagar Vora
be4a44fccd
Merge remote-tracking branch 'upstream/develop' into ic-lingering-code
2022-07-14 14:36:14 +05:30
Rucha Mahabal
f765428757
chore: Remove HRMS templates
2022-07-14 11:59:06 +05:30
Rucha Mahabal
db586afc7b
chore: Remove Salary Component Accounts doctype from Accounts module
2022-07-13 13:38:58 +05:30
Devin Slauenwhite
0a633a212d
fix: display customer name on picking list
2022-07-12 13:05:40 -04:00
Rucha Mahabal
d8aa1c59f1
Merge branch 'develop' into hr-separation
2022-07-12 19:27:19 +05:30
Deepesh Garg
d7446fd3ae
Merge pull request #31543 from lebmatter/loan_balance_adjustments
...
feat: Loan balance adjustment doctypes
2022-07-12 18:25:45 +05:30
marination
de9ea70ce3
test: LCV impact on future stock balancees
2022-07-12 13:00:00 +05:30
Ankush Menat
2224b6503b
chore: typo
...
[skip ci]
2022-07-12 12:39:22 +05:30
Deepesh Garg
0bac030ca7
chore: Linting Issues
2022-07-11 22:04:52 +05:30
Deepesh Garg
d933ff5cf6
chore: Linting Issues
2022-07-11 21:50:01 +05:30
Deepesh Garg
9b40f70ac2
Merge branch 'develop' into add_index_to_payment_ledger
2022-07-11 21:18:10 +05:30
Deepesh Garg
0b822dade0
Merge pull request #31566 from deepeshgarg007/ignore_account_currency
...
fix: Allow multi currency invoice against single party account
2022-07-11 21:14:02 +05:30
Deepesh Garg
e04e67c6bf
chore: fix query
2022-07-11 19:25:18 +05:30
Rucha Mahabal
5a51951224
test: Basic Payment Entry for Employee
2022-07-11 14:36:33 +05:30
Deepesh Garg
3cf609fab1
chore: Ignore validation
2022-07-11 13:46:59 +05:30
Deepesh Garg
c83fbd5c50
fix: Allow multi currency invoice against single party account
2022-07-11 13:43:01 +05:30
Rucha Mahabal
cd9a01be5f
test: Loan entries in Bank Reco Statement report
2022-07-11 11:57:25 +05:30
Ankush Menat
3031592368
chore: form tour location
...
closes https://github.com/frappe/frappe/issues/17247
[skip ci]
2022-07-11 11:50:57 +05:30
Marica
681b334236
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-11 11:22:51 +05:30
Marica
18a8e3fd60
Merge pull request #31550 from marination/rfq-email-addressing
...
fix: Use Contact Name instead of Supplier in RFQ Email
2022-07-11 11:21:17 +05:30
ruthra kumar
74d9fc2155
refactor: create index for payment ledger
2022-07-11 11:17:27 +05:30
Rucha Mahabal
f6fb00b59d
test: Matching Loan Repayment query in Bank Reco
2022-07-08 19:28:38 +05:30
Ankush Menat
4ec85cb2f0
test: don't silently fail reposts in tests ( #31559 )
2022-07-08 19:28:03 +05:30
Abhinav Raut
13b7ed1e2c
fix: on cancel for loan refund
2022-07-08 17:58:36 +05:30
Labeeb Mattra
35f2717ad2
Consider refund_amount in pending principal amount
2022-07-08 17:53:29 +05:30
Labeeb Mattra
9df1413adb
fix excess amount calculation in loan refund
2022-07-08 17:52:36 +05:30
Labeeb Mattra
245b0c7818
Update adjustment_type field options
2022-07-08 16:49:19 +05:30
Labeeb Mattra
6cc09ef3a2
fix adjustment amount field name
2022-07-08 16:38:41 +05:30
Marica
dc3d492c83
Merge branch 'develop' into rfq-email-addressing
2022-07-08 15:39:20 +05:30
marination
300e812a1f
chore: Instantiate variable unconditionally
2022-07-08 15:38:44 +05:30
Nabin Hait
8b69a3ec7a
Merge pull request #30955 from s-aga-r/subcontracting
...
feat: subcontracting module
2022-07-08 15:21:46 +05:30
Nabin Hait
a768b4cec3
Merge branch 'develop' into subcontracting
2022-07-08 15:21:03 +05:30
rohitwaghchaure
0c2e0693eb
Merge pull request #31553 from s-aga-r/fix/job-card/report/status
...
fix: status filter in Job Card Summary
2022-07-08 11:56:18 +05:30
Sagar Sharma
57b6dab1da
fix: status filter in Job Card Summary
2022-07-07 23:19:17 +05:30
Deepesh Garg
832a863d1e
Merge pull request #31451 from Altizo/develop
...
fix: update ru translate
2022-07-07 21:15:22 +05:30
Deepesh Garg
5eb2e71f0f
Merge branch 'develop' into develop
2022-07-07 21:15:03 +05:30
Rucha Mahabal
108cce2785
refactor: rewrite raw sql queries with frappe.qb and database API
2022-07-07 19:00:19 +05:30
Labeeb Mattra
0ed6382ab6
fix indent and imports
2022-07-07 17:40:50 +05:30
Rucha Mahabal
64075cbebc
Merge branch 'develop' into hr-separation
2022-07-07 17:36:01 +05:30
Labeeb Mattra
8434ec09c3
fix lint
2022-07-07 17:20:21 +05:30
marination
88ac519b24
fix: Use Contact Name instead of Supplier in RFQ Email
2022-07-07 16:59:23 +05:30
Sagar Vora
93f87cb6e2
chore: remove missed code for India localisation
2022-07-07 16:41:41 +05:30
Ankush Menat
bc3f99321a
refactor: department creation ( #31548 )
...
- all department creation always fails after first company, this is
handled in exception handling code but better to not attempt this in
first place.
- move department creation to company.py this has nothing to do with
setup and previous function signature made no sense.
2022-07-07 16:05:18 +05:30
marination
7a6ee8cf2d
chore: Remove image use in website item list
2022-07-07 14:25:02 +05:30
Rucha Mahabal
2248276fe9
chore: Remove gratuity rule patch
2022-07-07 13:48:59 +05:30
Rucha Mahabal
ef02e58859
Merge branch 'develop' into hr-separation
2022-07-07 13:46:54 +05:30
Deepesh Garg
0b5101d9c7
Merge pull request #31546 from deepeshgarg007/regional_quotation
...
fix: Unable to open quotation
2022-07-07 11:53:34 +05:30
Deepesh Garg
f73408bfd6
fix: Unable to open quotation
2022-07-07 10:47:48 +05:30
Sagar Sharma
f9885746a8
Merge branch 'develop' into subcontracting
2022-07-07 09:56:23 +05:30
Suraj Shetty
891fd70882
Merge pull request #31541 from surajshetty3416/update-library-usage
2022-07-07 09:41:05 +05:30
Suraj Shetty
c9dc902dee
Merge branch 'develop' into update-library-usage
2022-07-07 09:40:21 +05:30
Labeeb Mattra
1b5b2138ee
Use adjustment amounts in pending principal amnt
2022-07-06 18:52:04 +05:30
Labeeb Mattra
a1a51ce1a6
Add ref no to balance adjustment remarks
2022-07-06 18:52:04 +05:30
Labeeb Mattra
74dbf8c5d9
Add reference number to repayment remarks
2022-07-06 18:52:04 +05:30
Labeeb Mattra
27a8e16b28
Add NPA checkbox in Loan
2022-07-06 18:52:04 +05:30
Labeeb Mattra
7d6e4898c4
Update list view for Accrual and Shortfall
2022-07-06 18:52:04 +05:30
Labeeb Mattra
6febcd529b
Remove loan account field from doctype
2022-07-06 18:52:04 +05:30
Labeeb Mattra
7d468a8778
Use new adjustment amount fields
2022-07-06 18:52:04 +05:30
Labeeb Mattra
d6f632a770
Seperate credit and debit adjust amount fields in Loan
2022-07-06 18:52:04 +05:30
Abhinav Raut
5c0a25012c
feat: add adjustment amount to loan
...
- fix: bugs in loan balance adjustment
2022-07-06 18:52:04 +05:30
Labeeb Mattra
2e8f056514
Add Loan Balance Adjustment doctype
2022-07-06 18:52:04 +05:30
Labeeb Mattra
e1682965c5
Add Loan Refund doctype
2022-07-06 18:52:04 +05:30
Labeeb Mattra
88cd780ca1
Add refund amount to loan
2022-07-06 18:52:04 +05:30
Labeeb Mattra
a81da2ea85
Add more loan interest accrual types
2022-07-06 18:52:04 +05:30
Labeeb Mattra
900c878e03
update loan interest accrual types
2022-07-06 18:52:04 +05:30
Aditya Hase
7053bb9bb8
fix: Maintain backward compatibility with older bench versions ( #31542 )
...
Older versions of bench depend on `name` in setup.py
Setting it to `frappe` causes some weird behavior like moving `apps/erpnext` to `apps/frappe`
2022-07-06 17:32:21 +05:30
Suraj Shetty
f0e8a518cd
fix: Update font awesome path
2022-07-06 15:10:39 +05:30
Suraj Shetty
32fd753a14
fix: Update html2text import path
2022-07-06 15:09:44 +05:30
Marica
b58d7d1c89
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-06 14:43:23 +05:30
rohitwaghchaure
8eb676eb5a
Merge pull request #31519 from rohitwaghchaure/fixed-time-out-error-reposting
...
fix: timeout error while reposting
2022-07-06 11:45:02 +05:30
Marica
9b6bb1b3fc
Merge pull request #31529 from marination/petty-purchase
...
fix: Use fallback conversion factor while setting incoming rate for petty purchase
2022-07-06 00:38:37 +05:30
Deepesh Garg
b785d7b904
Merge pull request #31531 from nihantra/pur_inv_docstatus
...
fix: Set the condition to create a purchase receipt
2022-07-05 22:47:17 +05:30
Nihantra C. Patel
3e670eda68
fix: Set the condition to create a purchase receipt
2022-07-05 21:19:50 +05:30
marination
eec07833f4
chore: Remove image from ProductQuery fields
2022-07-05 20:31:04 +05:30
marination
aa043fe961
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
2022-07-05 19:43:02 +05:30
rohitwaghchaure
96f46b220b
Merge branch 'develop' into fixed-time-out-error-reposting
2022-07-05 19:23:46 +05:30
Deepesh Garg
37f7801cfb
Merge pull request #29884 from resilient-tech/remove-india
...
refactor: remove India specific code
2022-07-05 18:50:41 +05:30
Rohit Waghchaure
78c8bb251e
fix: timeout error while reposting
2022-07-05 18:45:13 +05:30
rohitwaghchaure
8835d16b60
Merge pull request #31514 from ruthra-kumar/fix_test_for_pr_tool
...
fix: test pr output for amount and currency
2022-07-05 18:35:01 +05:30
rohitwaghchaure
c2432778ef
Merge branch 'develop' into fix_test_for_pr_tool
2022-07-05 17:18:50 +05:30
rohitwaghchaure
d5b0b5e798
Merge pull request #31523 from rohitwaghchaure/fixed-test-case-backflushed_batch-raw-materials
...
fix: test case
2022-07-05 15:10:59 +05:30
Rohit Waghchaure
7282c8e65b
fix: test case
2022-07-05 15:10:28 +05:30
Sagar Sharma
f75d35ed60
Merge branch 'develop' into subcontracting
2022-07-05 11:25:08 +05:30
Ankush Menat
90942d2ba5
chore: remove currency info from boot ( #31520 )
...
refactor: remove currency info from boot
Framework loads this info by default now, so no need to add it here.
2022-07-05 11:22:32 +05:30
Sagar Sharma
a7161d3875
fix: SCO status on SCR cancel
2022-07-05 09:27:56 +05:30
Sagar Sharma
6f7e67db9d
chore: hide "Duplicate" button in PO
2022-07-05 08:44:35 +05:30
Sagar Sharma
687329f571
chore: update fg_item_qty based on qty in PO Item
2022-07-05 08:31:31 +05:30
Deepesh Garg
d5da8c7403
Merge pull request #31516 from deepeshgarg007/previsional_accounting_report
...
fix: Incorrect provisional expense booking while reposting
2022-07-04 20:28:10 +05:30
Deepesh Garg
60aad31162
fix: Incorrect provisional expense booking while reposting
2022-07-04 18:38:26 +05:30
ruthra kumar
104c45ecc4
fix: test pr output for amount and currency
2022-07-04 18:04:29 +05:30
marination
7a5fd71a6c
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
2022-07-04 17:46:54 +05:30
hrzzz
8cd3eb5286
fix: translation / linters
2022-07-04 08:02:02 -03:00
Rucha Mahabal
694d35e1c4
fix: Add Designation fixtures
2022-07-04 16:17:26 +05:30
Rucha Mahabal
2da427c023
patch: do not run deletion patch if HRMS is already installed
2022-07-04 14:54:23 +05:30
Ankush Menat
42761a315a
chore: ignore late binding warnings
...
Most are false positives
[skip ci]
2022-07-04 13:19:18 +05:30
Marica
75fc4ee938
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-07-04 13:14:12 +05:30
Deepesh Garg
ac9d38aa1c
Merge pull request #31499 from ruthra-kumar/bug_use_account_currency_on_reconciliation_tool
...
fix: Use account currency on Payment Reconciliation tool
2022-07-03 19:20:29 +05:30
Sagar Vora
05351bee8b
Merge remote-tracking branch 'upstream/develop' into remove-india
2022-07-03 18:07:44 +05:30
Deepesh Garg
4038c42922
Merge pull request #31405 from deepeshgarg007/e_invoice_discounts
...
feat: Cash and Non trade discounts in Sales Invoice
2022-07-03 13:34:38 +05:30
Deepesh Garg
b168d2fc25
Merge branch 'develop' of https://github.com/frappe/erpnext into e_invoice_discounts
2022-07-03 11:02:32 +05:30
Deepesh Garg
e54ec4b9b6
chore: use get instead of . operator
2022-07-03 11:02:21 +05:30
Deepesh Garg
6bb203d1f5
Merge pull request #31410 from alyf-de/apply-price-list
...
fix: apply price list rate
2022-07-02 22:47:55 +05:30
Deepesh Garg
a4edcfe33b
Merge pull request #31493 from deepeshgarg007/internal_invoicing_references
...
fix: Internal PI link in Sales Invoice
2022-07-02 22:47:10 +05:30
Deepesh Garg
38352b3e46
test: Add test for einvoice discounts
2022-07-02 22:27:20 +05:30
Deepesh Garg
b4f6429e32
Merge branch 'develop' of https://github.com/frappe/erpnext into e_invoice_discounts
2022-07-02 18:42:31 +05:30
Sagar Sharma
caeaa3f940
fix: multiple SCO against a PO
2022-07-02 06:20:09 +05:30
Ankush Menat
7e40c86c56
fix(UX): dont apply price list when changing batch on mapped docs ( #31503 )
...
fix(UX): dont apply price list batch change on mapped docs
2022-07-01 20:08:16 +05:30
Rucha Mahabal
466bf99835
fix: Remove Expense Claim from Bank Reconciliation
...
- add hooks `get_matching_queries` and `bank_reconciliation_doctypes` to extend the functionality in other apps
2022-07-01 19:01:17 +05:30
Sagar Sharma
fd162f9b14
fix: supplier warehouse in PR
2022-07-01 16:51:19 +05:30
ruthra kumar
c9d67defd8
test: PR output should have account currency
2022-07-01 13:02:14 +05:30
ruthra kumar
219855311d
fix: wrong amount fetched in payment reconciliation tool
...
- fetch amount on account currency for outstanding invoices and
- unreconcilied dr/cr notes
- fix currency field name in payment ledger entry creation
2022-07-01 12:47:07 +05:30
Rucha Mahabal
ef7299470b
Merge branch 'develop' into hr-separation
2022-07-01 11:30:25 +05:30
Rucha Mahabal
a1a6810b58
fix: Remove HR & Payroll from Authorization Control and Rules
2022-07-01 11:28:34 +05:30
mergify[bot]
7b093e5803
fix(Salary Slip): Components not updated when amount evaluates to 0 due to payment days (backport #31425 ) ( #31432 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-07-01 10:35:59 +05:30
Rucha Mahabal
7442a886a6
test: fix Employee and Activation test
2022-07-01 10:34:32 +05:30
hrzzz
fbb71a2611
fix: translated message for credit limit blocking
2022-06-30 16:14:51 -03:00
Rucha Mahabal
3051f6e7f2
fix: Update triggers on Payment Reconciliation
2022-06-30 21:37:55 +05:30
Deepesh Garg
536e768ba9
fix: Internal PI link in Sales Invoice
2022-06-30 21:29:54 +05:30
Rucha Mahabal
9f7511d6bf
fix: Remove HR & Payroll Settings from Company master
...
- moved setup to HRMS app
2022-06-30 18:12:12 +05:30
Ankush Menat
7a02dfe09a
Merge pull request #31491 from ankush/update_310
...
build!: bump min python required to 3.10
2022-06-30 17:41:43 +05:30
Sagar Sharma
b86710bb9a
fix(ui): hide "Update Items" button based on subcontracting conditions
2022-06-30 17:28:42 +05:30
Ankush Menat
b9f394a794
ci: patch test w/ diff python versions
...
Co-Authored-By: Gavin D'souza <gavin18d@gmail.com >
2022-06-30 17:10:08 +05:30
Sagar Sharma
8e4458e0e6
fix: failing test
...
Removed this test case as the new POs will not have the Supplied Items table.
2022-06-30 16:47:43 +05:30
Deepesh Garg
7ea29d870e
Merge pull request #31487 from dj12djdjs/fix-company-default-root-type
...
fix: gain/loss can be income or expense
2022-06-30 16:45:08 +05:30
Ankush Menat
57d08b7cdf
build!: bump min python required to 3.10
2022-06-30 15:49:43 +05:30
Ankush Menat
a51513194e
Merge pull request #31475 from ankush/meta_update
...
build!: declarative builds
2022-06-30 12:02:04 +05:30
Sagar Sharma
e4b1d6f0cb
Merge branch 'develop' into subcontracting
2022-06-30 11:55:17 +05:30
Ankush Menat
cd0450b102
refactor: move dev-dependencies to pyproject
2022-06-30 11:43:00 +05:30
Ankush Menat
0e3872aceb
chore(meta): update CODEOWNERS
...
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2022-06-30 11:43:00 +05:30
Ankush Menat
20f85195f4
build!: declarative builds
2022-06-30 11:42:59 +05:30
Ankush Menat
56c6a709cd
ci: bump container count for unittests ( #31490 )
...
[skip ci]
2022-06-30 11:35:45 +05:30
Devin Slauenwhite
8a13ddc2f2
fix: gain/loss can be income or expense
2022-06-29 12:28:24 -04:00
Marica
3c1002f9be
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-06-29 18:43:00 +05:30
Rucha Mahabal
1497e26f82
fix: patches
2022-06-29 18:38:39 +05:30
Rucha Mahabal
211b46b7e6
fix: Loan Application test
2022-06-29 18:00:48 +05:30
Sagar Sharma
6589c5f5e9
Merge branch 'develop' into subcontracting
2022-06-29 17:29:24 +05:30
gn306029
2a619fd789
fix: Modify opts parameter misspell ( #31476 )
...
Modify opts parameter misspell
closes #31474
2022-06-29 14:45:21 +05:30
Rucha Mahabal
f0e2bdf1dc
fix(Projects): Remove total_expense_claim calculation from gross margin
2022-06-29 13:07:06 +05:30
Rucha Mahabal
ef63c61ebd
Merge branch 'develop' into hr-separation
2022-06-29 12:35:51 +05:30
Marica
942aadf436
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-06-29 12:23:41 +05:30
Devin Slauenwhite
cdf631b9de
fix: validate item dashboard material transfer entry ( #31473 )
2022-06-29 12:06:47 +05:30
Marica
1a749e2589
Merge branch 'develop' into make-image-field-obsolete-in-web-item
2022-06-29 10:25:30 +05:30
Deepesh Garg
3bbbf02ca8
Merge pull request #31460 from ruthra-kumar/bug_ar/ap_rpt_delivery_note
...
fix: 'attribute error' on AR/AP report with delivery note filter
2022-06-29 08:06:34 +05:30
Sagar Sharma
78ff1783b1
Merge branch 'develop' into subcontracting
2022-06-28 22:20:32 +05:30
Rucha Mahabal
a24cc982e2
fix: Remove HR validations from Employee master
2022-06-28 18:47:14 +05:30
Rucha Mahabal
26a8de69c9
fix: Remove Designation Skill child table
...
- moved to HRMS app, since it isn't used anywhere in ERPNext
2022-06-28 17:18:02 +05:30
Ankush Menat
080fcb91f2
ci: pin semgrep to old version
...
current version has problem with PRs originating from fork
2022-06-28 13:46:12 +05:30
Rucha Mahabal
6bee20c5e3
chore: Add Fleet Management masters in Setup module for Delivery Trip
...
- Driver, Vehicle, Driving License Category (child table)
- Removed Email Account setup for Job Applicant from setup wizard
2022-06-28 13:29:35 +05:30
Rucha Mahabal
3c059de122
chore: Remove links for Employee Hours Utilization Based On Timesheet and Project Profitability from Projects workspace
2022-06-28 12:34:01 +05:30
Rucha Mahabal
6f407d3c62
chore: fix code formatting
2022-06-28 12:29:22 +05:30
Ankush Menat
5d73697c64
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.
2022-06-28 12:22:17 +05:30
Rucha Mahabal
6a65c8aff4
Merge branch 'develop' into hr-separation
2022-06-28 11:51:59 +05:30
Ankush Menat
bedb11ee67
fix: youtube stats background sync failures
2022-06-28 10:50:44 +05:30
Nabin Hait
925b9d985e
fix: open lead and opportunities based on today's event
2022-06-27 22:13:09 +05:30
Nabin Hait
7921a1a605
fix: Restored city, state and country fields
2022-06-27 22:13:09 +05:30
Rucha Mahabal
930e557fc6
fix: remove HR/Payroll patches
2022-06-27 20:25:16 +05:30
Rucha Mahabal
c8712b02f9
patch: Delete HR/Payroll doctypes
2022-06-27 19:59:04 +05:30
Rucha Mahabal
2b255bdddb
fix: Bank Statement loan amount query
2022-06-27 19:18:13 +05:30
ruthra kumar
3cd34ebab6
fix: 'attribute error' on AR/AP report with delivery note filter
2022-06-27 17:29:25 +05:30
Rucha Mahabal
ba8ea0f4fb
chore: Remove HR templates and references from other workspaces
...
- Removed template `employees_to_mark_attendance.html`
- Removed HR references from ERPNext Settings and Home workspaces
2022-06-27 16:56:24 +05:30
Ankush Menat
dd11f26eba
fix: dont update RM items table if not required ( #31408 )
...
Currently on PO update RM item table is auto computed again and again,
if there was any transfer/consumption against that then it will be lost.
This change:
1. Disables updating RM table if no change in qty of FG was made. Since
RM table can't possibly be different with same FG qty.
2. Blocks update completely if qty is changed and RM items are already
transferred.
2022-06-27 15:55:08 +05:30
Ankush Menat
20dac08f5f
refactor: clean up product bundle client side code ( #31455 )
...
refactor: clean up product bundle cient side code
- Remove deprecated CUR_FRM scripts
- Remove client side fetches and move it to doctype schema
2022-06-27 15:54:54 +05:30
Rucha Mahabal
1d5c8660bb
chore: Remove regional HR reports, custom field setups
...
- Removed reports Provident Fund Deductions, Professional Tax Deductions, helper js file `salary_slip_deductions_report_filters.js`
- Removed Gratuity rules setup for India and UAE
- Removed custom field setup for India
- Moved all setups to the HRMS app
2022-06-27 15:12:05 +05:30
marination
9541354ec7
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
2022-06-27 13:00:00 +05:30
Deepesh Garg
173588e169
Merge pull request #31446 from deepeshgarg007/quotation_order_item_syn
...
fix: Quotation and Sales Order item sync
2022-06-27 11:17:48 +05:30
Sagar Vora
0aafc75c90
fix: add missing print format
2022-06-26 18:36:00 +05:30
Sagar Vora
85c4c342d8
fix: improve patches
2022-06-26 18:30:54 +05:30
Sagar Vora
7f390fb755
Merge branch 'develop' into remove-india
2022-06-26 18:10:44 +05:30
Smit Vora
64de0d06ad
patch: remove custom field creation patch
2022-06-26 11:56:06 +05:30
Vladislav
7c682c55fa
Update ru.csv
2022-06-26 01:36:11 +03:00
Vladislav
99504ebe52
Update ru.csv
2022-06-26 00:15:30 +03:00
Deepesh Garg
904e69e541
Merge branch 'develop' into quotation_order_item_syn
2022-06-25 19:46:20 +05:30
Deepesh Garg
9c1eb770ba
Merge pull request #31442 from ruthra-kumar/incorrect_outstanding_on_multiple_cost_centers
...
fix: incorrect outstanding for invoice
2022-06-25 19:42:14 +05:30
Nabin Hait
f72d5506de
fix: get_all replace by sql
2022-06-25 15:08:45 +05:30
Nabin Hait
2d226be3c4
fix: Made no of employees a select field
2022-06-25 11:40:23 +05:30
Nabin Hait
483fc420a1
test: invoice from timesheet
2022-06-25 11:40:23 +05:30
Nabin Hait
6a0d0a338d
fix: Test cases removed related to copying comments from opportunity to quotation
2022-06-25 11:40:23 +05:30
Nabin Hait
82bf59e2a3
fix: test case
2022-06-25 11:40:23 +05:30
Nabin Hait
d8163f3e47
fix: set exchange rate
2022-06-25 11:40:23 +05:30
Nabin Hait
f904ac599e
fix: merge conflicts and sider issues
2022-06-25 11:40:23 +05:30
Vladislav
49aa7634a3
Update ru.csv
2022-06-25 01:32:24 +03:00
Smit Vora
8fb0997cf1
patch: remove related docs and warn
2022-06-24 21:59:28 +05:30
Deepesh Garg
6acd0325be
fix: General Ledger and TB opening entries mismatch issues
2022-06-24 21:45:05 +05:30
Deepesh Garg
58fe220479
fix: Quotation and Sales Order item sync
2022-06-24 19:43:50 +05:30
ruthra kumar
321fea322c
test: invoice outstanding when gl's are split on cost center allocat
2022-06-24 17:47:11 +05:30
Sagar Vora
b6133c300e
test: create TDS payable account
2022-06-24 16:46:52 +05:30
Sagar Vora
4a2a02286a
test: create tax withholding category instead of updating
2022-06-24 15:49:19 +05:30
Sagar Vora
69ff61c838
fix: add Lower Deduction Certificate to the Accounting workspace for now
2022-06-24 15:12:43 +05:30
Sagar Vora
9b057d15b2
fix: move hooks to reduce diff
2022-06-24 15:04:28 +05:30
Rucha Mahabal
c619b58ba9
fix: remove HR/Payroll references from form dashboards
...
- Employee, Holiday List, Project, Task, Timesheet
2022-06-24 15:03:16 +05:30
Vladislav
913b393969
Update ru.csv
2022-06-24 11:16:39 +03:00
Vladislav
2826056d41
Update ru.csv
2022-06-24 11:14:57 +03:00
Smit Vora
3c9eea54a5
fix: remove student naming series
2022-06-24 13:42:07 +05:30
Sagar Vora
593147d337
test: move code to ensure fixtures get created
2022-06-24 14:37:11 +05:30
Sagar Vora
2e6919b7be
fix: remove more India patches
2022-06-24 14:14:12 +05:30
Sagar Vora
ff10f557c0
test: use Sales Expenses instead of VAT to test disabled account
2022-06-24 13:49:20 +05:30
Sagar Vora
12b7e14fde
chore: keep back code to be a part of other apps / to be ported later
2022-06-24 13:38:13 +05:30
ruthra kumar
71f6f78d94
fix: incorrect outstanding for invoice
2022-06-24 13:36:15 +05:30
Rucha Mahabal
39e0d22044
chore: Remove HR related field references from Employee, Department form scripts
...
- removed approver fields and payroll cost center from Employee master
- removed query filter code for HR related fields from employee and department form scripts
- removed `update_approver_role`
2022-06-24 13:14:26 +05:30
Sagar Vora
0810674c8a
Merge remote-tracking branch 'upstream/develop' into remove-india
2022-06-24 13:08:40 +05:30
Marica
1d683ca9f2
Merge pull request #31421 from s-aga-r/fix/production-plan/test/planned-qty
...
fix: add UOM validation for planned-qty
2022-06-24 12:40:03 +05:30
Vladislav
f59a6248bc
Update ru.csv
...
- fix logic
- add translate
2022-06-24 01:02:41 +03:00
Rucha Mahabal
eac58abcc5
chore: Remove HR related reports from other modules
...
- Project Profitability report: Projects
- Employee Hours Utilization Based on Timesheet: Projects
- Unpaid Expense Claims: Accounts
2022-06-23 20:50:55 +05:30
Rucha Mahabal
edb528ce41
chore: Remove code for Expense Claim from Project, Task, Delivery Trip
...
- Remove `total_expense_claim` field from Project and Task, will be installed with hrms setup
- Remove Expense Claim calculation from `update_costing` in project
- Remove `update_total_expense_claim` from task
- Remove Expense Claim references from employee form tour
- Remove 'Make Expense Claim' button from Delivery Trip, will only be available if hrms is installed
- Update delivery trip tests
2022-06-23 19:48:42 +05:30
Rucha Mahabal
1ff0e4519f
chore: Extract Expense Claim, FnF, Gratuity, Employee Advance related code from accounting
...
- Added hooks `advance_payment_doctypes`, `invoice_doctypes`, `period_closing_doctypes` for other apps to extend accounting functionality
- Removed `set_query` code from `journal_entry.js` and `payment_entry.js`
- removed `update_status_for_full_and_final_statement` trigger on JE submission/cancellation
- refactored `payment_entry.py`: split functions for validating reference doctypes for easy overriding, removed hrms references from `get_reference_details` and `get_payment_entry`
- removed dead code: functions `get_bill_no_and_update_amounts`, `get_total_amount_exchange_rate_base_on_currency`, `get_total_amount_exchange_rate_for_employee_advance`, `get_amounts_based_on_ref_doc`, `get_amounts_based_on_reference_doctype`
2022-06-23 16:17:34 +05:30
GangaManoj
416d578290
fix: Add missing comma
2022-06-23 15:14:31 +05:30
GangaManoj
1b1786532a
test: Test monthly depreciation by Written Down Value method
2022-06-23 15:14:31 +05:30
GangaManoj
2b7ab72a72
fix: Convert string to datetime object
2022-06-23 15:14:31 +05:30
GangaManoj
e62beaefc1
test: Test if final day of the month is taken if depr_start_date is the last day of its month
2022-06-23 15:14:31 +05:30
GangaManoj
154e258ad0
fix: Get last day of the monthif depr posting date is the last day of its month
2022-06-23 15:14:31 +05:30
GangaManoj
b07aae4da5
fix: Correct pro-rata amount calculation
2022-06-23 15:14:31 +05:30
GangaManoj
2d9153ea30
fix: Remove misleading comment
2022-06-23 15:14:31 +05:30
GangaManoj
ab13a178b5
fix: Replace asset life with total no of depreciations
2022-06-23 15:14:31 +05:30
Sagar Sharma
73a15adc67
Merge branch 'develop' into fix/production-plan/test/planned-qty
2022-06-23 11:20:22 +05:30
Deepesh Garg
79d5d35df9
Merge pull request #31395 from nihantra/bank_clear_summ
...
fix: filter set in Bank Clearance Summary
2022-06-23 10:54:56 +05:30
Sagar Sharma
70bc51a8fc
Merge branch 'develop' into fix/production-plan/test/planned-qty
2022-06-22 15:33:08 +05:30
s-aga-r
00807abe31
fix: add UOM validation for planned-qty
2022-06-22 14:28:17 +05:30
Deepesh Garg
db2484b6b2
Merge pull request #31418 from ruthra-kumar/payment_ledger_migration_logic_bug
...
fix: handle empty values("") in against_voucher columns on gl migration
2022-06-22 12:51:21 +05:30
Marica
4c0749e04a
Merge pull request #31406 from marination/bom-update-log-cleanup-perf
...
chore: Clear Progress section for completed logs & `on_submit` UX
2022-06-22 12:16:06 +05:30
Marica
46d02ec4b2
Merge branch 'develop' into bom-update-log-cleanup-perf
2022-06-22 11:50:06 +05:30
Marica
55d67a0d09
Merge pull request #31420 from HarryPaulo/translate-status-filter-orders
...
fix: translation for filter status on report
2022-06-22 11:45:59 +05:30
rohitwaghchaure
2ed06d7ceb
Merge pull request #31248 from rohitwaghchaure/fixed-transferred-materials-are-not-consumed
...
fix: transferred batches are not fetched while making Manufacture stock entry
2022-06-22 11:37:15 +05:30
hrzzz
8b1ff96e30
fix: translation for filter status on report
2022-06-21 15:10:19 -03:00
rohitwaghchaure
186224a12a
Merge branch 'develop' into fixed-transferred-materials-are-not-consumed
2022-06-21 22:45:05 +05:30
ruthra kumar
5826b7b071
fix: identify empty values "" in against_voucher columns
2022-06-21 19:50:50 +05:30
Vladislav
ce1b4e40a1
fix: update ru translate ( #31404 )
...
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
fix logic
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
2022-06-21 19:25:05 +05:30
Rucha Mahabal
f6fbcc99a3
chore: Removed payroll dependencies from Loan Management, moved to hrms app
...
- Salary Slip Loan dt moved to hrms, removed from erpnext app
- Repay from Salary field removed from Loan and Loan Repayment, installed on hrms app setup
- fixed references to salary slip loan fields
2022-06-21 18:13:01 +05:30
Ankush Menat
e866ec6e28
Merge pull request #31412 from s-aga-r/fix/bom/default
...
fix: set default_bom for item
2022-06-21 16:42:38 +05:30
s-aga-r
dc2830da4d
fix: set default_bom for item
2022-06-21 15:13:01 +05:30
Deepesh Garg
b16ab818c5
Merge pull request #31264 from ankush/internal_trasfer_precision_loss
...
fix: internal transfer GLE validation
2022-06-21 14:31:18 +05:30
marination
4cf2225a29
chore: Implement Log clearing interface in BOM Update Log
...
- Implement Log clearing interface in BOM Update Log
- Add additional info in sidebar: Log clearing only happens for 'Update Cost' type logs
- 'Replace BOM' logs have important info and is used in BOM timeline, so we'll let users decide if they wanna keep or discard it
2022-06-21 14:10:59 +05:30
Sagar Sharma
912d26361d
Merge branch 'develop' into fixed-transferred-materials-are-not-consumed
2022-06-21 13:23:37 +05:30
Marica
5ae8f5d4b8
Merge branch 'develop' into bom-update-log-cleanup-perf
2022-06-21 11:01:03 +05:30
Deepesh Garg
f572c20009
Merge branch 'develop' into internal_trasfer_precision_loss
2022-06-21 10:45:02 +05:30
Deepesh Garg
e0e2616054
Merge pull request #31350 from deepeshgarg007/sales_exchange_rate_validation
...
fix: Conversion rate validation for multi-currency invoices
2022-06-21 09:09:38 +05:30
s-aga-r
f6ef3068d7
Merge branch 'develop' into subcontracting
2022-06-20 23:10:31 +05:30
s-aga-r
6d89b2fa28
refactor: backport old subcontracting code
2022-06-20 23:10:02 +05:30
barredterra
e2295b4e2f
fix: apply price list rate
2022-06-20 18:52:40 +02:00
Deepesh Garg
46e6c2cd0f
Merge branch 'develop' of https://github.com/frappe/erpnext into sales_exchange_rate_validation
2022-06-20 22:00:49 +05:30
Deepesh Garg
8f37393044
test: Add test case
2022-06-20 22:00:32 +05:30
marination
0320b59ea6
chore: Clear Progress section for completed logs & on_submit UX
...
- Delete `BOM Update Batch` table on 'Completed' log, to save space
- Hide Progress section on 'Completed' log
- Enqueue `on_submit` for 'Update Cost' job, getting leaf boms could take time for huge DBs. Users have to wait for screen to unfreeze.
- Add error handling to `process_boms_cost_level_wise` (Called via cron job and on submit, both in background)
2022-06-20 16:25:34 +05:30
Vladislav
b5e22c8e16
Update ru.csv
2022-06-19 21:54:06 +03:00
Sagar Vora
e48a8cd1e8
fix: remove india hook
2022-06-19 23:20:28 +05:30
Sagar Vora
33b54c50ea
chore: remove ITC patch
2022-06-19 23:18:04 +05:30
Sagar Vora
ec9861266e
Merge remote-tracking branch 'upstream/develop' into remove-india
2022-06-19 22:57:22 +05:30
Deepesh Garg
f337213f33
fix(India): Discounts in E-Invoicing
2022-06-19 21:19:02 +05:30
Deepesh Garg
169ff5a0dd
feat: Cash and Non trade discounts in Sales Invoice
2022-06-19 21:18:12 +05:30
Deepesh Garg
9aea017990
Merge pull request #31136 from ruthra-kumar/refactor_payment_reconciliation_tool
...
refactor: Payment Reconciliation tool will use Payment Ledger
2022-06-17 21:40:47 +05:30
Conor
ea28ed1bb3
refactor: if() to CASE WHEN ( #31360 )
...
* refactor: if() to CASE WHEN
* fix: remove duplicate order by
* fix: remove extraneous table
* style: reformat to black spec
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-17 21:17:48 +05:30
Deepesh Garg
4a90cd6d54
Merge branch 'develop' into refactor_payment_reconciliation_tool
2022-06-17 21:10:48 +05:30
Deepesh Garg
a0cab761b8
Merge pull request #31396 from deepeshgarg007/quotation_lost_update
...
fix: Quotation lost update
2022-06-17 21:09:03 +05:30
Deepesh Garg
e457288dba
chore: fix condition
2022-06-17 18:56:53 +05:30
Deepesh Garg
02f9441e1a
fix: Quotation lost update
2022-06-17 18:54:42 +05:30
Nihantra C. Patel
0097a2b60c
Update bank_clearance_summary.py
2022-06-17 18:35:11 +05:30
ruthra kumar
3a238b4daa
docs: specification of payment ledger
2022-06-17 17:57:07 +05:30
ruthra kumar
7312f22f35
refactor: update voucher outstanding from payment ledger
...
Outstanding amount is updated from payment ledger, only for
receivable/payable accounts. For remaining account types, update happens
from GL Entry.
2022-06-17 17:57:07 +05:30
ruthra kumar
524c175cf0
refactor: delink gl entry from reconciliation
2022-06-17 17:57:07 +05:30
ruthra kumar
ae8aa8f3e7
refactor: 'get outstanding invoices' popup in payment entry
...
Payment entry has option to select outstanding invoices using a popup
form. This change refactors the pop to use payment ledger to fetch +ve
outstanding invoices.
2022-06-17 17:57:07 +05:30
ruthra kumar
8c87674c62
refactor: outstanding_invoice function and helper class
...
outstanding invoice function has been refactored to use payment ledger
2022-06-17 17:57:07 +05:30
ruthra kumar
9cdc388c97
test: payment reconciliation tool
...
unit test cases for partial reconciliation, return invoice against
invoice, invoice against journals and journal against journal have
been added
2022-06-17 17:57:07 +05:30
ruthra kumar
65f47bca31
refactor: payment reconciliation tool
...
PR uses payment ledger for outstanding invoice and unreconcilied
cr/dr notes.
2022-06-17 17:57:07 +05:30
ruthra kumar
7b383880c6
feat: helper class for quering Payment Ledger
2022-06-17 17:57:07 +05:30
ruthra kumar
05467ffce2
test: use fixture for payment entry test cases ( #31390 )
...
refactor: use fixture for payment entry test cases
2022-06-17 17:23:29 +05:30
Conor
74a782d81d
refactor: DB independent quoting and truthy/falsy values ( #31358 )
...
* refactor: DB independent quoting and truthy/falsy values
* style: reformat to black spec
* fix: ifnull -> coalesce
* fix: coalesce -> Coalesce
* fix: revert pypika comparison
* refactor: convert queries to QB
* fix: incorrect value types for query
`=` query makes no sense with list of values
* fix: remove warehouse docstatus condition
* fix: keep using base rate as rate
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-17 17:01:27 +05:30
s-aga-r
ca24b5287e
chore: make "is_subcontracted" field read-only in PR and PI
2022-06-17 16:47:49 +05:30
s-aga-r
5002f1f1e5
feat: Add hidden field "is_old_subcontracting_flow" in PO, PR and PI
2022-06-17 16:47:41 +05:30
Rucha Mahabal
fbc1330ab0
chore: Remove HR/Payroll related setups and fixtures
...
- Fixtures moved to HRMS app
- 'HR' field in Terms and Conditions removed, added via HRMS setup
2022-06-17 16:34:13 +05:30
Marica
d6078aa911
fix: Respect system precision for user facing balance qty values ( #30837 )
...
* fix: Respect system precision for user facing balance qty values
- `get_precision` -> `set_precision`
- Use system wide currency precision for `stock_value`
- Round of qty defiiciency as per user defined precision (system flt precision), so that it is WYSIWYG for users
* fix: Consider system precision when validating future negative qty
* test: Immediate Negative Qty precision test
- Test for Immediate Negative Qty precision
- Stock Entry Negative Qty message: Format available qty in system precision
- Pass `stock_uom` as confugrable option in `make_item`
* test: Future Negative Qty validation with precision
* fix: Use `get_field_precision` for currency precision as it used to
- `get_field_precision` defaults to number format for precision (maintain old behaviour)
- Don't pass `currency` to `get_field_precision` as its not used anymore
2022-06-17 15:13:13 +05:30
Ankush Menat
74007c8e91
fix(UX): hide irrelevant UOM fields ( #31392 )
...
fix(UX): hide UOM-related fields if they are inconsequential
2022-06-17 15:10:21 +05:30
rohitwaghchaure
2ec133df6d
Merge branch 'develop' into fixed-transferred-materials-are-not-consumed
2022-06-17 15:02:07 +05:30
Ankush Menat
10583eb3ce
fix: UOM handling for transaction without item ( #31389 )
...
If invoice is made without item code then UOM, Stock UOM and
conversion_factor all need to be manually added, this is confusing and
leads missing them out leads to errors.
Simplest solution:
- if either UOM exists then set both to same uom conversion factor to
- also set conversion factor based on UOM conversions
2022-06-17 12:13:27 +05:30
Vladislav
0e8aad9038
Update ru.csv
2022-06-17 00:28:48 +03:00
Sagar Vora
1a3997a566
fix: transaction date gets unset in material request ( #31327 )
...
* fix: set date correctly in material request
* fix: use only `transaction_date` in `get_item_details`
2022-06-16 22:33:47 +05:30
Ankush Menat
6f2086d770
test: verify that all patches exist in patches.txt ( #31371 )
...
* chore: delete orphaned patches
* test: orphan/missing entries in patches.txt
[skip ci]
2022-06-16 22:15:06 +05:30
Vladislav
75e1f01b9d
Update ru.csv
2022-06-16 18:32:57 +03:00
Vladislav
c869077c92
Update ru.csv
2022-06-16 18:18:35 +03:00
Jingxuan He
b4a93da9f3
chore: Fix a potential variable misuse bug ( #31372 )
...
* Fix a potential variable misuse bug
* chore: Separate check (separate line) for empty table in Pricing Rule
* chore: Code readability & check for field in row (now row itself)
Co-authored-by: marination <maricadsouza221197@gmail.com >
2022-06-16 12:16:59 +05:30
Rucha Mahabal
4b3fb83850
fix: remove Salary Slip creation from Timesheet
...
- moved to HRMS app
2022-06-15 23:51:33 +05:30
Ankush Menat
86919d2a6d
test: silent test failure in stock assertions ( #31377 )
...
If actual values are not present then test is silently passing, # of
actual values should be at least equal to expected values.
2022-06-15 21:19:09 +05:30
Ankush Menat
5c6f22f275
refactor: simpler batching for GLE reposting ( #31374 )
...
* refactor: simpler batching for GLE reposting
* test: add "actual" test for chunked GLE reposting
2022-06-15 19:30:26 +05:30
Marica
d9c6b7218a
chore: Sponsor credit for BOM Update Tool perf
2022-06-15 18:57:39 +05:30
Vladislav
041a5e7d1f
Merge branch 'frappe:develop' into develop
2022-06-15 15:03:19 +03:00
Rucha Mahabal
39c30f5b01
chore: remove test for employee
...
- Moved to the HRMS app
2022-06-15 17:26:19 +05:30
Rushabh Mehta
c0f9b34ede
fix(minor): move variants to separate tab ( #31354 )
...
* fix(minor): move variants to separate tab
* fix(minor): variants tab
* fix(minor): add counts
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-15 16:08:05 +05:30
Ankush Menat
276267d5a6
fix: remove agriculture module from patch ( #31369 )
2022-06-15 15:26:05 +05:30
Marica
c83b4043b8
Merge pull request #31353 from marination/so-to-wo-bom
...
fix: Pick Template BOM if variant BOM absent in WO popup from SO
2022-06-15 14:37:15 +05:30
Rucha Mahabal
0f83e7af56
fix: removed expense claim, advance and salary slip updates from PE/JE events
...
- moved them to HRMS app hooks
2022-06-15 13:58:41 +05:30
Ankush Menat
94ad66e55b
chore: revert naming to default ( #31364 )
2022-06-15 13:35:42 +05:30
Deepesh Garg
be14a7e657
Merge pull request #31365 from ruthra-kumar/add_gl_migration_to_patch
...
chore: add gl to payment ledger migarion to patches
2022-06-15 13:20:10 +05:30
ruthra kumar
538faf3639
chore: add gl to payment ledger migarion to patches
2022-06-15 13:17:06 +05:30
Marica
fafdaff4d4
Merge branch 'develop' into so-to-wo-bom
2022-06-15 12:58:13 +05:30
Rucha Mahabal
3fe2ef6790
chore: update import paths for HR
2022-06-15 12:43:45 +05:30
Rucha Mahabal
8b2d045b06
fix(Projects): add a function get_users_email instead of importing from HR
2022-06-15 12:26:15 +05:30
Conor
b8f728a40a
refactor: use CURRENT_DATE instead of CURDATE() ( #31356 )
...
* refactor: use CURRENT_DATE instead of CURDATE()
* style: reformat to black spec
* refactor: use QB for auto_close queries
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-15 12:07:33 +05:30
Nihantra C. Patel
37e9622426
fix: Spelling mistake in quotation depend on ( #31362 )
...
Update quotation.json
2022-06-15 12:02:57 +05:30
Conor
2a9105f26f
refactor: DB independent capitalization of test cases ( #31359 )
2022-06-15 11:24:24 +05:30
rohitwaghchaure
a4c2c3e02f
Merge branch 'develop' into fixed-transferred-materials-are-not-consumed
2022-06-15 09:41:01 +05:30
Sagar Sharma
406114374b
Merge branch 'develop' into subcontracting
2022-06-14 06:44:29 -07:00
s-aga-r
9a68af36ec
Merge branch 'develop' into subcontracting
2022-06-14 19:13:10 +05:30
Marica
639e4c5714
Merge branch 'develop' into so-to-wo-bom
2022-06-14 18:22:11 +05:30
Ankush Menat
2535d5edd0
perf: GLE reposting with progress and chunking ( #31343 )
...
If stock voucher count goes >1000 then fetching all gles and reposting
them all at once requires much more memory and can cause crash.
- This PR ensures that GLE reposting is done in chunks of 100 vouchers.
- This PR also starts keeping track of how many such chunks were
processed so in future progress is resumed in event of timeout.
2022-06-14 18:20:33 +05:30
marination
9f2d325e67
fix: Pick Template BOM if variant BOM absent in WO popup from SO
...
- Use `get_default_bom` in sales_order.py (reduce duplicate utility functions)
- Remove redundant if else in `get_work_order_items`
- `get_default_bom`: If no BOM and template exists try to fetch template BOM
- test: `get_work_order_items` via SO and if right BOM is picked
2022-06-14 17:20:44 +05:30
s-aga-r
ca9d55a2fd
chore: update err msg for FG Item in PO
2022-06-14 13:16:22 +05:30
Deepesh Garg
d05d15346a
fix: Conversion rate validation for multi-currency invoices
2022-06-14 12:50:49 +05:30
Deepesh Garg
f8011f30e0
Merge pull request #31322 from deepeshgarg007/quotation_issues
...
fix: Company address filter in quotation
2022-06-14 11:17:12 +05:30
Deepesh Garg
5b2ba087a3
Merge branch 'develop' of https://github.com/frappe/erpnext into quotation_issues
2022-06-14 10:50:47 +05:30
Deepesh Garg
fb3da124e5
chore: linting issues
2022-06-14 10:50:38 +05:30
Conor
00ef499739
refactor: use db independent offset syntax ( #31345 )
...
* chore: use db independent offset syntax
* fix: typo
* style: reformat code to black spec
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-06-14 10:49:07 +05:30
Marica
39338e70d5
Merge pull request #31341 from marination/subcontract-supplied-items
...
fix: Supplied Qty not updated on Stock Entry cancel
2022-06-13 20:43:01 +05:30
Rucha Mahabal
23b40ff13c
fix: remove active employee validation from timesheets
...
- moved to hrms hooks, will only be triggered if app is installed
2022-06-13 20:08:48 +05:30
Marica
f5ebaed191
Merge branch 'develop' into subcontract-supplied-items
2022-06-13 18:32:43 +05:30
marination
b8f468cb4f
test: PO Supplied Qty reset on cancel/submit
2022-06-13 18:31:35 +05:30
marination
fa1d9d548e
fix: Supplied Qty not updated on Stock Entry cancel
...
- Loop over PO supplied items and update them as data from SE will exclude a row if supplied qty becomes 0 on cancel
- Use DB API insteaf of raw SQL
2022-06-13 17:59:03 +05:30
Ankush Menat
883598d59a
chore: delete BOT
...
RIP
2022-06-13 16:24:48 +05:30
Sagar Sharma
f755430098
Merge branch 'develop' into subcontracting
2022-06-13 03:00:53 -07:00
Ankush Menat
697fbe946a
Merge pull request #31337 from gavindsouza/get_fiscal_years-refactor
...
refactor: get_fiscal_years API
2022-06-13 14:56:33 +05:30
Gavin D'souza
e9af68e947
test: Remove deprecated as_tuple kwarg in FrappeTestAPI.post
2022-06-13 14:26:59 +05:30
Gavin D'souza
6c726a161c
ci(patch): Setup python dependencies after switching to current branch
2022-06-13 13:22:04 +05:30
Solufyin
0410752fcf
Merge branch 'frappe:develop' into solufy_rec_pay_report
2022-06-13 13:20:41 +05:30
Deepesh Garg
b12b7b51ec
Merge pull request #31107 from ruthra-kumar/refactor_ar/ap_report
...
refactor: Accounts Receivable/Payable Report will use Payment Ledger
2022-06-13 12:57:25 +05:30
Gavin D'souza
5f8cd34da5
fix: Use newer PyPDF2 APIs
...
Depends on https://github.com/frappe/frappe/pull/17127
2022-06-13 12:43:08 +05:30
Gavin D'souza
0727d1d99b
refactor: get_fiscal_years API
...
* Optimize fiscal year options generation
* Don't pass unrequired criterions / values to prepared query
* Use QB notation for raw query
2022-06-13 12:43:08 +05:30
Deepesh Garg
ea276a7b86
Merge branch 'develop' into refactor_ar/ap_report
2022-06-13 12:34:47 +05:30
Ankush Menat
3701cdbaf1
ci(Mergify): configuration update ( #31336 )
...
Signed-off-by: Ankush Menat <ankushmenat@gmail.com >
2022-06-13 12:14:31 +05:30
Marica
d3d0ade89f
chore: Accidental '=' instead of comma in French translation ( #31335 )
2022-06-13 11:54:12 +05:30
HENRY Florian
83367bfe5e
fix: update fr translation ( #31232 )
...
* update fr translation
* fix:update fr translation
* fix:update fr translation
* fix:update fr translation
* fix:update fr translation
* fix:update fr translation
* fix:update fr translation
* fix:update fr translation
* Update fr.csv
update typo
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* update fr translation
* fix: Use elision instead of HTML code equivalent
* fix: Use elision instead of HTML code equivalent (pt 2)
* fix: Use elision/single quote instead of HTML code equivalent (pt 3)
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-06-13 11:15:47 +05:30
ruthra kumar
3018756482
refactor: remove 'show remarks'
2022-06-13 10:56:33 +05:30
ruthra kumar
71521b6550
refactor: unit test for AR/AP report
2022-06-13 10:56:33 +05:30
ruthra kumar
cd9d70d6ee
refactor: show advance payments in AR/AP report
2022-06-13 10:56:33 +05:30
ruthra kumar
dfe3082596
refactor: AR/AP will use payment ledger
2022-06-13 10:56:30 +05:30
Deepesh Garg
eb93564db6
Merge branch 'develop' of https://github.com/frappe/erpnext into quotation_issues
2022-06-11 21:56:24 +05:30
Deepesh Garg
118c786e63
fix: Partially Ordered status for quotation
2022-06-11 21:55:59 +05:30
Vladislav
7bdeac49f4
Update ru.csv
2022-06-11 15:59:49 +03:00
Sagar Vora
d87dcb756b
Merge pull request #31323 from alyf-de/remove-datev-from-accounting-workspace
...
fix: remove DATEV from accounting workspace
2022-06-11 10:55:31 +00:00
Deepesh Garg
243625898e
fix(India): Sales taxes and charges template fetching in quotation
2022-06-10 22:05:58 +05:30
Vladislav
89e720fdf4
Update ru.csv
2022-06-10 17:24:28 +03:00
Deepesh Garg
2fc04f661a
fix: Company address filter in quotation
2022-06-10 19:23:17 +05:30
barredterra
f6695909c4
fix: remove DATEV from accounting workspace
2022-06-10 15:51:02 +02:00
Ankush Menat
39ec0aca95
fix(UX): use doc.status for Job Card status ( #31320 )
...
fix(UX): use doc.status for JC status
- Use doc.status directly for indicator - single source of truth
- Update status to cancelled when doc is cancelled
2022-06-10 18:43:46 +05:30
Rucha Mahabal
ab8df98cab
chore: Remove regional code for India HR, moved to HRMS
2022-06-10 18:22:07 +05:30
Deepesh Garg
3d76b1a093
Merge pull request #31182 from ruthra-kumar/migrate_gl_to_payment_ledger_using_sql
...
refactor: migrating data from GL to payment ledger using raw SQL
2022-06-10 17:15:58 +05:30
Rucha Mahabal
85b18e23d7
fix: remove employee reminders, move to HRMS app
...
- change `erpnext.hr.EmployeeController` to `erpnext.setup.EmployeeController`
2022-06-10 16:26:07 +05:30
Vladislav
84620a775d
Update ru.csv
2022-06-10 13:35:51 +03:00
Vladislav
3e66f4214d
Update ru.csv
2022-06-10 13:12:09 +03:00
Vladislav
37f9692001
Merge branch 'frappe:develop' into develop
2022-06-10 13:03:07 +03:00
Rucha Mahabal
512c82f76d
chore: Update imports/paths for doctypes moved to erpnext setup module
2022-06-10 15:06:54 +05:30
hendrik
74b274f555
fix: update Period Closing Voucher per Company
...
Validate period closing voucher company-wise
2022-06-10 14:52:53 +05:30
Ankush Menat
450bef8443
Merge pull request #31240 from ankush/repost_match_gle
...
fix: unnecessary GLE reposts
2022-06-10 14:51:45 +05:30
Ankush Menat
3a3d13622d
refactor!: drop github connector from ERPNext ( #31316 )
2022-06-10 14:01:41 +05:30
Ankush Menat
1646fbe478
refactor: remove add_fetch ( #31315 )
...
- Sales Team already had fetch from set up
- Set up fetch from on sales partner in sales transaction
Reason for removal: the JS code applies arbitrarily to any field called "sales_person"
2022-06-10 13:52:17 +05:30
ruthra kumar
e2c52436da
refactor: migrate gl to payment ledger using sql
2022-06-10 13:17:43 +05:30
Deepesh Garg
9562c28408
Merge pull request #31198 from HarryPaulo/gross-profit-monthly-schedule
...
feat: two new groupby mode on gross profit: Monthly, Payment Term
2022-06-10 12:52:35 +05:30
Rucha Mahabal
0d34e589fd
chore: Remove HR and Payroll modules from ERPNext
2022-06-10 12:51:29 +05:30
Rucha Mahabal
a117af253b
fix: remove HR specific fields from depatment and employee
...
- these will be added to the masters as custom fields on HRMS app setup
2022-06-10 12:42:59 +05:30
Marica
2941a8ce73
Merge pull request #31303 from marination/update-employee-compatibility-fix
...
fix: locale Currency and Float setting in update_employee
2022-06-10 11:35:02 +05:30
Ankush Menat
6fc32b83c8
fix: revert show title field on Employee doctype ( #31312 )
2022-06-10 11:03:51 +05:30
Rucha Mahabal
f520f042af
chore: move widely used doctypes from HR to Setup module
...
- Employee: used in Telephony, Stock, Quality, Projects, Manufacturing, Loans, Buying, Assets, Accounts, Dependent Apps: Healthcare
- Holiday List: CRM (Appointment Booking), Projects, Healthcare, Support (SLA), Education (Student's Holiday List)
- Branch: Selling (SMS Center), used widely as an accounting dimension
- Department: Assets, Projects, SMS Center, used widely as an accounting dimension
- Designation: Lead, Healthcare Practitioner, used in Employee master which will now be in core
- Employee Group: Telephony, Communication
- Child Tables for above dts: Employee Group Table (Employee Group), Employee Education (Employee), Employee External Work History (Employee), Employee Internal Work History (Employee), Designation Skill (Designation), Holiday (Holiday List)
2022-06-10 11:02:00 +05:30
Deepesh Garg
bbd930184c
Merge pull request #31273 from ruthra-kumar/ignore_payment_ledger_on_loan_cancelation
...
fix: ignore payment ledger on cancellation of loan
2022-06-10 10:55:48 +05:30
Deepesh Garg
a2f34d74f3
Merge pull request #31225 from vishdha/fix_date_range_print
...
fix: Print/PDF for financial statement reports displays either wrong date range or wrong fiscal year
2022-06-10 10:52:53 +05:30
Deepesh Garg
8008653082
Merge pull request #31294 from deepeshgarg007/gstr_3b_taxable_value
...
fix(India): Incorrect taxable in GSTR-3B report
2022-06-10 10:49:14 +05:30
Deepesh Garg
43bf327f9b
Merge pull request #31216 from sunhoww/patch-4
...
fix: Trial Balance failing to ignore Finance Book
2022-06-09 20:34:33 +05:30
Sun Howwrongbum
ee2949aa3f
fix: typo in sql condition
2022-06-09 19:28:59 +05:30
Deepesh Garg
c13e5ad741
fix: Reset represents company on disabling internal customer and supplier ( #31302 )
2022-06-09 19:18:52 +05:30
Deepesh Garg
b9dbb36d0e
chore: Linting Issues
2022-06-09 18:58:04 +05:30
Vladislav
2675751d6c
fix: update ru translate ( #31200 )
...
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
fix logic
* Update ru.csv
* Update ru.csv
* Update ru.csv
2022-06-09 18:46:08 +05:30
RJPvT
17887cde71
fix: locale Currency and Float setting in update_employee
...
In fieldtypes locale settings (example NL) . and , changes whereby the field is inproperly filled
2022-06-09 18:40:51 +05:30
Deepesh Garg
7c8bceca34
Merge pull request #31016 from HarryPaulo/fix-average-discount-auth
...
fix: correction of the calculation to the average value when there is…
2022-06-09 18:33:42 +05:30
mergify[bot]
e6f65e1697
chore: Asset Arabic translation Fix (backport #31221 ) ( #31301 )
...
chore: Asset Arabic translation Fix (#31221 )
Update ar.csv
Fix Translation arabic translation that caused an error when submitting an asset if user language was arabic
(cherry picked from commit 9347cbbc9f )
Co-authored-by: meaziz <minaeaziz@gmail.com >
2022-06-09 17:47:15 +05:30
Marica
60968419e7
Merge pull request #31296 from ruthra-kumar/misalinged_columns_in_AR_report
...
fix: misaligned columns in print format of AR/AP report
2022-06-09 17:35:21 +05:30
Ankush Menat
16c8b7404d
Merge pull request #31072 from marination/perf-bom-update-tool
...
perf: BOM Update Tool
2022-06-09 17:04:00 +05:30
Vladislav
be50d7dd1b
Update ru.csv
2022-06-09 14:11:12 +03:00
marination
3fa0a46f39
chore: Less hacky tests, versioning (replace bom) and clearing log data (update cost)
...
- Remove `auto_commit_on_many_writes` in `update_cost_in_level()` as commits happen every N BOMs
- Auto commit every 50 BOMs
- test: Remove hacky `frappe.flags.in_test` returns
- test: Enqueue `now` if in tests (for update cost and replace bom)
- Replace BOM: Copy bom object to `_doc_before_save` so that version.py finds a difference between the two
- Replace BOM: Add reference to version
- Update Cost: Unset `processed_boms` if Log is completed (useless after completion)
- test: `update_cost_in_all_boms_in_test` works close to actual prod implementation (only call Cron job manually)
- Test: use `enqueue_replace_bom` so that test works closest to production behaviour
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2022-06-09 16:27:51 +05:30
Ankush Menat
d9a5213952
fix(ux): hide new version btn on unsaved BOM ( #31297 )
2022-06-09 15:33:18 +05:30
ruthra kumar
bbaa14af16
fix: misaligned columns in print format of AR/AP report
2022-06-09 15:14:44 +05:30
Deepesh Garg
50aafdbe99
chore: cleanup
2022-06-09 11:52:46 +05:30
Deepesh Garg
20f568c159
fix(India): Incorrect taxable in GSTR-3B report
2022-06-09 11:50:37 +05:30
Ankush Menat
a6edce2397
Merge branch 'develop' into perf-bom-update-tool
2022-06-09 11:45:37 +05:30
Ankush Menat
eb53a9727d
perf: commit GL reposting periodically
...
If you have a huge list of docs to repost then maintaining transaction
throughtout entire GL reposting is not only unnecessary but also creates
performance issues. Periodically commiting the changes prevents lost
progress and reduces memory usage.
2022-06-09 11:37:43 +05:30
Ankush Menat
67c26325ee
fix: unnecessary GLE reposts
...
In Sales/Purchase invoices credit/debit are flipped and negated while making GLE,
this is unflipped while posting them but if we compare the flipped ones
it will always result in comparison failure and repost it.
2022-06-09 11:37:40 +05:30
Ankush Menat
65b21ee7d6
fix: internal transfer GLE validation
2022-06-08 19:26:40 +05:30
Nihantra C. Patel
43b0f2efe6
[DEV] Accounts: Added total of future amount, Remaining Balance in Payable and Receivable reports.
2022-06-08 17:36:42 +05:30
Rushabh Mehta
b29edb302c
Merge pull request #31284 from rmehta/item-form-cleanup
...
fix(ux): Add tabs in Item
2022-06-08 17:01:57 +05:30
Sagar Sharma
f7a52f76d4
Merge branch 'develop' into subcontracting
2022-06-08 04:27:24 -07:00
Rushabh Mehta
5c6937865c
fix(ux): Add tabs in Item
2022-06-08 16:30:44 +05:30
Marica
2832731601
fix: Use frappe.as_unicode to decode output of redis module list ( #31282 )
...
- As of redis 7, a list is added to the result of fetching the module list
- This list cannot be "decoded",so use `frappe.as_unicode` that handles bytes as well as other types
2022-06-08 15:52:13 +05:30
marination
7e41d84a11
chore: get_valuation_rate sider fixes
...
- Use qb instead of db.sql
- Don't use `args` as argument for function
- Cleaner variable names
2022-06-08 14:01:04 +05:30
ruthra kumar
018bc2af43
fix: ignore payment ledger on cancellation of loan
2022-06-08 12:03:47 +05:30
marination
9f2793ccf1
test: Fix test_update_bom_cost_in_all_boms
...
- Use base_rate for assertions as rate is subject to change due to conversion factor (USD)
2022-06-08 11:18:53 +05:30
Saqib Ansari
fb4f8d870b
fix(india): e-invoice eligibility if company gstin is not configured ( #31247 )
2022-06-08 09:36:33 +05:30
Ankush Menat
f830b57fd4
test: sales register report with conditions
2022-06-07 15:23:32 +05:30
Marica
ff0a6b7cbd
Merge branch 'develop' into perf-bom-update-tool
2022-06-07 14:49:59 +05:30
marination
6bde1bb5d2
test: Util to update cost in all BOMs
...
- Utility to update cost in all BOMs without cron jobs or background jobs (run immediately)
- Re-use util wherever all bom costs are to be updated
- Skip explicit commits if in test
- Specify company in test records (dirty data sometimes, company wh mismatch)
- Skip background jobs queueing if in test
2022-06-07 14:44:00 +05:30
Ankush Menat
25f9d58c34
Merge pull request #31209 from ankush/purch_return_gle
...
fix: purchase invoice standalone return GLEs
2022-06-07 14:28:17 +05:30
Deepesh Garg
20c2ffa767
Merge pull request #31258 from deepeshgarg007/unsecured_term_loan_closure
...
fix: Close unsecured terms loans
2022-06-07 13:53:42 +05:30
Deepesh Garg
eae4f64dd8
Merge pull request #31233 from deepeshgarg007/pi_cancel_provisional_gl_entries
...
fix: Reverse provisional entries on Purchase Invoice cancel
2022-06-07 13:31:02 +05:30
Deepesh Garg
815141bf57
fix: Close unsecured terms loans
2022-06-07 13:16:06 +05:30
Ankush Menat
7726271e2a
fix: purchase invoice return GLe
...
voucher_wise_stock_value contains tuples and the condition was looking
for string, so it's never triggered.
Caused by https://github.com/frappe/erpnext/pull/24200
2022-06-07 12:08:20 +05:30
Ankush Menat
293eb8d722
test: create stock test mixin for assertion/utils
2022-06-07 11:35:51 +05:30
Deepesh Garg
dc8e80ea81
test: Add test coverage for cancellation
2022-06-07 11:35:03 +05:30
Ankush Menat
c3f2201c45
chore(meta): apply stale rules to pull only
2022-06-07 10:04:35 +05:30
Rucha Mahabal
91f9f37d64
fix: leave balance for earned leaves in backdated Leave Application dashboard ( #31253 )
2022-06-07 09:51:30 +05:30
Vishal Dhayagude
934cb97d90
Merge branch 'develop' into fix_date_range_print
2022-06-06 21:34:14 +05:30
Rohit Waghchaure
d94ff3ede8
test: test cases to cover batch, serialized raw materials
2022-06-06 17:57:52 +05:30
marination
15101190a6
chore: get_valuation_rate in bom.py must always return float & goto Item master if no bins
2022-06-06 17:54:13 +05:30
Vladislav
6f4b91d94f
Update ru.csv
2022-06-06 14:41:54 +03:00
marination
934db57fdd
chore: Miscellanous fixes/enhancements
...
- `get_valuation_rate`: if no bins are found return 0, SLEs do not exist either
- `get_valuation_rate`: Compute average valuation rate via query
- `get_rm_rate_map`: set order_by as None to avoid creating sort index (modified) each time query runs (seen in process list)
- BOM Update Batch: add status field and hide `boms_updated` so that users can see progress without loading all updated boms (too much data)
- BOM Update Batch: set batch row status to completed after job runs
- BOM Update Log: remove `parent_boms` field (just pass parent boms to processing function) & remove Paused state (not used)
- Move job to long queue to avoid choking default queue
- `update_cost_in_boms`: use `get_doc` as each BOM is accessed only once. Use `for_update` to lock BOM row
- Commit after every 100 BOMs
2022-06-06 17:01:51 +05:30
Deepesh Garg
fe5b9e8bbb
Merge branch 'develop' into patch-4
2022-06-06 16:45:20 +05:30
Deepesh Garg
c57125a51a
Merge pull request #31242 from ankush/sales_register
...
fix(Sales Register): incorrect query with dimensions
2022-06-06 16:45:00 +05:30
Deepesh Garg
2041738e04
Merge pull request #31194 from ruthra-kumar/bug_sales_order_analysis_report
...
fix: incorrect billed_qty in sales order analysis report when multiple delivery notes for item
2022-06-06 16:39:13 +05:30
Ankush Menat
ee5bc58e9b
fix(job card): only hold during draft state ( #31243 )
2022-06-06 16:27:25 +05:30
vishdha
53774e0f52
chore: minor change in fetching start and end date
2022-06-06 16:00:56 +05:30
vishdha
3513d54c0a
fix: Print/PDF for financial statement reports displays either wrong date range or wrong fiscal year
2022-06-06 16:00:56 +05:30
Ankush Menat
c66c1e2215
chore(meta): disable stale bot on issues
2022-06-06 15:27:29 +05:30
Rucha Mahabal
edb775c381
test: Employee Benefit Application
...
- make `get_no_of_days` a function for reusability
2022-06-06 14:34:45 +05:30
Rucha Mahabal
3b8bc7d8e1
fix: incorrect LWP calculation for half days in employee benefit application
2022-06-06 14:34:45 +05:30
Rucha Mahabal
cf04683ad3
fix(Leave Application): 'Cancelled' status shown as 'Open' in list view
2022-06-06 14:34:45 +05:30
Rucha Mahabal
59de303b13
refactor: rewrite lwp queries using query builder
2022-06-06 14:34:45 +05:30
Rucha Mahabal
4decb7a02b
fix: Consider only Approved leave applications in LWP, Employee Benefit calculations
...
- do not allow submitting leave applications with 'Cancelled' status
2022-06-06 14:34:45 +05:30
Vladislav
37d3c5121f
Update ru.csv
2022-06-06 11:23:44 +03:00
Ankush Menat
c3219ebad1
fix(Sales Register): incorrect query with dimensions
...
If accounting dimension is also part of the default filters then same
query is repeated with incorrect syntax.
e.g. `item_group = (child1, child2)` instead of `in` query.
fix: don't add default filter if they are part of dimensions to be
added.
2022-06-06 12:39:12 +05:30
Deepesh Garg
a8c1b01437
Merge pull request #31230 from deepeshgarg007/item_wise_report_perf
...
fix: Remove redundant query
2022-06-06 12:23:56 +05:30
Deepesh Garg
c6d83c56d0
Merge branch 'develop' into item_wise_report_perf
2022-06-06 11:50:46 +05:30
Sagar Sharma
74fae72939
Merge branch 'develop' into subcontracting
2022-06-06 10:27:25 +05:30
Deepesh Garg
aad887bab9
Merge branch 'develop' into patch-4
2022-06-06 09:16:22 +05:30
Deepesh Garg
c21826e07d
Merge pull request #31223 from dj12djdjs/fix-validation-message
...
fix: display currencies in validation message.
2022-06-06 09:06:52 +05:30
Deepesh Garg
8b56f0559e
Merge branch 'develop' into item_wise_report_perf
2022-06-06 09:01:37 +05:30
Deepesh Garg
95a4602a23
Merge pull request #31231 from deepeshgarg007/gstr_3b_composite_supplies
...
fix(India): Supplies from composite dealer not showing up
2022-06-06 09:00:40 +05:30
Deepesh Garg
21de550549
Merge pull request #31219 from deepeshgarg007/group_filter_cost_center
...
fix: Parent dimension filters in orders
2022-06-06 08:58:40 +05:30
Deepesh Garg
9500aa8c94
Merge pull request #31218 from deepeshgarg007/distinct_gstin
...
fix(India): GSTIN filter in GSTR-1 report
2022-06-06 08:57:55 +05:30
Rohit Waghchaure
333c62de72
fix: transferred batches are not fetched while making Manufacture stock entry
2022-06-06 01:19:58 +05:30
Deepesh Garg
86a24f3d22
fix: Simply cancel reverse entries
2022-06-05 19:12:24 +05:30
Deepesh Garg
61fa4eb6c9
fix: Reverse provisional entries on Purchase Invoice cancel
2022-06-05 18:23:24 +05:30
Deepesh Garg
db07831db7
fix(India): Supplies from composite dealer not showing up
2022-06-05 12:13:02 +05:30
Deepesh Garg
a200e7e1fb
fix: Remove redundant query
2022-06-05 11:16:12 +05:30
s-aga-r
992ba974e2
Merge branch 'develop' into subcontracting
2022-06-03 13:25:49 +05:30
Devin Slauenwhite
b061ea4cd2
chore: linter
2022-06-02 14:23:54 -04:00
Devin Slauenwhite
3a1c923e76
fix: display currencies in validation message.
2022-06-02 14:15:50 -04:00
Rucha Mahabal
12edddbfd4
Merge pull request #31074 from ruchamahabal/fix-salary-slip-bg-job
...
refactor(UX): Salary Slip creation and submission via background job in Payroll Entry
2022-06-02 18:41:46 +05:30
Rucha Mahabal
956a803be7
Merge branch 'develop' into fix-salary-slip-bg-job
2022-06-02 17:30:34 +05:30
Rucha Mahabal
1db4e623ab
fix: payroll operations button visibility
2022-06-02 17:26:08 +05:30
Rucha Mahabal
d641f26035
fix: error handling and messages
...
- remove savepoints since submission should stop if any error occurs
- refactor variable naming and msgprints
- test Salary Slip creation failure
- fix(test): explicitly commit after payroll entry creation so that the first salary slip creation failure does not rollback the Payroll Entry insert
2022-06-02 15:08:49 +05:30
Deepesh Garg
3f376cc3a5
fix: Parent dimension filters in orders
2022-06-02 13:57:54 +05:30
marination
62857e3e08
feat: Track progress in Log Batch/Job wise
...
- This was done due to stale reads while the background jobs tried updating status of the log
- Added a table where all bom jobs within log will be tracked with what level they are processing
- Cron job will check if table jobs are all processed every 5 mins
- If yes, it will prepare parents and call `process_boms_cost_level_wise` to start next level
- If pending jobs, do nothing
- Current BOM Level is being tracked that helps adding rows to the table
- Individual bom cost jobs (that are queued) will process and update boms > will update BOM Update Batch table row with list of updated BOMs
2022-06-02 13:35:30 +05:30
Deepesh Garg
f0ac394d6e
fix(India): GSTIN filter in GSTR-1 report
2022-06-02 12:59:55 +05:30
Ankush Menat
c7efa3b44d
ci: stale apt cache ( #31217 )
2022-06-02 12:27:11 +05:30
Ankush Menat
849a2dc349
Merge branch 'develop' into patch-4
2022-06-02 10:25:20 +05:30
Ankush Menat
77dcdff0db
fix: unusable SO after clearing taxes ( #31215 )
2022-06-01 22:01:07 +05:30
Sun Howwrongbum
48bde2de2a
fix: Trial Balance failing to ignore Finance Book
2022-06-01 20:20:16 +05:30
Rucha Mahabal
661e05e693
fix(tests): account and company setups
2022-06-01 17:28:42 +05:30
Ankush Menat
3974fbbb6e
feat: UOM specific barcodes ( #30988 )
2022-06-01 16:43:56 +05:30
Mohammad Hussain Nagaria
37433aad48
fix: Pluralize year text instead of optional bracket ( #31210 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-06-01 16:29:20 +05:30
Rucha Mahabal
536f1dfc4b
test: fix attendance tests for unmarked days ( #31205 )
...
* test: fix attendance tests for unmarked days
* chore: remove unused import
2022-06-01 13:56:55 +05:30
Ankush Menat
c84e11ac82
fix: re-validate warehouse after 'update items' ( #31203 )
2022-06-01 12:55:10 +05:30
Ankush Menat
03a24ce774
chore: delete dead cypress code
...
Moved to separate repo
2022-06-01 12:33:23 +05:30
Rucha Mahabal
d4b9cc0242
fix: remove leave policy assignment creation patch ( #31097 )
2022-06-01 12:18:14 +05:30
Rucha Mahabal
1c91793634
Merge branch 'develop' into fix-salary-slip-bg-job
2022-06-01 12:15:42 +05:30
Rucha Mahabal
653d6341d4
refactor: clean-up and commonify payroll entry test setups
2022-06-01 12:14:42 +05:30
Deepesh Garg
82be717f10
Merge pull request #31201 from deepeshgarg007/manufacturing_workspace_fix
...
fix: Remove domain restriction from Manufacturing Workspace
2022-06-01 09:30:39 +05:30
Deepesh Garg
167cf7b49d
fix: Remove domain restrcition from Manufacturing Workspace
2022-06-01 09:04:53 +05:30
Deepesh Garg
753eb3ec3a
Merge branch 'develop' into bug_sales_order_analysis_report
2022-05-31 21:41:35 +05:30
Deepesh Garg
5fd31c6433
Merge pull request #31199 from deepeshgarg007/settings_perm_fix
...
fix: Permission for selling and buying settings
2022-05-31 21:40:55 +05:30
maharshivpatel
b3ccc4bfb9
fix: Auto Insert Item Price If Missing when discount & blank UOM ( #31168 )
...
* fix: Auto Insert Item Price If Missing when discount and blank UOM
fixes wrong item price insert when discount is used and adds uom=stock_uom instead of blank as price is converted to stock uom
* unit tests added for item with discount
I have added test for auto_insert_price where discount is used.
* unit test issue fixed
fixed make_sales_order as some of the test that depended on it were failing due to passing of incorrect parameters.
Co-authored-by: Ankush Menat <me@ankush.dev >
2022-05-31 19:48:30 +05:30
Deepesh Garg
a6beafbc3c
fix: Permission for selling and buying settings
2022-05-31 19:41:46 +05:30
Vladislav
e523fd6bad
Update ru.csv
...
fix logic
2022-05-31 17:04:24 +03:00
hrzzz
c4af63ad98
feat: two new groupby mode: Monthly, Payment Term
2022-05-31 10:46:56 -03:00
ruthra kumar
4f1bfbb93d
test: multiple delivery notes and billed quantity
2022-05-31 17:24:36 +05:30
ruthra kumar
0331e37982
fix: incorrect billed_qty when item has multiple Delivery note
...
sales order analysis report returns incorrect billed_qty value for
an SO item has multiple delivery notes
2022-05-31 17:15:31 +05:30
Vladislav
a4c2eccd56
Update ru.csv
2022-05-31 13:48:32 +03:00
marination
a62bc9b6c9
chore: Limit Update Cost jobs & db_update only if changed values
...
- If `Update Cost` job is ongoing, then block creation of new ones since all BOMs are updated
- `db_update` in `calculate_rm_cost` only if changed values to reduce redundant row updates
- Misc: Use variable for batch size
2022-05-31 16:00:29 +05:30
Ankush Menat
a1b7a7983a
refactor!: drop naming series tool ( #31183 )
2022-05-31 15:35:40 +05:30
Ankush Menat
691b34a8ed
chore: unnessary args
2022-05-31 14:15:13 +05:30
Ankush Menat
ddb46c5711
fix: batch selector flag ( #31191 )
...
This is broken again after serializing scan actions, which causes
selector to trigger before batch_no is set.
Solution: for duration of scan disable the selector
2022-05-31 14:14:27 +05:30
maharshivpatel
a8f98f3f96
feat(india): Improve E-way Bill Cancellation. ( #31088 )
2022-05-31 12:14:39 +05:30
Rucha Mahabal
ed1ba677d6
test: HRA Exemption in Proof Submission
2022-05-31 11:54:43 +05:30
Rucha Mahabal
cfe2f8cac1
fix: amount precision for Tax Exemption Proof Submission
2022-05-31 11:54:43 +05:30
Rucha Mahabal
2e98e9e0b9
test: set country to India before running regional tests
2022-05-31 11:54:43 +05:30
Rucha Mahabal
00adda7c8d
fix: Tax Declaration tests and amount precision
2022-05-31 11:54:43 +05:30
Rucha Mahabal
5e96a46c87
test: HRA Exemption in Employee Tax Exemption Declaration
2022-05-31 11:54:43 +05:30
Rucha Mahabal
2b65c9616f
fix: component pay calculation
2022-05-31 11:54:43 +05:30
Rucha Mahabal
34925a3a8c
fix: HRA Exemption calculation in case of multiple salary structure assignments
2022-05-31 11:54:43 +05:30
Deepesh Garg
f07246af82
Merge pull request #31127 from deepeshgarg007/loan_interest_accrual
...
feat: Auto accrue loan interest for backdated term loans
2022-05-31 09:55:26 +05:30
Deepesh Garg
25290bb5d5
Merge pull request #31184 from Mitchy25/patch-1
...
fix(accounts): Ignore Cancelled GL Entries
2022-05-31 09:48:44 +05:30
Mitchy25
a0c412a0dd
Ignore Cancelled GL Entries
...
Profitability Analysis includes 'is_cancelled' GL Entries which means that the profit numbers are incorrect. This change will ensure that the profit figures ignore cancelled GL Entries.
2022-05-31 15:25:09 +12:00
Vladislav
105dbad47c
Update ru.csv
2022-05-31 03:06:28 +03:00
ruthra kumar
4c74637c91
refactor: remove naming expression for payment ledger
2022-05-30 19:06:56 +05:30
Rucha Mahabal
78c39e947b
test: Salary Slip operations queuing, failure, and payroll entry status
...
- fix multicurrency test, remove redundant doc creation
2022-05-30 16:07:19 +05:30
Rucha Mahabal
42f6bca935
fix: reset Error Message on successful operation and fix status update on submit/cancel
2022-05-30 16:04:07 +05:30
Vladislav
832bedc747
Update ru.csv
2022-05-30 12:56:27 +03:00
Saqib Ansari
08bf0baaae
chore!: remove unused bill no & date from purchase receipt ( #31163 )
2022-05-30 14:50:50 +05:30
Vladislav
5b461bfa75
Merge branch 'frappe:develop' into develop
2022-05-30 12:11:20 +03:00
rohitwaghchaure
2cbc665d19
Merge pull request #31175 from ankush/recursive_non_explosive_bom
...
fix: allow recursive BOMs as long as they don't recursively explode
2022-05-30 13:27:16 +05:30
Rucha Mahabal
de55157997
chore: rename method get_salary_component_account method to set
...
- since it doesn't return any value
2022-05-30 12:47:26 +05:30
Ankush Menat
d7a7c47650
Merge branch 'develop' into recursive_non_explosive_bom
2022-05-30 11:12:57 +05:30
Ankush Menat
c02598a51b
chore: remove framework tests from erpnext
...
Similar tests exist in FW and this is failing because someone updated
the translations
2022-05-30 11:12:17 +05:30
Ankush Menat
954dac88a8
fix: allow non-explosive recrusive BOMs
...
Recursion should be allowed as long as child item is not "exploded"
further by a BOM.
2022-05-30 10:40:13 +05:30
Ankush Menat
d224bf1d34
fix: only erase BOM when do_not_explode is set
2022-05-30 10:40:13 +05:30
Ankush Menat
b170cec2fe
fix(ux): "New Version" button BOM
...
"duplicate" technically creates a new version but that's not intuitive
at all.
2022-05-30 10:40:12 +05:30
Devin Slauenwhite
85b48fcdb9
fix: barcode scan resolve after model is updated ( #31058 )
...
* fix: resolve row after model is updated.
* fix: wait for all fields in the model to be updated.
* fix: sider
* pref: clear scanned code after capturing value
* fix: use frappe.run_serially
2022-05-29 22:19:09 +05:30
Ankush Menat
933434c3ea
chore: format
2022-05-29 22:09:32 +05:30
Vladislav
ac160d58bd
Update ru.csv
2022-05-28 04:16:46 +03:00
Vladislav
1cff1df46b
Merge branch 'frappe:develop' into develop
2022-05-28 04:11:33 +03:00
marination
978ba5238f
fix: Safe cast row.rate (in case of faulty exploded items, edge case but oh well)
2022-05-27 21:59:59 +05:30
marination
2de2491e17
perf: get_next_higher_level_boms
...
- Separate getting dependants and checking if they are valid (loop within loop led to redundant processing that slowed down function)
- Adding to above, the same dependant(parent) was repeatedly processed as many children shared it. Expensive.
- Use a parent-child map similar to child-parent map to check if all children are resolved
- `map.get()` reduced time: 10 mins -> 0.9s~1 second (as compared to `get_cached_doc` or query)
- Total time: 17 seconds to process 6599 leaf boms and 4.2L parent boms
- Previous Total time: >10 mins (I terminated it due to not wanting to waste time XD)
2022-05-27 20:33:14 +05:30
HENRY Florian
ce8e05146e
chore: update translation fr for BOM ( #31126 )
...
* fix: update translation
* fix: fr translation for BOM
2022-05-27 17:27:43 +05:30
MOHAMMED NIYAS
7ff8acac51
fix: date filter on quality inspection report ( #31148 )
...
* fix: date filter
fix from date to to date filter btw those days
* fix: remove unnecessary conditions
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2022-05-27 17:13:14 +05:30
marination
5949946265
chore: Change BOM Progress field types to Long Text
2022-05-27 17:04:21 +05:30
Rucha Mahabal
4df76f3956
Merge pull request #31160 from ruchamahabal/fix-gratuity-status-update
2022-05-27 15:05:31 +05:30
Rucha Mahabal
c9e070393d
test: make holiday list before running gratuity tests
2022-05-27 14:42:11 +05:30
marination
eabd8290d4
feat: Only update exploded items rate and amount
...
- Generate RM-Rate map from Items table (will include subassembly items with rate)
- Function to reset exploded item rate from above map
- `db_update` exploded item rate only if rate is changed
- Via Update Cost, only update exploded items rate, do not regenerate table again
- Exploded Items are regenerated on Save and Replace BOM job
- `calculate_exploded_cost` is run only via non doc events (Update Cost button, Update BOMs Cost Job)
2022-05-27 14:32:58 +05:30
Rucha Mahabal
79b0aede00
fix: add list view settings for Gratuity
2022-05-27 13:57:09 +05:30
Rucha Mahabal
6c66bbbbfe
refactor: clean-up gratuity tests
2022-05-27 13:39:25 +05:30
Rucha Mahabal
b81d7519c1
test: Gratuity status for payment via salary slip
2022-05-27 12:58:10 +05:30
Rucha Mahabal
385e22a067
fix: Gratuity status not updated on salary slip submission
2022-05-27 12:57:07 +05:30
Deepesh Garg
7adcac4e66
Merge pull request #31155 from deepeshgarg007/exchnage_rate_reset
...
fix: Exchange rate reste to 1 on making mapped doc
2022-05-27 12:17:17 +05:30
HarryPaulo
4b04694c2c
fix(pos): freeze screen while processing pos invoices ( #30850 )
2022-05-27 12:16:07 +05:30
Deepesh Garg
2a10f09d8d
fix: Exchange rate reste to 1 on making mapped doc
2022-05-27 12:12:34 +05:30
maharshivpatel
935e5b1dcd
fix(india): duplicate qrcode and hide button ( #31100 )
2022-05-27 11:48:55 +05:30
Deepesh Garg
d0a9eb4fd0
Merge branch 'develop' into fix-average-discount-auth
2022-05-26 18:22:34 +05:30
Ankush Menat
e3c0d0134e
Merge pull request #31101 from alyf-de/fix-warehouse-js
...
fix: Improve button labels in Warehouse
2022-05-26 18:14:49 +05:30
Ankush Menat
ff798dc5c0
Merge pull request #31141 from ankush/naming_series_live_preview
...
feat: live preview of naming series on naming series tool
2022-05-26 16:49:59 +05:30
Ankush Menat
47b539e638
fix: skip existing batch number during autogen ( #31140 )
2022-05-26 16:20:56 +05:30
Ankush Menat
964b4184a6
test: add basic tests for naming series tool
2022-05-26 16:17:56 +05:30
Ankush Menat
4d0e2aa33a
docs: update help information on naming series
2022-05-26 15:36:48 +05:30
Ankush Menat
24d1bf5328
feat: preview next numbers on naming series tool
2022-05-26 15:15:59 +05:30
Ankush Menat
82cd54b40b
chore: resave naming series doctype schema
...
separate commit to avoid mixing actual changes
2022-05-26 15:15:59 +05:30
Sagar Sharma
61296a0658
fix: Subcontracting through Production Plan
2022-05-26 15:08:16 +05:30
Sagar Sharma
bcaac8f90f
Merge branch 'develop' into subcontracting
2022-05-26 15:01:23 +05:30
Rucha Mahabal
5c7451438f
Merge pull request #31130 from ruchamahabal/fix-job-opening
2022-05-26 13:23:44 +05:30
Rucha Mahabal
2bc6d46070
fix: validation message
2022-05-26 13:00:34 +05:30
Deepesh Garg
f49d8cd3b1
Merge pull request #31102 from alyf-de/german-translations-2022-05-23
...
feat: Add german translations
2022-05-26 11:49:56 +05:30
Vladislav
8d2502b5ba
chore: update ru translate
2022-05-26 11:48:38 +05:30
Rucha Mahabal
3f13b0ec97
Merge branch 'develop' into fix-job-opening
2022-05-26 11:38:35 +05:30
Rucha Mahabal
ab0ef60918
test: Job Opening against a Staffing Plan
2022-05-26 11:32:46 +05:30
sersaber
e5d2c1b1f3
fix: change project's actual_start_date fieldtype from Data to Date ( #31085 )
...
* Update project.json
* Update project.json
2022-05-26 10:04:58 +05:30
Deepesh Garg
a5677d963f
Merge pull request #31133 from frappe/mergify/bp/develop/pr-31124
...
fix: timesheet fetching in sales invoice (backport #31124 )
2022-05-25 22:57:54 +05:30
Saqib Ansari
ca75d814a3
fix: timesheet fetching in sales invoice
...
(cherry picked from commit 216c32f4bc )
2022-05-25 14:45:41 +00:00
xdlumertz
c5e922c76b
fix: Chart data for monthly periodicity in Cash Flow report ( #31039 )
...
fix: Chart data for monthly periodicity in Cash Flow report
2022-05-25 19:39:59 +05:30
Deepesh Garg
efa5b5b3db
Merge pull request #31038 from alyf-de/taxes-title-field
...
feat: show title when linking Taxes and Charges Template
2022-05-25 19:28:59 +05:30
Deepesh Garg
e73a0a89b0
Merge pull request #31129 from deepeshgarg007/loan_doc_reco_queries
...
fix: Loan Doc query in Bank Reconciliation Statement
2022-05-25 19:21:30 +05:30
Deepesh Garg
d68187caae
Merge branch 'develop' into loan_doc_reco_queries
2022-05-25 18:50:54 +05:30
Rucha Mahabal
29228575fa
fix: Job Opening linked to Staffing Plan cannot be created/updated if there are existing employees
2022-05-25 18:33:37 +05:30
Deepesh Garg
9e4a36089e
chore: Linting Issues
2022-05-25 18:10:42 +05:30
Deepesh Garg
a1f53f8d31
chore: Linting Issues
2022-05-25 17:59:40 +05:30
Deepesh Garg
147fc8fde7
fix: Loan Doc query in Bank Reconciliation Statement
2022-05-25 17:58:30 +05:30
Deepesh Garg
b562168509
Merge pull request #26916 from deepeshgarg007/party_account_currency_check
...
fix: Account currency validation for first transaction
2022-05-25 17:02:58 +05:30
Deepesh Garg
ac17ecb84b
Merge branch 'develop' into party_account_currency_check
2022-05-25 16:21:06 +05:30
Deepesh Garg
bc34737709
chore: Update test case
2022-05-25 15:42:47 +05:30
Deepesh Garg
96d8b1ef3c
feat: Auto accrue loan interest for backdated term loans
2022-05-25 14:19:10 +05:30
Deepesh Garg
e8f44445fd
Merge pull request #31125 from frappe/mergify/bp/develop/pr-31123
...
fix: Handle missing HSN Codes (backport #31123 )
2022-05-25 13:32:41 +05:30
Deepesh Garg
6edbc58873
fix: Handle missing HSN Codes
...
(cherry picked from commit ce3a21eb03 )
2022-05-25 07:04:44 +00:00
Sagar Sharma
4ff734c25a
Merge branch 'develop' into subcontracting
2022-05-25 12:32:33 +05:30
Saqib Ansari
268f413f56
fix(pos): paid amount calculation for multicurrency invoice ( #31112 )
2022-05-25 11:40:49 +05:30
Rucha Mahabal
273b21c0cb
chore: move patch for updating Employee Advance status to v13 ( #31118 )
2022-05-25 11:34:25 +05:30
Deepesh Garg
e75c843dc1
Merge pull request #31077 from deepeshgarg007/payroll_payable_party_type
...
fix: Loan repayment entries for payroll payable account
2022-05-25 11:23:43 +05:30
Deepesh Garg
d81fad09ea
Merge pull request #31080 from deepeshgarg007/company_address_trigger
...
fix(India): Async issue in company address trigger
2022-05-25 11:22:56 +05:30
marination
9f5f18e94d
style: Update docstrings and fix/add type hints + Collapsible progress section in Log
2022-05-25 11:22:13 +05:30
marination
ab2d95a74d
feat: Level-wise BOM cost updation
...
- Process BOMs level wise and Pause after level is complete
- Cron job will resume Paused jobs, which will again process the new level and pause at the end
- This will go on until all BOMs are updated
- Added Progress section with fields to track updated BOMs in Log
- Cleanup: Add BOM Updation utils file to contain helper functions/sub-functions
- Cleanup: BOM Update Log file will only contain functions that are in direct context of the Log
Co-authored-by: Gavin D'souza <gavin18d@gmail.com >
2022-05-25 11:21:01 +05:30
Devin Slauenwhite
55276f11f8
fix: don't fetch item_code if already exists. ( #31113 )
...
fix: check if item_code exists before fetching
2022-05-25 09:35:22 +05:30
barredterra
1e9f9c452f
style: format
2022-05-24 13:31:29 +02:00
barredterra
1b16eb7667
refactor: set queries during setup
2022-05-24 13:30:59 +02:00
Raffael Meyer
e77c379cbb
fix: remove unsupported arguments
...
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2022-05-24 11:52:23 +02:00
Raffael Meyer
e3bc3bf0f0
Merge branch 'develop' into german-translations-2022-05-23
2022-05-24 11:41:46 +02:00
Ankush Menat
1ecb8f4a67
chore: disable feed for material request
2022-05-24 14:32:56 +05:30
Ankush Menat
ecb39d81e0
chore: error logging for auto material requests ( #31103 )
2022-05-23 20:06:24 +05:30
barredterra
2388d86623
feat: Add german translations
2022-05-23 16:01:36 +02:00
barredterra
9356eb11de
fix: german translations
2022-05-23 15:35:15 +02:00
barredterra
a6ddd86d31
fix: improve labels, simplify logic
2022-05-23 15:25:00 +02:00
barredterra
c704ad889d
style: format warehouse js
2022-05-23 15:18:24 +02:00
Ankush Menat
a36174afdf
test: search test failing because of stale data ( #31098 )
2022-05-23 15:12:11 +05:30
Ankush Menat
fa039b223e
Merge pull request #31054 from marination/jc-excess-transfer-config
...
fix: Job Card excess transfer behaviour
2022-05-23 14:43:36 +05:30
Suraj Shetty
f2b6475626
Merge pull request #31092 from surajshetty3416/fix-rfq-template
...
fix(rfq): Use `<a>` directly and style it as button instead of using `<button>`
2022-05-23 11:56:17 +05:30
Sagar Sharma
6e5effc1b0
Merge branch 'develop' into subcontracting
2022-05-23 11:35:50 +05:30
Wolfram Schmidt
348a674df9
fix translation German "Designation" ( #31082 )
...
changed "Bezeichnung" to "Position" as the is more precice in the field of employment which erpnext refers to here
2022-05-23 11:23:12 +05:30
marination
9f6e10663b
chore: Run _validate_over_transfer only if excess transfer is blocked in settings
2022-05-23 11:05:55 +05:30
Suraj Shetty
9e306bd250
Merge branch 'develop' into fix-rfq-template
2022-05-23 10:48:22 +05:30
Rucha Mahabal
34e238ce4f
fix: Leave Encashment calculations ( #31062 )
2022-05-23 10:13:49 +05:30
Suraj Shetty
a29b92febc
fix: Use directly <a> and style it as button instead of using button
...
Since few email servers (like outlook) strips out link in the button making them unclickable.
2022-05-23 10:08:20 +05:30
Vladislav
30c56bfe80
Update ru.csv
2022-05-22 14:04:24 +03:00
Ankush Menat
1a58b788e5
Merge branch 'develop' into jc-excess-transfer-config
2022-05-21 14:32:44 +05:30
Ankush Menat
3019f93915
Merge pull request #31083 from ankush/jc_corrective_creation
...
fix: corrective job card creation
2022-05-21 14:28:08 +05:30
Ankush Menat
66cf9aa344
fix: creation of corrective job card fails
...
This used to fail because sub_operations is a child table that's not
initalized by default till v13, in develop branch we init tables with
empty list.
2022-05-21 14:01:30 +05:30
Ankush Menat
e625394488
test: simplify job card tests
2022-05-21 14:01:28 +05:30
Sagar Sharma
07dc5f180d
Merge branch 'develop' into subcontracting
2022-05-21 10:02:47 +05:30
ruthra kumar
dac678e3fc
test: payment ledger entry
2022-05-20 18:21:47 +05:30
ruthra kumar
e888975007
refactor: link payment ledger with gl entry creation
2022-05-20 18:21:47 +05:30
ruthra kumar
59ed7c854d
refactor: ignore linked Payment Ledger Entry in basic transactions
2022-05-20 18:21:47 +05:30
ruthra kumar
451cf3a937
refactor: helper class for ple creation and delinking
...
Helper functions for delinking ple and for creating payment ledger
entry for transactions on receivable/payable account types
2022-05-20 18:21:47 +05:30
ruthra kumar
7b1cb6711d
refactor: include Payment ledger in accounting dimensions list
2022-05-20 18:21:47 +05:30
ruthra kumar
8e72f19bfb
feat: patch to migrate gl entries to payment ledger
2022-05-20 18:21:47 +05:30
ruthra kumar
163085f201
feat: payment ledger doctype created
2022-05-20 18:21:47 +05:30
Deepesh Garg
8fd0b3b9f5
chore: Linting issues
2022-05-20 15:34:03 +05:30
Deepesh Garg
c41f9f046f
fix(India): Async issue in company address trigger
2022-05-20 15:33:03 +05:30
Sagar Sharma
213113bc00
Merge branch 'develop' into subcontracting
2022-05-20 12:13:13 +05:30
Sagar Sharma
e9b28452e4
feat: SCR return
2022-05-20 10:45:34 +05:30
Sagar Sharma
323bdf85ce
feat: SL and GL reposting
2022-05-20 10:45:34 +05:30
Sagar Sharma
fcc09592b9
refactor!: Stock Ledger Entry
2022-05-20 10:45:34 +05:30
Sagar Sharma
6c794afbe7
refactor!: Item Alternative
2022-05-20 10:45:34 +05:30
Sagar Sharma
92625902ad
refactor!: BOM
2022-05-20 10:45:34 +05:30
Sagar Sharma
05f05ab75b
refactor!: Subcontracted Item To Be Transferred
2022-05-20 10:45:33 +05:30
Sagar Sharma
3be663b121
refactor!: Subcontracted Item To Be Received
2022-05-20 10:45:33 +05:30
Sagar Sharma
8486bbf31a
refactor!: Subcontract Order Summary
2022-05-20 10:45:33 +05:30
Sagar Sharma
3469560105
refactor!: Accounts Controller
2022-05-20 10:45:33 +05:30
Sagar Sharma
5fa3f58c06
refactor!: Purchase Invoice
2022-05-20 10:45:33 +05:30
Sagar Sharma
f09fc46059
refactor!: Purchase Receipt
2022-05-20 10:45:33 +05:30
Sagar Sharma
73484448f2
refactor!: Stock Entry
2022-05-20 10:45:33 +05:30
Sagar Sharma
34bda14b5b
refactor!: Buying Controller
2022-05-20 10:45:33 +05:30
Sagar Sharma
dafaed3cbd
refactor!: Purchase Order
2022-05-20 10:45:33 +05:30
Sagar Sharma
785d598762
test: SubcontractingReceipt
2022-05-20 10:45:33 +05:30
Sagar Sharma
8bc653b633
test: SubcontractingOrder
2022-05-20 10:45:33 +05:30
Sagar Sharma
574181f3d7
test: SubcontractingController
2022-05-20 10:45:33 +05:30
Sagar Sharma
70a1f40624
feat: New DocType "Subcontracting Receipt"
2022-05-20 10:45:33 +05:30
Sagar Sharma
3b17584bee
feat: New DocType "Subcontracting Receipt Supplied Item"
2022-05-20 10:45:33 +05:30
Sagar Sharma
3daf62dce8
feat: New DocType "Subcontracting Receipt Item"
2022-05-20 10:45:33 +05:30
Sagar Sharma
409df263e8
refactor!: change "is_subcontracted" field type from "Select" to "Check"
2022-05-20 10:45:33 +05:30
Sagar Sharma
249726b845
feat: New DocType "Subcontracting Order"
2022-05-20 10:45:33 +05:30
Sagar Sharma
f49c51ab74
feat: New DocType "Subcontracting Order Supplied Item"
2022-05-20 10:45:33 +05:30
Sagar Sharma
f8b7594292
feat: New DocType "Subcontracting Order Item"
2022-05-20 10:45:33 +05:30
Sagar Sharma
dcac7eb67c
feat: New DocType "Subcontracting Order Service Item"
2022-05-20 10:45:33 +05:30
Sagar Sharma
29a1cb89c2
feat: SubcontractingController
2022-05-20 10:45:33 +05:30
Sagar Sharma
68c21d9895
feat: Add fields "subcontracting_order" and "sco_rm_detail" in SE and SE Detail
2022-05-20 10:45:33 +05:30
Sagar Sharma
77db843692
refactor!: Make required changes to create SCO from PO
2022-05-20 10:45:30 +05:30
Deepesh Garg
3128f9603e
fix: Loan repayment entries for payroll payable account
2022-05-20 08:31:37 +05:30
Deepesh Garg
5edd1dbb35
Merge pull request #31004 from ruthra-kumar/bug_payment_terms_status_rpt
...
fix: duplicate entries in payment terms report output
2022-05-20 07:53:40 +05:30
marination
90d4dc0cd6
fix: test_work_order_with_non_stock_item
...
- Use the right price list and currency to avoid rate conversion (1000/62.9), since rates are reset correctly now
- Use RM rate based on Price List in BOM. Non stock item has no valuation
2022-05-20 03:12:42 +05:30
marination
dd99c00eb6
fix: Get fresh RM rate in calculate_rm_cost
2022-05-19 21:48:24 +05:30
marination
9a7e9d902d
perf: Use cached doc instead of get_doc
...
- Doc is only used to iterate over items(which wont change) and change rate/amount of rows
- These changes are inserted in db via `db_update`, so no harm
- Tested locally: refetching cached doc after db update, reflects fresh data.
2022-05-19 21:24:31 +05:30
Rucha Mahabal
7d4872aedd
patch: set payroll entry status
2022-05-19 20:35:56 +05:30
Rucha Mahabal
ef8164f188
refactor: UX for Salary Slip creation and submission via Payroll Entry
...
- Add status for Queued/Failed
- log errors and show corrective actions in payroll entry
2022-05-19 20:33:55 +05:30
marination
9dc3083088
fix: Call calculate_cost for Draft BOM and typo in argument
2022-05-19 20:33:48 +05:30
marination
5932e9d78a
fix: DB update child items, remove redundancy, fix perf
...
- Move `get_boms_in_bottom_up_order` in bom update tool’s file
- Remove repeated rm cost update from `update_cost`. `calculate_cost` handles RM cost update
- db_update children in `calculate_cost` optionally
- Don’t call `update_exploded_items` and regenerate exploded items in `update_cost`. They will stay the same (except cost)
2022-05-19 20:22:13 +05:30
Ankush Menat
6d6616dbcd
fix: always update item_name for stock entry ( #31068 )
...
If item_name is already set and for some reason becomes outdated then
it's not updated in backend.
Fix: always set item_name and stock_uom when fetching item details
2022-05-19 14:25:47 +05:30
Ankush Menat
1de6b14d15
fix: remove "scrap %" field ( #31069 )
...
This does nothing, there's scrap items table below that's actually used
for specifying scrap.
2022-05-19 14:25:16 +05:30
Rucha Mahabal
81c82c8d53
fix(ux): inform the user about salary slip creation/submission happening in the background
2022-05-19 13:41:11 +05:30
marination
b6e46eea80
perf: get_boms_in_bottom_up_order
...
- Create child-parent map once and fetch value from child key to get parents
- Get parents recursively for a leaf node (get all ancestors)
- Approx. 44 secs for 4lakh 70k boms
2022-05-18 13:00:00 +05:30
Saqib Ansari
9fb7b49b43
fix(india): error while parsing e-invoice ( #31053 )
2022-05-18 11:53:00 +05:30
maharshivpatel
65d55ea8fa
fix(india): eway bill cancel api is disabled ( #31055 )
2022-05-18 11:52:31 +05:30
Vladislav
fb586eb7c0
Update ru.csv
2022-05-18 00:02:25 +03:00
Vladislav
0843344119
Update ru.csv
2022-05-17 16:21:42 +03:00
marination
e07ce6efe0
fix: Job Card excess transfer behaviour
...
- Block excess transfer of items if not allowed in settings
- Behaviour made consistent with js behaviour (button disappears if not pending and not allowed in settings)
- Test for same case
2022-05-17 17:39:45 +05:30
Rucha Mahabal
28fe4f3d54
fix: unlink Attendance from Employee Checkins on cancellation ( #31045 )
2022-05-17 12:07:58 +05:30
Deepak
867f2c6282
fix: TypeError in add_indicator_for_multicompany ( #31042 )
...
Minor fix in add_indicator_for_multicompany
In case of multi-company transactions add (+) buttons in connection dashboard pf customer aren't being loaded due to TypeError (TypeError: e.dashboard.stats_area.removeClass is not a function) created by "frm.dashboard.stats_area.removeClass('hidden');" during the stats section creation.
2022-05-17 11:52:52 +05:30
Saqib Ansari
f915a9cef7
fix: discount ledger entry in case of multicurrency invoice ( #31024 )
2022-05-17 11:22:01 +05:30
barredterra
cad64f19b7
feat: show title field for Sales Taxes and Charges
2022-05-16 16:19:53 +02:00
barredterra
9553319d87
feat: show title field for Purchase Taxes and Charges
2022-05-16 16:19:32 +02:00
Ankush Menat
3714e36b44
fix: disable pricing rules for internal transfers ( #31034 )
...
* fix: disable pricing rules for internal transfers
* fix: only apply validation on internal transfers
Co-authored-by: Marica <maricadsouza221197@gmail.com >
* fix: internal_party_field undefined
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-05-16 18:09:14 +05:30
Marica
06c036f49f
Merge pull request #30834 from ankush/transfer_precision
...
fix: precision loss when transferring
2022-05-16 16:00:06 +05:30
Ankush Menat
c3bfc395b7
chore: disable flaky test
2022-05-16 15:50:04 +05:30
Rucha Mahabal
1b7ce9649b
fix: IN time not captured in Attendance through Employee Checkin ( #31029 )
2022-05-16 15:45:00 +05:30
Vladislav
af1eab5d54
fix(translations): Update ru translations ( #30992 )
...
* fix incorrect translation
* Update ru.csv
* Update ru.csv
* Update erpnext/translations/ru.csv
Co-authored-by: Marica <maricadsouza221197@gmail.com >
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-05-16 15:18:33 +05:30
Marica
eba1c89ba9
Merge pull request #31026 from ankush/item_attr_limit
...
fix: remove item attribute limit from variant selector
2022-05-16 14:10:11 +05:30
Marica
e3d53413d1
Merge pull request #31025 from ankush/hide_variants_order
...
fix: hide template items from sales/purchase order
2022-05-16 13:59:57 +05:30
Devin Slauenwhite
d76e1b7576
feat: barcode scanner promise to return scanned row. ( #31018 )
...
* feat: barcode scanner promise to return scanned row.
* fix: missing reject at alternate code path
2022-05-16 13:14:26 +05:30
Ankush Menat
6bd1cb9235
fix: remove item attribute limit from variant selector
2022-05-16 12:28:52 +05:30
Ankush Menat
0e875f5049
fix: hide template items from sales/purchase order
2022-05-16 12:14:07 +05:30
Deepesh Garg
a412d2f7e8
Merge pull request #31019 from frappe/mergify/bp/develop/pr-30978
...
fix: Multiple fixes in GST reporting (backport #30978 )
2022-05-16 11:54:17 +05:30
Ankush Menat
80d959c579
fix: dont fail repost for recoverable errors ( #30979 )
...
recoverable erros:
1. timeout
2. lock/deadlocks
2022-05-16 11:23:35 +05:30
Deepesh Garg
65232edfd5
test: Update test cases
2022-05-16 10:52:58 +05:30
Deepesh Garg
b2d24e2f93
chore: Linting issues
2022-05-16 10:40:55 +05:30
Deepesh Garg
5b8726405d
fix: Remove validation from Journal Entry
2022-05-15 21:10:52 +05:30
Deepesh Garg
8221852c38
Merge pull request #31010 from abhinavxd/fix-miniscule-penalty
...
fix: GL entry validation for minuscule loan penalty
2022-05-15 20:50:50 +05:30
Deepesh Garg
34de20f6ee
Merge pull request #30987 from ankush/internal_transfer_with_margin
...
fix: prevent bypassing forced valuation rate
2022-05-15 20:49:55 +05:30
Deepesh Garg
f83e32ab64
chore: resolve conflicts
2022-05-15 20:43:47 +05:30
Deepesh Garg
9b6197ec4a
chore: resolve conflicts
2022-05-15 20:42:34 +05:30
Deepesh Garg
03b133520b
chore: Remove unintended changes
...
(cherry picked from commit 5b02b5b3cd )
# Conflicts:
# erpnext/__init__.py
2022-05-15 15:04:23 +00:00
Deepesh Garg
4ca7a3de4e
fix: Just add one rate in GST HSN Code
...
(cherry picked from commit ed76687dac )
2022-05-15 15:04:22 +00:00
Deepesh Garg
481752134f
fix: Add validation for SEZ and Export invoices without payment of taxes
...
(cherry picked from commit cb8453dac8 )
2022-05-15 15:04:21 +00:00
Deepesh Garg
5ac4bf9750
chore: Linting Issues
...
(cherry picked from commit 8af30bcc16 )
2022-05-15 15:04:20 +00:00
Deepesh Garg
edb3ef7222
fix: UOM in HSN-wise summary of outward supply
...
(cherry picked from commit cd7d5cdb22 )
2022-05-15 15:04:19 +00:00
Frappe PR Bot
c1f47d36cf
chore(release): Bumped to Version 13.29.0
...
# [13.29.0](https://github.com/frappe/erpnext/compare/v13.28.0...v13.29.0 ) (2022-05-10)
### Bug Fixes
* Consider paryt and party type as well in group by consolidated view ([189fc89 ](189fc89e2d ))
* disable form save on naming series tool ([#30909 ](https://github.com/frappe/erpnext/issues/30909 )) ([#30910 ](https://github.com/frappe/erpnext/issues/30910 )) ([d60a6cb ](d60a6cb2f8 ))
* double future qty updates ([0db3013 ](0db3013c9b ))
* HSN-wise-summary of outward supplies Updated Report ([3637525 ](363752510e ))
* Ignore loan repayments made from salary slip ([b7e1d40 ](b7e1d40e43 ))
* **india:** invoice type for a debit note e-invoice ([#30948 ](https://github.com/frappe/erpnext/issues/30948 )) ([c46add3 ](c46add3760 ))
* **india:** keyerror while generating e-way bill from an e-invoice ([#30879 ](https://github.com/frappe/erpnext/issues/30879 )) ([98d799e ](98d799e7cc ))
* **india:** re-arrange e-way bill dialog fields ([#30941 ](https://github.com/frappe/erpnext/issues/30941 )) ([7ce5c93 ](7ce5c93f44 ))
* Item Alternative Test ([964de1f ](964de1fc69 ))
* patch for renaming membership settings ([#30929 ](https://github.com/frappe/erpnext/issues/30929 )) ([9189653 ](9189653f2e ))
* **pos:** creating pos returns resets pricing rules & discounts ([#30936 ](https://github.com/frappe/erpnext/issues/30936 )) ([a0e39db ](a0e39db200 ))
* remove check for already allocated earned leaves ([#30931 ](https://github.com/frappe/erpnext/issues/30931 )) ([#30932 ](https://github.com/frappe/erpnext/issues/30932 )) ([80f7d66 ](80f7d66255 ))
* Remove commit from stock entry test. The assertion is not important ([c449b35 ](c449b35cc1 ))
* Set available-for-use date if missing ([#30838 ](https://github.com/frappe/erpnext/issues/30838 )) ([bf2eaec ](bf2eaecb1d ))
* show group warehouse in Sales Order ([#30891 ](https://github.com/frappe/erpnext/issues/30891 )) ([#30893 ](https://github.com/frappe/erpnext/issues/30893 )) ([c458e14 ](c458e14e68 ))
* Show linked time sheets in sales invoice dashboard ([4f4af52 ](4f4af523e0 ))
* sort before picking next stock reco ([e27fb58 ](e27fb58130 ))
* subtract change_amount from paid_amount field on POS Register ([#30937 ](https://github.com/frappe/erpnext/issues/30937 )) ([b7e873b ](b7e873b55d ))
* Unlink and delete batch created from stock reco on cancel ([fc35323 ](fc35323106 ))
* Wrap SLE actual_qty in `flt` to avoid NoneType operation ([d53228b ](d53228b153 ))
### Features
* **HR:** Leave Type configuration to allow over allocation (backport [#30940 ](https://github.com/frappe/erpnext/issues/30940 )) ([#30944 ](https://github.com/frappe/erpnext/issues/30944 )) ([64440fc ](64440fc4fb ))
* **india:** cancel e-way bill is enabled with e-invoicing APIs. ([#30924 ](https://github.com/frappe/erpnext/issues/30924 )) ([4ef2ffd ](4ef2ffd14c ))
* **india:** generate qrcode button for e-invoice ([#30946 ](https://github.com/frappe/erpnext/issues/30946 )) ([7bd5b2b ](7bd5b2ba29 ))
* **india:** store e-way bill auto calculated distance in sales invoice ([#30923 ](https://github.com/frappe/erpnext/issues/30923 )) ([b96f156 ](b96f1565c5 ))
(cherry picked from commit 7369db59aa )
# Conflicts:
# erpnext/__init__.py
2022-05-15 15:04:18 +00:00
Frappe PR Bot
b3964ee35b
chore(release): Bumped to Version 13.28.0
...
# [13.28.0](https://github.com/frappe/erpnext/compare/v13.27.1...v13.28.0 ) (2022-05-03)
### Bug Fixes
* Consistent accounting dimensions across Sales and Purchase docs ([5df5058 ](5df50588cf ))
* convert default_item_manufacturer to link field ([#30835 ](https://github.com/frappe/erpnext/issues/30835 )) ([#30866 ](https://github.com/frappe/erpnext/issues/30866 )) ([37fad7e ](37fad7e04c ))
* Cost center filter on payment reconciliation ([22e7f03 ](22e7f03a03 ))
* filters not working in Shift Assignment Calendar view ([#30822 ](https://github.com/frappe/erpnext/issues/30822 )) ([3cdbb65 ](3cdbb65b5a ))
* Ignore custom field validation while setup ([ee54bf7 ](ee54bf7fe2 ))
* **india:** e-invoice generation for registered composition gst category type ([#30814 ](https://github.com/frappe/erpnext/issues/30814 )) ([#30877 ](https://github.com/frappe/erpnext/issues/30877 )) ([246869d ](246869dd28 ))
* Multi currency opening invoices ([2e62d51 ](2e62d518e8 ))
* payment days calculation for employees joining/leaving mid-month ([#30863 ](https://github.com/frappe/erpnext/issues/30863 )) ([#30883 ](https://github.com/frappe/erpnext/issues/30883 )) ([a1b0813 ](a1b0813966 ))
* Period Closing Voucher is considering GL entries with is_cancelled=1 ([#30865 ](https://github.com/frappe/erpnext/issues/30865 )) ([5a5b49b ](5a5b49b61a ))
* **pos:** number pad translations ([b01f855 ](b01f8555e5 ))
* **pos:** search field doesn't reset on checkout ([edbf551 ](edbf5513da ))
* Supply type for overseas invoices with payment of tax ([fdcc591 ](fdcc591a5e ))
* supply type for sez invoices with payment of tax ([cf08710 ](cf087103cb ))
* Use `account_type == 'Stock'` to filter stock accounts ([93482f3 ](93482f3302 ))
* **UX:** misleading stock entry lables ([#30870 ](https://github.com/frappe/erpnext/issues/30870 )) ([#30871 ](https://github.com/frappe/erpnext/issues/30871 )) ([57b03f0 ](57b03f0bf2 ))
* **UX:** record reason for skipping attendance or marking absent for auto attendance ([#30846 ](https://github.com/frappe/erpnext/issues/30846 )) ([f7bf4a3 ](f7bf4a3e62 ))
* Vat Audit report fixes ([d5319a4 ](d5319a4826 ))
### Features
* Copy task color from project template (backport [#30857 ](https://github.com/frappe/erpnext/issues/30857 )) ([#30859 ](https://github.com/frappe/erpnext/issues/30859 )) ([7ee18e8 ](7ee18e86a2 ))
* support product bundles in picklist (backport [#30762 ](https://github.com/frappe/erpnext/issues/30762 )) ([#30826 ](https://github.com/frappe/erpnext/issues/30826 )) ([645ee2d ](645ee2d822 ))
(cherry picked from commit 8cc2ea0ddb )
# Conflicts:
# erpnext/__init__.py
2022-05-15 15:04:17 +00:00
Frappe PR Bot
e66aab77cb
chore(release): Bumped to Version 13.27.1
...
## [13.27.1](https://github.com/frappe/erpnext/compare/v13.27.0...v13.27.1 ) (2022-04-26)
### Bug Fixes
* Add accounting dimensions for round off GL Entry ([dedb90e ](dedb90ea72 ))
* batch_no filtering not working when batch no is also a number in scientific notation ([#30770 ](https://github.com/frappe/erpnext/issues/30770 )) ([#30771 ](https://github.com/frappe/erpnext/issues/30771 )) ([c339305 ](c339305e9c ))
* Check if accounting dimension exists ([1834671 ](1834671d59 ))
* dependent gle reposting (backport [#30726 ](https://github.com/frappe/erpnext/issues/30726 )) ([#30772 ](https://github.com/frappe/erpnext/issues/30772 )) ([a6d0938 ](a6d0938591 ))
* Do not validate while creating accounting dimension ([153b41a ](153b41a269 ))
* e_commerce_settings.js ([3a5f5d5 ](3a5f5d5cd0 ))
* e_commerce_settings.py ([86c5f4d ](86c5f4db85 ))
* First preference to parent cost center rather than round off cost center ([a2d95fc ](a2d95fc62b ))
* Handle Multiselect field mapping separately ([dc2f694 ](dc2f694547 ))
* **india:** 401 & 403 client error while generating IRN ([198bdcf ](198bdcfdc6 ))
* **india:** cess value not considered while validating e-invoice totals ([#30800 ](https://github.com/frappe/erpnext/issues/30800 )) ([f70fca1 ](f70fca1c9e ))
* **india:** transporter name is null while generating e-way bill ([#30736 ](https://github.com/frappe/erpnext/issues/30736 )) ([6291b28 ](6291b28c37 ))
* linter ([6dddbb9 ](6dddbb9f27 ))
* Loan doctypes in bank reconciliation ([e69c715 ](e69c71576d ))
* Mistyped variable name in patch ([e76220e ](e76220e819 ))
* monthly attendance sheet ([#30748 ](https://github.com/frappe/erpnext/issues/30748 )) ([0b4e3f1 ](0b4e3f1467 ))
* Must not be able to start Job Card if it is related to Work Order that is not started yet ([#29072 ](https://github.com/frappe/erpnext/issues/29072 )) ([#30755 ](https://github.com/frappe/erpnext/issues/30755 )) ([b656ffa ](b656ffa45e ))
* Query filter fields from Website Item instead of Item master ([bed9e09 ](bed9e09153 ))
* select doctype as payment_document ([44f0b69 ](44f0b69152 ))
* **Selling,E-Commerce:** Shopping cart quotation without website item. ([#29085 ](https://github.com/frappe/erpnext/issues/29085 )) ([ea0fe5e ](ea0fe5e10c ))
* SO analysis rpt will fetch SO's without Delivery note as well ([f9d89c7](f9d89c7ce6 ))
* translation ([#30781 ](https://github.com/frappe/erpnext/issues/30781 )) ([#30783 ](https://github.com/frappe/erpnext/issues/30783 )) ([8335ca6 ](8335ca6331 ))
* Update token to allow updates on protected branch ([baab379 ](baab3797ca ))
* update translation ([#30725 ](https://github.com/frappe/erpnext/issues/30725 )) ([#30776 ](https://github.com/frappe/erpnext/issues/30776 )) ([b585262 ](b585262842 ))
* Use parent cost center for Sales and Purchase Invoice ([fe9f329 ](fe9f32946c ))
* Use right precision for asset value after full schedule ([#30745 ](https://github.com/frappe/erpnext/issues/30745 )) ([269e192 ](269e1923c9 ))
* Validate field filter wrt to Website Item & re-use validation in Item Group ([34437a8 ](34437a83df ))
(cherry picked from commit 096dcf0e54 )
# Conflicts:
# erpnext/__init__.py
2022-05-15 15:04:17 +00:00
Deepesh Garg
c6b98d8de9
fix: Multiple fixes in GSTR-1 report
...
(cherry picked from commit f2cbb70325 )
# Conflicts:
# erpnext/regional/report/gstr_1/gstr_1.py
2022-05-15 15:04:16 +00:00
Deepesh Garg
a8da657f81
Merge branch 'develop' into fix-miniscule-penalty
2022-05-14 21:36:27 +05:30
Deepesh Garg
1ff8b06da3
Merge pull request #31015 from rohitwaghchaure/multi-select-accounting-dimenssions
...
feat: select multiple values for accounting dimension
2022-05-14 21:13:40 +05:30
hrzzz
3c35c9b6ae
fix: correction of the calculation to the average value when there is a discount on the document and not on the items
2022-05-14 10:45:26 -03:00
Rohit Waghchaure
69be22ba7c
fix: select multiple values for accounting dimenssion
2022-05-14 17:19:34 +05:30
Rucha Mahabal
ead08aa192
Merge pull request #31013 from ruchamahabal/hr-reports-emp-status
...
feat: add Employee Status filter in leave balance reports
2022-05-13 22:07:08 +05:30
Rucha Mahabal
260cfa5d1e
test: employee status filter in leave balance reports
2022-05-13 21:02:09 +05:30
Rucha Mahabal
08fb9a4318
fix: translation for status filter
2022-05-13 20:44:35 +05:30
Rucha Mahabal
ed8a49737a
feat: add Employee Status filter in leave balance reports
2022-05-13 20:23:32 +05:30
Rucha Mahabal
3016ed958e
fix(Employee Advance): Return/Deduction from Salary button visibility ( #31011 )
2022-05-13 20:01:14 +05:30
Ankush Menat
86df7f835a
fix: move healthcare patch to post_model_sync ( #31008 )
...
[skip ci]
2022-05-13 18:15:34 +05:30
Abhinav Raut
589dd17e58
fix: precision of total penalty paid
2022-05-13 17:56:27 +05:30
Abhinav Raut
9a86885c0a
fix: precision of total penalty paid
2022-05-13 17:55:16 +05:30
Abhinav Raut
aef65e7417
fix: gl entry validation for miniscule loan penalty
2022-05-13 17:22:26 +05:30
Ankush Menat
3263ecf54c
test: check translation files ( #31006 )
2022-05-13 16:38:04 +05:30
HarryPaulo
328b1b54d9
fix: payments duplicate on pos closing entry ( #30976 )
2022-05-13 15:06:02 +05:30
Ankush Menat
b0c10102de
chore: update FR template
...
[skip ci]
2022-05-13 14:35:51 +05:30
ruthra kumar
e826093150
fix: multiple entries for same payment term
2022-05-13 14:24:06 +05:30
Deepesh Garg
54d6cf18fc
fix: Item rate reset on changing posting date ( #30990 )
...
* fix: Item rate reset on changing posting date
* chore: Remove debugger
2022-05-13 13:07:23 +05:30
Marica
9a2b11f05f
Merge pull request #30911 from alyf-de/de-translate-employee
...
fix: German translations for Employee doctype
2022-05-13 12:23:13 +05:30
Marica
38e0105125
Merge pull request #30818 from Havenir/feat-request-for-quotation
...
feat: request_for_quotation - show supplier name
2022-05-13 12:16:23 +05:30
Wolfram Schmidt
c4a2778359
chore: added RFQ Link to Opportunity Dashboard ( #30894 )
...
added Link to Dashboard
added backlink to Request for Quotation in the Quotation dashboard for transparency and ease of navigation.
2022-05-13 12:01:52 +05:30
Wolfram Schmidt
0bbed414f8
feat: add Link to Opportunity ( #30614 )
...
Adding Link to Opportunity
Following the process of Opportunity to Quotation I added a section and link field to Opportunity for a backlink when using "create"-> Request for Quotation from Opportunity.
2022-05-13 11:59:45 +05:30
Ankush Menat
b08180092e
fix(patch): avoid checking for return field if it doesnt exits ( #30995 )
...
fix(patch): avoid checking for qty field if it doesnt exits
2022-05-13 11:55:47 +05:30
Saqib Ansari
319c858d63
Merge pull request #30968 from nextchamp-saqib/validate-on-hold-invs
...
fix(accounts): minor fixes & validations
2022-05-12 22:06:35 +05:30
Ankush Menat
ee0a277540
fix: prevent bypassing forced valuation rate
...
if you edit "margin_rate_or_amount" after saving DN then based on
selected margin the rate gets updated which isn't valuation rate.
2022-05-12 19:01:26 +05:30
Deepesh Garg
33d9767382
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_currency_check
2022-05-12 16:40:29 +05:30
Ankush Menat
cb8cd7f5bc
chore: stale bot - increase # of days for issues
...
[skip ci]
2022-05-12 15:45:19 +05:30
Deepesh Garg
39fad39540
Merge pull request #30983 from frappe/mergify/bp/develop/pr-30982
...
fix: Failing accounting dimension patch (backport #30982 )
2022-05-12 15:28:15 +05:30
Deepesh Garg
b13698a1d5
fix: Failing accounting dimension patch
...
(cherry picked from commit b14a7b8a5d )
2022-05-12 09:27:40 +00:00
Marica
5b8c7438cc
Merge pull request #30945 from ankush/stock_analytics_fix
...
fix: stock analytics report shows incorrect data there's no stock movement in a period
2022-05-12 12:26:54 +05:30
Saqib Ansari
6c16422beb
test: sales_invoice_with_disabled_account
2022-05-12 12:05:53 +05:30
Saqib Ansari
92613777b9
test: payment_entry_against_onhold_purchase_invoice
2022-05-12 11:17:36 +05:30
Ankush Menat
b1c90e9949
fix: stock transfer value when precision differs
2022-05-12 11:09:30 +05:30
Marica
3d96ad2afa
Merge pull request #30950 from marination/actual-qty-total-js-reactive
...
fix: Set actual qty and basic rate in SE on warehouse triggers (`get_warehouse_details`)
2022-05-11 20:13:54 +05:30
Ankush Menat
2d9b7a48ca
Merge pull request #30832 from dj12djdjs/feat-picklist-scan
...
feat(stock): Proposed Pick List Scan
2022-05-11 19:38:37 +05:30
Ankush Menat
861d4b856c
chore: bump ecma version
...
we transpile to es2017, so allow use of es2020
2022-05-11 19:32:51 +05:30
Ankush Menat
ab80783e3a
refactor: single function to fetch related row
...
There was separate function for batch row which frequently didn't
receive all the love main function received like:
1. empty row reuse
2. max qty validation
Hence it makes sense to combine these in one fat function
2022-05-11 19:27:16 +05:30
Ankush Menat
2f1d118f36
fix: disable serial no scanning for picklist
...
Current design of picklist doc doesn't have "picked serial no" so it
doesn't make much sense to scan it. Instead it should increment qty
only. Might add this in future after fixing UX problems
2022-05-11 18:56:22 +05:30
Ankush Menat
d35a13ec7e
refactor: change alert duration to 3 and modern js
2022-05-11 18:52:14 +05:30
Ankush Menat
7f14222700
docs: document barcode_scanner API
2022-05-11 18:45:31 +05:30
Ankush Menat
372d2d870e
fix: better message for picked qty shortfall
2022-05-11 18:43:10 +05:30
Ankush Menat
d3121fd845
fix(UX): hide scan section for non-draft docs
2022-05-11 18:40:44 +05:30
Ankush Menat
a4f0be6c5e
Merge branch 'develop' into feat-picklist-scan
2022-05-11 18:38:53 +05:30
Marica
d024f72ab8
Merge branch 'develop' into actual-qty-total-js-reactive
2022-05-11 18:02:20 +05:30
marination
4fa15b50ca
test: Test for mapped SE and fix for failing tests
...
- Remove `set_missing_values` from mapper util function since a lot of item data is set after this function is run
- `split_batch` can skip `set_missing_values` since no warehouses are set on mapping and relies on user input
2022-05-11 17:58:48 +05:30
Sagar Sharma
1a70701eca
fix: per_billed for return DN ( #30868 )
...
* fix: per_billed for return DN
* chore: move patch from v14 to v13
2022-05-11 16:49:28 +05:30
Vladislav
40d2f94abd
chore: incorrect translation ( #30966 )
2022-05-11 16:26:48 +05:30
Ankush Menat
60eede0f68
Merge pull request #30969 from ankush/fifo_queue_report
...
chore: fifo queue vs qty after transaction comparison report
2022-05-11 15:12:13 +05:30
marination
90a8e924f5
fix: set_missing_values in SE and re-use the same on all SE mappings
...
- `set_missing_values` in SE will set actual qty, transfer qty and calculate rate/amount
- Re-use `set_missing_values` wherever SE is doc is being mapped
2022-05-11 14:54:22 +05:30
Ankush Menat
f6d6463a33
chore: fifo queue vs qty after transaction comparison report
2022-05-11 14:43:03 +05:30
Saqib Ansari
95b059a98c
fix: validate disabled accounts before posting ledger entries
2022-05-11 13:26:15 +05:30
Saqib Ansari
a1e3ae8869
fix: user can select disabled accounts in taxes table
2022-05-11 13:01:06 +05:30
Saqib Ansari
b0f302e579
fix: validate on hold purchase invoices in payment entry
2022-05-11 12:42:35 +05:30
Ankush Menat
e2e0700499
Merge pull request #30962 from marination/update-items-zero-qty
...
fix: Block 0 Qty via Update Items to be consistent with form validation
2022-05-11 12:41:40 +05:30
Marica
061cd3220f
Merge branch 'develop' into update-items-zero-qty
2022-05-11 11:42:39 +05:30
Raffael Meyer
195e8af985
Merge branch 'develop' into de-translate-employee
2022-05-10 15:57:40 +02:00
marination
0c9154389b
fix: Block 0 Qty via Update Items to be consistent with form validation
2022-05-10 18:09:07 +05:30
Ankush Menat
15fdc1cf7f
Merge pull request #30958 from gavindsouza/dashboard-chart-fixes
...
fix(charts): Pass fieldtype for chart data in selling reports
2022-05-10 17:40:01 +05:30
Gavin D'souza
7bf0e4f8e5
fix(charts): Pass fieldtype for chart data in selling reports
2022-05-10 15:58:31 +05:30
Ankush Menat
198b91f8d4
fix: only carry-forward balances till today's period
...
Showing data in future doesn't make sense. Only carry-forward till last
bucket that contains today's day.
2022-05-10 15:38:02 +05:30
Ankush Menat
287b255ad6
fix: batch_no doesn't maintain qty_after_transaction
2022-05-10 15:38:02 +05:30
Ankush Menat
6ab0046e9c
fix: consider previous balance is missing
...
Also remove `total`, total of total is a meaningless value.
2022-05-10 15:38:02 +05:30
Ankush Menat
d81422fb58
test: basic test for stock analytics report
2022-05-10 15:38:02 +05:30
Ankush Menat
d25841369d
Merge pull request #30913 from ankush/against_voucher_processing
...
fix: double future qty updates
2022-05-10 14:46:37 +05:30
marination
494ddd1eb4
fix: Calculate totals even though pricing rule is not applied on mapped doc
...
- `apply_pricing_rule` is triggered due to change in some data which most likely contributes to Total.
2022-05-10 14:02:43 +05:30
Saqib Ansari
8dd046cc51
fix(india): invoice type for a debit note e-invoice ( #30948 )
2022-05-10 13:39:41 +05:30
Ankush Menat
3b6752dc8b
Merge pull request #30938 from rohitwaghchaure/formatting-for-to-discuss-field
...
fix: allow to use formatting for the field to_discuss in opportunity
2022-05-10 12:10:42 +05:30
Saqib Ansari
cf13a20438
feat(india): generate qrcode button for e-invoice ( #30939 )
2022-05-10 12:07:47 +05:30
Rohit Waghchaure
3f41cb762d
fix: allow to use formatting for the field to_discuss in opportunity
2022-05-10 11:47:01 +05:30
Rucha Mahabal
51fcbe5826
feat(HR): Leave Type configuration to allow over allocation ( #30940 )
2022-05-09 21:29:58 +05:30
Ankush Menat
f047fa1aa8
Merge pull request #30942 from frappe/mergify/bp/develop/pr-30869
...
fix: Unlink and delete batch created from stock reco on cancel (backport #30869 )
2022-05-09 19:38:03 +05:30
Ankush Menat
05dd1d6d15
refactor: tax rule validity query ( #30934 )
2022-05-09 19:26:13 +05:30
marination
a65b20d976
style: Spaces to Tabs
...
(cherry picked from commit a2fff8741e )
2022-05-09 13:32:45 +00:00
marination
9fd673e498
fix: Remove commit from stock entry test. The assertion is not important
...
(cherry picked from commit c449b35cc1 )
2022-05-09 13:32:44 +00:00
marination
64f3b4d68b
fix: Wrap SLE actual_qty in flt to avoid NoneType operation
...
- Since Batch cancellation SLEs do not set qtys (will fix separately), `merge_similar_entries` gets `actual_qty` as None
- This causes NoneType operation error on tests that cancel batch-serial reco
- Modified tests to avoid using commit and rollback explicitly
(cherry picked from commit d53228b153 )
2022-05-09 13:32:43 +00:00
marination
de3d90c5ab
fix: Item Alternative Test
...
(cherry picked from commit 964de1fc69 )
2022-05-09 13:32:42 +00:00
marination
14ea40d270
chore: Tests for Stock Reconciliation
...
(cherry picked from commit 5bc5af1066 )
2022-05-09 13:32:41 +00:00
marination
3bc3cf34eb
chore: Tests for Stock Entry
...
(cherry picked from commit a144548db9 )
2022-05-09 13:32:40 +00:00
marination
577df1753e
fix: Unlink and delete batch created from stock reco on cancel
...
(cherry picked from commit fc35323106 )
2022-05-09 13:32:37 +00:00
maharshivpatel
e5ebbf4799
fix(india): re-arrange e-way bill dialog fields ( #30920 )
2022-05-09 18:20:20 +05:30
HarryPaulo
ebbe27c183
fix: subtract change_amount from paid_amount field on POS Register ( #30922 )
2022-05-09 15:14:57 +05:30
Saqib Ansari
867494edad
fix(pos): creating pos returns resets pricing rules & discounts ( #30935 )
2022-05-09 15:05:05 +05:30
Deepesh Garg
dbb37aefae
Merge pull request #30926 from frappe/mergify/bp/develop/pr-30065
...
fix: HSN-wise-summary of outward supplies Updated Report (backport #30065 )
2022-05-09 13:21:58 +05:30
Ankush Menat
7e2fbc050a
fix: sort before picking next stock reco
2022-05-09 13:16:02 +05:30
marination
1ce45f623e
fix: Set actual qty and basic rate in SE on warehouse triggers (get_warehouse_details)
...
- set `actual_qty` on source and target warehouse change
2022-05-09 13:00:00 +05:30
Rucha Mahabal
f92bc4dd33
fix: remove check for already allocated earned leaves ( #30931 )
...
* fix: remove check for already allocated earned leaves
* fix: do not set New Leaves Allocated field as read-only for earned leaves
- removing this until there's a better way to update existing allocations
2022-05-09 12:15:02 +05:30
Ankush Menat
ae842d8145
chore: remove datettime formatting from debug report
...
This hides some information that would otherwise help during debugging
2022-05-09 11:29:00 +05:30
Ankush Menat
7c839c4503
fix: double future qty updates
...
update_qty_in_future_sle is reprocessing rows which are already
processed by process_sle_against_current_voucher
2022-05-09 11:28:21 +05:30
Deepesh Garg
c9f6405b2a
chore: Resolve conflicts
2022-05-09 10:33:03 +05:30
Deepesh Garg
b3d5c74df5
Merge branch 'develop' of https://github.com/frappe/erpnext into mergify/bp/develop/pr-30065
2022-05-09 10:21:46 +05:30
Ankush Menat
95e41b0d48
chore: correct version in hooks
...
[skip ci]
2022-05-08 22:04:14 +05:30
Deepesh Garg
85c137b3aa
chore: Remove print statement
...
(cherry picked from commit a8fbd2451b )
2022-05-08 14:07:00 +00:00
Deepesh Garg
3ae4b9033f
chore: Remove extra columns
...
(cherry picked from commit b0e929b8ae )
# Conflicts:
# erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py
2022-05-08 14:07:00 +00:00
Govind S Menokee
d99b4e29b9
fix: HSN-wise-summary of outward supplies Updated Report
...
Report changes done in order to meet the specification as per govt guideline - [GUIDELINE](https://taxguru.in/goods-and-service-tax/12-points-note-filing-gstr-1-01st-2021-onwards.html )
(cherry picked from commit 363752510e )
# Conflicts:
# erpnext/regional/report/hsn_wise_summary_of_outward_supplies/hsn_wise_summary_of_outward_supplies.py
2022-05-08 14:06:58 +00:00
maharshivpatel
b8dc40b7a0
feat(india): cancel e-way bill is enabled with e-invoicing APIs. ( #30888 )
2022-05-07 18:59:27 +05:30
maharshivpatel
b825179286
feat(india): store e-way bill auto calculated distance in sales invoice ( #30908 )
2022-05-07 18:46:12 +05:30
Raffael Meyer
f3ad4f3c3b
Merge branch 'develop' into de-translate-employee
2022-05-06 19:57:42 +02:00
Rucha Mahabal
7f1024f8aa
feat(minor): fetch default salary structure and base from Employee Grade in Salary Structure Assignment ( #30918 )
2022-05-06 17:44:30 +05:30
Deepesh Garg
c05144fb60
Merge pull request #30897 from deepeshgarg007/general_ledger_consolidated
...
fix: Consider party and party type as well in group by consolidated view
2022-05-06 13:10:00 +05:30
Deepesh Garg
f255741b16
Merge pull request #30855 from Altizo/develop
...
fix: update translate
2022-05-06 13:04:24 +05:30
Deepesh Garg
d5dca69090
Merge pull request #30901 from alyf-de/translate-party
...
feat(German Translation)!: translate "Party" as "Partei"
2022-05-06 13:02:27 +05:30
Deepesh Garg
cf4128edba
Merge pull request #30900 from alyf-de/bank-account-website
...
feat: remove website from bank account
2022-05-06 13:01:28 +05:30
Ahmad
458f2fcd62
Merge branch 'develop' into feat-request-for-quotation
2022-05-06 11:54:07 +05:00
maharshivpatel
ee7a7eb782
fix(india): keyerror while generating e-way bill from an e-invoice ( #30879 )
2022-05-06 11:23:16 +05:30
barredterra
02b38a439f
fix: german translations for Employee
2022-05-05 20:37:51 +02:00
Devin Slauenwhite
e9cf5cb4b0
feat: add prompt qty flag to pick list
2022-05-05 10:47:06 -04:00
Devin Slauenwhite
0a77c28594
fix: cast value to Number type
2022-05-05 10:46:40 -04:00
Devin Slauenwhite
47b4251844
feat: prompt qty on scan
2022-05-05 09:39:19 -04:00
Ankush Menat
f31122cbc3
fix: disable form save on naming series tool ( #30909 )
2022-05-05 17:35:58 +05:30
Ankush Menat
ad7c113c0d
test: activation
2022-05-05 11:02:23 +05:30
Aditya Hase
912c1d0a1b
chore: Remove reference to Instructor doctype ( #30903 )
...
References:
https://github.com/frappe/erpnext/pull/30830
44c54f69f8
2022-05-05 10:40:42 +05:30
Ankush Menat
d48ab81622
fix: auto-fulfill picking list when not in scan mode
2022-05-04 12:43:31 -04:00
Devin Slauenwhite
7ae89dedd5
fix: cleanup dont_allow_new_row logic
2022-05-04 11:06:16 -04:00
Devin Slauenwhite
5560ceca62
fix: max qty message
...
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2022-05-04 10:32:21 -04:00
Devin Slauenwhite
4a19c1c19d
Revert "fix(test): manually select picked_qty since before_submit validates qty instead of auto filling it"
...
This reverts commit c2335ec0
2022-05-04 10:29:52 -04:00
Deepesh Garg
826c3f5c63
Merge pull request #30899 from deepeshgarg007/timesheet_link
...
fix: Show linked time sheets in sales invoice dashboard
2022-05-04 19:54:06 +05:30
barredterra
5435da6d2b
feat(German Translation): translate "Party" as "Partei"
2022-05-04 16:20:20 +02:00
barredterra
f1b8a969cf
feat: remove website from bank account
2022-05-04 15:51:52 +02:00
Deepesh Garg
3e38dc7ea8
fix: Show linked time sheets in sales invoice dashboard
2022-05-04 17:30:52 +05:30
Deepesh Garg
c2d52a1ac0
fix: Consider paryt and party type as well in group by consolidated view
2022-05-04 15:59:24 +05:30
Deepesh Garg
8535ad46e9
Merge pull request #30882 from fproldan/issue_25414
...
fix: "Supplier Quotation Comparison" - Tools - Select Default Supplier
2022-05-04 14:23:17 +05:30
Ankush Menat
91cd5f5d4a
fix: show group warehouse in Sales Order ( #30891 )
2022-05-04 13:07:58 +05:30
Deepesh Garg
564f5b2394
Merge pull request #30890 from frappe/mergify/bp/develop/pr-30884
...
fix: Ignore loan repayments made from salary slip (backport #30884 )
2022-05-04 10:19:36 +05:30
Deepesh Garg
e8d6eb207d
fix: Ignore loan repayments made from salary slip
...
(cherry picked from commit b7e1d40e43 )
2022-05-04 04:15:07 +00:00
Devin Slauenwhite
5d8e3f264c
Merge branch 'feat-picklist-scan' of /home/devin/repos/erpnext into feat-picklist-scan
2022-05-03 16:28:54 -04:00
Devin Slauenwhite
c2335ec0d8
fix(test): manually select picked_qty since before_submit validates qty instead of auto filling it
2022-05-03 16:28:28 -04:00
Francisco Roldán
5604dccdb6
Merge branch 'develop' into issue_25414
2022-05-03 13:27:10 -03:00
Devin Slauenwhite
afb841c771
Merge branch 'develop' into feat-picklist-scan
2022-05-03 11:15:42 -04:00
Deepesh Garg
1b285cf662
Merge pull request #30820 from deepeshgarg007/erpnext_setup_cleanup
...
chore: Remove domains from setup wizard
2022-05-03 20:05:52 +05:30
Deepesh Garg
322f0db1e9
chore: Resolve conflicts
2022-05-03 18:28:50 +05:30
Deepesh Garg
2e3e666784
Merge branch 'develop' of https://github.com/frappe/erpnext into erpnext_setup_cleanup
2022-05-03 18:17:36 +05:30
Francisco Roldán
288e2258f6
Merge branch 'develop' into issue_25414
2022-05-03 08:48:30 -03:00
Rucha Mahabal
924cf7763e
fix: payment days calculation for employees joining/leaving mid-month ( #30863 )
2022-05-03 11:27:25 +05:30
Francisco Roldan
26654e5e29
fix: supplier quotation comparission report button
2022-05-02 21:07:54 -03:00
Francisco Roldán
62225e0956
Merge pull request #174 from frappe/develop
...
Fetch upstream
2022-05-02 20:44:38 -03:00
Devin Slauenwhite
6cc83d658b
Merge branch 'feat-picklist-scan' of github.com:dj12djdjs/erpnext into feat-picklist-scan
2022-05-02 17:20:48 -04:00
maharshivpatel
80a13c38bc
fix(india): e-invoice generation for registered composition gst category type ( #30814 )
2022-05-02 21:51:27 +05:30
Saqib Ansari
2b354270eb
Merge pull request #30875 from deepeshgarg007/supply_type_einvoice
...
fix(India): Supply type for overseas invoices with payment of tax
2022-05-02 21:49:52 +05:30
Saqib Ansari
c8aa77285e
fix: supply type for sez invoices with payment of tax
2022-05-02 21:15:54 +05:30
Deepesh Garg
d7cb269e0c
fix: Supply type for overseas invoices with payment of tax
2022-05-02 19:23:43 +05:30
Ahmad
04c96b547e
feat: request_for_quotation - refactor
...
- Set supplier as link in while selecting supplier to create quotation
2022-05-02 18:05:21 +05:00
Deepesh Garg
f8db6f0ac5
Merge pull request #30872 from frappe/mergify/bp/develop/pr-30852
...
fix: Vat Audit report fixes (backport #30852 )
2022-05-02 17:59:10 +05:30
Deepesh Garg
e0fd980bcc
Merge pull request #30848 from deepeshgarg007/cost_center_filter_p_r
...
fix: Cost center filter in payment reconciliation
2022-05-02 17:58:45 +05:30
Deepesh Garg
a31f577c9e
fix: Vat Audit report fixes
...
(cherry picked from commit d5319a4826 )
2022-05-02 10:44:37 +00:00
Deepesh Garg
b440dabe12
test: Add test for payment reconciliation
2022-05-02 16:09:48 +05:30
Ankush Menat
59a5090843
fix(UX): misleading stock entry lables ( #30870 )
...
* fix(UX): misleading stock entry lables
* chore: field labels
[skip ci]
Co-authored-by: Marica <maricadsouza221197@gmail.com >
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2022-05-02 15:11:14 +05:30
Rushabh Mehta
548afba8bb
fix(minor): update frappe.error_log to new API ( #30864 )
...
* fix(minor): update frappe.error_log to new API
* refactor: changes for updated log_error api
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-05-02 15:04:26 +05:30
Ankush Menat
dcda55641b
fix: convert default_item_manufacturer to link field ( #30835 )
2022-05-02 13:58:22 +05:30
Ankush Menat
bdd55f07f4
Merge pull request #30830 from deepeshgarg007/education_sepration
...
refactor!: Remove education domain from ERPNext
2022-05-02 13:20:01 +05:30
Ankush Menat
f0049da284
chore: correct link
2022-05-02 11:52:46 +05:30
Ankush Menat
bae8ab2fa9
Merge branch 'develop' into education_sepration
2022-05-02 11:47:37 +05:30
sersaber
b8a9f821a4
feat: Copy task color from project template ( #30857 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-05-02 10:29:43 +05:30
Rushabh Mehta
04d56fbb8d
Merge pull request #30858 from rmehta/fix-account-dim-patch-again
...
fix(minor): accounting dimension patch
2022-05-02 09:42:28 +05:30
Rushabh Mehta
be0f84a722
fix(minor): fix create_accounting_dimensions_in_orders.py
2022-05-02 09:41:12 +05:30
Deepesh Garg
6a953d9297
Merge pull request #30806 from deepeshgarg007/accounting_dimension_consistency
...
fix: Consistent accounting dimensions across Sales and Purchase docs
2022-05-01 22:02:41 +05:30
Deepesh Garg
fc09c90af7
Merge branch 'develop' into accounting_dimension_consistency
2022-05-01 22:02:10 +05:30
Deepesh Garg
15237fd747
Merge pull request #30854 from rmehta/fix-discount-accounting-patch
...
fix(minor): discount accounting patch
2022-05-01 15:22:45 +05:30
Rushabh Mehta
d746db5547
fix(minor): discount accounting patch
2022-05-01 12:25:21 +05:30
Vlad
5eddaddf74
fix: update translate
2022-04-30 21:47:34 +03:00
Deepesh Garg
19d66e5219
Merge branch 'develop' of https://github.com/frappe/erpnext into accounting_dimension_consistency
2022-04-30 22:15:27 +05:30
Deepesh Garg
c7edc29152
Merge branch 'develop' of https://github.com/frappe/erpnext into cost_center_filter_p_r
2022-04-30 22:11:43 +05:30
Deepesh Garg
54d16de849
Merge pull request #30815 from deepeshgarg007/uae_setup_cleaup
...
fix: Ignore custom field validation while setup
2022-04-30 22:03:21 +05:30
Deepesh Garg
bfd053ed23
Merge branch 'develop' into uae_setup_cleaup
2022-04-30 19:54:40 +05:30
Devin Slauenwhite
5ff471e22f
fix: linter
2022-04-29 16:39:33 -04:00
Devin Slauenwhite
fa1378dd49
fix: prevent user from proceeding without all qty picked.
2022-04-29 16:38:52 -04:00
Devin Slauenwhite
5f8f83c6d8
fix: warn user pick list is not complete instead of auto fulfilling picked_qty.
2022-04-29 16:28:49 -04:00
Devin Slauenwhite
48128911be
fix: syntax
2022-04-29 16:27:15 -04:00
Devin Slauenwhite
472e634625
Merge branch 'develop' into feat-picklist-scan
2022-04-29 14:11:42 -04:00
Devin Slauenwhite
2554cdceeb
revert: scan_mode flag
2022-04-29 13:45:59 -04:00
Devin Slauenwhite
24d8f62b21
revert: barcode scan field from pick list item.
2022-04-29 13:40:48 -04:00
Deepesh Garg
ab94b73e93
fix: Cost center filter on payment reconciliation
2022-04-29 18:06:13 +05:30
Rucha Mahabal
65742947e7
fix(UX): record reason for skipping attendance or marking absent for auto attendance ( #30844 )
2022-04-29 15:46:00 +05:30
Deepesh Garg
dafdc9b68c
Merge pull request #30843 from deepeshgarg007/opening_tool_multi_currency
...
fix: Multi currency opening invoices
2022-04-29 15:16:06 +05:30
Deepesh Garg
a8452c2ba2
fix: Multi currency opening invoices
2022-04-29 14:27:03 +05:30
Deepesh Garg
1622faad40
Merge pull request #30802 from deepeshgarg007/multi_currency_opening
...
fix: Allow multi-currency opening invoices
2022-04-29 13:34:54 +05:30
Deepesh Garg
f25251bb70
chore: Clean up patches
2022-04-29 12:42:29 +05:30
Deepesh Garg
55b2930b05
Merge pull request #30816 from ruthra-kumar/payment_term_rpt_on_selling
...
refactor: add payment terms status rpt to Selling homepage
2022-04-29 12:33:34 +05:30
Deepesh Garg
0cb36cc18c
Merge branch 'develop' into payment_term_rpt_on_selling
2022-04-28 21:22:38 +05:30
Deepesh Garg
2ee20d35d9
Merge branch 'develop' of https://github.com/frappe/erpnext into education_sepration
2022-04-28 19:55:25 +05:30
Deepesh Garg
3c578a3b0b
chore: Add patch to delete education doctypes
2022-04-28 19:54:28 +05:30
Deepesh Garg
44c54f69f8
chore: Remove references for Student doctype
2022-04-28 16:16:47 +05:30
Deepesh Garg
cc867fd949
chore: Remove Fees Doctype
2022-04-28 15:51:32 +05:30
Deepesh Garg
848827cf5c
chore: Remove references for Assessment Group
2022-04-28 15:11:22 +05:30
gavin
389c2853eb
docs: Trimmed whitespace from "Try on FCloud" button
...
ERPNext Port of b1effcab4b
2022-04-28 14:57:43 +05:30
Deepesh Garg
8dcbbf1b9e
chore: Remove course links from training doctypes
2022-04-28 13:49:34 +05:30
Deepesh Garg
60b693f84f
chore: clean up hooks
2022-04-28 12:02:54 +05:30
Aditya Hase
3c7176d690
fix: Update links to Frappe Cloud ( #30833 )
2022-04-28 11:07:02 +05:30
Deepesh Garg
41e2959389
chore: remove files related to LMS
2022-04-28 10:41:30 +05:30
Devin Slauenwhite
8053f2dbcd
feat: increment picked_qty on scan_barcode
2022-04-27 22:10:15 -04:00
Devin Slauenwhite
ceffbf243e
fix: show alert when maximum qty scanned is reached
2022-04-27 22:07:25 -04:00
Devin Slauenwhite
159cf2848e
fix: get correct row to modify with duplicate item_codes and max_qty fields are present
2022-04-27 22:03:39 -04:00
Devin Slauenwhite
e04fbb6a99
feat: pick list scan fields
2022-04-27 22:02:04 -04:00
Deepesh Garg
69d369dd7f
refactor: Remove education domain from ERPNext
2022-04-27 19:20:36 +05:30
Ankush Menat
777f0204dd
test: create new item instead of using with _Test Item ( #30827 )
...
Unnecessary dependency causes flake in stock. The test was reposting all
entries for item just to test some behavior that is best tested on a
newly created item _anyway_.
2022-04-27 17:47:40 +05:30
Ankush Menat
0a07cd8f68
chore: "refactor" readme ( #30825 )
...
[skip ci]
2022-04-27 15:47:28 +05:30
Marica
2fffc68938
Merge pull request #30762 from ankush/bunle_pickng
...
feat: support product bundles in picklist
2022-04-27 15:23:16 +05:30
Ankush Menat
ebd5f0b1bb
chore: make picked qty read only
2022-04-27 14:53:20 +05:30
Ankush Menat
9a8e3ef235
fix(UX): only show pick list when picking is pending
...
[skip ci]
2022-04-27 14:43:42 +05:30
Ankush Menat
3ae9fa98c4
ci: failfast when merge conflict exists ( #30823 )
...
[skip ci]
2022-04-27 14:33:26 +05:30
Ankush Menat
47e1a0104c
fix: dont map picked qty and consider pick qty for new PL
...
Co-Authored-By: marination <maricadsouza221197@gmail.com >
2022-04-27 13:44:19 +05:30
Deepesh Garg
429361ce87
chore: Remove domains from Setup
2022-04-27 13:32:51 +05:30
Ankush Menat
8207697e43
fix: compare against stock qty while validating
...
Other changes:
- only allow whole number of bundles to get picked
2022-04-27 12:51:18 +05:30
Ahmad
b226e7d2ac
feat: request_for_quotation
...
- Show supplier name if supplier ID is not equal to supplier name
2022-04-27 12:16:03 +05:00
gavin
85e8dd9a49
chore: Add "Try on PWD" button ( #30817 )
2022-04-27 12:41:16 +05:30
Ankush Menat
9e60acdf56
test: test bundle - picklist behaviour
2022-04-27 12:05:15 +05:30
Ankush Menat
ee54ece8fd
test: product bundle fixture
2022-04-27 12:05:15 +05:30
Ankush Menat
1ac275ce61
feat: transfer picklist stock info to packing list
2022-04-27 12:05:15 +05:30
Ankush Menat
41aa4b3524
fix: round off bundle qty
...
This is to accomodate bundles that might allow floating point qty.
2022-04-27 12:05:15 +05:30
Ankush Menat
25485edfd9
refactor: remove unnecssary vars
...
also remove misleading docstring
2022-04-27 12:05:15 +05:30
Ankush Menat
23cb0d684d
feat: create DN from pick list with bundle items
2022-04-27 12:05:15 +05:30
Ankush Menat
f574121741
refactor: simpler check for non-SO items
2022-04-27 12:05:15 +05:30
Ankush Menat
277b51b404
refactor: groupby using keys instead of int index
2022-04-27 12:05:15 +05:30
Ankush Menat
3ddad6891a
refactor: simplify needlessly complicated code
2022-04-27 12:05:15 +05:30
Ankush Menat
60bc26fdbe
feat: back-update min picked qty for a bundle
2022-04-27 12:05:15 +05:30
Ankush Menat
c3fc0a4f55
perf: single update per Sales Order.
...
For each SO item the sales order picking status was being updated, this
isn't required and wasteful.
2022-04-27 12:05:15 +05:30
Ankush Menat
e64cc66df7
refactor: sales order status update
...
- rename badly named variables
- support updated packed items
2022-04-27 12:05:15 +05:30
Ankush Menat
36c5e8a14f
feat: Pick list from SO with Product Bundle
2022-04-27 12:05:15 +05:30
Ankush Menat
7d5682020a
test: bundles in picklist
2022-04-27 12:05:15 +05:30
Ankush Menat
5c3f9019cc
refactor: misc pick list refactors
...
- make tracking fields read only and no-copy 🤦
- collapse print settings section, most users configure it once and
forget about it, not need to show this.
- call pick list grouping function directly
- use get_descendants_of instead of obscure db function
2022-04-27 12:05:15 +05:30
Deepesh Garg
67bb29026f
fix: Ignore custom field validation while setup
2022-04-26 20:15:15 +05:30
Ankush Menat
24a7acaabc
chore: incorrect translations
2022-04-26 19:22:26 +05:30
Ankush Menat
dcc2243fbb
Merge pull request #30811 from marination/multiple-wh-acc
...
chore: Warn users about multiple warehouse accounts
2022-04-26 18:18:11 +05:30
marination
e2a163d4e9
fix: Use account_type == 'Stock' to filter stock accounts
2022-04-26 17:50:51 +05:30
marination
44331f4f1f
chore: Warn users about multiple warehouse accounts
...
- Get distinct accounts that warehouse value has been booked against
- If same account as the one being set, ignore
- If not same account or multiple accounts: warn user that it makes it harder to track mismatches
2022-04-26 17:43:33 +05:30
Rucha Mahabal
1cc8c79807
test: fix flaky carry forwarded leave expiry test ( #30810 )
2022-04-26 17:43:08 +05:30
Saqib Ansari
078f26bef3
Merge pull request #30808 from nextchamp-saqib/pos-search-ux-fix
...
fix(pos): search field doesn't reset on checkout
2022-04-26 14:47:22 +05:30
Saqib Ansari
b1ac5ff9d2
fix(pos): number pad translations
2022-04-26 14:41:36 +05:30
Saqib Ansari
03a6103fe5
fix(pos): search field doesn't reset on checkout
2022-04-26 14:28:33 +05:30
Deepesh Garg
00ace8f62c
Merge branch 'develop' into accounting_dimension_consistency
2022-04-26 14:26:08 +05:30
Deepesh Garg
82a0635c66
fix: Consistent accounting dimensions across Sales and Purchase docs
2022-04-26 14:01:13 +05:30
ruthra kumar
b0ead459a0
feat: add payment terms status rpr to Selling homepage
2022-04-26 13:30:13 +05:30
Ankush Menat
8d20da9b7a
Merge pull request #30774 from ankush/postgres/stock
...
fix(postgres): minimum required changes for postgres builds
2022-04-26 12:11:34 +05:30
Ankush Menat
88e257ff6d
fix: column name in party query
2022-04-26 11:47:05 +05:30
Ankush Menat
052171f51c
fix: date condition in tax rule
2022-04-26 11:47:05 +05:30
Ankush Menat
a90e7e32a4
fix: proper quoting in sql queries
2022-04-26 11:47:05 +05:30
Ankush Menat
7e555d3d8c
fix: item price query for postgres
...
postgres doesn't like bad type comparisons and doesn't have `isnull`
funciton
2022-04-26 11:47:02 +05:30
Ankush Menat
7d2587c0a9
fix: nullish check and table name
2022-04-26 11:03:32 +05:30
Ankush Menat
0fdfc1e76e
fix: only query fields that exist
2022-04-26 11:03:32 +05:30
Ankush Menat
ce75fe0ec4
fix: out of range date value
2022-04-26 11:03:32 +05:30
Ankush Menat
cdac2b8c63
fix: ignore duplicate fixtures
2022-04-26 11:03:32 +05:30
Ankush Menat
e1c1687661
refactor: use db agnostic CombineDatetime
2022-04-26 11:03:32 +05:30
Deepesh Garg
d3582ea399
fix: Allow multi-currency opening invoices
2022-04-25 18:18:39 +05:30
Deepesh Garg
4ffea617ef
Merge pull request #30754 from deepeshgarg007/round_off_account_cost_center
...
fix: First preference to parent cost center rather than round off cost center
2022-04-25 17:06:19 +05:30
Deepesh Garg
3fa1c63479
test: Unit test for round off entry dimensions
2022-04-25 16:29:26 +05:30
Deepesh Garg
b1158bcb7c
Merge pull request #30799 from nextchamp-saqib/einv-cess-fix
...
fix(india): cess value not considered while validating e-invoice totals
2022-04-25 14:39:15 +05:30
Deepesh Garg
f064e0b15e
Merge pull request #30642 from rahib-hassan/separate-discount-account
...
feat: separate discount accounting for buying and selling
2022-04-25 14:07:20 +05:30
Saqib Ansari
8e6c7a6bf7
fix(india): cess value not considered while validating e-invoice totals
2022-04-25 14:02:46 +05:30
Deepesh Garg
02aaa6546c
chore: Remove dead code
2022-04-25 12:42:06 +05:30
Deepesh Garg
22bc107d70
Merge pull request #30778 from deepeshgarg007/accpunting_dimension_validate_ignore_new
...
fix: Do not validate while creating accounting dimension
2022-04-25 12:30:51 +05:30
rahib-hassan
6c86067d90
Merge branch 'develop' into separate-discount-account
2022-04-25 12:17:50 +05:30
Ankush Menat
d6a43a39ae
test: tie breaking in SLEs ( #30796 )
...
[skip ci]
2022-04-25 11:46:01 +05:30
Deepesh Garg
618fa0e8ea
Merge branch 'develop' into accpunting_dimension_validate_ignore_new
2022-04-24 20:55:50 +05:30
Deepesh Garg
afc6aa88f0
Merge pull request #30763 from deepeshgarg007/loan_reconciliation
...
fix: Add loan doctypes in bank clearance
2022-04-24 20:55:29 +05:30
Deepesh Garg
c515abc392
test: Remove teardown method
2022-04-24 19:20:29 +05:30
Deepesh Garg
c312cd3725
fix: Check if accounting dimension exists
2022-04-24 18:11:32 +05:30
Deepesh Garg
783793deac
Merge branch 'develop' of https://github.com/frappe/erpnext into round_off_account_cost_center
2022-04-23 21:40:38 +05:30
Deepesh Garg
015812b0b8
fix: Add accounting dimensions for round off GL Entry
2022-04-23 21:40:08 +05:30
Deepesh Garg
d4d83f4bb6
test: Fixes in test case
2022-04-23 12:33:35 +05:30
Deepesh Garg
0eacc99ab7
test: Fixes in test case
2022-04-23 12:08:30 +05:30
Rucha Mahabal
deed9702cf
Merge pull request #30780 from ruchamahabal/promotion-enhancements
2022-04-22 22:33:39 +05:30
Rucha Mahabal
8e5327a0e0
fix: clear property child table on changing employee
2022-04-22 21:33:24 +05:30
Rucha Mahabal
9d158088ee
chore: remove unused Employee Transfer Property doctype
2022-04-22 20:20:12 +05:30
Rucha Mahabal
cfa4dfe7a8
fix: reset old CTC on promotion cancellation
2022-04-22 20:20:04 +05:30
Rucha Mahabal
9b93c63830
fix: tests
2022-04-22 17:54:32 +05:30
Wolfram Schmidt
43c1d63ab2
fix translation ( #30781 )
...
fixed the short word for March in german language
2022-04-22 17:32:34 +05:30
Rucha Mahabal
788e0a1c6c
chore: format employee_property_update.js
2022-04-22 17:25:37 +05:30
Marica
f99ba8dba9
Merge pull request #30779 from marination/validate-shopping-cart-quote-items
...
fix: Shopping cart quotation without website item.
2022-04-22 17:21:09 +05:30
Rucha Mahabal
ed04241cf4
Merge branch 'develop' into promotion-enhancements
2022-04-22 16:38:01 +05:30
Rucha Mahabal
833a33a94b
test: employee property update via Employee Promotion
2022-04-22 16:28:25 +05:30
Rucha Mahabal
a93867de19
feat: add CTC fields in Employee master and Promotion
2022-04-22 16:28:14 +05:30
marination
8d632e9b9c
style: Re-run pre-commit
2022-04-22 16:27:29 +05:30
marination
b848e61954
fix: Skip unpublished Variants with published templates in shopping cart quote validation
2022-04-22 16:25:56 +05:30
Devin Slauenwhite
53d8168dea
fix: linter format string after translation
2022-04-22 16:25:28 +05:30
Devin Slauenwhite
ea6d6e31b3
fix: linter trilaing whitespace
2022-04-22 16:25:21 +05:30
Devin Slauenwhite
48da3b4482
fix: sider issues
2022-04-22 16:23:18 +05:30
Devin Slauenwhite
b88d5d135e
fix(test): validate exception without website item
2022-04-22 16:23:07 +05:30
Devin Slauenwhite
86832fb7fe
test: assert error if quotation contains non website item
2022-04-22 16:22:58 +05:30
Devin Slauenwhite
678a1179d4
fix: shopping cart quotation without website item
2022-04-22 16:22:32 +05:30
Deepesh Garg
9bb132fdd3
fix: Do not validate while creating accounting dimension
2022-04-22 13:39:43 +05:30
Vladislav
e088e65871
fix: update translation ( #30725 )
...
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
* Update ru.csv
2022-04-22 11:00:57 +05:30
Deepesh Garg
81b3342480
Merge pull request #30757 from nextchamp-saqib/einv-401-fix
...
fix(india): 401 & 403 client error while generating IRN
2022-04-21 18:55:26 +05:30
Deepesh Garg
8a8476bb5c
test: Add test coverage for bank clearance
2022-04-21 18:53:18 +05:30
Ankush Menat
d5ab626a31
Merge pull request #30726 from ankush/dependent_gle_reposting
...
fix: dependent gle reposting
2022-04-21 18:06:40 +05:30
Ankush Menat
ee3036651a
fix: batch_no filtering not working when batch no is also a number in scientific notation ( #30770 )
...
[skip ci]
2022-04-21 16:34:31 +05:30
rahib-hassan
78c8e46511
Merge branch 'develop' into separate-discount-account
2022-04-21 15:06:58 +05:30
Ankush Menat
4dced7dfeb
Merge pull request #30733 from marination/field-filters-e-com
...
fix: Filter fields in E Commerce Settings (use Website Item)
2022-04-21 14:30:31 +05:30
Deepesh Garg
c42547d40f
fix: Use parent cost center for Sales and Purchase Invoice
2022-04-21 13:26:44 +05:30
Marica
87f1617780
Merge branch 'develop' into field-filters-e-com
2022-04-21 12:32:33 +05:30
marination
c5d4bed932
test: setup e commerce settings before running invalid filtrs test
2022-04-21 12:29:30 +05:30
Rucha Mahabal
c3dc5d5ce7
fix: property addition not working for select fields
2022-04-21 08:17:00 +05:30
rahib-hassan
02e17dbded
fix: removed manual enable-discount-account method
2022-04-21 02:42:42 +05:30
rahib-hassan
2c78cc2014
fix: removed manual rollback - enable discount account
2022-04-21 02:40:59 +05:30
Deepesh Garg
3d0e68acaa
fix: select doctype as payment_document
2022-04-20 19:49:53 +05:30
Deepesh Garg
c3e27b5556
fix: Loan doctypes in bank reconciliation
2022-04-20 19:07:53 +05:30
marination
8981405a62
test: Field filter validation and Custom field as field filter
...
- Test to block Item fields (which aren’t in Website Item) in E Commerce Settings as filters
- Removed unnecessary function and setup in E Commerce Settings test
- Removed commented useless test
- Test to check custom field as filter
2022-04-20 18:50:47 +05:30
marination
6d750e185e
fix: Handle Multiselect field mapping separately
...
- Map Multiselect child table to Website Item (copy rows)
2022-04-20 17:40:03 +05:30
rahib-hassan
13092bcc2d
fix: enable discount roll_back
2022-04-20 16:46:29 +05:30
rahib-hassan
1e143e7479
fix: use @change_settings to enable_discount_account
2022-04-20 16:06:55 +05:30
rahib-hassan
f3fa6ac4c2
fix: account setting seperation gl discount account creation
2022-04-20 16:01:12 +05:30
Rucha Mahabal
5411e69553
fix: filters not working in Shift Assignment Calendar view ( #30752 )
2022-04-20 14:56:06 +05:30
Saqib Ansari
ee8047aba3
fix(india): 401 & 403 client error while generating IRN
2022-04-20 14:14:29 +05:30
rahib-hassan
f058755ad3
fix: test cases updated
2022-04-20 13:24:15 +05:30
HENRY Florian
143786aaa0
fix: Must not be able to start Job Card if it is related to Work Order that is not started yet ( #29072 )
...
* fix: Cannot start Job strat if related to Work Order not started yet
* fix: Cannot start Job strat if related to Work Order not started yet
* test
* test
* fix siders
* PR review
* chore: Code cleanup
- Better short circuit for if condition (make it such that both conditions dont always have to be computed)
- Remove `r.message` extraction by avoiding `then()`
* chore: Remove unnecessary json change
Co-authored-by: marination <maricadsouza221197@gmail.com >
2022-04-20 12:29:52 +05:30
marination
5660b335ba
fix: Mistyped variable name in patch
2022-04-20 12:25:59 +05:30
Deepesh Garg
0ac11a5b30
fix: First preference to parent cost center rather than round off cost center
2022-04-20 12:18:11 +05:30
Deepesh Garg
5c45093d2d
Merge pull request #30746 from frappe/mergify/bp/develop/pr-30736
...
fix(india): transporter name is null while generating e-way bill (backport #30736 )
2022-04-20 11:25:27 +05:30
Ankush Menat
9734329094
test: discard local future SLE cache between tests
2022-04-19 17:40:28 +05:30
Ankush Menat
700e864d90
fix: sort stock vouchers before reposting GLE
2022-04-19 17:40:26 +05:30
Ankush Menat
b24920c0e9
fix: correct sorting while updating bin
2022-04-19 17:38:36 +05:30
Ankush Menat
d2882ea436
test: use disposable item codes in tests
...
dependency causes flake
2022-04-19 17:38:36 +05:30
Ankush Menat
8f519545b0
test: repost queue progress
2022-04-19 17:38:36 +05:30
Ankush Menat
ecdb49314f
fix: dependent GLE reposting
2022-04-19 17:38:36 +05:30
Ankush Menat
a2af2daca7
test: dependent GL entry reposting
2022-04-19 17:38:36 +05:30
Ankush Menat
afc5a55a23
refactor: repost error handling
2022-04-19 17:38:36 +05:30
Deepesh Garg
e4265ce814
chore: Update creds to allow updates on protected branch ( #30749 )
2022-04-19 17:26:42 +05:30
FinByz Tech Pvt. Ltd
54a05075f3
fix(india): transporter name is null while generating e-way bill ( #30736 )
...
(cherry picked from commit 6291b28c37 )
2022-04-19 10:57:59 +00:00
Deepesh Garg
5d0a6c1e64
Merge pull request #30742 from deepeshgarg007/bot_token
...
fix: Update token to allow updates on protected branch
2022-04-19 15:30:52 +05:30
Deepesh Garg
6f332f3669
fix: Update token to allow updates on protected branch
2022-04-19 15:28:56 +05:30
Rucha Mahabal
f39615bd80
Merge pull request #30701 from ejaazkhan/shift-type-null-in-employee-checkin
2022-04-19 14:34:36 +05:30
Rucha Mahabal
789fa31b82
Merge branch 'develop' into shift-type-null-in-employee-checkin
2022-04-19 13:39:32 +05:30
Rucha Mahabal
3cddc1e97e
test: shift fetching when assignment has an end date
2022-04-19 13:39:03 +05:30
Rucha Mahabal
98cccf221e
fix: shift fetching fails in Employee Checkin if shift assignment has an end date
...
Co-authored-by: Ejaaz Khan <ejaazrkhan@gmail.com >
2022-04-19 13:17:36 +05:30
Rucha Mahabal
7c547f152f
fix(patch): check if column is present while fixing reverse linking ( #30737 )
2022-04-19 12:18:46 +05:30
marination
d0cd194398
chore: Patch to copy custom fields (field filters) from Item to Website Item
2022-04-18 21:40:19 +05:30
Deepesh Garg
d96bfe13a8
Merge pull request #30721 from ruthra-kumar/bug_so_analysis_report
...
fix: SO's without delivery note will also be fetched
2022-04-18 19:58:37 +05:30
marination
1e80b97915
refactor: Change Filter Fields table fieldtype to Autocomplete
...
- Remove dynamic js fieldtype change to `Select`
2022-04-18 19:01:43 +05:30
marination
d35b37881b
fix: Validate field filter wrt to Website Item & re-use validation in Item Group
2022-04-18 18:51:48 +05:30
Marica
8a366309e1
Merge branch 'develop' into field-filters-e-com
2022-04-18 18:11:25 +05:30
marination
c993ac09df
fix: Query filter fields from Website Item instead of Item master
...
- tweak `filters.py` to correctly query filter field values from Website Item
- Use Website Item for filter field options in Settings and Item Group Field Filter table
2022-04-18 18:01:48 +05:30
Ankush Menat
c4d20ce159
Merge pull request #30729 from deepeshgarg007/semantic_releases
...
chore: Add semantic releases
2022-04-18 17:13:16 +05:30
Deepesh Garg
e0a9a69d76
chore: do not publish any assets
2022-04-18 16:45:01 +05:30
Ankush Menat
6fc11cb4c5
ci: use latest ubuntu container
2022-04-18 16:17:36 +05:30
rahib-hassan
bcfbb3e9c8
fix: code formatting
2022-04-18 15:04:47 +05:30
rahib-hassan
ebb7bc201b
fix: library import formatting
2022-04-18 14:53:45 +05:30
Deepesh Garg
264ec65255
Merge pull request #30728 from deepeshgarg007/pricing_rule_apply_mapped_doc
...
fix: Price changing on creating Sales return from Delivery Note
2022-04-18 14:34:28 +05:30
rahib-hassan
52fd804aed
Merge branch 'develop' of github.com:rahib-hassan/erpnext into separate-discount-account
2022-04-18 14:13:46 +05:30
Deepesh Garg
c12a36aed9
chore: block major releases
2022-04-18 13:05:56 +05:30
Deepesh Garg
1c49e453ea
Merge pull request #30724 from deepeshgarg007/erpnext_changes
...
fix: Consistent customer and supplier forms
2022-04-18 11:23:26 +05:30
Deepesh Garg
cc1bdd426b
chore: Update branch name
2022-04-18 10:48:31 +05:30
Deepesh Garg
41249c57c4
chore: Add sematic releases
2022-04-18 10:38:22 +05:30
Deepesh Garg
9c081947ec
fix: Price changing on creating Sales retrun from Delivery Note
2022-04-18 10:21:15 +05:30
Deepesh Garg
5cdd0d6719
fix: Move tax withholding category field
2022-04-16 20:34:56 +05:30
Deepesh Garg
0a67b0239e
fix: Consistent customer and supplier forms
2022-04-16 19:43:59 +05:30
ruthra kumar
13487e2408
test: Sales order analysis report
2022-04-16 12:02:32 +05:30
Deepesh Garg
4b2521c9f3
Merge pull request #30719 from frappe/mergify/bp/develop/pr-30408
...
fix: process statement to_date override (backport #30408 )
2022-04-14 20:22:46 +05:30
Bhavesh Maheshwari
72757994f8
fix: process statement to_date override
...
(cherry picked from commit 378d15d388 )
2022-04-14 13:14:11 +00:00
ruthra kumar
e28e6726f1
fix: SO analysis rpt will fetch SO's without Delivery note as well
2022-04-14 18:37:46 +05:30
mergify[bot]
41ec5cadf6
Merge pull request #30677 from ankush/refactor/stock_balance
...
refactor: stock balance report
2022-04-14 13:02:46 +00:00
Ankush Menat
9af2d68945
refactor: convert queries to ORM/QB, add types
2022-04-14 18:05:38 +05:30
Ankush Menat
ba29323e11
test: increase assertions to cover all cases
2022-04-14 18:05:38 +05:30
Ankush Menat
e278ee359a
test: item attribute columns
2022-04-14 18:05:38 +05:30
Ankush Menat
febc74a21b
refactor: rewrite stock balance query to QB
2022-04-14 18:05:35 +05:30
Ankush Menat
8a499e95d3
test: uom conversion in stock balance report
2022-04-14 18:01:43 +05:30
Ankush Menat
af0ea7b532
test: assert balanaces against SLE
2022-04-14 18:01:42 +05:30
Ankush Menat
f4766ae4eb
test: opening balance in stock balance report
2022-04-14 18:01:42 +05:30
Ankush Menat
8b2432dfa0
test: stock balance report tests
2022-04-14 18:01:42 +05:30
Ankush Menat
64ac22af82
refactor: add filter type info
2022-04-14 18:01:42 +05:30
HENRY Florian
e6aa28ea14
fix: update translation ( #30716 )
...
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
2022-04-14 17:46:47 +05:30
Ankush Menat
15576c1ce8
Merge pull request #30707 from marination/values-out-of-sync-jv
...
fix: Remove "Values Out of Sync" validation
2022-04-14 17:39:18 +05:30
Ankush Menat
0d64349142
Merge branch 'develop' into separate-discount-account
2022-04-14 17:29:28 +05:30
rahib-hassan
4130493b58
fix: Label typo
2022-04-14 16:03:08 +05:30
rahib-hassan
01fde15bd5
fix: dependent codes updated
2022-04-14 15:48:55 +05:30
rahib-hassan
0eff74c650
fix: tabspacing
2022-04-14 15:42:16 +05:30
Deepesh Garg
1659f1eb6d
Merge pull request #29963 from nabinhait/income-tax-computation
...
feat: Income tax computation Report
2022-04-14 15:31:17 +05:30
Deepesh Garg
e2fa9f708e
Merge pull request #30710 from deepeshgarg007/advance_jv_allocation
...
fix: Exchange gain and loss on advance Journal Entry allocation
2022-04-14 15:10:04 +05:30
Nabin Hait
cd2ab32242
fix: orginised code
2022-04-14 14:05:21 +05:30
Nabin Hait
bc7007d588
fix: get enabled deduction components
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2022-04-14 14:02:01 +05:30
Nabin Hait
d06b7378f8
fix: get enabled and submitted income tax slab
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2022-04-14 14:01:44 +05:30
Nabin Hait
67086e618d
fix: get enabled earning components
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2022-04-14 14:00:28 +05:30
Marica
87117313a1
Merge branch 'develop' into values-out-of-sync-jv
2022-04-14 13:41:27 +05:30
Deepesh Garg
c38be53ce8
test: Update customer in Sales Invoice
2022-04-14 13:26:47 +05:30
Suraj Shetty
11fa187263
Merge pull request #30715 from surajshetty3416/fix-exotel-call-log
2022-04-14 12:45:15 +05:30
Suraj Shetty
77599fe443
fix: Set correct options for link field
...
issue introduced via https://github.com/frappe/erpnext/pull/30711
2022-04-14 12:32:31 +05:30
Deepesh Garg
86cfa3a53f
Merge pull request #30712 from frappe/mergify/bp/develop/pr-30700
...
fix: Payment reco query with max invoice and payment amount limit (backport #30700 )
2022-04-14 12:32:11 +05:30
Deepesh Garg
7536da0b41
Merge pull request #30675 from deepeshgarg007/item_wise_provisional_accounting
...
feat: Item-wise provisional accounting for service items
2022-04-14 12:30:50 +05:30
marination
d75d5ebe8d
chore: Remove Values Out of Sync from Repost hourly job
...
- It runs after repost (after commiting), so it has 0 impact on repost itself
- Just that scheduled job log shows up as failed, while actually repost is done and repost document is "Completed"
- The check is inaccurate also, so best to remove this
- Users cant do anything about it anyway. This just piles up phantom failed jobs unneccessarily
2022-04-14 12:30:06 +05:30
Deepesh Garg
065c38152a
Merge branch 'develop' of https://github.com/frappe/erpnext into item_wise_provisional_accounting
2022-04-14 12:04:21 +05:30
Deepesh Garg
ad171c6225
test: Update test case
2022-04-14 12:03:12 +05:30
Deepesh Garg
e6cb948a96
fix: Payment reco query with max invocie and payment amount limit
...
(cherry picked from commit 4008c95ac6 )
2022-04-14 05:42:17 +00:00
Deepesh Garg
972d9ec5b4
test: Update customer
2022-04-14 11:10:41 +05:30
Suraj Shetty
5ed9b9f42f
Merge pull request #30711 from surajshetty3416/call-log-fixes
2022-04-14 10:05:52 +05:30
Suraj Shetty
6e837bcdfc
style: Fix linter warning
2022-04-14 10:02:15 +05:30
Suraj Shetty
c272170b86
fix(call log): Convert Data to Link for type_of_call
...
Convert `Data` to `Link` for type_of_call,
employee_user_id and call_received_by fields
2022-04-14 09:51:54 +05:30
Deepesh Garg
31883b699d
fix: Exchange gain and loss on advance jv allocation
2022-04-13 20:52:25 +05:30
Ankush Menat
79fbc2c504
test: flaky PR close test ( #30709 )
2022-04-13 20:42:25 +05:30
Suraj Shetty
d890ee9495
Merge pull request #29962 from nemesis189/exotel-fixes
...
fix: Exotel Call Log fixes
2022-04-13 20:36:03 +05:30
Suraj Shetty
ff41b8da4e
fix: Update received_by if "to" is changed
2022-04-13 20:12:08 +05:30
Suraj Shetty
cef28df8db
test: Do not overwrite frappe.form_dict to retain proxy reference
...
Set frappe.local.form_dict instead
2022-04-13 19:10:19 +05:30
marination
89fab78027
fix: Remove "Values Out of Sync" validation from Journal Entry
...
- Even if there is a difference there's not much a user can do
- Checking it at the JV level is senseless. Blindly making users post another JV will lead to more error.
- Users making JV are usually accountants who know what they are doing
- The validation computes incorrect values for an account that contributes partially to warehouse's value.
2022-04-13 18:44:50 +05:30
Ankush Menat
71de754368
ci: coverage not getting processed ( #30704 )
2022-04-13 18:23:22 +05:30
Ankush Menat
0f09042962
chore(deps)!: Drop pandas as dependency ( #30598 )
...
depends on https://github.com/frappe/erpnext/pull/30597
depends on https://github.com/frappe/erpnext/pull/30584
Closes https://github.com/frappe/erpnext/issues/27047 (read for more details)
2022-04-13 09:55:47 +00:00
Raffael Meyer
6453fb4cea
refactor!: remove DATEV integration ( #30584 )
...
The DATEV integration follows the trend and moves into a separate app.
- the DATEV Integration will be maintained at https://github.com/alyf-de/erpnext_datev (version-14 branch)
- the German Compliance and Localization will be maintained at https://github.com/alyf-de/erpnext_germany
2022-04-13 09:24:19 +00:00
Marica
143067f5a7
Merge pull request #30688 from marination/pp-wo-company
...
fix: Map Production Plan company in subassembly WO created from it
2022-04-13 12:43:15 +05:30
Marica
c5247a0767
Merge branch 'develop' into pp-wo-company
2022-04-13 11:52:15 +05:30
marination
6315acc450
fix: Map correct company to PO made via Prod Plan (subcontract)
2022-04-13 11:47:58 +05:30
Ankush Menat
bfaaebde0d
Merge branch 'develop' into separate-discount-account
2022-04-12 18:38:23 +05:30
Deepesh Garg
228195ba74
Merge pull request #30689 from deepeshgarg007/disabled_gl_dimensions
...
fix: Do not show disabled dimensions in reports
2022-04-12 16:11:07 +05:30
Deepesh Garg
4f9b38a591
Merge pull request #30686 from nabinhait/ignore-permlevel-for-fields
...
feat: Ignore permlevel for specific fields
2022-04-12 15:55:28 +05:30
Noah Jacob
8261b2bb4f
refactor: trigger generate schedule when any change made in items table ( #29874 )
...
* refactor: trigger generate schedule when any change made in items table
* chore: added serial validation on server side
* test: serials updated in schedules after save
* fix: schedule not generating after updating some fields
* feat: generate_schedule is triggered on_save when items table is changed
* test: updated tests to check other field changes on save
* chore: removed serial validation function for schedules table and added no_of_visits validation function
* test: updated for manually deleted schedele rows
* refactor: updated validate_items_table_change to return bool
* test: updated test_schedule_with_serials to cover validate_items_table_change
* fix: linting
2022-04-12 15:30:49 +05:30
Deepesh Garg
9a1c560c82
fix: Do not show disabled dimensions in reports
2022-04-12 15:27:08 +05:30
marination
2777c5c67c
fix: Map Production Plan company in subassembly WO created from it
2022-04-12 14:30:01 +05:30
Nabin Hait
993c6c0de9
feat: Ignore permlevel for specific fields
2022-04-12 12:24:47 +05:30
Ankush Menat
60fb71bd2a
fix: ignore item-less maintenance visit for sr no ( #30684 )
2022-04-12 11:14:02 +05:30
Deepesh Garg
7d263e9ecf
Merge pull request #30651 from deepeshgarg007/gst_download_json_key_error
...
fix: Download JSON for GSTR-1 report
2022-04-12 00:06:25 +05:30
Marica
014298a867
Merge pull request #30674 from marination/work-order-partial-transfer
...
fix: Handle multiple item transfer in separate SEs against WO
2022-04-11 17:23:57 +05:30
Deepesh Garg
79b90118e1
Merge branch 'develop' into gst_download_json_key_error
2022-04-11 17:15:04 +05:30
Deepesh Garg
76d3c3d617
Merge pull request #30602 from deepeshgarg007/deferred_revenue_default_account_fixes
...
fix: Deferred Revenue/Expense Account validation
2022-04-11 17:03:01 +05:30
Marica
3f8be3ac10
Merge branch 'develop' into work-order-partial-transfer
2022-04-11 16:49:22 +05:30
marination
5aa60bb651
test: Multiple RM transfer in separate Stock Entries
...
- Added test and acceptance of 0 as For Quantity in test helper
2022-04-11 16:44:55 +05:30
Nabin Hait
e46898f5f5
fix: test cases
2022-04-11 16:37:34 +05:30
Nabin Hait
aad29ad572
fix: removed unused imports
2022-04-11 15:33:22 +05:30
marination
be2e5ce966
style: Missing Semicolon
2022-04-11 15:32:57 +05:30
Nabin Hait
c27e3ef03e
fix: Show message is no employee found
2022-04-11 15:30:26 +05:30
Deepesh Garg
553178bfe7
test: Add test
2022-04-11 15:29:20 +05:30
Nabin Hait
7072dda31f
fix: sider issues
2022-04-11 15:19:42 +05:30
Deepesh Garg
54eef3daad
Merge branch 'develop' of https://github.com/frappe/erpnext into deferred_revenue_default_account_fixes
2022-04-11 15:09:30 +05:30
Saqib Ansari
0373347a97
Merge branch 'develop' into separate-discount-account
2022-04-11 14:55:42 +05:30
Nabin Hait
c7848089ab
tests: Added unit tests for income tax computation report
2022-04-11 14:51:23 +05:30
Deepesh Garg
3ce64170db
feat: Item-wise provisional accounting for service items
2022-04-11 14:35:22 +05:30
rahib-hassan
a7a5742375
fix: merge conflict(patch)
2022-04-11 14:28:36 +05:30
marination
dfff4beaf4
fix: Handle multiple item transfer in separate SEs against WO
...
- Check for pending qty in child items to show/hide "Start" button
- If no qty needed to transfer (FG qty is fulfilled), but RM qty pending: map pending in SE with For Quantity = 0
2022-04-11 14:10:57 +05:30
Ankush Menat
c3e1f0e369
refactor: ignore mandatory fields during setup
2022-04-11 13:19:17 +05:30
Ankush Menat
086d31b59f
fix: dont validate currency exchange in setup
...
Redues ~4-5 seconds of time and chances of setup failure.
2022-04-11 13:19:17 +05:30
Nabin Hait
e3a53590de
fix: Added filter to consider Tax Exemption Declaration if proof not submitted
2022-04-11 12:23:13 +05:30
Nabin Hait
535217a042
fix: Added income tax slab column
2022-04-11 12:23:13 +05:30
Nabin Hait
1f018a912b
fix: Get exemptions from declaration only if proof not submitted
2022-04-11 12:23:13 +05:30
Nabin Hait
b4900ef220
fix: duplicate exemption amount and rounded tax
2022-04-11 12:23:13 +05:30
Nabin Hait
a74eec01ea
fix: Added report link in the Payroll workspace
2022-04-11 12:23:13 +05:30
Nabin Hait
a9b5d990a4
fix: Removed designation filter
2022-04-11 12:23:13 +05:30
Nabin Hait
0480bb318e
fix: Modified column width
2022-04-11 12:23:13 +05:30
Nabin Hait
f9633bbd48
feat: Income Tax Computation Report
2022-04-11 12:23:11 +05:30
HENRY Florian
03c631d723
fix: update translation ( #30654 )
2022-04-11 10:49:18 +05:30
Deepesh Garg
227a711d70
Merge pull request #30585 from frappe/mergify/bp/develop/pr-30575
...
fix: Do not apply shipping rule for POS transactions (backport #30575 )
2022-04-10 20:12:53 +05:30
Deepesh Garg
0f414d51f4
Merge pull request #30443 from frappe/mergify/bp/develop/pr-30438
...
fix: Incorrect default amount to pay for POS invoices (backport #30438 )
2022-04-10 18:56:02 +05:30
Deepesh Garg
ddbd82af95
Merge pull request #30459 from frappe/mergify/bp/develop/pr-30385
...
fix(India): Auto tax fetching based on GSTIN (backport #30385 )
2022-04-10 18:55:26 +05:30
Deepesh Garg
809117229d
Merge pull request #30626 from nextchamp-saqib/einv-utgst
...
feat(india): e-invoicing for intra-state union territory transactions
2022-04-10 18:54:17 +05:30
Ankush Menat
8138e53cf3
test: flaky picklist tests
2022-04-10 17:50:57 +05:30
Ankush Menat
c14c513214
ci: collate codecov reports before uploading
...
Currently due to flake partial reports are submitting which results in
constant fluctuation of coverage reports.
Change: First collect coverage and if all builds pass then submit it.
2022-04-10 17:50:57 +05:30
Deepesh Garg
5ac3e7e16e
Merge pull request #30664 from frappe/mergify/bp/develop/pr-30662
...
fix: Implicit ignore pricing rule check on returns (backport #30662 )
2022-04-10 17:07:03 +05:30
Deepesh Garg
a2937cffc7
fix: Implicit ignore pricing rule check on returns
...
(cherry picked from commit 1b25a7fe76 )
2022-04-09 14:46:25 +00:00
Deepesh Garg
207bf85c74
Merge pull request #30488 from Havenir/fix-project-list-in-web-view
...
fix: web form filters for project
2022-04-09 20:06:49 +05:30
Deepesh Garg
cbd8998fc1
Merge branch 'develop' into mergify/bp/develop/pr-30438
2022-04-09 20:03:23 +05:30
Deepesh Garg
02c6b898a6
Merge branch 'develop' into mergify/bp/develop/pr-30385
2022-04-09 19:57:59 +05:30
Deepesh Garg
e30cc8422c
fix: Resolve conflicts
2022-04-09 19:53:40 +05:30
Deepesh Garg
2e00678c76
Merge pull request #30542 from deepeshgarg007/disabled_tax_category
...
fix: Ignore disabled tax categories
2022-04-09 19:52:31 +05:30
mergify[bot]
51d77cd85e
fix(pos): cannot change paid amount in pos payments ( #30660 )
2022-04-09 16:28:10 +05:30
Rucha Mahabal
cf2e6c6c08
fix: remove hardcoded employee fields that can be updated via Promotion
2022-04-09 13:15:37 +05:30
rahib-hassan
dc2944a041
fix[minor]: removed doc assignment
2022-04-09 03:55:25 +05:30
rahib-hassan
e19db77b73
Merge branch 'separate-discount-account' of github.com:rahib-hassan/erpnext into separate-discount-account
2022-04-09 03:53:51 +05:30
Suraj Shetty
199419db80
Merge branch 'develop' into exotel-fixes
2022-04-08 21:37:08 +05:30
Suraj Shetty
7ff5bc9e3d
test: Clean up form_dict
...
To avoid failures like
https://github.com/frappe/erpnext/runs/5887687369?check_suite_focus=true#step:12:783
2022-04-08 21:33:29 +05:30
rahib-hassan
ac16f3b71f
fix: lock timeout exceeded
2022-04-08 18:20:41 +05:30
Ankush Menat
af6b07f9b9
fix: block cancellation of SL/GL entries ( #30652 )
...
Individual GL/SLEs aren't supposed to be cancelled by users.
2022-04-08 18:05:04 +05:30
rahib-hassan
ac7f1cbd87
fix: minor fix
2022-04-08 17:46:49 +05:30
rahib-hassan
2173c8b114
fix(pathces): added to patches.txt
2022-04-08 17:29:08 +05:30
rahib-hassan
35e875c111
fix(patch): enable discount account in buying and selling if exist in accounts settings
2022-04-08 17:27:53 +05:30
Ankush Menat
fcbd25f27a
chore: formatting
2022-04-08 17:24:10 +05:30
Deepesh Garg
b532ade383
fix: Download JSON for GSTR-1 report
2022-04-08 17:14:10 +05:30
rahib-hassan
171c60ff37
fix: removed discount account field from account settings
2022-04-08 16:50:56 +05:30
rahib-hassan
786887768e
fix: removed discount-accounting code from account settings
2022-04-08 16:50:36 +05:30
Jannat Patel
59ad7e037c
Merge pull request #30596 from pateljannat/remove-courses-template
2022-04-08 16:27:31 +05:30
rahib-hassan
b6ce497601
fix: removed discount account field from account settings
2022-04-08 15:08:21 +05:30
Ankush Menat
d74181630a
test: prevent cancelling RIV of cancelled voucher
2022-04-08 14:57:55 +05:30
Ankush Menat
a281998bcb
fix: prevent deleting repost queue for cancelled transactions
2022-04-08 14:57:55 +05:30
Deepesh Garg
617deda2ff
Merge branch 'version-14-beta' into develop
2022-04-08 13:38:27 +05:30
Ankush Menat
49560d20bc
fix: remove bad defaults from BOM operation ( #30644 )
...
[skip ci]
2022-04-08 11:23:02 +05:30
rahib-hassan
0fcdf1b613
removed discount-accounting from account settings
2022-04-08 08:10:27 +05:30
rahib-hassan
1babc5f367
feat: separated discount accounting settings for sales and purchase
2022-04-08 08:05:10 +05:30
Ankush Menat
8d57c853f3
feat: barcode scanning in quotation ( #30637 )
2022-04-07 21:40:03 +05:30
Ankush Menat
225deb949b
fix: use empty row when batch is scanned ( #30638 )
2022-04-07 21:38:18 +05:30
Sam
8fbfba4f2f
chore: class selectors for customizability ( #30185 )
...
* Update project_row.html
Really helpful those fields has own class when styling for mobile or desktop by using Website Settings --> HTML Header, Robots and Redirects
* chore: skewercase
2022-04-07 19:27:27 +05:30
Rucha Mahabal
0562eb5f56
Merge pull request #30588 from ruchamahabal/multiple-shifts
2022-04-07 18:44:16 +05:30
Ankush Menat
bc2c6018f7
ci: mergify auto merge on passing CI + approvals
2022-04-07 18:27:47 +05:30
Rucha Mahabal
7ba66b0320
Merge branch 'develop' into multiple-shifts
2022-04-07 18:07:39 +05:30
Ankush Menat
f1fd4e5c27
test: cant_change validations on item
2022-04-07 17:30:12 +05:30
Ankush Menat
fba68541d6
refactor(Item): linked doc checking
2022-04-07 17:30:12 +05:30
Ankush Menat
2f1e98d1e8
feat: show Stock Reconciliation links on item dashboard
2022-04-07 17:30:12 +05:30
Sagar Vora
26abfd4d7c
Merge pull request #30634 from resilient-tech/fix-mutable-reassignment
...
fix: dont reassign mutable (list) to a different field
2022-04-07 17:24:52 +05:30
Sagar Vora
3b4754f3f6
fix: define tax_columns below consistency
2022-04-07 17:01:10 +05:30
Sagar Vora
fa4f57f470
fix: dont reassign mutable (list) to a different field
2022-04-07 16:51:27 +05:30
Deepesh Garg
18b1a93c7e
Merge pull request #30606 from deepeshgarg007/exchange_gain_loss_button
...
fix: Exchange gain and loss button in Payment Entry
2022-04-07 16:49:05 +05:30
Deepesh Garg
c9d6618b9b
Merge pull request #30628 from deepeshgarg007/pricng_rule_test
...
test: Pricing rule test for transactions
2022-04-07 16:37:02 +05:30
Ankush Menat
be04eaf723
fix: warehouse naming when suffix is present ( #30621 )
2022-04-07 13:21:08 +05:30
Deepesh Garg
22e8ae9dac
test: Pricing rule test for transactions
2022-04-07 13:20:53 +05:30
Saqib Ansari
45fca6bed7
feat(india): e-invoicing for intra-state union territory transactions
2022-04-07 13:09:05 +05:30
Ankush Menat
a6e26cce87
chore: broken translations
2022-04-07 13:07:14 +05:30
Deepesh Garg
f3e6a26d34
Merge pull request #30499 from ruthra-kumar/payment_terms_status_filter
...
feat: 'customer' column and more filter to Payment terms status report
2022-04-07 13:01:16 +05:30
Rucha Mahabal
ec65af5f38
fix: show allocation history for earned leaves allocated via scheduler
2022-04-07 12:57:04 +05:30
Rucha Mahabal
6203ffc8fa
fix: make New Leaves Allocated read-only if policy assignment is linked to the allocation and leave type is earned leave
2022-04-07 12:57:04 +05:30
Rucha Mahabal
f8f1c3d8b5
fix: enable Track Changes in Leave Allocation
2022-04-07 12:57:04 +05:30
Ankush Menat
e4c6d6a1a6
fix: strip html tags before checking for empty description ( #30619 )
2022-04-07 12:53:10 +05:30
Deepesh Garg
8feb4f08c5
fix: Exchange gain and loss button in Payment Entry
2022-04-06 20:51:51 +05:30
Ankush Menat
8e425252c4
chore: typo
2022-04-06 18:27:41 +05:30
Ankush Menat
9e2d54f9a4
chore: broken translation
...
[skip ci]
2022-04-06 18:21:28 +05:30
Ankush Menat
eebcf2a9f1
fix: only trigger onload checks on saved docs ( #30603 )
2022-04-06 18:13:55 +05:30
Deepesh Garg
9bf5f76ac8
fix: Deferred Revenue/Expense Account validation
2022-04-06 17:33:46 +05:30
Ankush Menat
8b090a9f7d
fix: hide pending qty only if original item is assigned ( #30599 )
2022-04-06 16:35:36 +05:30
Ankush Menat
ba42c87687
refactor: don't use pandas for basic reports ( #30597 )
2022-04-06 15:40:41 +05:30
Jannat Patel
bce1c2a028
fix: removed unused courses template
2022-04-06 14:44:10 +05:30
Ankush Menat
bb875fe217
fix: check null values in is_cancelled patch ( #30594 )
2022-04-06 14:20:39 +05:30
HENRY Florian
4895761d89
fix: update translation ( #30474 )
...
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
* fix: update translation
2022-04-06 14:00:05 +05:30
Deepesh Garg
a818acf66d
Merge pull request #30557 from deepeshgarg007/loan_repayment_issue
...
fix: Issues on loan repayment
2022-04-06 11:36:53 +05:30
Rucha Mahabal
00ddb4c42a
Merge branch 'develop' into multiple-shifts
2022-04-06 11:22:46 +05:30
Rucha Mahabal
c5850e3923
Revert "feat: Scheduling Multiple shifts and Auto Attendance" ( #30587 )
2022-04-06 11:18:47 +05:30
Deepesh Garg
4c8dae40cd
Merge branch 'develop' into loan_repayment_issue
2022-04-06 10:57:25 +05:30
Deepesh Garg
b8df82d23c
Merge pull request #30555 from deepeshgarg007/party_account_user_perm
...
fix: Ignore user perm for party account company
2022-04-06 10:57:13 +05:30
Rucha Mahabal
f208903250
feat: Scheduling Multiple shifts and Auto Attendance ( #29955 )
...
* refactor: overlapping shifts validation
- convert raw query to frappe.qb
- check for overlapping timings if dates overlap
- translation friendly error messages with link to overlapping doc
* refactor: consider timeslots in `get_employee_shift`
* fix: handle shift grace overlap while finding current shift
* refactor: handle shifts spanning over 2 different days
* fix: fetching shift on timing boundaries
* refactor: rewrite docstrings and add type hints for functions
* refactor: Allow multiple attendance records creation for different shifts
* feat: auto attendance marking for multiple shifts on the same day
* refactor: mark absent for employees with no attendance
- break down into smaller functions
- make it work with multiple shifts
- this will mark employee as absent per shift, meaning employee can be present for one shift and absent for another on the same day
* chore: sort imports, remove unused imports
* refactor: Monthly Attendance Sheet
- split into smaller functions
- add type hints
- get rid of unnecessary db calls and loops
- add docstrings for functions
* feat: add colors for attendance status to lessen the cognitive load
- legend with colors and full form for status abbreviations
* feat: show shift-wise attendance in monthly attendance sheet
* test: monthly attendance sheet
* style: format code with black
* chore: ignore formatting changes in blame
* test: fetching shifts in Employee Checkins
* fix(test): make holiday list for shift and checkin tests
* fix: tests
* test: shift assignment creation
* fix: attendance fixes
- check half day attendance threshold before absent threshold to avoid half day getting marked as absent
- round working hours to 2 digits for better accuracy
- start and end dates for absent attendance marking
* test: Shift Type with Auto Attendance setup and working
fix test setups
* refactor: Overlapping validation for Shift Request
- commonify time overlap function between request and assignment
- add tests for shift request overlap
* chore: remove unused import
* fix: add validation for overlapping shift attendance
- skip auto attendance in case of overlapping shift attendance record
- this case won't occur in case of shift assignment, since it will not allow overlapping shifts to be assigned
- can happen if manual attendance records are created
* test: validations for duplicate and overlapping shift attendance records
* test: skip auto attendance
* fix: skip validation for overlapping shift attendance if no shift is linked
* test: add holiday related shift and attendance tests
* test: add attendance sheet tests for employee filter, half days
* fix: sider
2022-04-06 10:56:47 +05:30
Deepesh Garg
dec0c1b5bb
test: Ignore parent company account creation
2022-04-06 10:21:27 +05:30
Deepesh Garg
41a979ef34
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_user_perm
2022-04-06 10:15:16 +05:30
Deepesh Garg
631545aa32
fix: Use get instead of dot
...
(cherry picked from commit 95298f0400 )
2022-04-06 04:31:13 +00:00
Deepesh Garg
714fc08150
fix: Do not apply shipping rule for POS transactions
...
(cherry picked from commit c0ebcfb393 )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
2022-04-06 04:31:13 +00:00
Deepesh Garg
ec6f7040f4
Merge branch 'develop' into mergify/bp/develop/pr-30385
2022-04-06 10:00:51 +05:30
Deepesh Garg
4727e774c0
Merge branch 'develop' into loan_repayment_issue
2022-04-06 10:00:34 +05:30
Suraj Shetty
ce583c9a81
Merge branch 'develop' into exotel-fixes
2022-04-05 19:48:44 +05:30
Marica
ff7d81020c
Merge pull request #30578 from marination/e-com-acessibility
...
chore: Accessibility for E-commerce Doctypes
2022-04-05 18:11:59 +05:30
Saqib Ansari
c4b5fa8ed1
Merge pull request #30573 from frappe/mergify/bp/develop/pr-30382
...
fix: Added validation for single_threshold in Tax With Holding Category (backport #30382 )
2022-04-05 15:52:28 +05:30
Saqib Ansari
7757790572
Merge pull request #30579 from nextchamp-saqib/eway-bill-dialog-fix
...
fix: fetch from fields not working in eway bill dialog
2022-04-05 15:51:38 +05:30
Saqib Ansari
1bc0557a6c
Merge pull request #30553 from nextchamp-saqib/e-inv-paid-invoice-fix
...
fix(india): minor e-invoicing fixes
2022-04-05 15:51:25 +05:30
Saqib Ansari
c8779aa446
fix: fetch from fields not working in eway bill dialog
2022-04-05 15:44:17 +05:30
Saqib Ansari
2451452434
Merge branch 'develop' into e-inv-paid-invoice-fix
2022-04-05 13:12:08 +05:30
marination
065623ce25
chore: Add Prices, Stock and E-com Settings access from Website Item
2022-04-05 12:30:02 +05:30
marination
d4301d6d2f
chore: Accessibility for E-commerce Doctypes
...
- Add Website Item routing button and dashboard link in Item master
- Group Item variant buttons together
2022-04-05 12:07:50 +05:30
ruthra kumar
16bfb930f8
test: added test cases for group filters
2022-04-05 11:08:09 +05:30
Rucha Mahabal
0e1528365d
fix: sider
2022-04-04 21:31:14 +05:30
Rucha Mahabal
bd077dbb3b
test: add attendance sheet tests for employee filter, half days
2022-04-04 21:26:42 +05:30
Rucha Mahabal
fec47632bc
test: add holiday related shift and attendance tests
2022-04-04 21:02:22 +05:30
Suraj Shetty
ca66224d57
Merge branch 'develop' into exotel-fixes
2022-04-04 20:22:06 +05:30
Suraj Shetty
01909d2e8c
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-04-04 20:21:36 +05:30
Rucha Mahabal
7675542926
Merge pull request #30569 from ruchamahabal/fix-leave-alloc-update
2022-04-04 20:18:55 +05:30
Marica
3c3aca9568
Merge pull request #30522 from marination/redisearch-app-install
...
feat: Redisearch with consent
2022-04-04 19:24:06 +05:30
Sherin KR
e796267214
fix: Validation for single threshold in Tax With Holding Category ( #30382 )
...
(cherry picked from commit 0a2c72c594 )
2022-04-04 13:38:43 +00:00
Rucha Mahabal
793164ac2e
fix(test): set company for employee in leave allocation test setup
2022-04-04 19:08:27 +05:30
Rucha Mahabal
5499cecffd
test: leave allocation validations and total value for updates done before and after submission
2022-04-04 18:32:17 +05:30
Ankush Menat
a9811c601c
Merge pull request #30564 from rohitwaghchaure/fixed-rejected-warehouse-issue-for-pr
...
fix: if accepted warehouse not selected during rejection then stock ledger not created
2022-04-04 18:26:17 +05:30
Suraj Shetty
117e5d05a3
Merge branch 'develop' into exotel-fixes
2022-04-04 18:21:46 +05:30
Rucha Mahabal
7b406f422d
Merge branch 'develop' into multiple-shifts
2022-04-04 18:14:49 +05:30
Marica
0a592e085c
Merge branch 'develop' into redisearch-app-install
2022-04-04 18:00:56 +05:30
Rohit Waghchaure
ac5df1abbe
test: test case to validate rejected qty without accepted warehouse
2022-04-04 17:57:57 +05:30
Rucha Mahabal
3538656a7d
fix: total leaves allocated not validated and recalculated on updates post submission
2022-04-04 17:52:30 +05:30
Ankush Menat
de83511091
fix(ux): refresh update to zero val checkbox ( #30567 )
2022-04-04 17:29:51 +05:30
ruthra kumar
b2ed9fd3fe
refactor: use group fields from Sales Order and Sales Order Items
2022-04-04 17:00:47 +05:30
Ankush Menat
74e9bc6d65
chore: loosen pandas dependency and bump redisearch ( #30249 )
2022-04-04 16:58:25 +05:30
Ankush Menat
0f2eaa2cf3
chore: add ui test badge
2022-04-04 16:24:09 +05:30
Marica
569eff4f27
Merge branch 'develop' into redisearch-app-install
2022-04-04 16:10:01 +05:30
Saqib Ansari
fed66038b5
fix(pos): do not reset search input on item selection ( #30537 )
2022-04-04 15:59:16 +05:30
Rohit Waghchaure
0a71cabab1
fix: if accepted warehouse not selected during rejection then stock ledger not created
2022-04-04 15:42:59 +05:30
Ankush Menat
12c01e2975
fix: maintain FIFO queue even if outgoing_rate is not found ( #30560 )
2022-04-04 15:22:15 +05:30
ruthra kumar
e324d668d3
refactor: item filters are linked with group filters
2022-04-04 14:52:19 +05:30
Saqib Ansari
b91bf40f1b
fix: server error while viewing gst e-invoice
2022-04-04 14:40:07 +05:30
Ankush Menat
52eb0a93bb
Merge pull request #30528 from s-aga-r/is-subcontracted-fieldtype
...
refactor!: change "is_subcontracted" field type from "Select" to "Check"
2022-04-04 14:01:20 +05:30
Ankush Menat
a896895a9e
fix: bulk fix (~330) missing translations
2022-04-04 13:59:51 +05:30
Sagar Sharma
e80cd29d2e
Merge branch 'develop' into is-subcontracted-fieldtype
2022-04-04 13:31:46 +05:30
Marica
bfb2fbea5f
Merge branch 'develop' into redisearch-app-install
2022-04-04 13:27:50 +05:30
Deepesh Garg
194605823e
fix: Issues on loan repayment
2022-04-04 13:25:35 +05:30
marination
397b46a08b
chore: Add TODOs(perf) for Redisearch Query
2022-04-04 13:24:56 +05:30
Saqib Ansari
92f632c4b1
Merge branch 'develop' into e-inv-paid-invoice-fix
2022-04-04 13:10:25 +05:30
marination
3445682563
fix: Payload incorrect data (pass item_group.name)
2022-04-04 12:33:25 +05:30
Deepesh Garg
18a3c5d536
fix: Ignore user perm for party account company
2022-04-04 12:32:33 +05:30
Saqib Ansari
0c26f9a8c8
fix(india): cannot generate e-invoice for is_pos invoices
...
* If mode of payment > 18 characters, the e-invoice portal throws error
2022-04-04 12:28:09 +05:30
Ankush Menat
cf5f37e6d8
refactor: move schema change patch higher up
2022-04-04 12:15:26 +05:30
Ankush Menat
e8118fcdf1
fix: doctype layout based on expected tab-order
2022-04-04 12:06:35 +05:30
Ankush Menat
deca1aaf06
fix: dont fetch qty in reco if batch is required
2022-04-04 12:06:35 +05:30
Ankush Menat
f83a1c1989
fix: dont reset barcode in scan mode
2022-04-04 12:06:35 +05:30
Ankush Menat
1736ab57ac
feat: Barcode scanning in Stock Reconciliation
...
[skip ci]
2022-04-04 12:06:35 +05:30
marination
7ef1ccbe84
fix: Add default score of 1 to Item Group Autocompleter
...
- If score 0 is inserted into suggestions, RS does not consider that suggestion
2022-04-04 12:04:35 +05:30
marination
97e3a855f7
fix: Convert payload to string before adding to autocompleter
2022-04-04 11:32:49 +05:30
Rucha Mahabal
d9f00409b9
Merge branch 'develop' into multiple-shifts
2022-04-04 11:19:03 +05:30
Suraj Shetty
40d33b5fec
test: Use FrappeAPITestCase to track coverage
2022-04-04 11:15:29 +05:30
Rucha Mahabal
1d4b1c42f2
fix: skip validation for overlapping shift attendance if no shift is linked
2022-04-04 11:14:40 +05:30
marination
ea036e4958
fix: Better Exception Handling and vaeiabl naming
...
- Function to handle RS exceptions (create log and raise error)
- Handle `ResponseError` where it is anticipated
- Misc: Better variables
2022-04-04 11:07:53 +05:30
Rucha Mahabal
62cdde9a84
test: skip auto attendance
2022-04-04 11:05:03 +05:30
Rucha Mahabal
277bda11dd
test: validations for duplicate and overlapping shift attendance records
2022-04-04 11:04:24 +05:30
Rucha Mahabal
83489be7d9
fix: add validation for overlapping shift attendance
...
- skip auto attendance in case of overlapping shift attendance record
- this case won't occur in case of shift assignment, since it will not allow overlapping shifts to be assigned
- can happen if manual attendance records are created
2022-04-04 11:00:26 +05:30
Suraj Shetty
f4b8573e64
test: Fix erroneous code
2022-04-04 09:31:15 +05:30
Suraj Shetty
cfee53eb55
fix: Handle exception where no employee is returned
2022-04-04 07:38:15 +05:30
Suraj Shetty
39abfae5fe
chore: Remove unused code
...
- and simplify get_call_log
2022-04-04 07:28:41 +05:30
Suraj Shetty
0e9ebad9c6
test: Refactor exotel test setup
...
- Remove unnecessary code
- Move test data to separate file
- Make proper test assertions
2022-04-04 07:23:08 +05:30
Rucha Mahabal
7bd84f2696
chore: remove unused import
2022-04-03 23:58:04 +05:30
Rucha Mahabal
58fb2f7dde
refactor: Overlapping validation for Shift Request
...
- commonify time overlap function between request and assignment
- add tests for shift request overlap
2022-04-03 23:54:03 +05:30
Rucha Mahabal
6fffdcf0c7
test: Shift Type with Auto Attendance setup and working
...
fix test setups
2022-04-03 22:37:10 +05:30
Rucha Mahabal
655c1dd6ab
fix: attendance fixes
...
- check half day attendance threshold before absent threshold to avoid half day getting marked as absent
- round working hours to 2 digits for better accuracy
- start and end dates for absent attendance marking
2022-04-03 21:47:32 +05:30
Suraj Shetty
6644ebd52d
Merge branch 'develop' into exotel-fixes
2022-04-03 21:17:29 +05:30
Deepesh Garg
a7e125a540
chore: format patch file
2022-04-02 20:36:36 +05:30
Deepesh Garg
c58fde2fb2
fix: Add competitor field back
2022-04-02 20:03:46 +05:30
Deepesh Garg
205c8c2bda
Merge pull request #30191 from abhinavxd/patch-3
...
fix: incorrect payable amount for loan closure
2022-04-02 19:53:07 +05:30
Deepesh Garg
7e185fb0f2
Merge branch 'develop' of https://github.com/frappe/erpnext into patch-3
2022-04-02 17:42:09 +05:30
Deepesh Garg
485f5cfdfe
fix: Resolve conflicts
2022-04-02 17:25:29 +05:30
Deepesh Garg
0f6d52c625
Merge branch 'develop' of https://github.com/frappe/erpnext into mergify/bp/develop/pr-30385
2022-04-02 17:24:19 +05:30
Subin Tom
e57e7bb02c
fix: added tests(fixed)
2022-04-02 17:16:56 +05:30
Ankush Menat
c8ead0a7ab
fix: dont send empty serial no in get_item_details
...
[skip ci]
2022-04-01 21:11:03 +05:30
Ankush Menat
6a069d6efa
feat: dont trigger selector if all info is scanned
2022-04-01 21:11:03 +05:30
Ankush Menat
47f27a5171
refactor: move scan api to stock utils; add item_info
2022-04-01 21:11:03 +05:30
Ankush Menat
9bf427985f
fix!: remove barcode field triggers
...
use "scan barcode" field instead for scanning
[skip ci]
2022-04-01 21:11:03 +05:30
Ankush Menat
530f767098
revert: "fix: ignore circular dependencies on barcode scan"
...
This reverts commit 98468fab18 .
2022-04-01 21:11:03 +05:30
Ankush Menat
767b827b59
feat: return batch code while scanning serial no
2022-04-01 21:11:03 +05:30
marination
07f17453cd
fix: Use Payload in AutoCompleter (categories in search) and misc
...
- Separate Item group and Item autocomplete dict definition
- Add payload along with Item group, containing namke and route
- Pass weightage while defining item group autocomplete dict (auto sort)
- Use payload while getting results for categories in search
- Remove check to show categories, always show
- Search fields mandatory if reidsearch enabled
- Code separation (rough)
2022-04-01 18:47:01 +05:30
gavin
1d2e9e8e1c
Merge pull request #30521 from gavindsouza/misc-fixes-0
...
fix: Handle changes in frappe's get_monthly_goal_graph_data API
2022-04-01 17:28:59 +05:30
Gavin D'souza
f8c9fba52d
fix: Handle changes in frappe's get_monthly_goal_graph_data API
2022-04-01 17:18:47 +05:30
Sagar Sharma
f94d607288
feat: New module "Subcontracting"
2022-04-01 16:28:34 +05:30
Sagar Sharma
01c64915c8
chore: remove unwanted validation
2022-04-01 15:51:48 +05:30
Ankush Menat
6c5b01c60d
perf: index barcode for faster scans ( #30543 )
2022-04-01 15:27:46 +05:30
Alberto826
5d14e7860e
Fix: Remove trailing slash "/" from route ( #30532 )
...
Routes with trailing slash "/" causes a redirect to port 8080 in docker host with reverse proxy.
The Student Admission Row template has this issue.
2022-04-01 14:48:00 +05:30
Deepesh Garg
9a6a181f14
fix: Ignore disabled tax categories
2022-04-01 14:46:26 +05:30
Rucha Mahabal
65763275ae
fix: convert dates to datetime before comparing in leave days calculation and fix half day edge case ( #30538 )
2022-04-01 13:47:52 +05:30
Sagar Sharma
0a3cdc2623
chore: rename "is_subcontracted" field label to "Is Subcontracted"
2022-04-01 13:22:54 +05:30
Sagar Sharma
d074c93ac7
refactor!: change "is_subcontracted" field type from "Select" to "Check"
2022-04-01 13:22:44 +05:30
Ankush Menat
257623509d
perf: use cached single docs ( #30536 )
...
frappe.local is request specific thread local, hence is almost as good
as no caching.
2022-04-01 11:55:19 +05:30
Saqib Ansari
bfc34e1084
fix: check for debit credit difference even after round-off adjustment ( #30050 )
2022-04-01 11:03:16 +05:30
Deepesh Garg
8598d64d2c
Merge pull request #30502 from dj12djdjs/fix-pe-ex-rate-precision
...
fix(accounts): payment entry exchange rate precision
2022-04-01 09:48:15 +05:30
Deepesh Garg
df06d263ae
Merge pull request #30510 from deepeshgarg007/tax_mapping
...
fix: Taxes getting overriden from mapped to target doc
2022-04-01 09:43:19 +05:30
rohitwaghchaure
8d16c7f44b
Merge pull request #30527 from rohitwaghchaure/feat-pick-list-item-reference-in-delivery-note
...
feat: minor, pick list item reference on delivery note item table
2022-03-31 20:22:49 +05:30
Rohit Waghchaure
2f51011f91
test: test case to check pick list name has mapped or not
2022-03-31 18:47:09 +05:30
Rohit Waghchaure
2f63ae2ee9
feat: minor, pick list item reference on delivery note item table
2022-03-31 18:43:42 +05:30
Deepesh Garg
02dab021c6
Merge pull request #30500 from deepeshgarg007/auto_tax_gst
...
fix(India): Tax fetching based on tax category
2022-03-31 18:01:32 +05:30
marination
7e207c8901
fix: Call Redisearch index creation functions on enabling redisearch in settings
2022-03-31 16:29:18 +05:30
Marica
96fc6ad590
Merge pull request #30146 from marination/bom-update-tool
...
refactor: Add exception handling in background job within BOM Update Tool
2022-03-31 15:54:34 +05:30
Marica
cd9d07028d
Merge branch 'develop' into bom-update-tool
2022-03-31 14:54:05 +05:30
Marica
901d8eac57
Merge pull request #30509 from marination/buying-validate-items
...
fix: Add non-existent Item check and cleanup in `validate_for_items`
2022-03-31 14:52:34 +05:30
Saqib Ansari
9af353ffa9
Merge pull request #30461 from nextchamp-saqib/fix-asset-warehouse-validation
...
fix(asset): do not validate warehouse on asset purchase
2022-03-31 14:15:16 +05:30
Deepesh Garg
e0631474c0
Merge branch 'develop' into auto_tax_gst
2022-03-31 13:52:10 +05:30
Deepesh Garg
544533ced2
Merge pull request #30486 from deepeshgarg007/account_currenct_change_test
...
fix: Account currency validation
2022-03-31 13:39:04 +05:30
marination
93f6346cea
fix: (test) change expected exception due to https://github.com/frappe/frappe/pull/16454
2022-03-31 13:07:51 +05:30
marination
2fece523f6
chore: Added BOM std filters and update type in List View
2022-03-31 12:55:48 +05:30
Saqib Ansari
4623a1bc57
fix(test): Item MacBook does not exist
2022-03-31 12:48:00 +05:30
Marica
f482b184a0
Merge branch 'develop' into bom-update-tool
2022-03-31 12:42:56 +05:30
Rucha Mahabal
d45e286216
test: shift assignment creation
2022-03-31 12:15:38 +05:30
Deepesh Garg
4720969ce6
fix: Taxes getting overriden from mapped to target doc
2022-03-31 12:14:16 +05:30
marination
982a246eec
fix: Add non-existent Item check and cleanup in validate_for_items
...
- Added a validation if invalid item code ia passed via data import/API, etc.
- Used DB APIs instead of raw sql
- Separated checks into separate functions
- Added return types to functions
- Better variable naming and removed redundant utils import in function
2022-03-31 11:47:20 +05:30
Saqib Ansari
199a6da960
perf: skip warehouse validation for non-stock items
2022-03-31 11:41:52 +05:30
Rucha Mahabal
e4cc0c1c87
fix: tests
2022-03-31 00:21:23 +05:30
Rucha Mahabal
97547da7ee
fix(test): make holiday list for shift and checkin tests
2022-03-31 00:17:32 +05:30
Devin Slauenwhite
62266b29aa
fix: exchange rate precision
2022-03-30 14:22:44 -04:00
Rucha Mahabal
af139193a5
test: fetching shifts in Employee Checkins
2022-03-30 23:27:49 +05:30
Ankush Menat
b981fae5a4
fix: remove naming series from bin, repost queue ( #30497 )
...
Removing naming series from:
1. Bin
2. Repost queue
These doctypes are not user facing and dont really need naming series.
Current implementation of naming makes stock transaction sequential if
these documents are to be created during submission.
2022-03-30 21:46:15 +05:30
Deepesh Garg
45f78977bf
Merge pull request #30493 from nabinhait/party-account-in-ar-ap-report
...
feat: Receivable/Payable Account column and filter in AR/AP report
2022-03-30 21:16:32 +05:30
Deepesh Garg
d93edbc859
fix: make test record
2022-03-30 21:07:56 +05:30
Deepesh Garg
532961fad2
fix(India): Tax fetching based on tax category
2022-03-30 19:33:44 +05:30
ruthra kumar
7558f1b078
refactor: adding new filters and column to test cases
2022-03-30 18:50:18 +05:30
ruthra kumar
eaeadbc422
feat: additional filters in payment terms status report
2022-03-30 18:50:13 +05:30
marination
a945484af4
test: Added test for 2 more validations
...
- Covers full validate function
2022-03-30 18:20:54 +05:30
marination
620575a901
fix: Type Annotations, Redundancy, etc.
...
- Renamed public function`update_new_bom` to `update_new_bom_in_bom_items`
- Replaced `get_cached_doc` with `get_doc`
- Removed click progress bar (drive through update log)
- Removed `bom_obj.update_new_bom()`, was redundant. Did same job as `update_new_bom_in_bom_items`
- Removed `update_new_bom()` in `bom.py`, unused.
- Prettier query formatting
- `update_type` annotated as non optional Literal
- Removed redundant use of JobTimeoutException
- Corrected type annotations in `create_bom_update_log()`
2022-03-30 18:03:52 +05:30
mergify[bot]
89a9afab94
fix: cast array slice index integer while splitting serial_nos array ( #30468 ) ( #30496 )
...
(cherry picked from commit 3f3717952c )
Co-authored-by: Anoop <anoop@earthianslive.com >
2022-03-30 17:00:28 +05:30
gavin
b9d37152ba
Merge pull request #30494 from resilient-tech/fix-get-cached-value
...
fix: update `get_cached_value` usage based on changes in definition
2022-03-30 16:26:51 +05:30
Sagar Vora
7bece37918
fix: update get_cached_value usage based on changes in definition
2022-03-30 15:35:56 +05:30
Saqib Ansari
5408980223
Merge pull request #30453 from rahib-hassan/fix-paymentorder-row-delete
...
fix: enable row deletion in reference table
2022-03-30 15:31:54 +05:30
Rucha Mahabal
72501f2161
Merge branch 'develop' into multiple-shifts
2022-03-30 15:28:51 +05:30
Rucha Mahabal
0a3cf64037
chore: ignore formatting changes in blame
2022-03-30 15:24:55 +05:30
Rucha Mahabal
baec607ff5
style: format code with black
2022-03-30 15:23:13 +05:30
Rucha Mahabal
acb27430ac
test: monthly attendance sheet
2022-03-30 15:14:31 +05:30
Saqib Ansari
291415d255
Merge pull request #30453 from rahib-hassan/fix-paymentorder-row-delete
...
fix: enable row deletion in reference table
2022-03-30 15:00:16 +05:30
Saqib Ansari
03e6a6c699
Merge branch 'develop' into fix-asset-warehouse-validation
2022-03-30 14:58:49 +05:30
Rucha Mahabal
9ff1904aec
fix: explicitly check if additional salary is recurring while fetching components for payroll ( #30489 )
2022-03-30 14:47:11 +05:30
Ahmad
1fdc085d17
fix: web form filter for project
2022-03-30 13:23:30 +05:00
marination
ebf00946c9
fix: Semgrep
...
- Explain explicit commits and skip semgrep
- Format client side translated string correctly
2022-03-30 13:22:29 +05:30
Ankush Menat
8ab226a2fc
test: add class to uniquely id item dashboard ( #30487 )
2022-03-30 13:20:54 +05:30
marination
79495679e2
fix: Auto format bom_update_log.py
2022-03-30 13:08:58 +05:30
marination
1d1e925bcf
test: API hit via BOM Update Tool
...
- test creation of log and it's impact
2022-03-30 13:01:01 +05:30
Ankush Menat
62c57199f2
chore: remove ui test config
...
[skip ci]
2022-03-30 12:50:37 +05:30
Deepesh Garg
d4cc7c553e
fix: Account currency validation
2022-03-30 12:43:18 +05:30
Ankush Menat
fe96254730
chore: skip style checks in sider
...
[skip ci]
2022-03-30 12:36:09 +05:30
Marica
7e719a12f1
Merge pull request #30377 from marination/stock-entry-items-idx
...
fix: Dont set `idx` while adding WO items to Stock Entry
2022-03-30 11:14:18 +05:30
Saqib Ansari
87dc9c6331
Merge pull request #30470 from nextchamp-saqib/fix-dn-credit-limit-validation
...
fix: credit limit validation in delivery note
2022-03-30 11:08:25 +05:30
Marica
a51ba4cedf
Merge branch 'develop' into bom-update-tool
2022-03-30 10:36:15 +05:30
marination
b5ad626d23
fix: Linter
2022-03-30 10:22:05 +05:30
Saqib Ansari
6528218ac3
perf: skip warehouse validation for non-stock items
2022-03-29 18:43:33 +05:30
Ankush Menat
b80fac03af
fix: validate 0 transfer qty in stock entry ( #30476 )
2022-03-29 17:19:22 +05:30
Rucha Mahabal
41cfcdba44
feat: show shift-wise attendance in monthly attendance sheet
2022-03-29 16:10:46 +05:30
Rucha Mahabal
865204a541
feat: add colors for attendance status to lessen the cognitive load
...
- legend with colors and full form for status abbreviations
2022-03-29 16:10:46 +05:30
Rucha Mahabal
e79d292233
refactor: Monthly Attendance Sheet
...
- split into smaller functions
- add type hints
- get rid of unnecessary db calls and loops
- add docstrings for functions
2022-03-29 16:10:41 +05:30
Rucha Mahabal
f2ee36579b
chore: sort imports, remove unused imports
2022-03-29 16:09:47 +05:30
Rucha Mahabal
4ef2911953
refactor: mark absent for employees with no attendance
...
- break down into smaller functions
- make it work with multiple shifts
- this will mark employee as absent per shift, meaning employee can be present for one shift and absent for another on the same day
2022-03-29 16:09:39 +05:30
Rucha Mahabal
742c8f0790
feat: auto attendance marking for multiple shifts on the same day
2022-03-29 16:08:43 +05:30
Rucha Mahabal
cb3b330097
refactor: Allow multiple attendance records creation for different shifts
2022-03-29 16:05:36 +05:30
Rucha Mahabal
f6a12a902f
refactor: rewrite docstrings and add type hints for functions
2022-03-29 16:05:01 +05:30
Rucha Mahabal
e7cbb5fe6b
fix: fetching shift on timing boundaries
2022-03-29 16:02:42 +05:30
Rucha Mahabal
62e72752dc
refactor: handle shifts spanning over 2 different days
2022-03-29 16:02:17 +05:30
Rucha Mahabal
ace3f8a023
fix: handle shift grace overlap while finding current shift
2022-03-29 16:01:25 +05:30
Rucha Mahabal
625a9f69f5
refactor: consider timeslots in get_employee_shift
2022-03-29 16:01:18 +05:30
Rucha Mahabal
3711119a66
refactor: overlapping shifts validation
...
- convert raw query to frappe.qb
- check for overlapping timings if dates overlap
- translation friendly error messages with link to overlapping doc
2022-03-29 15:59:56 +05:30
Ankush Menat
b12fe0f15b
fix: dont check for failed repost while freezing ( #30472 )
...
[skip ci]
2022-03-29 13:54:26 +05:30
marination
fa3b953cf7
test: idx mapping correctness
2022-03-29 13:54:14 +05:30
Saqib Ansari
c122882884
fix: credit limit validation in delivery note
2022-03-29 13:36:00 +05:30
Marica
88a460b54e
Merge branch 'develop' into stock-entry-items-idx
2022-03-29 13:18:08 +05:30
Ankush Menat
0cb9cdb414
Merge branch 'develop' into fix-asset-warehouse-validation
2022-03-29 11:48:35 +05:30
Ankush Menat
d29e314c81
ci: pin click for black ( #30464 )
...
[skip ci]
2022-03-29 11:47:28 +05:30
Ankush Menat
76dce2eddc
fix: use name for links not item_code ( #30462 )
2022-03-29 11:21:03 +05:30
Saqib Ansari
b60fad6113
Merge branch 'develop' of https://github.com/frappe/erpnext into fix-asset-warehouse-validation
2022-03-29 10:50:21 +05:30
Saqib Ansari
136466d255
fix(asset): do not validate warehouse on asset purchase
2022-03-29 10:47:27 +05:30
Deepesh Garg
03952f8819
fix(India): Auto tax fetching based on GSTIN
...
(cherry picked from commit 7cae669e81 )
# Conflicts:
# erpnext/patches.txt
# erpnext/regional/india/setup.py
# erpnext/selling/doctype/quotation/quotation.json
2022-03-29 04:56:49 +00:00
Deepesh Garg
760e68b656
Merge pull request #30426 from frappe/mergify/bp/develop/pr-30395
...
fix: Write off amount wrongly calculated in POS Invoice (backport #30395 )
2022-03-29 07:56:15 +05:30
marination
639d380c1f
chore: Remove redundant idx query and value setting
...
- idx can be removed from `select_columns` as it is already in the main query
- setting idx to '' is not required as it is not used further
2022-03-28 21:00:00 +05:30
Ankush Menat
63d892454b
Merge branch 'develop' into bom-update-tool
2022-03-28 20:28:21 +05:30
Ankush Menat
40d7418dca
Merge branch 'develop' into stock-entry-items-idx
2022-03-28 20:21:21 +05:30
Ankush Menat
3821a97a75
Merge branch 'develop' into mergify/bp/develop/pr-30395
2022-03-28 20:14:19 +05:30
Ankush Menat
7ef54809be
Merge branch 'develop' into exotel-fixes
2022-03-28 19:55:39 +05:30
Ankush Menat
7c0c31bc6a
Merge pull request #29783 from ankush/format
...
style: force auto-formatted code
2022-03-28 19:19:02 +05:30
Ankush Menat
b0f7931b2b
chore: ignore black formatting changes in blame
2022-03-28 18:54:12 +05:30
Ankush Menat
494bd9ef78
style: format code with black
2022-03-28 18:52:46 +05:30
Ankush Menat
21e00da3d6
ci: force black formatting (pre-commit)
2022-03-28 18:47:20 +05:30
Ankush Menat
8dff4d66a4
fix: bom valuation - handle lack of LPP ( #30454 )
2022-03-28 18:18:23 +05:30
Sagar Vora
77c36f6d22
fix: set options for Currency field Incoming Rate ( #30384 )
2022-03-28 17:55:23 +05:30
Raffael Meyer
c01fe74cf0
fix(patch): fix failing patches ( #30427 )
...
* patch: reload Opportunity
* patch: reload child tables before doctype
2022-03-28 17:53:54 +05:30
Saqib Ansari
eea183957a
Merge pull request #30419 from nextchamp-saqib/fix-item-tax-template-patch
...
fix: move item tax to item tax template patch
2022-03-28 17:34:31 +05:30
rahib-hassan
500870b2b0
fix: enable row deletion in reference table
2022-03-28 15:25:01 +05:30
Ankush Menat
b58b1343bb
refactor: dont harcode "serial_no" field
2022-03-28 12:07:00 +05:30
Ankush Menat
98468fab18
fix: ignore circular dependencies on barcode scan
2022-03-28 12:07:00 +05:30
Ankush Menat
806f420ddd
fix: revert global flag added for erasing barcode
...
This looked like a hack and doesn't even work anyway! how can row level
barcode-item relation be maitnained on entire form?
2022-03-28 12:07:00 +05:30
Ankush Menat
17a2ceb5d1
style: prettier js
2022-03-28 12:07:00 +05:30
Ankush Menat
9f0e7949aa
fix: clean up if item is not found
2022-03-28 12:07:00 +05:30
Ankush Menat
32e44f5121
fix: correctly capture first serial no
2022-03-28 12:07:00 +05:30
Ankush Menat
b3c604d679
refactor: dont hardcode child table name
2022-03-28 12:07:00 +05:30
Ankush Menat
3a8656b3c8
refactor: split data update responsibilty to multiple functions
...
Apply "single responsibilty principle"
2022-03-28 12:07:00 +05:30
Ankush Menat
c34847e801
refactor: dont hardcode child table "items"
2022-03-28 12:07:00 +05:30
Ankush Menat
893139f963
refactor: dont hardcode "scan_barcode" field
2022-03-28 12:07:00 +05:30
Ankush Menat
bd06ffab00
refactor: store scannned field as attr
2022-03-28 12:07:00 +05:30
Ankush Menat
2d15413c9e
refactor: transaction.js -> barcode_scanner.js
2022-03-28 12:07:00 +05:30
Ankush Menat
18abb28744
fix(barcode_scan): dont add duplicate serial nos
2022-03-28 12:07:00 +05:30
Ankush Menat
b06123bc65
fix: trigger table_add on new row
2022-03-28 12:07:00 +05:30
Ankush Menat
a270f12855
fix(UX): reduce duration of barcode scan toasts
...
default is 7 which is bit too much when you're scanning lots of items,
switched to 5 sec delay
2022-03-28 12:07:00 +05:30
Ankush Menat
69ae2661d2
fix: update picked qty on cancellation
2022-03-28 10:43:32 +05:30
Deepesh Garg
33fa14b6cf
fix: Resolve conflicts
2022-03-27 19:23:53 +05:30
Deepesh Garg
18c5b24ac1
fix: Update condition
2022-03-27 19:20:37 +05:30
Deepesh Garg
fc09377de2
fix: Resolve conflicts
2022-03-27 19:18:32 +05:30
Deepesh Garg
485e6b6a09
fix: Incorrect default amount to pay for POS invoices
...
(cherry picked from commit a044e92687 )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
2022-03-27 12:31:36 +00:00
Ankush Menat
e401ad3f90
refactor: replace dead duplicate code
2022-03-26 19:33:00 +05:30
Ankush Menat
9daea6fa6c
perf: slimmer and faster before_tests
2022-03-26 19:33:00 +05:30
Saqib Ansari
c10e4977c3
Merge pull request #30420 from nextchamp-saqib/fix-minor-custom-cash-flow
...
fix: unsupported operand type(s) for +=: 'int' and 'NoneType'
2022-03-26 19:15:34 +05:30
Saqib Ansari
4766732b56
Merge branch 'develop' into fix-item-tax-template-patch
2022-03-26 11:48:41 +05:30
Saqib Ansari
8e7c214e9e
Merge branch 'develop' into fix-minor-custom-cash-flow
2022-03-26 11:48:40 +05:30
Deepesh Garg
0312c502ac
Merge pull request #30430 from frappe/mergify/bp/develop/pr-30429
...
fix: Check for onload property (backport #30429 )
2022-03-25 21:54:59 +05:30
Deepesh Garg
2e9648538e
fix: Check for onload property
...
(cherry picked from commit 71402b43a7 )
2022-03-25 16:23:44 +00:00
Rucha Mahabal
ffec9516fa
fix: do not update status to Paid if sanctioned amount is 0
2022-03-25 21:41:48 +05:30
Rucha Mahabal
2d915782cb
chore: sort imports
2022-03-25 21:41:48 +05:30
Rucha Mahabal
edf0c0030e
test: expense claim against fully and partially paid advances
2022-03-25 21:41:48 +05:30
Rucha Mahabal
0461223627
fix: Expense Claim conditions for Paid status
...
- status doesn't change to Paid if the entire required amount is already covered via linked advances
- status doesn't change to Paid if the claim is partially paid via advances
- patch to update such uncancelled claims to Paid
2022-03-25 21:41:48 +05:30
Deepesh Garg
19b1b1f4ba
test: test for auto write-off amount
...
(cherry picked from commit 6a50f36b31 )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
2022-03-25 15:27:12 +00:00
Deepesh Garg
b2ac773cca
fix: Ignore for Purchase Invoices
...
(cherry picked from commit d3fd2fd2c5 )
2022-03-25 15:27:11 +00:00
Deepesh Garg
8cfa3a9ece
fix: Ignore for Purchase Invoices
...
(cherry picked from commit ed38679d22 )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
2022-03-25 15:27:11 +00:00
Deepesh Garg
d04d3038f5
fix: Client side changes for POS Write off amount
...
(cherry picked from commit 2e33e748ea )
# Conflicts:
# erpnext/public/js/controllers/taxes_and_totals.js
2022-03-25 15:27:10 +00:00
Deepesh Garg
f57f4af1d9
fix: Write off amount wrongly calculated in POS Invoice
...
(cherry picked from commit ee4258e42c )
2022-03-25 15:27:10 +00:00
Ankush Menat
0534cf6c9c
fix: show subassembly table always ( #30422 )
...
[skip ci]
2022-03-25 19:03:33 +05:30
Saqib Ansari
80c7d7064b
Merge branch 'develop' into fix-minor-custom-cash-flow
2022-03-25 17:16:42 +05:30
Saqib Ansari
5450542fdb
fix: unsupported operand type(s) for +=: 'int' and 'NoneType'
2022-03-25 16:44:37 +05:30
Wolfram Schmidt
85b0d5fc77
fix: translations ( #30387 )
...
fixed and added translation
2022-03-25 16:22:23 +05:30
Ankush Menat
f06ef17b5d
fix: copy has_batch_no and has_serial_no while duplicating
2022-03-25 16:18:58 +05:30
Ankush Menat
f4b39b87e3
fix(UX): use autocomplete for variant fields
2022-03-25 16:18:58 +05:30
Saqib Ansari
936267c934
fix: move item tax to item tax template patch
2022-03-25 15:45:13 +05:30
Saqib Ansari
33863cd6ab
Merge pull request #30324 from nextchamp-saqib/fix-pos-issues-again
...
fix: multiple pos issues
2022-03-25 15:34:54 +05:30
Deepesh Garg
a9d992ac9f
Merge pull request #30338 from deepeshgarg007/bank_transaction_currency_symbol_fixes
...
fix: Currency symbol in bank transactions
2022-03-25 14:39:01 +05:30
Saqib Ansari
e0c36d87e0
chore: ignore rules for QB formatting
2022-03-25 14:26:12 +05:30
Deepesh Garg
3a639f6329
Merge pull request #30413 from frappe/mergify/bp/develop/pr-30406
...
fix: Rate change issue on save and mapping from other doc (backport #30406 )
2022-03-25 14:17:48 +05:30
Deepesh Garg
97e102ceef
fix: Condition
...
(cherry picked from commit 2e0e6ca6b1 )
2022-03-25 07:30:41 +00:00
Deepesh Garg
a83a0a03b1
fix: Revert rate calculation
...
(cherry picked from commit 6937a498e7 )
2022-03-25 07:30:40 +00:00
Deepesh Garg
54cdff7947
fix: Add back calculation for discount
...
(cherry picked from commit 067564bd26 )
2022-03-25 07:30:40 +00:00
Deepesh Garg
174a6ec398
fix: Rate change issue on save and mapping from other doc
...
(cherry picked from commit 13fcda5776 )
2022-03-25 07:30:40 +00:00
Shadrak Gurupnor
c4854bb1b1
fix: failing broken patches ( #30409 )
...
* fix: failing broken patches
* refactor: simpler conditions
[skip ci]
2022-03-25 12:49:37 +05:30
Saqib Ansari
9a0f5bff65
Merge branch 'develop' into fix-pos-issues-again
2022-03-25 10:52:08 +05:30
Saqib Ansari
16253a2f72
fix: set is_return & return_against in POS Invoice Reference table
2022-03-25 10:51:30 +05:30
Ankush Menat
788d492757
test: basic item and wh capacity dashboard tests
2022-03-25 10:51:19 +05:30
Ankush Menat
10d5fb8cd1
test: check printviews for all docs
2022-03-25 10:51:19 +05:30
Saqib Ansari
1b556d1c53
fix: test cases
2022-03-24 17:59:34 +05:30
Ankush Menat
d4ee31dc8f
fix: consider all existing PO items
...
When this is sent from API/client side doesn't send temporary_name it
can be flaky. Hence, use all available names for validation.
2022-03-24 17:58:22 +05:30
Saqib Ansari
cb4873c019
fix: sider issues
2022-03-24 17:56:27 +05:30
Marica
6ebb19d063
Merge pull request #30399 from ankush/wo_dead_links
...
fix: broken production item links on production plan
2022-03-24 16:49:38 +05:30
Saqib Ansari
cf51a0a1b8
fix(pos): cannot close the pos if sr. no. is sold & returned
2022-03-24 16:22:36 +05:30
Ankush Menat
5b1d6055e6
fix: subassembly items linked to temporary name
...
Production Plan tables for po_items and sub_assembly_items are prepared
client side so both dont exist at time of first save or modifying and
hence any "links" created are invalid. This change retains temporary
name so it can be relinked server side after naming is performed.
Co-Authored-By: Marica <maricadsouza221197@gmail.com >
2022-03-24 15:00:05 +05:30
Ankush Menat
3d43c437ad
fix: only validate qty for main non-subassy items
2022-03-24 15:00:05 +05:30
Marica
d24458ab77
fix: (ux) Add is_group=0 filter on website warehouse ( #30396 )
...
- It does not support group warehouses right now and it is misleading
2022-03-24 12:56:57 +05:30
Saqib Ansari
4aabe97565
Merge branch 'develop' into fix-pos-issues-again
2022-03-24 11:18:13 +05:30
Deepesh Garg
4147f2134f
Merge pull request #30334 from deepeshgarg007/gst_state_number_unsetting
...
fix: Reset GST State number
2022-03-23 23:30:20 +05:30
Deepesh Garg
07c7ebfd99
Merge branch 'develop' into gst_state_number_unsetting
2022-03-23 22:04:13 +05:30
Ankush Menat
c9dcf31cf7
test: ensure super()setUpClass is called
2022-03-23 19:46:50 +05:30
Deepesh Garg
9c607dd6c5
Merge pull request #30323 from deepeshgarg007/sales_person_dashboard
...
fix: Contribution amount against invoices in Sales Person Dashboard
2022-03-23 16:57:18 +05:30
Deepesh Garg
993cc287d5
Merge branch 'develop' into sales_person_dashboard
2022-03-23 16:11:22 +05:30
Ankush Menat
6418dc1606
fix: make auto created job cards "Open"
2022-03-23 15:50:46 +05:30
Ankush Menat
e1f5620654
fix: material transfer status should be before WIP
2022-03-23 15:50:46 +05:30
Ankush Menat
4aa74af90d
fix: ignore items without info for pending qty computation
2022-03-23 15:46:40 +05:30
Ankush Menat
be16fb9dbb
chore(DX): add sourceURL for debugging
2022-03-23 15:46:40 +05:30
marination
a787ebb732
fix: Dont set idx while adding WO items to Stock Entry
...
- `idx` must be computed by base document's `self.append()` function, so do not set it
2022-03-23 14:59:27 +05:30
Deepesh Garg
d180d09916
Merge pull request #30372 from deepeshgarg007/price_list_ignore_fix
...
fix: Check if onload property exists in the form object
2022-03-23 13:56:01 +05:30
Deepesh Garg
78ca88d227
fix: Check if onload property exists in the form object
2022-03-23 13:55:05 +05:30
Deepesh Garg
c3f1ad78aa
Merge pull request #30361 from deepeshgarg007/tax_account_display
...
fix: GST account not showing up in tax templates
2022-03-23 13:17:11 +05:30
Deepesh Garg
83fc05ef7d
Merge pull request #30365 from deepeshgarg007/ignore_price_list
...
fix: Changing item prices on converting orders/receipts to invoices
2022-03-23 10:09:33 +05:30
Deepesh Garg
3a1e31592e
Merge branch 'develop' into ignore_price_list
2022-03-23 09:27:44 +05:30
Deepesh Garg
405dcb1d3c
fix: Add ignore pricelist for missing flows
2022-03-23 09:04:03 +05:30
Deepesh Garg
66ca085e39
fix: Changing item prices on converting orders/receipts to invoices
2022-03-22 23:03:41 +05:30
Deepesh Garg
57924599da
fix: GST account not showing up in tax templates
2022-03-22 18:26:58 +05:30
Saqib Ansari
f2ae63cbfd
fix(pos): remove returned sr. nos. from pos reserved sr. nos. list
2022-03-22 17:41:49 +05:30
Ankush Menat
f606d2ecc6
fix: flaky salary slip email test ( #30358 )
2022-03-22 17:36:18 +05:30
Ankush Menat
41db43cdc5
fix: consider full integer batch nos
2022-03-22 16:40:17 +05:30
Ankush Menat
a18c687844
fix: ignore already fetched serial no
...
exclude_sr_nos is sent as JSON string of list, so load it before
operating on it.
2022-03-22 16:40:17 +05:30
Subin Tom
b19305aa83
fix: used get_employees_with_number, strip_number methods
2022-03-22 16:22:09 +05:30
Deepesh Garg
ec04242d72
Merge pull request #30340 from deepeshgarg007/opening_too_field_fixes
...
fix: Opening invoice tool field placement
2022-03-22 16:17:12 +05:30
Deepesh Garg
749ab9b799
Merge branch 'develop' into bank_transaction_currency_symbol_fixes
2022-03-22 16:16:03 +05:30
Marica
87a0b72c26
Merge pull request #30336 from marination/product-filter-lookup
...
fix: Product Filters Lookup
2022-03-22 15:31:28 +05:30
Rucha Mahabal
0ae6561620
test: get leave allocation records query ( #30342 )
...
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-03-22 15:14:05 +05:30
Ankush Menat
51873da4bc
test: dynamic current FY creation in before_tests
2022-03-22 14:23:56 +05:30
Ankush Menat
6b638a196b
chore: drop dead sample code
2022-03-22 14:23:56 +05:30
Ankush Menat
9a99f993bc
refactor: merge print settings custom fields
2022-03-22 14:23:56 +05:30
Ankush Menat
457d616966
refactor: remove dead duplicate code
2022-03-22 14:23:56 +05:30
Ankush Menat
f37316a266
refactor: use get_value instead of exists
2022-03-22 13:07:45 +05:30
barredterra
5c4eabf075
fix: usage of frappe.db.exists
2022-03-22 13:07:45 +05:30
Marica
387fa61a83
Merge branch 'develop' into product-filter-lookup
2022-03-22 12:13:46 +05:30
Deepesh Garg
01cd9e7c2e
Merge branch 'develop' into opening_too_field_fixes
2022-03-22 11:53:06 +05:30
Deepesh Garg
4e2f866a2a
Merge branch 'develop' into gst_state_number_unsetting
2022-03-22 11:52:55 +05:30
Deepesh Garg
645ed7d0fd
Merge branch 'develop' into sales_person_dashboard
2022-03-22 11:52:36 +05:30
Deepesh Garg
69a4b8c80b
Merge branch 'develop' into bank_transaction_currency_symbol_fixes
2022-03-22 11:52:20 +05:30
HarryPaulo
3eb5440aa9
fix: linters erros on report sales payments summary ( #30345 )
...
* fix: wrong values for report and get change amout based on payment TYPE.
* charcase for select field.
* fix: linter check erros
* fix: linters errors
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-03-22 11:39:15 +05:30
Deepesh Garg
636e7f67eb
fix: Opening invoice tool field placement
2022-03-21 19:34:57 +05:30
Deepesh Garg
e78a445c24
fix: Currency symbol in bank transactions
2022-03-21 19:06:04 +05:30
marination
f6e64c2cac
fix: Product Filters Lookup
...
- bind the right classes to the filter lookup field
- make class names more descriptive
- make filter lookup field more visible with white bg and border
- bind lookup input field js in `views.js`
- make filter lookup field functioning for atribute filters too
- added placeholder to lookup field
2022-03-21 17:58:39 +05:30
Deepesh Garg
1b2c6a5b78
fix: Code cleanup
2022-03-21 17:06:23 +05:30
HarryPaulo
01fd3adedf
fix: report sales payments summary ( #30264 )
2022-03-21 16:57:27 +05:30
Deepesh Garg
9376d8d308
Merge pull request #30312 from alyf-de/refactor-sales-analytics
...
refactor: sales analytics
2022-03-21 16:44:23 +05:30
Deepesh Garg
363e676a35
fix: Reset GST State number
2022-03-21 16:28:17 +05:30
Ankush Menat
d3be84bfe8
test: correct use of test decorator
2022-03-21 15:40:34 +05:30
Rucha Mahabal
95568210b2
fix(ux): warning for disabled carry forwarding in Policy Assignment ( #30331 )
2022-03-21 15:30:04 +05:30
mergify[bot]
08e598e2c4
fix: Future recurring period calculation for additional salary ( #29581 ) ( #30330 )
...
* fix: Future recurring period calculation for addl salary
* fix: future recurring period calculation
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit cedabd7242 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2022-03-21 15:00:55 +05:30
Saqib Ansari
aff7408775
fix(pos): allow validating stock on save
2022-03-21 14:08:56 +05:30
Saqib Ansari
4afb47e869
fix(pos): specific case when serialized item not removed
2022-03-21 13:24:11 +05:30
Saqib Ansari
2f82e237ef
fix(pos): customer group filter in customer selector
2022-03-21 12:47:35 +05:30
Deepesh Garg
3a7776ea7f
fix: Contribution amount against invoices in Sales Person Dashboard
2022-03-21 12:04:18 +05:30
Saqib Ansari
d5fd8e0ba6
fix: prevent multiple save on applying coupon code
2022-03-21 11:36:30 +05:30
Deepesh Garg
1daaf6be2a
Merge pull request #30317 from deepeshgarg007/opening_gl_validation
...
fix: P&L account validation on cancellation
2022-03-21 10:45:07 +05:30
Saqib Ansari
6dc7d6b085
Merge pull request #30287 from nextchamp-saqib/fix-cash-flow-query
...
fix: custom cash flow mapper doesn't show any data
2022-03-21 10:32:42 +05:30
Deepesh Garg
28001ddf42
Merge pull request #30304 from deepeshgarg007/enable_ksa_vat_docs
...
fix: Add permission for KSA VAT documents
2022-03-21 10:18:40 +05:30
Deepesh Garg
2ff6790283
fix: P&L account validation on cancellation
2022-03-21 09:43:31 +05:30
Raffael Meyer
0a015b7f70
refactor: remove redundant if-statement ( #30311 )
2022-03-20 19:29:41 +05:30
Ankush Menat
c2aad115c1
fix: disable deferred naming on SLE/GLE if hash method is used. ( #30286 )
...
* fix: dont rename GLE/SLE that dont have naming series
* test: tests for deferred naming of ledgers
2022-03-20 19:26:34 +05:30
HENRY Florian
ca8d757691
fix: clear "Retain Sample" and "Max Sample Quantity" in Item card if Has Batch No is uncheck ( #30307 )
2022-03-20 15:27:00 +05:30
barredterra
36df21067c
refactor: sales analytics
2022-03-20 03:58:24 +01:00
Ankush Menat
4859574233
perf: Single query to delete bins instead of N
2022-03-19 20:55:27 +05:30
Ankush Menat
684d9d66d1
test: warehouse conversion and treeview test
2022-03-19 20:55:27 +05:30
Ankush Menat
953afda01b
refactor(warehouse): raw query to ORM
2022-03-19 20:55:27 +05:30
Ankush Menat
4b695915f4
refactor: Use QB for serial fetching query
2022-03-19 20:55:27 +05:30
Ankush Menat
a585dff6fd
refactor: batch no filter handling
2022-03-19 20:55:27 +05:30
Ankush Menat
b9eec331e3
test: auto serial fetching
2022-03-19 20:55:27 +05:30
Ankush Menat
4f8bb91eae
fix: sort serial nos before sending
2022-03-19 20:55:27 +05:30
Ankush Menat
0a533d6ccc
fix: skip already selected serials in sr selector
2022-03-19 20:55:27 +05:30
Ankush Menat
5ec27c9055
fix: filter serial nos by selected batch number
2022-03-19 20:55:27 +05:30
Ankush Menat
f4c213379e
fix: set current qty as default qty for stock entry
2022-03-19 20:55:27 +05:30
mergify[bot]
c2cbd407c1
fix: Allow on Submit for Material Request Item Required Date ( #30174 ) ( #30308 )
...
* fix: Allow on Submit for Material Request Item Required Date
* chore: whitespace
(cherry picked from commit cca9668309 )
Co-authored-by: Devarsh Bhatt <58166671+bhattdevarsh@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2022-03-19 20:31:06 +05:30
Deepesh Garg
01638a01cb
Merge pull request #30292 from frappe/mergify/bp/develop/pr-30284
...
fix: Cleanup and fixes in Dimension-wise Accounts Balance Report (backport #30284 )
2022-03-18 17:36:59 +05:30
Deepesh Garg
972d06555a
fix: Add permission for KSA Vat documents
2022-03-18 17:32:46 +05:30
Ankush Menat
5a9bf9ffd6
fix: respect db multi_tenancy while fetching precision ( #30301 )
...
[skip ci]
2022-03-18 17:29:09 +05:30
Saqib Ansari
00bfee97c7
refactor: convert raw sql to frappe.qb
2022-03-18 14:31:30 +05:30
Deepesh Garg
8819ba07a9
Merge pull request #30266 from deepeshgarg007/expense_income_account_validation
...
fix: Validate income/expense account in sales and purchase invoice
2022-03-17 18:32:34 +05:30
Deepesh Garg
5390d5e65a
Merge branch 'develop' into mergify/bp/develop/pr-30284
2022-03-17 18:02:57 +05:30
Deepesh Garg
4237e5d928
fix: Test case
2022-03-17 18:00:39 +05:30
marination
f3715ab382
fix: Test, Sider and Added button to access log from Tool
2022-03-17 17:43:12 +05:30
Deepesh Garg
a651a0ffc8
Merge pull request #30261 from deepeshgarg007/bank_reco_error
...
fix: Error in bank reconciliation statement
2022-03-17 17:29:15 +05:30
Deepesh Garg
5f89cb2cca
fix: Remove comments
...
(cherry picked from commit cab69fe1f2 )
2022-03-17 11:57:50 +00:00
Deepesh Garg
2dd0e20003
fix: Clean and fixes in Dimension-wise Accounts Balance Report
...
(cherry picked from commit 08a06ce5c6 )
2022-03-17 11:57:50 +00:00
rohitwaghchaure
da16ee159a
Merge pull request #30238 from KrithiRamani/bulk_create_PL_and_DN
...
feat: Create single PL/DN from several SO.
2022-03-17 15:39:45 +05:30
Rucha Mahabal
f090e63e54
test: fix holiday list creation causing flaky tests ( #30260 )
2022-03-17 15:21:56 +05:30
marination
3e3af95712
fix: Sider and Linter
2022-03-17 15:03:20 +05:30
Saqib Ansari
119273e633
fix: custom cash flow mapper doesn't show any data
2022-03-17 14:47:50 +05:30
Sagar Vora
ceccacac1f
fix: restore inadvertently deleted patches
2022-03-17 13:43:13 +05:30
marination
8aff75f8e8
feat: List View indicators for Log and Error Log link in log
2022-03-17 12:58:09 +05:30
marination
cff91558d4
chore: Polish error handling and code sepration
...
- Added Typing
- Moved all job business logic to bom update log
- Added `run_bom_job` that handles errors and runs either of two methods
- UX: Replace button disabled until both inputs are filled
- Show log creation message on UI for correctness
- APIs return log document as result
- Converted raw sql to QB
2022-03-17 12:32:37 +05:30
Ankush Menat
76187d175f
refactor: call repost directly during tests ( #30277 )
...
enqueue(now=frappe.flags.in_test) is always true in test, this change avoids
confusion.
2022-03-16 19:50:56 +05:30
marination
4283a13e5a
feat: BOM Update Log
...
- Created BOM Update Log that will handle queued job status and failures
- Moved validation and BG job to thus new doctype
- BOM Update Tool only works as an endpoint
2022-03-16 19:47:25 +05:30
Noah Jacob
2a0ca7c91a
refactor: removed unrequired code and test for standalone delivery note serial return ( #30276 )
2022-03-16 19:27:47 +05:30
Ankush Menat
b93ce78df1
chore: dont supress errors server side
...
not required after https://github.com/frappe/frappe/pull/16284
2022-03-16 17:50:34 +05:30
Krithi Ramani
a12895ec03
corrected spacing
2022-03-16 13:56:54 +05:30
Ankush Menat
b46d6e3c05
test: packed item return scenarios
2022-03-16 13:36:53 +05:30
Ankush Menat
b781e8b7d1
revert: "fix: updated packed_items getting fetched on Sales Return / Credit Note ( #28607 )"
...
This reverts commit 20216fa9f1 .
2022-03-16 13:36:53 +05:30
Deepesh Garg
2958f60b46
Merge pull request #30269 from deepeshgarg007/implicit_pricing_rule_enable_v2
...
fix: Do not update ignore pricing rule check implicitly
2022-03-16 12:32:25 +05:30
Krithi Ramani
0211f27e83
as per review comments - changed for loop
2022-03-16 12:28:30 +05:30
Deepesh Garg
1f79b47a17
fix: Do not update ignore prcing rule check implicitly
2022-03-16 11:55:43 +05:30
Saqib Ansari
e9e2679dff
Merge pull request #29984 from dj12djdjs/fix-rename-tool-msg
...
fix: rename tool show fail message
2022-03-16 10:57:17 +05:30
Saqib Ansari
e1edf50756
Merge pull request #30265 from scdanieli/patch-1
...
feat: add German translations
2022-03-16 10:54:24 +05:30
Saqib Ansari
597bb2c7e8
feat: safely parse exception
2022-03-16 10:53:39 +05:30
Deepesh Garg
06936cf1c0
fix: Validate income/expense account in sales and purchase invoice
2022-03-16 09:02:04 +05:30
Krithi Ramani
e970616b51
removed semicolon for break statement
2022-03-15 21:52:34 +05:30
Krithi Ramani
9f7fee7a4f
Added new field in SO - % Picked
2022-03-15 21:40:51 +05:30
Samuel Danieli
bbe5739547
feat: add German translations
2022-03-15 17:03:30 +01:00
Krithi Ramani
a68213d82e
added new field - Picked Qty, in Sales Order Item
2022-03-15 20:18:23 +05:30
Saqib Ansari
1797b6013e
Merge pull request #30244 from nextchamp-saqib/fix-gl-representation
...
fix: incorrect debit credit amount in presentation currency
2022-03-15 18:39:37 +05:30
Deepesh Garg
fbcb413d96
fix: Error in bank reco statement
2022-03-15 18:20:11 +05:30
Saqib Ansari
12d99ed69a
test: foreign_account_balance_after_exchange_rate_revaluation
2022-03-15 17:56:42 +05:30
Marica
b73948660a
Merge pull request #30258 from marination/sub-category-routing
...
fix: Sub-Category Routing in Item Group Page Listing pills
2022-03-15 17:29:39 +05:30
marination
8264d6b0bc
fix: Sub-Categpry Routing in Item Group Page Listing pills
...
- Use absolute route even 3-4 sub-category levels down
- Remove scroll from category pills due to accessibility issues
- Arrange sub-category pills alphabetically
2022-03-15 16:53:46 +05:30
Saqib Ansari
7b0a97d679
fix(pos): loyalty points in case of returned pos invoice ( #30242 )
2022-03-15 15:54:37 +05:30
mergify[bot]
e8310c6dec
fix: Job Card sub operations status and list view (backport #30243 ) ( #30256 )
...
* fix: show status in job card list view in Draft mode
(cherry picked from commit fa32fc3c83 )
* fix: job card - sub operations table status misbehaviour on pause / resume Job Card
(cherry picked from commit 7b8723445e )
Co-authored-by: Anoop Kurungadam <anoop@earthianslive.com >
2022-03-15 15:48:15 +05:30
Krithi Ramani
f33a725a9e
fixed spacings
2022-03-15 15:35:51 +05:30
Rucha Mahabal
3218ccbb96
fix: Leave Policy Assignment creation patch ( #30215 )
2022-03-15 11:43:27 +05:30
Rucha Mahabal
b03b9ac99f
fix: salary slip amount rounding errors ( #30248 )
2022-03-15 11:39:15 +05:30
Deepesh Garg
8add8eb058
Merge pull request #30230 from deepeshgarg007/vat_amount_in_ksa
...
fix: KSA E-Invoice QR Code showing wrong VAT amount
2022-03-14 21:47:22 +05:30
Deepesh Garg
07715118cf
Merge pull request #30206 from deepeshgarg007/implicit_pricing_rule_enable
...
fix: Do not update ignore prcing rule check implicitly
2022-03-14 21:46:24 +05:30
Saqib Ansari
83a5fae591
fix: incorrect debit credit amount in presentation currency
2022-03-14 20:14:46 +05:30
Deepesh Garg
e33d4713cd
Update erpnext/regional/saudi_arabia/utils.py
...
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com >
2022-03-14 18:35:49 +05:30
Ankush Menat
8e559f01c8
test: refactor BOM quality template test
2022-03-14 18:28:08 +05:30
Ankush Menat
dc257665f1
ci: allow stable branch merge for release
...
[skip ci]
2022-03-14 18:25:13 +05:30
Florian HENRY
9415229e8d
fix: BOM - clear Quality Inspection Template according to Inspection Quality Required
...
Squashed commit of the following:
commit b73fa210b234d2c8067db2c32f94f362b89afe5a
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Mon Mar 14 08:30:24 2022 +0100
add json tes
commit 984d015a7d9aceb6ea64be7ed9f1cc0caa356714
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Mon Mar 14 08:30:06 2022 +0100
better test
commit 42061146658598da02eda7cb781bd2cf44c8ca34
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Fri Mar 11 16:12:57 2022 +0100
update test
commit 6259c0957566600b044fcd4a5e14e69cdff71020
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Fri Mar 11 13:59:13 2022 +0100
update test
commit cbc4ad9566f6f7f01dd622651458fea309d80954
Merge: faa44b3fdd 94d0f8d4e7
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Fri Mar 11 12:46:48 2022 +0100
Merge branch 'develop' of https://github.com/frappe/erpnext into dev_fix_30190
commit faa44b3fdd983adfc04bbf04a7ebfef114501bb3
Author: Florian HENRY <florian.henry@open-concept.pro >
Date: Fri Mar 11 12:03:35 2022 +0100
fix: clear Quality Inspection Template according to Inspection Quality Required
2022-03-14 18:25:00 +05:30
Ankush Menat
f1a7e3b9ad
ci: skip tests on CSV
...
[skip ci]
2022-03-14 18:22:07 +05:30
Wolfram Schmidt
7537dac2a4
fix: translation for accounting
...
"Aufwand" rather than "Auslage". This is commonly used in accounting.
2022-03-14 18:22:07 +05:30
Deepesh Garg
1faca0eb5a
Merge branch 'develop' into vat_amount_in_ksa
2022-03-14 17:36:16 +05:30
Krithi Ramani
466df6bdb7
to enable selection of SO irrespective of customer,removed validation for customer
2022-03-14 17:29:02 +05:30
Ankush Menat
07712af357
Merge pull request #30233 from frappe/mergify/copy/develop/pr-30216
...
fix: max_qty validation condition in WO (copy #30216 )
2022-03-14 17:22:30 +05:30
Krithi Ramani
61eb9b6c68
feat: Create single PL/DN from several SO. New PR from latest develop to avoid rebase
2022-03-14 17:20:49 +05:30
Deepesh Garg
25a128220a
Merge pull request #30207 from deepeshgarg007/trail_balance_for_party
...
fix: Do not consider cancelled entries
2022-03-14 17:19:34 +05:30
Deepesh Garg
be56efad26
fix: Itemised tax rate updation
2022-03-14 17:17:01 +05:30
Ankush Menat
02d64a32c2
fix(ux): negative stock warning
2022-03-14 17:16:39 +05:30
Sagar Sharma
884cd814bc
test: add test for planned_qty
...
(cherry picked from commit b22bdc5ff7 )
2022-03-14 11:31:52 +00:00
Sagar Sharma
3b86d6c73c
fix: max_qty validation condition
...
(cherry picked from commit d198c488a4 )
2022-03-14 11:31:52 +00:00
Marica
fda60da07b
Merge pull request #30229 from marination/sq-currency
...
fix: Add missing currency option in Supplier Quotation's `rounded_total` field
2022-03-14 17:00:31 +05:30
Deepesh Garg
3cc2e53b08
fix: Linting Issue
2022-03-14 16:27:04 +05:30
marination
a579a211fd
chore: Re-arrange fields for consistency with base currency LHS
2022-03-14 16:15:12 +05:30
Deepesh Garg
b37559c535
fix: KSA E-Invoice QR Code showing wrong VAT amount
2022-03-14 16:13:35 +05:30
marination
dcd88ddc87
fix: Add missing currency option in Supplier Quotation's rounded_total field
2022-03-14 15:57:24 +05:30
Deepesh Garg
2b6e7963f6
Merge branch 'develop' into implicit_pricing_rule_enable
2022-03-14 15:49:21 +05:30
Noah Jacob
60c4593f7b
chore: removed unrequired batch_no parameter while fetching stock_balance
2022-03-14 15:36:56 +05:30
Noah Jacob
00797fa02d
test: checking balance serial nos in stock ledger report
2022-03-14 15:36:56 +05:30
Noah Jacob
e8ba1f4e74
fix: incorrect balance serial no in stock ledger report
2022-03-14 15:36:56 +05:30
Ankush Menat
6ee904d641
test: dont resubmit work order
2022-03-14 15:13:37 +05:30
mergify[bot]
12696ffeb4
fix: Search query of payroll entry reference in Journal Entry ( #30225 ) ( #30226 )
...
(cherry picked from commit 98a67967a3 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2022-03-14 14:44:02 +05:30
Ankush Menat
d3e90ed8c8
fix(patch): remove dead links to ProdPlan Item
2022-03-14 14:15:43 +05:30
Ankush Menat
1af13ca4bf
fix(ux): remove get item buttons from submitted production plan
2022-03-14 14:15:43 +05:30
Saqib Ansari
c1740ced97
fix: cannot create multicurrency sales order with product bundles ( #30166 )
2022-03-14 13:43:55 +05:30
Saqib Ansari
f5f6650779
Merge pull request #30217 from nextchamp-saqib/fix-so-to-po
...
fix: cannot create purchase order from sales order
2022-03-14 12:35:32 +05:30
Saqib Ansari
935218598a
Merge pull request #30198 from nextchamp-saqib/pos-fixes-#12
...
fix(pos): do not reset mode of payments in case of consolidation
2022-03-14 12:34:40 +05:30
Saqib Ansari
58804b8436
fix: cannot create purchase order from sales order
2022-03-14 12:31:13 +05:30
Saqib Ansari
2e265d9bf6
test: mode of payments in case of consolidation
2022-03-14 11:02:33 +05:30
Ankush Menat
941ea1ec74
fix(ux): skip items without batch series
2022-03-14 10:25:18 +05:30
Ankush Menat
91fd9d917a
test: negative fifo test
2022-03-14 10:25:18 +05:30
Rucha Mahabal
87d9863a71
Merge pull request #29439 from ruchamahabal/leave-opening-balance
2022-03-13 20:55:50 +05:30
Rucha Mahabal
211916bfce
Merge branch 'develop' into leave-opening-balance
2022-03-13 20:30:36 +05:30
Rucha Mahabal
d61c437588
fix: flaky tests
2022-03-13 20:30:18 +05:30
Deepesh Garg
835c029e53
Merge pull request #29979 from deepeshgarg007/bank_reco_multicurrency_fix
...
fix: Multi-currency bank reconciliation fixes
2022-03-13 20:27:04 +05:30
Rucha Mahabal
558650bc3a
fix: add more type hints
2022-03-13 20:02:51 +05:30
Deepesh Garg
5ae610bd32
Merge pull request #30039 from deepeshgarg007/gstr_3b_nil_exempt_fixed
...
fix: Nil and Exempted values in GSTR-3B Report
2022-03-13 20:00:48 +05:30
Ankush Menat
1a256c62c4
fix: attach sr no si standalone credit note
2022-03-13 19:00:34 +05:30
Ankush Menat
1c37d2711a
test: standalone SI creates and attaches serial nos
2022-03-13 19:00:34 +05:30
Deepesh Garg
6308e1be91
fix: Do not consider cancelled entries
2022-03-13 18:13:12 +05:30
Deepesh Garg
96b5cedcf8
fix: Do not update ignore prcing rule check implicitly
2022-03-13 17:48:37 +05:30
Deepesh Garg
22dfd5a4b1
Merge pull request #30152 from deepeshgarg007/sales_purchase_retrun_optimization
...
fix: Sales and Purchase return optimization
2022-03-13 17:13:53 +05:30
Deepesh Garg
7b0d1a6d12
Merge pull request #30155 from deepeshgarg007/loan_cost_center
...
fix: Add cost center in loan document
2022-03-13 17:13:04 +05:30
Deepesh Garg
60ba0ba219
Merge branch 'develop' into loan_cost_center
2022-03-13 12:50:27 +05:30
Deepesh Garg
e4e38ad60b
Merge branch 'develop' into sales_purchase_retrun_optimization
2022-03-13 12:45:10 +05:30
Saqib Ansari
e8a7a54d5a
fix(pos): do not reset mode of payments in case of consolidation
2022-03-12 19:20:48 +05:30
mergify[bot]
b085e96a12
revert: "Merge pull request #29290 from s-aga-r/fix/delivery-note/billed-amount" ( #29782 ) ( #29807 )
...
* Revert "Merge pull request #29290 from s-aga-r/fix/delivery-note/billed-amount"
This reverts commit 038f949550 , reversing
changes made to c7b4918434 .
* fix: linter
(cherry picked from commit 7fa46f77e0 )
# Conflicts:
# erpnext/patches.txt
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-03-11 18:28:50 +05:30
Ankush Menat
94d0f8d4e7
test: actual bom naming test
2022-03-11 17:11:22 +05:30
Rohan Bansal
67d8a7ba86
fix: cancelled document check
2022-03-11 17:11:22 +05:30
Ankush Menat
6b58d53403
refactor: split versioning code for testability
2022-03-11 17:11:22 +05:30
Rohan Bansal
7f2670941c
fix: improve bom autoname logic
2022-03-11 17:11:22 +05:30
Ankush Menat
e2c99e02a9
test: bom for item_code that is >VARCHAR_LEN
2022-03-11 17:11:22 +05:30
Rohan Bansal
d9c91748f4
fix: if an item code is too long, truncate before setting BOM name
2022-03-11 17:11:22 +05:30
Abhinav Raut
8c76a76154
fix: incorrect payable amount for loan closure
2022-03-11 16:46:30 +05:30
Abhinav Raut
4e92926a52
fix: incorrect payable amount for loan closure
...
- Add penalty amount to payable amount for loan closure
2022-03-11 16:44:21 +05:30
Rucha Mahabal
8173e6a8ea
fix: simplify insufficient leave balance message
2022-03-11 15:30:01 +05:30
Deepesh Garg
13dce71c21
Merge pull request #30181 from deepeshgarg007/shipping_rule_application
...
fix: Shipping rule application fixes
2022-03-11 12:04:12 +05:30
Deepesh Garg
d596e0e4df
fix: Shipping rule application fixes
2022-03-10 20:56:36 +05:30
Ankush Menat
472fe8e319
test: submit PR directly
2022-03-10 18:08:29 +05:30
Ankush Menat
6c54be0dcd
test: flaky MR report test
...
all test records are on same day so sorting was random in report rows.
2022-03-10 18:08:29 +05:30
Ankush Menat
7dd10367f4
fix: only update valuation rate if not None
2022-03-10 18:08:29 +05:30
Ankush Menat
362102e802
fix: dont hardcode hour rate precision
2022-03-10 17:23:50 +05:30
Ankush Menat
18e2a33a9b
fix: fetch new fields in bom from routing
2022-03-10 17:23:50 +05:30
Ankush Menat
73901aad6f
fix: handle duplicate bins during item merge renames
2022-03-10 17:01:22 +05:30
Ankush Menat
b4d4ae6aa3
test: refactor item merge test and disable commits
2022-03-10 17:01:22 +05:30
Ankush Menat
4126455975
fix: dont reset UOM in MR on every get_item_detail call ( #30164 )
2022-03-10 15:43:09 +05:30
Rucha Mahabal
b2c549a464
fix: conflicts
2022-03-10 15:41:14 +05:30
Raffael Meyer
6794148c04
fix(lead): reload contact before updating links ( #29966 )
...
* fix(lead): reload contact before updading links
Contact might have changed since it was created.
* refactor: reload contact after insert
2022-03-10 14:47:29 +05:30
Rucha Mahabal
79b0354efc
Merge branch 'develop' into leave-opening-balance
2022-03-10 14:45:46 +05:30
Marica
93e9fe8327
Merge pull request #30160 from marination/cart-without-checkout
...
fix: 'save_quotations_as_draft' checkbox not honoured
2022-03-10 14:37:58 +05:30
Saqib Ansari
390feeaa73
Merge pull request #30103 from ChillarAnand/party
...
fix: Ignore missing customer group while fetching price list
2022-03-10 14:36:19 +05:30
Rucha Mahabal
9fae89ff61
fix: flaky tests ( #30154 )
2022-03-10 14:22:12 +05:30
Deepesh Garg
a5befb6bf8
fix: Update modified timestamp
2022-03-10 14:18:54 +05:30
Marica
8486f5f321
Merge branch 'develop' into bom-update-tool
2022-03-10 13:56:38 +05:30
Saqib Ansari
e5fb871ef4
fix: Ignore missing customer group while fetching price list
2022-03-10 13:54:43 +05:30
marination
a13e06156b
fix: 'save_quotations_as_draft' checkbox not honoured
...
- Make sure `request_for_quotation` considers `save_quotations_as_draft`
- Added test for checkout disabled quote
2022-03-10 13:54:00 +05:30
Saqib Ansari
9dc9758522
Merge branch 'develop' of https://github.com/frappe/erpnext into party
2022-03-10 13:51:36 +05:30
Himanshu
5193a63781
fix: do not reset asset_category ( #29696 )
2022-03-10 13:43:35 +05:30
Saqib Ansari
2bcddab553
Merge pull request #30153 from nextchamp-saqib/fix-psoa-template
...
fix(psoa): no such element: dict object['account']
2022-03-10 13:12:23 +05:30
Deepesh Garg
e9d458b822
fix: Update party type
2022-03-10 12:29:17 +05:30
Deepesh Garg
5d66cc4c4a
fix: Add cost center in loan document
2022-03-10 12:22:37 +05:30
Saqib Ansari
8021572432
Merge branch 'develop' into fix-psoa-template
2022-03-10 12:17:11 +05:30
Ankush Menat
84568ac341
chore: imports
2022-03-10 11:20:23 +05:30
Saqib Ansari
5d5ae16fe5
fix(psoa): no such element: dict object['account']
2022-03-10 11:12:33 +05:30
Saqib Ansari
45c1d83ea1
Merge pull request #30145 from nextchamp-saqib/add-filter-to-psoa
...
fix(psoa): add company filter to account
2022-03-10 10:53:52 +05:30
Deepesh Garg
395b15058c
fix: Sales and Purchase retrun optimization
2022-03-10 10:50:03 +05:30
Rucha Mahabal
f066427913
fix: program enrollment button labels ( #30148 )
2022-03-10 10:06:07 +05:30
marination
f57725f8fa
refactor: Add exception handling in background job within BOM Update Tool
2022-03-09 19:03:07 +05:30
Saqib Ansari
fc42041f8f
fix(psoa): add company filter to account
2022-03-09 18:04:35 +05:30
Chillar Anand
fe4b6771b5
refactor: Remove dead code ( #30140 )
2022-03-09 17:16:05 +05:30
Chillar Anand
b1c8a4543d
test: Added test for monthly attendance report ( #29989 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-03-09 17:05:00 +05:30
Rucha Mahabal
921d6b25d7
chore: linter issue
2022-03-09 16:58:15 +05:30
Deepesh Garg
45eed7167c
Merge pull request #29654 from alyf-de/revert-bu-schluessel
...
revert: BU Schlüssel (a21f76f )
2022-03-09 16:48:54 +05:30
Marica
2661cb2c14
Merge pull request #30091 from marination/item-group-filters-listing
...
feat: Include child item group products in Item Group Page & cleanup
2022-03-09 16:46:01 +05:30
Saqib Ansari
4d8798b0ea
fix: ignore non-unique swift numbers while migrating ( #30132 )
2022-03-09 16:41:54 +05:30
Saqib Ansari
17e16247b1
Merge pull request #30114 from nextchamp-saqib/fix-#23231
...
perf(asset): fetch only distinct depreciable assets
2022-03-09 16:41:08 +05:30
Rucha Mahabal
9b152e93cf
Merge branch 'develop' into leave-opening-balance
2022-03-09 16:40:26 +05:30
Rucha Mahabal
97b7b5012e
test: separate leave ledger entries for leave applications across allocations
2022-03-09 16:35:25 +05:30
Deepesh Garg
7643963ff4
Merge pull request #30136 from deepeshgarg007/remove_field
...
fix: Remove tax invoice no field
2022-03-09 16:19:59 +05:30
Rucha Mahabal
70239158b9
fix: boundary determination for separate ledger entries
2022-03-09 16:18:23 +05:30
marination
7b37a74023
fix: Linter
2022-03-09 16:04:12 +05:30
Rucha Mahabal
6755d6e6f5
test: leave application validations
2022-03-09 15:48:57 +05:30
Deepesh Garg
9b8258479c
fix: Update timestamp
2022-03-09 15:43:26 +05:30
Deepesh Garg
8a2fe7a2e3
fix: Remove tax invoice no field
2022-03-09 15:42:06 +05:30
Ankush Menat
64905188c4
fix: dont fetch entire barcode table in get_item_details ( #30131 )
2022-03-09 15:37:14 +05:30
Deepesh Garg
e192956520
Merge pull request #30096 from deepeshgarg007/debit_note_ux
...
fix(ux): Improve label for better understanding
2022-03-09 15:34:11 +05:30
Marica
7555e1548b
Merge branch 'develop' into item-group-filters-listing
2022-03-09 15:33:04 +05:30
Deepesh Garg
23ce6fb8de
Merge pull request #30000 from HarryPaulo/asset-translates
...
fix(translation) - correction for assets translation
2022-03-09 14:44:13 +05:30
Deepesh Garg
5526f852e8
Merge branch 'develop' into asset-translates
2022-03-09 14:43:57 +05:30
marination
3507cf5985
test: Test include_descendants in Item Group Product Listing
...
- Also made include_descendants field's visibility dependant on show_in_website
2022-03-09 13:50:24 +05:30
Rucha Mahabal
a504ffcc4c
fix: clearer validation/warning messages for insufficient balance in leave application
2022-03-09 13:49:07 +05:30
Saqib Ansari
a02e39e986
Merge branch 'develop' into fix-#23231
2022-03-09 12:31:23 +05:30
Mohammed Yusuf Shaikh
700e65959a
fix: default log date needed to query records ( #29951 )
2022-03-09 11:42:50 +05:30
Saqib Ansari
8a52f59199
Merge branch 'develop' into fix-#23231
2022-03-09 11:42:46 +05:30
Saqib Ansari
baee5d109e
Merge pull request #30110 from nextchamp-saqib/fix-customer-credit-limit-update
...
fix: customer credit limit validation on update
2022-03-09 11:42:14 +05:30
mergify[bot]
aadca02018
fix: add filters in default_discount_account ( #30095 ) ( #30125 )
...
(cherry picked from commit 3d8eaa5392 )
Co-authored-by: Mohamed-D-Ouf <65343412+Mohamed-D-Ouf@users.noreply.github.com >
2022-03-09 11:27:15 +05:30
Saqib Ansari
e6666609e3
Merge branch 'develop' into fix-#23231
2022-03-09 11:08:45 +05:30
Rucha Mahabal
c0f1e269e4
feat: split ledger entries for applications created across allocations
...
- fix: ledger entry for expiring cf leaves not considering holidays
2022-03-09 10:25:49 +05:30
Deepesh Garg
9be3bc1dbf
Merge pull request #30080 from deepeshgarg007/item_wise_sales_history
...
fix: Item-wise sales history report
2022-03-09 10:18:14 +05:30
Deepesh Garg
e829f65fde
Merge pull request #30102 from deepeshgarg007/pick_list_query
...
fix: Ambigous column in picklist query
2022-03-09 10:17:26 +05:30
Rucha Mahabal
096092f173
fix: leave allocation records query ( #30118 )
2022-03-08 23:16:40 +05:30
Chillar Anand
ce27cdb121
test: Fix flaky tests ( #30107 )
2022-03-08 23:07:23 +05:30
Deepesh Garg
edf043261e
Merge pull request #29954 from frappe/mergify/bp/develop/pr-29714
...
fix: Fetch valuation rate for stock items consumed during asset repair (backport #29714 )
2022-03-08 23:02:15 +05:30
Deepesh Garg
816e12dafc
Merge branch 'develop' into mergify/bp/develop/pr-29714
2022-03-08 21:40:00 +05:30
Saqib Ansari
0840acc653
Merge branch 'develop' into fix-#23231
2022-03-08 17:29:26 +05:30
Saqib Ansari
1061256358
Merge branch 'develop' into fix-customer-credit-limit-update
2022-03-08 16:01:17 +05:30
Saqib Ansari
66f20209f6
perf(asset): fetch only distinct depreciable assets
2022-03-08 15:57:54 +05:30
Saqib Ansari
a0dc79332d
fix: customer credit limit validation on update
2022-03-08 15:21:27 +05:30
Rucha Mahabal
430bf00458
fix: add type hints for employee leave balance report
2022-03-08 13:36:08 +05:30
Saqib Ansari
56eb485eec
Merge pull request #30097 from nextchamp-saqib/fix-pos-round-off
...
fix(pos): multiple pos round off cases
2022-03-08 11:24:47 +05:30
mergify[bot]
7a3d30161f
fix: translate error message titles ( #30105 )
...
(cherry picked from commit 456ebc32f0 )
Co-authored-by: Türker Tunalı <turker.tunali@gmail.com >
2022-03-08 10:42:30 +05:30
Chillar Anand
282e9f83b9
Merge branch 'develop' into party
2022-03-08 09:53:03 +05:30
Deepesh Garg
83dd3bd7fc
Merge pull request #29940 from deepeshgarg007/item_discounts_quotation
...
fix: Item discounts for quotation and other docs
2022-03-08 09:08:51 +05:30
ChillarAnand
9ace7d606c
fix: Ignore missing customer group while fetching price list
2022-03-08 08:44:48 +05:30
Deepesh Garg
d9d4c2ce79
fix: Remove unintentional changes
2022-03-08 07:56:44 +05:30
Deepesh Garg
517fbf1d1f
fix: Ambigous column in picklist query
2022-03-07 22:31:42 +05:30
Saqib Ansari
72fab9ba1e
Merge branch 'develop' into fix-pos-round-off
2022-03-07 20:22:20 +05:30
Dany Robert
748d5c4873
fix: wrong payment days in salary slip for employees joining/leaving during mid payroll dates ( #29082 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-03-07 19:57:57 +05:30
Saqib Ansari
a13624d78b
Merge branch 'develop' into fix-pos-round-off
2022-03-07 18:24:13 +05:30
Saqib Ansari
17445c7e04
fix(pos): multiple pos round off cases
2022-03-07 18:01:07 +05:30
Deepesh Garg
f3a95d3c27
fix(ux): Improve label for better understanding
2022-03-07 16:10:26 +05:30
Marica
ee43f83ff8
Merge branch 'develop' into item-group-filters-listing
2022-03-07 13:18:38 +05:30
marination
b2755f6fdd
feat: Include child item group products in Item Group Page & cleanup
...
- Added 'Include descendants' checkbox, which will pull child item group products too
- Build item group filters in query engine file
- Include logic in filter engine
- Clean up Website section of Item Group page (UX)
- Add util to fetch child item groups including self
2022-03-07 13:02:08 +05:30
Saqib Ansari
385830bb51
Merge pull request #30084 from nextchamp-saqib/remove-einv-batch
...
fix(e-invoicing): remove batch no from e-invoices
2022-03-07 11:53:09 +05:30
Saqib Ansari
031a0dd703
fix(e-invoicing): remove batch no from e-invoices
2022-03-07 11:40:01 +05:30
Marica
7579981fb5
Merge pull request #29987 from marination/mr-to-order-and-receive-report
...
fix: Get MRs that are yet to be received but fully ordered in Report `Requested Items to Order and Receive`
2022-03-07 10:18:28 +05:30
Deepesh Garg
e2c144e9e3
fix: Item-wise sales history report
2022-03-06 19:05:02 +05:30
Deepesh Garg
c6c51d7312
Merge branch 'develop' into gstr_3b_nil_exempt_fixed
2022-03-06 18:09:38 +05:30
Deepesh Garg
629a296fb6
Merge branch 'develop' into bank_reco_multicurrency_fix
2022-03-06 18:09:30 +05:30
Deepesh Garg
428415ed55
Merge pull request #30040 from frappe/mergify/bp/develop/pr-30025
...
fix: Exchange rate not getting set in payment entry (backport #30025 )
2022-03-06 18:07:35 +05:30
Sagar Vora
3d45f3a6a8
Merge remote-tracking branch 'upstream/develop' into remove-india
2022-03-03 10:20:50 +05:30
Ankush Menat
9ef35ef773
fix: dont hardcode precision in routing
...
Co-Authored-By: Suraj Shetty <surajshetty3416@gmail.com >
2022-03-02 18:27:22 +05:30
Ankush Menat
f8ac4c082a
fix: remove dead dashboard links
2022-03-02 18:27:22 +05:30
Saqib Ansari
cd2513ceec
Merge pull request #29939 from nextchamp-saqib/ordered-qty-for-packed-items
...
feat: update ordered qty for packed items
2022-03-02 17:10:20 +05:30
Ankush Menat
55a966ec41
chore: get stock reco qty from SR instead of SLE ( #30059 )
...
[skip ci]
2022-03-02 14:49:45 +05:30
Rucha Mahabal
b988046082
fix(Timesheet): fetch exchange rate only if currency is set ( #30057 )
2022-03-02 14:15:22 +05:30
Ankush Menat
90af40ac3c
Merge pull request #30055 from resilient-tech/fix-install-fixtures
...
fix: handle `ImportError` when installing country fixtures
2022-03-02 14:11:23 +05:30
Ankush Menat
3638fbf06b
fix: repost items with repeating item-warehouses
2022-03-02 13:11:04 +05:30
Ankush Menat
701878f60b
revert "fix: FIFO valuation in case of multi-item entries"
...
This reverts commit b8ee193d1a .
This is huge performance regression for large docs.
2022-03-02 13:11:04 +05:30
Ankush Menat
2f71c5bcca
test: repack FIFO rates
2022-03-02 13:11:04 +05:30
Ankush Menat
ccd2ce56b1
fix: FIFO valuation in case of multi-item entries
2022-03-02 13:11:04 +05:30
Ankush Menat
b3b7cdfb49
test: FIFO transfer for multi-batch transaction
2022-03-02 13:11:04 +05:30
marination
54b3676f35
fix: linter (imports alphabetical)
2022-03-02 13:09:34 +05:30
Sagar Vora
89368ece41
style: use f-string
2022-03-02 12:40:25 +05:30
Sagar Vora
98f26e9cbb
fix: handle ImportError when installing country fixtures
2022-03-02 12:39:00 +05:30
Ankush Menat
5d85b35f41
test: fix flaky bin value test
2022-03-02 12:32:54 +05:30
Ankush Menat
eb8495a401
docs: explain make_sl_entries arguments
2022-03-02 12:27:18 +05:30
Ankush Menat
efc4b943f8
fix: ignore serial no during landed cost voucher
2022-03-02 12:27:18 +05:30
Marica
e0d5c6118f
Merge branch 'develop' into mr-to-order-and-receive-report
2022-03-02 12:14:50 +05:30
Saqib Ansari
89f87cee87
Merge branch 'develop' into ordered-qty-for-packed-items
2022-03-02 12:13:56 +05:30
Deepesh Garg
d95f8934aa
fix: Test cases with discount
2022-03-01 23:09:59 +05:30
Rucha Mahabal
e874149b94
Merge pull request #29335 from ruchamahabal/emp-adv-status
2022-03-01 22:36:04 +05:30
Rucha Mahabal
9988ec697f
test: test advance filters in expense claim and cancelled status
2022-03-01 21:40:39 +05:30
Rucha Mahabal
57f92df108
fix: flake8 issues
2022-03-01 20:50:36 +05:30
Rucha Mahabal
650099ee65
Merge branch 'develop' into emp-adv-status
2022-03-01 20:30:58 +05:30
Deepesh Garg
2eb7921bff
fix: Exchange rate not getting set in payment entry
...
(cherry picked from commit 86e6bdf2c9 )
2022-03-01 12:49:09 +00:00
Ankush Menat
65bb727030
fix: dont validate empty category
2022-03-01 17:47:47 +05:30
Deepesh Garg
abe580e8b0
fix: Nil and Exempted values in GSTR-3B Report
2022-03-01 17:37:38 +05:30
marination
ac425722e2
fix: Sider and Linter
2022-03-01 17:30:37 +05:30
marination
e6952cb7f9
refactor: Convert to QB, added test file, removed white space
...
- Converted mysql raw query to qb
- Test file for Report Requested Items to Order and Receive
- Removed white space and edited copyright year
2022-03-01 17:15:04 +05:30
Marica
adeca5a25c
Merge pull request #28939 from marination/prod-plan-sub-items-aggregate
...
feat: Provision to aggregate subassembly items in production plan
2022-03-01 16:07:35 +05:30
marination
1d1d586d4d
test: Included sub assembly non-merging in test case
2022-03-01 15:42:34 +05:30
Marica
d2f1c4f307
Merge branch 'develop' into prod-plan-sub-items-aggregate
2022-03-01 15:33:02 +05:30
Saqib Ansari
056a0ec421
Merge pull request #30034 from nextchamp-saqib/fix-pos-flaky-test
...
fix(test): flaky test_point_of_sale
2022-03-01 15:32:33 +05:30
Saqib Ansari
47fe87a72f
fix(test): flaky test_point_of_sale
2022-03-01 14:56:24 +05:30
Saqib Ansari
6b494eed79
Merge pull request #30032 from nextchamp-saqib/fix-debit-credit-diff
...
fix: debit credit difference case with rounding adjustment
2022-03-01 14:12:31 +05:30
Saqib Ansari
ad2c64f3ff
fix: debit credit difference case with rounding adjustment
2022-03-01 13:32:34 +05:30
Ankush Menat
d22a1d440c
fix: track changes on warehouse
2022-03-01 13:08:25 +05:30
Marica
5a8c80b153
Merge branch 'develop' into mr-to-order-and-receive-report
2022-03-01 13:01:35 +05:30
Smit Vora
80c0d0db21
Merge branch 'remove-india' of github.com:resilient-tech/erpnext into remove-india
2022-03-01 12:59:28 +05:30
marination
ffbb2c8311
fix: Assert False for test that is anticipating an empty table and remove second arg to assertTrue
2022-03-01 12:57:09 +05:30
Deepesh Garg
0542416c47
Merge pull request #30026 from deepeshgarg007/deferred_revenue_post_accounts_freeze
...
fix: Deferred revenue booking
2022-03-01 12:41:41 +05:30
marination
25fa6344a6
test: Adjust test as per teardown
...
- make tests use multi level bom in WO, as BOM at setup is used
- earlier, an intermediate BOM made in a test would override the BOM at setup
2022-03-01 12:24:45 +05:30
Deepesh Garg
366120ffee
fix: Deferred revenue booking
2022-03-01 11:57:34 +05:30
Ankush Menat
afb69b0b7f
Merge branch 'develop' into item_discounts_quotation
2022-03-01 11:49:25 +05:30
Ankush Menat
bbc4710fa3
fix: apply margin on duplicated doc too
2022-03-01 11:48:28 +05:30
Rushabh Mehta
4e2c284be7
fix(minor): nix the ugly banner
2022-03-01 08:52:42 +05:30
Rohit Waghchaure
bda9d09125
bumped to version 14.0.0-beta.2
2022-02-28 21:57:03 +05:30
Deepesh Garg
1191232f02
Merge pull request #29977 from deepeshgarg007/payment_entry_total_taxes
...
fix: Total taxes and charges in payment entry for multi-currency payments
2022-02-28 19:09:39 +05:30
Deepesh Garg
785fcca957
Merge branch 'develop' of https://github.com/frappe/erpnext into payment_entry_total_taxes
2022-02-28 18:06:14 +05:30
Deepesh Garg
19fb7ead9f
test: Add test case for payment entry taxes
2022-02-28 18:05:58 +05:30
rohitwaghchaure
bbfff1b795
Merge pull request #30015 from rohitwaghchaure/removed-validation-for-zero-qty
...
refactor: removed validation to check zero qty
2022-02-28 17:54:26 +05:30
Marica
789e042f7d
Merge branch 'develop' into prod-plan-sub-items-aggregate
2022-02-28 17:38:29 +05:30
Marica
5fe8c48ba8
Merge branch 'develop' into prod-plan-sub-items-aggregate
2022-02-28 17:38:14 +05:30
Ankush Menat
829c453cb6
test: remove transaction commits from buying module
2022-02-28 17:36:58 +05:30
Rucha Mahabal
3f3b1766c2
test: get leave details for leave application dashboard
2022-02-28 17:30:09 +05:30
Ankush Menat
b0d1e6db54
test(refactor): use FrappeTestCase
2022-02-28 17:23:32 +05:30
marination
292fe370db
test: combine sub assembly items and make Production Plan tests atomic
2022-02-28 16:35:20 +05:30
Rucha Mahabal
a58dfecb23
test: fix test test_leave_balance_near_allocaton_expiry
2022-02-28 15:27:24 +05:30
Marica
b8593188f3
Merge branch 'develop' into prod-plan-sub-items-aggregate
2022-02-28 15:08:21 +05:30
Rohit Waghchaure
39d3f20d9b
fix: removed validation to check zero qty
2022-02-28 14:29:07 +05:30
Rucha Mahabal
aaa1ae94f2
fix: earned leave policy assignment test
2022-02-28 14:26:49 +05:30
Rucha Mahabal
942511cfff
fix: leave application dashboard
...
- total leaves allocated considering cancelled leaves
- optional plural for leave category labels
- show dashboard only once from date is set, else it fetches all allocations till date and generates incorrect balance
- change pending leaves to 'Leaves Pending Approval' for better context
- update labels in Salary Slip Leave Details table
2022-02-28 14:10:23 +05:30
Ankush Menat
1d1203d5ec
fix: dont fetch draft/cancelled BOMs
2022-02-28 13:14:16 +05:30
Ankush Menat
3cc47d5ba5
fix: correct fieldname for source warehouse
2022-02-28 13:06:56 +05:30
Ankush Menat
0bed592777
fix: open stock entry instead of submitting from item dashboard
2022-02-28 13:06:56 +05:30
Ankush Menat
88a21ca7d2
fix: only show child warehouses for transfer
2022-02-28 13:06:56 +05:30
Deepesh Garg
0624b7f1ab
Merge pull request #29978 from deepeshgarg007/grant_commission_check
...
fix: Commission not applied while making Sales Order from Quotation
2022-02-28 13:04:18 +05:30
Subin Tom
1ab5b7a811
fix: linter, sider fixes
2022-02-28 12:47:05 +05:30
Deepesh Garg
1b186682ea
Merge branch 'develop' of https://github.com/frappe/erpnext into grant_commission_check
2022-02-28 12:42:21 +05:30
Deepesh Garg
4e9a9f35a6
test: add correct test case
2022-02-28 12:41:59 +05:30
Rucha Mahabal
88141d6116
test: Employee Leave Balance Summary
2022-02-28 12:12:52 +05:30
Saqib Ansari
6ca508fd85
Merge pull request #30008 from frappe/mergify/bp/version-14-beta-pre-release/pr-29991
...
fix(pos): minor fixes (backport #29991 )
2022-02-28 12:07:12 +05:30
Deepesh Garg
83ad8f9caa
Merge pull request #29928 from deepeshgarg007/psoa_account_filter
...
fix: Account filter in PSOA
2022-02-28 11:41:50 +05:30
Saqib Ansari
d4767b541b
fix: merge conflict
2022-02-28 11:36:47 +05:30
Saqib Ansari
823979fbcc
fix(pos): coupon code is applied even if ignore pricing rule is check
...
(cherry picked from commit 81514516f3 )
# Conflicts:
# erpnext/selling/page/point_of_sale/pos_payment.js
2022-02-28 06:05:49 +00:00
Saqib Ansari
c75283265b
fix(pos): mode of payment disappears after save
...
(cherry picked from commit 69c34cd7ae )
2022-02-28 06:05:48 +00:00
Saqib Ansari
cde711151e
Merge branch 'develop' into ordered-qty-for-packed-items
2022-02-28 11:35:42 +05:30
Rucha Mahabal
85aad52378
Merge pull request #29151 from ChillarAnand/remove-nonprofit
2022-02-28 10:43:20 +05:30
Rucha Mahabal
c7d594984a
chore: remove unused imports, sort imports, fix sider
2022-02-28 10:19:16 +05:30
Rucha Mahabal
d14a5c0f64
Merge branch 'develop' into leave-opening-balance
2022-02-28 10:03:38 +05:30
Rucha Mahabal
c050ce49c2
test: employee leave balance report
...
- fix expired leaves calculation when filters span across 2 different allocation periods
2022-02-28 09:58:12 +05:30
Rucha Mahabal
a891c426b5
Merge branch 'develop' into remove-nonprofit
2022-02-28 09:50:45 +05:30
Deepesh Garg
bfa9bfd39f
Merge branch 'develop' into psoa_account_filter
2022-02-28 09:28:26 +05:30
Deepesh Garg
955d5afeff
Merge pull request #29995 from deepeshgarg007/missing_pos_invoice_json
...
fix: Regional print format addition
2022-02-28 09:28:06 +05:30
Deepesh Garg
6a4975f9f1
Merge branch 'develop' into missing_pos_invoice_json
2022-02-28 08:40:48 +05:30
mergify[bot]
96e87fe3c9
fix: validate Work Order qty against Production Plan ( #29721 ) ( #30003 )
...
* fix: validate Work Order qty against Production Plan
* chore: err msg when max_qty is 0
* test: add test for overproduction
* fix: CI
(cherry picked from commit 067ede76ea )
Co-authored-by: Sagar Sharma <sagarsharma.s312@gmail.com >
2022-02-26 12:54:13 +05:30
Rushabh Mehta
0c7037f004
Merge pull request #30004 from rmehta/student-attendance-fix
...
fix(minor): student attendance tool query fix
2022-02-26 11:34:14 +05:30
Rushabh Mehta
2dabda03af
fix(minor): student_attendance_tool.js fix fetching UX
2022-02-26 11:32:54 +05:30
Sagar Sharma
77ffcd3aed
fix(ux): make "allow zero valuation rate" readonly if "s_warehouse" is set ( #29681 )
...
* chore: make allow zero valuation rate readonly if s_warehouse is set
* fix: setting the checkbox to zero whenever the source warehouse is set
* fix: remove allow_on_submit and refresh trigger
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-02-26 11:25:02 +05:30
Rushabh Mehta
1e7df5d0c2
fix(minor): student attendance tool query fix
2022-02-26 11:07:44 +05:30
hrzzz
16de29a3cb
fix(translation) - correction for translation
2022-02-25 16:56:23 -03:00
Rucha Mahabal
71d33081aa
fix: org chart connectors not rendered when Employee Naming is set to Full Name ( #29997 )
2022-02-25 23:01:32 +05:30
Deepesh Garg
4f46394399
fix: Add parent to department
2022-02-25 21:18:22 +05:30
Deepesh Garg
3e573e9838
fix: Condition
2022-02-25 17:18:53 +05:30
Deepesh Garg
36c76c4035
fix: Failing setup wizard test
2022-02-25 17:15:57 +05:30
Subin Tom
f1f3e035a6
Merge branch 'exotel-fixes' of https://github.com/nemesis189/erpnext into exotel-fixes
2022-02-25 16:59:35 +05:30
Deepesh Garg
fe2ced7bee
fix: Regional print format addition
2022-02-25 16:57:59 +05:30
Subin Tom
5b79496f05
fix: call type doctype, fixes
2022-02-25 16:52:25 +05:30
Marica
e8e9bc4daa
Merge pull request #29733 from dj12djdjs/fix-user-unique-cart
...
fix(e-commerce): Unique Shopping Cart Per Logged In User
2022-02-25 16:35:14 +05:30
Deepesh Garg
5464ba6430
Merge branch 'develop' into psoa_account_filter
2022-02-25 15:55:06 +05:30
Deepesh Garg
25edc700bd
Merge pull request #29974 from deepeshgarg007/abbr_check
...
fix: Make abbreviation limit to 10
2022-02-25 15:52:51 +05:30
Saqib Ansari
dd566a68f1
Merge pull request #29991 from nextchamp-saqib/fix-pos-mop
...
fix(pos): minor fixes
2022-02-25 15:35:24 +05:30
Saqib Ansari
81514516f3
fix(pos): coupon code is applied even if ignore pricing rule is check
2022-02-25 15:18:06 +05:30
Saqib Ansari
69c34cd7ae
fix(pos): mode of payment disappears after save
2022-02-25 14:36:29 +05:30
Subin Tom
a91fb88929
fix: sider fixes
2022-02-25 13:45:26 +05:30
Subin Tom
00b0f10100
fix: added type of call select field, additional status for agent rejecting call
2022-02-25 13:38:57 +05:30
marination
d3b0ca30c6
fix: Get MRs that are yet to be received but fully ordered in Report
...
- Remove incorrect query clause that only check if ordered qty < 100
- MR should be visible in report until fully received (cycle complete)
2022-02-25 12:10:11 +05:30
Subin Tom
fd20713bd7
fix: added field to show called group, user_id
2022-02-25 12:01:53 +05:30
Sagar Vora
b90a134d91
fix: remove patches
2022-02-25 11:36:18 +05:30
Sagar Vora
5159e2e6c5
refactor: remove India specific code
2022-02-25 11:36:18 +05:30
Devin Slauenwhite
a1ae7fcbc8
fix: show fail message
2022-02-24 16:36:30 -05:00
Rucha Mahabal
04b9091821
fix: web form deletion
2022-02-24 18:10:29 +05:30
Rucha Mahabal
761e528ba3
fix: deprecation warning
2022-02-24 17:57:39 +05:30
Rucha Mahabal
d647de3782
Merge branch 'develop' into remove-nonprofit
2022-02-24 17:03:52 +05:30
Deepesh Garg
cbb5ffb6fe
fix: Multi-currency bank reconciliation fixes
2022-02-24 15:58:12 +05:30
marination
6d72aa377f
feat: Combine Sub-assembly items in Production Plan
...
- Combine subassembly rows if same Item, Warehouse, Inhouse/Outhouse Manu.g, BOM No.
2022-02-24 15:20:18 +05:30
Saqib Ansari
2f1709dfef
chore: remove unintentional search index
2022-02-24 15:12:35 +05:30
Saqib Ansari
1e139cf9a1
chore: remove unintentional search index
2022-02-24 15:12:12 +05:30
Deepesh Garg
0373914704
fix: Commission not applied while making Sales Order from Quotation
2022-02-24 14:42:56 +05:30
Deepesh Garg
b1a46c80d5
fix: Total taxes and charges in payment entry for multicurrency payments
2022-02-24 13:11:17 +05:30
Deepesh Garg
239733acd1
fix: Make abbreviation limit to 10
2022-02-23 20:41:49 +05:30
Subin Tom
006606c437
fix: added employee name to call log
2022-02-23 18:45:50 +05:30
Marica
4d8d4acec4
Merge pull request #29913 from marination/item-merge-bundles
...
fix: Block merging items if both have product bundles
2022-02-23 16:59:22 +05:30
marination
a33f04ea41
fix: Check if both old and new items have bundles before merging
...
- If only one has bundle against it, they can be merged
2022-02-23 16:26:20 +05:30
Ankush Menat
b44cead317
test: fix flaky stateful tests ( #29749 )
...
Co-Authored-By: Marica <maricadsouza221197@gmail.com >
2022-02-23 16:17:41 +05:30
Marica
8b1ef7bcc6
Merge pull request #29964 from marination/fox-flaky-stock-reports-test
...
chore: Rollback after each test, due to premature commit via `remove_user_permission`
2022-02-23 15:18:39 +05:30
marination
5ff3705872
test: Make Variant if absent in test_variant_work_order, keep test atomic
2022-02-23 14:54:16 +05:30
Ankush Menat
9c7df2eec5
fix: ignore duplicates explicitly
2022-02-23 14:27:45 +05:30
marination
bf8743713d
chore: Rollback after each test, due to premature commit via remove_user_permission
...
- `remove_user_permission` in `test_warehouse_user` calls delete_doc that enqueues dynamic link deletion
- Execution of background job eventually commits
- While in the test suite it runs sequentially in the same thread and commits whatever was done until then
- Which is why the rollback in `tearDownClass` is quite useless here
- This premature commit causes many illegal transactions caught by `assertRaises` to be committed in the db
- This creates faulty/dirty ledgers and breaks reports, as outiside the test suite this shouldn't/wouldn't happen
- Rollback after each test, and for `test_warehouse_user` in particular, manually cancel transaction
2022-02-23 14:03:48 +05:30
Marica
857ac8c045
Merge branch 'develop' into item-merge-bundles
2022-02-23 13:01:56 +05:30
Marica
856d3f63b5
Merge pull request #29953 from marination/heart-icon-and-shop-by-category
...
chore: Adjust heart icon to v14 icons in frappe (make consistent with v13) & misc fix
2022-02-23 13:01:30 +05:30
Subin Tom
8d3011832b
fix: call status fix
2022-02-23 12:59:38 +05:30
Deepesh Garg
1bdcb73d5d
Merge pull request #29879 from deepeshgarg007/misc_fixes
...
fix: Validate party account with company
2022-02-23 11:22:08 +05:30
Suraj Shetty
69777353bd
Merge pull request #29957 from frappe/mergify/bp/version-14-beta-pre-release/pr-29956
2022-02-23 11:01:52 +05:30
Suraj Shetty
ed16bbfb1d
fix: Email translations
...
(cherry picked from commit aaa84a21ba )
2022-02-23 05:30:55 +00:00
Suraj Shetty
b96bbeef64
Merge pull request #29956 from surajshetty3416/fix-de-translations
2022-02-23 10:59:41 +05:30
Suraj Shetty
aaa84a21ba
fix: Email translations
2022-02-23 10:54:44 +05:30
Saqib Ansari
8743e39469
fix: sider
...
(cherry picked from commit bc28755978 )
2022-02-23 03:55:49 +00:00
Saqib Ansari
3dcc3a349e
fix: cannot edit valutaion_rate in asset repair
...
(cherry picked from commit 2aba6c38b3 )
2022-02-23 03:55:49 +00:00
Saqib Ansari
414c3b8dd2
fix: remove redundant method
...
(cherry picked from commit 57d5a027fb )
2022-02-23 03:55:48 +00:00
GangaManoj
5d3b65b944
fix: Pass value instead of array
...
(cherry picked from commit e1a9b61103 )
2022-02-23 03:55:48 +00:00
GangaManoj
3d6ed4ebde
fix: Fetch valuation rate
...
(cherry picked from commit df71907be4 )
2022-02-23 03:55:48 +00:00
Marica
0fde2f522e
Merge branch 'develop' into item-merge-bundles
2022-02-23 00:28:51 +05:30
marination
714325071f
fix: Remove accidental as_dict in frappe.db.get_all
2022-02-23 00:15:39 +05:30
marination
b0a1cd6a7b
chore: Change heart icon to icon-heart and change var icon-stroke to accomodate changes in frappe icon
...
- `icon-heart` got a stroke colour that needs to be overriden via var `icon-stroke
- Use `icon-heart` instead of `icon-heart-active` as the latter has a color fill now
2022-02-23 00:13:44 +05:30
Deepesh Garg
a61790c00f
fix: Remove unintended changes
2022-02-22 20:58:10 +05:30
Deepesh Garg
bd80e04aa7
Merge pull request #29865 from deepeshgarg007/loan_bank_reco
...
feat: Bank Reconciliation for loan documents
2022-02-22 20:43:00 +05:30
Deepesh Garg
60a006fdaf
Merge pull request #29942 from nemesis189/taxjar-fixes
...
fix: Taxjar minor fixes
2022-02-22 19:37:56 +05:30
Ankush Menat
5d403449bd
test: move report tests to subttest ( #29945 )
...
Basically failfast=False but for sub-tests
2022-02-22 19:24:49 +05:30
Saqib Ansari
3ee1383802
Merge branch 'develop' into ordered-qty-for-packed-items
2022-02-22 18:45:31 +05:30
Subin Tom
1682a26fe6
fix: Taxjar minor fixes
2022-02-22 17:20:48 +05:30
Ankush Menat
745f7bc5f0
docs: add human readable specifications for stock ledger ( #29308 )
...
* docs: add human readable specifications for stock ledger
* docs: reposting technical implementation notes
2022-02-22 17:03:11 +05:30
Ankush Menat
7f55226a58
fix: remove customer field value when MR is not customer provided ( #29938 )
2022-02-22 16:55:43 +05:30
Deepesh Garg
3a547cb0d9
fix: Item discounts for quotation
2022-02-22 16:25:32 +05:30
Saqib Ansari
8e3f1e306d
test: po updates packed item's ordered_qty
2022-02-22 15:34:26 +05:30
Saqib Ansari
8005fee656
feat: update ordered qty for packed items
2022-02-22 15:06:19 +05:30
Saqib Ansari
2a69730a40
Merge pull request #29900 from nextchamp-saqib/asset-fix-#3
...
fix(asset): no. of depr booked cannot be equal to total no. of depr
2022-02-22 14:23:19 +05:30
Marica
235fc127b3
fix: Fetch conversion factor even if it already existed in row, on item change ( #29917 )
...
* fix: Fetch conversion factor even if it already existed in row, on item change
* fix: Retain manually changed conversion factor
- If item code changes, reset conversion factor on client side
- Keep API behavious consistent, if conversion factor is sent, same must come back
- API should not ideally reset values in most cases
2022-02-22 12:53:46 +05:30
Rucha Mahabal
d011a3f82c
fix(Salary Slip): TypeError while clearing any amount field in components ( #29931 )
2022-02-22 11:41:09 +05:30
Deepesh Garg
70b960e650
fix: Account filter in PSOA
2022-02-22 09:16:08 +05:30
Rucha Mahabal
4738367d64
fix: boarding task dates not set when activity begins on is set to 0 ( #29921 )
2022-02-21 22:54:46 +05:30
Rucha Mahabal
87b59fc96c
fix(LMS): program enrollment does not give any feedback ( #29922 )
2022-02-21 22:53:29 +05:30
Deepesh Garg
0d8c24f488
Merge branch 'develop' of https://github.com/frappe/erpnext into loan_bank_reco
2022-02-21 22:22:02 +05:30
Sagar Sharma
e4c4dc402e
fix: JobCard TimeLog to_date ( #29872 )
2022-02-21 19:49:19 +05:30
Deepesh Garg
0c6835eab2
Merge pull request #29740 from deepeshgarg007/gross_profit_non_stock_item
...
fix: Multiple fixes in Gross Profit report
2022-02-21 19:28:55 +05:30
Ankush Menat
9661058cc7
fix: only set batchwise valuation flag if new batch
2022-02-21 19:04:10 +05:30
Ankush Menat
af9fa049c7
fix: batchwise valuation can only be used by FIFO/LIFO
2022-02-21 18:02:40 +05:30
Ankush Menat
75fb561698
test: force correct flag in test data
2022-02-21 18:02:40 +05:30
Ankush Menat
f38690f703
fix: check if Moving average item can use batchwise valuation
2022-02-21 18:02:40 +05:30
Ankush Menat
6b0bc35063
test: mixed moving average items
2022-02-21 18:02:40 +05:30
Ankush Menat
609d2fccad
fix: reset stock value if no qty
2022-02-21 18:02:40 +05:30
Ankush Menat
35483242b3
fix: extend round_off_if_near_zero fix to other methods
2022-02-21 18:02:40 +05:30
Ankush Menat
76b395d62e
test: old/new mix batches valuation consumption
2022-02-21 18:02:40 +05:30
Ankush Menat
b1555fd477
chore: batch flag and consumption rate in invariant report
2022-02-21 18:02:40 +05:30
Ankush Menat
b534fee2c7
refactor: use queue difference instead of actual values
2022-02-21 18:02:40 +05:30
Ankush Menat
aba7a7ce4e
fix: handle negative inventory inside a batch
2022-02-21 18:02:40 +05:30
Ankush Menat
d7ca83ef0b
refactor: code duplication for fallback rates
2022-02-21 18:02:40 +05:30
Ankush Menat
c5bd34d238
test: multi-batch stock entry
2022-02-21 18:02:40 +05:30
Ankush Menat
60b8bae85f
test: batch wise valuation for transfer and intermediate
2022-02-21 18:02:40 +05:30
Ankush Menat
5718777a2b
fix: consider batch_no when getting incoming rate
2022-02-21 18:02:40 +05:30
18alantom
683ef8a603
test: more tests for batchwise valuation
...
Co-Authored-By: Ankush Menat <ankush@frappe.io >
2022-02-21 18:02:40 +05:30
Ankush Menat
312db429e4
refactor: use qb for patching flag
2022-02-21 18:02:40 +05:30
Ankush Menat
d130233ffc
test: fix expected test failures
2022-02-21 18:02:40 +05:30
Ankush Menat
102fff24c8
refactor: convert query to QB and make creation optional
2022-02-21 18:02:40 +05:30
Ankush Menat
ab926521bd
fix: correct incoming rate for batched items
2022-02-21 18:02:40 +05:30
Ankush Menat
342d09a671
feat: get_valuation_rate batch wise
...
This function is used to show valuation rate on frontend and also as
fallback in case values aren't available. Add "batch_no" param to get
batch specific valuation rates.
Co-Authored-By: Alan Tom <2.alan.tom@gmail.com >
2022-02-21 18:02:40 +05:30
Ankush Menat
ce0514c8db
feat: batch wise valuation rates
...
start with most used case: negative inventory isn't enabled
- simple addition of qty and value when new batch qty is added
- fetch outgoing rate from stock movement of specific batch
2022-02-21 18:02:40 +05:30
18alantom
f4af75f60b
feat: batchwise valuation flag
...
This is required to avoid breaking behaviour in valuation
of old batches
2022-02-21 18:02:40 +05:30
Saqib Ansari
05682af07a
Merge branch 'develop' into asset-fix-#3
2022-02-21 17:55:32 +05:30
Ankush Menat
00e8565868
fix: round off increments in numeric item variant
2022-02-21 17:42:34 +05:30
Deepesh Garg
a4c6cb9f12
fix: Remove print statements
2022-02-21 17:08:25 +05:30
Deepesh Garg
b7c388976d
Merge branch 'develop' of https://github.com/frappe/erpnext into loan_bank_reco
2022-02-21 16:58:52 +05:30
Deepesh Garg
6bf7bd6a9f
Merge branch 'develop' into gross_profit_non_stock_item
2022-02-21 16:56:49 +05:30
marination
530f9f7029
test: Item Merging with Product Bundles
2022-02-21 16:48:04 +05:30
marination
28cc2dbb72
fix: Block merging items if both have product bundles
2022-02-21 16:14:40 +05:30
Deepesh Garg
40a45a3139
Merge pull request #29907 from deepeshgarg007/tds_payable_total_amount
...
fix: Total Credit amount in TDS Payable monthly report
2022-02-21 15:33:58 +05:30
Ankush Menat
afc81351b7
test: only test erpnext doctypes
...
Co-authored-by: gavin <gavin18d@gmail.com >
2022-02-21 15:32:28 +05:30
Ankush Menat
e3ea431ef3
test: test all form loads
2022-02-21 15:32:28 +05:30
Ankush Menat
3a5dbfab50
fix: make cashflow mapping template child doctype
2022-02-21 15:32:28 +05:30
Saqib Ansari
cecaec2cc6
Merge branch 'develop' into asset-fix-#3
2022-02-21 14:54:56 +05:30
Ankush Menat
1f9ce92011
ci: moar backport labels
...
[skip ci]
2022-02-21 14:30:09 +05:30
Deepesh Garg
170a657ed8
Merge pull request #29887 from deepeshgarg007/loan_interest_principal
...
fix: Ledger entries on LIA for term loans
2022-02-21 14:24:37 +05:30
Marica
e952cce17d
chore: Show 'Produced Qty' field in Sales Order Item ( #29903 )
2022-02-21 14:22:14 +05:30
Deepesh Garg
a82cf7214e
fix: Total Credit amount in TDS Payable monthly report
2022-02-21 13:58:56 +05:30
Deepesh Garg
e24242ee33
Merge branch 'develop' into loan_interest_principal
2022-02-21 13:39:45 +05:30
Saqib Ansari
780694f6e2
test: number_of_depr_booked = total_number_of_depr
2022-02-21 12:45:52 +05:30
Saqib Ansari
c5808543c8
fix(asset): no. of depreciation booked cannot be equal to total no. of depreciations
2022-02-21 12:41:08 +05:30
Deepesh Garg
e13d774e8e
Merge branch 'develop' into gross_profit_non_stock_item
2022-02-21 12:34:14 +05:30
Saqib Ansari
1a31e9d916
Merge pull request #29896 from nextchamp-saqib/fix-pos-coupon-code-#2
...
fix(pos): removal of coupon code
2022-02-21 11:48:35 +05:30
Deepesh Garg
0b5e618e3a
fix: Update bank reconciliation statement
2022-02-21 11:46:44 +05:30
Deepesh Garg
295cbb0ff2
fix: Update queries in Bank Reconciliation Tool
2022-02-21 11:45:23 +05:30
Deepesh Garg
a0bdcbd0cd
fix: Add patch for account fields
2022-02-21 11:44:00 +05:30
Saqib Ansari
fa38c291bd
fix(pos): removal of coupon code
2022-02-21 11:38:16 +05:30
rohitwaghchaure
6956578339
Merge pull request #29771 from deepeshgarg007/consolidated_financial_statment_error
...
fix: Error in consolidated financial statements
2022-02-20 18:21:54 +05:30
Sagar Vora
3936d8b70e
refactor: remove India specific code
2022-02-20 11:48:04 +05:30
Deepesh Garg
83a60a2a17
Merge pull request #29869 from deepeshgarg007/gstr_1_gstin_filter
...
fix: GSTIN filter for GSTR-1 report
2022-02-19 19:41:49 +05:30
Deepesh Garg
d188fcc066
chore: remove console statements
2022-02-19 19:36:43 +05:30
Deepesh Garg
a28ec89507
Update gstr_1.js
2022-02-19 19:35:57 +05:30
Deepesh Garg
1aa12fb3f1
fix: Ledger entries on LIA for term loans
2022-02-19 19:19:32 +05:30
rohitwaghchaure
b9072eb9b8
Merge pull request #29773 from wojosc/patch-26
...
Translation for DocType
2022-02-19 16:37:25 +05:30
Deepesh Garg
5a2b571aa9
fix: Validate party account with company
2022-02-18 20:05:49 +05:30
Marica
18c6cc96cf
Merge pull request #29816 from marination/repack-entry-stock-ageing
...
fix: Stock Ageing Transfer Bucket logic for Repack Entry with split batch rows
2022-02-18 19:17:55 +05:30
Marica
d1a283fd79
Merge branch 'develop' into repack-entry-stock-ageing
2022-02-18 18:54:23 +05:30
marination
d5be536740
test: Negative Stock, over consumption & over production with split rows, balance precision
2022-02-18 18:53:05 +05:30
marination
ed4a6c6cc6
fix: Range Qty precision
2022-02-18 18:52:42 +05:30
Deepesh Garg
85b67039da
Merge pull request #29774 from deepeshgarg007/patch_fixes
...
fix: Patch fixes
2022-02-18 17:49:54 +05:30
marination
d3fbbcfed3
fix: Precision of available qty and negative stock in transfer bucket
...
- Maintain only positive values in transfer bucket
- Use it to neutralize/add stock to fifo queue
2022-02-18 16:33:28 +05:30
Deepesh Garg
8b3d9088df
Merge branch 'develop' into consolidated_financial_statment_error
2022-02-17 23:32:50 +05:30
Deepesh Garg
e1f8f034c2
Merge branch 'develop' of https://github.com/frappe/erpnext into patch_fixes
2022-02-17 23:20:29 +05:30
Deepesh Garg
3a966d4dbe
fix: Move patch to post sync
2022-02-17 23:18:07 +05:30
Deepesh Garg
1617e0d0e6
fix: Remove reload doc
2022-02-17 22:52:53 +05:30
Deepesh Garg
87b074ac09
fix: GSTIN filter for GSTR-1 report
2022-02-17 22:01:00 +05:30
Ankush Menat
c36bd7e1a6
fix: avoid creating bins without item-wh
...
Co-Authored-By: Shadrak Gurupnor <30501401+shadrak98@users.noreply.github.com >
Co-Authored-By: Saurabh <saurabh6790@gmail.com >
2022-02-17 19:52:01 +05:30
Deepesh Garg
555b1335f6
feat: Bank Reconciliation for loan documents
2022-02-17 19:15:30 +05:30
Rucha Mahabal
bef46e2b64
chore: remove unused code and fields related to workstation from Timesheet Detail
2022-02-17 17:48:18 +05:30
Rucha Mahabal
47ff968253
test: timesheet not overlapping with continuous timelogs
2022-02-17 17:48:18 +05:30
Rucha Mahabal
3ec9acf8f7
fix: convert overlap raw query to frappe.qb
2022-02-17 17:48:18 +05:30
Rucha Mahabal
e2e998fbd9
fix(Timesheet): convert time logs to datetime while checking for overlap
2022-02-17 17:48:18 +05:30
ChillarAnand
358734dcea
fix: Skip deletion if linked docs exists
2022-02-17 16:31:27 +05:30
Ankush Menat
229db14b7e
ci: move some tasks to background
...
- wkhtml download
- asset building
2022-02-17 16:16:53 +05:30
Saqib Ansari
9a7f9c3668
Merge pull request #29859 from nextchamp-saqib/fix-pos-coupon-code
...
fix: coupon code is applied even if ignore_pricing_rule is enabled
2022-02-17 16:11:19 +05:30
Saqib Ansari
2743999785
fix: coupon code is applied even if ignore_pricing_rule is enabled
2022-02-17 16:03:43 +05:30
ChillarAnand
b3d4465db6
Merge branch 'develop' into remove-nonprofit
2022-02-17 15:30:11 +05:30
ChillarAnand
fb59247182
fix: Delete party type records in patch
2022-02-17 15:15:44 +05:30
Ankush Menat
db93f26f20
fix: production plan status should consider qty + WO status
2022-02-17 14:48:32 +05:30
rohitwaghchaure
0da39950d8
Merge pull request #29836 from rohitwaghchaure/minor-item-name-in-excel-sheet
...
feat (minor): added item name in the excel sheet
2022-02-17 14:37:51 +05:30
Saqib Ansari
680f8c4dc2
Merge pull request #29848 from nextchamp-saqib/fix-brt-currency
...
fix: currency in bank reconciliation tool
2022-02-17 14:27:07 +05:30
Saqib Ansari
60674e52b8
fix: currency in bank reconciliation tool
2022-02-17 14:19:42 +05:30
ChillarAnand
db1957ffe6
Merge branch 'develop' into remove-nonprofit
2022-02-17 13:00:58 +05:30
ChillarAnand
b5ff9b27bd
refactor: Clean up non-profit setup
2022-02-17 12:37:25 +05:30
Ankush Menat
d9fc3f3d90
test: putaway rule re-application shouldn't do anything
2022-02-17 12:26:51 +05:30
Ankush Menat
b000e93744
fix: avoid updating items table if no change due to putaway
2022-02-17 12:26:51 +05:30
ChillarAnand
72fe559031
refactor: Remove non profit templates
2022-02-17 08:42:32 +05:30
Rohit Waghchaure
02e77029fa
fix: added item name in the excel sheet
2022-02-16 18:15:57 +05:30
Marica
ecfa6344c0
Merge pull request #29835 from marination/move-wo-patch-to-v13
...
chore: Move patch that updates SO from WO to v13
2022-02-16 18:05:46 +05:30
marination
06d36c6143
chore: Move patch that updates SO from WO to v13
2022-02-16 17:40:16 +05:30
Wolfram Schmidt
235b0715bf
fix: allow renaming and merging ( #29830 )
2022-02-16 17:20:07 +05:30
Deepesh Garg
d251bec380
Merge pull request #29137 from ruthra-kumar/payment_terms_report
...
feat: Payment Terms Status report
2022-02-16 14:15:24 +05:30
Marica
e7cdb67af0
Merge pull request #29803 from marination/so-mr-wo-back-update
...
fix: Update SO via Work Order made from MR (attached to SO)
2022-02-16 14:04:20 +05:30
Marica
c3c9a8d445
Merge branch 'develop' into so-mr-wo-back-update
2022-02-16 13:39:58 +05:30
Marica
f044b1ef27
Merge pull request #29639 from marination/item-variants-perf
...
perf: Weed out disabled variants via sql query instead of pythonic looping separately
2022-02-16 13:39:08 +05:30
Marica
201a38bfbf
Merge branch 'develop' into item-variants-perf
2022-02-16 13:03:32 +05:30
Kenneth Sequeira
a26183e205
fix: add supported currencies ( #29805 )
2022-02-16 13:02:36 +05:30
Marica
0ba72b133f
Merge branch 'develop' into repack-entry-stock-ageing
2022-02-16 12:48:51 +05:30
Marica
3fcf0ec81d
Merge branch 'develop' into so-mr-wo-back-update
2022-02-16 12:44:56 +05:30
marination
29c576e144
chore: Remove commented out code
2022-02-16 12:41:39 +05:30
Sagar Vora
08a391fa88
test: set correct DocType ( #29819 )
2022-02-16 10:56:57 +05:30
Deepesh Garg
2f5bfcc055
Merge branch 'develop' into payment_terms_report
2022-02-16 10:06:12 +05:30
marination
f6233e77c6
chore: Add transfer bucket working to .md file
2022-02-15 20:30:16 +05:30
marination
ea3b7de867
test: Stock Ageing FIFO buckets for Repack entry with same item
2022-02-15 18:41:42 +05:30
marination
799671c748
fix: Transfer Bucket logic for Repack Entry with split batch rows
2022-02-15 18:41:08 +05:30
Marica
e6fa33012f
Merge branch 'develop' into so-mr-wo-back-update
2022-02-15 17:51:54 +05:30
ruthra kumar
48f37c7659
test: added test for alternate currency
...
- Sales Order and Invoice will be submitted in USD with exchange rate
of 70 with the default company currency
- Report will display in defauly company currency
2022-02-15 17:21:08 +05:30
ruthra kumar
49fdc6c52e
test: refactor and fix failing test case
2022-02-15 17:20:29 +05:30
Ankush Menat
f89a64db48
fix: dont attempt to set batch number if item doesn't have batch no ( #29812 )
...
This causes other triggers and unnecessary changes (e.g. price list)
2022-02-15 16:10:35 +05:30
Deepesh Garg
4a33cdab34
Merge pull request #29791 from deepeshgarg007/tds_payable_cancelled_entries
...
fix: Fixes in TDS payable monthly report
2022-02-15 15:39:47 +05:30
marination
0ca58d7627
chore: Patch to update SO work_order_qty and Linter fix
2022-02-15 14:28:00 +05:30
marination
f9d52e7346
test: SO > MR > WO flow
2022-02-15 13:38:15 +05:30
marination
18731622c4
fix: Update SO via Work Order made from MR (attached to SO)
...
- Add SO Item reference in WO from MR (that was made from SO)
2022-02-15 12:50:56 +05:30
Deepesh Garg
4bc286d284
Merge pull request #29593 from deepeshgarg007/reverse_entry_dead_lock
...
fix: Deadlock on making reverse GL Entries
2022-02-15 12:23:16 +05:30
ruthra kumar
a4b8d67323
refactor: create invoices list without if else
2022-02-15 12:20:41 +05:30
ruthra kumar
85ed0fb8d6
fix: default to company currency in report output
2022-02-15 12:20:06 +05:30
Deepesh Garg
fec40aac7a
fix: Linting issues
2022-02-15 12:15:35 +05:30
Deepesh Garg
42cdd6d237
fix: Remove commented out code
2022-02-15 12:05:51 +05:30
Deepesh Garg
10629f78fa
Merge branch 'develop' into reverse_entry_dead_lock
2022-02-15 11:59:50 +05:30
Ankush Menat
1e9766433a
fix: get_item_details overrides parentype ( #29799 )
2022-02-15 10:57:06 +05:30
Ankush Menat
13a60fb258
ci: ignore bugs identified in QA process for stalebot
...
[skip ci]
2022-02-15 10:43:58 +05:30
Saqib Ansari
67a7802f0d
Merge pull request #29789 from nextchamp-saqib/fix-opening-inv-tool
...
fix: disable rounded total in opening invoice creation tool
2022-02-15 10:38:11 +05:30
Marica
728545d147
Merge pull request #29788 from marination/fifo-slot-by-wh
...
fix: Generate Warehouse wise FIFO Queue always and later aggregate if required
2022-02-14 23:04:44 +05:30
Marica
599f4b1412
Merge pull request #29705 from marination/pending-qty-in-prod-plan
...
fix: Set Pending Qty in Prod Plan after updating Work Order
2022-02-14 23:01:51 +05:30
Deepesh Garg
973f6b1bbd
fix: Gross profit for credit notes
2022-02-14 22:14:17 +05:30
marination
e46a1bc80f
fix: Server Tests and sider
2022-02-14 21:00:51 +05:30
Marica
cd728fc9e7
Merge branch 'develop' into fifo-slot-by-wh
2022-02-14 20:42:57 +05:30
Deepesh Garg
04cbde2e52
fix: Filter out bank payment entries
2022-02-14 20:38:04 +05:30
marination
f221a0d253
test: Cover back to back recos from different warehouses
2022-02-14 20:14:14 +05:30
Deepesh Garg
2ff6b3560e
fix: Fixes in TDS payable monthly report
2022-02-14 19:51:58 +05:30
Sagar Sharma
19a6c21eec
refactor!: amazon mws integration ( #29438 )
...
* remove: amazon mws integration
* add patch to remove doctype
* remove old patch
2022-02-14 19:43:26 +05:30
Saqib Ansari
a8309c5183
Merge branch 'develop' into fix-opening-inv-tool
2022-02-14 19:14:03 +05:30
Saqib Ansari
60b55f0d5c
Merge pull request #29778 from nextchamp-saqib/fix-pricing-rule-filtering
...
fix: incorrect pricing rule filtering on selecting first item
2022-02-14 18:40:59 +05:30
Saqib Ansari
18d0a59a9d
fix: disable rounded total in opening invoice creation tool
2022-02-14 18:38:02 +05:30
ruthra kumar
bc244d0740
refactor: currency field and code cleanup
2022-02-14 17:48:16 +05:30
Saqib Ansari
3713ae75ab
fix: incorrect pricing rule filtering on selecting first item
2022-02-14 13:31:37 +05:30
Dany Robert
85adb947bf
fix: show user id in emp group table ( #29776 )
2022-02-14 09:22:21 +05:30
Deepesh Garg
615dd9decd
fix: Patch fixes
2022-02-13 19:24:10 +05:30
Wolfram Schmidt
dbd29da189
Translation for DocType
...
https://testsystem.frappe.cloud/app/milestone
2022-02-13 13:11:31 +01:00
Deepesh Garg
3557bbc539
Merge pull request #29770 from frappe/mergify/bp/develop/pr-29716
...
fix: Loan repayment via Salary Slip (backport #29716 )
2022-02-12 21:55:23 +05:30
Deepesh Garg
ae613008be
fix: Error in consolidated financial statements
2022-02-12 21:54:22 +05:30
Deepesh Garg
07bcbc6c7e
fix: Remove unused param
2022-02-12 19:05:03 +05:30
Deepesh Garg
65711dbde8
test: Update account type in payroll payable account
...
(cherry picked from commit a54e0fe42b )
2022-02-12 13:17:33 +00:00
Deepesh Garg
988dee04fa
fix: Loan repayment via Salary Slip
...
(cherry picked from commit 2572480554 )
2022-02-12 13:17:32 +00:00
Deepesh Garg
19e281a54f
Merge pull request #29700 from vorasmit/gstr-1-fixes
...
fix(India): Report GSTR-1 minor fixes
2022-02-12 17:16:24 +05:30
Wolfram Schmidt
a0d163ebff
chore: changed Region zu Gebiet ( #29651 )
...
"Region" is more fitting when talking about a geographical area or region. Gebiet is more accurate translation in this case of territory as we are talking about sales territory which would be a "Verkaufsgebiet".
2022-02-12 14:50:48 +05:30
Wolfram Schmidt
7338641791
chore: added DocType Translation #29730
...
frappe.cloud/app/doctype/Email Digest Recipient
..it's just a table
[skip ci]
2022-02-12 14:49:31 +05:30
Ankush Menat
eb8b424722
feat: item-wise negative stock setting ( #29761 )
2022-02-12 13:08:28 +05:30
mergify[bot]
749005eb8b
fix: list mutation within loop ( #29766 )
...
Prevent list mutation within loop leading to incorrect data
(cherry picked from commit 894a406ed4 )
Co-authored-by: Govind S Menokee <govindsmenokee@gmail.com >
2022-02-12 12:14:19 +05:30
Saqib Ansari
80944e666f
Merge pull request #29754 from resilient-tech/remove-format
...
chore: remove deprecated print format
2022-02-12 12:08:23 +05:30
Saqib Ansari
ef971e160a
Merge pull request #29729 from resilient-tech/allow_regional
...
fix: allow `regional_overrides` hook to be set in subsequent apps
2022-02-12 12:05:25 +05:30
Rucha Mahabal
961467c389
fix: revert removal of gratuity payment via salary slip ( #29589 )
2022-02-12 00:29:53 +05:30
Rucha Mahabal
fe37103dcb
Merge pull request #29711 from ruchamahabal/leave-policy-assgn-fixes
2022-02-11 21:24:07 +05:30
Rucha Mahabal
10ee2fbeac
Merge branch 'develop' into leave-policy-assgn-fixes
2022-02-11 21:00:49 +05:30
Rucha Mahabal
cbaadcf113
fix(test): reset test setup
2022-02-11 20:59:19 +05:30
Rucha Mahabal
9b0f9c3442
test: earned leave allocations based on DOJ
2022-02-11 20:08:01 +05:30
marination
f62b3207ff
fix: Generate Wh wise FIFO Queue and later aggregate if required
...
- Back to back stock recos cause incorrect qty calculation across warehouses
- Hard to differentiate how much of the qty is reset by the reco
- Maintain Queue and balances warehouse wise and later aggregate for accurate values
2022-02-11 18:14:28 +05:30
Deepesh Garg
86ef932979
Merge pull request #29756 from frappe/revert-29499-overseas_gst_tax
...
Revert "fix(India): Tax calculation for overseas suppliers"
2022-02-11 17:40:48 +05:30
Rucha Mahabal
51e6086829
chore: clean-up leave policy assignment tests
2022-02-11 17:40:20 +05:30
Deepesh Garg
ea20c63182
Revert "fix(India): Tax calculation for overseas suppliers"
2022-02-11 17:38:37 +05:30
rohitwaghchaure
ce79434a9b
Merge pull request #29736 from rohitwaghchaure/performance-issue-while-making-wo
...
fix: time out error while making work orders from production plan
2022-02-11 16:12:21 +05:30
Sagar Vora
d93d2a80b1
chore: remove deprecated print format
2022-02-11 15:21:17 +05:30
Deepesh Garg
2172ab2d37
fix: Update columns in new format
2022-02-11 14:48:39 +05:30
Saqib Ansari
8128b33d4f
Merge pull request #29732 from alyf-de/encode-filters
...
fix: encode filters for URI
2022-02-11 14:44:46 +05:30
Saqib Ansari
2d8e03e059
Merge pull request #29748 from nextchamp-saqib/fix-gp-report-columns
...
fix: cannot jump to sales invoice in gross profit report
2022-02-11 14:38:40 +05:30
Rucha Mahabal
c7be9ef5d2
fix: consider leaves for past months if assignment is based on joining date too
2022-02-11 13:52:46 +05:30
Saqib Ansari
78dd364b0b
fix: cannot jump to sales invoice in gross profit report
2022-02-11 12:32:45 +05:30
Ankush Menat
77be98295c
fix: update bin modified timestamp when updating qty
...
These timestamps are used for writing integrations hence whenever bin is
updated timestamp should update to reliabily use Bin for integration
logic.
2022-02-11 11:54:58 +05:30
Ankush Menat
1553fa9c90
refactor!: drop deprecated and dead code
2022-02-11 11:23:37 +05:30
marination
86ca41b14a
test: Production Plan Pending Qty impact tests
...
- Two tests to check impact on pending qty: From SO and independent Prod Plan
- Added docstring to each test case for brief summary
- Changed helper function args to fallback to 0 instead of 1 if no arg is passed
- Removed unnecessary `get_doc()`
- Made helper function actions optional depending on args passed
2022-02-10 20:14:28 +05:30
Deepesh Garg
da73685f71
fix: Multiple fixes in Gross Profit report
2022-02-10 13:07:51 +05:30
Rohit Waghchaure
eec2f87088
fix: time out error while making work orders from prodcution plan
2022-02-10 12:30:41 +05:30
Ankush Menat
c371b52d27
fix: restrict filetypes to csv for rename tool
2022-02-10 10:26:00 +05:30
Devin Slauenwhite
49bee568a1
fix: get cart items for logged in user.
2022-02-09 12:03:05 -05:00
barredterra
5811d9e318
fix: encode filters for URI
2022-02-09 17:53:33 +01:00
Devin Slauenwhite
aeee334843
Merge remote-tracking branch 'upstream/develop' into feat-user-unique-cart
2022-02-09 11:08:24 -05:00
Devin Slauenwhite
34ad5b1abf
fix: get cart for logged in user.
2022-02-09 10:53:24 -05:00
Devin Slauenwhite
d636c3fb04
test: many users linked to customer shopping cart
2022-02-09 10:52:38 -05:00
Sagar Vora
2bc157a95c
fix: cleaner implementation for get_invoice_type
2022-02-09 17:48:24 +05:30
Smit Vora
6e679a5ad2
fix(India): Report GSTR-1 minor fixes
2022-02-09 17:48:24 +05:30
Sagar Vora
b68a99675d
fix: allow regional_overrides hook to be set in subsequent apps
2022-02-09 16:56:53 +05:30
Saqib Ansari
b35b637d01
Merge pull request #29701 from nextchamp-saqib/consolidation-round-off-err
...
fix(pos): incorrect grand_total in case of inclusive taxes on item
2022-02-09 16:42:30 +05:30
Saqib Ansari
0ebd32dc63
fix: cancelling of consolidated sales invoice that doesn't have closing entry
2022-02-09 16:08:28 +05:30
Saqib Ansari
4bb557dbd8
fix: flaky point of sale test
2022-02-09 16:07:42 +05:30
Saqib Ansari
75256863c6
fix(test): do not enable negative stock
2022-02-09 16:07:33 +05:30
Ankush Menat
2abc1c244e
Merge pull request #29715 from aaronmenezes/fix_reserved_for_production_calc
...
fix: Reserved for Production calculation considered closed work orders
2022-02-09 15:59:52 +05:30
Saqib Ansari
d106ec88ad
Merge pull request #29374 from nextchamp-saqib/fix-ignore-pricing-rule
...
fix: ignore pricing rule in transactions
2022-02-09 13:31:57 +05:30
Ankush Menat
89959976bd
fix: patch existing bins
2022-02-09 12:21:05 +05:30
Rucha Mahabal
89fa0bb73f
fix: consider based on DOJ config while calculating leaves for passed months
2022-02-09 11:28:14 +05:30
Ankush Menat
a8bf3a3f0d
refactor: move reserve quantity computation to work order
2022-02-09 11:26:03 +05:30
Ankush Menat
d2cc5f2482
test: remove dependency on other tests
2022-02-09 11:19:01 +05:30
Saqib Ansari
8ff7587aaa
Merge branch 'develop' into fix-ignore-pricing-rule
2022-02-09 10:31:22 +05:30
Saqib Ansari
ab36b27a94
fix: ignore pricing rule in all transactions
2022-02-09 10:10:17 +05:30
Deepesh Garg
6fd5281b46
Merge branch 'develop' into reverse_entry_dead_lock
2022-02-08 22:37:18 +05:30
aaronmenezes
6a8b7eeffe
fix: Reserved for Production calculation considered closed work orders
2022-02-08 19:25:49 +05:30
Ankush Menat
f2e056dfeb
Merge pull request #29296 from ankush/lifo_valuation
...
feat: LIFO valuation
2022-02-08 18:15:56 +05:30
Saqib Ansari
07dc228e32
Merge branch 'develop' into consolidation-round-off-err
2022-02-08 18:06:41 +05:30
marination
eaccef6116
fix: Initialise pending qty as planned qty for independent item rows in Prod Plan
...
- Rows that are not fetched from MR or SO, had pending qty 0 throughout
- Initialise pending qty on save only.
- After submit this field will be updated by work order/stock entry
- Bring functions in `validate()` closer to the top
2022-02-08 17:55:38 +05:30
Saqib Ansari
6fa406dd04
fix(test): pass price_list_rate only if pricing rule has to be removed
2022-02-08 17:51:53 +05:30
Ankush Menat
befcca4183
Merge branch 'develop' into lifo_valuation
2022-02-08 17:38:06 +05:30
Saqib Ansari
c2b83a0283
fix(test): case if write off is calculated as negative amount
2022-02-08 17:36:39 +05:30
Rucha Mahabal
7326d57966
fix: Earned Leave allocation based on joining date not working
2022-02-08 17:14:11 +05:30
Saqib Ansari
b51a5d9225
Merge pull request #29709 from nextchamp-saqib/fix-bank-reco-currency
...
fix: currency in bank reconciliation chart
2022-02-08 16:32:35 +05:30
Saqib Ansari
afc5c26d1c
fix(test): ignore stock validation
2022-02-08 16:04:08 +05:30
Saqib Ansari
3f962739fb
Merge branch 'develop' of https://github.com/frappe/erpnext into consolidation-round-off-err
2022-02-08 16:02:18 +05:30
Saqib Ansari
0fc5d2278d
fix: currency in bank reconciliation chart
2022-02-08 15:50:41 +05:30
Rucha Mahabal
bdf38a33cc
Merge pull request #29650 from ruchamahabal/fix-earned-leaves-allocation
2022-02-08 15:47:43 +05:30
Saqib Ansari
4f4395545e
Merge branch 'develop' into fix-ignore-pricing-rule
2022-02-08 15:29:28 +05:30
Saqib Ansari
27ced4f082
Merge pull request #29560 from ruthra-kumar/bug_invoice_creation_throws_typeerror
...
fix: typeerror on invoice creation from SO/PO
2022-02-08 15:27:05 +05:30
Rucha Mahabal
b71283aa7d
Merge branch 'develop' into fix-earned-leaves-allocation
2022-02-08 14:39:55 +05:30
Rucha Mahabal
bd1555bd23
fix: handle carry forwarded leaves while checking for duplicate allocation
2022-02-08 14:36:31 +05:30
Ankush Menat
bb105a33b2
test: validate on save instead of on creation
...
(cherry picked from commit 0efd5577bd9bdc0bb900d4d23d85aa86fd09929a)
2022-02-08 14:01:41 +05:30
Bhavesh Maheshwari
3969840ee8
fix: ignore rate validation for work order
...
(cherry picked from commit f29aed7f71 )
2022-02-08 14:01:41 +05:30
marination
7116d7ae0e
fix: Set Pending Qty in Prod Plan after updating Work Order
2022-02-08 12:40:33 +05:30
marination
4f5a0b8941
chore: Fix flaky test test_exact_match_with_price
...
- Clear cart settings in cache to avoid stale values
2022-02-08 12:02:02 +05:30
Saqib Ansari
0f913e0173
Merge branch 'develop' into bug_invoice_creation_throws_typeerror
2022-02-08 11:51:26 +05:30
Saqib Ansari
5e32b809cb
Merge pull request #29599 from nemesis189/coupon-code-issue-pos
...
fix: Coupon code item pricing dynamic updation issue in pos screen
2022-02-08 11:50:19 +05:30
Saqib Ansari
8eff2969b0
Merge pull request #29699 from nextchamp-saqib/improve-debit-to-err-msg
...
chore: show credit/debit-to account in error message
2022-02-08 11:42:57 +05:30
Saqib Ansari
4c3d751421
Merge branch 'develop' into fix-ignore-pricing-rule
2022-02-08 11:42:33 +05:30
Saqib Ansari
0452d7de20
fix(pos): incorrect grand_total in case of inclusive taxes on item
2022-02-08 11:26:23 +05:30
marination
a64228741d
fix: Trim spaces from attributes (multi-variant creation) & explicit method for building cache
...
- Multiple Item Variants creation fails due to extra spaces in attributes from popup. Clean them before passing to server side
- Mention explicit method to build variants cache to avoid ambiguity between old method path (pre-refactor)
2022-02-08 11:15:19 +05:30
Saqib Ansari
e93bb8a336
chore: show credit/debit-to account in error message
2022-02-08 10:49:37 +05:30
Ankush Menat
0ca60afc3f
fix: ignore cancelled SLEs ( #29679 )
2022-02-08 10:24:19 +05:30
Mohammed Yusuf Shaikh
a3e69cf75d
feat: Bulk Transaction Processing ( #28580 )
...
* feat: Bulk Transaction Processing
* fix: add flags to ignore validations and exception handling correction
* fix: remove duplicate code, added logger functionality and improved notifications
* fix: linting and sider issues
* test: added tests
* fix: linter issues
* fix: failing test case
* fix: sider issues and test cases
* refactor: mapping function calls to create order/invoice
* fix: added more test cases to increase coverage
* fix: test cases
* fix: sider issue
* fix: rename doctype, improve formatting and minor refactor
* fix: update doctype name in hooks and sider issues
* fix: entry log test case
* fix: typos, translations and company name in tests
* fix: linter issues and translations
* fix: linter issue
* fix: split into separate function for marking failed transaction
* fix: typos, retry failed transaction logic and make log read only
* fix: hide retry button when no failed transactions and remove test cases not rrelevant
* fix: sider issues and indentation to tabs
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-02-08 01:00:37 +05:30
Deepesh Garg
2280ae5554
Merge pull request #29549 from frappe/mergify/bp/develop/pr-29290
...
fix: billed amount in delivery note items (backport #29290 )
2022-02-07 23:49:19 +05:30
Deepesh Garg
529cc72863
Merge pull request #29656 from ankush/credit_debit_pr
...
fix: dont ignore items that dont have SVD
2022-02-07 23:46:07 +05:30
Ankush Menat
f82d7eb73f
test: commit item/warehouse creation to db
2022-02-07 22:55:56 +05:30
Ankush Menat
43f8ee1dd1
chore: drop dead field from stock reconciliation
2022-02-07 22:55:56 +05:30
Ankush Menat
699519f7b6
test: product bundle reposting
2022-02-07 22:55:56 +05:30
Ankush Menat
853e658dcc
test: move bundle info to class variables
2022-02-07 22:55:56 +05:30
Ankush Menat
1022db0474
fix: merge stock ledger item warehouse with doc's
2022-02-07 22:55:56 +05:30
Ankush Menat
e6ab8df8f2
refactor: simplify get_items_and_warehouses
...
Also remove dead code related to stock reconciliation_json.
2022-02-07 22:55:56 +05:30
Ankush Menat
c56d07dee3
fix: consider packed items too when reposting
2022-02-07 22:55:56 +05:30
Deepesh Garg
eab10a13e7
fix: Conflicts
2022-02-07 22:12:27 +05:30
Raffael Meyer
9fde0f0a9c
Merge branch 'develop' into revert-bu-schluessel
2022-02-07 17:18:33 +01:00
Saqib Ansari
4655e115d0
Merge branch 'develop' into bug_invoice_creation_throws_typeerror
2022-02-07 20:04:59 +05:30
Ritwik Puri
72a812f18b
fix: use item_code instead of parent field in bom_stock_calculated report ( #29684 )
2022-02-07 19:43:29 +05:30
Deepesh Garg
8417130788
Merge pull request #29660 from abhinavxd/patch-1
...
fix: Add missing key in Loan
2022-02-07 18:44:37 +05:30
Deepesh Garg
ef69d1fd38
test: Add test case for repayment against partially disbursed loans
2022-02-07 17:00:30 +05:30
Deepesh Garg
fab7f90e8f
Merge pull request #29460 from deepeshgarg007/loan_refund_jv
...
feat: Refund entry against loans
2022-02-07 14:37:47 +05:30
Deepesh Garg
8ece2845f2
fix: Add disbursement accounts to tests
2022-02-07 13:50:31 +05:30
Ankush Menat
5e6227e3d8
fix(ux): make stock entry type the title field ( #29674 )
2022-02-07 13:19:08 +05:30
Deepesh Garg
8d7331de8f
Merge branch 'develop' of https://github.com/frappe/erpnext into loan_refund_jv
2022-02-07 12:49:34 +05:30
Deepesh Garg
4284017e9d
fix: Copyright info
2022-02-07 12:26:01 +05:30
Deepesh Garg
cec971b5db
Merge pull request #29349 from alyf-de/disable-item-tax-category
...
feat: option to disable Item Tax Template and Tax Category
2022-02-07 11:01:03 +05:30
Umair Sayed
104a55aff1
feat: Tab views in Stocks and Accounts Settings ( #29638 )
...
* tab views in Stocks and Accounts Settings. Clean-up in Selling and Buying Settings.
* chore: undo changes to creation timestamp
happened because of a bug in fw
Co-authored-by: Umair Sayed <umairsayed@Umairs-MacBook-Air-2.local >
2022-02-07 10:42:55 +05:30
Deepesh Garg
400b579f1a
Merge pull request #29670 from frappe/mergify/bp/develop/pr-29635
...
fix: Incorrect tax template in Sales Invoice via data import (backport #29635 )
2022-02-07 10:42:31 +05:30
Chillar Anand
768e6b2e0e
Merge branch 'develop' into remove-nonprofit
2022-02-07 10:29:25 +05:30
Deepesh Garg
ff57450e77
fix: Replace ORM with query builder
2022-02-06 22:56:12 +05:30
Deepesh Garg
36f4fb0585
fix: Incorrect tax template in Sales Invocie via data import
...
(cherry picked from commit 20f321a889 )
2022-02-06 16:24:26 +00:00
Rucha Mahabal
4e3a13117e
Merge branch 'develop' into fix-earned-leaves-allocation
2022-02-06 20:31:48 +05:30
Rucha Mahabal
e25544f94e
fix(test): add ignore duplicates flag to allocation function
2022-02-06 20:30:46 +05:30
Ankush Menat
f089d39675
refactor: better method name
...
Co-authored-by: gavin <gavin18d@gmail.com >
2022-02-06 20:12:15 +05:30
Ankush Menat
3e5f940686
test: e2e test for LIFO valuation
2022-02-06 20:12:15 +05:30
Ankush Menat
61c5ad44d3
refactor: get incoming fifo/lifo rate functions
...
Re-use same logic for computing incoming rate.
2022-02-06 20:12:15 +05:30
Ankush Menat
97e18a1cd0
feat: allow selecting LIFO valuation
2022-02-06 20:12:11 +05:30
Ankush Menat
9c49d2d3aa
feat: LIFOValuation class for handling LIFO
2022-02-06 20:12:11 +05:30
Ankush Menat
b855030e7c
refactor: valuation class to allow extending
2022-02-06 20:12:11 +05:30
Deepesh Garg
0b9c066ef7
Merge pull request #29609 from deepeshgarg007/gstr_3b_export_zero_rated
...
fix: Zero rated exports in GSTR-3B report
2022-02-06 19:34:21 +05:30
Deepesh Garg
81b967851a
Merge pull request #29601 from deepeshgarg007/provisonal_loss_bs
...
fix: Incorrect provisional profit and loss in balance sheet
2022-02-06 19:33:12 +05:30
Deepesh Garg
5d09678954
Merge pull request #29659 from deepeshgarg007/zero_amount_status
...
fix: Billing status for zero amount ref doc
2022-02-06 19:22:31 +05:30
Deepesh Garg
8ff32da9bd
Merge branch 'develop' into gstr_3b_export_zero_rated
2022-02-06 19:11:03 +05:30
Ankush Menat
6459ceaea1
fix: dont show cancelled PO items in plan report
2022-02-06 19:05:12 +05:30
Deepesh Garg
3e6fade08d
Merge pull request #29641 from deepeshgarg007/jv_cancel_ignore
...
fix: Ignore linked invoices on Journal Entry cancel
2022-02-06 18:57:13 +05:30
Abhinav Raut
d0043bdbac
fix: missing key in loan
2022-02-06 16:55:24 +05:30
Deepesh Garg
c5726fd3da
fix: Add test case
2022-02-06 11:35:40 +05:30
Deepesh Garg
d679692472
fix: Billing status for zero amount ref doc
2022-02-06 11:35:23 +05:30
Ankush Menat
d1f5753885
test: check when PR moves stock from neg to pos
2022-02-05 23:35:28 +05:30
Ankush Menat
c88c368880
fix: dont ignore items that dont have SVD
...
When items go from negative to positive stock value diff can be zero but
item might have taxes / need divisional loss adjustment.
2022-02-05 22:54:18 +05:30
Ankush Menat
69c65afd72
test: regression test for LCV GL entries
2022-02-05 20:58:56 +05:30
Ankush Menat
8858c703a8
fix: ignore cancelled svd while updating GLE for PR
...
This happens because LCV cancels and reposts entries so unless filtered
by non-cancelled entries you can randomly get old values.
2022-02-05 20:58:56 +05:30
barredterra
363ed9ccba
revert: BU Schlüssel ( a21f76f)
2022-02-05 14:06:18 +01:00
Rucha Mahabal
a52ba0a544
fix: linter
2022-02-05 16:40:55 +05:30
Rucha Mahabal
63ee4f1b64
test: earned leave allocation for passed months and allocation on month-end
2022-02-05 16:05:54 +05:30
Rucha Mahabal
25c7f850b1
fix: earned leaves not allocated if assignment is created on month-end
2022-02-05 16:05:46 +05:30
Marica
772336bb43
Merge pull request #29642 from marination/packed-items-new-doc
...
fix: Regenerate packed items on newly mapped doc
2022-02-04 23:00:10 +05:30
Marica
a49b755773
Merge branch 'develop' into packed-items-new-doc
2022-02-04 22:58:21 +05:30
Raffael Meyer
b5242df15b
Merge branch 'develop' into disable-item-tax-category
2022-02-04 18:10:39 +01:00
Rucha Mahabal
65923bd856
fix: enable Allow on Submit for 'Is Active' field in Salary Structure ( #29630 )
2022-02-04 22:34:11 +05:30
marination
bd41a99c8a
fix: Regenerate packed items on newly mapped doc
...
- Cannot determine action on newly mapped DN that hasnt been inserted
- Rows could have been deleted, updated, added, etc. before first save
- In this case , reset packing table
2022-02-04 22:06:56 +05:30
Deepesh Garg
6f7ae62907
fix: Ignore linked invoices on Journal Entry cancel
2022-02-04 20:13:20 +05:30
marination
26bd3053d1
perf: Weed out disabled variants via sql query instead of pythonic looping separately
...
- If the number of variants are large (almost 2lakhs), the query to get variants and attribute data takes time
- If the no.of disabled attributes is large as well, the list comprehension weeding out disabled variants takes forever
- We dont need to loop over the variants data so many times
- Avoid any `if a in list(b)` is best when the iterables have tremendous data
2022-02-04 17:38:20 +05:30
Rucha Mahabal
dbfa463738
fix: show actual balance instead of consumption balance in opening balance
...
- not changing opening balance based on remaining days
2022-02-04 13:04:25 +05:30
Rucha Mahabal
b5c686ac40
fix: sort imports, sider issues
2022-02-04 12:39:58 +05:30
Rucha Mahabal
55ac8519bf
refactor: balance in Balance Summary report near allocation expiry date
...
- Leave Balance shows minimum leaves remaining after comparing with remaining days for allocation expiry causing ambiguity
- refactor remaining leaves calculation to return both, actual leave balance and balance for consumption
- show actual balance in leave application, use balance for consumption only in validations
2022-02-04 12:29:00 +05:30
Saqib Ansari
9432d8edd1
Merge branch 'develop' into bug_invoice_creation_throws_typeerror
2022-02-04 10:20:43 +05:30
Chillar Anand
cfda849a8a
Merge branch 'develop' into remove-nonprofit
2022-02-04 10:17:25 +05:30
Rucha Mahabal
26b40e7cfd
refactor: Leaves Taken calculation
...
- fix issue where Leaves Taken also adds leaves expiring on boundary date as leaves taken, causing ambiguity
- remove unnecessary `skip_expiry_leaves` function
- `get_allocation_expiry` considering cancelled entries too
2022-02-04 00:01:05 +05:30
Rucha Mahabal
1ea749cf1a
fix: expired leaves not calculated properly because of newly created expiry ledger entries
2022-02-03 23:34:46 +05:30
Marica
79ab8e6459
Merge pull request #29456 from marination/product-bundle-packing-list-logic
...
fix: Incorrect packing list for recurring items & code cleanup
2022-02-03 22:09:52 +05:30
Marica
4d5749ba7d
Merge pull request #29625 from frappe/fix-web-portal
...
fix: Load control & dialog assets with `cart.js`
2022-02-03 22:04:33 +05:30
Marica
5e5a18f17c
Merge branch 'develop' into fix-web-portal
2022-02-03 21:59:57 +05:30
marination
017a882f90
fix: Remove cart.js from erpnext-web bundle
...
- Due to it being in the bundle, controls bundle was required for Dialogs used in cart
- But this is exclusively used in `cart.html`
- It has no reason to load and break the login page
- Moved it back to where the html is, it is now back to being tightly coupled with its html
2022-02-03 21:34:48 +05:30
Suraj Shetty
e652ab5f05
fix: Load control & dialog assets with cart.js
...
Previously, control & dialog assets were getting loaded only on visiting "/cart", but since cart.js sets up various events on homepage, dialog related assets are required up-front.
2022-02-03 20:06:24 +05:30
Wolfram Schmidt
68cea75909
chore: update de.csv #29575
...
added missing translations in Company Master
Co-authored-by: Wolfram Schmidt <wolfram.schmidt@tueit.de >
[skip ci]
2022-02-03 20:05:11 +05:30
Wolfram Schmidt
af7570410e
chore: update de.csv ( #29624 )
...
minor translation error
[skip ci]
2022-02-03 20:04:24 +05:30
Ankush Menat
6f2c9c692c
ci: workflow dispatch options ( #29611 )
2022-02-03 17:30:42 +05:30
Ankush Menat
ba847ef218
Merge branch 'develop' into provisonal_loss_bs
2022-02-03 17:18:00 +05:30
Ankush Menat
04f6426dbf
feat: show stock value difference in stock ledger report ( #29607 )
2022-02-03 17:14:57 +05:30
marination
f18ec2d947
fix: (Linter) import sequence
2022-02-03 17:07:11 +05:30
Marica
e9fc6c3249
Merge branch 'develop' into product-bundle-packing-list-logic
2022-02-03 17:02:57 +05:30
marination
4e7b4dc9a8
test: Packed Items test file
2022-02-03 17:01:33 +05:30
ChillarAnand
dddeef7179
chore: Clean up whitespace
2022-02-03 16:41:36 +05:30
ChillarAnand
325dc92d37
Merge branch 'develop' into remove-nonprofit
2022-02-03 16:38:01 +05:30
Ankush Menat
a7a2b82538
Merge pull request #29618 from frappe/mergify/copy/develop/pr-29603
...
fix: Multiple WO for a single Production Plan Item (copy #29603 )
2022-02-03 15:52:54 +05:30
Ankush Menat
9b60e3f187
fix: default qty if not found
2022-02-03 15:26:57 +05:30
ChillarAnand
899ca8b384
refactor: Code cleanup
2022-02-03 15:24:45 +05:30
Sagar Sharma
be09551cfa
test: add test case for multiple WO
...
(cherry picked from commit 36609c50c0 )
2022-02-03 09:50:08 +00:00
Sagar Sharma
360a06b9ba
fix: ordered_qty for production-plan-item
...
(cherry picked from commit 4e58c1da3a )
2022-02-03 09:50:07 +00:00
Ankush Menat
551f2967da
Merge pull request #27923 from marination/e-commerce-refactor-develop
...
refactor: E-commerce (port to develop)
2022-02-03 14:14:08 +05:30
gavin
7eb9dc01f8
fix: Ignore mandatory fields if exist ( #27871 )
...
The goal of this fix is to not break the patch in case of customizations
In this particular case, it's regarding a customized Note DocType with
multiple custom mandatory fields
2022-02-03 14:08:32 +05:30
Ankush Menat
bd3b47fd50
fix: remove stale doctypes and add msg for ecommerce refactor ( #27700 )
2022-02-03 14:06:31 +05:30
marination
f97642e975
fix: Qb query, use isin instead of in and access fields without dot notation due to reserved pypika keywords
2022-02-03 14:03:17 +05:30
Ankush Menat
41a95e5624
fix: ignore empty customer/supplier in item query ( #29610 )
...
* fix: dont try to filter by customer/supplier if None
* test: item query with emtpy supplier
2022-02-03 13:02:13 +05:30
marination
f47db26fa6
fix: Cart buttons not working
...
- Add cart.js to web bundle
- Hide icon conditionally since now this file loads on every single page
2022-02-03 12:54:59 +05:30
Deepesh Garg
233e6449fc
fix: Zero rated exports in GSTR-3B report
2022-02-03 12:13:43 +05:30
Deepesh Garg
ed2c6b6637
fix: Incorrect provisional profit and loss in balance sheet
2022-02-02 22:36:45 +05:30
Saqib Ansari
5a7236efcd
Merge branch 'develop' into fix-ignore-pricing-rule
2022-02-02 21:47:51 +05:30
Marica
384e6b559b
Merge branch 'develop' into e-commerce-refactor-develop
2022-02-02 21:10:04 +05:30
Subin Tom
ccf63124d6
fix: Coupon code item pricing dynamic updation issue
2022-02-02 20:13:33 +05:30
Saqib Ansari
f696eddceb
Merge pull request #29597 from nextchamp-saqib/fix-pos-checkout
...
fix(pos): pricing rule on transactions doesn't work
2022-02-02 19:48:05 +05:30
Saqib Ansari
e082e3f702
fix(pos): pricing rule on transactions doesn't work
2022-02-02 19:33:48 +05:30
Rucha Mahabal
da7494c208
fix: Program Enrollment tests ( #29592 )
2022-02-02 17:30:29 +05:30
Deepesh Garg
ffec865e00
fix: Make a deep copy of GLE
2022-02-02 17:14:42 +05:30
Deepesh Garg
f1c3bcee1f
fix: Deadlock on making reverse GL Entries
2022-02-02 17:09:34 +05:30
marination
4b62d2d7fe
fix: (Linter) Write queries using QB/ORM and other minor lines for semgrep to skip
2022-02-02 12:58:31 +05:30
Marica
780e29b42e
Merge branch 'develop' into e-commerce-refactor-develop
2022-02-02 10:45:14 +05:30
marination
8c90c505c0
fix: (minor) build issues on cart and item page
...
- Move `cart.js` to public/js directory
- Reorder import sequence in erpnext web bundle
- Removed unused script block
2022-02-02 10:40:45 +05:30
Nabin Hait
bf3caab63c
fix: future recurring period calculation
2022-02-01 23:42:50 +05:30
Nabin Hait
008b331f49
Merge branch 'cc-allocation' into develop
2022-02-01 22:27:23 +05:30
Nabin Hait
81d1ad6059
fix: Allocation percentage fieldtype changed to percent
2022-02-01 22:26:39 +05:30
Nabin Hait
364856b7c5
fix: patch for migrating cost center allocations
2022-02-01 22:26:03 +05:30
Nabin Hait
5f03292aba
fix: Future recurring period calculation for addl salary ( #29578 )
2022-02-01 21:47:15 +05:30
Rucha Mahabal
1710aef0a9
fix: employee reminders fixes ( #29548 )
2022-02-01 19:46:39 +05:30
Ankush Menat
a3a05c0c23
fix: don't show "create" on cancelled BOMs ( #29570 )
2022-02-01 17:40:06 +05:30
Saqib Ansari
4055cc76a7
Merge pull request #29556 from nextchamp-saqib/nemesis189-pos-service-items
...
feat: Allowing non stock items in POS
2022-02-01 16:36:10 +05:30
Rucha Mahabal
0dde0ece10
fix: leave application tests ( #29539 )
2022-02-01 16:00:02 +05:30
Saqib Ansari
bf70feb7c9
fix: flaky test
2022-02-01 15:26:33 +05:30
Deepesh Garg
528c71382f
feat: Provisional accounting for expenses ( #29451 )
...
* feat: Provisonal accounting for expenses
* fix: Method for provisional accounting entry
* chore: Add test case
* fix: Remove test case
* fix: Use company doctype
* fix: Add provisional expense account field in Purchase Receipt Item
* fix: Test case
* fix: Move provisional expense account to parent
* fix: Patch
2022-02-01 14:42:55 +05:30
ruthra kumar
9bd56b0f79
fix: typeerror on invoice creation from SO/PO
2022-02-01 14:14:04 +05:30
Saqib Ansari
4e4159ec06
chore: remove unused import
2022-02-01 14:02:52 +05:30
Saqib Ansari
2aca54eb38
chore: remove useless rollback
2022-02-01 13:17:01 +05:30
Saqib Ansari
650d44a714
test: point of sale search
2022-02-01 13:14:28 +05:30
Saqib Ansari
4557b6a150
Merge branch 'develop' into pos-service-items
2022-02-01 12:25:25 +05:30
Deepesh Garg
cb3754a102
Merge pull request #29535 from ruchamahabal/fix-loan-repayment
...
fix: do not hide Loan Repayment Entry field in salary slip
2022-02-01 12:18:47 +05:30
marination
9eeddc28b0
fix: Merge conflict inconsistency due to https://github.com/frappe/erpnext/pull/27931
2022-02-01 12:15:48 +05:30
marination
2933cf243a
fix: Failing test, sider and linter
...
- Remove unused imports
- fix test `test_product_list_attribute_filter_builder`
2022-02-01 12:08:33 +05:30
rohitwaghchaure
62e5aa7d72
Merge pull request #29359 from KrithiRamani/foc_item
...
fix: bypass selling price validation for free item
2022-02-01 11:54:01 +05:30
Deepesh Garg
fa2b3eb414
Merge branch 'develop' into fix-loan-repayment
2022-02-01 11:12:39 +05:30
marination
1d7f313b92
debug: CI
2022-02-01 11:12:05 +05:30
marination
00752ca01d
fix: Wrong variable name breaks Cart Items rendering
2022-02-01 11:11:58 +05:30
marination
143ff715e7
fix: (test) set user for price test
2022-02-01 11:11:38 +05:30
marination
606f23b667
fix: Sider and Linter
2022-02-01 11:11:29 +05:30
marination
4f7ec25bbe
tests: Variant without web item price fetch and add to cart
...
- Also, optionally get image from template web item for cart if variant has no image
2022-02-01 11:11:18 +05:30
marination
47c8ad0b94
fix: Cart Logic of Item variant without Website Item
2022-02-01 11:11:11 +05:30
marination
f2fbe9049f
fix: Server Side test - teardown correctly
2022-02-01 11:10:04 +05:30
marination
2623046ba7
test: Variant Selector - Fetch next valid Attribute values fetching after selection of one
2022-02-01 11:09:46 +05:30
Sagar Sharma
c53cdce1c0
chore: remove patch
...
(cherry picked from commit fedeb2a70f )
# Conflicts:
# erpnext/patches.txt
2022-02-01 05:39:39 +00:00
Sagar Sharma
ce0b84f54d
refactor: use frappe.qb instead of sql
...
(cherry picked from commit 0a9ec9f591 )
2022-02-01 05:39:39 +00:00
Sagar Sharma
edbf52ab95
feat: add patch
...
(cherry picked from commit fc65a3d989 )
# Conflicts:
# erpnext/patches.txt
2022-02-01 05:39:38 +00:00
Sagar Sharma
1fd8539873
fix: check so_detail before dn_detail
...
(cherry picked from commit 5de6b8dc4d )
2022-02-01 05:39:38 +00:00
Sagar Sharma
b50036c04a
fix: consider returned_qty while updating billed_amt
...
(cherry picked from commit 63aaa1e357 )
2022-02-01 05:39:37 +00:00
marination
5a462db207
test: Variant Selector - Attribute Value fetching
2022-02-01 11:09:35 +05:30
marination
6c7b3026c9
fix: Behaviour if Item Variants Cache generation
...
- Revert to old behaviour where variant doesnt need to be published
- Delete unused functions
2022-02-01 11:08:30 +05:30
marination
20c71edc84
fix: Exclude unpublished items while fetching items from other item groups
2022-02-01 11:07:53 +05:30
Devin Slauenwhite
28e0c1acdc
fix(ux): tripple digit cart qty
2022-02-01 11:07:33 +05:30
Devin Slauenwhite
49cdf9b7b0
fix(e-commerce): shopping cart total quantity ( #29076 )
...
* fix: shopping cart total quantity
* fix: linter error
2022-02-01 11:06:33 +05:30
marination
45fadb5235
fix: Faulty 'continue' not setting value in db
2022-02-01 11:03:12 +05:30
marination
091a07c6df
fix: Code cleanup
2022-02-01 11:03:05 +05:30
marination
31a2485bcd
fix: Sider
2022-02-01 11:02:59 +05:30
marination
456f27724c
fix: Convert Item links to Website Item links in Item Card Group template data
...
- Changed link option to Website Item in Item card group template
- patch to convert pre-existing data
2022-02-01 11:02:48 +05:30
Devin Slauenwhite
262fcbd9fb
fix(test): e-commerce fetch logged-in user item price.
2022-02-01 11:00:37 +05:30
Devin Slauenwhite
18e70e8229
test: e-commerce customer pricing rule
2022-02-01 11:00:28 +05:30
Devin Slauenwhite
282fbf4b07
fix: fetch correct selling price.
2022-02-01 10:59:57 +05:30
Dany Robert
d4c74b546d
fix: no module named 'redisearch' ( #28818 )
...
* chore: rename file to avoid the overriding
* fix: rename ref #1
* fix: rename ref in e_commerce_settings
* fix: rename ref in product_search.py
* chore: rename rsearch.py to redisearch_utils.py
* chore: rename rsearch to redisearch_utils in product_search
2022-02-01 10:58:18 +05:30
marination
02d92070be
fix: search_box_id instead of search_box_class
2022-02-01 10:55:37 +05:30
marination
6583a83dd3
fix: Sider (missing semicolon)
2022-02-01 10:55:27 +05:30
marination
f63f250630
feat: Allow addition of custom search box
...
- allow passing custom search box class to bind search actions on
- this allows users to inject and get a custom search box running on any page
2022-02-01 10:55:05 +05:30
marination
7bc087ed44
fix: Merge conflicts, Linter and Server Test
...
- Resolve inconsistency due to conflict with https://github.com/frappe/erpnext/pull/27050
- Resolve Linter issues (imports and spaces)
- Include customer_reviews.js in bundle, move it to /public/js
2022-02-01 10:51:50 +05:30
Marica
19e5dfbb7c
Merge branch 'develop' into e-commerce-refactor-develop
2022-02-01 00:56:11 +05:30
marination
9fb61efba8
chore: Fix imports and formatting (linter) & Sider (unused import)
2022-02-01 00:54:54 +05:30
marination
b2b827f50f
chore: Adjust to ESbuild and missing imports
...
- update erpnext web bundle and tweak to fit new build system
- change page id in scss due to change in v14 router
- add missing imports
2022-02-01 00:03:08 +05:30
Rucha Mahabal
538b64b1fa
refactor: Employee Leave Balance Report
...
- incorrect opening balance on boundary allocation dates
- carry forwarded leaves accounted in leaves allocated column, should be part of opening balance
- leaves allocated column also adds expired leave allocations causing negative balances, should only consider non-expiry records
2022-01-31 21:50:42 +05:30
Deepesh Garg
dcd99a82cb
Merge pull request #29536 from nabinhait/cost-center-allocation
...
feat: Cost Center Allocation
2022-01-31 21:27:15 +05:30
Nabin Hait
5b0ec6437b
fix: sider issues
2022-01-31 18:41:42 +05:30
Nabin Hait
6099af5d00
fix: Fixed test case and sider issues
2022-01-31 17:43:37 +05:30
Ankush Menat
bba31a37f4
fix: missing validate_item_group_defaults function
2022-01-31 17:15:17 +05:30
Ankush Menat
6cd7c47409
Merge branch 'develop' into e-commerce-refactor-develop
2022-01-31 17:14:36 +05:30
Nabin Hait
3dadfc9048
patch: Removed files and code related to old distributed cost center feature
2022-01-31 15:58:40 +05:30
rohitwaghchaure
f026ec6bad
Merge pull request #29522 from ankush/drop_bom_level
...
refactor!: dynamically compute bom_level
2022-01-31 15:58:25 +05:30
Ankush Menat
a254201696
chore: revert manual handling of stock level section ( #29537 )
2022-01-31 15:37:19 +05:30
Rucha Mahabal
1361f88f67
fix: do not hide Loan Repayment Entry field in salary slip
2022-01-31 14:53:13 +05:30
Ankush Menat
5aa1b6bc38
Merge pull request #29519 from ankush/unique_bin
...
fix: bin uniqueness
2022-01-31 14:29:22 +05:30
Ankush Menat
0a15334464
fix: update reserved qty for production/ s/c
2022-01-31 14:10:42 +05:30
Nabin Hait
c09d5a613e
fix: Delete old fields from cost center related to distributed cost center
2022-01-31 13:26:09 +05:30
Nabin Hait
ce49e6ccf7
fix: Resolved conflicts in patches
2022-01-31 13:25:44 +05:30
Nabin Hait
174104c0d4
feat: Workspace link for Cost Center Allocation
2022-01-31 13:24:18 +05:30
Nabin Hait
004c1ed094
feat: Split Gl Entry based on cost center allocation
2022-01-31 13:24:18 +05:30
Nabin Hait
ac2e19103f
Cost Center Allocation doctype, validations and test cases
2022-01-31 13:24:18 +05:30
Nabin Hait
d71d3e3b3e
fix: Minor issues in existing patches
2022-01-31 13:24:18 +05:30
Subin Tom
05bbb69d0e
fix: Validation for invalid serial nos at POS invoice level ( #29447 )
2022-01-31 13:08:19 +05:30
Anupam Kumar
896adc3759
fix: not able to declare opportunity lost without competitors ( #29531 )
2022-01-31 12:09:54 +05:30
Saqib Ansari
6b377703b3
Merge pull request #29454 from nextchamp-saqib/fix-dn-mapping
...
fix(sales order): incorrect no. of items fetched while creating dn
2022-01-31 11:38:57 +05:30
Saqib Ansari
1170bee951
Merge pull request #29480 from nextchamp-saqib/revert-drop-einvoicing
...
revert: "refactor!: drop e-invoicing integration from erpnext"
2022-01-31 11:35:48 +05:30
Himanshu
319322228a
fix: fetch image form item ( #29523 )
2022-01-31 10:56:00 +05:30
Ankush Menat
d38fd8635c
fix(ux): sort multi-production item plans correctly
2022-01-30 22:58:30 +05:30
Ankush Menat
157b4b33fe
refactor!: dynamically compute bom_level
2022-01-30 22:06:24 +05:30
aaronmenezes
0f7c2a19de
fix: cost of poor quality report time filters not working ( #28958 )
...
* fix: cost of poor quality report time filters not working
* chore:update cost of poor quality report to use query builder
* fix: linter warnings
* chore: updated report query
* chore: added test filters
* fix : cleared linter warnings
* chore: formatting
* refactor: query generation
- optionally apply date filters
- join instead of expensive sub-query
- return as dictionary
* test: simplify test
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-30 20:22:39 +05:30
Ankush Menat
c2ecc7a2d1
refactor: patch for fixing broken bins
...
fix(patch): delete fully broken bins
if bin doesn't have item_code or warehouse then it's not recoverable.
2022-01-30 18:43:02 +05:30
Sagar Sharma
7ff3ca25e5
fix(patch): patch duplicate bins
2022-01-30 18:43:02 +05:30
Ankush Menat
a1e7771cdd
fix: ignore None item/wh whie updating reservation
2022-01-30 18:43:02 +05:30
Ankush Menat
08810dbcce
fix: add unique constraint on bin at db level
2022-01-30 18:42:59 +05:30
smehata
b818b93568
Update sales_invoice.js ( #29491 )
...
undefined issue
2022-01-30 17:27:20 +05:30
Deepesh Garg
d41f71acb7
Merge pull request #29499 from deepeshgarg007/overseas_gst_tax
...
fix(India): Tax calculation for overseas suppliers
2022-01-30 11:36:54 +05:30
Anupam Kumar
925eca0e4a
fix: multiple CRM fixes ( #29507 )
...
* fix: multiple CRM fixes
2022-01-29 22:32:03 +05:30
Rucha Mahabal
cc4b4046ce
Merge pull request #29506 from ruchamahabal/fix-interview-ratings
2022-01-29 21:51:30 +05:30
Rucha Mahabal
0d5993d288
Merge branch 'develop' into fix-interview-ratings
2022-01-29 21:24:46 +05:30
Rucha Mahabal
d98290bfb9
test: get interview details for applicant dashboard
...
- rectify tests as per new rating field changes (fractional and configurable)
2022-01-29 21:15:49 +05:30
Rucha Mahabal
d96f4bf628
fix: move average calculation to interview controller
2022-01-29 20:27:15 +05:30
Rucha Mahabal
69eb3a0ac9
fix: interview ratings on job applicant dashboard
2022-01-29 20:05:07 +05:30
Rucha Mahabal
5d85c5a660
fix: designation mapping from job applicant to job offer
...
- group create buttons
2022-01-29 20:04:40 +05:30
Deepesh Garg
92416d80e6
Merge branch 'develop' into overseas_gst_tax
2022-01-29 18:48:23 +05:30
Saqib Ansari
b8802a3315
fix: patch order
2022-01-29 18:31:55 +05:30
Deepesh Garg
eba06212e8
Merge pull request #29350 from deepeshgarg007/asset_split
...
feat: Splitting group assets
2022-01-29 16:12:04 +05:30
Rucha Mahabal
36882f3734
fix: Employee Onboarding and Separation UX ( #29504 )
2022-01-29 15:27:36 +05:30
Ankush Menat
43bd88e741
fix: work order serial no allows storing whitespace
2022-01-29 14:01:21 +05:30
Ankush Menat
e177c5277f
fix: extend sr_no cleanup to packed items too
2022-01-29 14:01:21 +05:30
Ankush Menat
b20df3745e
refactor: reusable clean_serial_nos
2022-01-29 14:01:21 +05:30
Ankush Menat
14e3e163ae
fix: ignore alternate item while checking pending qty
2022-01-29 13:59:25 +05:30
Deepesh Garg
36bff953b0
Merge pull request #29501 from frappe/mergify/bp/develop/pr-29428
...
fix: Add shipping charges to taxes only if applicable (backport #29428 )
2022-01-29 13:55:48 +05:30
Deepesh Garg
2bf405d44c
fix:Add shipping charges to taxes only if applicable
...
(cherry picked from commit e8bc4f12a7 )
2022-01-29 07:27:21 +00:00
Deepesh Garg
4d87465698
Merge branch 'develop' into asset_split
2022-01-29 12:54:44 +05:30
Saqib Ansari
273fbe792c
Merge branch 'develop' into fix-ignore-pricing-rule
2022-01-29 12:44:19 +05:30
Saqib Ansari
452a809ef4
Merge pull request #28877 from nextchamp-saqib/multiple-pricing-rule-fix
...
fix: qty filter not working if apply_multiple_pricing_rules is enabled
2022-01-29 12:43:41 +05:30
Saqib Ansari
4c8408a572
Merge branch 'develop' into fix-dn-mapping
2022-01-29 12:42:19 +05:30
Saqib Ansari
8a66a7ad46
Merge branch 'develop' into fix-ignore-pricing-rule
2022-01-29 12:42:00 +05:30
Saqib Ansari
04a28df170
fix: remove invalid patch
2022-01-29 12:40:25 +05:30
Deepesh Garg
5090959dc1
Merge branch 'develop' of https://github.com/frappe/erpnext into asset_split
2022-01-29 12:12:52 +05:30
marination
2f4d266ee1
refactor: Price fetching and updation logic
...
- fetch price from price list, use item master valuation rate as fallback fo0r packed item
- use a item code, item row name map to maintain cumulative price
- reset table if item in a row is replaced
- loop over items table only to set price, lesser iterations than packed items table
2022-01-28 19:03:40 +05:30
Saqib Ansari
a1f3dc4e9e
chore: remove unnecessary imports
2022-01-28 16:58:13 +05:30
Deepesh Garg
e45c38337c
fix(India) Tax calculation for overseas suppliers
2022-01-28 16:10:30 +05:30
Saqib Ansari
2c100a5313
Merge branch 'develop' into revert-drop-einvoicing
2022-01-28 14:34:29 +05:30
Ankush Menat
28994c0e76
test: delete data after running test
2022-01-28 13:50:57 +05:30
marination
2c14ab0439
chore: Break updation logic into smaller functions
...
- Smaller functions for updation
- All calls visible from parent function to avoid context switching due to nested calls
2022-01-28 13:25:55 +05:30
Ankush Menat
e4c220053f
fix(patch): update BOMs to have correct transfer_material_against
2022-01-28 13:22:47 +05:30
Ankush Menat
86efa0dbfd
fix: ensure correct-ish transfer against
2022-01-28 13:22:47 +05:30
Ankush Menat
251576a6bb
chore: disable annoying flake8 formatting for QB ( #29488 )
...
[skip ci]
2022-01-28 13:17:43 +05:30
Saqib Ansari
02af32dde6
fix: incorrect patch path
2022-01-28 10:17:16 +05:30
Saqib
139d5e17a9
fix: do not get password if client_secret is not set ( #28547 )
2022-01-27 20:24:05 +05:30
Saqib
c98887d39d
fix(e-invoicing): totals validation of e-invoices ( #28418 )
2022-01-27 20:23:46 +05:30
mergify[bot]
0dafa8a12a
fix: stock ledger rendering glitch
...
undefined Issue
(cherry picked from commit f380042195 )
Co-authored-by: smehata <53169014+smehata@users.noreply.github.com >
2022-01-27 20:23:24 +05:30
Saqib
eb057b6bfe
fix(e-invoicing): link to error log list
2022-01-27 20:19:56 +05:30
Saqib
0b626816d0
feat(e-invoicing): dispatch address ( #28084 )
2022-01-27 20:19:37 +05:30
Saqib
b262f48553
fix: 'NoneType' has no attribute 'name' ( #27375 )
2022-01-27 20:19:22 +05:30
Saqib Ansari
1076e96b87
Revert "refactor!: remove e_invoice utils ( #27167 )"
...
This reverts commit 8ed6338336 .
2022-01-27 20:10:18 +05:30
Saqib Ansari
c5782b0e71
revert: "refactor!: drop e-invoicing integration from erpnext ( #26940 )"
...
This reverts commit c335962827 .
2022-01-27 20:09:56 +05:30
Ankush Menat
b05287dea0
fix: drop six code ( #29479 )
2022-01-27 20:08:05 +05:30
rohitwaghchaure
b75b00fefc
feat: provision to exclude exploded items in the BOM ( #29450 )
2022-01-27 12:44:01 +05:30
Suraj Shetty
0cb965f223
Merge pull request #29471 from frappe/fix-sorting
2022-01-27 11:15:57 +05:30
Suraj Shetty
29c7947db0
fix: Further sort sales_order_analysis to get consistent response
...
Since the data was sorted by `transaction_date`, report sorting order used to be inconsistent everytime if there were lots of records with same transaction date. This used to create problems while exporting report as "Excel" with filters.
2022-01-27 11:11:37 +05:30
ChillarAnand
16ca81d6a6
refactor: Remove non-profit code in ERPNext
2022-01-27 10:08:41 +05:30
Rucha Mahabal
6c1c85be0c
feat: additional doctypes access for ESS user ( #29317 )
2022-01-27 00:51:29 +05:30
Ankush Menat
7eab945d8c
refactor: move existing patches to post migration ( #28940 )
...
Also remove duplicates :')
2022-01-26 12:40:21 +05:30
marination
4c677eafe9
fix: Linter and minor code refactor
...
- Create an indexed map of stale packed items table to avoid loops to check if packed item row exists
- Reset packed items if row deletion takes place
- Renamed functions to self-explain them
- Split long function
- Reduce function calls inside function (makes it harder to follow through)
2022-01-26 01:10:24 +05:30
Ankush Menat
f5f3552abb
test: cover more reports in test
2022-01-25 23:22:14 +05:30
Deepesh Garg
c68c70f8bc
feat: Refund entry against loans
2022-01-25 19:59:33 +05:30
marination
f8a5786542
chore: SQL to QB & accomodate Update Items
...
- `doc_before_save` does not exist via Update Items (updates stuff in the backend so doc isn't considered unsaved/dirty)
- converted more raw sql to qb and ORM
2022-01-25 19:51:47 +05:30
marination
3f48fc1898
fix: Incorrect packing list for recurring items & code cleanup
...
- Fix Incorrect packing list for recurring items in the Items table
- Re-organised functions based on external use and order of use
- Deleted `clean_packing_list` function and reduced no.of loops
- Raw SQL to QB
- Minor formatting changes
2022-01-25 18:38:41 +05:30
Saqib Ansari
0b9a850a17
chore: add comment
2022-01-25 17:28:28 +05:30
Saqib Ansari
a73ad6759d
fix(sales order): incorrect no. of items fetched while creating dn
2022-01-25 17:12:41 +05:30
Deepesh Garg
c6a17d1966
Merge pull request #29434 from frappe/mergify/bp/develop/pr-29404
...
fix: Previous document currency getting overridden (backport #29404 )
2022-01-25 15:50:06 +05:30
Marica
a707d3705c
Merge pull request #29426 from marination/mr-safeguard
...
fix: Use get for conditionally available fields while setting missing values
2022-01-25 12:51:40 +05:30
mergify[bot]
f469ec87d9
fix: broken patches (backport #29067 ) ( #29406 )
...
* chore: patch fixes
(cherry picked from commit 8b5b146f6d )
# Conflicts:
# erpnext/patches/v13_0/make_homepage_products_website_items.py
* fix: remove desktop icons while deleting sales reports
(cherry picked from commit 5f72026cb9 )
* refactor: dont ignore dangerous exceptions in patches
(cherry picked from commit 0aa1ea8aeb )
* fix: make patch kinda idempotent
with previous query rerunning would've caused all values to become 0.
* chore: conflicts
* fix: check type before patching
Co-authored-by: Saurabh <saurabh6790@gmail.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-25 11:14:08 +05:30
Ankush Menat
b8fbfed096
fix: fetch "transfer material against" from BOM ( #29435 )
2022-01-24 21:45:51 +05:30
Deepesh Garg
b72cdb4bca
fix: Previous document currency getting overriden
...
(cherry picked from commit ef782fd35b )
2022-01-24 15:19:54 +00:00
Rucha Mahabal
a1f0cb4ed1
fix: honour 'include holidays' setting while marking attendance for leave application ( #29425 )
2022-01-24 19:05:24 +05:30
Ankush Menat
3d3f0139fd
test: clear singles cache for changed settings ( #29430 )
2022-01-24 18:44:08 +05:30
marination
78b6b29a57
fix: Use get for conditionally available fields while setting missing values
...
- Due to custom field "supplier" and missing field "supplier_address", dot operator breaks
- Make sure to use "get" instead of just dot operator if field is in some doctypes, not all
2022-01-24 13:39:10 +05:30
Deepesh Garg
108d1045e6
Merge pull request #29360 from ruthra-kumar/test_case_deferred_report
...
test: unit test for deferred item with zero months
2022-01-24 12:41:37 +05:30
Deepesh Garg
34be90b396
Merge pull request #29407 from ruthra-kumar/dimension_in_opening_invoice
...
fix: opening invoice creation tool can fetch multiple accounting dimension
2022-01-24 12:36:20 +05:30
rohitwaghchaure
19b1b7f8cc
Merge pull request #29419 from rohitwaghchaure/fix-incorrect-rm-qty-in-stock-entry
...
fix: incorrect raw materials quantity in manufacture stock entry
2022-01-24 12:13:54 +05:30
ChillarAnand
7086d3f3d7
Merge branch 'develop' into remove-nonprofit
2022-01-24 11:35:47 +05:30
Rohit Waghchaure
f8d232ac26
fix: incorrect raw materials quantity in manufacture stock entry
2022-01-24 11:35:06 +05:30
ChillarAnand
4bdf6248aa
refactor: Remove regional setup for non-profit
2022-01-24 11:06:11 +05:30
rohitwaghchaure
a3ec78991f
Merge pull request #29353 from anupamvs/crm-contact-duplication-develop
...
fix: contact duplication on converting lead to customer
2022-01-24 10:16:49 +05:30
ruthra
f122a47d0d
refactor: fix failing test cases
2022-01-24 10:08:25 +05:30
ruthra
80ea163953
fix: linter issue
2022-01-23 21:49:02 +05:30
mergify[bot]
8e3cd1ab31
fix: Don't delete barcode while saving Item ( #29411 ) ( #29417 )
...
(cherry picked from commit 096e7b9ec5 )
Co-authored-by: Britlog <info@britlog.com >
2022-01-23 17:04:55 +05:30
ruthra
88463dc494
test: validating custom accouting dimension in opening invoice tool
...
- create new dimension 'department'
- assign and validate department in opening invoices
2022-01-21 19:33:06 +05:30
ruthra
e2267cdba8
fix: opening invoice creation tool not taking in accouting dimension
2022-01-21 19:21:26 +05:30
Saqib Ansari
0a24953906
Merge pull request #29367 from nextchamp-saqib/fix-credit-balance-report
...
fix: bypass_credit_limit_check in credit balance report
2022-01-21 16:36:48 +05:30
Ankush Menat
dc8dad4456
fix(patch): skip patch if column doesn't exist
2022-01-21 16:12:13 +05:30
Saqib Ansari
58cc3b32fa
Merge pull request #29334 from nextchamp-saqib/grouped-asset-purchase
2022-01-21 15:33:13 +05:30
Ankush Menat
4fa93e246e
test: create and cancel sr no with stock reco
2022-01-21 15:27:10 +05:30
Ankush Menat
203f0086f8
fix(patch): update stock reconciliation current serial nos
...
When current serial nos are non-existing there shouldn't be any value in
current_serial_no field.
2022-01-21 15:27:10 +05:30
Ankush Menat
33c4a0b5a9
fix: bad default for non-existing serial nos
...
serial_no field should have empty string if it doesn't have any serial
nos
2022-01-21 15:27:10 +05:30
Ankush Menat
ea5efd0791
perf: single query to update serial nos
2022-01-21 15:27:10 +05:30
Noah Jacob
11c9a5a79f
fix: update status on visit cancel ( #29389 )
...
* fix: update status on cancelling visit
* test: updated test for cancelling visits
2022-01-21 14:48:33 +05:30
Saqib Ansari
c7e75f9551
Merge pull request #29385 from nextchamp-saqib/asset-fix-depr-fix
...
fix: first depreciation amount in asset
2022-01-21 14:25:43 +05:30
Saqib Ansari
eff1d6bf67
Merge branch 'develop' into grouped-asset-purchase
2022-01-21 14:20:47 +05:30
Saqib Ansari
a09259f175
Merge branch 'develop' into grouped-asset-purchase
2022-01-21 14:20:27 +05:30
Deepesh Garg
0d3b279fe6
Merge pull request #29362 from nextchamp-saqib/fix-cancel-jv
...
fix: cannot cancel jv after migrating from v12
2022-01-21 14:20:25 +05:30
Himanshu
f5ed0c83b7
fix(Timesheets): calculate to time ( #28589 )
...
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com >
2022-01-21 13:05:47 +05:30
Saqib Ansari
c3e890e59f
Merge branch 'develop' into fix-cancel-jv
2022-01-21 12:25:30 +05:30
Saqib Ansari
53addfda15
fix: sider issue
2022-01-21 12:23:52 +05:30
Saqib Ansari
0666996e4e
Merge pull request #29373 from nextchamp-saqib/validate-asset-cc
...
fix: cost center validation of asset
2022-01-21 12:21:49 +05:30
Saqib Ansari
ae580d116c
fix: failing test cases
2022-01-21 12:19:53 +05:30
Noah Jacob
20216fa9f1
fix: updated packed_items getting fetched on Sales Return / Credit Note ( #28607 )
...
* fix: updated packed_items getting fetched on sales return
* fix: updated test cases for product bundle returns
* fix: moved calculate_mapped_packed_items_return to stock.utils
* fix: updated packed_items getting fetched on Return/Credit Note
* refactor: change var name to avoid `self`
* fix: check item code before assigning parent item
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-21 11:50:13 +05:30
Saqib Ansari
0bbde4819b
fix: depreciation amount on selling an asset
2022-01-21 11:44:05 +05:30
Saqib Ansari
60bfead773
fix: first depreciation amount in asset
2022-01-21 11:32:55 +05:30
Ankush Menat
cce35c1536
fix(patch): delete hospitality custom fields ( #29382 )
2022-01-20 19:42:08 +05:30
Anupam Kumar
ebb9d8d45b
Merge branch 'develop' into crm-contact-duplication-develop
2022-01-20 17:30:14 +05:30
Marica
180f06dae2
Merge pull request #29375 from marination/bom-ops-report
...
fix: (enhance) BOM Operations Report
2022-01-20 14:54:31 +05:30
Ankush Menat
7e407bcc42
fix: show stock UOM for material transfers ( #29376 )
2022-01-20 14:49:39 +05:30
marination
af734298c8
fix: Allow only BOM with ops in BOM ID filter & add total row to report
2022-01-20 14:29:18 +05:30
marination
3c7b772112
fix: Sider (unused imports) and Linter(add extra empty line)
2022-01-20 14:19:08 +05:30
marination
a9ff1fc52e
fix: (enhance) BOM Operations Report
...
- Added filters in the Report for BOM ID, Item Code and Workstation
- Converted Raw SQL to frappe.qb and added method to get filtered data
- Changed fieldtype of 'Time in mins' from Int to Float
- Get BOM wise grouped data to keep order and accurate grouping in report
2022-01-20 13:36:46 +05:30
Saqib Ansari
b8c41e3030
test: item price on remove pricing rule
2022-01-20 13:06:56 +05:30
Saqib Ansari
f6dda738dc
fix: ignore pricing rule in all transactions
2022-01-20 12:22:56 +05:30
Deepesh Garg
c8489d630b
Merge pull request #29369 from frappe/mergify/bp/develop/pr-29366
...
fix: Cleanup empty rows on bank statement import (backport #29366 )
2022-01-20 12:14:36 +05:30
Saqib Ansari
3da2cac772
chore: undo unnecessary changes
2022-01-20 12:09:04 +05:30
Chillar Anand
2718ddd784
refactor: Removed hospitality domain from ERPNext ( #29167 )
2022-01-20 11:57:22 +05:30
Saqib Ansari
4390adcaa1
fix: cost center validation of asset
2022-01-20 11:54:14 +05:30
Deepesh Garg
e34da90653
fix: Cleanup empty rows on bank statement import
...
(cherry picked from commit 25398d017b )
2022-01-20 05:55:43 +00:00
ChillarAnand
f423de530a
refactor: Code cleanup
2022-01-20 11:14:33 +05:30
Saqib Ansari
50c276f64f
fix: bypass_credit_limit_check in credit balance report
2022-01-20 10:56:49 +05:30
Saqib Ansari
04d64567ef
fix: cannot cancel jv after migrating from v12
2022-01-19 19:37:55 +05:30
Saqib Ansari
d36092d448
patch: set default asset quantity as 1
2022-01-19 18:27:19 +05:30
ruthra
1e0450ed17
test: unit test for deferred items with zero months
2022-01-19 15:51:40 +05:30
ruthra
ed0f9cc063
refactor: a more generalized way to clear old entries for test cases
2022-01-19 15:50:04 +05:30
Saqib Ansari
a5643d500e
test: purchase of grouped assets
2022-01-19 15:31:31 +05:30
Saqib Ansari
7d8eef5c4e
fix: cannot set asset quantity for existing assets
2022-01-19 15:31:20 +05:30
Krithi Ramani
8c536ffb20
bypass selling price validation for free item
2022-01-19 15:27:09 +05:30
Rucha Mahabal
5ae44f3a02
chore: set title and search fields in HR and Payroll doctypes ( #29351 )
2022-01-19 14:42:52 +05:30
Deepesh Garg
4abc7da2c0
chore: Add test case
2022-01-19 14:28:00 +05:30
Anupam
6ebee9b4c4
fix: changed function name
2022-01-19 13:05:48 +05:30
Anupam Kumar
21287b18de
Merge branch 'develop' into crm-contact-duplication-develop
2022-01-19 12:55:31 +05:30
Anupam
e44c4e007a
fix: contact duplication on converting lead to customer
2022-01-19 12:54:00 +05:30
Marica
b9f70edacb
Merge pull request #28843 from noahjacob/maint_sch_link_fix
...
refactor: update_serial_no function for old Maintenance Visits
2022-01-19 12:49:11 +05:30
Deepesh Garg
d37feb8208
feat: Splitting group assets
2022-01-19 10:00:05 +05:30
barredterra
663c594ead
feat: option to disable tax category
2022-01-18 21:16:29 +01:00
barredterra
f60e040d69
feat: option to disable Item Tax Template
2022-01-18 21:15:27 +01:00
Saqib Ansari
34fad75f5d
Merge pull request #29342 from nextchamp-saqib/minor-onboarding-fix
...
fix: minor onboarding fixes
2022-01-18 19:52:10 +05:30
Saqib Ansari
0efdbae783
fix: minor onboarding fixes
2022-01-18 18:38:59 +05:30
Rucha Mahabal
17b1f5f256
test: employee advance status
2022-01-18 18:35:25 +05:30
Rushabh Mehta
fcf12c4054
fix(minor): allow SLA update without permission check
2022-01-18 18:07:11 +05:30
Ankush Menat
b578dc9978
fix!: drop old broken demo files ( #29339 )
...
* fix!: drop old broken demo files
* chore: correct license
2022-01-18 17:43:27 +05:30
Rucha Mahabal
85be0d22d4
fix: employee advance status update on return via additional salary
2022-01-18 14:38:16 +05:30
Rucha Mahabal
0843d43885
fix(Expense Claim): validate advances after setting totals
2022-01-18 14:37:45 +05:30
Rucha Mahabal
bf30932de0
patch: Employee Advance return statuses
2022-01-18 14:36:38 +05:30
Rucha Mahabal
e04b3aaf7a
feat(Employee Advance): add 'Returned' and 'Partly Claimed and Returned' status
2022-01-18 14:36:22 +05:30
Saqib Ansari
35a6b58c12
feat: purchase grouped asset
2022-01-18 13:10:23 +05:30
Ankush Menat
fabe0bce15
fix: enable allow negative stock by default in reposts ( #29331 )
...
Negative stock validation is done BEFORE reposting as such it's not
required to be performed again and most likely this fails on old
intermediate data where user has no clue why it failed.
2022-01-18 11:48:44 +05:30
Ankush Menat
48f3d53556
fix: cover case when all material needs to be bought ( #29326 )
...
When material request is to be made for purchase qty should be converted
to purchase UOM
2022-01-17 22:14:42 +05:30
Maxwell Morais
9cd26fbb6a
fix: purchase to Stock UOM conversion on Production Plan #28570
...
fix: purchase to Stock UOM conversion on Production Plan
2022-01-17 21:50:18 +05:30
Subin Tom
845c02a989
fix: remove qty indicator from non stock items
2022-01-17 20:49:11 +05:30
Subin Tom
27b35d72e2
fix: sider fix
2022-01-17 19:53:39 +05:30
Subin Tom
ac9a9fb229
fix: removing get_value call by returning is_stock_item in get_stock_availability method
2022-01-17 19:38:05 +05:30
Noah Jacob
dec7513773
fix: Serial No. filters for unscheduled visits
2022-01-17 18:31:58 +05:30
Marica
dbda10e092
Merge pull request #28987 from ankush/fix/srvaluation
...
fix: incorrect serial no valuation
2022-01-17 16:55:21 +05:30
Rucha Mahabal
6aac8de53e
feat(UX): Option to exclude holidays while marking monthly attendance ( #29185 )
2022-01-17 16:28:46 +05:30
Deepesh Garg
6bea91e9fe
Merge pull request #29182 from ruthra-kumar/project_in_purchase_invoice
...
fix: get project from PO into payment entry
2022-01-17 15:04:03 +05:30
Deepesh Garg
09172002e7
fix: Linting issues
2022-01-17 15:01:17 +05:30
Rucha Mahabal
b07c1f3bf1
feat: add link to leave application in leave notification ( #29316 )
2022-01-17 14:37:25 +05:30
Ankush Menat
3db8d908dc
Merge pull request #29278 from shariquerik/update-workspace-json
...
fix: Updating public workspace json based on new design
2022-01-17 13:25:16 +05:30
Marica
773ed2ba7b
Merge branch 'develop' into maint_sch_link_fix
2022-01-17 13:13:56 +05:30
rohitwaghchaure
9088984481
Merge pull request #29304 from ankush/fix/zero_valued_reposts
...
fix: dont update sle values from get_gl_entries
2022-01-17 11:59:17 +05:30
Anupam Kumar
4d48035828
fix: show work order progress bar even it is closed ( #29312 )
2022-01-17 11:49:57 +05:30
Noah Jacob
d39ffeeef0
Merge branch 'develop' into maint_sch_link_fix
2022-01-17 10:34:07 +05:30
Ankush Menat
66bf21f143
fix(patch): sle.serial_no = "\n" causes incorrect queue ( #29306 )
...
This happens due to old data.
2022-01-16 20:45:59 +05:30
Ankush Menat
82ea958730
fix: ignore cancelled SLEs ( #29303 )
2022-01-16 20:19:04 +05:30
Ankush Menat
5d27a7672e
test: serial no valuation test case
2022-01-16 17:54:12 +05:30
Ankush Menat
0272397e54
test: make sure zero incoming rate is maintained while consuming
2022-01-16 13:24:40 +05:30
Ankush Menat
b0cf6195e9
fix: only add stock queue if FIFO ( #29302 )
2022-01-16 13:02:23 +05:30
Ankush Menat
8f5772463c
fix: dont update sle values from get_gl_entries
2022-01-16 12:42:44 +05:30
Ankush Menat
fcc885bc16
fix: get incoming rate only if not return
2022-01-16 12:40:25 +05:30
Ankush Menat
b9642a1036
fix: incorrect incoming rate computation for sr no
2022-01-16 12:39:34 +05:30
Deepesh Garg
1e34300f69
Merge branch 'develop' into project_in_purchase_invoice
2022-01-15 21:00:14 +05:30
Deepesh Garg
3438e1f0c4
Merge pull request #29175 from rtdany10/patch-14
...
fix: seperate custom field creation for KSA
2022-01-15 20:52:57 +05:30
Dany Robert
2b681f04fd
fix: exclude existing serial numbers while auto creating new #29292
...
fix: exclude existing serial numbers while auto creating new
2022-01-15 20:08:11 +05:30
Deepesh Garg
14e0d00a61
Merge pull request #29115 from deepeshgarg007/deferred_revenue_multi_currency_jv
...
fix: Deferred revenue booking for multi currency invoices via JV
2022-01-15 18:55:41 +05:30
Deepesh Garg
fd922f1617
fix: Remove unwanted test
2022-01-15 18:27:40 +05:30
Deepesh Garg
ae95439c7e
Merge pull request #29208 from deepeshgarg007/nil_exempt_non_gst_gstr_1
...
fix(India): NIL Rated, Exempted and non gst invoices in GSTR-1 report
2022-01-14 19:43:40 +05:30
Saqib Ansari
1d976655f5
refactor: exclude submittable doctype from SLA ( #29286 )
2022-01-14 18:46:52 +05:30
Saqib Ansari
cc88b31f1f
test: remove sla if no active sla found
2022-01-14 18:17:40 +05:30
Saqib Ansari
b31679b6ef
fix: customer filter while fetching active sla
2022-01-14 16:31:48 +05:30
Saqib Ansari
0bfbfa3719
fix: reset sla if no active sla found
2022-01-14 16:13:17 +05:30
Saqib Ansari
a68fc546e7
refactor: do not allow submittable doctypes for SLA
2022-01-14 15:35:40 +05:30
Saqib Ansari
203fca45bf
fix: order of company form fields ( #29287 )
2022-01-14 14:59:58 +05:30
Deepesh Garg
b9b4c9aff7
Merge pull request #29270 from nextchamp-saqib/change-fieldtype
...
fix: threshold fields shows incorrect currency
2022-01-14 14:50:45 +05:30
Chillar Anand
39eb4e040c
fix(healthcare): Remove custom fields related to healthcare ( #29129 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-01-14 12:37:32 +05:30
Saqib Ansari
a9ab157198
fix: remove dashboard showing only issue count
2022-01-14 11:42:34 +05:30
Deepesh Garg
08f26de3df
fix: Remove comment
2022-01-13 23:05:27 +05:30
Deepesh Garg
1846dbfb4d
Merge branch 'develop' of https://github.com/frappe/erpnext into nil_exempt_non_gst_gstr_1
2022-01-13 22:40:20 +05:30
Deepesh Garg
55c445cd37
fix: JSON for nil/exempt and non gst
2022-01-13 22:39:57 +05:30
rohitwaghchaure
388293dbea
Merge pull request #29280 from rohitwaghchaure/company-filter-issue-for-default-account
...
fix: accounts are coming from different company in the dropdown
2022-01-13 21:11:55 +05:30
Shariq Ansari
dd56bf205a
fix: fixed card for buying workspace
2022-01-13 20:19:49 +05:30
Shariq Ansari
469bddcadf
fix: minor fix
2022-01-13 19:50:26 +05:30
Deepesh Garg
24bb1e8987
fix: Test case
2022-01-13 19:44:26 +05:30
Shariq Ansari
bc187c121a
fix: updated standard workspace json files
2022-01-13 19:24:11 +05:30
Ankush Menat
be0a4412d3
chore: update label rules
2022-01-13 17:19:59 +05:30
Marica
343f517740
Merge pull request #29271 from marination/allow-multiple-fg-in-repack
...
fix: Don't validate FG in repack entry
2022-01-13 15:27:22 +05:30
marination
c49dff385a
test: Check for FinishedGoodError if 0 FG in repack entry
2022-01-13 15:02:59 +05:30
marination
3922a39591
test: Basic test one item repacked into two
...
- Also run fg validation and fg marking after checking purpose, avoid unnecessary calls
2022-01-13 14:36:21 +05:30
Rucha Mahabal
3a18e62a9b
fix: filter for leave period in Bulk Leave Policy Assignment ( #29272 )
...
* fix: filter for leave period in Bulk Leave Policy Assignment
* fix: set title for Leave Policy Assignment
2022-01-13 14:08:11 +05:30
marination
eac7b5d5aa
fix: Allow multiple fg in repack entry
2022-01-13 13:44:20 +05:30
Rohit Waghchaure
dabe5981bb
fix: accounts are coming from different company in the dropdown
2022-01-13 12:51:34 +05:30
Saqib Ansari
0e1b8322c1
fix: threshold fields shows incorrect currency
2022-01-13 12:06:03 +05:30
mergify[bot]
82b2d22627
fix(Payroll): Cannot submit salary slips from amended payroll entry. (backport #29228 ) ( #29268 )
...
* fix: salary slip transaction state after payroll entry cancel
* fix: use db_set in on_cancel method
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit 81f1b7dfeb )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2022-01-13 11:09:36 +05:30
Ankush Menat
c80d5f70bc
Merge branch 'develop' into maint_sch_link_fix
2022-01-12 19:46:52 +05:30
Ankush Menat
eb8d08b411
fix: remove all stock UOM conversion when changing stock UOM
2022-01-12 19:41:28 +05:30
Rucha Mahabal
5cda4ea39f
fix: autoname generated for Job Applicant is too long ( #29260 )
...
* fix: autoname generated for Job Applicant is too long
- autoname based on email and append number if exists instead of concatenating name, email, title
- add more search fields for context during selection
* test: Job applicant naming and fix related tests
2022-01-12 19:03:36 +05:30
Mohammed Yusuf Shaikh
8b5827ed6d
fix: from time and to time not updated in drag and drop action #29114
...
fix: from time and to time not updated in drag and drop action
2022-01-12 18:49:33 +05:30
Marica
efcfb825d7
Merge pull request #29257 from marination/fix-reset-wh-defaults
...
fix: Avoid resetting Default wh fields for Manufacture Entry
2022-01-12 16:44:33 +05:30
Saqib Ansari
11fae15bec
fix(asset): check if fixed asset account is set against company ( #29189 )
2022-01-12 13:23:18 +05:30
rohitwaghchaure
71466c6456
Merge pull request #29179 from rohitwaghchaure/fixed-incorrect-scrap-qty-in-manufacture
...
fix: incorrect scrap item qty
2022-01-12 13:13:30 +05:30
Saqib Ansari
aef432ee2f
fix: description not fetched in sales order analytics report ( #29230 )
2022-01-12 13:11:21 +05:30
Rohit Waghchaure
8f0b2fa90e
fix: incorrect scrap item qty
2022-01-12 11:30:20 +05:30
Marica
b5abf68b0d
Merge branch 'develop' into e-commerce-refactor-develop
2022-01-12 02:52:03 +05:30
Ankush Menat
8f0d10a1b7
chore: add crm module in issue template
...
[skip ci]
2022-01-11 18:45:53 +05:30
Ankush Menat
f8119563ca
fix(patch): enable all uoms on recently created sites
2022-01-11 17:49:30 +05:30
Ankush Menat
33aad4b950
fix: UOM autocomplete broken
...
All new recent sites seem to have all UOMs as disabled by default. The
desired behaviour is exact opposite of this.
2022-01-11 17:49:30 +05:30
Deepesh Garg
d6ee678ec9
Merge pull request #29193 from ruthra-kumar/bug_deferred_report
...
fix: deferred report division by zero exception
2022-01-11 17:19:08 +05:30
Saqib Ansari
c45042c00e
feat: early payment discount on sales & purchase orders ( #29101 )
2022-01-11 15:03:07 +05:30
Rucha Mahabal
2b33e63d2c
fix: use get_all instead of get_list while fetching SLA doctypes ( #29216 )
...
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-11 14:40:08 +05:30
Ankush Menat
754596dfc1
fix: "update cost" should ignore overridden routing times #29154
...
fix: "update cost" should ignore overridden routing times
2022-01-11 14:20:44 +05:30
Saqib Ansari
75c8b2556e
fix(pos): cannot ignore pricing rule for one particular invoice ( #29222 )
2022-01-11 13:25:42 +05:30
Saqib Ansari
c62083653b
fix(gl-report): group by cost center only if include_dimensions is checked ( #28883 )
2022-01-11 12:45:40 +05:30
Deepesh Garg
962dd5eaec
Merge pull request #27318 from rtdany10/currency-exchange-settings
...
feat: currency exchange settings
2022-01-11 11:34:23 +05:30
Deepesh Garg
93d784dde3
Merge branch 'develop' of https://github.com/frappe/erpnext into currency-exchange-settings
2022-01-10 21:28:53 +05:30
Deepesh Garg
ca5ea5f55f
fix: test cases
2022-01-10 21:28:29 +05:30
Marica
9d36e30ef7
Merge pull request #29131 from ankush/serial_no_patch
...
fix(patch): serial no whitespace trimming
2022-01-10 19:51:26 +05:30
Ankush Menat
f195f803ff
test: account reports
2022-01-10 19:14:22 +05:30
Ankush Menat
2d76c05175
refactor: unnecessary joining of lists
2022-01-10 19:14:22 +05:30
Ankush Menat
fab7a58056
chore: remove misleading comment
2022-01-10 18:28:46 +05:30
Ankush Menat
2854f63caf
fix!: drop python 3.7 support
2022-01-10 18:28:46 +05:30
Saqib Ansari
e5b649b588
fix: pos invoices consolidation case with permlevel ( #29011 )
2022-01-10 18:24:08 +05:30
Deepesh Garg
3fdd47e71f
Merge branch 'develop' of https://github.com/frappe/erpnext into currency-exchange-settings
2022-01-10 17:32:15 +05:30
Deepesh Garg
e2dab6f421
fix: Cleanup and fixes
2022-01-10 17:31:38 +05:30
Ankush Menat
cbaa8fdade
refactor: convert query to ORM
2022-01-10 16:13:52 +05:30
Ankush Menat
0faa116f97
fix(patch): serial no whitespace trimming
...
old data can contain trailing/leading whitespace which doesn't work well
with code to find last SLE for serial no.
2022-01-10 16:02:27 +05:30
ruthra
8026f86548
refactor: get project from basic transactions
...
- sales order, sales invoice, purchase order and purchase order
- if project not found in transaction, get from items
2022-01-10 12:58:58 +05:30
Deepesh Garg
7d85755595
fix(India): NIL Rated, Exempted and non gst invoices in GSTR-1 report
2022-01-10 12:50:34 +05:30
Conn Campbell
31123436fb
fix: Task Depends on not removed from Gantt chart ( #28309 )
...
Co-authored-by: conncampbell <conncampbell@conzu.ca >
2022-01-10 10:28:10 +05:30
Ankush Menat
5b67dbf8d0
ci: only run label action once
2022-01-09 20:27:18 +05:30
Ankush Menat
55d00a3cf6
ci: fix auto label behaviour
2022-01-09 20:18:42 +05:30
Ankush Menat
23b0a3f546
ci: add auto labeller workflow
2022-01-09 20:11:19 +05:30
Ankush Menat
2fe919e746
chore: update CODEOWNERS
2022-01-09 20:11:19 +05:30
Deepesh Garg
18c4ddadf1
fix: Test case
2022-01-07 20:57:15 +05:30
Deepesh Garg
30a647ff80
fix: Handle frozen books while handling
2022-01-07 19:52:38 +05:30
Deepesh Garg
2aea078699
Merge branch 'develop' of https://github.com/frappe/erpnext into deferred_revenue_multi_currency_jv
2022-01-07 19:06:16 +05:30
Shadrak Gurupnor
25c875e447
chore: remove framework patch for custom fields ( #29117 )
...
* chore: patches were breaking during migration
* fix: rewrote the query in query builder
* chore: removed patch from patches.txt
2022-01-07 18:54:50 +05:30
Deepesh Garg
68723c753f
Merge pull request #29191 from frappe/mergify/bp/develop/pr-29135
...
fix: Show GL balance in Accounts Receivable and Payable summary (backport #29135 )
2022-01-07 18:51:01 +05:30
Deepesh Garg
b83608b029
Merge pull request #28994 from nextchamp-saqib/zero-qty-debit-note
...
fix: cannot create debit note with zero qty
2022-01-07 18:35:24 +05:30
Deepesh Garg
2de5122262
fix: Add iteritems back
2022-01-07 18:30:19 +05:30
Deepesh Garg
00055bb159
fix: Conflicts
2022-01-07 18:11:38 +05:30
Deepesh Garg
14689a51f4
Merge branch 'develop' of https://github.com/frappe/erpnext into deferred_revenue_multi_currency_jv
2022-01-07 16:49:57 +05:30
ruthra
fe4d7f86ee
fix: deferred report division by zero exception
2022-01-07 16:30:56 +05:30
Deepesh Garg
bf5930c4bb
fix: Show GL balance in Accounts Receivable and payable summary
...
(cherry picked from commit 1d270dca05 )
# Conflicts:
# erpnext/accounts/report/accounts_receivable_summary/accounts_receivable_summary.py
2022-01-07 09:35:19 +00:00
Deepesh Garg
f6f449ed18
Merge pull request #29176 from deepeshgarg007/outstanding_amount_anomaly
...
fix: Inconsistency in calculating outstanding amount
2022-01-07 13:28:52 +05:30
Dany Robert
2e5f22a370
patch: run field creation patch
2022-01-07 13:01:19 +05:30
Deepesh Garg
a456cf4225
Merge pull request #29169 from deepeshgarg007/loan_repayment_salary_slip
...
fix: GL Entries for loan repayment via Salary
2022-01-07 12:54:25 +05:30
Deepesh Garg
d28d7119b0
Merge pull request #29171 from frappe/mergify/bp/develop/pr-29155
...
fix: Currency in KSA VAT report (backport #29155 )
2022-01-06 19:00:38 +05:30
Deepesh Garg
9d3a5c3184
fix: Inconsistency in calculating outstanding amount
2022-01-06 18:58:49 +05:30
Dany Robert
63a4c1d926
chore: linter style
2022-01-06 18:48:02 +05:30
Dany Robert
00b2dede14
fix: function name issue
2022-01-06 18:42:56 +05:30
Dany Robert
90eb046ce6
fix: remove unwanted fields from KSA setup
2022-01-06 18:15:40 +05:30
Ankush Menat
24fc487dd8
fix: incorrect serial no valuation report showing cancelled entries ( #29172 )
2022-01-06 17:03:34 +05:30
Deepesh Garg
fe929304cf
fix: Currency in KSA VAT report
...
(cherry picked from commit 1d87e9d8f6 )
2022-01-06 10:53:14 +00:00
Deepesh Garg
80dce1ab73
Merge pull request #29125 from nextchamp-saqib/fix-reverse-jv
...
fix: cannot create reverse journal entry
2022-01-06 13:30:50 +05:30
Deepesh Garg
f316aaf41e
fix: GL Entries for loan repayment via Salary
2022-01-06 13:19:17 +05:30
ruthra
ca17c7226c
fix: get project from PO into payment entry
2022-01-06 11:34:47 +05:30
Rucha Mahabal
26247be3b8
fix: Earned Leave allocation from Leave Policy Assignment ( #29163 )
...
* fix: Earned Leave allocation from Leave Policy Assignment
* test: Earned Leave Allocation from Leave Policy Assignment
2022-01-06 11:21:59 +05:30
ChillarAnand
0c0a9ed96d
refactor: Remove non-profit domain from ERPNext
2022-01-06 09:53:49 +05:30
Saqib Ansari
fcc5fa14c8
fix: failing tests of first response time ( #29153 )
2022-01-05 20:44:06 +05:30
Saqib Ansari
fbd706f232
fix: existing party link validation ( #29159 )
2022-01-05 17:55:08 +05:30
ruthra
4535a7a301
test: qty and rate changed to remove need for fractional Nos
2022-01-05 10:46:32 +05:30
ruthra
edd980acdc
refactor: remove unused imports
2022-01-05 10:43:20 +05:30
ruthra
9f1e68801d
test: fix failing test case payment terms status
2022-01-05 10:11:19 +05:30
Rucha Mahabal
ac816f4fed
fix(UX): validate setup on clicking Mark Attendance button in Shift Type ( #29146 )
2022-01-04 21:46:31 +05:30
Deepesh Garg
ae3d2b4438
Merge pull request #29142 from ruchamahabal/accounting-dimension-mapping
...
fix: map Accounting Dimensions for Bank Entry against Payroll Entry
2022-01-04 20:27:22 +05:30
Rucha Mahabal
72ef35bace
Merge branch 'develop' into accounting-dimension-mapping
2022-01-04 19:59:02 +05:30
Subin Tom
3febca1a9a
fix: Modifying Opening invoice creation tool timestamp ( #29127 )
2022-01-04 19:37:44 +05:30
Rucha Mahabal
5eeb94db31
fix: map Accounting Dimensions for Bank Entry against Payroll Entry
2022-01-04 19:21:16 +05:30
Subin Tom
19bb01c973
fix: POS items added to cart despite low qty ( #29126 )
2022-01-04 19:14:40 +05:30
Saqib Ansari
f4db474be0
fix: minor issues ( #29130 )
2022-01-04 19:12:19 +05:30
Anupam Kumar
08dcbd6fce
feat: allow user to change the parent company
2022-01-04 19:05:36 +05:30
Ankush Menat
733c9defdf
fix: update idx after updating items in so/po ( #29134 )
2022-01-04 18:39:30 +05:30
Chillar Anand
0900c3d655
refactor: Removed agriculture module from ERPNext ( #29022 )
2022-01-04 17:26:11 +05:30
Ankush Menat
e73c51bee6
test: fix test broken by todo schema change
2022-01-04 17:23:03 +05:30
Deepesh Garg
e311667a25
fix: Test case
2022-01-04 16:24:24 +05:30
ruthra
1bac793083
feat: Payment Terms Status report
...
- calculate status at runtime for payment terms based on invoices
- invoices are used in FIFO method
2022-01-04 15:53:41 +05:30
Saqib Ansari
3aa1817f7b
fix: cannot create reverse journal entry
2022-01-04 14:43:02 +05:30
Deepesh Garg
094158f287
fix: Add test case for multicurrency invoice
2022-01-04 14:04:18 +05:30
Nabin Hait
11cfa16158
fix: future recurring period calculation ( #29083 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2022-01-04 11:38:49 +05:30
Deepesh Garg
98f294a8ae
fix: Deferred revenue booking for multi currency invoices via JV
2022-01-03 19:40:47 +05:30
Saqib Ansari
7e777356ee
Merge pull request #28160 from resilient-tech/fix-invoice-statuses
...
refactor: `update_invoice_status` with query builder
2022-01-03 17:59:11 +05:30
Saqib Ansari
842a6cda5d
Merge pull request #28907 from nemesis189/pos-batch-no-stock-validation
...
fix: Validation in POS for item batch no stock quantity
2022-01-03 17:36:21 +05:30
Subin Tom
7385497219
fix: using get_batch_qty method to get available_qty
2022-01-03 16:57:00 +05:30
Subin Tom
267da48889
fix: added Sum() in query
2022-01-03 16:40:11 +05:30
Subin Tom
9e20fa85c1
fix: Removed validate_non_stock_items, filter_service_items methods
2022-01-03 14:46:53 +05:30
Saqib Ansari
568550874d
Merge branch 'develop' into pos-batch-no-stock-validation
2022-01-03 14:46:29 +05:30
rohitwaghchaure
f02e6b4631
fix: incorrect posting time fetching incorrect qty ( #29103 )
2022-01-03 14:28:34 +05:30
Saqib Ansari
d0f5beeb34
fix: filter query in bank reconciliation tool ( #29098 )
2022-01-03 11:33:03 +05:30
Subin Tom
6b973d658c
fix: sider issues
2022-01-03 10:47:13 +05:30
rohitwaghchaure
650b388bc1
Merge pull request #28458 from anupamvs/crm-carry-forward-communication-comments
...
feat: carry forward communication and comments throughout the sales c…
2022-01-03 10:19:56 +05:30
Conor
d2074b16db
ci: postgres unittests configurations ( #28952 )
...
Co-authored-by: Ankush Menat <ankush@frappe.io >
2022-01-02 23:33:10 +05:30
Deepesh Garg
f56deebb97
Merge pull request #29094 from frappe/mergify/bp/develop/pr-29092
...
fix(India): Tax and Charges template not getting fetched based on tax category assigned (backport #29092 )
2022-01-02 19:42:38 +05:30
Deepesh Garg
c3d890f3f1
fix: get fiscal year based on date
2022-01-02 19:10:49 +05:30
Deepesh Garg
4b6217a683
fix: Test Case
...
(cherry picked from commit 342658ea70 )
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
2022-01-02 13:36:43 +00:00
Deepesh Garg
466e549842
fix(India): Tax and Charges template not getting fetched based on tax category assigned
...
(cherry picked from commit 7a5937a98c )
2022-01-02 13:36:41 +00:00
Deepesh Garg
db829a0610
Merge pull request #29050 from mohsinalimat/patch-1
...
feat: Add currency in import download statement
2022-01-02 17:15:01 +05:30
Deepesh Garg
ebc1039610
Merge pull request #29070 from frappe/pr-addded-to-po-dashboard
...
refactor: Payment Request added to PO Dashboard
2022-01-02 17:04:12 +05:30
Deepesh Garg
9c1773f56e
Merge pull request #28812 from rtdany10/ledger-merger
...
feat: ledger merger
2022-01-02 16:45:48 +05:30
Deepesh Garg
9199513de4
Merge pull request #29037 from wojosc/patch-20
...
feat: update de.csv
2022-01-02 16:29:43 +05:30
Raffael Meyer
a4e3d79bc1
revert: german translation of "Minute"
2021-12-31 17:43:10 +01:00
Raffael Meyer
538dffa617
fix: apply suggestions from review
2021-12-31 14:12:28 +01:00
Vaibhav Chopra
dbbc8d8aed
fix: leave_allocation variable not being defined ( #29086 )
2021-12-31 13:34:20 +05:30
Dany Robert
321730a88e
Merge branch 'develop' into ledger-merger
2021-12-31 13:02:12 +05:30
MohsinAli
72369092a3
Merge branch 'develop' into patch-1
2021-12-30 17:13:59 +05:30
Saqib Ansari
79ccf80faf
Merge branch 'develop' into zero-qty-debit-note
2021-12-29 17:32:16 +05:30
Kanchan Chauhan
8c4cdf7afc
refactor: Payment Request added to PO Dashboard
2021-12-29 16:44:20 +05:30
Saqib Ansari
689e08aca3
Merge branch 'develop' into pos-service-items
2021-12-29 14:55:20 +05:30
Pruthvi Patel
fc0dd3fcd7
Merge branch 'develop' into fix-invoice-statuses
2021-12-29 13:45:35 +05:45
rohitwaghchaure
56b9ad8303
Merge pull request #29064 from rohitwaghchaure/optimize-patch-for-update-bom-in-so-mr
...
fix: optimize patch for update bom in SO and MR
2021-12-29 12:08:27 +05:30
Rohit Waghchaure
d9b9f4e8b7
fix: optimize patch for update bom in SO and MR
2021-12-29 10:14:03 +05:30
Deepesh Garg
b1d8815556
Merge pull request #28034 from deepeshgarg007/term_loan_enhancement
...
fix: Updates in term loan processing
2021-12-28 18:39:31 +05:30
Deepesh Garg
68d49817a1
fix: Add test for loan repayment cancellation
2021-12-28 18:10:52 +05:30
Deepesh Garg
f78bf4c6ef
fix: Test cases
2021-12-28 17:40:05 +05:30
Rucha Mahabal
091e0bd72a
feat: Provision to assign multiple payroll cost centers against a single employee ( #29024 )
...
* feat: Provision to assign multiple payroll cost centers against a single employee
* fix: get fallback cost center from Employee/Department
* fix: linter issues
* fix: convert raw queries with frappe ORM
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-12-28 17:30:50 +05:30
Anupam Kumar
2fd870ff15
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-28 17:21:51 +05:30
Deepesh Garg
be5e6f02ae
Merge branch 'develop' of https://github.com/frappe/erpnext into term_loan_enhancement
2021-12-28 17:14:24 +05:30
Rucha Mahabal
251ed3aa74
Merge branch 'develop' into multiple-cost-centers-against-employee
2021-12-28 17:10:32 +05:30
Rucha Mahabal
88df5ce530
fix: tests ( #29051 )
...
* fix(test): create salary slip as per timesheet dates for Project Profitability
* fix(test): reload salary slip before checking for payment days
2021-12-28 17:09:46 +05:30
Ankush Menat
087ebcae5a
Merge pull request #29014 from ankush/rename_sr_no
...
fix!: disable renaming on serial nos
2021-12-28 15:34:50 +05:30
Deepesh Garg
2248841d8a
Merge pull request #29054 from frappe/mergify/bp/develop/pr-28996
...
fix: Issues in Bank Reconciliation tool (backport #28996 )
2021-12-28 15:17:51 +05:30
Deepesh Garg
6405699821
Merge branch 'develop' into mergify/bp/develop/pr-28996
2021-12-28 14:46:12 +05:30
Marica
27b157de22
Merge pull request #29057 from deepeshgarg007/unit_test_fixes
...
fix: Deferred revenue test case
2021-12-28 14:43:53 +05:30
Marica
18eb47f693
Merge pull request #28555 from marination/independent-manu-entry
...
fix: Validate Finished Goods for Independent Manufacture entries as well
2021-12-28 14:36:32 +05:30
Deepesh Garg
6f933db3cc
fix: Deferred revenue test case
2021-12-28 14:16:19 +05:30
Development for People
095a6e186f
fix: rename non existent doctype field to the right one ( #29055 )
2021-12-28 14:08:22 +05:30
Deepesh Garg
057cfb22d6
fix: Remove debug statement
...
(cherry picked from commit becb39da90 )
2021-12-28 08:11:18 +00:00
Deepesh Garg
d807d78313
fix: Issues in Bank Reconciliation tool
...
(cherry picked from commit ff183ee895 )
2021-12-28 08:11:18 +00:00
Marica
02b9541b43
Merge branch 'develop' into independent-manu-entry
2021-12-28 13:26:00 +05:30
marination
22809a2838
fix: Avoid Impact on Repack Entry
...
- Repack entries must be considered for fg/scrap checkbox auto set
- This must be avoided only for Manufacture entries, due to confusion between scrap and fg
- No scrap in repack, so its straight forward
2021-12-28 13:23:27 +05:30
marination
7d0340e660
fix: Sider
2021-12-28 13:06:35 +05:30
Anupam Kumar
6b9dfaea72
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-28 12:45:48 +05:30
Marica
b8c212aaef
Merge pull request #28966 from marination/stock-ageing-negative-stock
...
fix: Stock Ageing Report - Negative Opening Stock
2021-12-28 12:23:55 +05:30
Deepesh Garg
d02dcb6433
Merge pull request #29009 from deepeshgarg007/deferred_service_start_date_validate
...
fix: Start date validation for deferred invoices
2021-12-28 12:05:34 +05:30
Marica
09f26d8258
Merge branch 'develop' into stock-ageing-negative-stock
2021-12-28 11:50:00 +05:30
marination
6ca978c18b
fix: Linter (extra line after import)
2021-12-28 11:46:46 +05:30
Deepesh Garg
3607f51610
Merge pull request #29021 from anupamvs/project-form-custom-btn-grouping
...
fix: grouping project form custom buttons
2021-12-28 11:08:36 +05:30
Deepesh Garg
077e2c6467
Update erpnext/projects/doctype/project/project.js
2021-12-28 11:08:13 +05:30
Anupam Kumar
1c0fa3c231
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-28 10:34:16 +05:30
MohsinAli
a0863d1cb1
feat: Add currency in import download statement
...
Add currency in bank statement import
2021-12-28 10:27:19 +05:30
Rucha Mahabal
baa12bcee6
fix: convert raw queries with frappe ORM
2021-12-28 10:04:14 +05:30
Rucha Mahabal
8226ea65c8
fix: linter issues
2021-12-28 08:54:05 +05:30
Rucha Mahabal
3c8ed4f737
Merge branch 'develop' into multiple-cost-centers-against-employee
2021-12-28 08:40:48 +05:30
marination
098f72e7ec
test: Stock Ageing FIFO Slot generation
2021-12-28 02:33:54 +05:30
Marica
0eb38a4b13
Merge branch 'develop' into stock-ageing-negative-stock
2021-12-28 01:29:01 +05:30
marination
c007f84ade
chore: Added .md file to explain stock ageing business logic
2021-12-28 01:27:24 +05:30
Rucha Mahabal
25f4de80b3
fix: filter out Claimed employee advances in Expense Claim ( #29046 )
2021-12-27 21:15:40 +05:30
marination
878fd377c2
chore: Use frappe.qb for query
2021-12-27 21:09:05 +05:30
Rucha Mahabal
21b07385ba
fix: flaky HR tests ( #29017 )
...
* fix(test): use root company in Expense Claim tests
* fix(test): set Holiday List for Leave Allocation
* fix(test): set Holiday List for company
2021-12-27 16:57:36 +05:30
Wolfram Schmidt
8415ec4d0c
Update de.csv
...
Especially to allign Sales Orders (Aufträge) Sales Invoices (Ausgangsrechnungen) to Purchase Orders (Bestellungen) Purchase Invoice (Eingangsrechnungen). Both are a definate opposite and are kept short.
2021-12-26 12:46:11 +01:00
Deepesh Garg
44407e63d8
Merge pull request #28978 from frappe/mergify/bp/develop/pr-28935
...
fix: Is Reverse Charge check in Tax Category (backport #28935 )
2021-12-26 12:16:28 +05:30
Deepesh Garg
3b9bea7937
Merge branch 'develop' of https://github.com/frappe/erpnext into mergify/bp/develop/pr-28935
2021-12-26 10:25:52 +05:30
Deepesh Garg
8e4ea7e997
fix: Merge Conflicts
2021-12-26 10:23:36 +05:30
Deepesh Garg
bb6d1de221
Merge pull request #29033 from frappe/fix-iss-29032
...
fix: avoid `"string" in None` condition
2021-12-26 10:19:47 +05:30
Deepesh Garg
85d47e809b
Merge pull request #29027 from frappe/mergify/bp/develop/pr-28953
...
fix(UX): Optimize rate updation on changing price list (backport #28953 )
2021-12-26 10:18:32 +05:30
Raffael Meyer
52397c9771
fix: avoid "string" in None condition
2021-12-26 02:15:57 +01:00
Deepesh Garg
6eb3d6a814
fix: Conflicts
2021-12-25 09:04:34 +05:30
Deepesh Garg
2d0208ba1f
fix: Add round floats for price list rate
...
(cherry picked from commit b60fbf5ba9 )
2021-12-24 14:03:48 +00:00
Deepesh Garg
d19369b198
fix: Recalculate taxes irrespective of price list rate changed or not
...
(cherry picked from commit 233f79bf96 )
# Conflicts:
# erpnext/public/js/controllers/transaction.js
2021-12-24 14:03:48 +00:00
Deepesh Garg
4756fbc253
fix: Linting issues
...
(cherry picked from commit 0980c2f981 )
2021-12-24 14:03:47 +00:00
Deepesh Garg
ab09dc545e
fix(UX): Optimize rate updation of changing price list
...
(cherry picked from commit 6087d5a603 )
2021-12-24 14:03:47 +00:00
Anupam Kumar
cfb6b26e47
fix: contact duplication on converting lead to customer ( #29001 )
...
* fix: contact duplication on converting lead to customer
* fix: added test case
2021-12-24 19:13:28 +05:30
Shariq Ansari
9c4455f77c
fix: Removed ERPNext Integration Settings Workspace ( #29023 )
2021-12-24 18:52:35 +05:30
Anupam Kumar
87a98f8120
Merge branch 'develop' into project-form-custom-btn-grouping
2021-12-24 17:37:37 +05:30
Nabin Hait
f867f1974a
fix: get fallback cost center from Employee/Department
2021-12-24 17:34:34 +05:30
Rucha Mahabal
6eeea0a77a
fix: ignore links while setting default notification templates in Settings ( #29019 )
2021-12-24 17:20:23 +05:30
Anupam
9c0f6d1306
fix: sider issue
2021-12-24 16:51:50 +05:30
Nabin Hait
f152a40b28
feat: Provision to assign multiple payroll cost centers against a single employee
2021-12-24 16:23:33 +05:30
Anupam
a6d6de6c4f
fix: grouping project form custom buttons
2021-12-24 15:34:24 +05:30
Anupam
e7ac774bbc
fix: review chnages
2021-12-24 14:12:53 +05:30
Anupam Kumar
662c412e8b
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-24 14:09:23 +05:30
Ankush Menat
7987a46509
chore: add running stock value difference in invariant report ( #29012 )
...
[skip ci]
2021-12-23 21:13:22 +05:30
Rucha Mahabal
ae929d7a63
fix(test): Leave Allocation validation against Leave Application after submit ( #29005 )
...
* fix(test): Leave Allocation validation against Leave Application after submit
* chore: clean-up Leave Allocation tests
* fix(test): set holiday list for leave allocation test
2021-12-23 19:18:05 +05:30
Deepesh Garg
7ad149f9fe
fix: Start date validation for deferred invoices
2021-12-23 14:39:20 +05:30
Saqib Ansari
2be5104848
fix: cannot save debit note with zero quantity
2021-12-23 11:52:10 +05:30
Anupam Kumar
f16a88e42c
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-23 03:02:58 +05:30
Subin Tom
ec37930404
fix: Allowing non stock items in POS
2021-12-22 19:14:47 +05:30
Saqib
f6d5534627
fix: set resolution by only if not on hold ( #28995 )
2021-12-22 19:05:18 +05:30
Saqib Ansari
04ea42ce52
fix(sales-invoice): cannot create debit note with zero qty
2021-12-22 13:23:42 +05:30
Ankush Menat
8dc1ce12d4
chore: simplify bug report form
2021-12-22 12:13:31 +05:30
Pruthvi Patel
617f7565ce
Merge branch 'develop' into fix-invoice-statuses
2021-12-21 22:16:14 +05:45
Ankush Menat
db7aef2fef
style: better labels for SLE fields ( #28988 )
...
* style: better labels for SLE fields
* style: rename stock queue field
[skip ci]
Co-Authored-by: marination <maricadsouza221197@gmail.com >
2021-12-21 17:39:27 +05:30
Saqib
7f786e44a1
Merge branch 'develop' into pos-batch-no-stock-validation
2021-12-21 17:05:43 +05:30
Saqib
c3a9ca09d1
chore: remove extra whitespace
2021-12-21 17:05:36 +05:30
Saqib
9c8f523537
fix: typo
2021-12-21 17:01:10 +05:30
Anupam Kumar
b37bc7252d
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-21 15:48:41 +05:30
Development for People
076cb408db
fix: missed colon ( #28979 )
2021-12-21 15:48:31 +05:30
Anupam Kumar
27448b9009
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-21 15:47:33 +05:30
Anupam
2abbf20da1
fix: test case
2021-12-21 14:13:40 +05:30
Ganga Manoj
1ed30ee7c7
fix: Reset value_after_depreciation on reversing journal entry during Asset return
2021-12-21 13:59:53 +05:30
Saqib
93068733d6
feat: new column 'Time taken to Deliver' in sales order analysis ( #28842 )
2021-12-21 13:58:48 +05:30
Deepesh Garg
98ac47caa4
fix: Add is reverse charge in country wise tax
...
(cherry picked from commit 7e912db4b1 )
2021-12-21 08:12:09 +00:00
Deepesh Garg
cbef04fded
chore: Remove patch comment
...
(cherry picked from commit 7c1bfe6b46 )
# Conflicts:
# erpnext/patches.txt
2021-12-21 08:12:08 +00:00
Deepesh Garg
12a65eef8a
fix: Is Reverse Charge check in Tax Category
...
(cherry picked from commit b33fd6acc7 )
# Conflicts:
# erpnext/patches.txt
2021-12-21 08:12:08 +00:00
Anupam
107b405560
fix: test case
2021-12-21 13:35:15 +05:30
Marica
d7c4b8a383
Merge branch 'develop' into independent-manu-entry
2021-12-21 12:55:12 +05:30
Anupam Kumar
c847130ae9
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-21 12:52:09 +05:30
marination
24a35c69c0
fix: Sider and Server side test
...
- args passed to wrong function
- missing space around '='
2021-12-21 12:52:03 +05:30
Saqib
da67403bbd
Merge branch 'develop' into so-days-taken-to-deliver
2021-12-21 12:41:48 +05:30
Subin Tom
98d417602f
fix: Added filter for dispatch address ( #28937 )
2021-12-21 12:35:44 +05:30
Anupam Kumar
a8637cc7b8
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-21 11:27:47 +05:30
Anupam
e4ee55c9b9
fix: test case
2021-12-21 11:26:53 +05:30
Rucha Mahabal
92e86f2f09
fix: fetch appointment letter content in the same order as template ( #28968 )
2021-12-20 22:56:15 +05:30
Ankush Menat
d7148adee5
test: remove unnecessary creation of companies #28965
...
test: remove unnecessary creation of companies
2021-12-20 22:00:31 +05:30
Marica
d209e5d6c5
Merge branch 'develop' into independent-manu-entry
2021-12-20 21:55:38 +05:30
marination
8951a5c267
fix: Linter (imports)
2021-12-20 21:53:47 +05:30
marination
0f43792dbb
fix: Stock Ageing Report - Negative Opening Stock
...
- Consider negative opening stock in logic and neutralise it with +ve stock
- minor code refactor: class for FIFOSlots to generate chronological FIFO queue
2021-12-20 21:33:59 +05:30
Ankush Menat
2bb7bca464
test: bin qty on backdated SR
2021-12-20 20:05:49 +05:30
Ankush Menat
ff9a6e8e89
fix: correct bin qty on backdated transactions
...
When making a backdated transactions current balance qty depends on
evaluation of whole ledger inbetween, instead of doing that just fetch
the last sle's qty_after_transaction when future transactions are
detected against SLE
fix: don't update bin's actual_qty
1. it's already updated by repost_current_voucher
2. update if future sle exists
2021-12-20 20:05:49 +05:30
Anupam Kumar
66a10c0e73
Merge pull request #28440 from anupamvs/crm-lead-validate-cleanup-develop
...
fix: lead validate function cleanup
2021-12-20 18:12:57 +05:30
Deepesh Garg
c5c7777bd5
Merge pull request #28959 from deepeshgarg007/consolidated_balance_return_fix
...
fix: Error on viewing consolidated financial statement
2021-12-20 17:13:12 +05:30
Ankush Menat
f5d5281119
chore: drop deprecated qunit tests
2021-12-20 17:03:10 +05:30
Deepesh Garg
5d6199cf35
fix: Error on viewing consolidated financial statement
2021-12-20 16:54:52 +05:30
Anupam
c6a87125e9
feat: added forward communication comments check in CRM Settings
2021-12-20 14:14:44 +05:30
Anupam Kumar
ecafea9064
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-20 13:37:00 +05:30
Pruthvi Patel
16a90d3e60
Update erpnext/controllers/accounts_controller.py
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-12-20 13:24:19 +05:30
Pruthvi Patel
4d48ca4228
test: update_invoice_status
2021-12-20 13:23:14 +05:30
Ankush Menat
107b404105
chore: rename FifoValuation to FIFOValuation
2021-12-20 13:20:03 +05:30
Ankush Menat
745caf911a
perf: specify slots on FIFO queue
2021-12-20 13:20:03 +05:30
Ankush Menat
aa0e163b1f
test: hypothesis tests for FIFO queue
2021-12-20 13:20:03 +05:30
Ankush Menat
9d177433cb
fix: return consumed bin on collapsing queue
2021-12-20 13:20:03 +05:30
Ankush Menat
a00d8d02b2
refactor: outgoing rate and defaults for remove_stock
2021-12-20 13:20:03 +05:30
Ankush Menat
db1c0889d3
feat: get consumed bins from Fifo queue on pop
2021-12-20 13:20:03 +05:30
Ankush Menat
1833f7ab81
test: FifoValuation tests
2021-12-20 13:20:03 +05:30
Ankush Menat
e6e679cf7a
fix: round off if near zero while popping from queue
2021-12-20 13:20:03 +05:30
Ankush Menat
a71b476652
feat: repr, eq and iter for fifo queue
2021-12-20 13:20:03 +05:30
Ankush Menat
4b29fb6d08
refactor: move Fifo Valuation to a new class
2021-12-20 13:20:03 +05:30
Pruthvi Patel
0799f378b4
fix: consider Discounted status
2021-12-20 13:18:42 +05:30
Pruthvi Patel
6c96ed4e11
refactor: update_invoice_status with query builder
2021-12-20 13:18:42 +05:30
Anupam
0e0e4f723f
fix: test case
2021-12-20 09:48:40 +05:30
Anupam Kumar
87986aee39
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-18 20:13:49 +05:30
Anupam
ba6a6bf391
Merge branch 'crm-carry-forward-communication-comments' of https://github.com/anupamvs/erpnext into crm-carry-forward-communication-comments
2021-12-18 20:13:18 +05:30
Anupam
5b40d9e7cd
fix: linter issues
2021-12-18 20:12:57 +05:30
Dany Robert
c68b2c3763
Merge branch 'develop' into currency-exchange-settings
2021-12-18 18:32:12 +05:30
Dany Robert
fb6bc05138
Merge branch 'develop' into ledger-merger
2021-12-18 17:06:31 +05:30
Dany Robert
0ca467a28f
fix: remove rounding of avg rating ( #28945 )
2021-12-18 16:16:47 +05:30
Saqib
1abdcf2bea
Merge branch 'develop' into multiple-pricing-rule-fix
2021-12-18 12:13:33 +05:30
Dany Robert
e75295a151
Merge branch 'develop' into ledger-merger
2021-12-18 11:32:20 +05:30
Anupam Kumar
321c95d024
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-17 23:09:48 +05:30
Dany Robert
ab7f38224f
fix: remove db commit
2021-12-17 16:42:24 +00:00
Dany Robert
32e5db7cb8
chore: styling according to linter
2021-12-17 16:38:16 +00:00
Dany Robert
399446460a
feat: tests
2021-12-17 16:18:42 +00:00
Subin Tom
e85da7a03a
fix: Add Invoice Number field to list view in Opening Inv Creation Tool ( #28938 )
2021-12-17 21:48:10 +05:30
Anupam Kumar
603b367568
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-17 19:22:27 +05:30
Anupam
31ac1011b8
feat: made carry-forward comments/communication configurable and added test cases
2021-12-17 19:21:08 +05:30
mergify[bot]
c1a0f649cb
fix: convert asynchronous field update to synchronous ( #28930 )
...
(cherry picked from commit 5adf85f5b7 )
Co-authored-by: Dan Navarro on Ubuntu Work <danjeremynavarro@gmail.com >
2021-12-17 19:06:19 +05:30
Dany Robert
b3a3367d1d
feat: allow group accounts
2021-12-17 13:06:30 +00:00
Noah Jacob
b98c61f2a7
refactor: moved purpose table mandatory check to server
2021-12-17 13:47:39 +05:30
Noah Jacob
90d32006f4
fix(test): fixed test case not creating serials
2021-12-17 13:32:30 +05:30
Deepesh Garg
b139ee1777
Merge pull request #28911 from nextchamp-saqib/fix-ksa-pf
...
fix(ksa): enable ksa pos invoice print format
2021-12-17 13:04:28 +05:30
Deepesh Garg
238403d3f6
Merge pull request #28916 from deepeshgarg007/multicurrency_subscription
...
fix: Multicurrency invoices using subscription
2021-12-17 12:29:10 +05:30
Noah Jacob
450369dbae
Merge branch 'develop' into maint_sch_link_fix
2021-12-17 12:07:26 +05:30
Noah Jacob
9109660a69
test: added test for serial no. filters
2021-12-17 11:57:17 +05:30
Noah Jacob
4cb5b627a1
fix: mapping to maintenance visit gets erased ( #28917 )
...
* fix: mappings to maintenance visit gets erased
* test: mapping of schedule to visit
2021-12-16 23:06:48 +05:30
Ankush Menat
6ba8f7644d
chore: ledger invariant check report ( #28921 )
2021-12-16 22:31:31 +05:30
Deepesh Garg
6ab753015e
fix: Add tests for multicurrency subscription
2021-12-16 17:38:29 +05:30
Deepesh Garg
0e4842b986
fix: Multicurrency invoices using subscription
2021-12-16 16:51:41 +05:30
Subin Tom
68beee2a00
fix: replaced sql query with frappe.qb
2021-12-16 13:26:21 +05:30
Saqib Ansari
564d23fa8d
fix(ksa): enable ksa pos invoice print format
2021-12-16 11:19:03 +05:30
Subin Tom
9f235526d4
fix: Validation in POS for item batch no stock quantity
2021-12-15 22:34:44 +05:30
DeeMysterio
2be62c279f
feat: provision to have limited parameters for in-process quality ins… ( #28549 )
...
* feat: provision to have limited parameters for in-process quality inspection
* chore: formatting
2021-12-15 19:41:30 +05:30
Ankush Menat
228e011819
perf: remove forcing of posting sort index on stock balance ( #28902 )
...
mysql is generally smart enough to figure out which index is better
based on cardinality of index. While posting sort index is better for
low item high # of SLE scenario it's bad for high item variety each with
lower count of SLEs.
2021-12-15 19:18:41 +05:30
Saqib
6acdb2f00b
feat: Home Onboarding ( #28551 )
2021-12-15 18:02:54 +05:30
Noah Jacob
af2e95d192
Merge branch 'develop' into maint_sch_link_fix
2021-12-15 15:42:23 +05:30
Noah Jacob
c872aa43f8
fix(patch): updates maintenance schedule field for old docs
2021-12-15 15:27:41 +05:30
Noah Jacob
4f52b86d7e
refactor: update_serial_no function and code cleanup
2021-12-15 15:24:39 +05:30
HENRY Florian
29f6852c13
feat: Manufacturing : in BOM Operation time can be fix ( #27063 )
...
* feat: Operation time can be fixed
* better coding without duplicate code
* change modified date foir doctype
* undo change
* fix varmixing
* fix varmixing
* fix: remove f-string that's not required anymore
* refactor: use ORM instead of raw query
* fix: improve description
* test: basic test for fixed time
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-12-15 15:08:31 +05:30
Deepesh Garg
66f516523f
Merge pull request #28822 from ruthra-kumar/deferred_report_revenue_and_expense
...
feat: Deferred Revenue and Expense report with actual and upcoming postings
2021-12-15 15:03:11 +05:30
Jannat Patel
af202e715d
Merge branch 'develop' into home-onboarding
2021-12-15 14:28:09 +05:30
Jannat Patel
aba36eb2be
Merge branch 'home-onboarding' of https://github.com/pateljannat/erpnext into home-onboarding
2021-12-15 14:26:47 +05:30
Jannat Patel
63618cc7ab
fix: titles and order
2021-12-15 14:26:44 +05:30
Deepesh Garg
64f68d5e94
Merge branch 'develop' into deferred_report_revenue_and_expense
2021-12-15 14:14:34 +05:30
Subin Tom
5c4d3f89d2
feat: 'Invoice Number' field in Opening Invoice Creation Tool ( #28844 )
2021-12-15 14:14:16 +05:30
Subin Tom
be103ab8e6
fix: Currency fix for cost field in subscription plan ( #28821 )
2021-12-15 13:01:48 +05:30
Saqib
2411477e6d
fix: time to response shows failed ( #28895 )
2021-12-15 11:45:34 +05:30
Saqib
56bc8a52f4
Merge branch 'develop' into home-onboarding
2021-12-15 10:40:40 +05:30
Saqib
8aa9481a11
Merge branch 'develop' into so-days-taken-to-deliver
2021-12-15 10:36:47 +05:30
Saqib
39c6f661f1
revert: "fix: expected value after useful life validation"
2021-12-15 10:34:11 +05:30
Saqib Ansari
5a7a9a598b
chore: rename redefinition of multiple pricing rule test
2021-12-15 10:32:23 +05:30
Saqib
5cf5412827
Merge pull request #28887 from nextchamp-saqib/sla-fixes-#1
...
fix: reset_expected_response_and_resolution on hold
2021-12-15 09:57:58 +05:30
Rucha Mahabal
a481a7c90e
fix(test): Employee Exit Summary ( #28888 )
2021-12-14 22:03:44 +05:30
ruthra
9ec8841b91
refactor: rename checkbox and translations
...
- rename checkbox and make it
- added translation text for labels
- fixes for linter error
2021-12-14 20:59:14 +05:30
Saqib Ansari
0add80b02f
fix: failing tests
2021-12-14 20:24:29 +05:30
ruthra
9232f75998
refactor: change field to duration and fetch elapsed seconds
2021-12-14 19:45:09 +05:30
Ankush Menat
7c33df5d54
chore: bump coverage requirements
2021-12-14 19:41:09 +05:30
Saqib Ansari
c5fcbeff7a
fix: reset_expected_response_and_resolution on hold
2021-12-14 18:45:27 +05:30
Ankush Menat
96ef88d935
test: remove commits from tests ( #27939 )
...
* test: remove commits from tests in selling module
* test: remove commits from manufacturing module
* test: remove commits from accounts module tests
* test: remove commits from controller tests
* test: keep commits in accounting dimension test
* Revert "test: remove commits from controller tests"
This reverts commit f5cfbee5da .
* Revert "test: remove commits from accounts module tests"
This reverts commit df4c27efdd .
2021-12-14 17:36:35 +05:30
Ankush Menat
66960cf050
fix: remove set only once from valuation method ( #28876 )
2021-12-14 17:12:46 +05:30
Ankush Menat
80f1a8c645
fix: incorrect logic for "Reserved Qty for Production" ( #28880 )
...
* fix: reservation for production incorrect
The query uses case to decide what fields to compute reservation on,
this case is outermost case hence the very first Work order's "Skip
transfer" is considered for ALL work orders.
Solution: move the case inside Sum.
Steps to reproduce:
1. Make work order for more than 1 qty (with | without skip transfer)
2. Create manufacture and transfer entries.
3. Keep checking reserved quantities during this process.
* test: use default warehouse for testing reservation
2021-12-14 17:02:42 +05:30
Anupam Kumar
ea5e155823
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-12-14 16:42:59 +05:30
ruthra
a8a598ace7
refactor: remove unused function 'get_postings'
2021-12-14 16:34:51 +05:30
aaronmenezes
304aa44feb
fix: Nonstock item showing in Itemwise Recommended Reorder Level report ( #28873 )
2021-12-14 15:18:03 +05:30
Saqib Ansari
c0d1f4869f
test: add test_multiple_pricing_rules
2021-12-14 14:58:31 +05:30
Saqib Ansari
1e17d6a607
fix: qty filter not working if apply_multiple_pricing_rules is enabled
2021-12-14 14:58:20 +05:30
Rucha Mahabal
b027050f77
Merge pull request #28845 from ruchamahabal/fix-salary-slip-timesheet
...
fix: incorrect amount based on payment days in timesheet salary slip
2021-12-14 14:57:21 +05:30
Ankush Menat
7fd06108bf
fix: reorder patch to fix custom field options ( #28866 )
2021-12-14 13:03:53 +05:30
Deepesh Garg
6749d8e6c9
Merge pull request #28832 from deepeshgarg007/ksa_e_invoice_patch_fix
...
fix: KSA QR field rename patch
2021-12-14 12:47:58 +05:30
Noah Jacob
cc8c0595e2
fix(UX): hide RM table(Job Card) if material transfer is against work order ( #28746 )
2021-12-14 12:20:04 +05:30
Noah Jacob
db46257a3b
feat: added required_date field to set date in child table ( #28432 )
...
* feat: added required_date field to set date in child table
* fix: dont refresh full table
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-12-14 12:12:33 +05:30
Ankush Menat
534c64abcd
fix: packing slip incorrect item value ( #28862 )
2021-12-14 11:55:09 +05:30
Saqib
ae71b704ff
Merge pull request #28783 from nextchamp-saqib/hsn-wise-summary-report-fix
...
fix: hsn-wise summary is incorrect if an invoice has repeated item code
2021-12-13 22:39:32 +05:30
Saqib Ansari
2137e56947
revert: "fix: expected value after useful life validation"
2021-12-13 22:34:54 +05:30
Saqib
4984513597
Merge pull request #28677 from GangaManoj/fix-adjust-asset-value
...
fix: Fix 'Adjust Asset Value' button
2021-12-13 21:51:09 +05:30
Saqib
ce80585d51
fix: Clear Depreciation Schedule before modification ( #28507 )
2021-12-13 21:49:43 +05:30
Saqib Ansari
6a239c8ea3
test: test_hsn_summary_for_invoice_with_duplicate_items
2021-12-13 20:58:35 +05:30
Saqib
c3e0de28b1
fix: validate if asset account is set against company
2021-12-13 20:13:53 +05:30
Jannat Patel
74d086ffd1
Merge branch 'develop' into home-onboarding
2021-12-13 17:51:38 +05:30
ruthra
2813e5ee29
feat: new column 'Time taken to Deliver' in sales order analysis
2021-12-13 12:26:23 +05:30
Ankush Menat
a388096c03
Merge pull request #28839 from ankush/migration_hashes
...
fix: remove migration hashes from doctypes
2021-12-13 11:27:27 +05:30
Saqib
7d0a3e4e8b
Merge pull request #28550 from nextchamp-saqib/fix-sla
...
refactor(SLA): Application of SLA and its fields
2021-12-13 10:29:56 +05:30
Rucha Mahabal
6fa66a4d81
feat(HR): Exit Interview and Employee Exits Report ( #28741 )
...
* feat: Exit Interview
* feat: sending Exit Questionnaire
* feat: add default Exit Questionnaire email template
* feat: track status and final decision (Retained/Exit Confirmed)
* fix: make Exit Interview submittable
* feat: bulk questionnaire sending
* feat: update Exit Interview date in employee master on submission
* feat: Employee Exits report
* chore: update HR workspace
* feat: default Notification - a day before Exit Interview
* fix: email summary
* fix: show Exit Questionnaire button only to the users with write access
- fix linter issues
* test: Exit Interview
* chore: fix report column widths
* test: Employee Exits Report
* fix: tests and sider issues
* fix: missing import
* fix: tests
- specify sorting order in employee exits query
- rollback after work order tests
2021-12-12 23:43:11 +05:30
Rucha Mahabal
bb97309e2e
fix: tests
...
- specify sorting order in employee exits query
- rollback after work order tests
2021-12-12 23:20:04 +05:30
Rucha Mahabal
e93694d0ab
fix: missing import
2021-12-12 23:02:44 +05:30
Rucha Mahabal
1867bad693
Merge branch 'develop' into exit-interview
2021-12-12 22:13:11 +05:30
Deepesh Garg
a7f15a0eea
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_currency_check
2021-12-12 21:09:11 +05:30
Saqib Ansari
e74739a677
fix: hsn-wise summary is incorrect if an invoice has repeated item code
2021-12-12 19:53:33 +05:30
Deepesh Garg
b966c45fa8
Merge pull request #28748 from deepeshgarg007/accounts_receivable_jv_due_date
...
fix: Ageing in AR/AP report for advances
2021-12-12 17:27:21 +05:30
Deepesh Garg
a6fba7f128
Merge pull request #28764 from deepeshgarg007/tds_report_fixes
...
fix: TDS Monthly payable report
2021-12-12 17:11:58 +05:30
Deepesh Garg
14d03a9446
fix: KSA QR field rename patch
2021-12-12 12:55:30 +05:30
Himanshu
624481be6f
feat(buying): quotation number in supplier quotation ( #28420 )
2021-12-11 11:51:59 +00:00
ruthra
c3453cd73c
feat: Deferred Revenue and Expense report
...
- show deferred revenue and expense with actual and expected postings
- unit tests added
2021-12-10 19:30:43 +05:30
Ankush Menat
fe597cdd3b
chore: remove unused issue tempaltes
...
[skip ci]
2021-12-10 18:33:58 +05:30
Ankush Menat
fcb614d1b7
chore: correct form format for issues
2021-12-10 18:23:24 +05:30
Ankush Menat
bf48f17600
chore: new and improved bug report form
...
[skip ci]
2021-12-10 18:17:21 +05:30
Ankush Menat
ffa3d45c42
chore: update stale rules and apply on issues
...
[skip ci]
2021-12-10 18:17:21 +05:30
rohitwaghchaure
e715dea4c7
Merge pull request #28815 from ankush/frozen_repost
...
fix: validate pending reposts before freezing stock/account
2021-12-10 17:11:29 +05:30
Dany Robert
75de5be53e
fix: import issue and minor fixes
2021-12-10 10:27:15 +00:00
Dany Robert
614b9270e7
fix: convert whitespace to tabs
2021-12-10 09:45:00 +00:00
Dany Robert
7554f11260
feat: progress bar, account name field
2021-12-10 08:45:47 +00:00
Ankush Menat
75bc404cbe
test: stock frozen validation
2021-12-10 12:39:38 +05:30
Ankush Menat
d37541d3fb
fix: ensure that reposting is finished before freezing stock/account
2021-12-10 12:31:49 +05:30
Dany Robert
b7cc20eac0
Merge branch 'develop' of https://github.com/rtdany10/erpnext into ledger-merger
2021-12-09 15:26:45 +00:00
Dany Robert
75f8117daf
feat: merge functionality
2021-12-09 15:23:10 +00:00
Dany Robert
57a7633f9b
feat: form updates and progressbar
2021-12-09 15:22:46 +00:00
Noah Jacob
f1c0190f02
feat: added QI link in Job Card Dashboard ( #28643 )
2021-12-09 20:21:17 +05:30
Dany Robert
ad5d7897a8
feat: ledger merger doctype
2021-12-09 13:31:54 +00:00
Sagar Sharma
6485ac4e59
fix: misleading "Set Default X" fields after saving ( #28798 )
...
* fix: misleading "Set Default X" fields after saving
* refactor: remove unncessary code and minor formatting
* fix: extend to more doctypes and correct fieldnames
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-12-09 17:04:00 +05:30
Ankush Menat
c64d5028b4
fix: deduplicate after finishing the repost ( #28803 )
...
Not really a bug but avoids potential of prematurely skipping something
if failure occurs and failure isn't resolved.
2021-12-09 13:45:44 +05:30
Michael Köller
f043f59324
fix: wrong german translation of abbreviation PAN
...
Wrong german translation of abbreviation: PAN
2021-12-09 11:31:25 +05:30
Deepesh Garg
121f8ae865
Merge pull request #28776 from rtdany10/ksa-vat-updates
...
feat(Regional): KSA E-Invoing optimizations and POS support
2021-12-08 22:32:24 +05:30
Ganga Manoj
51c707a0ce
Merge branch 'develop' into fix-adjust-asset-value
2021-12-08 19:20:23 +05:30
Ganga Manoj
539cba1b15
Merge branch 'develop' into fix-clear-depr-schedule
2021-12-08 19:19:33 +05:30
Ankush Menat
96a019ec49
test: add multi-batch negative qty test
2021-12-08 15:52:40 +05:30
Ankush Menat
f0152d03a4
test: simplfy test and expect specific exception
2021-12-08 15:52:40 +05:30
Ankush Menat
9c90b7a40d
refactor: remove redundant batch qty validation
...
This check was only checking total sum, which is problamatic when making
backdated entries that can cause intermediate values to go negative
while overall values stay positive.
2021-12-08 15:52:40 +05:30
Ankush Menat
5eba57528c
fix: check future negative stock for batches
...
batch's ledger is only maintained in form of `actual_qty` on batch's
SLEs. To validate if batch has any negative qty in future, cumulative
total of `actual_qty` is required to ensure it never goes negative.
2021-12-08 15:52:40 +05:30
18alantom
1cbeba5f1d
test: check execution of illegal stock entry seq
2021-12-08 15:52:40 +05:30
aaronmenezes
90b98440e2
fix: Maintenence Visit -Purpose (item ) tables is not visible on submitted or saved entries ( #28792 )
2021-12-08 14:48:19 +05:30
Deepesh Garg
5983ddf65b
Merge pull request #28790 from frappe/mergify/bp/develop/pr-28786
...
fix: Error on Invoice generation (backport #28786 )
2021-12-08 14:14:26 +05:30
Deepesh Garg
d5380dd716
fix: Error on Invoice generation
...
(cherry picked from commit 82255293c4 )
2021-12-08 08:42:29 +00:00
Dany Robert
4a316550f4
chore: POS invoice format changes
2021-12-08 07:25:41 +00:00
Deepesh Garg
948b67b744
Merge branch 'develop' into ksa-vat-updates
2021-12-08 09:38:11 +05:30
Dany Robert
3e97492da4
fix: replace frappe.get_all
2021-12-08 08:03:30 +05:30
Dany Robert
5b20746311
chore: switch to ORM method
2021-12-08 07:53:45 +05:30
Dany Robert
ca85094728
chore: switch to frappe.db.set_value
2021-12-08 07:52:06 +05:30
Rucha Mahabal
dcbf0c9eca
fix: tests and sider issues
2021-12-07 23:40:10 +05:30
Dany Robert
0592096c62
Merge branch 'develop' into currency-exchange-settings
2021-12-07 22:36:36 +05:30
Deepesh Garg
9a644f645c
Merge pull request #28779 from frappe/mergify/bp/develop/pr-28777
...
fix: Error on creating invoice (backport #28777 )
2021-12-07 22:24:13 +05:30
Deepesh Garg
cb21dff882
fix: Error on creating invoice
...
(cherry picked from commit e11515a356 )
2021-12-07 16:51:02 +00:00
Dany Robert
15373f1b2d
fix: intendation error
2021-12-07 18:34:34 +05:30
Dany Robert
45fce5a64b
chore: linters
2021-12-07 18:29:16 +05:30
Dany Robert
2df641eb54
feat(Regional): rename qr field and disable print formats
2021-12-07 18:13:35 +05:30
Dany Robert
9c68d8e35c
Merge branch 'frappe:develop' into ksa-vat-updates
2021-12-07 18:10:26 +05:30
Dany Robert
a0aeacee8e
fix: reload doc
2021-12-07 12:39:39 +00:00
Dany Robert
bb3119cd1f
feat(Regional): enable KSA print formats on setup
2021-12-07 11:05:41 +00:00
Dany Robert
293d981af9
feat(Regional): POS Invoice format for KSA
2021-12-07 11:03:22 +00:00
Dany Robert
2256155e80
feat(Regional): patch to disable ksa print formats for other countries
2021-12-07 11:02:28 +00:00
Dany Robert
09f178ceee
fix: disable ksa vat invoice by default
2021-12-07 11:01:37 +00:00
Dany Robert
c5c47e9fad
feat: generate QR Code for POS transactions
2021-12-07 11:01:02 +00:00
Ankush Menat
6efbbb1058
fix: ignore mandatory fields while creating WO from SO ( #28772 )
...
If fields are made mandatory from customizations the WO creation simply
fails.
2021-12-07 16:26:14 +05:30
Rucha Mahabal
4686527928
Merge branch 'develop' into exit-interview
2021-12-07 16:23:31 +05:30
Rucha Mahabal
c305ff911f
test: Employee Exits Report
2021-12-07 16:22:17 +05:30
Deepesh Garg
3e1591c145
Merge pull request #28731 from deepeshgarg007/better_deferred_revenue_error_logging
...
fix: Better Error logging for deferred revenue/expense booking
2021-12-07 15:42:05 +05:30
Dany Robert
b3bd14fcfa
Merge branch 'frappe:develop' into ksa-vat-updates
2021-12-07 15:33:27 +05:30
Dany Robert
811e51fb50
fix: reload SI meta before checking
2021-12-07 15:21:51 +05:30
Ankush Menat
ca230e4267
test: index test should pass without calling function #28771
...
test: index test should pass without calling function
[skip ci]
2021-12-07 15:11:31 +05:30
Rucha Mahabal
ef38b127ae
chore: fix report column widths
2021-12-07 15:02:00 +05:30
Rucha Mahabal
8db21e065c
test: Exit Interview
2021-12-07 14:55:17 +05:30
Dany Robert
848b641d7b
fix: rename KSA QR field to match localisation
2021-12-07 14:51:05 +05:30
Rucha Mahabal
0a937dc050
fix: show Exit Questionnaire button only to the users with write access
...
- fix linter issues
2021-12-07 13:04:23 +05:30
Dany Robert
d06c4b50cd
feat: create QR field in POS Invoice
2021-12-07 12:29:59 +05:30
Dany Robert
f0fee5672f
chore: change QR field label
2021-12-07 12:18:32 +05:30
Dany Robert
6a6d6f7f8b
fix: localize QR fieldname
2021-12-07 12:17:45 +05:30
Dany Robert
ebd4179295
fix: get doctype from doc instead of hardcoding SI
2021-12-07 12:15:58 +05:30
Dany Robert
276bf73974
feat: create QR Code field if not existing
2021-12-07 12:11:43 +05:30
Deepesh Garg
d106d59c3f
fix: TDS Monthly payable report
2021-12-06 20:36:48 +05:30
Saqib Ansari
2f7d8ac29e
fix: indentation
2021-12-06 19:19:34 +05:30
Saqib Ansari
3446f7545f
fix: remove 'ongoing' status from issue summary report
2021-12-06 19:17:38 +05:30
Saqib Ansari
91aa78707c
fix: remove missed 'ongoing' references
2021-12-06 19:13:31 +05:30
Saqib Ansari
476e81a631
fix: time to respond & resolve indicators
2021-12-06 18:55:30 +05:30
Saqib Ansari
1a76b3801a
fix: test
2021-12-06 17:06:20 +05:30
Saqib Ansari
10b87e081c
fix: sider issues
2021-12-06 15:38:19 +05:30
Saqib Ansari
32c81818f6
fix: transalations
2021-12-06 15:38:01 +05:30
Deepesh Garg
3dabac15ed
fix: Ageing in AR/AP report for advances
2021-12-06 15:05:20 +05:30
Saqib
8e5b793a0a
Merge branch 'develop' into fix-sla
2021-12-06 14:48:09 +05:30
Saqib Ansari
812572d250
feat: record assignment on first response failure
2021-12-06 14:46:51 +05:30
Saqib Ansari
c1d8877a83
refactor: handle special cases on communication creation
2021-12-06 14:34:59 +05:30
Ankush Menat
ef53eb7fcd
Merge pull request #28745 from noahjacob/maint_batch_map
...
refactor: map serial from schedule if only one
2021-12-06 14:34:06 +05:30
Anupam Kumar
3928a402d4
feat: CRM Settings ( #27788 )
...
* feat: crm settings
* feat: CRM Settings
* feat: lead and opprtunity section
* feat: added CRM Settings in ERPNext Settings workspace
* fix: review chnages
* added patch
* fix: linter issues
* fix: linter issues
* fix: linter issues
* fix: removed crm settings from selling module
* fix: raw query to frappe.qb
* fix: removed hardcoded value
* fix: linter issue
* fix: simplify CRM Settings migration patch
Co-authored-by: Anupam Kumar <anupam@Anupams-MacBook-Air.local >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-12-06 13:52:00 +05:30
Noah Jacob
eb522a3746
refactor: map serial from schedule if only one
2021-12-06 13:43:02 +05:30
Saqib Ansari
f9408d170a
patch: split 'ongoing' sla status
2021-12-06 12:38:25 +05:30
Deepesh Garg
c56a450474
Merge pull request #28656 from nemesis189/taxjar-nexus-display-condition
...
fix: Taxjar Nexus list visible only if child table is visible
2021-12-06 11:44:11 +05:30
Saqib
b1ba98c129
feat: Make Depreciation Entry posting more flexible ( #28421 )
2021-12-06 11:43:09 +05:30
Saqib Ansari
56df646067
fix(test): test_depr_entry_posting_with_income_account
2021-12-06 11:19:58 +05:30
Ankush Menat
a8375239eb
test: set customer group and territory defaults
2021-12-06 11:07:24 +05:30
Ankush Menat
bdf7b8d379
fix: patch to remove default item group and territory
2021-12-06 11:07:24 +05:30
Ankush Menat
105b6d498c
fix: remove bad defaults from selling settings
...
"All cusotmer groups" and "All territories" are pointless defaults, not
sure why these are made default. They don't help you track anything.
"All" might as well be `Null`.
Even the filters for customer_group suggest it shouldn't be group then
having the root as default makes no sense.
2021-12-06 11:07:24 +05:30
Rucha Mahabal
3230741cde
fix: email summary
2021-12-06 10:08:51 +05:30
Rucha Mahabal
b69e0d2c63
feat: default Notification - a day before Exit Interview
2021-12-05 22:28:22 +05:30
Rucha Mahabal
1c09439d03
chore: update HR workspace
2021-12-05 22:06:19 +05:30
Rucha Mahabal
3437f568be
feat: Employee Exits report
2021-12-05 21:55:13 +05:30
Rucha Mahabal
d67536cc8d
feat: update Exit Interview date in employee master on submission
2021-12-05 19:55:25 +05:30
Rucha Mahabal
e30187f246
feat: bulk questionnaire sending
2021-12-05 19:32:33 +05:30
Rucha Mahabal
09fdfed163
fix: make Exit Interview submittable
2021-12-05 18:28:23 +05:30
Rucha Mahabal
1347187a30
feat: track status and final decision (Retained/Exit Confirmed)
2021-12-05 17:20:39 +05:30
Rucha Mahabal
235b707417
feat: add default Exit Questionnaire email template
2021-12-05 17:06:29 +05:30
Rucha Mahabal
7412accf6d
feat: sending Exit Questionnaire
2021-12-05 17:02:19 +05:30
Rucha Mahabal
36a2d8ee0d
feat: Exit Interview
2021-12-05 14:42:27 +05:30
Rucha Mahabal
0ef42d1000
fix(patch): create only component type field instead of running the whole setup ( #28734 )
2021-12-05 12:44:20 +05:30
Deepesh Garg
3c64e201cc
fix: Log error before throwing exception
2021-12-04 20:05:37 +05:30
Deepesh Garg
0ba4fcee2a
fix: Commit joural entries
2021-12-04 19:25:44 +05:30
Deepesh Garg
67a001d876
fix: Better Error logging fordeferred revenue/expense booking
2021-12-04 19:19:03 +05:30
rohitwaghchaure
fc4e6a2bed
Merge pull request #28710 from noahjacob/calc_outgoing_stock_entry
...
fix: incorrect outgoing rates when material_consumption enabled
2021-12-04 12:34:33 +05:30
Ankush Menat
ba5a7ffd60
fix: weird item sorting by idx
2021-12-03 19:08:06 +05:30
Ankush Menat
5caf411be3
fix: remove autocommit from item rename
2021-12-03 18:47:53 +05:30
Ankush Menat
72dbc3d6b8
fix!: dont allow renaming warehouse primary key
2021-12-03 18:47:53 +05:30
Noah Jacob
35346de162
test: added tests for manufacture stock entry when material_consumption is enabled
2021-12-03 17:21:49 +05:30
Saqib Ansari
defa01edac
fix: undo removing of resolution_time fields
2021-12-03 16:22:10 +05:30
Saqib
7511a9ed31
fix(ksa): qrcode for invoices with special chars ( #28715 )
2021-12-03 16:13:44 +05:30
Deepesh Garg
a8f283bb20
Merge pull request #28708 from deepeshgarg007/ksa_qr_invoice_total
...
fix: Invoice amount in KSA E Invoice QR Code
2021-12-03 15:18:15 +05:30
Noah Jacob
7f3e6d149a
fix: incorrect outgoing rates when material_consumption enabled
2021-12-03 15:11:18 +05:30
Ankush Menat
cef84c25a7
refactor: simplify the way SLEs are submitted
2021-12-03 14:51:25 +05:30
Ankush Menat
97060c45e9
refactor: replace misleading variable name
2021-12-03 14:51:25 +05:30
Deepesh Garg
f2ffddf059
fix: Invocie amount in KSA E Invoice QR Code
2021-12-03 14:32:52 +05:30
Deepesh Garg
c339240250
Merge pull request #28698 from frappe/mergify/bp/develop/pr-28654
...
fix: Taxes and Charges template not getting copied from Purchase Order/Receipt to Invoice (backport #28654 )
2021-12-03 14:26:43 +05:30
Saqib
7091ca6812
Merge branch 'develop' into fix-sla
2021-12-03 11:53:25 +05:30
Rucha Mahabal
0b1808e1ee
fix(Non Profit): fetch memberships for 80G certificate by from date only ( #28700 )
2021-12-03 11:46:14 +05:30
Saqib Ansari
1e550d3e46
fix: failing tests
2021-12-03 11:36:53 +05:30
Saqib
9c60c45acf
fix: Create Depreciation Schedules for existing Assets accurately ( #28675 )
2021-12-03 11:30:47 +05:30
Saqib
7314aee394
fix: qrcode image name for invoices with special chars ( #28699 )
2021-12-03 11:29:51 +05:30
Deepesh Garg
35e2bd89c0
fix: India utils code cleanup
...
(cherry picked from commit 56c626adbf )
2021-12-03 04:12:43 +00:00
Deepesh Garg
f12be3001d
fix: Taxes and Charges template not getting copied from Purchase Order/Receipt to Invoice
...
(cherry picked from commit 6a75e8d283 )
2021-12-03 04:12:42 +00:00
Deepesh Garg
0991ec9a7f
Merge pull request #28693 from frappe/mergify/bp/develop/pr-28627
...
fix: Paid invoices showing in AR/AP report (backport #28627 )
2021-12-03 09:33:19 +05:30
Deepesh Garg
107fb43d6a
fix: Paid showing in AR/AP report
...
(cherry picked from commit 5e7ce5370f )
2021-12-02 13:44:27 +00:00
Saqib Ansari
6736a89b4e
fix: failing tests
2021-12-02 15:54:02 +05:30
Ankush Menat
a37c99a23d
fix: dont requeue repost immediately and clear progress ( #28684 )
2021-12-02 14:51:04 +05:30
Saqib Ansari
a1cedc3ea0
fix: failing tests
2021-12-02 14:48:24 +05:30
Saqib Ansari
6f67bbca69
refactor(SLA): remove response_by_variance & resolution_by_variance
2021-12-02 13:39:05 +05:30
Saqib
fa42cf796b
Merge branch 'develop' into depreciate-existing-asset
2021-12-02 12:13:12 +05:30
Saqib
4889661e5c
fix: actual tax conversion in case of multicurrency invoices ( #28539 )
2021-12-02 11:37:08 +05:30
Saqib
92860f46ac
Merge branch 'develop' into taxjar-nexus-display-condition
2021-12-02 11:35:26 +05:30
Ganga Manoj
9bc28210c9
fix: Make buttons translatable ( #28679 )
2021-12-02 11:31:38 +05:30
Jannat Patel
a108df8efc
fix: assigned proper form tour to onboarding steps
2021-12-02 11:27:37 +05:30
Jannat Patel
427938f87b
fix: new item form tour for home onboarding
2021-12-02 11:25:47 +05:30
Saqib
38cbaa3168
Merge branch 'develop' into depreciate-existing-asset
2021-12-02 11:20:49 +05:30
Deepesh Garg
322c700eb9
Merge pull request #28533 from GangaManoj/product-bundle-fixes
...
fix: misc minor Product Bundle fixes
2021-12-02 09:20:40 +05:30
GangaManoj
4629308d94
fix: Rename function
2021-12-02 01:22:18 +05:30
GangaManoj
5b224f841b
fix: Rename variable
2021-12-02 01:19:35 +05:30
GangaManoj
6f1cf94c9f
fix: Fix 'Adjust Asset Value' button
2021-12-02 01:18:30 +05:30
GangaManoj
828769ca70
fix: Remove unnecessary variable
2021-12-02 01:09:15 +05:30
Ganga Manoj
dc3449c304
Merge branch 'develop' into product-bundle-fixes
2021-12-01 23:27:40 +05:30
GangaManoj
774ac852c9
fix: Test if depreciation schedules are set up properly for existing assets
2021-12-01 22:51:55 +05:30
GangaManoj
de002005ac
fix: Modify has_pro_rata() to include existing assets
2021-12-01 22:51:08 +05:30
GangaManoj
5c3d4caeda
fix: Create Depreciation Schedules properly for existing Assets
2021-12-01 21:48:47 +05:30
GangaManoj
22cc8d2246
fix: Fix depreciation_amount calculation
2021-12-01 21:46:09 +05:30
Ankush Menat
fdffa037b5
test: dynamic fiscal year creation in tests ( #28667 )
2021-12-01 17:31:17 +05:30
Ankush Menat
445966ab80
test: timeout certain tests in work order to avoid stuck tests ( #28666 )
...
[skip ci]
2021-12-01 16:34:05 +05:30
Saqib
802d583031
Merge branch 'develop' into taxjar-nexus-display-condition
2021-12-01 15:22:39 +05:30
Dany Robert
3708cf17ad
fix(POS Profile): replace cur_frm with frm ( #28390 )
2021-12-01 12:14:06 +05:30
Saqib
01d8b8519f
fix: cannot load company form ( #28535 )
2021-12-01 12:11:30 +05:30
Subin Tom
ecc5de6159
fix: removing db call for variables
2021-12-01 11:54:59 +05:30
Sagar Vora
ab280f7142
fix: update modified timestamp for delivery note #28657
...
fix: update `modified` timestamp for delivery note
2021-12-01 11:01:49 +05:30
GangaManoj
a473e1dbe9
fix: Add item to packing list
2021-12-01 01:29:35 +05:30
Subin Tom
0963fceede
fix: Taxjar Nexus list visible only if child table is visible
2021-11-30 22:05:29 +05:30
Ankush Menat
bb00d38dd7
Merge branch 'develop' into asset-capitalization
2021-11-30 19:32:11 +05:30
mergify[bot]
071118fa4e
fix: Unable to search project by project name in Sales Invoice (bp #28648 )
...
(cherry picked from commit 08b7c856b2 )
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-11-30 13:15:20 +00:00
Deepesh Garg
ad8d296c08
Merge pull request #28636 from deepeshgarg007/zero_values_report
...
feat: Show Zero Values filter in consolidated financial statement
2021-11-30 18:15:50 +05:30
Ankush Menat
0854c183aa
chore: remove duplicate code ( #28646 )
...
[skip ci]
2021-11-30 17:57:53 +05:30
Raffael Meyer
e10ab1626c
feat: Grant commission on certain items only ( #27467 )
...
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2021-11-30 17:54:18 +05:30
Rucha Mahabal
d0f4f03b66
fix: Employee Transfer and Project Profitability test cases ( #28633 )
...
* fix: Employee Transfer testcases
* fix: Project Profitability test case
2021-11-30 14:04:47 +05:30
Deepesh Garg
9610086d0c
feat: Show Zero Values filter in consolidated financial statement
2021-11-30 13:24:23 +05:30
Ankush Menat
aeb62af544
fix(ux): remove attachment limits
2021-11-30 12:46:53 +05:30
Rucha Mahabal
4458b24813
fix: allow creating Shift Assignment for same day ( #28613 )
2021-11-30 10:15:41 +05:30
Anupam Kumar
83e3e58fe9
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-11-30 10:11:23 +05:30
Saqib
fb14b0901c
feat: Let serialised Items be consumed during Asset Repairs ( #28349 )
2021-11-29 20:42:56 +05:30
Subin Tom
2f6a6afaa8
feat(pos): Total item qty field to POS screen ( #28331 )
2021-11-29 20:35:49 +05:30
Ganga Manoj
7a15f85f22
Merge branch 'develop' into serialized-item-consumption
2021-11-29 20:01:11 +05:30
Deepesh Garg
0d9b0fe6dc
Merge pull request #28464 from mhbu50/develop
...
fix:Change QR Code Triggerr event
2021-11-29 18:46:56 +05:30
Deepesh Garg
4382040fb6
fix: Move trigger from on trash to on cancel
2021-11-29 18:25:47 +05:30
Deepesh Garg
641f033337
Merge pull request #28385 from vorasmit/fix-hsn_wise
...
fix(regional): `hsn_wise` as false returns `item_code`
2021-11-29 18:08:34 +05:30
rohitwaghchaure
f872878638
Merge pull request #28500 from rohitwaghchaure/feat-report-to-view-consumed-materials
...
feat: report to see the consumed materials against the work order
2021-11-29 17:53:44 +05:30
rohitwaghchaure
3d2efb76d3
fix: linters issue
2021-11-29 17:52:55 +05:30
rohitwaghchaure
56b5ac0939
Merge pull request #28611 from rohitwaghchaure/changed-fieldtype-from-int-to-float
...
fix: changed fieldtype from int to float for the field Batch Size in the Work Order Operation table
2021-11-29 17:13:24 +05:30
Deepesh Garg
2bed4140f3
Merge pull request #28605 from deepeshgarg007/ksa-e-invoice-new
...
refactor(KSA VAT): QR Code as per ZATKA specification
2021-11-29 16:46:14 +05:30
Rohit Waghchaure
7fac9b8e9c
fix: changed fieldtype from int to float for the field Batch Size in the work order
2021-11-29 16:40:55 +05:30
vorasmit
e5ca9f3c1b
Merge branch 'develop' into fix-hsn_wise
2021-11-29 16:33:21 +05:30
rohitwaghchaure
570ae422a8
Update work_order_consumed_materials.py
2021-11-29 16:25:30 +05:30
Deepesh Garg
af6fc29770
fix: KSA print format for invoices not having item codes
2021-11-29 16:18:35 +05:30
Saqib
c0cc72ec1d
fix: incorrect discount amount set when item is replaced ( #28556 )
2021-11-29 15:05:06 +05:30
Rucha Mahabal
baf41fdc9c
fix: Employee Advance paid amount not updated on PE cancellation ( #28572 )
...
* fix: employee advance paid amount not updated on PE cancellation
* fix: convert raw sql queries to qb
* test: Employee Advance Paid Amount on PE cancellation
* chore: disable no copy for sanctioned amount in Expense Claim
2021-11-29 14:23:06 +05:30
Deepesh Garg
f3f7ed6f0d
fix: Translations
2021-11-29 13:43:56 +05:30
Ahmad
31b9b84fdf
fix: KSA VAT QR Code arabic conversion
2021-11-29 13:43:02 +05:30
Ahmad
de784d8bfe
refactor: comments removed
2021-11-29 13:43:02 +05:30
Ahmad
d1746caa02
refactor(KSA VAT): QR Code as per ZATKA specification
2021-11-29 13:43:02 +05:30
Ankush Menat
c7701ace80
chore: correct docstrings
2021-11-29 13:04:29 +05:30
Ankush Menat
f862339024
fix: use get_all instead of get_list for child tables
2021-11-29 13:04:29 +05:30
Anupam Kumar
d4f57d3a4f
Merge branch 'develop' into crm-carry-forward-communication-comments
2021-11-29 12:15:03 +05:30
Jannat Patel
8cc1dc8079
Merge branch 'develop' into home-onboarding
2021-11-29 10:24:06 +05:30
Deepesh Garg
37c318a65f
Merge pull request #28592 from hrwX/remove_gst_section
...
fix: do not add gst fields if no indian company
2021-11-29 09:26:42 +05:30
Himanshu
de6f104b74
Delete __init__.py
2021-11-27 23:16:34 +00:00
hrwx
43038aab79
fix: do not add gst fields if no indian company
2021-11-27 21:46:13 +00:00
xdlumertz
cdaf0a04cf
fix(ux): allow translations ( #28455 )
...
* Translation
* Translations
Co-authored-by: xdlumertz <alexandrelumertz@gmail>
2021-11-27 15:03:35 +00:00
Ankush Menat
69a17b9e51
refactor: move Bin queries to qb/orm ( #28522 )
2021-11-27 20:07:02 +05:30
Saqib Ansari
79f8159ab9
test: issue closing after being on hold
2021-11-27 17:14:58 +05:30
Saqib Ansari
267cc35850
fix: failing tests
2021-11-27 16:47:45 +05:30
Ganga Manoj
7bbc708e8a
Merge branch 'develop' into serialized-item-consumption
2021-11-26 20:44:35 +05:30
Saqib Ansari
214d0e367f
fix: remove leading whitespace
2021-11-26 20:20:38 +05:30
Saqib Ansari
a8c75b6862
refactor: application of SLA and its metrics
2021-11-26 20:16:21 +05:30
Noah Jacob
7ff30a4b2b
fix: incorrect balance for warehouses ( #28583 )
2021-11-26 17:33:57 +05:30
Ankush Menat
efec85d5cd
chore: correct __version__ on develop branch. ( #28582 )
2021-11-26 16:29:21 +05:30
Saqib Ansari
210f593a49
refactor: SLA form fields
2021-11-26 15:49:17 +05:30
Deepesh Garg
38dfb60243
Merge pull request #27348 from deepeshgarg007/advance_tds_allocation_gl
...
fix (refactor): Tax Withholding for Advances using Payment Entry against suppliers
2021-11-26 14:28:50 +05:30
marination
dfff972a78
fix: Linter (imports)
2021-11-26 13:29:05 +05:30
Rucha Mahabal
ca8dec0cf2
fix: Use get_all instead of get_list for child doctype ( #28538 )
...
* fix(Student Attendance Tool): Use `get_all` instead of `get_list` for child doctype
* fix(Course Schedule): incorrect fetch from value
* fix: sider
* fix(Gratuity): Use `get_all` instead of `get_list` for child doctype
2021-11-26 13:24:32 +05:30
Marica
26207d9517
Merge branch 'develop' into independent-manu-entry
2021-11-26 13:20:33 +05:30
marination
affb29194b
test: Independent Manufacture Entry
...
- Check validations
- Check if FG basic rate is calculated correctly
2021-11-26 13:19:04 +05:30
Shariq Ansari
2a5f663a1e
fix: Customer, Supplier heatmap data not rendering ( #28553 )
...
* fix: adding get_timeline_data import on supplier.py, customer.py
2021-11-26 12:58:43 +05:30
Saqib
9c913c9b2d
fix: over billing validation ( #28218 )
2021-11-26 12:00:13 +05:30
Noah Jacob
73bfd59846
fix: checkbox triggers get_items and sub_assembly buttons ( #28558 )
2021-11-26 11:53:35 +05:30
Deepesh Garg
7f06c8ca57
fix: Incorrect indentation
2021-11-26 10:27:57 +05:30
Deepesh Garg
f07f010962
fix: Add tests
2021-11-25 23:58:16 +05:30
GangaManoj
c94f1ed39a
fix: Change order of import statements
2021-11-25 22:18:57 +05:30
GangaManoj
b28f137ee8
fix: Remove unused import
2021-11-25 22:17:54 +05:30
GangaManoj
6b75d1439f
fix: Add test for consumption of serialized Assets
2021-11-25 22:10:24 +05:30
Ganga Manoj
209750d036
Merge branch 'develop' into depr-expense-account
2021-11-25 20:01:58 +05:30
Ganga Manoj
43b8936f1c
Merge branch 'develop' into fix-clear-depr-schedule
2021-11-25 20:01:06 +05:30
Ganga Manoj
a1055d6bd3
Merge branch 'develop' into product-bundle-fixes
2021-11-25 20:00:30 +05:30
Ankush Menat
87f2dcfb59
fix: total stock summary UI glitch #28564
...
fix: total stock summary UI glitch
2021-11-25 19:38:44 +05:30
GangaManoj
efac7b0904
fix: Create setUpClass
2021-11-25 19:02:01 +05:30
GangaManoj
eea80b6c01
fix: Create stock item
2021-11-25 19:01:22 +05:30
GangaManoj
c9e79ef1f2
fix: Replace 'item' with 'item_code' in tests
2021-11-25 18:53:48 +05:30
Ankush Menat
8b33358660
fix: patch failure due to new doctype
2021-11-25 17:41:29 +05:30
Ankush Menat
0a2964dc82
fix: ignore permissions while creating reposts
2021-11-25 16:37:19 +05:30
Ankush Menat
ed94f0f3f2
refactor: deduplicate during repost background job
2021-11-25 16:37:19 +05:30
Ankush Menat
55631dd0d6
test: item-wh deduplication in reposting
2021-11-25 16:37:19 +05:30
Ankush Menat
0d0e24a5f5
perf: skip unnecessary item-wh reposts
...
Using basic idea that repost with older posting date will also take care
of subsequent posting dates...
When Item-WH reposts are queued:
1. If another repost with same item-wh but older posting date exists
then skip current one.
2. If another repost with same item-wh but newer posting date exists
then skip another one.
2021-11-25 16:37:19 +05:30
Ankush Menat
1d3842f03a
fix: dont erase voucher_type and voucher_no for item_wh repost
...
kept for tracability.
2021-11-25 16:37:19 +05:30
Ankush Menat
a5a8c9104f
perf: index for item-sh on repost item valuation
...
Item-WH based reposting requires querying existing similar repost.
Assuming there is only 1 max extra entry with same params just indexing
item-WH is sufficient to speed up the query.
2021-11-25 16:37:19 +05:30
Ankush Menat
45dd46be3d
feat: option to select reposting method
...
In current implementation selecting Item-Warehouse based reposting is
better for few users, who don't use depenent SLEs but have frequent
transactions involving same items.
This change lets them switch to item-warehouse based reposting if
required.
Only use this if you understand technicalities of stock reposting. This
is experimental but will become mainstream in coming days.
2021-11-25 16:37:19 +05:30
Ankush Menat
d220e08ba4
refactor: reuse get_items_to_be_repost function
2021-11-25 16:37:19 +05:30
Ankush Menat
a36c249d3d
test: item-wh repost creation
2021-11-25 16:37:19 +05:30
Ankush Menat
6dc9b822bc
refactor: item-wh wise reposting by default
2021-11-25 16:37:19 +05:30
Deepesh Garg
5ba3b28d69
fix(refactor): Advance tds allocation to purchase invoice
2021-11-25 15:42:30 +05:30
Marica
a369094eca
Merge pull request #28123 from marination/cost-of-poor-quality
...
fix: Remove RM Cost column as cost is not retrievable from Job card
2021-11-25 14:33:24 +05:30
Marica
ffdf32b5b3
Merge branch 'develop' into cost-of-poor-quality
2021-11-25 13:29:40 +05:30
marination
42395af22a
fix: Remove commented code
2021-11-25 13:28:52 +05:30
marination
8c9779d69d
fix: Dont auto set is finished item or is scrap itm checkbox for independent entry
...
- System cant differentiate between scrap and FG when WO is absent, so dont auto set
- User must set it manually
- `validate_finished_goods` checks this
2021-11-25 13:23:10 +05:30
marination
d6bc121999
fix: Validate Finished Goods for Independent Manufacture entries as well
...
- Check if FG exists even if WO is absent
- Check if multiple FGs are there, block.
2021-11-25 13:18:58 +05:30
GangaManoj
c9743185c6
fix: Remove unnecessary comma
2021-11-24 21:58:42 +05:30
GangaManoj
adfd519139
fix: Test Product Bundle price calculation when there are multiple Product Bundles
2021-11-24 21:58:05 +05:30
GangaManoj
325923afc7
fix: Test that indices are reset for Packed/Bundle Items when Product Bundles are removed from the Items table
2021-11-24 21:47:06 +05:30
GangaManoj
8370042f82
fix: Reset indices in the Packed/Bundle Items table on deleting Product Bundles
2021-11-24 21:06:23 +05:30
Saqib Ansari
c46c8dd6c5
feat: do not change variance if response or resolution is set
2021-11-24 19:23:31 +05:30
Jannat Patel
5b2ba24563
fix: company tour
2021-11-24 19:19:45 +05:30
Mohammed Yusuf Shaikh
8d2abc4b86
fix: fixes in work order doctype ( #28217 )
...
* fix: fixes in work order doctype
* fix: sider issues and disabled set only once property
* fix: set default qty to manufacture
* fix: dont manually collapse sections
* fix: remove unnecessary messages
* fix: make dependent fields read only
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-24 16:23:12 +05:30
Saqib Ansari
1f060c0b0a
feat: find SLA based on customer group's ancestors
2021-11-24 14:00:18 +05:30
Saqib Ansari
9047e2b9dd
refactor: do not set default priority in isssues
2021-11-24 13:52:20 +05:30
Saqib
136dd4f801
Merge branch 'develop' into product-bundle-fixes
2021-11-24 11:27:12 +05:30
Deepesh Garg
6ca5f228f8
Merge branch 'develop' of https://github.com/frappe/erpnext into advance_tds_allocation_gl
2021-11-24 10:45:02 +05:30
Ganga Manoj
6fd466a323
Merge branch 'develop' into fix-clear-depr-schedule
2021-11-24 06:10:14 +05:30
GangaManoj
0803f87660
fix: Fix Product Bundle price calculation when there are multiple Product Bundles
2021-11-24 06:07:58 +05:30
Ganga Manoj
068177d293
Merge branch 'develop' into serialized-item-consumption
2021-11-24 05:29:56 +05:30
Ganga Manoj
5ef709f569
Merge branch 'develop' into depr-expense-account
2021-11-24 05:26:40 +05:30
GangaManoj
4311936b7d
fix: Edit dates and frequency of depreciation
2021-11-24 05:21:31 +05:30
GangaManoj
6ec5a19063
fix: Test if clear_depreciation_schedule() works for multiple finance books
2021-11-24 03:23:02 +05:30
GangaManoj
33a0b1db2c
fix: Retain depreciation schedule rows that are linked with JEs while clearing the schedule
2021-11-24 03:16:17 +05:30
GangaManoj
f455de2924
fix: Test if multiple Depreciation Schedules are set up for multiple Finance Books
2021-11-23 23:26:32 +05:30
GangaManoj
60d82d913c
fix: Test Depreciation Entry posting when Depreciation Expense Account is an Income Account
2021-11-23 23:07:27 +05:30
GangaManoj
a36713cd2d
fix: Test Depreciation Entry posting when Depreciation Expense Account is an Expense Account
2021-11-23 21:03:03 +05:30
GangaManoj
d406775d1a
fix: Check root_type of Depreciation Expense Account
2021-11-23 20:21:24 +05:30
Ankush Menat
ab2c1f62a1
fix: correct module for reloading doc ( #28523 )
2021-11-23 18:21:00 +05:30
mergify[bot]
34d1fec7de
fix: broken bom tree view and remove duplicate button ( #28512 ) ( #28527 )
...
* fix: broken bom tree view and remove duplicate button
(cherry picked from commit 7ae1369d64 )
Co-authored-by: Bhavesh Maheshwari <34086262+bhavesh95863@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-23 17:53:26 +05:30
Ankush Menat
0df9cf9526
chore: remove dead/irrelevant links from workspace ( #28519 )
...
* chore: remove dead link to shopify settings
* chore: unlink "debug" reports from stock dashboard
2021-11-23 15:08:51 +05:30
Deepesh Garg
0931d17a2a
Merge branch 'develop' into currency-exchange-settings
2021-11-23 12:39:25 +05:30
Ganga Manoj
5ef2330022
fix: Replace 'parent' with 'invoice_or_item' ( #28513 )
2021-11-23 12:28:41 +05:30
Subin Tom
1909bb569e
fix: POS Item cart only taxes with amount displayed ( #28501 )
2021-11-23 10:35:43 +05:30
Rucha Mahabal
5ba1bc1572
fix: Employee link formatter showing incorrect value for Employee Name ( #28504 )
2021-11-23 09:30:30 +05:30
GangaManoj
406278b5c1
fix: Add bundle items to PO only if the Product Bundle was selected from the SO
2021-11-23 04:51:53 +05:30
Ganga Manoj
2e01b40465
Merge branch 'develop' into fix-clear-depr-schedule
2021-11-23 02:41:04 +05:30
GangaManoj
475d8394e4
fix: Clear Depreciation Schedule entries that aren't linked with Journal Entries before modifying the schedule
2021-11-22 21:51:32 +05:30
Rucha Mahabal
e7eef9601d
fix(UX): Allocated Amount in Advances not updated on updating expense amount in Expense Claim ( #28497 )
...
* fix(UX): Allocated Amount in Advances not updated on updating expense amount in Expense Claim
* fix: Expense Claim Advance form labels
2021-11-22 20:13:15 +05:30
Deepesh Garg
056e3b199c
Merge pull request #28469 from nemesis189/new-company-setup-fy-query
...
fix: FY query returning None for new company
2021-11-22 19:23:07 +05:30
Rohit Waghchaure
db9bd5b912
feat: report to see the consumed materials against the work order
2021-11-22 18:01:20 +05:30
Deepesh Garg
e8370147e8
Merge pull request #28489 from deepeshgarg007/ksa_print_format
...
fix: KSA Invoice print format for multicurrency invoices
2021-11-22 16:34:34 +05:30
Deepesh Garg
73c56510d8
fix: Delete KSA vat setting on deleting company
2021-11-22 14:21:53 +05:30
Subin Tom
fce4f34325
fix: POS string translation ( #28381 )
2021-11-22 13:34:26 +05:30
Deepesh Garg
42c40b33bc
fix: KSA Invoice print format for multicurrency invoices
2021-11-22 13:20:43 +05:30
Sagar Sharma
aa689874e3
fix: Closed status error in Work Order Summary ( #28460 )
...
* fix: Closed status error in Work Order Summary
* chore: use get_meta to get status options
* refactor: simplify code
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-22 13:06:59 +05:30
Anupam Kumar
3d0de59131
Merge pull request #28310 from anupamvs/manufacturing-work-order-closed
...
fix: function name [is_work_order_stopped -> is_work_order_closed]
2021-11-22 12:56:24 +05:30
Anupam Kumar
b8ef8bcde9
Merge branch 'develop' into manufacturing-work-order-closed
2021-11-22 12:56:15 +05:30
Ankush Menat
c436e30ee6
fix: don't use cached doc while reposting
2021-11-22 12:40:18 +05:30
Ankush Menat
aa024fc9da
fix: ignore permissions while creating repost
...
If user reached this code then they already have permission to create
stock transaction, hence ignore permission checks while
creating/cancelling repost item valuation entries.
2021-11-22 12:40:18 +05:30
Ankush Menat
42f1dd98dd
fix: restrict repost valuation to manager roles
2021-11-22 12:40:18 +05:30
Ganga Manoj
7d0558e202
fix: Add extra column to display Invoice or Item when grouped by Invoice ( #28380 )
2021-11-22 12:34:46 +05:30
Saqib
cb52e6dd6b
fix: cost center wise ledger posting for pcv ( #28477 )
2021-11-22 12:24:32 +05:30
Saqib
78851ecb70
feat: create party link from customer/supplier ( #28387 )
...
* feat: create party link from customer/supplier
* test: create_party_link method
2021-11-22 12:23:23 +05:30
Saqib
7677d6d4c3
Merge pull request #28402 from GangaManoj/gross-profit-percentage
...
fix: Gross Profit report totals
2021-11-22 12:21:22 +05:30
Ahmed Shareef
3a2074ce05
fix: add child button in coa tree ( #28413 )
2021-11-22 11:46:58 +05:30
Ganga Manoj
624e58d1de
fix: Filter out cancelled and non-depreciable Assets in Asset Value Adjustment ( #28443 )
2021-11-22 11:36:35 +05:30
Deepesh Garg
8701f537bb
Merge pull request #28471 from nextchamp-saqib/fix-qrcode-generation-ksa
...
fix: bug with qrcode generation due to default print format name
2021-11-22 10:37:27 +05:30
Anupam Kumar
44303f93cc
Merge branch 'develop' into manufacturing-work-order-closed
2021-11-22 10:36:02 +05:30
Saqib
6e3a276a75
Merge branch 'develop' into new-company-setup-fy-query
2021-11-20 15:16:26 +05:30
Saqib
08ad93d82f
fix: coa balance rendering bug ( #28468 )
2021-11-20 15:15:46 +05:30
Saqib Ansari
ac27391a1f
fix: bug with qrcode generation due to default print format name
2021-11-20 11:22:19 +05:30
Subin Tom
350ed1a6c2
fix: FY query returning None for new company
2021-11-19 21:05:25 +05:30
Mohammed Redah
9d319c2205
fix:Change QR Code Triggerr event
...
This fixes the bug if the user changes the date after insertion it will show the wrong values
2021-11-19 15:13:23 +03:00
Deepesh Garg
f02c787b73
Merge pull request #28461 from frappe/mergify/bp/develop/pr-28459
...
fix(India): GST category not getting auto updated (backport #28459 )
2021-11-19 13:05:54 +05:30
Deepesh Garg
ff65399ae9
fix: Add test for gst category check
...
(cherry picked from commit cdbc991e3f )
2021-11-19 06:51:58 +00:00
Deepesh Garg
a38aca5a54
fix(India): GST category not getting auto updated
...
(cherry picked from commit f8a26a9fac )
2021-11-19 06:51:58 +00:00
Anupam
6210f10207
fix: linter issues
2021-11-19 10:32:04 +05:30
Anupam
6dda1548bc
fix: linter issues
2021-11-19 10:22:50 +05:30
Anupam
6eb779392e
feat: carry forward communication and comments throughout the sales cycle
2021-11-19 10:13:05 +05:30
Deepesh Garg
a57d39909e
Merge pull request #28302 from nemesis189/shipping-rule-updation-error
...
fix: Shipping Rule picking up old net_rate
2021-11-19 08:21:53 +05:30
GangaManoj
059d1f3b74
fix: Rename loop variable
2021-11-19 05:35:41 +05:30
GangaManoj
a4043c035d
fix: Prevent clearing of Depreciation Schedule on adding more than one Finance Book
2021-11-19 05:27:06 +05:30
Ankush Menat
f8e371af14
fix(ux): ordering fields for better tab order
2021-11-18 15:48:15 +05:30
Sagar Sharma
488d34af1f
fix: unchecking the "With Operations" in BOM clears operations table #28446
2021-11-18 13:57:13 +05:30
Ganga Manoj
5d8a85db10
Merge branch 'develop' into gross-profit-percentage
2021-11-17 19:23:34 +05:30
Ganga Manoj
6ada1ac887
Merge branch 'develop' into depr-expense-account
2021-11-17 18:56:02 +05:30
Marica
d0c240ee84
Merge pull request #28431 from marination/capacity-dashboard-style
...
fix: (style) Warehouse Capacity Dashboard UI
2021-11-17 18:04:26 +05:30
Ankush Menat
8102e4a210
chore: remove manual collapsing of section ( #28435 )
2021-11-17 17:05:07 +05:30
Ankush Menat
402205278c
chore: remove support email from error message.
...
[skip ci]
2021-11-17 16:33:18 +05:30
marination
23486a929d
fix: (style) Warehouse Capacity Dashboard UI
...
- Made refresh button icon visible
- Edit Capacity button size and alignment
- Medium font on dashboard
2021-11-17 14:21:37 +05:30
rohitwaghchaure
b9c8489de6
Merge pull request #28417 from rohitwaghchaure/currency-wise-pricing-rule-not-working
...
fix: currency wise pricing rule not working
2021-11-17 14:02:19 +05:30
Rohit Waghchaure
43aeb541c2
fix: currency wise pricing rule not working
2021-11-17 13:30:17 +05:30
rohitwaghchaure
69421a30d7
Merge pull request #28425 from rohitwaghchaure/improve-performance-to-submit-jv-and-invoice
...
fix: performance issue while submitting the Journal Entry
2021-11-17 12:54:59 +05:30
Rohit Waghchaure
7472760ea3
fix: performance to submit the JV
2021-11-17 11:16:52 +05:30
Anupam Kumar
98308ea089
Merge branch 'develop' into manufacturing-work-order-closed
2021-11-17 10:07:35 +05:30
GangaManoj
cb93cc972d
fix: Check all ancestors and not just the root node
2021-11-17 05:22:43 +05:30
GangaManoj
62fbbe8915
fix: Only raise an error if Depreciation Expense Account is neither an Income nor an Expense Account
2021-11-17 04:59:59 +05:30
GangaManoj
8fc31e3cea
fix: Make Depreciation Entry posting more flexible
2021-11-17 04:58:13 +05:30
GangaManoj
aa34780265
fix: Filter Depreciation Expense Account by root type
2021-11-17 04:57:40 +05:30
Subin Tom
e7b4204c35
fix: sider issues
2021-11-16 20:39:58 +05:30
Sagar Vora
c00d0a3e24
fix: better validation for Integration Request ( #28186 )
2021-11-16 20:31:18 +05:30
Anupam Kumar
37aa2cb271
Merge branch 'develop' into manufacturing-work-order-closed
2021-11-16 19:35:20 +05:30
marination
c192c135d4
Merge branch 'develop' of https://github.com/frappe/erpnext into cost-of-poor-quality
2021-11-16 19:15:47 +05:30
Subin Tom
a8e2c02e14
fix: fixed tests, separated a method for shipping charges
2021-11-16 19:06:49 +05:30
Marica
0c9acc799b
Merge pull request #28228 from marination/se-required-items-from-jc
...
fix: Pull only Items that are in Job Card in a Stock Entry against Job Card
2021-11-16 18:37:32 +05:30
Marica
612bb5c749
Merge branch 'develop' into se-required-items-from-jc
2021-11-16 18:03:40 +05:30
Marica
6bd0c1dbf1
Merge pull request #28269 from marination/pr-return-ux
...
refactor: (ux) Accepted/Rejected/Received Qty UX
2021-11-16 18:00:42 +05:30
Marica
0afcdecb9b
Merge branch 'develop' into e-commerce-refactor-develop
2021-11-16 17:58:53 +05:30
marination
3a32596784
style: Fixed indentation for visible heirarchy
2021-11-16 17:57:59 +05:30
marination
f5594c865d
fix: SO Portal fixes
...
- SO Portal: fixed missing images issue
- SO Portal: fallback state when no images
- SO Portal: code indentation in `order_macros.html`
- SO Portal: Actions and indicator font size
- Recommendations: fixed space between image and title
- Recommendations: give empty image state min height
2021-11-16 17:57:46 +05:30
marination
dc42c45ebb
fix: Move thumbnail updation to different patch
...
- Thumbnail updation handled via different patch
- create_website_items will only have one purpose
- added progress bar to `create_website_items`
- code cleanup
2021-11-16 17:57:10 +05:30
marination
871e9ca6af
fix: Check if thumbnail column exists in case of table trimming
2021-11-16 17:53:43 +05:30
marination
a97ee918b2
fix: Get db values as dict when checking for thumbnail in existing web item
2021-11-16 17:53:30 +05:30
marination
e7819f7abf
fix: re-run patch
...
- Patch will just fetch thumbnails if website items are created, else it will create new website items
2021-11-16 17:53:17 +05:30
marination
d7d70ec9e0
fix: Fetch thumbnail from Item master instead of regenerating
2021-11-16 17:52:14 +05:30
marination
8d389fd433
fix: Item Variant selection empty popup on website
...
- pass item_code instead of website item name to fetch attributes
2021-11-16 17:51:37 +05:30
marination
296f2f6d52
fix: Pre-commit formatting
2021-11-16 17:51:16 +05:30
marination
ba52d7c23f
fix: Website Items with same Item name unhandled, thumbnails missing
...
- Use naming series for Website Item. There could be two items with same name and different item code
- Fix: Website Item Page view breaks if cart is disabled
- Fix: thumbnails not created for Website Items after patch
- Fix: ‘Request for Quote’ button & cart summary not visible if checkout is disabled
2021-11-16 17:51:01 +05:30
Marica
d637f79517
fix: Handle is_search_module_loaded for redis version < 4.0.0 ( #27574 )
...
- Return False if error occurs
2021-11-16 17:48:31 +05:30
Marica
4096b1471f
fix: Shopping Cart and Variant Selection (Hotfix PR #27508 )
2021-11-16 17:46:57 +05:30
Subin Tom
a1807a2f98
fix: POS idx issue in taxes table while merging ( #28389 )
2021-11-16 17:46:26 +05:30
Deepesh Garg
cbfdbd8442
fix: Website item patch fixes
2021-11-16 17:42:04 +05:30
marination
685c453be0
test: Product Discounts
2021-11-16 17:40:49 +05:30
marination
942dedddb4
fix: Paging and Discount filter
...
- Convert incoming api args to frappe dict
- Change discount filter condition due to reversal of behaviour
2021-11-16 17:40:05 +05:30
marination
78b791cd1d
test: Set Price list and company in data engine test setup
2021-11-16 17:38:25 +05:30
marination
e2b9a38f28
fix: Failing search util import and patch
...
- Use simple function import instead of global variable to check if field is valid to index
- Commit after every 20 items in patch to create web items from items
2021-11-16 17:38:09 +05:30
marination
bbcbcf7a20
feat: (minor) Backorder indicator and fixed inconsistencies
...
- Checkbox in website item to indicate if item is on backorder
- Indicator on listing on full page if availbale on backorder.
- fix: Allow provision to add any valid field from Website Item in Search Index
- fix: Settings filter fields are as per Item, make as per Website Item
- "Add to quote/ Go to Quote" if cart checkout is disabled
2021-11-16 17:37:40 +05:30
marination
45f64bd930
Chore: Miscellaneous UI review changes
...
- Added bg (variable) to pages, card space separation visible
- Removed `show brand line` in settings, shown by default
- Re-arranged settings by importance
- View toggling primary colour is grey
- Only populate recent searches on successful search
- Hit only one server side api, once while searching
- List view primary button float right
- Discounts takes upper limit eg. 10% and below
- Navbar icons only wiggle on qty increase in cart/wishlist
- Pay button in SO portal
- Remove bottom white space below item full page image, min-height fits to content
- List view vertical space between heading and item code
- Empty offer subtitle handled
2021-11-16 17:37:08 +05:30
marination
1bb135b2d3
fix: Sider and CI
...
- Incorrect path and Settings in price_list.py import due to merge
- Extra space removed in website_item.py
- Changed client side namespace to `erpnext.e_commerce.*`
2021-11-16 17:23:39 +05:30
marination
6b2b9dcee2
refactor: Cache Item Reviews and other review feedback
...
- `get_doc` -> `get_values` and `db.sql` -> `db.delete` in Wishlist Item deletion
- cache first page of Item Reviews and burst cache on addition and deletion of reviews
- Update redisearch docs link in E Commerce Settings
- Removed unused cint import
- Broke setting attribute context into smaller functions and code cleanup
- Minor recommended items padding tweak
- Item reviews form dict now uses website item as key
- Customer reviews rendered from UI style consistency
- Stock status consistency in listing and full page
- Handle no price in variant dialog for matched item
2021-11-16 17:22:57 +05:30
marination
9aeb211142
chore: Remove Home Page is Products and Sider fixes
...
- Removed `Home Page is Products` checkbox in E Comm Settings. Can be manually set in Website Settings
- Removed hooks trigger to reset home page as products
- Sider: duplicate color attribute, shift `return` to next line, over-indentation
2021-11-16 17:21:46 +05:30
marination
80fbe16be8
test: Product Query & Filter Engine, Item Group Page
...
- Test for ProductQuery engine and ProductFilters engine
- Test for engine for Item Group too
- Renamed ‘product_configurator’ to ‘variant_selector’
- Cleaned up filters.py
- Modal freeze backdrop lighter only in cart, since there’s nothing over it
- Fixed unusual spacing in variant selector dialog
- Made `get_child_groups_for_website` more readable
- Replaced ‘Configure’ with ‘Select’ for variant selection
2021-11-16 17:21:17 +05:30
marination
7d1df9d4c3
fix: Error state and passing args for product listing
...
- Show error state in case of unexpected errors in query engine
- Pass args appropriately from `view.js`
- Use args correctly in `api.py`
- Error handling in `api.py` if query engine raises error
- Instantiated product data engine tests
- Fix dotted path for search api call in `search.js`
2021-11-16 17:18:08 +05:30
marination
335a237383
chore: Re-organise files,remove T&C modal in cart
...
- Moved product query and filters engine to `product_data_engine` folder
- Moved product grid, list, search, view to `product_ui` folder
- Renamed `website_item_indexing.py` to `redisearch.py`
- Render Terms and Conditions server side along with the rest of the Shopping cart. Don’t make another db call
- Style changes to terms and conditions
- Deleted unused `cart_terms.html`
- Removed print statements
2021-11-16 17:15:05 +05:30
marination
78ee51c6ca
chore: debug travis
2021-11-16 17:11:02 +05:30
marination
b4529b8511
test: Recommendations, Reviews and Wishlist
...
- Tests for verified and unverified item reviewers
- Test for recommended items and their prices
- Test for adding removing items from Wishlist
- Bug: Wishlist deletes all entries of an item code irrespective of user
- Get Item reviews only if enabled
- Removed price fields from Wishlist Item and made fields read only
- Removed unused price stored as data on Wishlist buttons
- Customer Reviews page checks if reviews are enabled else shows No Reviews
- Moved price stock fetching in Wishlist in separate function
- Made fields read only in Item Review
2021-11-16 17:10:23 +05:30
marination
4d254a7ad3
test: Website Item (Item full page)
...
- Tests for website item. Desk tests and portal tests
- Allow guests on method `get_offer_details`
- Fetch stock details only if `show_stock_availability` is enabled
- Validation for duplicate web items on item merge
- Separate method for `validate_properties_before_merge`
- Common error title and exception `DataValidationError` for merge validations on Item
2021-11-16 17:10:07 +05:30
marination
3fd929c4ee
test: Website Item basic test & removed product configurator tests
...
- Sider fixes: missing semicolons
- Added two basic tests for Website Item
- Commented Product Configurator tests, needs to re-written fully
2021-11-16 17:09:34 +05:30
marination
64322199df
fix: Remove Website Item from Item Dashboard
...
- Install breaks on CI, will add later
2021-11-16 17:03:58 +05:30
marination
929a24ea5c
feat: Cart minor UI/UX Refresh
...
- Added Setting to show or hide price if checkout is disabled
- Show Web Item name in cart instead of Desk Item name
- Cart minor UI Refresh: added images in cart
- Cart minor UI Refresh: repositioned remove button and redesigned
- Cart minor UI Refresh: Payment Summary section
- Cart minor UI Refresh: Disable input on free item
- Cart minor UI Refresh: Add address button in cards
- New file for cart payment summary UI with coupon code (old)
2021-11-16 17:03:17 +05:30
marination
ef4579e4eb
chore: Wishlist UI (minor)
...
- Minor wishlist UI refresh, actions on hover, new icon
- Increase max length of wishlist card title
- Dont fetch outdated price in wishlist
- Translate 'out of stock'
- Use ORM
2021-11-16 17:03:01 +05:30
marination
2fec068aff
feat: Recommended Items and Item full page refresh
...
- Added Optional Recommended Items
- Item Full Page minor UI Refresh
- Floating wishlist button in item full page
- Reviews section UI Refresh
2021-11-16 17:02:43 +05:30
marination
b5e7f04b33
chore: UI refresh for grid/list view and search
...
- enhanced UI for grid/list view, actions visible on hover only
- enhanced search UI
- Added indicator to show if item is in cart
- Moved search with view togglers
2021-11-16 17:01:06 +05:30
marination
c0811c4c74
fix: Discount Filtes & Filter behaviour
...
- Client: Maintain state where listing is re-rendered due filter trigger
- Client: Handle binding/restoring discount filters separately on filter trigger
- Client: Placeholder Image for search results
- If any filter is checked, query and display items from page 1
- Query Engine: Smaller functions and handle discount filter properly
- Added index on item group and brand for Website item
2021-11-16 16:57:49 +05:30
marination
d897062304
fix: Rename Wishlist Item, Use Website Item Name in Wishlist Cards
...
- Renamed Wishlist Items to Wishlist Item
- Use Website Item Name in Wishlist
- Add Website Item Name field in Wishlist Item
- Remove accidental extra `font-size` attribute
2021-11-16 16:55:28 +05:30
marination
16abfd4410
fix: Sync Website Items on Item Change, Short Website Description
...
- Added Short Description in Website Item for List View
- Update Website Item on Item info change
- Un-publish Web Item if Item is disabled
- Removed unnecessary dependency on Item from query engine
- Rearranged item detail fields in Website Item
- Added Link to Website Item on Item Dashboard
2021-11-16 16:55:12 +05:30
marination
82f8f3caf2
feat: Guest Display Settings
...
- Re-arranged Settings checkboxes
- Deleted `show_availability_status` from E Commerce Settings
- Added `Hide Price for Guest` functionality
- Added Custom Redirection for Guest Actions in E Commerce Settings
- Minor cleanups
2021-11-16 16:54:21 +05:30
marination
b450f1c583
fix: Filters state, Search input clearing, Paging buttons
...
- Fixed repetitive calls on checking filter checkbox
- Query count of items after offset for accurate Paging button display
- Order items by ranking in query
- Search results get empty on clearing input
2021-11-16 16:53:53 +05:30
marination
0dadf535c1
chore: Cleanup Query Engine and Product query API
...
- Resolved merge conflicts in item_group.py
- Separate api.py file for product listing backend api
- Brought back ORM in query engine, handled missing cases (website item groups, etc)
- Return results from API in a descriptive manner, helps keep sanity in JS
- On toggling views store view preference in localStorage
2021-11-16 16:53:30 +05:30
marination
cb52c98f02
fix: Missing Image in Item Page and Variants in Cart
...
- Added fallback for missing image in item page
- Explore button font
- Incorrectly fetching route from Item master, use Website Item instead
2021-11-16 16:50:27 +05:30
marination
24c8967232
fix: Checkbox sizes and paging buttons
...
- Show paging buttons at all times and enable/disable buttons
- Define checkbox and radio button sizes within erpnext
- Wishlist cards even height
2021-11-16 16:48:47 +05:30
marination
aca3c8fce7
fix: Font size, empty image styles, and minor cleanup
...
- some frappe css font variables weren't loading, remove dependency
- fixed fallback display for missing images in views
- py code cleanup (minor)
2021-11-16 16:48:33 +05:30
marination
24ba06c37b
fix: Mixin import issue, search error handling, shop-by-category slideshow
2021-11-16 16:47:04 +05:30
marination
0c73f688e9
fix: Search UI open/close and Empty product search results
2021-11-16 16:46:54 +05:30
marination
ea30ce4c51
fix: Sider and Patch tests
2021-11-16 16:46:22 +05:30
marination
b0d7e32018
feat: Search UI
...
- Search UI with dropdown results
- Client class to handle Product Search actions and results
- Integrated Search bar into all-products and item group pages
- Run db search without redisearch
- Cleanup: [Search] change decorator names and variables
- Sider fixes
2021-11-16 16:45:48 +05:30
Hussain Nagaria
dcc79f1bfa
fix: Documentation link and open in new tab
2021-11-16 16:41:08 +05:30
Hussain Nagaria
8b725cc9d7
chore: Redisearch warning in search settings
2021-11-16 16:40:56 +05:30
Hussain Nagaria
41a5ebc6c0
feat: Add fallback when redisearch not loaded
2021-11-16 16:40:45 +05:30
marination
53bb7a9cd1
chore: Shopping Cart styles and cleanup shallow
...
- Added remove button to cart item rows
- Freeze on change in Shopping Cart (UX)
- Fixed cart items and taxes/totals alignment issues
- Made Cart responsive
- Added free item indicator
- Fixed item group nested routing issue
- Sales Order is populated with right source warehouse
2021-11-16 16:39:58 +05:30
Hussain Nagaria
2514215ec4
chore: Redisearch module load tracking
2021-11-16 16:39:10 +05:30
Hussain Nagaria
bd0d0ad0de
feat: Add decorator for redisearch
2021-11-16 16:37:41 +05:30
marination
b29c5d6e84
fix: Discount Filters and Web templates
...
- Fixed discount filters (didn’t work after js render change)
- Fix Item Card Group template height and style
- Add placeholder to missing images in Product Category Cards template
- Code cleanup
2021-11-16 16:37:08 +05:30
marination
03b88bd7b8
fix: Items Query, Sub categories, Review Button
...
- Include Item Variant table in query only if attributes are involved
- Render sub categories of they exist, even without items
- 'Write a Review' provision only if user is a customer
2021-11-16 16:36:29 +05:30
marination
499fb56c0f
fix: Move get_product_filtrs_data to website item file
2021-11-16 16:36:15 +05:30
marination
423d7516b4
fix: Empty states and miscellanous fixes
...
- Added Wishlist and Product Listing empty states
- Hide ‘Write Review’ button f user is not Customer
- Fixed grid view title (missing arg)
- Render empty state if no items form server side
- Removed unused function
- Guest user redirected to login on clicking Wishlist button
- Fixed ‘Notes’ field clearing issue
2021-11-16 16:35:43 +05:30
marination
d29b94f46e
fix: Patch fix for fresh installs
...
- minor sider fix
- patch fix for fresh installs
2021-11-16 16:35:22 +05:30
marination
8c20f66905
fix: Sider and Patches
...
- Sider fixes
- Deleted patches that worked as per old schema
- Cleared instances of web fields linked to Item master
2021-11-16 16:34:24 +05:30
marination
897c08c8e7
feat: Product View toggling
...
- Added fully functional list and grid view toggling
- Added ProductGrid and ProductList controllers
- Moved html snippets, rendered via JS now
- Item Group page also rendered via common controller
- Paging section rendered via JS
- Minor style changes
2021-11-16 16:14:59 +05:30
marination
48b3ce82b9
feat: (wip) Toggle Views
...
- Auto Height on Cards
- Title with ellipses on length exceed
- Changed namepaces
- Moved product card rendering to JS
- Added Image and List View Toggling buttons
- Kept basic filters rendering just as before
2021-11-16 16:11:09 +05:30
marination
f9929ed8a6
Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop
2021-11-16 16:06:07 +05:30
Saqib
5f30104e00
Merge branch 'develop' into gross-profit-percentage
2021-11-16 16:00:07 +05:30
Saqib
950261d860
Merge branch 'develop' into serialized-item-consumption
2021-11-16 15:59:53 +05:30
Marica
4afcbfdc08
Merge branch 'develop' into pr-return-ux
2021-11-16 15:15:48 +05:30
marination
a5f8274d79
fix: test_job_card_partial_material_transfer test
...
- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable
2021-11-16 15:13:19 +05:30
marination
293f6cbafd
fix: Sider, Linter and Server Side Test
...
- Fix Server side PR test
- linter: re-arrange imports
- sider: avoid single line multi statement
- Code cleanup: Improve code readability and avoid horizontal scroll in test_purchase_receipt
- Removed unused variables in test_purchase_receipt
2021-11-16 14:36:15 +05:30
Ahmed Shareef
952fc87c99
refactor: fix help section background in dark mode ( #28406 )
2021-11-16 14:30:13 +05:30
rohitwaghchaure
aaf0e4e709
Merge pull request #28398 from rohitwaghchaure/fix-pricing-rule-creation-against-promotional-scheme
...
fix: Pricing Rule not created against the Promotional Scheme
2021-11-16 13:54:26 +05:30
Kenneth Sequeira
f786a596f8
chore: add docker pull count to readme ( #28405 )
2021-11-16 12:01:26 +05:30
marination
e9c75d6eea
test: Purchase Invoice Received Qty
2021-11-16 11:55:34 +05:30
Rohit Waghchaure
d82910b08a
fix: Pricing Rule not created against the Promotional Scheme
2021-11-16 10:27:59 +05:30
Ankush Menat
ed99aca36f
test: basic test for serialize reco cancel
2021-11-16 10:00:18 +05:30
Ankush Menat
8c85012a70
fix: can not cancel stock reconciliation with sr no
2021-11-16 10:00:18 +05:30
GangaManoj
1affa12b74
fix: Replace 'Totals' with 'Total'
2021-11-16 03:36:47 +05:30
GangaManoj
508a2301ee
fix: Display totals row in bold
2021-11-16 03:22:04 +05:30
GangaManoj
c7ffe3a7b4
fix: Remove unnecessary condition
2021-11-16 02:36:58 +05:30
GangaManoj
582a7ae964
fix: Add totals row when Grouped By Invoice
2021-11-16 02:33:51 +05:30
GangaManoj
3aaf7cb408
fix: Remove default Totals row
2021-11-16 02:33:12 +05:30
Deepesh Garg
74ccaeb07d
Merge branch 'develop' into shipping-rule-updation-error
2021-11-15 20:34:05 +05:30
Rohan
043e3255d6
fix: remove item-item group name validation ( #28392 )
2021-11-15 19:41:17 +05:30
Deepesh Garg
ce06aaa0ae
Merge pull request #27735 from GangaManoj/fix-so-cancellation-message
...
fix: Sales Order cancellation message
2021-11-15 18:51:30 +05:30
Ankush Menat
54184e54ed
fix: patch for naming series property setter
2021-11-15 18:18:22 +05:30
Ankush Menat
7fcaeca403
fix: don't make naming series mandatory for items
...
Item variants are an exception, hence this needs to be checked
conditionally.
2021-11-15 18:18:22 +05:30
marination
05ec7cce82
test: Purchase Receipt Received Qty
2021-11-15 17:49:14 +05:30
marination
afe1c45f7f
fix: Sider + Fields UX
...
- remove extra space (sider)
- PR: Bring rejected qty in grid view
- PI: Rename `Stock Qty` to `Accepted Qty in Stock UOM`
- PI: Move `Accepted Qty in Stock UOM` under Stock UOM
2021-11-15 17:17:29 +05:30
Sagar Sharma
2eccb7a1ca
fix: Work order creation from sales order ( #28388 )
...
* fix: Work order creation from sales order
* chore: formatting
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2021-11-15 16:08:15 +05:30
marination
bb561ba7a8
fix: Server side test
...
- make `tests_that_skip_setup` a tuple (added comma)
- remove manual teardown in `test_job_card_material_transfer_correctness` to avoid premature committing
- transfer_material_against = "Job Card" while making BOM with mulitple operations
2021-11-15 15:21:20 +05:30
Deepesh Garg
c572a4cb88
fix: Book unaccrued interest check
2021-11-15 09:28:56 +05:30
Deepesh Garg
91c8d457b0
Merge branch 'develop' of https://github.com/frappe/erpnext into term_loan_enhancement
2021-11-15 09:28:03 +05:30
Deepesh Garg
ccbb8c82b3
Merge branch 'develop' into fix-hsn_wise
2021-11-14 10:37:36 +05:30
Conor
03370c63c5
chore: minor typo correction in CONTRIBUTING ( #28386 )
2021-11-14 09:46:31 +05:30
Smit Vora
520f33b02f
fix(regional): hsn_wise as false returns item_code
2021-11-14 08:10:53 +05:30
Dany Robert
3f8ad54c5c
Merge branch 'develop' into currency-exchange-settings
2021-11-13 13:13:15 +05:30
Dany Robert
e50893e991
fix: eslint brace style issue
2021-11-13 13:12:38 +05:30
Ankush Menat
c0f06bc8e3
fix: validate hmac unconditionally ( #28372 )
2021-11-12 14:45:51 +05:30
Sagar Vora
6d3e9bce5f
fix(M-Pesa): validate type before executing get_doc ( #28369 )
2021-11-12 14:24:33 +05:30
Sagar Vora
24b048925b
fix(WooCommerce): always expect signature in webhook requests ( #28367 )
2021-11-12 14:08:02 +05:30
Sagar Sharma
a424310581
fix: Collapse Scrap Items in Job Card ( #28362 )
2021-11-12 13:50:30 +05:30
Deepesh Garg
829f92f10a
Merge pull request #28363 from deepeshgarg007/default_party_account
...
fix: Default party account getting overriden in invoices
2021-11-12 13:04:21 +05:30
Deepesh Garg
88648570d7
fix: Default party account getting overriden in invoices
2021-11-12 12:39:30 +05:30
Sagar Sharma
944bf8da71
fix: Unable to edit supplier scorecard criteria name once created ( #28348 )
2021-11-11 19:49:41 +05:30
rohitwaghchaure
0157da57b5
Merge pull request #28308 from rohitwaghchaure/commision-rate-not-fetch-from-sales-person
...
fix: commission rate not fetch from sales person
2021-11-11 19:11:31 +05:30
GangaManoj
1393f97ad5
fix: Add serial no to Stock Entry doc to decrease quantity for Stock Items consumed during repair
2021-11-11 18:48:23 +05:30
GangaManoj
4668bb4be0
feat: Add 'Add Serial No' button in the Stock Items table
2021-11-11 18:42:25 +05:30
GangaManoj
abb535540a
fix: Rename item to item_code
2021-11-11 18:41:16 +05:30
GangaManoj
1aed8c4b2f
feat: Add Serial No field
2021-11-11 18:40:38 +05:30
Saqib
ecbe4b16b8
perf(minor): general ledger report ( #27987 )
2021-11-11 13:55:21 +05:30
Deepesh Garg
fdb8e1855d
Merge pull request #28334 from deepeshgarg007/gstr_1_duplicate_items
...
fix(India): Sales Invoice with duplicate items not showing correct taxable value
2021-11-11 11:38:58 +05:30
Marica
18f9e3558e
Merge branch 'develop' into se-required-items-from-jc
2021-11-11 11:14:37 +05:30
Deepesh Garg
0dca97eb9f
fix(India): Sales Invoice with duplicate items not showing correct taxable value
2021-11-10 21:07:48 +05:30
Ankush Menat
c96b5492db
fix: reload doctype forcefully
2021-11-10 19:41:55 +05:30
Ankush Menat
b728597ef4
fix: use hotfix branches for patch tests
2021-11-10 19:41:55 +05:30
Subin Tom
af1fce0419
fix: check if shipping rule value exists
2021-11-10 16:49:12 +05:30
Subin Tom
18ae03d967
fix: calling shipping rule method during net_total calculation in taxes_adn_totals.py
2021-11-10 15:57:41 +05:30
Anupam Kumar
3d012ad31d
Merge branch 'develop' into manufacturing-work-order-closed
2021-11-10 14:55:53 +05:30
Anupam
1a7851b1ad
fix: error message
2021-11-10 14:55:13 +05:30
Saif Ur Rehman
06aead0470
chore: isort
2021-11-10 13:45:40 +05:00
Saqib
6d05bb5274
fix(pos): get mode of payments query ( #28321 )
2021-11-10 13:06:55 +05:30
Ankush Menat
12e81df2b7
fix: default value for allow neg stock in repost_item_valuation
...
Negative stock can be toggled back after queuing transactions, this
causes failure when repost is executed.
Now allow_negative_stock stock is set at time of queuing the repost job.
This means setting changes done afterwards won't affect already
submitted reposts.
2021-11-10 13:05:14 +05:30
Anuja Pawar
2f004693c3
fix(Bank Reconciliation): get credit amount for bank account of type liability
2021-11-10 12:36:54 +05:30
Ankush Menat
e498389b00
fix: ignore cancelled entries in incorrect balance qty report
2021-11-10 12:09:51 +05:30
Anupam
68dc42fb1f
fix: function name [is_work_order_stopped -> is_work_order_closed]
2021-11-10 10:12:29 +05:30
Rohit Waghchaure
4d4bfa2333
fix: commision rate not fetch from sales person
2021-11-10 00:00:38 +05:30
marination
1eb3ca2b86
fix: (travis) Production Plan Summary Report breaks if no WO
...
- `get_cached_value` throws a DoesNotExistError if non-existent value, used `get_value` instead
- accomodate production plan items that dont have WO/PO against them as well (blank values)
- added some None value handling to avoid AttributeError
2021-11-09 23:07:28 +05:30
Anupam Kumar
6954dd6329
feat: Competitor Tagging in Opportunity and Quotation ( #28050 )
...
* feat: Competitor Tagging in Opportunity and Quotation
* fix: review changes
* fix: linter issue
* fix: section label
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-11-09 19:36:27 +05:30
Ankush Menat
ccf84ae88a
fix: patch to update job card status
2021-11-09 18:04:50 +05:30
Ankush Menat
fdfa39c231
fix: avoid mutating iterator while iterating over it
2021-11-09 18:04:50 +05:30
Ankush Menat
37799fe3dd
fix: use completion qty instead of transfer quantity for JC status
2021-11-09 18:04:50 +05:30
Marica
031178224f
Merge branch 'develop' into se-required-items-from-jc
2021-11-09 17:33:20 +05:30
Wolfram Schmidt
6907ad8adb
fix: add Email option to contact email field ( #28296 )
...
* Update warranty_claim.json
Added the Email in option field of Contact Email so you are able to create a notification mapping to this field as reciever.
* Update warranty_claim.json
2021-11-09 17:32:57 +05:30
marination
e8d0c25dff
fix: Partial Trabsfers against JC
...
- Fixed transferred qty not back updating on JC if partial transfer
- Partial transfer not mapping pending qty from JC correctly in SE
- tests for above cases
- minor code cleanup
2021-11-09 17:29:29 +05:30
Deepesh Garg
20bc613b81
Merge pull request #28294 from ruchamahabal/fix-hr-patch-breaking
...
fix(India setup): setup company independent fixtures for patch
2021-11-09 17:27:13 +05:30
Deepesh Garg
8a253ed1f3
Merge pull request #28238 from nextchamp-saqib/perf-financial-statements
...
perf: improve financial statement loading time
2021-11-09 16:29:58 +05:30
Rucha Mahabal
88b5bda34b
fix(India setup): setup company independent fixtures for patch
2021-11-09 16:04:52 +05:30
Sagar Vora
da22744e0f
fix: specify fields to be set in Lead ( #28288 )
2021-11-09 15:49:32 +05:30
rohitwaghchaure
f57538bd2a
Merge pull request #28150 from anupamvs/manufacturing-work-order-stop
...
feat: provision to close the Work Order
2021-11-09 15:45:53 +05:30
Jannat Patel
17acb08545
fix: sum of components in salary register ( #28237 )
...
* fix: sum of components in salary register
* fix: sum of deduction components
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-11-09 15:21:51 +05:30
Subin Tom
c78b8b7897
fix: Shipping Rule picking up old net_rate
2021-11-09 14:46:45 +05:30
Saqib
4a3cef6436
fix: update 'current_invoice_end' after processing invoice ( #28278 )
2021-11-09 14:16:38 +05:30
Saif Ur Rehman
cdb1800087
chore: remove unused import
2021-11-09 12:35:01 +05:00
Saif Ur Rehman
13f8edd43f
Merge remote-tracking branch 'upstream/develop' into asset-capitalization
...
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
2021-11-09 12:17:17 +05:00
Ankush Menat
34f5283c17
fix: show full item name in search widget ( #28283 )
2021-11-09 11:55:33 +05:30
Anupam Kumar
092936d8ba
Merge branch 'develop' into manufacturing-work-order-stop
2021-11-09 10:51:09 +05:30
Anupam
663a7afe4d
fix: get_planned_qty chnages
2021-11-09 10:50:38 +05:30
Bibin
0e8e7e21c3
fix: filter only submitted fees in student fee collection report ( #28280 )
...
* Update student_fee_collection.json
Fix: filter and show only submitted fees documents
* fix: add total row for the student fee collection
2021-11-09 10:02:05 +05:30
Anupam
27709a1c71
fix: test cases
2021-11-09 09:56:58 +05:30
Deepesh Garg
2da17031af
Merge pull request #28277 from frappe/mergify/bp/develop/pr-28262
...
fix: Taxjar customer_address fix, currency fix (backport #28262 )
2021-11-08 19:58:44 +05:30
Deepesh Garg
94d70bca9e
fix: Resolve conflicts
2021-11-08 18:48:46 +05:30
Subin Tom
45fd819729
fix: company condition fix, added company field
...
(cherry picked from commit 7ad2717acc )
2021-11-08 13:12:28 +00:00
Subin Tom
d2915c6bc7
fix: fixed company field, updated patch
...
(cherry picked from commit 7f2d304f32 )
# Conflicts:
# erpnext/patches.txt
2021-11-08 13:12:27 +00:00
Subin Tom
e51c4ba8a9
fix: Added company field, filtered account heads
...
(cherry picked from commit 902c03cd37 )
2021-11-08 13:12:25 +00:00
Subin Tom
75e9100a53
fix: Fixed customer address variable, sales invoice item field currency issue
...
(cherry picked from commit 904010ab64 )
2021-11-08 13:12:25 +00:00
Deepesh Garg
2bf3b0fcac
Merge pull request #28272 from deepeshgarg007/ksa_vat_fixes
...
fix: KSA VAT setup issues
2021-11-08 18:08:49 +05:30
Deepesh Garg
0950459b0f
Merge pull request #28065 from Anuja-pawar/gst-category
...
fix(minor): check if gst_category exists while validating GSTIN
2021-11-08 17:53:10 +05:30
Deepesh Garg
07e7b92383
Merge pull request #28185 from vorasmit/ewaybill-fix
...
fix(regional): incorrect `totalValue` in ewaybill JSON
2021-11-08 17:52:07 +05:30
Deepesh Garg
508832e90a
fix: Add patch to make custom fields
2021-11-08 17:46:24 +05:30
Deepesh Garg
c81d4734c4
fix: KSA VAT setup issues
2021-11-08 17:14:03 +05:30
Deepesh Garg
419e03954c
Merge pull request #28166 from Havenir/ksa-vat
...
feat(Print Format): KSA VAT Invoice
2021-11-08 15:27:02 +05:30
marination
5fb5a757cf
refactor: (ux) Accepted/Rejected/Received Qty UX
2021-11-08 13:23:42 +05:30
ahmadpak
8df50cf1e0
update(Print Format): Sales Invoice
...
- KSA VAT Invoice
Customer Identification Number Added
2021-11-08 09:29:33 +03:00
Ankush Menat
db3193dcab
chore: remove migration_hash ( #28263 )
2021-11-08 10:57:20 +05:30
mergify[bot]
c0b889b94d
fix: auto update price list rate ( #28255 ) ( #28256 )
...
* fix: auto update price list rate
* fix: hide field when auto insert isn't enabled
(cherry picked from commit bb3957eba3 )
Co-authored-by: Sagar Sharma <63660334+s-aga-r@users.noreply.github.com >
[skip ci]
2021-11-07 17:42:51 +05:30
Dany Robert
01e7076b65
Merge branch 'develop' into currency-exchange-settings
2021-11-06 09:59:00 +05:30
Ankush Menat
aed45f22f4
Merge pull request #28249 from ankush/dead_code
...
chore: py2 compatibility code cleanup
2021-11-05 11:55:55 +05:30
Ankush Menat
37e6e1f330
chore: ignore six removal commit in blame
2021-11-05 11:28:31 +05:30
Ankush Menat
8fe5feb6a4
chore: remove all six compat code
2021-11-05 11:16:29 +05:30
Ankush Menat
56a25a0c4f
chore: drop future from requirements.txt
2021-11-05 11:16:29 +05:30
Ankush Menat
897e90ac55
chore: remove past module dependencies
2021-11-05 11:16:29 +05:30
Ankush Menat
6098e92ba9
chore: remove utf-8 compat code
2021-11-05 11:16:29 +05:30
mergify[bot]
25f647f067
fix: Bulk update of valid upto field wasn't working (bp #28242 )
...
* fix: Bulk update of valid upto field wasn't working
Check in dates for the price list was failing because valid_upto field was string. Converting to date fixed the problem.
* chore: extend fix and cleanup whitespace
Co-authored-by: Ankush Menat <ankush@frappe.io >
(cherry picked from commit 95a5ef1d41 )
Co-authored-by: fatihustaoglu <46131068+fatihustaoglu@users.noreply.github.com >
2021-11-04 21:46:48 +05:30
Raffael Meyer
114028e473
feat: replace newline in remarks (DATEV report) ( #28152 )
2021-11-04 21:44:24 +05:30
marination
0aa237f38c
test: Stock Entry from JC correctness (items mapping and qty)
2021-11-04 20:14:28 +05:30
Marica
51fb543f67
Merge branch 'develop' into se-required-items-from-jc
2021-11-08 18:05:11 +05:30
Saif Ur Rehman
85d1a237ce
fix(Asset Capitalization): Reverse depreciation on cancel
2021-11-04 14:15:47 +05:00
Saif Ur Rehman
dc3c27fd1b
fix(Asset Capitalization): update code for changes in depreciation logic
2021-11-04 13:47:33 +05:00
Saif Ur Rehman
2d9da22721
Merge branch 'develop' of https://github.com/frappe/erpnext into asset-capitalization
...
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/sales_invoice.py
# erpnext/assets/doctype/asset/test_asset.py
# erpnext/assets/workspace/assets/assets.json
2021-11-04 12:48:33 +05:00
Dany Robert
4716523c77
fix: sider issues
2021-11-04 05:38:00 +00:00
Dany Robert
4a0f2175ad
fix: pre-commit issues
2021-11-04 05:25:48 +00:00
Dany Robert
1f8be84985
fix : remove mutable data structures from argument defaults
2021-11-04 05:12:09 +00:00
Dany Robert
e65a76b214
chore: clean up
2021-11-04 05:04:10 +00:00
Dany Robert
08b2735a79
fix: make fields editable only when service provider is custom
2021-11-04 05:01:37 +00:00
Dany Robert
7291d9f236
feat: option for preconfigured selectable service providers
2021-11-03 14:13:22 +00:00
Saqib Ansari
b7a44fe0a3
perf: improve financial statement loading time
2021-11-03 18:17:31 +05:30
Dany Robert
d869b3933b
Merge branch 'frappe:develop' into currency-exchange-settings
2021-11-03 18:15:27 +05:30
Suraj Shetty
30a6f03ad3
Merge pull request #28192 from revant/build-on-rel
...
ci: migrate docker to github actions
2021-11-03 18:08:17 +05:30
Anupam
7044ae5e39
fix: testcases:
2021-11-03 17:41:04 +05:30
Noah Jacob
cb064b06ad
fix: added job_card_item link in material request ( #28222 )
...
* fix: added job_card_item links in material request
* fix: add no copy to row references
2021-11-03 11:53:57 +00:00
marination
3da03028f3
fix: Pull Items that are in JC in Stock Entry against JC
...
- Check if items pulled in stock entry are present in Job Card
- Code cleanup and removed redundant checks
Co-authored-by: Gavin D'souza <gavin18d@gmail.com >
2021-11-03 17:05:57 +05:30
Anuja Pawar
0d65a6e333
Merge branch 'develop' into gst-category
2021-11-03 15:49:22 +05:30
Anupam
cc15cf6ae2
fix: linter isuue
2021-11-03 13:54:46 +05:30
Revant Nandgaonkar
c2697bca76
ci: change GITHUB_PAT to CI_PAT
2021-11-03 13:52:37 +05:30
Anupam Kumar
8ebc412e8b
Merge branch 'develop' into manufacturing-work-order-stop
2021-11-03 13:41:37 +05:30
Anupam
ba47bd02b6
fix: sider isuue
2021-11-03 13:41:22 +05:30
Anupam
9b4c7e4796
fix: validate job card
2021-11-03 13:27:50 +05:30
Saqib
a5902fa3f8
Merge pull request #28187 from hrwX/subscription_active_fixes
...
fix: do not generate multiple invoices
2021-11-03 11:40:39 +05:30
Anuja Pawar
3c4484fbf9
Merge branch 'develop' into gst-category
2021-11-02 23:30:16 +05:30
Anuja Pawar
f2fbcc8124
fix: sider
2021-11-02 23:29:06 +05:30
Anupam
9c0906f1b5
fix: test cases
2021-11-02 20:43:00 +05:30
Deepesh Garg
11e90cc0be
Merge pull request #28205 from deepeshgarg007/lower_deduction_validation_fix
...
fix: Error on LDC creation
2021-11-02 20:27:18 +05:30
Deepesh Garg
66348e1a03
fix: Error on LDC creation
2021-11-02 20:26:40 +05:30
Marica
91112c49e1
Merge pull request #28202 from marination/serial-no-popup-with-scanner
...
fix: Serial Nos not set in the row after scanning in popup
2021-11-02 20:17:48 +05:30
hrwx
2bce193b81
Merge branch 'develop' of https://github.com/frappe/erpnext into subscription_active_fixes
2021-11-02 14:05:10 +00:00
Saqib
ec0a72423a
fix: Calculate depreciation_amount accurately ( #27585 )
2021-11-02 18:45:03 +05:30
marination
734b57deec
fix: Serial Nos not set in the row after scanning in popup
...
- Avoid whitspaces while calculating length of serial nos
2021-11-02 18:34:55 +05:30
Noah Jacob
857d87da97
fix: replaced "=" with "in" for multiple statuses in query #28193
...
fix: replaced "=" with "in" for multiple statuses in query
2021-11-02 17:52:45 +05:30
Saqib
7681600b5e
fix: test wdv method for indian region
2021-11-02 17:47:44 +05:30
hrwx
890a786858
fix: do not generate multiple invoices
2021-11-02 11:58:01 +00:00
GangaManoj
f047c6ffc8
fix: Test for WDV
2021-11-02 16:43:31 +05:30
Anuja Pawar
d72709dd81
fix(Payment Entry): splitting outstanding rows as per payment terms ( #27946 )
2021-11-02 16:28:46 +05:30
Marica
11c0b37658
Merge pull request #28195 from marination/se-batch-filter
...
fix: (ux) Remove warehouse filter on Batch field for Material Receipt
2021-11-02 16:09:32 +05:30
marination
48886ee705
chore: Add comment above fix for future reference
2021-11-02 15:57:41 +05:30
marination
048210a8f6
fix: Remove warehouse filter on Batch field for Material Receipt
2021-11-02 15:49:58 +05:30
Anupam
e36da4d137
fix: linter issues
2021-11-02 12:53:00 +05:30
Anupam
59e4fd980c
fix: linter issues
2021-11-02 12:46:00 +05:30
Anupam
530a0f481e
fix: added testcase
2021-11-02 12:39:13 +05:30
Revant Nandgaonkar
c587f18735
chore: migrate docker to github actions
2021-11-02 12:09:41 +05:30
Ankush Menat
27cbeb920e
test(patch): run patch tests for major releases
...
Run patch tests one at a time
v10 db -> v12-> v13 -> .... -> frappe:corresponding base branch and PR.
2021-11-01 17:44:46 +05:30
Smit Vora
e2d866d6a2
fix: regional(India) totalValue for ewaybill
2021-11-01 15:55:19 +05:30
Ankush Menat
1eab3a44f6
fix(ux): stock levels take time after item merge
...
Item merge creates a repost and depending on number of entries it can
take from 1 to n hours for it to finish. (depending upon queued up
reposts)
Added message so users don't feel confused till this operation is
finished.
2021-11-01 15:32:59 +05:30
Ankush Menat
f7ffe04a4b
fix: use warehouse to find company
2021-11-01 14:13:56 +05:30
Ankush Menat
a0727b2e82
fix: pass company while fetching valuation rate
...
If company is not supplied and valuation rate is 0, then default
company is used for checking if perpetual inventory is enabled or not.
This makes little sense as different companies can have different
setting for perpetual inventory.
2021-11-01 14:13:56 +05:30
Anupam Kumar
623776dd48
feat: added company field in prospect ( #28139 )
...
* feat: added company field in prospect
* fix: review changes
2021-11-01 13:37:31 +05:30
Anuja Pawar
dd3cadd46b
fix: update set_value query
2021-11-01 11:38:02 +05:30
Anuja Pawar
19f78c2f31
Merge branch 'develop' into gst-category
2021-11-01 11:30:23 +05:30
Deepesh Garg
ddcdf64f35
Merge pull request #28156 from kennethsequeira/ind-tx
...
fix: update tax template name for 18% GST
2021-10-31 18:53:40 +05:30
Anupam
264b0df9ff
fix: sider issue
2021-10-31 16:11:11 +05:30
Anupam
55e97dce8a
fix: sider issue
2021-10-31 14:45:36 +05:30
Anupam
e290fe0721
fix: sider issue
2021-10-31 14:42:10 +05:30
Anupam
5d4c5652af
feat: added confirm dialog on closing of workorder
2021-10-31 14:20:03 +05:30
rohitwaghchaure
69dd8b7c3f
Merge pull request #28168 from rohitwaghchaure/fixed-patch-update_category_in_ltds_certificate
...
fix: patch update_category_in_ltds_certificate
2021-10-31 09:56:45 +05:30
Rohit Waghchaure
cae29b71d8
fix: patch update_category_in_ltds_certificate
2021-10-31 09:24:07 +05:30
ahmadpak
2a5beec885
new (Print Format): KSA VAT Invoice
2021-10-30 17:18:45 +03:00
Deepesh Garg
fb9e72cc8a
Merge pull request #28162 from deepeshgarg007/pan_field_missing_error
...
fix: Error for missing PAN no field
2021-10-30 19:29:26 +05:30
Deepesh Garg
541c892f97
fix: Error for missing PAN no field
2021-10-30 18:22:46 +05:30
Kenneth Sequeira
ad5cf467c0
fix: update tax template name for 18% GST
2021-10-30 13:07:36 +05:30
Anuja Pawar
f9e7dc3f62
Merge branch 'develop' into gst-category
2021-10-29 21:32:49 +05:30
Anuja Pawar
bc1e7bc15f
fix: re-writing sql query with ORM methods
2021-10-29 21:32:20 +05:30
Anuja Pawar
1a6e98ed48
fix(Payment Reconciliation): clear child tables on company/party change ( #28008 )
2021-10-29 20:52:47 +05:30
Ganga Manoj
15e9b5170d
fix: Make status filter optional ( #28126 )
2021-10-29 18:07:11 +05:30
Anupam
23af036894
feat: provision to close the Work Order
2021-10-29 17:27:17 +05:30
Deepesh Garg
eb720d18c3
Merge pull request #28145 from deepeshgarg007/coa_import_is_group
...
fix: COA importer importing all accounts as group
2021-10-29 17:04:20 +05:30
Ankush Menat
ff9cfe0d14
fix: sort by creation to break tie
2021-10-29 16:56:15 +05:30
Ankush Menat
f4b60a48f5
refactor: simplify sr no fetching
2021-10-29 16:56:15 +05:30
Ankush Menat
2aa019ae4c
fix: fetch serial nos from ledger unconditionally
2021-10-29 16:56:15 +05:30
Noah Jacob
deb6b38fab
refactor: replaced db.sql with qb
2021-10-29 16:56:15 +05:30
Noah Jacob
b44945380d
fix: incorrect amount of serial_nos fetched
2021-10-29 16:56:15 +05:30
Subin Tom
75a76e634d
fix: POS consolidated invoice rounded total issue ( #28006 )
2021-10-29 16:45:04 +05:30
Deepesh Garg
8ccd3fee9e
fix: COA importer importing all accounts as group
2021-10-29 16:08:52 +05:30
Deepesh Garg
199fc52917
Merge pull request #27994 from rtdany10/patch-8
...
fix: incorrect VAT Amount in UAT VAT 201 report
2021-10-29 14:42:02 +05:30
Deepesh Garg
7180d76b36
Merge pull request #28135 from deepeshgarg007/accounting_dimension_userperm
...
fix: Accounting Dimension filters not honouring user permissions
2021-10-29 14:39:58 +05:30
Marica
292419bc9e
fix: Skip empty rows while updating unsaved BOM cost ( #28136 )
...
- Dont try to get valuation rate if row has no item code
- Dont try to add exploded items if row has no item code
2021-10-29 13:49:27 +05:30
Ankush Menat
afe09d4e80
test: remove unnecessary creation of new company ( #28137 )
2021-10-29 13:45:07 +05:30
Deepesh Garg
aa9e78bed1
fix: Accounting Dimension filters not honouring user permissions
2021-10-29 12:45:19 +05:30
Anuja Pawar
4589f39875
Merge branch 'develop' into gst-category
2021-10-29 12:41:04 +05:30
Deepesh Garg
d0e2b52f51
Merge pull request #28122 from nemesis189/consolidated-finan-report-empty-list-error
...
fix: Consolidated Financial Report throws error for empty equity data list
2021-10-29 12:11:16 +05:30
Deepesh Garg
28c116a1bf
Merge pull request #27609 from GangaManoj/unlink-po-on-cancelling-so
...
fix: Unlink PO on cancelling SO
2021-10-29 11:57:41 +05:30
Deepesh Garg
051aaa708d
fix: Ignore PO on So cancel
2021-10-29 11:35:34 +05:30
Anuja Pawar
d23b7a77b8
Merge branch 'develop' into gst-category
2021-10-28 23:22:03 +05:30
Ganga Manoj
61757c17ae
Merge branch 'develop' into unlink-po-on-cancelling-so
2021-10-28 21:06:00 +05:30
GangaManoj
d24cfff388
fix: Remove unused imports
2021-10-28 20:06:48 +05:30
Deepesh Garg
98f4b90300
Merge pull request #28071 from deepeshgarg007/lower_deduction_cetificate_fixes
...
fix : Get LTDS based on tax withholding category
2021-10-28 19:59:19 +05:30
GangaManoj
1a9d2684e2
fix: Remove debugger
2021-10-28 19:27:45 +05:30
GangaManoj
8844fdbf23
fix: Remove print statements
2021-10-28 19:26:09 +05:30
Deepesh Garg
812249e5d1
Merge branch 'develop' of https://github.com/frappe/erpnext into lower_deduction_cetificate_fixes
2021-10-28 19:01:51 +05:30
Deepesh Garg
09a5616e2d
fix: Rewrite patch using query builder
2021-10-28 19:01:24 +05:30
marination
8502ccb5b2
chore: Add comment hinting to reason
2021-10-28 16:53:45 +05:30
marination
27236b7e9e
fix: Remove RM Cost column as cost is not retrievable from Job card
2021-10-28 16:45:23 +05:30
Deepesh Garg
8e2b4ef456
Merge branch 'develop' into unlink-po-on-cancelling-so
2021-10-28 14:44:34 +05:30
Ankush Menat
b01635e1da
refactor!: remove hub #28117
...
refactor!: remove hub
2021-10-28 14:07:15 +05:30
Subin Tom
d786855d94
fix: Consolidated Financial Report throws error for empty equity data list
2021-10-28 13:19:19 +05:30
Saqib
f530764105
Merge branch 'develop' into fix-depr-after-sale
2021-10-28 12:43:51 +05:30
Faris Ansari
c8d0d9ece9
Merge pull request #28048 from netchampfaris/print-format-builder-templates
...
feat: Taxes template for selling/buying doctypes
2021-10-28 12:33:21 +05:30
Saqib
cc7a21eafa
Merge branch 'develop' into fix-depr-after-sale
2021-10-28 12:04:07 +05:30
Anupam Kumar
4787a75208
fix: opportunity link is missign from customer ( #28110 )
2021-10-28 11:13:11 +05:30
Ganga Manoj
8774862c8d
Merge branch 'develop' into fix-depr-after-sale
2021-10-28 02:15:26 +05:30
Deepesh Garg
c5a16a999c
Merge pull request #28114 from deepeshgarg007/fs_auto_email_report
...
fix: Autoemail report not showing dynamic report filters
2021-10-27 19:58:26 +05:30
Ankush Menat
d81b87d9b3
fix(ux): make qty 1 by default in WO
2021-10-27 19:46:06 +05:30
Ankush Menat
2221c9ed89
fix: don't show blocked supplier in autocomplete
2021-10-27 19:46:06 +05:30
Ankush Menat
5902762ec8
fix(ux): alternative item two way validation
2021-10-27 19:46:06 +05:30
Ankush Menat
5f9bd9b8e9
fix: remove bad hardcoded max value
2021-10-27 19:46:06 +05:30
Deepesh Garg
3a6894fb9c
fix: Autoemail report not showing dynamic report filters
2021-10-27 19:39:18 +05:30
Saqib
a261d08dd8
fix: reset temporary flag after use
2021-10-27 18:30:37 +05:30
Saqib
470c07c6e9
Merge branch 'develop' into fix-depr-after-sale
2021-10-27 16:02:38 +05:30
Ankush Menat
e0cf45e7ec
fix(ux): misleading label for image fields ( #28107 )
2021-10-27 15:27:33 +05:30
Saqib
cc07c71bbd
Merge branch 'develop' into fix-so-cancellation-message
2021-10-27 15:19:18 +05:30
Ganga Manoj
c9f3ea5fea
fix: Remove pointless buttons from Payment Order
...
fix: Remove pointless buttons from Payment Order
2021-10-27 15:16:38 +05:30
Saqib
2e61c5eb55
Merge branch 'develop' into fix-depr-after-sale
2021-10-27 15:12:51 +05:30
hendrik
f24ed6723e
fix(general_ledger): Order by in case Group by Account ( #28093 )
...
* Update general_ledger.py
Fix order_by_statement if filter group by: Group by Account
* chore: whitespace
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-10-27 14:38:20 +05:30
Afshan
f0bdf9426b
Merge branch 'develop' into gst-category
2021-10-27 14:13:26 +05:30
Deepesh Garg
af9ead84e9
Merge pull request #28080 from deepeshgarg007/payment_terms_precision_validate
...
fix: Payment Terms validation precision
2021-10-27 11:48:23 +05:30
Summayya Hashmani
0806e32049
fix(ux): add naming series to ERPNext setting workspace ( #28090 )
...
* fix(ux): add naming series to setting workspace
* fix: doctype link to naming series
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: Summayya <frappe@Summayyas-MacBook-Air.local >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2021-10-27 11:46:10 +05:30
Saqib
879a1fca76
perf(minor): improve sales invoice submission ( #27916 )
...
* perf: skip get_pricing_rules if no pricing rule exists
* perf: fetch mode of payments data in single query
* perf: get total company stock only for purchase order
* perf: skip insertion of stock ledger entry
* fix: undo changes to allow negative stock flag
* fix: sider
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-27 11:42:50 +05:30
Alan
05831b18ad
fix: update production plan status #27567
...
fix: update production plan status
2021-10-27 11:36:37 +05:30
mergify[bot]
25d1c1ce86
fix: add filter to query to avoid send reminder for zero years ( #28092 ) ( #28096 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit 8cad23b8fb )
Co-authored-by: gsi-maruiz <62341390+gsi-maruiz@users.noreply.github.com >
2021-10-27 11:21:26 +05:30
Dany Robert
2920f2f614
fix: change modified timestamp to apply changes on migrate #28095
...
fix: change modified timestamp to apply changes on migrate
2021-10-27 11:17:48 +05:30
Ankush Menat
479ecb8de0
test: picklist item grouping
2021-10-27 11:10:52 +05:30
Ankush Menat
6942900555
refactor: use defaultdict and enumeration
2021-10-27 11:10:52 +05:30
Diksha Jadhav
f2d136e574
feat(pick list): group items based on item code and warehouse before printing picklist
2021-10-27 11:10:52 +05:30
Dany Robert
882da2f98b
Merge branch 'develop' into currency-exchange-settings
2021-10-27 10:48:04 +05:30
Ankush Menat
6ec047cba9
fix(ux): overbiling message in SO->SI, PO->PI ( #28088 )
2021-10-27 10:30:05 +05:30
GangaManoj
78825f2c6c
fix: Add extra line
2021-10-27 06:18:24 +05:30
GangaManoj
4789c3423d
fix: Linters
2021-10-27 05:25:32 +05:30
GangaManoj
06c505ddc2
fix: Linters
2021-10-27 05:23:01 +05:30
GangaManoj
07b25c4275
fix: Import statements
2021-10-27 05:20:31 +05:30
GangaManoj
54a0f5d04f
fix: Make import statements fit conventions
2021-10-27 05:15:44 +05:30
GangaManoj
6dbc47f225
fix: Rename variables
2021-10-27 05:09:44 +05:30
GangaManoj
7454167725
fix: Remove redundant code
2021-10-27 05:08:11 +05:30
GangaManoj
69e011bf6a
fix: Add test to check if SO can be cancelled after linked Work Order has been submitted
2021-10-27 05:07:16 +05:30
GangaManoj
29fc4da4c6
fix: Create Maintenance Visit
2021-10-27 04:47:26 +05:30
GangaManoj
9ec24d4915
fix: Add test to check if SO can be cancelled after linked Maintenance Visit has been submitted
2021-10-27 04:46:59 +05:30
GangaManoj
80ce3e6de7
fix: Add test to check if SO can be cancelled after linked Maintenance Schedule has been submitted
2021-10-27 04:17:21 +05:30
GangaManoj
60119f5ce5
fix: Remove redundant validations
2021-10-26 21:42:58 +05:30
GangaManoj
aac574579a
fix: Add test to check if SO can be cancelled when linked DN has been submitted
2021-10-26 21:42:58 +05:30
GangaManoj
21798d8836
fix: Add test to check if SO can be cancelled when linked SI has been submitted
2021-10-26 21:42:58 +05:30
GangaManoj
cde0dae987
fix: Add flag for reverse depreciation entries
2021-10-26 21:04:06 +05:30
Deepesh Garg
7ab7753bfa
Merge branch 'develop' of https://github.com/frappe/erpnext into lower_deduction_cetificate_fixes
2021-10-26 20:56:40 +05:30
GangaManoj
82bf5e5539
fix: Replace post_depreciation_entries() with make_depreciation_entry()
2021-10-26 20:53:47 +05:30
Deepesh Garg
a87c201785
Merge pull request #28054 from deepeshgarg007/tax_withholding_category_filters
...
fix(minor): Filters and validations in Tax Withholding Category
2021-10-26 20:51:24 +05:30
Deepesh Garg
0c28b477af
Merge pull request #28074 from deepeshgarg007/pan_field_hide_develop
...
fix: Move PAN field from standard doctype to fixtures for India
2021-10-26 20:44:11 +05:30
Deepesh Garg
6b22894275
Merge pull request #28052 from deepeshgarg007/company_address_update
...
fix: Auto update company address check on linking with company
2021-10-26 20:40:13 +05:30
Deepesh Garg
277dfeaf4e
Merge pull request #28057 from deepeshgarg007/company_change_fixes
...
fix: Update receivable/payable account on company change
2021-10-26 20:36:52 +05:30
Deepesh Garg
0136aedfdc
Merge pull request #28055 from deepeshgarg007/payment_entry_ux
...
fix(UX): Add mandatory depends on condition for reference no and date fields
2021-10-26 20:02:34 +05:30
Deepesh Garg
1165a8ac3a
Merge branch 'develop' into company_change_fixes
2021-10-26 19:52:45 +05:30
Deepesh Garg
89d5e494dd
fix: Reload customer and supplier doctype
2021-10-26 19:51:03 +05:30
Kenneth Sequeira
07a3be6f61
fix: remove VM from installation ( #28075 )
2021-10-25 20:10:52 +05:30
Deepesh Garg
9c1705205f
fix: Payment Terms validation precision
2021-10-25 20:06:24 +05:30
Ganga Manoj
0515b4b6f6
Merge branch 'develop' into fix-depr-after-sale
2021-10-25 19:11:19 +05:30
Anuja Pawar
59b5987030
Merge branch 'develop' into gst-category
2021-10-25 18:28:06 +05:30
Deepesh Garg
8f6600b27a
fix: Repayment schedule revert on cancel
2021-10-25 16:21:26 +05:30
Subin Tom
fc8307621c
fix: POS Closing Entry without linked invoices ( #28042 )
2021-10-25 13:18:08 +05:30
Deepesh Garg
cd4b20313e
fix: Test case fixes and linting issues
2021-10-25 11:21:55 +05:30
Anuja Pawar
a1213006a1
Merge branch 'develop' into gst-category
2021-10-25 10:50:03 +05:30
GangaManoj
9e7022830e
fix: Only add additional depreciation schedule row on sale if depreciation_amount > 0
2021-10-25 01:34:42 +05:30
Deepesh Garg
e3ae8d5a1e
fix: Move PAN field from standard doctype to fixtures for India
2021-10-24 17:24:25 +05:30
Deepesh Garg
b812660e40
Merge branch 'develop' of https://github.com/frappe/erpnext into term_loan_enhancement
2021-10-24 16:54:58 +05:30
Noah Jacob
fdaf93f76c
refactor: shows opening balance from filtered from_date ( #26877 )
...
* refactor: shows opening balance from filtered from_date
* refactor: opening balance considered from filtered from_date in stock ledger
* fix: check if stock reco is opening and misc cleanups
2021-10-23 21:04:42 +05:30
Deepesh Garg
35fe065cf1
Merge pull request #28070 from frappe/mergify/bp/develop/pr-28014
...
fix: Error in TDS computation summary (backport #28014 )
2021-10-23 19:20:14 +05:30
Deepesh Garg
bf13d183d8
fix: Replace section code with tax withholding category in LDC
2021-10-23 19:00:03 +05:30
Deepesh Garg
e6e804e7d7
fix: Get LTDS based on tax withholding category
2021-10-23 18:58:41 +05:30
Deepesh Garg
dcae9ba86e
fix: Unsecured loan status update
2021-10-23 18:06:34 +05:30
Deepesh Garg
7f2dde7d94
fix: Check for supplier name
...
(cherry picked from commit 944e3d467c )
2021-10-23 07:47:18 +00:00
Deepesh Garg
881e091b85
fix: Check for other properties
...
(cherry picked from commit b7befe49dc )
2021-10-23 07:47:18 +00:00
Deepesh Garg
2ea4c95f86
fix: Error in TDS computation summary
...
(cherry picked from commit f12deae24b )
2021-10-23 07:47:18 +00:00
Anuja Pawar
21889945bf
Merge branch 'develop' into gst-category
2021-10-22 22:57:30 +05:30
Ankush Menat
4ad2b851c4
chore: change semgrep rules repo name
...
[skip ci]
2021-10-22 22:39:11 +05:30
Ankush Menat
cc1baae5eb
ci: move semgrep rules out of repo ( #28067 )
...
Moving semgrep rules out of repos as it's unnecessary to maintain
same ruleset for different repos and different branches.
2021-10-22 21:43:50 +05:30
Anuja Pawar
6a3bd882b4
fix: sider
2021-10-22 20:44:49 +05:30
Anuja Pawar
4f53837624
fix: sider
2021-10-22 20:43:54 +05:30
Anuja Pawar
59c31bb124
fix: check if gst_category exist
2021-10-22 19:26:31 +05:30
Deepesh Garg
1a5f0da6ca
fix: Loan repayment schedule date
2021-10-22 10:46:56 +05:30
Raffael Meyer
2bdaf7bb23
fix: don't reset rates in Timesheet Detail when Activity Type is cleared ( #28056 )
...
* fix: don't reset rates when activity type is cleared
* refactor: suggestions from review
Co-authored-by: Sagar Vora <sagar@resilient.tech >
* refactor: suggestions from review (fix)
* style: fix sider
* fix: sider issue
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2021-10-21 23:53:04 +05:30
Deepesh Garg
65025fb628
fix: Update receivable/payable account on company change
2021-10-21 19:30:06 +05:30
Deepesh Garg
a20058a343
fix(minor): Add mandatory depends on condition for reference no and date fields
2021-10-21 17:52:13 +05:30
Deepesh Garg
7733afc0ae
fix(minor): Filters and fixes in Tax Withholding Category
2021-10-21 16:13:00 +05:30
Deepesh Garg
c6d06816cf
fix: Auto update company address check on linking with company
2021-10-21 15:37:59 +05:30
Faris Ansari
8b547e39a8
feat: Taxes template for selling/buying doctypes
...
Depends on the new Print Format Builder
frappe/frappe#14134
2021-10-21 12:06:02 +05:30
Alan
2849297471
refactor: move process loss report to manufacturing ( #28043 )
...
* refactor: move process loss report to manufacturing
* test: fix process loss report test
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-21 11:07:47 +05:30
mergify[bot]
1a31d5856f
fix: useless validation message ( #28029 ) ( #28046 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit 152f9b0a43 )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2021-10-21 11:05:50 +05:30
Mohammed Yusuf Shaikh
03bfc77940
feat: employee initial work history updated when transfer is performed ( #27768 )
...
* feat: employee initial work history updated when transfer is performed
* fix: sider
* fix: remove commit statement
* fix: tests and code formatting
* fix: tests
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-10-21 10:15:09 +05:30
rohitwaghchaure
871cb1157f
fix: consolidated report issue #28035
...
fix: consolidated report issue
2021-10-20 21:08:15 +05:30
Rohit Waghchaure
311bafb23b
fix: incorrect fieldname
2021-10-20 20:51:57 +05:30
Ankush Menat
da3635b94f
test: execute manufacturing reports
2021-10-20 20:35:11 +05:30
Ankush Menat
126ba16740
fix: remove debug from query
2021-10-20 20:35:11 +05:30
Ankush Menat
8221e7e01f
fix: remove employee_name from job card summary
...
This field doesn't exist and it's moved on individual line level logs.
2021-10-20 20:35:11 +05:30
Deepesh Garg
8116b9b62f
fix: Updates in term loan processing
2021-10-20 19:55:00 +05:30
Deepesh Garg
ddacff38ba
Merge pull request #28002 from ankush/dont_recompute_item_tax
...
fix: dont recompute item wise taxes from front end
2021-10-20 19:19:44 +05:30
Sagar Vora
8d9d0987fe
fix: incorrect status being set in Invoices ( #28019 )
...
Co-authored-by: Pruthvi Patel <pruthvipatel145@gmail.com >
2021-10-20 19:15:35 +05:30
Ankush Menat
5ada11b1af
ci: run semgrep after basic linters
2021-10-20 19:09:57 +05:30
Ankush Menat
92c0dcc3ea
ci: install dev requirements in CI
2021-10-20 19:09:57 +05:30
Rucha Mahabal
261f80c5ca
fix: avoid resetting employee on amending timesheets ( #28025 )
2021-10-20 16:58:32 +05:30
Nabin Hait
2ef4844a3c
feat: Tax for recurring additional salary ( #27459 )
...
* fix: Logic for tax calculation on recurring additional salary
* fix: Get actual amount always in case of overwritten additional salary even if based on payment days
* feat: Test case added for recurring additional salary
* fix: use query builder to get additional salaries instead of raw SQL
* fix: query formatting and remove trailing spaces
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-10-20 15:50:30 +05:30
Jannat Patel
830fa60acd
Merge pull request #28018 from frappe/mergify/bp/develop/pr-27997
...
fix: Employee filter in YTD and MTD in salary slip (backport #27997 )
2021-10-20 13:09:52 +05:30
Govind S Menokee
4f2cf43db7
YTD and MTD Messed up in Salary Slip
...
The filter for YTD, MTD etc are based on employee name. This seems like an amateur mistake. It should be based on employee id.
(cherry picked from commit efc292a5dd )
2021-10-20 07:11:26 +00:00
Jannat Patel
9a409df8fa
Merge pull request #27728 from itechstro/develop
...
fix: Employee Leave Balance report should only consider ledgers of transaction type Leave Allocation
2021-10-20 12:27:22 +05:30
Jannat Patel
d81f811349
fix: map missing fields in opportunity ( #27904 )
2021-10-20 10:53:39 +05:30
Chillar Anand
73ae504721
fix(healthcare): Add patch for removing healthcare doctypes ( #27995 )
...
* fix(healthcare): Add patch for healthcare doctypes
* fix: Update healthcare patch
* fix: Reload stale doctypes
* fix: Reload doc fix
2021-10-19 18:59:23 +05:30
Deepesh Garg
74b0a819a0
Merge pull request #28003 from frappe/mergify/bp/develop/pr-27867
...
fix: Totals row incorrect value in GL Entry (backport #27867 )
2021-10-19 17:50:01 +05:30
Deepesh Garg
21ba9ac744
fix: Totals row incorrect value in GL Entry ( #27867 )
...
(cherry picked from commit ebe68c1a7a )
2021-10-19 09:38:40 +00:00
gavin
9916b87767
ci: Rule Added for using frappe.qb over db.sql* ( #28000 )
...
ERPNext port of https://github.com/frappe/frappe/pull/14481
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
Co-authored-by: abhishek <as7122000@gmail.com >
2021-10-19 14:20:09 +05:30
Dany Robert
d734da9337
Merge branch 'develop' into patch-8
2021-10-19 14:14:07 +05:30
Ankush Menat
393749a611
fix: dont recompute item wise taxes from front end
2021-10-19 14:13:34 +05:30
Dany Robert
4c499e804a
fix: wrong vat amount
2021-10-19 14:12:59 +05:30
Noah Jacob
01bb97bd09
Merge pull request #27990 from noahjacob/maint_schedule_fix
...
fix: changes in schedules gets overwritten on save
2021-10-19 13:36:52 +05:30
Noah Jacob
e08a0992b2
Merge branch 'develop' into maint_schedule_fix
2021-10-19 13:12:45 +05:30
Noah Jacob
af1b9e100e
fix: changes in schedules gets overwritten on save
2021-10-19 12:08:32 +05:30
Himanshu
7717b99edb
feat: add enabled field in UOM ( #27993 )
2021-10-19 10:19:40 +05:30
Dany Robert
1aa34d1780
fix: incorrect VAT Amount in UAT VAT 201 report
2021-10-18 18:46:45 +05:30
Rucha Mahabal
8eacaddde7
fix: flaky Org Chart Test ( #27971 )
2021-10-18 11:06:16 +05:30
Saqib
ac381d21fe
fix: sider
2021-10-18 10:43:15 +05:30
Deepesh Garg
9c54d6df13
Merge pull request #27967 from deepeshgarg007/account_name_number_error
...
fix: Account number and name incorrectly imported using COA importer
2021-10-18 09:16:09 +05:30
Deepesh Garg
46e80095c6
Merge pull request #27934 from deepeshgarg007/tds_round_off_error
...
fix: TDS round off not working from second transaction
2021-10-18 08:53:37 +05:30
Deepesh Garg
30e6f4dfed
Merge pull request #27970 from deepeshgarg007/gstr_1_interstate_internal_transfer
...
fix (India): Interstate internal transfer invoices not visible in GSTR-1
2021-10-18 08:52:41 +05:30
Deepesh Garg
b7a08535b5
fix: TDS round off not working from second transaction
2021-10-16 20:58:24 +05:30
Deepesh Garg
d9d42b13ab
fix: Interstate internal transfer invoices not visible in GSTR-1
2021-10-16 17:09:37 +05:30
Deepesh Garg
17a8649500
fix: Account number and name incorrectly import using COA importer
2021-10-15 21:19:41 +05:30
Subin Tom
f3cf36f613
fix: POS Profile payment methods table ( #27956 )
...
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-10-15 12:39:52 +05:30
GangaManoj
0b8cb5dd47
fix: Add missing digit
2021-10-15 04:56:00 +05:30
GangaManoj
fdeb273fa0
fix: Sider issues
2021-10-15 04:53:23 +05:30
GangaManoj
60aae4423d
fix: Add missing digit
2021-10-15 04:03:30 +05:30
GangaManoj
371b621364
fix: Compare date strings
2021-10-15 04:02:27 +05:30
GangaManoj
e9d310a13e
fix: Format tests
2021-10-15 01:45:53 +05:30
Ganga Manoj
5a0289a810
Merge branch 'develop' into fix-depr-after-sale
2021-10-14 22:37:07 +05:30
GangaManoj
968be70bd1
fix: Remove PR creation from all tests in TestDepreciationBasics
2021-10-14 22:33:35 +05:30
GangaManoj
09215a9781
fix: Remove PR creation from all tests for Depreciation Methods
2021-10-14 22:32:55 +05:30
GangaManoj
4bf01bb4b7
fix: Move Purchase Receipt creation to setUpClass
2021-10-14 22:32:54 +05:30
Marica
c0e632842a
Merge pull request #27962 from marination/clean-serial-no-logic
...
fix: Retain space inside Serial no string while cleaning serial nos
2021-10-14 20:17:42 +05:30
Ankush Menat
4437eb0c4b
fix: remove bad description ( #27963 )
2021-10-14 20:03:37 +05:30
marination
a9341672cf
test: Include serial no with spaces in it in sanitation test
2021-10-14 19:49:13 +05:30
Marica
8cf188d9c0
fix: Use strip instead of lstrip and rstrip
...
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2021-10-14 19:21:41 +05:30
marination
41035b0330
fix: Retain space inside Serial no string while cleaning serial nos
2021-10-14 18:31:37 +05:30
Ankush Menat
9c1d828b1b
chore: formatting
2021-10-14 17:18:24 +05:30
rohitwaghchaure
1233725b64
Merge pull request #27957 from rohitwaghchaure/patch-to-enable-scheduler-job
...
fix: patch to enable scheduled job for reposting
2021-10-14 17:14:43 +05:30
rohitwaghchaure
230a5d4b39
Update enable_scheduler_job_for_item_reposting.py
2021-10-14 16:57:54 +05:30
Ankush Menat
3f97413814
chore: formatting
2021-10-14 16:45:27 +05:30
Saqib
1f70dd6e98
fix: value_after_depreciation calculation ( #27954 )
2021-10-14 16:23:12 +05:30
Rohit Waghchaure
efc60ec2b5
fix: patch to enable scheduled job for reposting
2021-10-14 16:03:48 +05:30
Marica
ee25ba07a2
Merge pull request #27947 from marination/si-dn-sn-mismatch
...
fix: Improve error message for Serial No mismatch between SI and DN
2021-10-14 13:49:04 +05:30
Jannat Patel
8de5f1f04d
Merge pull request #27850 from pateljannat/auto-attendance-issue
...
fix: exclude inactive employees from auto attendance
2021-10-14 12:48:22 +05:30
Ganga Manoj
8cc81a96fc
Merge branch 'develop' into fix-depr-after-sale
2021-10-14 03:12:44 +05:30
GangaManoj
e8986df3ca
fix: Move test for Finance Books to Depreciation test suite
2021-10-13 21:36:10 +05:30
GangaManoj
83ec9879ee
fix: Add test to validate available_for_use_date
2021-10-13 21:21:50 +05:30
GangaManoj
749d1b6ee6
fix: Enable cwip accounting
2021-10-13 20:49:07 +05:30
GangaManoj
8ea1ad9232
fix: Only validate against JV if it's not a reverse depreciation entry
2021-10-13 20:47:39 +05:30
Mohammad Hussain Nagaria
904381295e
chore: Add Try on Frappe Cloud button to README ( #27950 )
2021-10-13 20:07:27 +05:30
marination
60f35ad8a2
fix: Remove trailing space and line break in translatable string
2021-10-13 16:50:10 +05:30
marination
646acb6b46
fix: Improve error message for Serial No mismatch between SI and DN
2021-10-13 16:41:11 +05:30
Noah Jacob
2bb383b178
fix: not authorized to update entries after freezing accounts ( #27937 )
...
* fix: not authorized to update entries after freezing accounts
* fix: Add test case
* fix(patch): patched to requeue failed reposts(check_freezing_date)
* chore: misc fixes
Co-authored-by: Deepesh Garg <deepeshgarg6@gmail.com >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2021-10-13 16:20:08 +05:30
Shariq Ansari
790c1cda6f
fix: Removing unused fields from workspace JSON files #27612
...
fix: Removing unused fields from workspace JSON files
2021-10-13 16:18:20 +05:30
Deepesh Garg
bd310e2816
Merge pull request #27783 from hrwX/subscription_generation_fix_develop
...
fix(Subscription): reorder updation of end date
2021-10-13 15:21:50 +05:30
Deepesh Garg
bd8dda2de4
Merge pull request #27497 from nemesis189/taxjar-nexus-update
...
fix: TaxJar update - added nexus list, making api call only for nexus
2021-10-13 15:08:48 +05:30
Deepesh Garg
bd8cfb2e30
fix: Move product tax category folder to taxjar settings
2021-10-13 13:40:53 +05:30
Jannat Patel
00f7f97dc9
Merge branch 'develop' into auto-attendance-issue
2021-10-13 13:28:25 +05:30
Deepesh Garg
2d19e2d54b
fix: Patch
2021-10-13 13:24:19 +05:30
Deepesh Garg
2b9b158448
Merge pull request #27907 from nemesis189/gst-setts-hsn-wise-tax-breakup
...
feat: HSN based tax breakup table check in GST Settings
2021-10-13 12:07:29 +05:30
Deepesh Garg
ca0067212d
fix: TDS round off not working from second transaction
2021-10-13 12:00:25 +05:30
Deepesh Garg
0b263c5100
Merge pull request #27927 from Anuja-pawar/invoice-sections
...
fix: minor ux fixes in Sales & Purchase Invoice
2021-10-12 23:05:48 +05:30
Deepesh Garg
b990d5b112
Merge pull request #27545 from nextchamp-saqib/pay-received-amt-fix
...
fix: cannot add deductions in internal transfer payment entry
2021-10-12 23:04:04 +05:30
Ankush Menat
06b426e9c3
ci: rule to fail PRs that add a new manual commit ( #27928 )
...
Manual commits are frequent source of bugs, confusions or undefined
behaviour.
All new manual commits should be explcitly ignored with explanation on
why it's added. This will only fail for new additions. Existing ones
need to be cleaned up manually.
2021-10-12 23:01:37 +05:30
Deepesh Garg
3b9514d6e1
fix: Update message string
2021-10-12 21:49:51 +05:30
Anuja Pawar
b7769c733e
Merge branch 'develop' into invoice-sections
2021-10-12 21:32:01 +05:30
Anuja Pawar
d181cc42a1
fix: set collapsible & print hide
2021-10-12 20:57:08 +05:30
Ankush Menat
4ebae7c5dc
Merge branch 'develop' into optimize-get-item-details
2021-10-12 20:39:49 +05:30
Ankush Menat
7bafa11d57
fix: undo changes to allow negative stock flag
2021-10-12 20:39:10 +05:30
Marica
b6da7ff1b1
Merge pull request #27914 from marination/avoid-auto-customer-creation-website
...
fix: Avoid automatic customer creation on website user login
2021-10-12 20:24:12 +05:30
Deepesh Garg
6f107da165
perf: Add indexes in stock queries and speed up bin updation #27758
...
perf: Add indexes in stock queries and speed up bin updation
2021-10-12 20:15:55 +05:30
marination
fd6f3c6b88
Merge branch 'develop' of https://github.com/frappe/erpnext into e-commerce-refactor-develop
2021-10-12 18:24:21 +05:30
marination
8f0b9c9406
fix: Show Offers section only if offers exist
2021-10-12 18:16:17 +05:30
marination
0a703740bb
feat: Offer Display
...
- Added offers section in website item
- Added more roles to website item
- Fixed attachment limit issue in website item
- Created Website Offer child doctype
- Added offers listing in Item full page view
- style fixes
2021-10-12 18:16:03 +05:30
Hussain Nagaria
c69de2d7a8
chores: Add function params and remove unused imports
2021-10-12 18:15:07 +05:30
Hussain Nagaria
4309239d6c
feat: Show Recent Searches
2021-10-12 18:14:43 +05:30
Hussain Nagaria
34f3a6629f
feat: Show brand line in search results
2021-10-12 18:14:29 +05:30
Hussain Nagaria
9ee13ba86b
feat: Add brand line display setting
2021-10-12 18:14:16 +05:30
Hussain Nagaria
55d2bf0ff9
chore: Add placeholder image
2021-10-12 18:14:04 +05:30
Hussain Nagaria
70b164e7dd
chore: Add query clean-up
2021-10-12 18:13:51 +05:30
Hussain Nagaria
ffc8616c63
refactor: Use global redis connection
2021-10-12 18:13:37 +05:30
Hussain Nagaria
ba25460edf
chore: Make it a little beautiful
2021-10-12 18:13:27 +05:30
Hussain Nagaria
f3421554ad
feat: Add Category autocomplete with config in settings
2021-10-12 18:02:24 +05:30
Hussain Nagaria
8e55c95ecc
feat: Make search index fields configurable
...
- Move indexing logic to separate file
- Add more validation logic for 'search index fields' field
2021-10-12 18:02:09 +05:30
Hussain Nagaria
3160187825
feat: Add search fields field
2021-10-12 17:58:01 +05:30
Hussain Nagaria
e82833f14a
feat: Basic Query + Autocomplete
2021-10-12 17:57:46 +05:30
Hussain Nagaria
0c47f3a876
feat: Add basic autocomplete using redisearch
2021-10-12 17:57:19 +05:30
marination
71f4b98d0c
chore: Sider and Semgrep
2021-10-12 17:52:54 +05:30
marination
1d94914102
feat: Discount Filters
...
- Discount filters in filters section
- Code cleanup
2021-10-12 17:46:03 +05:30
marination
817f695c57
fix: Item schema modified date update
...
- Modified date changed due to merge conflict
- Changed it to a later date to make sure Item migrates correctly
2021-10-12 17:39:23 +05:30
marination
60261852b2
feat: Slashed Prices and Discount display
...
- Registered mrp and price after discounts
- slashed price with discount in listing, item page and wishlist
- removed redundant imports
- renamed method to `get_web_item_qty_in_stock` to get Website Item stock
- adjusted styles for resizing
- made add to cart button full width on cards
2021-10-12 17:38:36 +05:30
marination
3d5f029e51
fix: Sider and Tests
2021-10-12 17:33:22 +05:30
marination
c842305be0
feat: Customer Ratings & Reviews Full Page
...
- Created macros for repetitive snippets
- Created Customer Reviews full page
- View more button to reveal 10 more reviews at a time
- Common function to get reviews with start and end
2021-10-12 17:30:03 +05:30
marination
b15ff57a66
feat: (wip) Ratings and Reviews
...
- Added Ratings and Reviews section in Item full page view
- Added provision to write a review with popup
- Created Item Review Doctype to store User-Item unique reviews
- Added privision to enable/disable wishlist and reviews in e commerce settings
- Hide cart and wishlist actions everywhere (even navbar) depending on settings
- Moved some more inline css to scss
- Small logic fixes
TODO: Reviews full page view with paging
2021-10-12 17:27:32 +05:30
marination
07d7cf01b4
fix: Remove unnecessary css variable and hover state
...
- Removed wish-red variable
- Removed hover state from remove wishlist item button in card
- Removed inline css from wishlist item card
2021-10-12 17:26:10 +05:30
marination
25ffafae81
feat: Product Details Tabbed Section and Add to Wishlist in Item Full Page
...
- Add to Wishlist button next to add to cart
- Beautified Product Specifications table section
- Product Specifications can be optionally in a tabbed section with custom tabs added
- Removed hard coded gray bg to allow custom theme overwrites
- Fixed resizing issues in Item Full Page view
- Cleaned up inline styles and ported to scss
2021-10-12 17:25:51 +05:30
marination
cd117149e1
fix: Sider
2021-10-12 17:24:15 +05:30
marination
59514408b9
feat: Wishlist Page
...
- Navbar icon with badge count for wishlist
- Wishlist page with cards
- Cards can be moved to cart or removed in a click
- Separated all wishlist related methods into wishlist.js
- Made a common js method(util) to add/remove wishlist items
- Bug fix: Make sure items are removed from session user's wishlist
2021-10-12 17:23:55 +05:30
marination
96cc5068b2
feat: Wishlist from card actions
...
- Add remove items from wishlist
- Wishlist icon at nav bar
- Animate wishlist icon in card and navbar
- Remember wished state after refresh as well
2021-10-12 17:23:12 +05:30
marination
4f64d1c7f2
feat: Animate Add to Cart List interactions (UX)
...
- Increased qty in cart on clicking add to cart for existing item
- Simplified macro arguments
- Navbar cart icon animation
- Explore button for template item in card
- Add to cart button animation
2021-10-12 17:18:51 +05:30
marination
16b9c8c383
feat: Card Actions and Wishlist
...
- Rough UI for card actions
- Wishlist doctype
- Indicators on card based on stock availability
2021-10-12 17:18:06 +05:30
marination
d7130e31fe
feat: Shop by Category
...
- Added Shop by Category Page
- Tabbed sections for item fields in Shop by Category Page
- Added Shop by Category Section in E commerce Settings
- Nested Navigation & Breadcrumbs in Item group pages
- Added scrollable & clickable Sub categories in Item Group page
- Made breadcrumbs slightly dynamic in Item Page
- Added image to Brand doctype
2021-10-12 17:00:30 +05:30
marination
22f41a17b7
chore: Removed Shopping Cart Module
...
- Moved all files and web templates from Shopping Cart to E-commerce module
- Made Shopping Cart module obsolete
- Moved select E-commerce related files from Portal to E-commerce module
- Minor cleanups
- Fixed Shopping Cart and Product Configurator tests
2021-10-12 16:54:11 +05:30
Ankush Menat
8d69ec72a6
fix: remove transaction commit from tests
2021-10-12 16:17:15 +05:30
Ankush Menat
acdb26a4bb
refactor: rollback after full test
2021-10-12 16:17:15 +05:30
Ankush Menat
06fa35a9c1
test: add custom TestCase class and use in stock
2021-10-12 16:17:15 +05:30
marination
37a246e738
chore: Patches for Website Item
...
- Patch to make website item from item
- Patch to move Products and Shopping Cart Settings into E Commerce Settings
- Patch to move products in Homepage from Item to Website Item
- Minor cleanup, replacing/removing references to Item website fields (obsolete)
2021-10-12 16:16:17 +05:30
marination
f1ce418bdc
fix: Hide Attribute filters if 'Hide Variants' is enabled in E Commerce Settings
...
- Hide Attribute filters if 'Hide Variants' is enabled in E Commerce Settings
- Consider 'Hide Variants' in ProductQuery Engine
- Added docstrings
- Remove `get_e_commerce_settings`, redundant
2021-10-12 16:09:50 +05:30
marination
b38339c979
fix: Sider and indexing (minor)
2021-10-12 16:06:13 +05:30
marination
025574d9b5
chore: Removing Item's Website section & references
...
- Removed old onboarding slide json and `create_onboarding_docs` methods
- Removed website sections from Item master
- Removed references to item website fields
- Shifted Item doctype website methods to Website Item
- Removed WebsiteGenerator from Item doctype
- Website Items in Homepage Products section
- Removed redundant code from item_group.py
- Fix: Item field filters won’t appear in website
2021-10-12 16:03:19 +05:30
marination
eef9cf152f
chore: Drive E-commerce via Website Item
...
- Removed Shopping Cart Settings
- Portal fully driven via E Commerce Settings
- All Item listing querying will happen via ProductQuery engine only
- Product Listing via Website Items
- removed redundant code
- Moved all website logic from Item to Website Item
2021-10-12 15:48:06 +05:30
marination
939b0dd67d
feat: E-commerce Refactor
...
- Created "Website Item" to handle website related information
- Publishing Item new flow
- Created "E Commerce Settings"
- Removed Products Settings
2021-10-12 15:16:21 +05:30
Anuja Pawar
2bc1ca993a
fix: keeping sections consistent across sales & purchase invoice
2021-10-12 14:52:40 +05:30
Deepesh Garg
c6a56a8f53
Merge pull request #27884 from nextchamp-saqib/invalid-gl-entry-patch-fix
...
fix: patch fails if accounts are frozen
2021-10-12 13:44:18 +05:30
Deepesh Garg
3750a88568
fix: Status check for closed loans ( #27896 )
...
* fix: Status check for closed loans
* fix: Incorrect maximum loan amount update
* fix: Linting issues
2021-10-12 13:40:31 +05:30
Saqib Ansari
c7fc609236
perf: skip insertion of stock ledger entry
2021-10-12 13:30:40 +05:30
Saqib Ansari
eb3aae870f
perf: get total company stock only for purchase order
2021-10-12 13:29:32 +05:30
Saqib Ansari
7b691beabb
perf: fetch mode of payments data in single query
2021-10-12 13:28:31 +05:30
marination
a780f78f38
fix: Sider, Linter
...
- Moved return to next line
- Space between function import and body
2021-10-12 13:28:12 +05:30
Saqib Ansari
a500252570
perf: skip get_pricing_rules if no pricing rule exists
2021-10-12 13:25:55 +05:30
Afshan
569dc5f6b1
fix: add cost center in gl entry for advance payment entry ( #27840 )
2021-10-12 13:23:20 +05:30
Saqib Ansari
c103f72fad
fix: rollback on exception
2021-10-12 13:13:48 +05:30
Deepesh Garg
5d4c919c5c
fix: Update pacthes.txt
2021-10-12 13:04:25 +05:30
Deepesh Garg
af14ba43de
fix: Linting issues
2021-10-12 12:58:42 +05:30
Deepesh Garg
8355af6dcf
fix: Incorrect maximum loan amount update
2021-10-12 12:44:40 +05:30
Chillar Anand
401e22fb8d
fix(accounts): Fix issue with fetching loyalty point entries ( #27892 )
2021-10-12 10:28:36 +05:30
Anuja Pawar
e1967870a9
Merge pull request #27906 from Anuja-pawar/accounts-settings
...
fix(Accounts Settings): Update label
2021-10-12 10:27:23 +05:30
GangaManoj
a7ec007dcf
fix: Add tests to validate item
2021-10-12 01:33:46 +05:30
GangaManoj
d8aaf3d389
fix: Add tests to validate Asset values
2021-10-12 01:07:11 +05:30
marination
d824a90fac
fix: Avoid automatic customer creation on website user login
2021-10-11 23:14:28 +05:30
Ankush Menat
ad444153cc
fix: force reload custom field doctype ( #27909 )
...
custom_field.json has the same modified key in both versions but not the same content. This can happen again if something is backported, safe solution is to force reload.
2021-10-11 22:14:28 +05:30
Subin Tom
fc4facc5dc
added new section in gst settings page
2021-10-11 18:19:58 +05:30
Subin Tom
530de12b07
feat: HSN wise tax breakup check in GST Settings
2021-10-11 17:33:41 +05:30
Noah Jacob
4bbe434d43
Merge pull request #27800 from noahjacob/buy_on
...
refactor: updated buying onboarding tours.
2021-10-11 15:33:58 +05:30
Dany Robert
7acdcc70ad
fix: v12 migrate error - unknown column ‘mandatory_depends_on’ ( #27897 )
...
* fix: v12 doesn't have mandatory_depends_on field
* fix: move update_vehicle_no_reqd_condition to v13
* fix: move update_vehicle_no_reqd_condition to v13
* fix: file name missing .py
* refactor!: add back empty line
* fix: linters issue
2021-10-11 15:05:55 +05:30
rohitwaghchaure
3f99a87e3d
Merge pull request #27863 from rohitwaghchaure/multi-currency-issue-for-consolidated-report
...
fix: consolidated report not consider company currency
2021-10-11 14:06:08 +05:30
Deepesh Garg
3337ae120c
fix: Status check for closed loans
2021-10-11 13:12:02 +05:30
Deepesh Garg
1aba3592fa
Merge pull request #27369 from Havenir/ksa-vat
...
feat(regional): KSA E-Invoicing and VAT Report
2021-10-11 12:16:51 +05:30
Ankush Menat
0a3dd3e954
fix: bom item query #27890
...
fix: bom item query
2021-10-11 12:10:33 +05:30
Chillar Anand
f0c4ea14a9
fix(hr): Update expense account after company is updated ( #27843 )
2021-10-11 11:59:26 +05:30
ChillarAnand
4dc17a856e
fix(CI): Use bugbear instead of flake8-mutable
2021-10-11 11:17:55 +05:30
Subin Tom
ea2038489f
fix: 'Taxjar' type fix
2021-10-11 11:11:01 +05:30
Subin Tom
1b25e69af4
fix: patch fixes- force reload doc, check for company
2021-10-11 10:20:23 +05:30
Ahmad
cb2213ef0c
refactor: make strings translate
2021-10-10 21:17:59 +02:00
Rohit Waghchaure
19d14da0d4
fix: opening balance to calculate 'Unclosed Fiscal Years Profit / Loss (Credit)'
2021-10-10 14:00:25 +05:30
Saqib Ansari
353ad5f6ff
feat: handle exceptions
2021-10-10 11:47:48 +05:30
Saqib Ansari
b0aa4a6e1c
fix: patch fails if accounts are frozen
2021-10-10 11:42:39 +05:30
GangaManoj
4918e9533b
fix: Add tearDownClass()
2021-10-10 03:51:35 +05:30
GangaManoj
ef3f2fcb3a
fix: Replace setUp() with setUpClass()
2021-10-10 03:50:45 +05:30
Himanshu
4f5d82c817
Merge branch 'develop' into subscription_generation_fix_develop
2021-10-09 09:39:27 +01:00
Himanshu
44306bd0e5
Update subscription.py
2021-10-09 09:37:54 +01:00
Jannat Patel
128709155b
Merge branch 'develop' into auto-attendance-issue
2021-10-08 20:15:40 +05:30
Ankush Menat
6019f60d0a
fix(perf): index creation on voucher_detail_no ( #27866 )
...
voucher_detail_no is supposed to have an index, it was added on
on_doctype_update function of table, however this function is only
called if DocType itself is updated and `on_update` is called on
DocType. Stock ledger Entry doctype hasn't changed since addition of
this index in function.
Before: Lack of this index was causing full table scan in
get_future_sle_to_fix function. (~50 seconds in a reposting job)
After: Single row is fetched (~0.5 second in full reposting job)
Learnings:
1. Add simple indexes via doctype only
2. For complex indexes always change doctype.json file for it to take
effect.
2021-10-08 16:12:15 +05:30
Deepesh Garg
fabbf68e0e
Merge pull request #27872 from 18alantom/fix-make-billing-address-not-read-only
...
fix: remove readonly from billing address
2021-10-08 15:07:15 +05:30
18alantom
41fefa356f
fix: remove readonly from billing address
2021-10-08 14:31:13 +05:30
yadavyk
d3d4a3da62
fix: Salary Slip Label fixes ( #27865 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-10-08 13:39:33 +05:30
Kenneth Sequeira
90a249527d
fix: update dead links in help_links.js ( #27860 )
2021-10-08 13:27:16 +05:30
mergify[bot]
e85c6e3fc5
fix: SO delivery Date not getting set via data import ( #27862 ) ( #27864 )
...
* fix: SO delivery Date not getting set via data import
* fix: logic to add delivery dates
* fix: linting issue
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
Co-authored-by: Afshan <afshan13k@gmail.com >
(cherry picked from commit d9a219850a )
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-10-08 13:19:56 +05:30
Rohit Waghchaure
dc4206428d
fix: consolidated report not consider company currency
2021-10-08 12:10:35 +05:30
Anuja Pawar
5cc3ea0aa7
fix(Payment Reconciliation): minor ux fixes ( #27779 )
...
* fix: minor fixes
* fix: Linters check
* fix: sider check
* fix: kept unallocated payment amount hidden in allocation
* fix: removed Add row button from the tables (redundant)
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-10-07 21:09:15 +05:30
Kenneth Sequeira
07c680d7cc
fix: help links for purchase cycle and JV ( #27856 )
2021-10-07 20:27:10 +05:30
Kenneth Sequeira
646fd29f0e
fix: update help links for Sales Invoice page ( #27853 )
2021-10-07 18:38:37 +05:30
rohitwaghchaure
e740fec8d0
Merge pull request #27851 from rohitwaghchaure/option-to-set-size-for-multi-select-dialog
...
feat: option to set the width for the multi-select dialog box
2021-10-07 17:38:19 +05:30
Rohit Waghchaure
69ffddf747
feat: option to set the width for the multi-select dialog box
2021-10-07 17:33:58 +05:30
Jannat Patel
c07dfbc08b
Merge branch 'develop' into auto-attendance-issue
2021-10-07 17:22:28 +05:30
pateljannat
921b4be348
fix: exclude inactive employees from auto attendance
2021-10-07 17:12:46 +05:30
Saqib
64c1347d1e
refactor!: remove abbreviation renaming ( #27766 )
...
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-07 07:05:34 +00:00
Subin Tom
eaa3614155
fix: patch fix added reload_doctype
2021-10-07 12:20:56 +05:30
Himanshu
951ab9f78f
Merge branch 'develop' into subscription_generation_fix_develop
2021-10-06 19:22:40 +01:00
Chillar Anand
772d4753e7
refactor: Clean up mutable defaults and add CI check ( #27828 )
...
* refactor: Clean up mutable defaults and add CI check
2021-10-06 16:58:48 +00:00
hrwx
ae657c7e4e
fix: create past invoices
2021-10-06 17:32:39 +01:00
Subin Tom
3ece05a9f7
fix: linters fix
2021-10-06 21:35:04 +05:30
Subin Tom
7114659ecc
fix: improved on_update method, added validation for tax calculation, sandbox mode checks
2021-10-06 21:31:19 +05:30
Sagar Vora
656015d99d
test: use test_dependencies instead of duplication
2021-10-06 16:46:01 +01:00
Sagar Vora
fc375c5bde
fix: remove newline
2021-10-06 16:46:01 +01:00
hrwx
0f03b19109
fix: reorder updation of end date
2021-10-06 16:46:01 +01:00
Alan
d4b2471cea
fix: use ceil in case of whole uoms for reorder qty ( #27834 )
...
* fix: use ceil in case of whole uoms for reorder qty
* fix: cache uom query
2021-10-06 18:16:33 +05:30
Sagar Vora
d36849e4f8
test: optimise test_component_amount_dependent_on_another_payment_days_based_component ( #27836 )
2021-10-06 17:13:34 +05:30
Marica
ff7506d4a6
fix: revert "fix: missing link in dashboard missing on SI from DN" ( #27832 )
2021-10-06 13:35:22 +05:30
Marica
2691a15c91
Merge pull request #27360 from FHenry/dev_fix_27359
...
fix: missing link in dashboard missing on SI from DN
2021-10-06 13:04:50 +05:30
GangaManoj
273fccf0dd
fix: Add test for depreciation on return of sold Asset
2021-10-06 02:08:28 +05:30
GangaManoj
adebf2d71b
fix: Adjust depreciation_amount in final row
2021-10-06 02:04:05 +05:30
GangaManoj
f51bd44929
fix: Unlink Depreciation Entry made on sale if the Asset is returned
2021-10-06 01:18:05 +05:30
Ankush Menat
35e30bdcaf
ci: fail build if asset bundling fails ( #27820 )
2021-10-05 21:44:34 +05:30
GangaManoj
62fea8a5aa
fix: Rename tests
2021-10-05 21:38:39 +05:30
Deepesh Garg
91bf40d692
Merge pull request #27811 from frappe/mergify/bp/develop/pr-27792
...
fix: COA Importer showing blank validations (backport #27792 )
2021-10-05 21:23:21 +05:30
Afshan
cec66d2d10
fix: removed redundant piece of code ( #27817 )
2021-10-05 19:14:39 +05:30
Deepesh Garg
fee54023a6
Merge branch 'develop' into mergify/bp/develop/pr-27792
2021-10-05 17:22:24 +05:30
Noah Jacob
ae5b2f37b1
Merge pull request #27813 from ankush/maintenance_random_period
...
fix: ignore random periodicity in validations
2021-10-05 16:57:43 +05:30
mergify[bot]
233bf5dd29
fix: using DN for transfer w/o internal customer (backport #27798 ) (backport #27805 ) ( #27807 )
...
* fix: using DN for transfer w/o internal customer (backport #27798 ) (#27805 )
* fix: using DN for transfer w/o internal customer (#27798 )
This used to be work before though not "advertised", since a lot of
users have started using it as feature, it can't be broken now.
(cherry picked from commit df1f8fddf6 )
* fix(ux): use toast instead of popup
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
(cherry picked from commit fa944382c5 )
# Conflicts:
# erpnext/accounts/doctype/sales_invoice/test_sales_invoice.py
* fix: resolve conflict
* fix: resolve conflicts
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-05 16:16:21 +05:30
Ankush Menat
3d3655ed73
fix: ignore random periodicity in validations
2021-10-05 15:52:11 +05:30
Anupam Kumar
85e23ced05
Merge pull request #27808 from anupamvs/lead-issues
...
fix: broken lead form actions
2021-10-05 15:21:08 +05:30
Deepesh Garg
a2b5e678fe
fix: Use get_list instead of get_all to avoid perm issues
...
(cherry picked from commit 9507b2d752 )
2021-10-05 09:49:05 +00:00
Deepesh Garg
020f94532b
fix: COA Importer showing blank validations
...
(cherry picked from commit 0660d6ed01 )
2021-10-05 09:49:05 +00:00
Anupam
340859cb3c
fix: broken lead form actions
2021-10-05 15:11:45 +05:30
Noah Jacob
3132dcd94a
fix: batch_no not mapped from PR to Stock Entry ( #27794 )
2021-10-05 14:40:40 +05:30
Deepesh Garg
aa0698078f
Merge pull request #27660 from rtdany10/patch-8
...
fix: tax rate being overridden in case of 0.00
2021-10-05 14:11:27 +05:30
Noah Jacob
f5e0cad6a1
refactor: updated onboarding cards and tours
2021-10-05 13:24:22 +05:30
Jannat Patel
75d9a4fab4
Merge pull request #27797 from pateljannat/adding-frappe-school-to-readme
2021-10-05 13:08:25 +05:30
Jannat Patel
0223f633dc
Merge branch 'develop' into adding-frappe-school-to-readme
2021-10-05 12:59:31 +05:30
pateljannat
f37e4d52d5
docs: frappe school link in readme
2021-10-05 12:49:08 +05:30
Alan
7da777880b
fix: add (uom, brand) Item details in an Item Price ( #27561 )
...
* fix: add (uom, brand) and update (uom) Item details in an Item Price
* fix: order of query interpolation args
Co-authored-by: Marica <maricadsouza221197@gmail.com >
* fix: named interpolation, remove item price
* fix: sql error
Co-authored-by: Marica <maricadsouza221197@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-05 12:35:23 +05:30
Ganga Manoj
ad03eb25df
fix: Only calculate first_respone_time if SLA is set ( #27789 )
...
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-10-05 12:26:59 +05:30
Afshan
4c16bd5c73
Merge branch 'develop' into fix-so-cancellation-message
2021-10-05 11:52:48 +05:30
Saqib
74c8e7bb97
Merge branch 'develop' into pay-received-amt-fix
2021-10-05 11:14:41 +05:30
Saqib
065a2ce983
fix(asset): expected value after useful life validation ( #27539 )
2021-10-05 11:14:16 +05:30
Deepesh Garg
9d9c97ff41
Merge pull request #27785 from GangaManoj/fix-delete-tdr
...
fix: Delete linked Transaction Deletion Record docs on deleting company
2021-10-05 10:49:08 +05:30
GangaManoj
38c7e42f0c
fix: Delete linked Transaction Deletion Record docs on deleting company
2021-10-05 10:14:01 +05:30
Alan
5c372202d5
fix: set item uom as stock_uom if it isn't set ( #27623 )
...
* fix: set item uom as stock_uom if it isn't set
2021-10-04 22:38:04 +05:30
Ankush Menat
4159361d52
ci(Mergify): configuration update ( #27777 )
...
Signed-off-by: Ankush Menat <me@ankush.dev >
2021-10-04 18:02:37 +05:30
Sagar Vora
09ccdee2db
feat: add total_billing_hours to Sales Invoice (fp #26783 ) ( #27742 )
...
* feat: add `total_billing_hours` to Sales Invoice
* fix: re-save doctypes
* fix: indentation
* fix: replace reference to old function
2021-10-04 16:41:24 +05:30
Rucha Mahabal
5905cf9002
refactor!: Removed healthcare module from ERPNext ( #27362 )
...
* chore: Removed healthcare module
* chore: Removed healthcare demo, patch files
* chore: Rename imports from erpnext to healthcare
* chore: Added healthcare deprecation warning patch
* chore: Removed healthcare module code in other modules
* chore: Code clean up
* refactor: Remove sales invoice custom js related to healthcare
* fix: sider
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-10-04 15:46:40 +05:30
Komal-Saraf0609
b483f173a6
fix: Merge "Accounting Ledger" and "Accounts Receivable" in "View" button ( #27769 )
...
* fix: Added a new button "View" and merged "Accounting Ledger" and "Accounts Receivable" into it
* fix: sider issues
* chore: dead code
2021-10-04 15:42:43 +05:30
Saqib
9051735529
perf: fetching of account balance in chart of accounts ( #27661 )
2021-10-04 11:44:46 +05:30
Saqib Ansari
1b7414e948
fix: cannot add deductions in internal transfer payment entry
2021-10-04 11:24:02 +05:30
Deepesh Garg
4abb43a425
Merge pull request #27749 from GangaManoj/fix-pe-payment-term
...
fix: Display appropriate message for Payment Term discrepancies in Payment Entry
2021-10-04 11:06:20 +05:30
Deepesh Garg
a1c4c62fac
Merge pull request #27739 from nextchamp-saqib/sla-migrate-fix
...
fix: sync_jobs fails
2021-10-04 11:04:12 +05:30
Deepesh Garg
d9599a6a1c
Merge pull request #27755 from frappe/mergify/bp/develop/pr-27712
...
fix(India): Internal transfer check fix (backport #27712 )
2021-10-04 11:01:19 +05:30
Rucha Mahabal
01bea14622
fix: sider
2021-10-04 09:58:38 +05:30
ChillarAnand
a1d3a09d3c
Merge branch 'develop' into care
2021-10-04 09:46:34 +05:30
Deepesh Garg
da47fe2cfb
fix(India): Internal transfer check fix
...
(cherry picked from commit f0af24fc6d )
2021-10-03 08:09:39 +00:00
Deepesh Garg
ab2adf01c5
Merge pull request #27751 from frappe/mergify/bp/develop/pr-27748
...
fix: Chart Of Accounts import button not visible (backport #27748 )
2021-10-02 22:15:57 +05:30
Deepesh Garg
f109f6fd16
fix: Linting issues
...
(cherry picked from commit ff570f48a0 )
2021-10-02 16:10:09 +00:00
Deepesh Garg
237b1a91de
fix: Remove unwanted comments
...
(cherry picked from commit e4b89d2fcd )
2021-10-02 16:10:09 +00:00
Deepesh Garg
9244fe563a
fix: Chart Of Accounts import button not visible
...
(cherry picked from commit 3529622a0d )
2021-10-02 16:10:08 +00:00
Deepesh Garg
197e97d9d6
Merge pull request #27665 from nextchamp-saqib/trim-custom-field-length
...
fix: trim sales invoice custom field lengths
2021-10-02 21:36:38 +05:30
GangaManoj
9f14695743
fix: Display appropriate message if different Payment Terms are used in PE and its Payment References
2021-10-02 21:02:07 +05:30
Marica
4e7ec8a068
fix: Hero Slider Control & Alignment fixes ( #27611 )
...
* fix: Creating unique hash for slider id instead of slider name
* fix: Fixed alignment of Title, Subtitle, Action Button
* chore: linter fix
2021-10-02 17:06:33 +05:30
mergify[bot]
418b9f8545
feat(HR): Some Enhancements and Onboarding (backport #25741 ) ( #27741 )
...
* feat(HR): Some Enhancements and Onboarding (#25741 )
* feat: Hr settings restructure
* feat: remove validation and make As warning
* feat: made leave policy Assignment feild read only
* feat: send leave Notification via 'Notification'
* patch: for field name change
* feat: removed defaults value for removed field
* feat: removed leave Notification fields
* feat: better label and description
* feat: Hr Module onboarding and Onboarding slides
* fix: sider, test, translations
* chore: remove unnecessary code formatting changes
* refactor: HR Onboarding
* refactor: HR Settings
* revert: Notification changes
* chore: remove unnecessary descriptions from leave type
* fix: linter issues
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit 4837238f3d )
# Conflicts:
# erpnext/hr/doctype/employee/employee.js
* fix: conflicts
* fix: conflicts
Co-authored-by: Anurag Mishra <32095923+Anurag810@users.noreply.github.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-10-02 13:28:39 +05:30
Saqib Ansari
7ac02de613
fix: sync_jobs fails
2021-10-02 11:34:47 +05:30
GangaManoj
6e5a3c0ea4
fix: Display draft invoices only once in error message
2021-10-02 02:15:17 +05:30
GangaManoj
99edc9c83a
fix: Display message to delete linked invoices in the draft state
2021-10-02 02:03:29 +05:30
Alan
ece446ffe5
fix: update variant qty in BOM, Create Work Order dialog ( #27686 )
2021-10-01 20:32:13 +05:30
Goh Yan Chang
632f7848a3
Update employee_leave_balance.py
...
fix: Employee Leave Balance report showing wrong figures
2021-10-01 16:30:33 +08:00
mergify[bot]
b9942ad639
feat: Tracking Multi-round interview ( #25482 ) ( #27724 )
...
* feat: Tracking Multi-round interview
* fix: releted to scheduler event and formating
* fix: job applicant UI/UX and conflicts
* test: Interview Round
* fix(test): Employee referral, Employee Onboarding, Job Offer
* fix: sider
* feat: set default value in Hr settings
* feat: added validation for designation
* test: Interview
* test: Added validatiolns for skill
* test: Interview feedback
* fix: sider
* fix: remove unnecessary validations and form label cleanups
* chore: clean-up Interview Round and Interview Type doctype
* fix: remove redundant Rating Value, only keep Rating
* fix: update interview details on feedback submission
- make interview feedback submission dialog minimizable
* fix: show submit feedback button only if feedback doesn't exist
* refactor: Interview and Feedback statuses and workflow
* fix(HR Settings): clean up interview settings
* refactor: Interview
* refactor: Interview Feedback, remove unnecessary validations
* chore: update notification messages
* chore: remove unnecessary formatting changes in attendance list and leave application
* refactor: Job Applicant to Interview mapping
* chore: sorted imports
* chore: sorted imports
* fix: sider issues
* fix: linter issues
* fix: sider issues
* fix: tests
* fix: sorted imports
* fix: tests, sider
* fix: therapy plan test
* fix: sider issues
* feat: Include From Time and To Time fields in Interview for cleaner data
* feat: Interview Calendar
* fix: allow renaming masters
* fix: add more fields to list view and standard filter
* fix: validate overlapping interviews
* fix: update tests
* fix: linter issues
* refactor: replace reminder messages with Email Templates
* fix: sider issues
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
(cherry picked from commit 57e66f958c )
Co-authored-by: Anurag Mishra <32095923+Anurag810@users.noreply.github.com >
2021-10-01 13:15:40 +05:30
Ankush Menat
a04f9c904e
fix: option to limit reposting in certain timeslot ( #27725 )
2021-10-01 13:05:36 +05:30
Rucha Mahabal
9e08229b7b
fix(Org Chart): use attribute selectors instead of ID selector for node IDs with special characters ( #27717 )
...
* fix(Org Chart): use attribute selectors instead of ID selector for node IDs with special chars
* fix: UI tests
2021-09-30 18:32:10 +05:30
Marica
273f3fbe0f
fix: Batch scans get overwritten on the same row ( #27668 )
...
* fix: Batch scans get overwritten on the same row
* fix: Increment batch qty if pre-existing batch is scanned
* fix: Delete accidental __init__.py file
* fix: Add patch to patches.txt for https://github.com/frappe/erpnext/pull/27554
* fix: reload doc in patch
2021-09-30 15:51:54 +05:30
marination
cbffbc3894
fix: reload doc in patch
2021-09-30 14:53:47 +05:30
HENRY Florian
0bc213ed17
Merge branch 'develop' into dev_fix_27359
2021-09-30 11:08:44 +02:00
Marica
b1a4e040be
Merge branch 'develop' into scan-batch
2021-09-30 14:22:45 +05:30
marination
73ac3e0c40
fix: Add patch to patches.txt for https://github.com/frappe/erpnext/pull/27554
2021-09-30 14:22:01 +05:30
Marica
754626a102
fix: Delete accidental __init__.py file
2021-09-30 14:12:19 +05:30
Marica
cc143bca0d
fix: Maintenance Schedule child table status for legacy data ( #27554 )
...
* fix: Maintenance Schedule child table status for legacy data
* fix: Include legacy draft schedules in patch
* fix: Pre-commit formatting
2021-09-30 14:08:45 +05:30
Marica
c75c709114
Merge branch 'develop' into scan-batch
2021-09-30 14:07:54 +05:30
marination
abf450dc70
fix: Increment batch qty if pre-existing batch is scanned
2021-09-30 14:03:40 +05:30
Saqib Ansari
83cc597594
fix: do not set length for date field
2021-09-30 12:37:04 +05:30
mergify[bot]
9df5df4d94
fix: wrong company selected when marking attendance for all employees ( #27685 ) ( #27707 )
...
* fix: wrong company selected when marking attendance for all employees
* fix: enable caching for repeated queries of the same employee
(cherry picked from commit b478e72cef )
Co-authored-by: Mohammed Yusuf Shaikh <49878143+mohammedyusufshaikh@users.noreply.github.com >
2021-09-30 12:07:38 +05:30
Ankush Menat
4685ed5a8c
fix: distribution of additional costs in mfg stock entry ( #27629 )
...
* refactor: remove unnecessary list comprehensions
* fix: correct cost distribution logic
While apportioning costs same condition should be present on both sides
so total value is representative of all items to be apportioned.
Here while calculating incoming_items_cost only FG items are considered,
but while apportioning all items with to_warehouse are considered.
Solution: only apportion additional cost on FG items
* test: test cost distribution
* fix: patch for additional cost
fix(patch): consider PCV while patching
- consider Period closing voucher while patching
- recomute rates for SLE of affected stock entries
consider only FG/scrap item SLEs for recomputation of rates
* fix: remove client side logic for addn cost
All of this is done in python code hence removed client side code.
2021-09-30 09:58:59 +05:30
Deepesh Garg
2a1e202e07
Merge pull request #27704 from frappe/mergify/bp/develop/pr-27551
...
fix: Deferred revenue entries post account freezing (backport #27551 )
2021-09-30 09:47:44 +05:30
Deepesh Garg
f1a669c2f7
fix: Test case
...
(cherry picked from commit 23863c7663 )
2021-09-30 03:06:02 +00:00
Deepesh Garg
774cd68f4c
fix: Test Case
...
(cherry picked from commit 846d128c5d )
2021-09-30 03:06:01 +00:00
Deepesh Garg
13d2e7b198
fix: Deferred revenue entries post account freezing
...
(cherry picked from commit e2eb72eb5b )
2021-09-30 03:06:00 +00:00
rohitwaghchaure
104d107659
Merge pull request #27701 from rohitwaghchaure/minor-added-project-name-in-purchase-order-analysis
...
fix: added project name in the purchase order analysis
2021-09-29 23:41:31 +05:30
Rohit Waghchaure
c1f9997a67
fix: added project name in the purchase order analysis
2021-09-29 23:26:19 +05:30
Saqib
a84cd2674c
Merge branch 'develop' into trim-custom-field-length
2021-09-29 19:56:56 +05:30
Saqib Ansari
f1fcb385f5
patch: trim sales invoice custom field lengths
2021-09-29 19:56:02 +05:30
Deepesh Garg
b39f8a6215
fix: Ignore user permission for Represents Company field in Sales and Purchase docs ( #27684 )
...
* fix: Ignore user permission for Represents Company field in Sales and Purchase docs
* fix: Ignore user permission for fiscal year company
2021-09-29 15:54:35 +05:30
Subin Tom
254b20bc09
minor fixes
2021-09-29 13:34:50 +05:30
Dany Robert
2b4959fb3b
fix: return tax rate since fetch is removed
2021-09-29 13:01:40 +05:30
Subin Tom
d3bb920e71
fix: dt instead of document in set_value query
2021-09-29 11:26:04 +05:30
Subin Tom
8675ca5bdd
fix: using db.exists and get_value instead of get_doc
2021-09-29 11:11:55 +05:30
Saqib
0b040c7437
fix: cannot delete a project if linked with sales order ( #27536 )
2021-09-28 18:13:01 +05:30
Saqib
424efd41e5
feat(regional): toggle for reduced depreciation rate as per IT Act ( #27600 )
2021-09-28 18:12:02 +05:30
Subin Tom
0a28fed679
fix: patch fix, fields disabling
2021-09-28 13:54:01 +05:30
Alan
72c081fd8f
fix: apply price list after batch or serial no insertion ( #27566 )
2021-09-28 12:56:26 +05:30
Alan
b91333afdd
fix: set item.qty as mandatory in picklist ( #27680 )
2021-09-28 06:41:37 +00:00
GangaManoj
c84c983073
fix: Categorize into test suites
2021-09-28 01:22:38 +05:30
Noah Jacob
5c249decbb
fix(ux): added exception of template item in filters ( #27560 )
2021-09-27 22:34:27 +05:30
Ganga Manoj
28bdd6d2e3
Merge branch 'develop' into fix-depr-after-sale
2021-09-27 22:18:04 +05:30
GangaManoj
40ec2d622b
fix: Add tests for depreciation
2021-09-27 22:14:42 +05:30
GangaManoj
fdd9e6cc3c
fix: Replace asset.schedules with asset.get('schedules')
2021-09-27 22:14:16 +05:30
Deepesh Garg
cc5dd5c67d
feat: TDS deduction using journal entry and other fixes ( #27451 )
...
* fix: TDS deduction using journal entry
* fix: Multi category application against single supplier
* refactor: TDS payable monthly report
* fix: Server side handling for default tax withholding category
* fix: Supplier filter for Journal Entry
* refactor: TDS computation summary report
2021-09-27 21:43:20 +05:30
marination
596cf3951d
fix: Batch scans get overwritten on the same row
2021-09-27 15:06:46 +05:30
Saqib
b68ac24cd5
chore: add shipping address in eway bill test ( #27662 )
2021-09-27 15:03:58 +05:30
Saqib
f2fca59ba7
fix: cannot set custom label for 'total' field in print format ( #27664 )
2021-09-27 14:28:16 +05:30
Shariq Ansari
18918e1b4f
chore: linter fix
2021-09-27 14:08:44 +05:30
Saqib Ansari
a7df4227da
fix: trim sales invoice custom field lengths
2021-09-27 13:56:16 +05:30
Shariq Ansari
0de735f20b
fix: Fixed alignment of Title, Subtitle, Action Button
2021-09-27 13:50:19 +05:30
Saqib
9fa24ffccc
Merge pull request #27659 from nextchamp-saqib/fix-32644
...
fix: setting of gain/loss if party account is in company currency
2021-09-27 13:05:19 +05:30
Subin Tom
54754f4eb8
fix: updated patch, add fields only if fields are checked
2021-09-27 12:51:54 +05:30
Saqib
711395db22
fix: linting errors
2021-09-27 12:26:18 +05:30
Saqib
1f8ad72418
fix: indentation
2021-09-27 12:21:06 +05:30
Saqib
30f59b09fd
chore: log modified invoices
2021-09-27 12:20:16 +05:30
ChillarAnand
765a9bb731
refactor: Remove sales invoice custom js related to healthcare
2021-09-27 07:34:54 +05:30
Saqib Ansari
18e5d59d24
fix: unknown column 'ref_exchange_rate'
2021-09-26 20:26:45 +05:30
Dany Robert
5ce6a4c107
fix: tax rate being overridden in case of 0.00
...
Tax rate could be different for different expenses.
Therefore, rate is kept as 0.00 and tax amount entered manually.
But fetching used to override the rate(upon saving) and mess up the amount.
2021-09-26 18:31:27 +05:30
Saqib
e8ff649298
Merge branch 'develop' into fix-32644
2021-09-26 17:07:46 +05:30
Saqib Ansari
e6b4d33f4b
chore: hide exchange gain loss if empty
2021-09-26 17:07:13 +05:30
Saqib Ansari
beebfb323a
patch: invalid gain loss gl entry
2021-09-26 16:58:55 +05:30
Saqib
f8c1c73953
fix: local variable 'fiscal_year_details' referenced before assignment ( #27656 )
2021-09-26 16:27:56 +05:30
Saqib Ansari
78ad50efc2
fix: cost center in exchange gain loss gl entry
2021-09-26 16:08:15 +05:30
Saqib Ansari
dd2d039ca8
chore: hide exchange gain loss if empty
2021-09-26 15:51:03 +05:30
Saqib Ansari
64efe8bf15
fix: setting of gain/loss if party account is in company currency
2021-09-26 15:46:13 +05:30
escix
dafe99b6e2
fix: holiday message reminder
...
Minor grammatical change
2021-09-26 11:09:13 +05:30
GangaManoj
796ed947ce
fix: Reverse depreciation entry made on sale if asset that was set to be sold in the future gets returned
2021-09-25 19:11:29 +05:30
GangaManoj
b9fb59da58
fix: Reset depreciation schedule on returning asset
2021-09-25 19:04:16 +05:30
Sagar Vora
c8b9a55e96
feat: add Partly Paid status in Invoices ( #27625 )
2021-09-22 12:11:35 +05:30
Frappe PR Bot
2af6ea68ae
fix: remove unknown field employee_name from query (bp #27634 )
...
* fix: remove unknown field employee_name from query
* fix: remove unknown fieldname
Co-authored-by: root <root@vultr.guest >
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 9ebabb86b3 )
Co-authored-by: Bhavesh Maheshwari <34086262+bhavesh95863@users.noreply.github.com >
2021-09-21 20:33:09 +05:30
Ankush Menat
c302c7ab42
fix: remove bad default for anniversary reminders ( #27632 )
...
🤦
2021-09-21 17:51:46 +05:30
Marica
9110223341
fix: (ux) Use subassembly schedule date while making WO from Prod Plan ( #27628 )
...
- Set subassemply WO's planned start date from Production Plan
2021-09-21 16:50:14 +05:30
Kenneth Sequeira
abded895f3
fix: update default KSA VAT rate for setup ( #27614 )
2021-09-21 10:58:18 +05:30
François de Ryckel
5c400da4e2
Update training_result.js ( #27615 )
...
cur_frm is deprecated
2021-09-21 09:29:15 +05:30
GangaManoj
7ab3b9dd5a
fix: Add test for depreciation on sale of a depreciated Asset
2021-09-21 07:11:40 +05:30
GangaManoj
249672c35d
fix: Add depreciation_schedule details in create_asset()
2021-09-21 07:11:40 +05:30
GangaManoj
700e78d69b
fix: Remove extra brackets
2021-09-21 07:11:40 +05:30
Ganga Manoj
eb8122baba
Merge branch 'develop' into fix-depr-after-sale
2021-09-21 06:29:41 +05:30
GangaManoj
3c8879e777
fix: Calculate depreciation_amount accurately
2021-09-21 06:07:06 +05:30
GangaManoj
244d9dee04
fix: Correct expected_values
2021-09-21 06:06:21 +05:30
Abdullah A. Zaqout
6d8e869a92
fix(pos): check if item exists before fetching available qty ( #27581 )
2021-09-20 21:35:37 +05:30
Anuja Pawar
190c2d84da
fix: reference row added in allocation table ( #27602 )
2021-09-20 21:32:38 +05:30
GangaManoj
e77534fe13
fix: Unlink PO on cancelling SO
2021-09-20 21:18:18 +05:30
Ganga Manoj
41678faeee
Merge branch 'develop' into unlink-po-on-cancelling-so
2021-09-20 21:16:31 +05:30
Shariq Ansari
3e8e6ac4e2
fix: Creating unique hash for slider id instead of slider name
2021-09-20 20:52:08 +05:30
GangaManoj
8396f24e70
fix: Unlink PO on cancelling SO
2021-09-20 19:01:46 +05:30
Ankush Menat
4f01115f2f
Merge pull request #27601 from ankush/overbill_warn
...
fix(ux): warn when overbilling allowance was bypassed due to role
2021-09-20 17:42:29 +05:30
Ankush Menat
21a955d20b
fix(ux): better error message
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-20 17:14:35 +05:30
Ankush Menat
5e4fbba753
refactor: add guard clause in for loop
...
Reduce overly indented code/improve readability.
2021-09-20 16:40:51 +05:30
Ankush Menat
43bf82b58b
fix: warn when overbilling checks are skipped.
2021-09-20 16:31:20 +05:30
Subin Tom
0ff7367f39
fix: Tax Breakup table headers fix ( #27596 )
2021-09-20 16:13:36 +05:30
Saqib
ef66beec51
fix(plaid): query to check if bank account exists
2021-09-20 15:33:29 +05:30
ChillarAnand
aa580769a6
chore: Code clean up
2021-09-20 15:27:43 +05:30
Ankush Menat
648b2d72a5
perf: extract loop invariant db calls
2021-09-20 15:27:12 +05:30
Deepesh Garg
f07ff92a35
fix: Improvements in COA Importer ( #27584 )
2021-09-20 11:12:39 +05:30
GangaManoj
164a2ad28d
fix: Calculate depreciation_left accurately
2021-09-20 04:33:30 +05:30
Frappe PR Bot
4f7af79c31
fix: PO/PINV - Check if doctype has company_address field before setting the value ( #27441 ) ( #27576 )
...
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in >
(cherry picked from commit 666eaae6ce )
Co-authored-by: vama <vamagithub@gmail.com >
2021-09-18 13:34:27 +05:30
rohitwaghchaure
bf2a590332
fix: View Stock / Accounting Ledger button not showing in the stock entry ( #27570 )
2021-09-17 18:39:21 +05:30
Saqib
e03d9aa889
fix: unecessary keyword args were passed in mapper functions ( #27563 )
2021-09-17 13:03:27 +05:30
Subin Tom
d49346ac45
fix: Tax breakup based on items, missing GST fields ( #27524 )
...
* fix: Tax breakup based on items
* fix: added gst fields,warehouse validation to pos inv,patch
* fix: tax breakup test fix, eway bill hsn fix
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-17 10:39:03 +05:30
Marica
41f11eca72
fix: Remove duplicates from customer_code field ( #27555 )
2021-09-17 10:27:29 +05:30
Ahmad
0ab57d49c1
fix: pre-commit hooks
2021-09-17 01:54:59 +05:00
Ahmad
9dae36b81d
fix: pre-commit hooks
2021-09-17 01:51:32 +05:00
Ahmad
4ec733fcc0
fix: pre-commit hooks
2021-09-17 01:46:45 +05:00
Ahmad
f1e5a64c61
refactor (regional): KSA utils
2021-09-17 01:33:32 +05:00
Ahmad
05321d7f4e
Update erpnext/regional/saudi_arabia/utils.py
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-17 01:28:52 +05:00
Ahmad
95b3b9c8f5
Update erpnext/regional/saudi_arabia/utils.py
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-17 01:27:37 +05:00
Ahmad
940db71a82
fix: indentations
2021-09-17 01:14:41 +05:00
Subin Tom
5c18654113
fix: Renamed child table doctype, delete taxes for non nexus state
2021-09-17 00:10:41 +05:30
Saif Ur Rehman
86a6293e62
test(Asset Capitalization): unit tests
2021-09-16 23:24:46 +05:00
Saif Ur Rehman
c311b8ea4f
fix(Asset Capitalization): validation edge cases
2021-09-16 23:23:22 +05:00
Saif Ur Rehman
e832944dfe
fix(Asset): On Depreciation reversal, remove Journal Entry reference
2021-09-16 23:22:31 +05:00
Saif Ur Rehman
003cfe2717
fix(Asset Capitalization): Hide source items section if table is empty
2021-09-16 23:21:09 +05:00
Saif Ur Rehman
132b517584
fix(Asset Captalization): run_serially on posting_date changed
2021-09-16 23:20:36 +05:00
Deepesh Garg
c9c8957250
feat: Merge POS invoices based on customer group ( #27471 )
...
* feat: Merge POS invoices based on customer group
* fix: Linting Issues
* fix: fieldname
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-16 19:33:57 +05:30
Saqib
5eba1ccd51
fix: no validation on item defaults ( #27393 )
...
* fix: no validation on item defaults
* fix: cache value while validating
* test: item default company relation
* fix: reorder validations
* refactor: add guard conditions on update_defaults
* test: add default warehouse for item group
* fix: validate item defaults for item groups
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-16 17:31:37 +05:30
Ankush Menat
557d9516ff
ci: comment about coverage after min. 3 builds ( #27544 )
...
[skip ci]
2021-09-16 17:17:10 +05:30
Marica
9b388883d3
fix: Validate if item exists on uploading items in stock reco ( #27538 )
...
* fix: Validate if item exists on uploading items in stock reco
- Uploading non existent item in stock reco and then changing warehouse or batch gave an error
- Check for non existent item
* chore: translation
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
2021-09-16 15:47:17 +05:30
Ankush Menat
78fe92542c
fix(ProdPlan): Get SubAssy Items does not work ( #27537 )
...
* fix(ProdPlan): Get SubAssy Items does not work
This button wasn't working unless the document was saved already.
* fix: make form dirty when subassy item are fetched
2021-09-16 15:34:50 +05:30
Subin Tom
11bd42467e
Update erpnext/erpnext_integrations/taxjar_integration.py
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-16 14:42:15 +05:30
Subin Tom
435a5e4fa3
Update erpnext/erpnext_integrations/doctype/taxjar_settings/taxjar_settings.js
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-16 14:42:06 +05:30
Subin Tom
486d7c3a39
Update erpnext/erpnext_integrations/doctype/taxjar_settings/taxjar_settings.py
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-16 14:41:48 +05:30
Subin Tom
0e527311b9
Update erpnext/erpnext_integrations/taxjar_integration.py
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-16 14:41:38 +05:30
Rucha Mahabal
866763c16a
fix(minor): Employee filter in Unpaid Expense Claims report ( #27530 )
2021-09-16 00:05:16 +05:30
rohitwaghchaure
e6a1ad8016
fix: not able to submit stock entry with 350 items ( #27523 )
2021-09-15 20:42:47 +05:30
Ankush Menat
70c203d19e
test: automated test for running all stock reports ( #27510 )
...
* test: automated test for running all stock reports
These test do not assert correctness, they just check that "execute" function
is working with sane filters.
* test: make report execution test modular
2021-09-15 19:24:35 +05:30
Frappe PR Bot
29dab0699c
fix(minor): Remove b2c limit check from CDNR Invoices ( #27516 ) ( #27520 )
...
* fix(minor): Remove b2c limit check from CDNR Invoices
* fix: Remove unnecessary format
(cherry picked from commit 978028c880 )
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-09-15 19:12:02 +05:30
Noah Jacob
5e0b21582a
fix: table data deleted on submitted maintenance schedule ( #27513 )
2021-09-15 17:37:52 +05:30
Frappe PR Bot
d4d5e2786f
fix: Maintain same rate in Stock Ledger until stock become positive ( #27227 ) ( #27478 )
...
* fix: Maintain same rate in Stock Ledger until stock become positive
* fix: Maintain same rate in Stock Ledger until stock become positive
(cherry picked from commit 10754831c3 )
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-09-15 17:07:58 +05:30
rohitwaghchaure
c5a77f60ed
feat: provision to add scrap item in job card ( #27483 )
2021-09-15 16:45:57 +05:30
Frappe PR Bot
6e7945fbb7
fix: Tags getting fetched correctly in Get Supplier in RFQ (Request For Quotation) ( #27499 ) ( #27506 )
...
* fix: Tags getting fetched correctly in Get Supplier in RFQ( Request For Quotation ) #26343
* fix: Linting issues
* fix: remove unnecessary caching
[skip ci]
Co-authored-by: Vama Mehta <vama.mehta@inqubit.in >
Co-authored-by: Ankush Menat <ankush@iwebnotes.in >
(cherry picked from commit 50fe23308a )
2021-09-15 11:10:11 +05:30
Deepesh Garg
759f2b7920
fix: Autoname for customer and supplier ( #27398 )
2021-09-15 10:24:26 +05:30
Deepesh Garg
625626b973
fix: Values with same account and different account number in consolidated balance sheet report ( #27493 )
2021-09-15 10:10:54 +05:30
rohitwaghchaure
2e2985e4f1
fix: calculate operating cost based on BOM Quantity ( #27464 )
...
* fix: calculate operating cost based on BOM Quantity
* fix: added test cases
2021-09-15 00:37:41 +05:30
Subin Tom
3bb60a439a
fix: sales_tax attribute in api call before submit
2021-09-14 22:04:57 +05:30
Subin Tom
b01fe1c3e2
fix: TaxJar update - nexus, selective api call
2021-09-14 20:42:47 +05:30
Deepesh Garg
c53b78e712
fix: Patch for updating tax withholding category dates ( #27489 )
2021-09-14 20:28:48 +05:30
Ankush Menat
fea51f4082
chore: isort
...
[skip ci]
2021-09-14 19:04:47 +05:30
Marica
8fed8da9eb
Merge pull request #27475 from marination/job-card-excess-transfer
...
fix: Handle Excess/Multiple Item Transfer against Job Card
2021-09-14 17:13:23 +05:30
Marica
de9f78350b
Merge branch 'develop' into job-card-excess-transfer
2021-09-14 16:50:06 +05:30
marination
469bb8d977
test: Work Order Material Transfer against Job Card
...
- Tests for multiple items transfer and excess transfer against JC
- Remove unused __future__ imports
- Changed Copyright year
- Sider: (js) Added space before if
2021-09-14 16:27:39 +05:30
Saif Ur Rehman
d173e06e69
chore(Asset Capitalization): isort linting
2021-09-14 15:13:35 +05:00
Saif Ur Rehman
9ae0380a96
chore(Asset Capitalization): isort linting
2021-09-14 15:09:58 +05:00
Saif Ur Rehman
8873ef7b67
chore(Asset Capitalization): isort linting
2021-09-14 15:05:39 +05:00
Ahmad
8a42570c96
refactor(regional): moved methos to region specific utils for KSA
2021-09-14 14:45:23 +05:00
Ahmad
de01066ef5
Update erpnext/regional/saudi_arabia/setup.py
...
Method name updated
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-14 14:29:45 +05:00
Ahmad
0950713e4c
Update erpnext/regional/saudi_arabia/setup.py
...
Method name updated
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-14 14:29:33 +05:00
Ahmad
6985ca210e
Refactor erpnext/regional/__init__.py
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-14 14:28:57 +05:00
Ahmad
b5b61b3a3d
Update erpnext/regional/report/ksa_vat/ksa_vat.py
...
String made translatable
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-09-14 14:26:44 +05:00
DeeMysterio
aa82624f31
Merge pull request #27281 from DeeMysterio/party-specific-items
...
feat: link items to supplier / customer
2021-09-14 13:58:18 +05:30
Saif Ur Rehman
dc24a657fd
chore(Asset Capitalization): linting
2021-09-14 12:40:17 +05:00
Saif Ur Rehman
8c54be7e99
chore(Asset Capitalization): linting
2021-09-14 12:30:40 +05:00
Shariq Ansari
9aa6f52edd
fix: Webform Permission for custom doctype ( #26232 )
...
* fix: Webform Permission for custom doctype
* fix: sider fix
* fix: app check condition for getting correct list_context
* chore: Better naming convention
* test: Added test case to check permission for webform of custom doctype
* chore: linting issue
* chore: linting issue
* fix: sider fix
* test: minor changes
* chore: linter and better naming method
* chore: linter fix
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-09-14 12:49:08 +05:30
marination
9520215e2b
feat: Handle Excess/Multiple Item Transfer against Job Card
...
- Hide MR/Material Transfer buttons in JC if cancelled
- Show MR/Material transfer buttons if pending to transfer or excess transfer allowed
- Renamed ‘Transferred Qty’ to ‘FG Qty from Transferred Raw Materials’ in JC
- Set status to Completed in JC in case of excess transfer too
- During excess transfer against JC, avoid negative ‘For Quantity’. Set to 0 instead
- Job card section and excess transfer allowance checkbox in Manufacturing Settings
- Renamed ’Allow Multiple Material Consumption’ to ‘Allow Continuous Material Consumption’ (fiedname is same)
- Secured denominator variables in `get_transfered_raw_materials` to avoid ZeroDivisionError
2021-09-14 12:33:21 +05:30
Chillar Anand
95460d9818
fix(HR): Ignore invalid fields when updating employee details ( #27456 )
2021-09-14 12:00:34 +05:30
Faris Ansari
1c1b476d67
perf: Optimize get_attribute_filters ( #26729 )
...
* perf: Optimize get_attribute_filters
* fix: handle when filter attributes are undefined
* chore: unused imports
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-14 11:41:19 +05:30
Rucha Mahabal
b98740b44a
fix: employee advance return through multiple additional salaries ( #27438 )
...
* fix: employee advance return through multiple additional salaries
* test: test repay unclaimed amount from salary
* fix: sorting in imports
2021-09-14 11:20:15 +05:30
Deepesh Garg
c7ceb37b63
Merge pull request #27465 from nextchamp-saqib/so-analytics-report-fix
...
fix: cancelled sales invoices are considered in billed qty calculation
2021-09-14 10:05:36 +05:30
Saif Ur Rehman
7a5d75b68d
feat(Asset Capitalization): Submission and Cancellation
2021-09-13 23:01:52 +05:00
Saqib Ansari
44139fbac5
fix: cancelled sales invoices are considered in billed quantity calculation
2021-09-13 16:50:11 +05:30
Saqib
a5baf909b7
fix: editable price list rate field in sales transactions ( #27455 )
2021-09-13 15:50:20 +05:30
Rucha Mahabal
bab644a249
fix(Payroll): incorrect component amount calculation if dependent on another payment days based component ( #27349 )
...
* fix(Payroll): incorrect component amount calculation if dependent on another payment days based component
* fix: set component amount precision at the end
* fix: consider default amount during taxt calculations
* test: component amount dependent on another payment days based component
* fix: test
2021-09-13 13:24:27 +05:30
Saqib
7292f5476d
feat: (get_items_from) filter material request item in purchase order ( #27449 )
2021-09-13 12:13:43 +05:30
Ankush Menat
d743c41b54
fix(ux): apply proper filtering in stock reports ( #27411 )
...
* fix(ux): apply proper filtering in stock reports
Stock Balance: apply company filter to warehouse field
Stock Ageing: apply company filter to warehouse field
* fix: unnecessary parens
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-09-12 16:38:18 +05:30
Ankush Menat
6ef879fca2
fix(ux): clean invalid fields from variant setting ( #27412 )
2021-09-12 16:36:51 +05:30
Saif Ur Rehman
3b9bc8e4ef
feat(Asset Capitalization): Finance Book field in Asset Row
2021-09-12 14:28:14 +05:00
Frappe PR Bot
a52d4c25ff
fix: fail migration due to None type during v13_0.update_returned_qty_in_pr_dn ( #27430 ) ( #27436 )
...
* fix: fail migration due to None type
* fix: incorrect key: value pair in filter.
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
(cherry picked from commit becf471a3a )
Co-authored-by: Devin Slauenwhite <devin.slauenwhite@gmail.com >
2021-09-11 17:54:55 +05:30
Sagar Vora
dae0a1c1d6
fix: Template Error due to use of single quote ( #27433 )
2021-09-11 17:54:21 +05:30
Ankush Menat
62fc544280
test: basic tests for controllers/queries ( #27422 )
2021-09-10 12:46:35 +05:30
Suraj Shetty
3da34382b5
ci: Remove extra space
...
🤦🏻♂️
2021-09-10 10:18:41 +05:30
Suraj Shetty
333b83b583
ci: Ignore demo folder
...
Coverage for the demo folder is not relevant... can be ignored
2021-09-10 09:58:48 +05:30
Suraj Shetty
df913ac036
Merge pull request #27421 from surajshetty3416/enable-codecov
...
ci: Use codecov for coverage reporting
2021-09-10 09:51:44 +05:30
Suraj Shetty
629f5e1fdf
chore: Add codecov badge
2021-09-10 08:21:01 +05:30
Suraj Shetty
86afece6ad
ci: Add codecov configuration file
2021-09-10 08:14:43 +05:30
Suraj Shetty
1fc8fcc258
ci: Upload coverage report to codecov
2021-09-10 08:08:00 +05:30
Anuja Pawar
a58e309297
fix: fix to fetch customers and billing email in PSOA ( #27363 )
2021-09-09 19:37:52 +05:30
Subin Tom
8b4c57ee09
fix: pos payment mode selection issue ( #27409 )
2021-09-09 19:33:34 +05:30
Anupam Kumar
7edac5a5d7
fix: removing duplicate currency() from sales_invoice.js ( #27410 )
2021-09-09 19:17:01 +05:30
Noah Jacob
acdb10377f
refactor: .doc missing and empty row on new doc ( #27408 )
...
* refactor: .doc missing and empty row on new doc
* fix: let -> const
2021-09-09 18:54:00 +05:30
Ankush Menat
a40709a673
chore: remove obsolete file
...
snyk has been removed, this file is not required anymore.
2021-09-09 13:55:56 +05:30
Rushabh Mehta
95e440b537
Merge pull request #27406 from ankush/remove_snyk
...
chore: remove snyk from devdependencies
2021-09-09 13:07:52 +05:30
Ankush Menat
518f827d87
chore: remove snyk from devdependencies
2021-09-09 12:52:45 +05:30
Ankush Menat
678335f8ac
fix: job card overlap unknown column jc.employee ( #27403 )
...
* fix: incorrect query for job card overlap
* test: employee overlap in job cards
* test: simplify/refactor job card tests
2021-09-09 12:24:23 +05:30
dependabot[bot]
9670490a1d
chore(deps): bump axios from 0.21.1 to 0.21.4 ( #27402 )
...
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.4.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.4 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[skip ci]
2021-09-09 12:21:47 +05:30
Deepesh Garg
9104796eb8
Merge pull request #27258 from deepeshgarg007/tds_validity
...
feat: Validity dates in Tax Withholding Rates
2021-09-09 12:17:36 +05:30
Anuja Pawar
3576668638
fix: added Show Remarks checkbox in AR & AP reports ( #27374 )
2021-09-09 11:57:29 +05:30
Deepesh Garg
e7e2ce1271
fix: Linting Issues
2021-09-09 11:36:57 +05:30
Deepesh Garg
c33bbd4f39
fix: Test Case
2021-09-09 11:13:29 +05:30
rohitwaghchaure
295020451f
fix: added delivery date filters to get sales orders in production plan ( #27367 )
2021-09-08 19:28:30 +05:30
Saif Ur Rehman
702b5c32c1
feat(Asset Capitalization): Accounting Fields
2021-09-08 16:36:07 +05:00
Alan
81d3524d27
fix: auto complete sales order rows in production plan ( #27352 )
...
* fix: auto complete sales order rows in production plan
* fix: sider
2021-09-08 16:48:42 +05:30
Saqib
9c27f9be1e
fix: document naming rule not working for subscription invoices ( #27386 )
2021-09-08 16:47:04 +05:30
Dany Robert
fa819f2fb0
fix: General Ledger translation issues ( #27298 )
...
* fix: remove translations from GL report options
Options need not be translated, their display label gets translated
client side.
* fix: make group by options translatable
* ci: semgrep rule for translated options in report
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-08 16:28:05 +05:30
Saqib
df3e4ce1c0
fix: scan barcode fields input length ( #27389 )
...
* fix: undo unintentional changes
* fix: scan barcode fields input length
2021-09-08 16:04:13 +05:30
Deepesh Garg
ee1486209d
Merge branch 'develop' of https://github.com/frappe/erpnext into tds_validity
2021-09-08 11:33:42 +05:30
Ankush Menat
5596988c94
ci: fix docs checker for wiki based docs ( #27380 )
2021-09-07 14:53:30 +05:30
Marica
61a1356109
fix: Check if Item is serialised before trying to fetch SN and set SO in it ( #27358 )
2021-09-07 14:42:17 +05:30
rohitwaghchaure
058d98342a
fix: missed to add voucher_type, voucher_no to get GL Entries ( #27368 )
...
* fix: missed to add voucher_type, voucher_no to get gl entries
* test: get voucherwise details utilities
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-07 12:14:40 +05:30
Deepesh Garg
8f6d22b7ea
Merge pull request #27373 from deepeshgarg007/gstin_filter_issue
...
fix: GSTR-1 Reports not showing any data
2021-09-07 11:09:14 +05:30
Deepesh Garg
6dfcc1e2ae
fix: Remove print and debug
2021-09-07 11:08:30 +05:30
Deepesh Garg
e1f55df4d7
fix: GSTR-1 Reports not showing any data
2021-09-07 11:07:22 +05:30
Mohammed Yusuf Shaikh
d795e55694
feat(CRM): Sales Pipeline Analytics Report and Opportunity Summary by Sales Stage Report ( #26639 )
...
* feat: Sales Pipeline Analytics Report
* fix: sider Issues and added tests
* fix: Semgrep Issue
* feat: Opportunity Summary by Sales Stage Report
* fix: add some checks and tests
* fix: sider issues and test
* fix: additional checks for error handling and minor changes
* fix: remove unused conditions
* fix: Changes mentioned on PR
* fix: currency conversions and other changes
* fix: remove unused imports
* fix: correction for failing test case
* fix: recorrected failing test case
* fix: sider issues and resolve test case errors
* fix: rewrite query using query builder
* fix: test case changes
* fix: sider fixes and other changes
* fix: clear data before running test
* fix: test case fixed
* refactor: code formatting
- smaller functions
- variable and function naming
* refactor: improve code formatting
* fix: linter issues
* fix: linter issues
* fix: change indentation to tabs
* fix: linter issues
* fix: naming, code formatting
* fix: quarterly values not showing up in Sales Pipeline Analytics
* fix: typo in tests
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-09-07 10:49:34 +05:30
Ahmad
69470fc15a
Merge branch 'develop' into ksa-vat
2021-09-07 00:02:12 +05:00
Anupam Kumar
88c9fe35bd
fix: employee remider settings ( #27365 )
2021-09-07 00:15:58 +05:30
Ahmad
87380d021d
feat(regional): QR Code generation for Saudi Arabia Sales Invoices
2021-09-06 23:36:55 +05:00
Ahmad
b42d63e526
Merge remote-tracking branch 'refs/remotes/havenir/ksa-vat' into ksa-vat
2021-09-06 23:26:52 +05:00
Ahmad
cb0c2d1477
feat(Regional): KSA VAT Report
2021-09-06 23:25:20 +05:00
ChillarAnand
c8565c7090
chore: Removed healthcare module code in other modules
2021-09-06 20:47:27 +05:30
Saif Ur Rehman
6c748966e7
feat: Asset Capitalization Form
2021-09-06 17:27:47 +05:00
Anupam Kumar
b0d970001a
feat: multi-currency in Opportunity ( #26590 )
...
* feat: multi-currency
* refactor: lead form
* fix: test case for opportunity item
* fix: removing local changes
* fix: test cases
* fix: test cases
* fix: review changes
* fix: reverting lead.json chnages
* fix: toggle display for currency fields
* review changes
* fix: test case
* fix: linter issues
* fix: unused import
* feat: grand total in opportunity
* fix: patch
* fix: sort imports
* fix: reload opportunity item doctype
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-09-06 16:54:28 +05:30
Florian HENRY
aa7ee3ca03
fix: link in dashboard missing on SI from DN
2021-09-06 11:40:44 +02:00
Ankush Menat
14b01619de
fix: patch failure for vat audit report ( #27355 )
2021-09-06 13:47:56 +05:30
Marica
0f2a52078c
fix: Dont fetch Stopped/Cancelled MRs in Stock Entry Get Items dialog ( #27326 )
2021-09-06 13:14:09 +05:30
Deepesh Garg
25d208aa8a
fix: GL Entries on advance TDS allocation
2021-09-06 10:37:41 +05:30
Dany Robert
f46022993c
Merge branch 'develop' into currency-exchange-settings
2021-09-05 19:50:19 +05:30
Deepesh Garg
51d9572fe7
fix: Hardcode fiscal year and posting date
2021-09-05 17:56:12 +05:30
Deepesh Garg
ceaa804f04
fix: Presentation currency conversion in reports ( #27316 )
2021-09-05 17:21:29 +05:30
Dany Robert
c8d313b992
Merge branch 'develop' into currency-exchange-settings
2021-09-04 17:57:05 +05:30
rtdany10
06340ad08a
feat: button to restore default settings
2021-09-04 17:53:51 +05:30
rtdany10
227466c365
chore: clean up layout and code
2021-09-04 14:04:56 +05:30
rohitwaghchaure
7b4a65484a
fix: manually added weight per unit reset to zero after save ( #27330 )
2021-09-03 22:00:14 +05:30
Ankush Menat
73b3a2f685
chore: whitespace
2021-09-03 21:57:38 +05:30
Deepesh Garg
092d41ecda
fix: Debug CI
2021-09-03 20:04:18 +05:30
rtdany10
a86d9c91d0
chore: code clean up
2021-09-03 19:21:06 +05:30
Deepesh Garg
41392acd18
Merge branch 'develop' of https://github.com/frappe/erpnext into tds_validity
2021-09-03 19:19:35 +05:30
Dany Robert
d56c8d44a6
Merge branch 'develop' into currency-exchange-settings
2021-09-03 18:47:12 +05:30
rtdany10
d8b8032de1
feat: init CES default values
2021-09-03 15:50:05 +05:30
rtdany10
e093863c9e
feat: fetch api details from settings
2021-09-03 15:03:47 +05:30
Deepesh Garg
8f5a77446e
Merge pull request #27279 from deepeshgarg007/gstr_1_cdnr_unregistered_json_develop
...
feat: CDNR Unreg json generation
2021-09-03 13:55:00 +05:30
Deepesh Garg
a06a70d1a4
fix: Patch error and tests
2021-09-03 13:13:37 +05:30
Deepesh Garg
79d250845e
fix: Patch
2021-09-03 13:13:37 +05:30
Deepesh Garg
2b34028acd
fix: Patch and linting errors
2021-09-03 13:13:37 +05:30
Ganga Manoj
64fcd1a092
fix: make datetime objects readable ( #27301 )
...
* fix: Make datetime objects readable
* fix: Remove unused imports
2021-09-03 12:54:47 +05:30
Subin Tom
798b464ee3
fix: braintree payment processed twice ( #27300 )
2021-09-03 12:30:57 +05:30
Saqib
98696c0ec9
Merge pull request #27306 from GangaManoj/fix-selling-settings
...
fix: Move related fields together in Selling Settings
2021-09-03 12:30:02 +05:30
Ankush Menat
d1fe060e4a
fix: south africa vat patch failure ( #27323 )
...
reload doc is necessary on new doctypes
2021-09-03 12:02:32 +05:30
Shariq Ansari
e68c55ce83
fix: Removing first Spacer from home page ( #27321 )
2021-09-03 11:00:33 +05:30
ChillarAnand
66e92d423e
chore: Added healthcare deprecation warning patch
2021-09-02 20:02:11 +05:30
rtdany10
ff19113677
feat: currency exchange settings
2021-09-02 19:52:12 +05:30
ChillarAnand
e913e277d9
chore: Rename imports from erpnext to healthcare
2021-09-02 19:47:39 +05:30
GangaManoj
ebdc568e85
fix: Rename 'Action if Same Rate is Not Maintained' to 'Action if Same Rate is Not Maintained Throughout Sales Cycle'
2021-09-02 19:32:51 +05:30
Deepesh Garg
e1fffdb262
fix: Linting issues
2021-09-02 19:10:49 +05:30
Deepesh Garg
c85242e03d
Merge branch 'develop' of https://github.com/frappe/erpnext into gstr_1_cdnr_unregistered_json_develop
2021-09-02 18:59:59 +05:30
Deepesh Garg
e8a5dc371b
fix: Add payment entry custom fields
2021-09-02 18:56:04 +05:30
ChillarAnand
5d4133ecac
chore: Removed healthcare demo, patch files
2021-09-02 18:25:36 +05:30
ChillarAnand
bcb3f0fedb
chore: Removed healthcare module
2021-09-02 18:14:34 +05:30
Ankush Menat
eec40513be
fix: minor linting issues ( #27314 )
...
* fix: syntax error in gratuity
* fix: unpacking None into three variables
* fix: unexpected kwarg for delete_accounting_dimensions
2021-09-02 17:42:45 +05:30
Ankush Menat
60185c8c71
chore: linting
...
[skip ci]
2021-09-02 17:36:05 +05:30
Ankush Menat
8b1a61be29
chore: ignore import cleanup commit in blame
2021-09-02 16:46:25 +05:30
Chillar Anand
915b34391c
chore: Clean up imports ( #27302 )
...
* chore: Added isort to pre-commit config
* chore: Sort imports with isort
* chore: Clean up imports with pycln
* chore: Sort imports with isort
* chore: Fix import issues
* chore: Clean up sider issues
* chore: Remove import errors from flake8 ignore list
* chore: Clean up lint issues
2021-09-02 16:44:59 +05:30
Ankush Menat
b25d28e023
fix(patch): delete stale shopify doctypes ( #27313 )
2021-09-02 14:53:06 +05:30
Saqib
366012817f
Merge branch 'develop' into fix-selling-settings
2021-09-02 11:13:52 +05:30
Saqib
a158b825fc
Merge pull request #27124 from GangaManoj/gross-profit-product-bundle
...
feat: Improve Product Bundle handling
2021-09-02 11:12:56 +05:30
Devin Slauenwhite
43c476ddf7
fix: (Backport-develop) track salary slip ytd gross salary. ( #27242 )
...
* fix: track salary slip ytd gross salary.
* fix: ytd gross salary unique label
* Revert "fix: ytd gross salary unique label"
This reverts commit a68b387ac2 .
* fix: gross ytd salary unique label
2021-09-02 09:39:35 +05:30
Anupam Kumar
c25367f107
Merge pull request #27292 from anupamvs/comany-name-field-issue-develop
...
fix: mapping for company name lead->contact
2021-09-02 09:32:47 +05:30
Rucha Mahabal
f828d853e3
fix: Org Chart fixes ( #27290 )
...
* fix(org chart): multiple root nodes not expanding on clicking Expand All
* fix: unstable filter inserts duplicate nodes
2021-09-01 23:07:26 +05:30
GangaManoj
799d67d785
fix: Only display 'Role Allowed to Override Stop Action' if 'Maintain Same Rate Throughout Sales Cycle' is checked
2021-09-01 22:55:10 +05:30
GangaManoj
f2a7fbd126
fix: Remove redundant description
2021-09-01 22:49:05 +05:30
GangaManoj
06484321d1
fix: Move related fields to the same section
2021-09-01 22:48:09 +05:30
Deepesh Garg
d5a736d11e
test: Update test case
2021-09-01 21:15:24 +05:30
Ankush Menat
dea5c34d8d
chore: whitespace
2021-09-01 19:59:22 +05:30
Ankush Menat
81eb6fde07
Merge pull request #27288 from ankush/strict_linting
...
chore: cleanup linting errors and introduce strict linting checks
2021-09-01 19:32:49 +05:30
Raffael Meyer
605f73b4d4
feat: add voucher-specific data to DATEV export (bp #26589 ) ( #27287 )
...
* feat: add voucher-specific data to datev export
* refactor: def instead of lambda
2021-09-01 19:27:54 +05:30
rohitwaghchaure
2a8cd05b44
fix: production plan UX and validation message ( #27278 )
2021-09-01 19:16:03 +05:30
Marica
9506c14d35
fix: Zero division error while fetching unconsumed materials ( #27293 )
...
`
2021-09-01 18:49:12 +05:30
Ankush Menat
a641b326c5
chore: ignore whitespace changes in blame
2021-09-01 18:43:38 +05:30
Jannat Patel
696fa6c8fe
Merge branch 'develop' into comany-name-field-issue-develop
2021-09-01 18:25:46 +05:30
Anupam
821f6a6178
fix: mapping for company name lead->contact
2021-09-01 17:49:05 +05:30
Ankush Menat
b147b85e6a
chore: whitespace / eof fixes
2021-09-01 16:57:21 +05:30
Ankush Menat
65279c2471
ci: add strict config for flake8
2021-09-01 16:57:21 +05:30
Ankush Menat
0afff86da7
ci: add pre-commit config
2021-09-01 16:57:20 +05:30
Ankush Menat
e46567192a
fix: invalid escape sequences in regex
2021-09-01 16:57:17 +05:30
GangaManoj
bc79084dac
fix: Add Product Bundle field in Items table
2021-09-01 16:06:47 +05:30
GangaManoj
bbb9fa4bf8
fix: Remove Rate from field_no_map
2021-09-01 16:00:59 +05:30
GangaManoj
471fd9718c
fix: Set Product Bundle's Delivery Dates in SO as Bundle Items' Delivery Dates in PO
2021-09-01 15:36:07 +05:30
Ankush Menat
55b24345a0
fix: remove unused format from query
...
doctype is not used in query and parent alone is enough to identify
packed items.
2021-09-01 15:33:37 +05:30
Ankush Menat
7d9819f352
fix: remove duplicate imports
2021-09-01 15:33:35 +05:30
GangaManoj
4d8f833cc9
fix: Remove Add Row and Delete Row options for Packed Items table
2021-09-01 15:20:40 +05:30
GangaManoj
17a6a9b036
fix: Uncheck read-only for Packed Items table
2021-09-01 15:13:29 +05:30
GangaManoj
816ba55b74
fix: Make Rate read-only by default
2021-09-01 15:11:08 +05:30
Ankush Menat
2d62c500c4
fix: undefined variables
2021-09-01 15:05:00 +05:30
Ankush Menat
9fec0a5c68
refactor: itemgetter instead of assigned lambda
2021-09-01 15:02:29 +05:30
Ankush Menat
010060d92e
chore: correct indentation
2021-09-01 15:02:29 +05:30
Ankush Menat
694ae81618
fix: remove bare excepts
2021-09-01 15:02:28 +05:30
Alan
72ece75b11
ci(semgrep): add translation checks for report labels ( #27280 )
...
* ci(semgrep): add translation checks for report labels
* refactor: shift report tests to it's own yml
path can't be applied on a test id basis
* ci: ignore regional report in translation checks
[skip ci]
2021-09-01 14:19:39 +05:30
Alan
9dc0843cbd
fix: translate labels ( #27282 )
...
[skip ci]
2021-09-01 12:58:34 +05:30
Deepesh Garg
8b644d8889
fix: Report and JSON generation for Advances received
2021-09-01 10:28:15 +05:30
Deepesh Garg
5e22405c45
feat: CDNR Unreg json generation
2021-09-01 10:26:55 +05:30
Deepesh Garg
b6d0b17ed6
fix: Linting and patch fixes
2021-09-01 10:11:18 +05:30
Deepesh Garg
d06221ad7a
fix: Advance TDS test case
2021-09-01 10:05:10 +05:30
GangaManoj
0e457265b7
fix: Test Product Bundle price calculation
2021-09-01 02:50:29 +05:30
GangaManoj
0c3d3bb357
fix: Test if Product Bundles are mapped properly on creating a Sales Order
2021-09-01 02:33:53 +05:30
GangaManoj
912bfb234f
fix: Test if Product Bundles in SOs are replaced with their child items on creating POs
2021-09-01 02:09:46 +05:30
Ganga Manoj
82118975e2
Merge branch 'develop' into gross-profit-product-bundle
2021-08-31 22:08:10 +05:30
Rucha Mahabal
ef76f62bc1
fix: Healthcare Service Unit fixes ( #27273 )
...
* fix: validate service unit setup against practitioner schedule
* fix: service unit properties getting overwritten
2021-08-31 21:06:53 +05:30
GangaManoj
65796853f3
fix: Map Packed Items to Items table of PO
2021-08-31 20:31:22 +05:30
Ankush Menat
c1d986a0c6
fix: revert "refactor: simplify initialize_previous_data" ( #27270 )
...
This reverts commit 2f5624e588 .
2021-08-31 19:43:42 +05:30
Afshan
763450dcf8
Revert "fix: add child item groups into the filters ( #26997 )" ( #27266 )
...
This reverts commit c60d5523bc .
2021-08-31 19:07:20 +05:30
Frappe PR Bot
81fb493850
fix: payment terms on Sales Order when Invoice Portion field is empty ( #27259 )
2021-08-31 19:01:03 +05:30
Anuja Pawar
3e404f15ff
refactor: payment reconciliation tool ( #27128 )
2021-08-31 18:59:29 +05:30
Deepesh Garg
c37cec9b9d
fix(minor): Incorrect unallocated amount on type receive ( #27262 )
2021-08-31 18:50:23 +05:30
GangaManoj
eb24e87637
fix: Replace Product Bundles in the Items table with their child items
2021-08-31 18:44:29 +05:30
Frappe PR Bot
6281c33dd4
fix: pos payment methods not setting rounded_total ( #27260 )
2021-08-31 18:39:51 +05:30
Subin Tom
7004944cc0
feat: Taxjar Integration update ( #27143 )
...
* feat: Taxjar Integration update
* added taxable_amount,taxable_amount fields in setup.py
* Update taxjar_integration.py
Sider issues fix
* Sider issues fix
* Sider issues fix
* sider issue fix: unused import
* sider issue fix
* Update erpnext/erpnext_integrations/taxjar_integration.py
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
* Removed permission for 'All'
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-08-31 18:33:16 +05:30
Deepesh Garg
5e10e10329
feat: Validity dates in Tax Withholding Rates
2021-08-31 18:23:28 +05:30
gavin
dea14eef51
Merge pull request #27240 from ankush/ubuntu_ci
...
ci: switch to latest LTS Ubuntu version
2021-08-31 18:22:30 +05:30
Anurag Mishra
ab47409e91
feat: Full and Final Settlement and Gratuity Fix ( #26364 )
...
* feat: Full and Final Settlement
* removed option to pay via salary slip
* feat: Create JV
* test:fnf
* fix: tracking asset movement
* fix: sider and test
* fix: changes Requested
* fix: changes requested
* fix: valication for Asset
* fix: add filter for reference document only if relevant field is present
* fix: doctype cleanup
- add more fields to the list view and standard filter
- set title field
- incorrect field labels
* feat: add list view settings for FNF
* fix: incorrect reference type set in Journal Entry
* fix: validation message
* chore: add Full and Final Statement link to Workspace
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-08-31 17:59:26 +05:30
Jannat Patel
48f2e5ac1d
fix: email digest original_user issue ( #27191 )
2021-08-31 17:43:30 +05:30
Frappe PR Bot
e958ae9002
feat: color and leave type in leave application calendar ( #27246 ) ( #27255 )
...
* feat: color and leave type in leave application calendar
* fix: sider + use cstring
(cherry picked from commit 366eb86fdf )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2021-08-31 17:34:48 +05:30
Dany Robert
94dcbf851a
fix: update get_exchange_rate for test mode ( #26847 )
...
* fix: no api calls on test mode
* fix: make api call, but return 1.0 incase of invalid currency
* feat: patch request.get
* fix: clear cache after test
* fix: add missing test_exchange_value
* fix: avoid api call in implicit function call during test
* fix: returning 1 while in test causes failure
Returning 1.00 causes failure of exchange rate tests.
* chore: retab
* chore: style
2021-08-31 17:19:12 +05:30
Alan
88aa7b824e
fix: pass labels through translation function ( #27252 )
2021-08-31 15:16:04 +05:30
Chillar Anand
88d849320f
fix(payroll): Fixed issue with accessing last salary slip for new employee ( #27247 )
2021-08-31 14:42:21 +05:30
Rucha Mahabal
52dd326f22
fix(test): first check for org chart always fails ( #27249 )
2021-08-31 13:18:31 +05:30
GangaManoj
a067d55865
fix: Add Product Bundle field in Items table
2021-08-30 20:07:06 +05:30
GangaManoj
055ac82b39
fix: Remove Bundle Items table
2021-08-30 20:04:24 +05:30
Ankush Menat
602374a0a4
ci: switch to latest LTS Ubuntu version
2021-08-30 19:32:53 +05:30
Rucha Mahabal
1682402a9f
refactor: Healthcare Redesign Changes ( #27236 )
2021-08-30 18:26:56 +05:30
Dany Robert
5fd04101d4
fix: Stock Ageing report issues for serialized items ( #27228 )
...
* fix: incorrect calculation in get_range_age
* fix: remove serial numbers not in stock from fifo_queue
* refactor: make serial_no condition explicit
* refactor: reduce code duplication
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-30 18:11:33 +05:30
Deepesh Garg
fd467e6d32
fix: Correct company address not getting copied from Purchase Order to Invoice ( #27217 )
...
* fix: Correct company adderess not getting copied from Purchase Order to Invoice
* fix: Linting issues
2021-08-30 17:53:59 +05:30
Ankush Menat
9de0f7538f
ci: concurrency control for CI jobs ( #27230 )
...
similar to https://github.com/frappe/frappe/pull/14061
This will ensure that only one instance of the following tests run per
PR and cancel previous running/queued jobs when new commits are pushed.
- Server / unit tests
- UI tests
- Patch test
2021-08-30 14:07:13 +05:30
Ankush Menat
7d2a0fe38e
Merge pull request #27197 from marination/supplier-primary-address
...
feat: (consistency) Add Primary Address and Contact section in Supplier
2021-08-30 14:03:09 +05:30
Subin Tom
9cb642238f
fix: expense claim reimbursed amount update ( #27204 )
2021-08-30 13:17:22 +05:30
Rucha Mahabal
212eb4bc1a
feat(Healthcare): Capacity for Service Unit, concurrent appointments based on capacity, Patient Appointments ( #27219 )
...
* feat(Healthcare): Capacity for Service Unit, concurrent appointments based on Capacity, Patient enhancements
* fix: appointment test
Co-authored-by: Anoop <3326959+akurungadam@users.noreply.github.com >
2021-08-30 13:10:18 +05:30
Marica
fbcf82f788
Merge branch 'develop' into supplier-primary-address
2021-08-30 12:51:37 +05:30
marination
7b78473da3
fix: Indentation and removed f-strings
...
- Sider: fixed indentation in js
- Dont use f-strings in queries
2021-08-30 12:50:24 +05:30
Ankush Menat
e5e00700e5
ci: use node action instead of apt ( #27220 )
2021-08-30 12:07:11 +05:30
Deepesh Garg
f5cdbf161d
fix: LTV ratio comparison ( #27207 )
2021-08-28 14:55:51 +05:30
François de Ryckel
327071cb90
replace cur_frm with frm ( #27210 )
2021-08-28 14:55:11 +05:30
GangaManoj
e44567754d
fix: Display Packed/Bundle Items table only if it exists
2021-08-27 20:16:13 +05:30
GangaManoj
a2b394b195
fix: Enable Print Hide for Bundle Items
2021-08-27 20:06:22 +05:30
GangaManoj
a7be02fe32
fix: Only add Item to packed_items list if it's not already there
2021-08-27 20:02:36 +05:30
dependabot[bot]
2caa090991
chore(deps): bump tar from 6.1.0 to 6.1.11 ( #27203 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 6.1.0 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.11 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-27 19:59:36 +05:30
Devin Slauenwhite
072151e16d
feat: Payment reconciliation on accounts module workspace ( #25925 )
...
* feat: add payment reconciliation to accounting workspace
* fix: update modified and duplicate the link
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-27 19:44:57 +05:30
marination
2a3ef03388
fix: Popup stale build and data consistency
...
- Include `supplier_quick_entry.js` in erpnext.bundle.js
- Create primary supplier address on update
- Set newly created address (quick entry) in Supplier and Customer
- Clear address set in supplier and customer on delete (dependency)
2021-08-27 18:06:51 +05:30
Shadrak Gurupnor
7433757489
fix: patches were breaking during migration ( #27200 )
...
* fix: patches were breaking during migrating
* fix: patches were breaking during migration
2021-08-27 18:00:16 +05:30
Rucha Mahabal
5f3ec8230f
Merge pull request #27102 from anupamvs/prospect
...
feat(CRM): Prospect to group Leads
2021-08-27 16:48:41 +05:30
Shadrak Gurupnor
17e0fa7a8b
fix: patches were breaking while migrating ( #27195 )
...
* fix: patches were breaking while migrating
* fix: Removed duplicate function
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-27 16:42:25 +05:30
Rucha Mahabal
e170ad2df3
chore: add more fields to Prospect list view
2021-08-27 16:26:12 +05:30
Anupam Kumar
212921aace
Merge branch 'develop' into prospect
2021-08-27 15:57:10 +05:30
marination
bf72ec0598
feat: (consistency) Add Primary Address and Contact section in Supplier
...
- The same is present in customer and is inconsistent with supplier
- Helps quickly create primary address and contact via quick entry
2021-08-27 15:51:31 +05:30
Kamal Johnson
a285b5b78b
feat: Accounts, Selling & Assets Onboarding cleanup ( #27112 )
...
* refactor: company form fields arrangement
* refactor: accounts onboarding steps
* refactor: re-arrange fields & modify labels in company form
* feat: onbording steps for accounts module
* fix: updated onboarding steps for selling module
* fix: remove unwanted steps from accounts
* feat: add more onboarding steps
* feat: Refactor onboarding-module for accounting workspace
* feat: Add basic asset onboarding steps
* feat: Add basic asset item form tour
* feat: Add basic selling onboarding-steps
* feat: Add basic form tour for purchase recipt
* feat: Add basic form tour for existing asset
* feat: Adding asset category form tour
* feat: Add form tour for asset category
* feat: Refactor sales taxes and charges template form tour with new method
* refactor: Remove old form tour for accounts settings
* refactor: Change asset category form tour with new tour method
* refactor: Change asset item form tour with new tour method
* refactor: Change purchase receipt form tour with new tour method
* refactor: Change asset form tour with new tour method
* refactor: Remove old form tour for selling settings
* refactor: general fix/typo in onboarding steps
* Apply suggestions from code review
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
* refactor: Remove old form tour method for sales order.
* fix: removed duplicate section break
* fix: Removed duplicate fields
Co-authored-by: Saqib Ansari <nextchamp.saqib@gmail.com >
Co-authored-by: Anuja <anuja.pawar20@gmail.com >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-27 15:47:11 +05:30
Saqib
08188f2ac7
Merge branch 'develop' into gross-profit-product-bundle
2021-08-27 15:41:41 +05:30
Saqib
987746592c
fix: period closing voucher tests ( #27198 )
2021-08-27 15:41:26 +05:30
Saqib
8008598eb2
Merge branch 'develop' into gross-profit-product-bundle
2021-08-27 14:48:54 +05:30
Anupam
d701ad5313
fix: using frm instead of cur_frm
2021-08-27 13:09:52 +05:30
Rucha Mahabal
71b7c63ec0
feat: Ability to schedule onboarding and separation activities ( #26738 )
...
* refactor: employee onboarding form clean-up
* feat: ability to schedule onboarding / separation tasks
* feat: skip holidays while setting boarding activity dates
* chore: remove unused child table - Employee Onboarding Activity
* fix: tests
* fix: employee separation test
2021-08-27 11:12:24 +05:30
rohitwaghchaure
e6799d78ef
fix: operation time auto set to zero ( #27188 )
2021-08-27 10:46:45 +05:30
GangaManoj
535dd2d36d
fix: Move Packed Items table right below the Items table
2021-08-27 02:47:11 +05:30
GangaManoj
4353c5e339
fix: Disable Add Row and Delete Row for Bundle Items
2021-08-27 02:32:34 +05:30
GangaManoj
bdbd4f83ab
fix: Create separate section for Bundle Items
2021-08-27 02:29:47 +05:30
GangaManoj
20cfe60e84
feat: Populate Bundle Items table
2021-08-27 01:49:58 +05:30
GangaManoj
efd8a8b28e
feat: Add Bundle Items table
2021-08-27 01:49:28 +05:30
GangaManoj
681c92d646
fix: Make Sales Order field editable so the PO can be linked with an SO later
2021-08-27 01:48:46 +05:30
GangaManoj
c33f5cad01
fix: Hide Rate of Bundle Items while printing
2021-08-27 01:21:52 +05:30
GangaManoj
99e6e2ce3f
fix: Make Rate column read only by default
2021-08-27 01:15:01 +05:30
GangaManoj
6c03af815e
fix: Display Bundle Items right below the Items table
2021-08-27 01:14:23 +05:30
GangaManoj
e506cd6a2f
fix: Enable Fetch If Empty for Rate
2021-08-27 01:06:48 +05:30
GangaManoj
d4405c5e52
fix: Calculate Product Bundle price based on the prices of its child items
2021-08-27 01:02:34 +05:30
Deepesh Garg
ae7ec8e44d
fix: Base amount in tax gl entry
2021-08-26 23:51:09 +05:30
Frappe PR Bot
a1737c9a0c
fix: Production Plan: load document defaults for plan items & remove name column from listview ( #26584 ) ( #27184 )
...
(cherry picked from commit 69d88a9212 )
Co-authored-by: Richard Case <64409021+casesolved-co-uk@users.noreply.github.com >
2021-08-26 23:04:54 +05:30
Pawan Mehta
db69d1dc00
fix: fetch from more than one sales order in Maintenance Visit ( #26924 )
...
* [fix] #26336
* fix(ux): make customer field reqd for fetching SO
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-26 22:54:24 +05:30
Chillar Anand
f1b77360ee
feat(healthcare): Added Treatment Plan Template feature ( #26557 )
...
* feat: Added doctypes for treatment plan template
* feat: Added child doctype
* feat: Added validations for patient age
* chore: Clean up treatment plan template
* fix: Limit plan items to templates
* Added multiselectdialogbox for treatment plan template
* Add template name as autoname
* Clean up code
* Cleanup lint issues
* Clean up code
* Added tests for tpt filters
* Added test records
* Fix order of fields
* Added tests for care plan template
* Added age property for patient
* Clean up code
* Clean up list view
* Clean up code
* Fix lint issues
* Clean up test records
* Code cleanup
no-docs
* chore: Code cleanup
* chore: Use ORM instead of raw sql
* fix: Make treatment plan item fields mandatory
* fix: Added healthcare roles in permissions rules
* fix: Added filters for symptoms, diagnosis
* fix: Show applicable treatment plans button only if patient is present
* fix: Fix key error issues
* fix: Fix issues with filters in plan templates
* chore: Fix age filters
* refactor: appending treatment plan items
* fix: treatment plan test
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-08-26 22:15:30 +05:30
Rohan
16eed07a0f
fix: use Stripe's Price API for plan-price information ( #26107 )
...
* fix: use Stripe's new Plan API for price information
* patch: use inbuilt function to rename field
* fix: patch call
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-26 21:47:00 +05:30
Noah Jacob
422f67a4c9
refactor: update manufacturing module onboarding ( #26945 )
...
* refactor: updated manufacturing onboarding cards
* refactor: added form tours
* refactor: updated form tours and card descriptions
* Fix: Case of description
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-26 21:40:48 +05:30
Lovin Maxwell
f91faac7cd
fix: Pricing Rule on Transaction Based on Coupon ( #26949 )
2021-08-26 20:54:02 +05:30
Ankush Menat
ae55eab599
chore: remove deprecated and empty QUnit tests ( #27179 )
...
* chore: remove deprecated and empty QUnit tests
* ci: fix UI test config
Testing library was added on Frappe, in order to reuse command testing
library has to be installed during setup process.
2021-08-26 20:43:06 +05:30
Ankush Menat
a9852a5483
fix(ux): hide irrelevant fields for asset items ( #26274 )
2021-08-26 20:02:51 +05:30
Deepesh Garg
4b1f165429
fix: Use reverse debit and credit to get net amount in GL Entries ( #27174 )
...
* fix: Use reverse debit and credit to get net amount in GL Entries
* fix: Remove unused import
2021-08-26 18:34:15 +05:30
Ankush Menat
c07dce940e
fix: don't allow BOM's item code at any level of child items ( #27157 )
...
* refactor: bom recursion checking
* fix: dont allow bom recursion
if same item_code is added in child items at any level, it shouldn't be allowed.
* test: add test for bom recursion
* test: fix broken prodplan test using recursive bom
* test: fix recursive bom in tests
2021-08-26 18:33:42 +05:30
Deepesh Garg
417d6abcf4
fix: Party account validation in JV
2021-08-26 17:13:36 +05:30
Marica
73b686a498
Merge pull request #27169 from marination/internal-customer-util
...
fix: Remove duplicate `create_internal_customer` utility
2021-08-26 16:42:28 +05:30
Ankush Menat
e7109c18db
fix: negative qty validation on stock reco cancellation ( #27170 )
...
* test: negative stock validation on SR cancel
* fix: negative stock setting ignored in stock reco
In stock reconcilation cancellation negative stock setting is ignored as
`db.get_value` is returning string `'0'` which is not casted to int/bool
for further logic. This causes negative qty, which evantually gets
caught by reposting but by design this should stop cancellation.
* test: typo and minor refactor
2021-08-26 16:40:45 +05:30
marination
501b91a608
fix: internal customer util returns str not doc object
2021-08-26 16:18:23 +05:30
Marica
e11bfe7da4
Merge pull request #27111 from 18alantom/feat-bom-process-loss-fp
...
feat: add provision for process loss in manufac (frontport #26151 )
2021-08-26 16:10:05 +05:30
marination
45edfd9d50
fix: Remove duplicate create_internal_customer util
...
- Introduced via https://github.com/frappe/erpnext/pull/27086
2021-08-26 15:53:52 +05:30
Anupam
de488f68c0
adding test cases
2021-08-26 15:27:18 +05:30
Saqib
8ed6338336
refactor!: remove e_invoice utils ( #27167 )
2021-08-26 13:27:16 +05:30
18alantom
b389b8c3ad
fix: prevent over riding scrap table values, name kwargs, set currency
2021-08-26 13:15:57 +05:30
Marica
f4dc9ee2aa
fix: Don't create inward SLE against SI unless is internal customer enabled ( #27086 )
...
* fix: Dont create inward SLE against SI unless is internal customer enabled
- Check if is internal customer enabled apart from target warehouse
- Test to check if inward SLE is made if target warehouse is accidentally set but customer is not internal
* test: Use internal customer for delivery of bundle items to target warehouse
- created `create_internal_customer` util
- reused it in delivery note and sales invoice tests
- use internal customer for target warehouse test in delivery note
2021-08-26 13:12:51 +05:30
18alantom
e20d21924c
Merge branch 'develop' into feat-bom-process-loss-fp
2021-08-26 13:05:59 +05:30
Deepesh Garg
e2af9d5761
Merge pull request #27039 from nextchamp-saqib/common-party-acc
...
feat: common party accounting
2021-08-26 12:58:59 +05:30
rohitwaghchaure
fe4540d74d
fix: allow to change rate manually in case of stand-alone credit note ( #27036 )
...
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2021-08-26 12:52:36 +05:30
Anuja Pawar
baa548a3df
fix(regional): minor fixes and test for South Africa VAT report ( #26933 )
...
* fix: added test and minor fixes
* fix: sider fixes
* fix: sider
* fix: test fixes
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-08-26 12:48:43 +05:30
Rucha Mahabal
642b4c805c
fix: Fee Validity fixes ( #27156 )
...
* chore: update Fee Validity form labels
* fix: first appointment should not be considered for Fee Validity
* fix: Fee Validity test cases
* fix: appointment test case
2021-08-26 12:15:49 +05:30
Anupam
fbac514929
feat: prospect permission
2021-08-26 12:14:29 +05:30
Brian Pond
1a919773d7
fix: Customers 'primary_address' not updated automatically ( #26798 ) ( #26799 )
...
* Fix for Issue #26798
This PR is a fix for GitHub Issue 26798:
https://github.com/frappe/erpnext/issues/26798
TLDR: When an Address is updated, and that Address is a Customer's Primary Address, update the Read Only field `customer.primary_address`
* Update address.py
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-08-26 11:57:28 +05:30
Anupam Kumar
c8f22e5524
fix: removing toggle_display for address and contact HTML ( #27152 )
2021-08-26 10:46:55 +05:30
Ahmad
9cc451fc7d
feat(Regional): KSA VAT Report
2021-08-26 07:35:59 +05:00
Anupam
efdeee4d1f
fix: conflicts
2021-08-26 00:15:35 +05:30
Saqib Ansari
be7a38b662
fix: cost center in test_sales_invoice_against_supplier
2021-08-25 21:35:32 +05:30
Ashish Shah
b99c011947
fix: unable to create manual / auto asset depreciation entry when cost_center is mandatory ( #26912 )
...
Summary : unable to create manual / auto asset depreciation entry when cost_center is mandatory
Reason: Though we are calculating value for depreciation_cost_center, it is not passed in credit_entry(it is passed in debit_entry) and this prevents creation of manual / auto asset depreciation entry when cost_center is mandatory
Solution : pass already calculated depreciation_cost_center value in credit_entry (in line with, already done as in debit_entry)
2021-08-25 21:33:08 +05:30
Deepesh Garg
27ca9866e3
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_currency_check
2021-08-25 20:47:16 +05:30
Ganga Manoj
842ceb1301
fix: cannot reconcile bank transactions against internal transfer payment entries ( #26932 )
...
* fix: Only set Clearance Date for Payment Entries of type Internal Transfer if both Transactions have been reconciled
* fix: Reset clearance_date for intra-company Payment Entries that have only been reconciled with one Bank Transaction
* fix: indentation and args
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-25 20:32:26 +05:30
Saqib Ansari
c6c7a8b5cf
fix: cost center & naming series
2021-08-25 20:17:04 +05:30
Saqib Ansari
7254368fc5
perf: reduce number of queries to get party link
2021-08-25 20:15:23 +05:30
Rohan
87308465d8
fix: create zero-dollar invoices fro trial subscriptions ( #26441 )
2021-08-25 20:11:05 +05:30
Saqib Ansari
a2f8d6c31a
fix: party link permissions
2021-08-25 20:10:19 +05:30
Saqib Ansari
c101b42d4a
feat: validate multiple links
2021-08-25 20:08:28 +05:30
Chillar Anand
81b28b8998
fix(healthcare): Removed ignore user permissions flag in appointment ( #27129 )
2021-08-25 20:08:11 +05:30
rohitwaghchaure
ad45ddcabe
fix: sequence of sub-operations in job card ( #27138 )
2021-08-25 20:07:18 +05:30
Saqib Ansari
881301ca9b
Merge branch 'develop' of https://github.com/frappe/erpnext into common-party-acc
2021-08-25 20:02:27 +05:30
Anupam Kumar
4d98be2126
feat: provision to create customer from opportunity ( #27141 )
...
* feat: provision to create customer from opportunity
* fead: linking of address and contact
* revert: create_opportunity_address_contact
* enabming print hide and no copy
2021-08-25 19:18:17 +05:30
18alantom
c7e11c89ff
fix: get filters to work
...
- reorder and rename columns
- add work order filter
2021-08-25 18:58:56 +05:30
Saqib
60675379c2
fix: partial rename while replacing abbreviation ( #27065 )
2021-08-25 18:26:00 +05:30
Frappe PR Bot
81b4590479
fix: TDS calculation on net total ( #27058 ) ( #27140 )
...
(cherry picked from commit 4eb7c2a011 )
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-08-25 18:18:16 +05:30
Anupam
5ad8afcc8d
revert: creation of customer from opportunity
2021-08-25 17:36:53 +05:30
Marica
7cb1eec1f8
Merge pull request #27055 from 18alantom/update-stock-onboarding-fp
...
refactor: update stock module onboarding (frontport #25745 )
2021-08-25 16:59:28 +05:30
Ankush Menat
8d116fb9ff
fix: remove VARCHARs from Sales Invoice ( #27136 )
...
Sales Invoice doctype is starting to hit row length limit as many
integrations add custom fields on this doctype. This is just a small
change to remove VARCHAR(140) fields and reduce row size wherever
possible.
2021-08-25 16:45:41 +05:30
Anupam
c644fbb102
fix: sider issues
2021-08-25 16:35:34 +05:30
18alantom
dbea840ecf
fix: re-order tour to circumvent glitchy save highlight
2021-08-25 16:34:31 +05:30
Saqib
62114b226f
feat: unreconcile on cancellation of bank transaction ( #27109 )
2021-08-25 16:25:51 +05:30
Anupam
dfcac64b44
fix: review chnages
2021-08-25 16:24:46 +05:30
GangaManoj
e4c25bf4bb
fix: Return if there are no Items
2021-08-25 15:40:42 +05:30
GangaManoj
3135d6dc6a
fix: Get Bundle Items
2021-08-25 15:35:40 +05:30
GangaManoj
13ae10b3a2
fix: Remove comments
2021-08-25 15:20:27 +05:30
Chillar Anand
a65498dc61
fix(healthcare): Made payment fields mandatory for new appointments ( #26608 )
...
* fix(healthcare): Made payment fields mandatory for new appointments
* fix: sider issues
* fix: Fix failing test
* fix: Patient appointment invoicing
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in >
2021-08-25 14:40:22 +05:30
Marica
b7ef4ce7a2
Merge pull request #27052 from 18alantom/fix-scrap-items-updation
...
fix: update scrap table item details; typo
2021-08-25 12:32:49 +05:30
Afshan
8366b6322e
fix: validate party and party type only if both available ( #27002 )
...
* fix: validate party and party type only if both available
* fix: indentation
2021-08-25 11:57:24 +05:30
Saqib
1dadea38a5
fix: remove unexpected comma ( #27132 )
2021-08-25 11:05:51 +05:30
GangaManoj
bea0f7a202
fix: Get data when grouped by invoice and otherwise
2021-08-25 02:52:18 +05:30
GangaManoj
96909b6c3b
fix: Display only the Invoice rows in bold
2021-08-25 02:49:14 +05:30
GangaManoj
b02effbc47
fix: Indentation
2021-08-25 01:00:40 +05:30
Ganga Manoj
3e5bbc9aa6
Merge branch 'develop' into gross-profit-product-bundle
2021-08-25 00:55:47 +05:30
GangaManoj
5f8c2b0946
fix: Remove base_rate and buying_rate for Invoice rows
2021-08-25 00:33:55 +05:30
GangaManoj
77352ae47e
fix: Only update Product Bundle prices if 'Calculate Product Bundle Price based on Child Items' Rates' is enabled
2021-08-25 00:12:43 +05:30
GangaManoj
2dbf8075eb
fix: Calculate total buying_amount for each invoice
2021-08-25 00:09:07 +05:30
GangaManoj
3edb1938a9
fix: Fetch bundle item details
2021-08-24 23:38:24 +05:30
GangaManoj
257215f479
fix: Fetch base_net_total for each Invoice
2021-08-24 23:32:19 +05:30
GangaManoj
1956f62ad8
fix: Remove qty from Sales Invoice rows
2021-08-24 23:30:50 +05:30
Subin Tom
fbc5977248
fix: Updated timestamp for pos invoice json ( #27110 )
...
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-24 22:34:02 +05:30
GangaManoj
1d82c3effe
fix: Make Rate editable if editable_bundle_item_rates is checked
2021-08-24 22:25:59 +05:30
Dany Robert
c7bad657b1
fix: broken URL in supplier portal ( #26823 )
...
* fix: broken URL
The quotations are supplier quotations, not sales quotation.
* fix: remove erpnext from path
2021-08-24 22:10:14 +05:30
GangaManoj
a575d05a3e
fix: Make fieldname more concise
2021-08-24 22:09:36 +05:30
Anupam Kumar
1d6ef4b0d3
fix: replacing $.each -> forEach in SI ( #26995 )
...
* fix: replacing $.each -> forEach in SI
* fix: removed console log
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-24 22:06:19 +05:30
GangaManoj
2293ba302a
fix: Add checkbox to enable calculation of Product Bundle price based on child Items' rates
2021-08-24 22:04:03 +05:30
Frappe PR Bot
512ddc589f
fix: timesheet amount issue ( #25993 ) ( #26889 )
...
* fix: timesheet amount issue
* fix: timesheet detail rate conversion
* fix: condition to check timesheet currency
* fix: removing console statement
(cherry picked from commit a6aa6cd7d6 )
Co-authored-by: Anupam Kumar <anupamvns0099@gmail.com >
Co-authored-by: Nabin Hait <nabinhait@gmail.com >
2021-08-24 22:00:32 +05:30
Deepesh Garg
c30fb04e96
fix(minor): Update GSTR-1 json version ( #27074 )
2021-08-24 21:57:25 +05:30
GangaManoj
129df6e129
fix: Update Product Bundle rate based on its updated amount
2021-08-24 21:55:54 +05:30
GangaManoj
31482a08dc
fix: Update Product Bundle price based on the rates of its child Items
2021-08-24 21:42:44 +05:30
Pruthvi Patel
7c957d72b3
perf: reduce number of queries to validate selling price ( #26225 )
...
* perf: reduce number of queries to validate selling price
* fix: improved flow and formatting
* fix: improve condition and use of `as_dict`
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2021-08-24 21:24:25 +05:30
Nabin Hait
b99a8cb96e
Merge pull request #27087 from deepeshgarg007/validate_due_date_fix
...
fix: Ignore due date validations if payment terms are copied from orders/receipts
2021-08-24 21:10:44 +05:30
Nabin Hait
f5e52549e2
Merge branch 'develop' into fix-scrap-items-updation
2021-08-24 21:07:59 +05:30
Nabin Hait
14332ad8a2
Merge pull request #27114 from frappe-pr-bot/backport/develop/24664
...
refactor: social media post fixes
2021-08-24 21:04:36 +05:30
Frappe PR Bot
255b99ebdc
feat: Employee reminders ( #25735 ) ( #27115 )
...
* feat: Add reminders section to HR Settings
* refactor: Extract generic function for getting Employees
* feat: Employee Work Anniversary Reminder
* feat: Daily Holiday Reminder
* fix: Unnecessary params and replace [] with .get()
* test: Daily Holiday Reminders
* test: is_holiday basic tests
* refactor: Move employee reminders code to separate module
* feat: Add advance reminder to HR settings
* feat: Advance Holiday Reminders
* refactor: get_holidays_for_employee
* feat: Email holiday reminders in advance + tests
* fix: Remove unused import
* refactor: HR Setting Reminder Section
* refactor: Remove Daily Holiday Reminders feat
* feat: Reminder miss warning
* fix: Failing test and function name change
* chore: Add patch for field rename
* chore: Rename frequency label
* fix: Failing patch test
* fix: sider and removed description of fields
* fix: email alignment
Co-authored-by: pateljannat <pateljannat2308@gmail.com >
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
(cherry picked from commit 24b2a31581 )
Co-authored-by: Mohammad Hussain Nagaria <34810212+NagariaHussain@users.noreply.github.com >
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
2021-08-24 20:19:22 +05:30
18alantom
95a2565d86
fix: correct value in test
2021-08-24 20:18:53 +05:30
18alantom
aff9aee29c
Merge branch 'develop' into feat-bom-process-loss-fp
2021-08-24 20:15:51 +05:30
18alantom
c3ce3f918d
fix: remove spurious function 'toggle_operations'
2021-08-24 20:15:19 +05:30
Anupam Kumar
1c279af0b3
fix: lead name issue ( #26999 )
...
* fix: lead name issue
* fix: change lead name wrt first name, middle and last name
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
2021-08-24 20:06:04 +05:30
Rucha Mahabal
d0cc1be230
Merge branch 'develop' into backport/develop/24664
2021-08-24 20:05:53 +05:30
Saqib
f1313302c9
fix: pos invoice test ( #27113 )
2021-08-24 19:45:21 +05:30
Marica
3167b58aee
Merge branch 'develop' into fix-scrap-items-updation
2021-08-24 19:33:09 +05:30
Anupam Kumar
164acc845a
refactor: social media post fixes ( #24664 )
...
* fix: social media post fixes
* feat: post metrics and some fixes
* fix: sider issues
* fix: sider issue
* fix: reverting optional chaning statements
* fix: sider issues
* fix: review chnages
* fix: text trigger check
* fix: sider issue
(cherry picked from commit f7e0edecc9 )
2021-08-24 13:47:00 +00:00
18alantom
8f73d587f9
feat: process loss report, fix set pl query condition
2021-08-24 18:38:23 +05:30
GangaManoj
b4b6d10b5d
fix: Add editable Rate column
2021-08-24 17:59:11 +05:30
GangaManoj
8af5802e42
fix: Populate Bundle Items table
2021-08-24 17:58:23 +05:30
GangaManoj
91af0d6ffb
fix: Add Bundle Items table
2021-08-24 17:57:55 +05:30
Afshan
ad06fb2179
fix: calculation of gross profit percentage in Gross Profit Report ( #27045 )
2021-08-24 17:35:01 +05:30
Saqib
1db812ab9f
Merge branch 'develop' into common-party-acc
2021-08-24 17:27:43 +05:30
Saqib
f47cbae5e0
feat: allow draft pos invoices even if no stock available ( #27078 )
2021-08-24 17:27:27 +05:30
Saqib
9198caa5e7
fix: incorrect gl entry on period closing involving finance books ( #26921 )
2021-08-24 17:26:23 +05:30
Subin Tom
2e5525aba9
fix: Correct price list rate value in return si ( #27097 )
2021-08-24 17:24:41 +05:30
Saqib
ce129a1414
feat: re-arrange company doctype fields ( #27091 )
2021-08-24 17:23:14 +05:30
Anupam
0c6212189e
feat: link lead communication to prospect
2021-08-24 16:49:53 +05:30
Marica
774f305713
Merge branch 'develop' into update-stock-onboarding-fp
2021-08-24 16:23:42 +05:30
Subin Tom
d4d5a4221a
feat: coupon code discount in pos invoice ( #27004 )
2021-08-24 16:22:46 +05:30
18alantom
b58853e89d
feat: add procss_loss_qty field in work order
2021-08-24 16:11:29 +05:30
Marica
236f35d2fa
Merge pull request #27098 from surajshetty3416/fix-remove-all-import
...
fix: Use remove_all from file_manager
2021-08-24 15:56:31 +05:30
Anupam
3610882077
fix: reverting local chnages
2021-08-24 15:51:57 +05:30
Anupam
797b19a14a
feat: creation of prospect from lead
2021-08-24 15:50:15 +05:30
Saqib
9e82c24b27
fix: pos closing entry cancellation test ( #27099 )
...
* fix: pos closing entry cancellation test
* fix: invalid imports
* fix: sider issue
2021-08-24 15:37:00 +05:30
Saqib
6cf9254ee5
fix: invalid imports ( #27101 )
2021-08-24 15:26:44 +05:30
18alantom
7fb08173b5
fix: reword error messages, fix test values
2021-08-24 15:01:38 +05:30
18alantom
ad735522cb
fix: rename form tours to doctype names, remove tours from js controllers
2021-08-24 14:54:38 +05:30
Suraj Shetty
1e05c9467b
fix: Use remove_all from file_manager
2021-08-24 14:21:14 +05:30
Marica
b9130bf4db
Merge branch 'develop' into fix-scrap-items-updation
2021-08-24 12:54:38 +05:30
Ankush Menat
c09d8a2809
fix(ux): keep stock entry title & purpose in sync ( #27043 )
...
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2021-08-24 12:20:34 +05:30
Ankush Menat
6de7b8ea93
fix: discard empty rows from update items ( #27021 )
2021-08-24 12:18:40 +05:30
Ankush Menat
0dff0beaba
fix: stock analytics report date range issues and add company filter ( #27014 )
...
* test: tests for correct get_period_date_ranges
* fix: stock analytics report date range issues
- Upon selecting second half of month with Monthly filter, data from
that period was missing.
- Solution: "round down" the date as per expected frequency.
* chore: drop py2 and fix misleading docstring
* test: fix test to avoid FY clash
* feat: add company filter in stock analytics report
[skip ci]
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2021-08-24 12:16:46 +05:30
rohitwaghchaure
6106a635f8
Merge branch 'develop' into fix-scrap-items-updation
2021-08-24 12:10:04 +05:30
Pruthvi Patel
332ac105b5
refactor: use read_only_depends_on instead of code ( #27008 )
2021-08-24 12:07:38 +05:30
rohitwaghchaure
db385261f0
Merge pull request #27080 from rohitwaghchaure/fixed-stock-ledger-report-with-included-uom
...
fix: stock ledger report not working if include UOM selected in filter
2021-08-24 10:16:35 +05:30
rohitwaghchaure
95866b736e
Merge pull request #27081 from rohitwaghchaure/fixed-donot-overrride-batch-no
...
fix: batch no reset on changing of qty
2021-08-24 10:15:36 +05:30
Anupam
4a529f8039
feat: Prospect
2021-08-24 09:35:59 +05:30
rohitwaghchaure
da3220e38e
Merge branch 'develop' into fixed-stock-ledger-report-with-included-uom
2021-08-24 08:50:49 +05:30
Rushabh Mehta
dd3372a3a5
Merge pull request #27089 from frappe/revert-26604-salary-component-account-filter
...
Revert "fix: Salary component account filter"
2021-08-24 08:34:21 +05:30
Rushabh Mehta
49e0a4f287
Revert "fix: Salary component account filter ( #26604 )"
...
This reverts commit ae9d1d9617 .
2021-08-24 08:33:57 +05:30
GangaManoj
46650cce0d
fix: Calculate total buying_amount and gross profit for each invoice
2021-08-23 21:17:32 +05:30
Deepesh Garg
bd709f8ab0
fix: Ignore due date validations if payment terms are copied from orders/receipts
2021-08-23 19:05:52 +05:30
rohitwaghchaure
129a0fc8b2
Merge branch 'develop' into fixed-donot-overrride-batch-no
2021-08-23 18:07:22 +05:30
Deepesh Garg
69973a65aa
Merge pull request #26900 from deepeshgarg007/payment_entry_validations_and_trigger_develop
...
fix: Multiple fixes in payment entry
2021-08-23 18:03:01 +05:30
Subin Tom
47b63a627d
fix: Eway bill test update to check ver 1.0.0421 ( #27083 )
2021-08-23 15:38:26 +05:30
Rohit Waghchaure
e1f070437a
fix: selected batch no changed on updation of qty
2021-08-23 14:27:55 +05:30
Rohit Waghchaure
098d349bf4
fix: stock ledger report not working if include uom selected in filter
2021-08-23 13:36:13 +05:30
Subin Tom
8b2fe9e793
fix: eway bill version changed to 1.0.0421 ( #27044 )
2021-08-23 11:17:31 +05:30
Subin Tom
7d627df4db
fix: pos return payment mode issue ( #26872 )
2021-08-23 11:05:07 +05:30
Deepesh Garg
df185045a1
Merge branch 'develop' into payment_entry_validations_and_trigger_develop
2021-08-23 10:34:28 +05:30
Deepesh Garg
30876a105c
test: Set default currency for patient
2021-08-22 23:48:23 +05:30
Deepesh Garg
496bff5136
feat: Column for total amount due in Accounts Receivable/Payable Summary ( #27069 )
2021-08-22 18:10:51 +05:30
Deepesh Garg
c10a22529c
test: fix property name
2021-08-22 18:05:24 +05:30
Deepesh Garg
60915e874d
test: Update test cases for currency change validation
2021-08-21 23:05:48 +05:30
Deepesh Garg
1435800249
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_currency_check
2021-08-21 20:14:17 +05:30
Deepesh Garg
57e326e7d0
fix: Consolidated balance sheet showing incorrect values ( #26975 )
2021-08-21 17:59:11 +05:30
Saqib
5395f56c88
Merge branch 'develop' into common-party-acc
2021-08-20 20:42:50 +05:30
Saqib
ec258551bf
fix: flaky test for SLA ( #27051 )
2021-08-20 19:09:31 +05:30
GangaManoj
d1453c0cd0
fix: Remove Item Code and Item Name columns
2021-08-20 18:26:17 +05:30
GangaManoj
75d4fc99fc
fix: Display Items in the format Item Code: Item Name
2021-08-20 18:25:36 +05:30
Alan
62c590261c
refactor: rectify typo ( #27057 )
...
[skip ci]
2021-08-20 18:21:09 +05:30
18alantom
810bce8da2
Merge branch 'develop' into update-stock-onboarding-fp
2021-08-20 16:31:27 +05:30
18alantom
f4487c3ae5
refactor: use Form Tour doc instead of controller form tour
...
note - keeping controller form tours as a fallback, new form tours
seem to work only for Stock Settings
2021-08-20 16:25:20 +05:30
18alantom
77ebbdd172
fix: minor changes
...
- remove Is Group from warehouse
- change stock entry type
- link to stock entry type
- add posting date to stock reco
- change report to Stock Projected Qty
- highlight quality inspection action
- remove allow neg highlight
2021-08-20 16:21:33 +05:30
Deepesh Garg
2b2572b9b9
fix: Cascade deletion for Company ( #26923 )
...
* fix: Cascade deletion for Company
2021-08-20 14:40:12 +05:30
18alantom
6ef16ee4fb
fix: update scrap table item details; typo
2021-08-20 12:24:13 +05:30
Saqib
c335962827
refactor!: drop e-invoicing integration from erpnext ( #26940 )
2021-08-20 11:10:46 +05:30
Saqib
153fe1cdb4
refactor: scan barcode field scanning ( #26990 )
2021-08-20 11:09:51 +05:30
Nabin Hait
b8c998119b
Merge pull request #27040 from marination/cart-pl-exchange-rate
...
fix: Shopping cart Exchange rate validation
2021-08-20 10:56:10 +05:30
Nabin Hait
12d7f83998
Merge pull request #27033 from noahjacob/ux_promo_scheme_fix
...
fix(ux): removed rate from grid view
2021-08-20 10:51:59 +05:30
Nabin Hait
657e61ae6d
Merge pull request #27028 from noahjacob/prompt_warehouse_fix
...
fix: incorrect mandatory error message for warehouse
2021-08-20 10:48:34 +05:30
GangaManoj
b5fac83987
fix: Add items belonging to Product Bundles as children
2021-08-20 06:07:53 +05:30
GangaManoj
33f100d75d
fix: Set initial_depth to 3
2021-08-20 06:06:47 +05:30
GangaManoj
97a1d426a3
fix: Assign indent and parent_invoice
2021-08-20 03:54:19 +05:30
GangaManoj
779a1d68a5
fix: Make Invoice row bold
2021-08-20 02:38:34 +05:30
GangaManoj
5ffaff8e48
fix: Display items as descendants of invoices
2021-08-20 02:20:18 +05:30
GangaManoj
17a154017b
fix: Display data in tree form
2021-08-20 02:19:18 +05:30
GangaManoj
76921137ed
fix: Return data as dict if the report is grouped by Invoice
2021-08-20 02:16:49 +05:30
marination
8046d15ef0
chore: Comment out obsolete test
...
- Modifying this test means considering extreme edge cases, which seems pointless now
2021-08-19 21:10:30 +05:30
Noah Jacob
f13315809e
refactor: renamed varint_item_code to variant_item_code ( #27025 )
2021-08-19 20:28:30 +05:30
marination
45617ae22f
fix: Shopping cart Exchange rate validation
...
- Use `get_exchange_rate` to check for price list exchange rate in cart settings
- Move cart exchange rate validation for Price List from hooks to doc event
- Call cart exchange rate validation on PL update only if PL is in cart and currency is changed
2021-08-19 20:01:05 +05:30
Alan
9225f02599
fix: pass planned start date to created work order ( #27031 )
...
* fix: pass planned start date to created workorder
* test: production plan to work order start date
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-19 18:49:20 +05:30
Saqib Ansari
8e79c48db8
fix: remove unwanted filter query
2021-08-19 18:10:02 +05:30
Saqib Ansari
71e7254184
test: creation of advance entry on invoice submission
2021-08-19 18:09:35 +05:30
Saqib Ansari
977b09b6ba
feat: auto create advance entry on invoice submission
2021-08-19 18:09:35 +05:30
Saqib Ansari
cad08bc428
feat: toggle to enable common party accounting
2021-08-19 18:09:35 +05:30
Saqib Ansari
dddc29fdc1
feat: initialize party link for customer & suppliers
2021-08-19 18:09:35 +05:30
Afshan
c60d5523bc
fix: add child item groups into the filters ( #26997 )
...
* fix: add child item groups into the filters
* fix: appending values to proper variable
* fix: refactor the loop
2021-08-19 16:23:18 +05:30
Noah Jacob
6541453c16
fix(ux): removed rate from grid view
2021-08-19 15:53:55 +05:30
Alan
09f34e558e
fix: set production plan to completed even on over production ( #27027 )
2021-08-19 15:51:36 +05:30
Ankush Menat
993b0532f8
Merge pull request #27026 from ankush/eq_assign
...
fix: equality check instead of assignment
[skip ci]
2021-08-19 15:43:34 +05:30
Noah Jacob
cf8d2d97dd
fix: Incorrect mandatory error message for warehouse
2021-08-19 15:43:20 +05:30
Ankush Menat
5b54d0436b
chore: revert "chore: ignore whitespace fixes from git blame"
...
This reverts commit 2c40b7c206 .
2021-08-19 14:18:39 +05:30
Ankush Menat
2c40b7c206
chore: ignore whitespace fixes from git blame
2021-08-19 14:12:09 +05:30
Ankush Menat
0ef5247e2f
chore: whitespace cleanup from codebase ( #27023 )
...
* chore: mass trailing whitespace and EOF fixes
* chore: update git-blame-ignore-revs
2021-08-19 14:09:54 +05:30
Ankush Menat
49db369d21
chore: update git-blame-ignore-revs
2021-08-19 13:44:11 +05:30
Ankush Menat
4551d7d602
chore: mass trailing whitespace and EOF fixes
2021-08-19 13:43:28 +05:30
Deepesh Garg
869e36c33a
Merge pull request #26737 from nemesis189/payment-reconc-party-validation-fix
...
fix: Payment Reconciliation party validation issue
2021-08-19 12:40:54 +05:30
Afshan
ecd6584c50
fix: assigning values to rows in sales register reports ( #26546 )
...
* fix: assigning values to rows in sales register reports
* fix: check for is_internal_customer for unrealized_profit_loss_account
2021-08-19 12:18:27 +05:30
Frappe PR Bot
44434ff70f
fix: date_unchanged calculation in "Update Items" ( #26992 ) ( #27011 )
...
Branch corrected https://github.com/frappe/erpnext/pull/26058
ERPNext generates "Cannot set quantity less than delivered quantity" error even the delivered qty is zero when user clicks "Update Items".
"date_unchanged" variable gets false value because of new_date is string.
"getdate(new_date)" corrects the date comparison.

(cherry picked from commit d8a7abcd02 )
Co-authored-by: Türker Tunalı <turkert@hotmail.com >
2021-08-18 18:33:06 +05:30
Subin Tom
ef792971f3
fix: Add ignore user perms to set_target_warehouse field in sales invoice ( #26987 )
...
* reverting ot v12.7.1
* fix: Ignore user permissions for set_target_warehouse in SI
Co-authored-by: Subin Tom <subin-home@Subins-MacBook-Air.local >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-18 18:20:04 +05:30
Afshan
dc7280eef0
fix: filtering of items in Sales and Purchase Orders ( #26936 )
...
* fix: filtering of items in Sales and Purchase Orders
* fix: slider
* fix: slider
2021-08-18 17:44:40 +05:30
Afshan
87372c8ce4
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-18 16:20:36 +05:30
Subin Tom
333e44eb47
fix: Dimension filter query fix to avoid including disabled dimensions ( #26988 )
...
* reverting ot v12.7.1
* fix: Dimension filter query fix to not display disabled dimensions
Co-authored-by: Subin Tom <subin-home@Subins-MacBook-Air.local >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-18 16:17:54 +05:30
Afshan
2416b3a1ee
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-18 16:03:47 +05:30
Marica
112fc888f1
fix: Return Qty in PR/DN for legacy data ( #27001 )
2021-08-18 15:29:48 +05:30
Saqib
cab49254fc
fix: failing tests in issue doctype ( #26998 )
2021-08-18 14:53:32 +05:30
Saqib
fbc163cea6
feat: dynamic conditions for applying SLA ( #26662 )
2021-08-18 11:53:26 +05:30
Rucha Mahabal
15df0ad6a0
fix: undefined variable due to inconsistent porting of commits ( #26994 )
2021-08-18 11:23:44 +05:30
rohitwaghchaure
c068e8128c
Merge pull request #26993 from rohitwaghchaure/fixed-sales-invoice-not-loading
...
fix: sales invoice not loading issue
2021-08-18 10:32:54 +05:30
Rohit Waghchaure
e0862de863
fix: sales invoice not loading issue
2021-08-18 10:27:58 +05:30
GangaManoj
4a77bd2304
fix: Syntax error
2021-08-18 00:33:43 +05:30
Afshan
5fec44446e
fix: set account for change amount even if pos profile not found ( #26986 )
2021-08-17 20:06:19 +05:30
Deepesh Garg
93fc469ace
Merge pull request #26973 from deepeshgarg007/payment_entry_unallocated_fix
...
fix: Incorrect unallocated amount calculation in payment entry
2021-08-17 19:13:58 +05:30
Mohammed Redah
a2966db1e5
fix: change print_format_type from Server to Jinja ( #26374 )
2021-08-17 18:45:55 +05:30
18alantom
cc177f3415
fix: wo tests, sider, account for pl in se validation
2021-08-17 16:49:00 +05:30
18alantom
2670adc0c0
test: check manufacture completion qty in se and wo
2021-08-17 16:40:44 +05:30
18alantom
ad73d3fbfb
refactor: validation error message formatting
2021-08-17 16:40:16 +05:30
18alantom
23ef51a981
fix: sider
2021-08-17 16:40:05 +05:30
18alantom
47a4a3d888
refactor: polyfill ??
2021-08-17 16:39:05 +05:30
Deepesh Garg
fd739749ba
test: Add test case for payment entry
2021-08-17 16:38:25 +05:30
18alantom
55acb2e843
fix: sider
2021-08-17 16:37:34 +05:30
18alantom
cdf253aeb4
fix: add more validations, remove source wh req for pl item
2021-08-17 16:36:32 +05:30
18alantom
8ecb146231
test: add bom tests for process loss val, add se test for qty calc
2021-08-17 16:36:24 +05:30
18alantom
7433b97106
refactor: shift auto entry of is process loss check, update validations
2021-08-17 16:35:16 +05:30
18alantom
3df8d0cdf0
fix: add warehouse and unset is scrap for process loss items
2021-08-17 16:29:42 +05:30
18alantom
984c97ed4e
feat: add is process loss autoset and validation
2021-08-17 16:28:54 +05:30
18alantom
b6dc0efa27
feat: add provision for process loss in manufac
2021-08-17 16:23:19 +05:30
Frappe PR Bot
a14d218834
fix: typo ( #26967 ) ( #26984 )
...
(cherry picked from commit ace8cf965d )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2021-08-17 16:14:37 +05:30
Ankush Menat
8bbec42fa0
fix: undo changes to patch ( #26983 )
...
* fix: undo changes to patch
* ci: ignore empty body / head
2021-08-17 15:14:13 +05:30
Saqib
3c525e1136
fix(sla): 'doctype' is not defined ( #26982 )
2021-08-17 14:22:47 +05:30
Sagar Vora
d932cba38a
Merge pull request #26976 from resilient-tech/fix-incorrect-modified
...
fix: Incorrect `modified` time in documents that inherit from `StatusUpdater`
2021-08-17 13:17:09 +05:30
rohitwaghchaure
972da750bc
Merge pull request #26977 from rohitwaghchaure/fixed-added-missing-fieldname
...
chore: added missing field-name
2021-08-17 13:10:29 +05:30
Rohit Waghchaure
fbb328b84a
chore: added missing fieldname
2021-08-17 13:07:03 +05:30
Deepesh Garg
b1bcb3bf13
fix: Incorrect unallocated amount calculation in payment entry
2021-08-17 11:28:46 +05:30
Rohit Waghchaure
e92a8b87da
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
2021-08-17 11:02:56 +05:30
Rohit Waghchaure
eb1e3181a4
fix: conflicts while merging brnach version-13 to develop
2021-08-17 10:53:19 +05:30
Chillar Anand
8c851b7019
Merge pull request #26906 from ChillarAnand/label
...
fix: Changed label to "Inpatient Visit Charge" in appointment type
2021-08-17 10:39:18 +05:30
Rohit Waghchaure
b27eeb54ae
Merge branch 'version-13-pre-release' into version-13
2021-08-17 10:05:50 +05:30
Rohit Waghchaure
03fdce5a19
bumped to version 13.9.0
2021-08-17 10:25:49 +05:50
rohitwaghchaure
6dd9e0194c
Merge pull request #26968 from rohitwaghchaure/release-notes-v13-9-0
...
chore: Release Notes v13.9.0
2021-08-16 22:17:47 +05:30
Rucha Mahabal
39efc62b94
feat: Organizational Chart ( #26893 )
...
* feat: Organizational Chart
* feat: org chart mobile interactions
* feat(mobile): sibling node group expansion and rendering
* fix: expanded node group interactions and visibility
* feat: connectors for mobile node cards
* fix: don't refresh connections for same node
- remove all connectors while expanding a group node
* chore: create separate files for Desktop and Mobile view and bundle assets
* refactor: add options to chart
- method to return the node data
- wrapper for showing the hierarchy
* feat: setup node edit action
* fix: revert changes in employee descendants query
* refactor: use arcs instead of bezier curves for cleaner connectors
* feat: add arc to connectors in mobile view
* fix: edit node button overflowing
* fix: sider
* fix: removing orphaned connectors
* fix: unnecessary variables
* feat: handle multiple root / orphan nodes
* perf: Optimise Rendering
- optimise get_children function
- use promises instead of callbacks
- optimise selectors
- use const wherever possible
- use pure js instead of jquery for connectors for faster rendering
* fix: do not sort by number of connections
* feat: use icon for connections on mobile view
* fix: exclude active node while fetching sibling group
* fix: sibling group expansion not working for root nodes
* fix(mobile): collapsed nodes not expanding
* fix: sider
* test: UI tests for org chart desktop
* test: UI tests for org chart mobile
fix(mobile): detach node before emptying hierarchy
fix(mobile): sibling group not rendering for first level
* fix: sider
* ci(cypress): use env variable for key
documentation ref: https://docs.cypress.io/guides/guides/command-line\#cypress-run
* fix(tests): clear filter before typing
* fix(tests): apply filters correctly
* fix: tests
* fix: tests
* fix: tests
* fix(test): increase timeout for record creation
* fix: sider
* fix: sider
* feat: Expand All nodes option in Desktop view
* feat: add html2canvas for easily exporting html to images using canvas
* feat: Export chart option in desktop view
* fix(style): longer titles overflowing
* fix: remove unnecessary imports
* fix: test
* fix: make bundled assets for hierarchy chart
* fix(style): apply svg container margin only in desktop view
* fix: Nest `.level` class style under `.hierarchy` class (#26905 )
fix: Nest `.level` class style under `.hierarchy` class
* fix: add z-index to filter to avoid svg wrapper overlapping
* fix: expand all nodes not working when there are only 2 levels
- added dom freeze while expanding all nodes and exporting
* fix: test
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com >
2021-08-16 20:42:23 +05:30
Rohit Waghchaure
9722641847
chore: Release Notes v13.9.0
2021-08-16 20:38:38 +05:30
Rucha Mahabal
33032ce07d
fix: test
2021-08-16 19:27:29 +05:30
Deepesh Garg
a320a8f1df
Merge pull request #26966 from deepeshgarg007/distributed_budget_variance_report_v13_pre
...
fix: Budget variance missing values
2021-08-16 18:28:19 +05:30
Deepesh Garg
58c1739eac
fix: Budget variance missing values
2021-08-16 18:04:57 +05:30
Ankush Menat
2a43fe1a22
ci: ignore backports while checking docs ( #26962 )
...
[skip ci]
2021-08-16 18:03:21 +05:30
Deepesh Garg
9c893e320d
Merge pull request #26960 from deepeshgarg007/distributed_budget_variance_report
...
fix: Budget variance missing values
2021-08-16 17:55:46 +05:30
Rucha Mahabal
bf75ea70fb
feat: Training Event Status Update and Validations ( #26698 )
...
* fix: training event employee status not updated on feedback submission
* feat: update attendees status on training event status update
* test: Training Event and Feedback
* chore: remove unused import
2021-08-16 17:22:51 +05:30
Deepesh Garg
8410e4854f
fix: Budget variance missing values
2021-08-16 17:14:40 +05:30
Deepesh Garg
3b4258b817
Merge pull request #26958 from deepeshgarg007/export_type_mandatory_v13_pre
...
fix: Add mandatory depends on condition for export type field
2021-08-16 15:16:07 +05:30
18alantom
f7b747e19c
refactor: reduce steps, reword cards
2021-08-16 15:14:36 +05:30
18alantom
599c1024a2
fix: semgrep, remove trailing and leading whitespaces
2021-08-16 15:14:22 +05:30
18alantom
95992a7ea5
refactor: fix typo, remove target warehouse cause SE Type dependency
2021-08-16 15:13:45 +05:30
18alantom
37466631f2
refactor: reorder steps according to stock settings refactor
2021-08-16 15:13:14 +05:30
18alantom
9581836885
refactor: add watch video step for stock opening balance
2021-08-16 15:13:05 +05:30
18alantom
1d67d20185
refactor: remove DN, PR; change wording, add/remove steps in tour
2021-08-16 15:12:57 +05:30
18alantom
51d2317bb5
refactor: sider/semgrep
2021-08-16 15:12:28 +05:30
18alantom
1851232e3c
refactor: move trailing whitespace out of translate func
2021-08-16 15:12:23 +05:30
18alantom
0b669b3d7e
refactor: add form tour for stock module onboarding
2021-08-16 15:12:16 +05:30
18alantom
23e1d2b536
refactor: update stock onboarding
2021-08-16 15:12:09 +05:30
Anupam Kumar
a9a24051c9
feat: enable track changes for leave type ( #26917 )
...
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
2021-08-16 14:48:53 +05:30
Deepesh Garg
4b9c127494
Merge branch 'version-13-pre-release' of https://github.com/frappe/erpnext into export_type_mandatory_v13_pre
2021-08-16 14:38:54 +05:30
Deepesh Garg
b58b1127f3
fix: Add mandatory depends on condition for export type field
2021-08-16 14:36:50 +05:30
Deepesh Garg
9b564a7b51
Merge pull request #26955 from deepeshgarg007/export_type_mandatory
...
fix: Add mandatory depends on condition for export type field
2021-08-16 14:16:32 +05:30
Deepesh Garg
3f07bb7021
fix: Add mandatory depends on condition for export type field
2021-08-16 13:18:39 +05:30
Deepesh Garg
0a618817dc
Revert "fix: Add party account validation for journal entry"
...
This reverts commit f00620a3ca .
2021-08-16 10:40:26 +05:30
Rucha Mahabal
67e3971c3b
fix: Org Chart fixes ( #26952 )
...
* fix: add z-index to filter to avoid svg wrapper overlapping
* fix: expand all nodes not working when there are only 2 levels
- added dom freeze while expanding all nodes and exporting
2021-08-16 10:38:39 +05:30
Rucha Mahabal
0b4959966c
fix: expand all nodes not working when there are only 2 levels
...
- added dom freeze while expanding all nodes and exporting
2021-08-16 10:19:48 +05:30
Rucha Mahabal
4c612b7cb2
fix: add z-index to filter to avoid svg wrapper overlapping
2021-08-15 21:32:39 +05:30
Deepesh Garg
bcaf475295
fix: Healthcare module accounting test cases
2021-08-15 21:19:18 +05:30
Deepesh Garg
f00620a3ca
fix: Add party account validation for journal entry
2021-08-15 21:18:13 +05:30
Rucha Mahabal
4981746b9a
Merge branch 'develop' into org-chart-develop
2021-08-15 20:50:56 +05:30
Suraj Shetty
1514916520
fix: Nest .level class style under .hierarchy class ( #26905 )
...
fix: Nest `.level` class style under `.hierarchy` class
2021-08-15 20:43:16 +05:30
Deepesh Garg
fa79e94b49
Merge branch 'develop' of https://github.com/frappe/erpnext into party_account_currency_check
2021-08-15 18:59:08 +05:30
Deepesh Garg
7145e9d183
Merge pull request #26359 from GangaManoj/enable-discount-accounting
...
feat: Enable discount accounting
2021-08-14 18:05:29 +05:30
Frappe PR Bot
b5926a33b3
fix: unknown attribute "string_type" ( #26947 ) ( #26950 )
...
(cherry picked from commit 6aed9e26ac )
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-14 10:48:33 +05:30
GangaManoj
f9356ee642
fix: Sider issues
2021-08-13 17:40:51 +05:30
GangaManoj
f977c65e80
fix: Make enable_discount_accounting a class property
2021-08-13 17:17:58 +05:30
GangaManoj
5999760a65
fix: Syntax error
2021-08-13 17:13:38 +05:30
Marica
f1c9766748
Merge pull request #26943 from frappe-pr-bot/backport/version-13-pre-release/26942
...
fix: (Stock Analytics) Copy previous balance dict object instead of assigning
2021-08-13 16:01:21 +05:30
Deepesh Garg
5122948450
Merge branch 'develop' of https://github.com/frappe/erpnext into enable-discount-accounting
2021-08-13 16:00:20 +05:30
Marica
2e6899fbe4
fix: Copy previous balance dict object instead of assigning ( #26942 )
...
- Due to plain assignment, dict mutation gave wrong monthly values
(cherry picked from commit fe2a34f171 )
2021-08-13 10:08:41 +00:00
Marica
fe2a34f171
fix: Copy previous balance dict object instead of assigning ( #26942 )
...
- Due to plain assignment, dict mutation gave wrong monthly values
2021-08-13 15:37:45 +05:30
Ankush Menat
8a6b82b196
ci: ignore js files in unittests ( #26934 )
...
* ci: ignore js files in unittests
- Avoid running python unittests on PRs that ONLY change JS files.
* ci: ignore md files in test workflows
2021-08-13 12:59:27 +05:30
Shariq Ansari
b32c2fa561
fix: updated erpnext wspace json files ( #26380 )
...
* fix: updated erpnext wspace json files
* fix: updated wspace json files
* fix: updated wspace json files
* fix: removed padding code from wspace json files
* fix: Updated restrict_to_domain in wspace json
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com >
2021-08-13 12:19:16 +05:30
Afshan
587d2db6a9
fix: show proper currency symbol in taxes and charges table ( #26827 )
...
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-08-13 10:59:06 +05:30
Afshan
1de4c01942
fix: Deferred Revenue Section should be collapsible only if its not enabled ( #26928 )
2021-08-12 23:06:34 +05:30
Noah Jacob
b8658d003f
fix: from_warehouse getting set to None ( #26920 )
2021-08-12 20:03:28 +05:30
Frappe PR Bot
f4b2f4aaf7
fix: ZeroDivisionError on creating e-invoice for credit note ( #26918 )
2021-08-12 17:11:38 +05:30
Saqib
88f13fef81
fix: ZeroDivisionError on creating e-invoice for credit note ( #26915 )
2021-08-12 16:26:51 +05:30
Deepesh Garg
80c85dd17c
fix: Account currency validation for first transaction
2021-08-12 15:39:07 +05:30
Ganga Manoj
54c31ed33c
feat: depreciate asset after sale ( #26543 )
2021-08-12 13:42:56 +05:30
Marica
b1406dba98
Merge pull request #26910 from frappe-pr-bot/backport/version-13-pre-release/26908
...
fix: Stock Analytics Report must consider warehouse during calculation
2021-08-12 10:52:20 +05:30
Marica
08e4026456
fix: Stock Analytics Report must consider warehouse during calculation ( #26908 )
...
* fix: Stock Analytics Report must consider warehouse during calculation
* fix: Brand filter in Stock Analytics
(cherry picked from commit 703b081172 )
2021-08-12 05:02:42 +00:00
Deepesh Garg
f037bae8ea
Merge pull request #26397 from GangaManoj/po-payment-terms
...
feat: Fetch Payment Terms from linked Sales/Purchase Order
2021-08-11 22:28:34 +05:30
Marica
63027283f3
Merge pull request #26673 from marination/stock-analytics
...
fix: Stock Analytics Report must consider warehouse during calculation
2021-08-11 19:47:56 +05:30
Deepesh Garg
a7054560da
Merge branch 'develop' into po-payment-terms
2021-08-11 19:31:30 +05:30
Marica
42899d69ea
Merge branch 'develop' into stock-analytics
2021-08-11 18:44:29 +05:30
Deepesh Garg
13fb71f642
Merge branch 'develop' into payment_entry_validations_and_trigger_develop
2021-08-11 18:20:42 +05:30
Deepesh Garg
c0b9e9c1cf
Merge pull request #26656 from ankush/fix_dn_test
...
test: fix test due to rename change
2021-08-11 18:20:17 +05:30
marination
455d300fca
Revert "test: fix POS Closing Entry Test"
...
This reverts commit 8f1a3aef2e .
2021-08-11 17:00:46 +05:30
marination
867939fcae
test: fixed asset movement tests
...
- set cwip account in company to avoid value missing
- removed unused statement
- removed trailing spaces
2021-08-11 16:40:07 +05:30
marination
8f1a3aef2e
test: fix POS Closing Entry Test
...
- Separated into two tests, one checks if SI cancelling is blocked, the other checks PCE cancel impact
- This is done because after cancel via assertRaises, damage done by cancel still exists or is partially comitted
- Dont use this partially cancelled doc for any assertions further, end test at exception assertion
- Use `get_value` to check SI docstatus, as its primary key changes after cancel
2021-08-11 15:17:06 +05:30
Suraj Shetty
fd1c47ef77
Merge pull request #26904 from surajshetty3416/fix-list-view
2021-08-11 14:53:58 +05:30
Suraj Shetty
99658ceb4e
fix: Nest .level class style under .hierarchy class
...
- To avoid style overrides in list view
2021-08-11 14:19:07 +05:30
marination
bca30d6101
test: fix Shift Request test
...
- Use `get_value` instead of `get_doc`
- Remove unnecessary loop, only one shift assignment is made against a shift request
- Get value after cancel again. Get doc is not reliable since primary key changed after cancel
2021-08-11 13:29:44 +05:30
marination
e5b0221693
test: fix attendance request tests
...
- Use `frappe.db.get_value` instead of `get_doc` for asserting values
- Get values after cancellation as reloading attendance doc breaks due to stale doc (primary key changed after cancel of attendance request)
- rollback everything on tearDown
2021-08-11 13:02:49 +05:30
Deepesh Garg
a1f0cebda5
fix: Do not update settings for test
2021-08-11 11:50:39 +05:30
Deepesh Garg
02f44528f2
test: Add test case for payment entry unlink
2021-08-11 11:50:39 +05:30
Deepesh Garg
7141860c04
test: Update exchange rate in test cases
2021-08-11 11:50:39 +05:30
Deepesh Garg
b5162390e5
fix: Only do specific validations on reference unlink
2021-08-11 11:50:39 +05:30
Deepesh Garg
188bba8feb
fix: Validation for receivingfrom customer against negative outstanding
2021-08-11 11:50:39 +05:30
Deepesh Garg
c5276f3fd3
fix: Multiple fixes in payment entry
2021-08-11 11:50:16 +05:30
Deepesh Garg
a57d13e1e9
fix: Multiple fixes in payment entry
2021-08-11 11:50:16 +05:30
Afshan
976ae13c1e
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-11 11:49:27 +05:30
Ankush
c1c9c4b68e
Merge branch 'develop' into fix_dn_test
2021-08-11 11:40:15 +05:30
Ankush
9152715f90
perf: various minor perf fixes for ledger postings ( #26775 )
...
* perf: only validate if voucher is journal entry
* perf: optimize merge GLE
- Order fields such that comparison will fail faster
- Break out of loops if not matched
* perf: don't try to match SLE if count mismatch
* refactor: simplify initialize_previous_data
* perf: use cache for fetching valuation_method
These are set only once fields
* refactor: simplify get_future_stock_vouchers
* refactor: simplify get_voucherwise_gl_entries
* perf: fetch only required fields for GL comparison
`select *` fetches all fields, output of this function is only used for
comparing.
* perf: reorder conditions in PL cost center check
* perf: reduce query while validating new gle
* perf: use cache for validating warehouse props
These properties don't change often, no need to query everytime.
* perf: use cached stock settings to validate SLE
* docs: update misleading docstring
Co-authored-by: Marica <maricadsouza221197@gmail.com >
2021-08-11 11:17:50 +05:30
Marica
e8be3a5243
Merge branch 'develop' into stock-analytics
2021-08-11 10:35:33 +05:30
rohitwaghchaure
a631ac605f
Merge pull request #26892 from rohitwaghchaure/merged-v13-hotfix-into-pre-release
...
chore: merge version-13-hotfix into version-13-pre-release
2021-08-11 00:13:30 +05:30
Deepesh Garg
bff3b0962a
fix: Override template only if setting is enabled
2021-08-10 23:58:27 +05:30
Rucha Mahabal
9855bbb95e
fix(style): apply svg container margin only in desktop view ( #26894 )
2021-08-10 23:53:02 +05:30
Rucha Mahabal
15cb248d9e
fix(style): apply svg container margin only in desktop view
2021-08-10 23:44:08 +05:30
Rohit Waghchaure
7167fd00bc
Merge branch 'version-13-hotfix' into merged-v13-hotfix-into-pre-release
2021-08-10 23:30:16 +05:30
Frappe PR Bot
b7b111c3ed
fix: unseting of payment if no pos profile found ( #26884 ) ( #26890 )
...
(cherry picked from commit b614834efe )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-10 22:52:37 +05:30
Afshan
b614834efe
fix: unseting of payment if no pos profile found ( #26884 )
2021-08-10 21:33:58 +05:30
marination
eb2050b407
fix: Brand filter in Stock Analytics
2021-08-10 20:37:09 +05:30
Rucha Mahabal
52cd007292
fix: make bundled assets for hierarchy chart
2021-08-10 20:13:28 +05:30
marination
55d8aaf0b6
fix: Stock Analytics Report must consider warehouse during calculation
2021-08-10 19:01:05 +05:30
Deepesh Garg
6d61340039
Merge pull request #26549 from nemesis189/ignore-mandatory-in-payment-reconcilitation
...
fix:Ignore mandatory fields while creating payment reconciliation Journal entry
2021-08-10 18:16:49 +05:30
Rucha Mahabal
f9afade7dc
fix: test
2021-08-10 18:02:41 +05:30
Rucha Mahabal
c1bb4eec9c
fix: remove unnecessary imports
2021-08-10 18:02:31 +05:30
Rucha Mahabal
5f0edca3f3
fix(style): longer titles overflowing
2021-08-10 18:02:21 +05:30
Rucha Mahabal
78f50a9809
feat: Export chart option in desktop view
2021-08-10 18:02:05 +05:30
Rucha Mahabal
58c31c72c3
feat: add html2canvas for easily exporting html to images using canvas
2021-08-10 18:01:52 +05:30
Rucha Mahabal
6f799d17ce
feat: Expand All nodes option in Desktop view
2021-08-10 18:01:15 +05:30
Rucha Mahabal
951b3a4313
fix: sider
2021-08-10 18:01:06 +05:30
Rucha Mahabal
9c63fcb01b
fix: sider
2021-08-10 18:00:57 +05:30
Rucha Mahabal
d32da5507f
fix(test): increase timeout for record creation
2021-08-10 18:00:47 +05:30
Rucha Mahabal
76d192f099
fix: tests
2021-08-10 18:00:37 +05:30
Rucha Mahabal
982a097d7a
fix: tests
2021-08-10 18:00:27 +05:30
Rucha Mahabal
2c7b500d16
fix: tests
2021-08-10 18:00:17 +05:30
Rucha Mahabal
e5406ece83
fix(tests): apply filters correctly
2021-08-10 18:00:05 +05:30
Rucha Mahabal
e126b370b0
fix(tests): clear filter before typing
2021-08-10 17:58:26 +05:30
Rucha Mahabal
9dfddca22e
ci(cypress): use env variable for key
...
documentation ref: https://docs.cypress.io/guides/guides/command-line\#cypress-run
2021-08-10 17:56:23 +05:30
Rucha Mahabal
525d4d4776
fix: sider
2021-08-10 17:56:13 +05:30
Rucha Mahabal
a1d379d5d4
test: UI tests for org chart mobile
...
fix(mobile): detach node before emptying hierarchy
fix(mobile): sibling group not rendering for first level
2021-08-10 17:56:04 +05:30
Rucha Mahabal
3cc85e166f
test: UI tests for org chart desktop
2021-08-10 17:55:53 +05:30
Rucha Mahabal
e1cf7712d9
fix: sider
2021-08-10 17:55:17 +05:30
Rucha Mahabal
9e7302a21e
fix(mobile): collapsed nodes not expanding
2021-08-10 17:55:08 +05:30
Rucha Mahabal
9270de59f4
fix: sibling group expansion not working for root nodes
2021-08-10 17:51:37 +05:30
Rucha Mahabal
c79316a9c0
fix: exclude active node while fetching sibling group
2021-08-10 17:51:28 +05:30
Rucha Mahabal
1a3c335feb
feat: use icon for connections on mobile view
2021-08-10 17:50:13 +05:30
Rucha Mahabal
b6715189fb
fix: do not sort by number of connections
2021-08-10 17:50:02 +05:30
Rucha Mahabal
a48b23e6a5
perf: Optimise Rendering
...
- optimise get_children function
- use promises instead of callbacks
- optimise selectors
- use const wherever possible
- use pure js instead of jquery for connectors for faster rendering
2021-08-10 17:49:53 +05:30
Rucha Mahabal
31a0f36ed9
feat: handle multiple root / orphan nodes
2021-08-10 17:49:44 +05:30
Rucha Mahabal
97d2bab434
fix: unnecessary variables
2021-08-10 17:49:36 +05:30
Rucha Mahabal
6a4cce2431
fix: removing orphaned connectors
2021-08-10 17:49:27 +05:30
Rucha Mahabal
781d1bf28d
fix: sider
2021-08-10 17:49:12 +05:30
Rucha Mahabal
d363f9db3d
fix: edit node button overflowing
2021-08-10 17:48:23 +05:30
Rucha Mahabal
6d06d8c207
feat: add arc to connectors in mobile view
2021-08-10 17:48:13 +05:30
Rucha Mahabal
4e7cda6e65
refactor: use arcs instead of bezier curves for cleaner connectors
2021-08-10 17:48:02 +05:30
Rucha Mahabal
e179cd9841
fix: revert changes in employee descendants query
2021-08-10 17:47:53 +05:30
Rucha Mahabal
aacb649050
feat: setup node edit action
2021-08-10 17:47:43 +05:30
Rucha Mahabal
249621af1b
refactor: add options to chart
...
- method to return the node data
- wrapper for showing the hierarchy
2021-08-10 17:47:06 +05:30
Rucha Mahabal
281241dc24
chore: create separate files for Desktop and Mobile view and bundle assets
2021-08-10 17:46:51 +05:30
Rucha Mahabal
e9c6ea077f
fix: don't refresh connections for same node
...
- remove all connectors while expanding a group node
2021-08-10 17:46:40 +05:30
Rucha Mahabal
fb9b628b89
feat: connectors for mobile node cards
2021-08-10 17:46:20 +05:30
Rucha Mahabal
25c5cff3de
fix: expanded node group interactions and visibility
2021-08-10 17:46:10 +05:30
Rucha Mahabal
5046cb09d8
feat(mobile): sibling node group expansion and rendering
2021-08-10 17:45:51 +05:30
Rucha Mahabal
8a33a039f7
feat: org chart mobile interactions
2021-08-10 17:44:52 +05:30
Rucha Mahabal
506ecb4216
feat: Organizational Chart
2021-08-10 17:44:30 +05:30
Anuja Pawar
0e337be065
fix: cost center & account validation in Sales/Purchase Taxes and Charges ( #25929 )
2021-08-10 17:26:35 +05:30
Anuja Pawar
1cba77cfbd
fix: Sales Return cancellation if linked with Payment Entry ( #26551 )
2021-08-10 17:25:12 +05:30
Saqib
84c4161c00
fix(e-invoicing): cannot cancel invoice if IRN cancelled on portal ( #26638 )
2021-08-10 16:46:44 +05:30
Saqib
2ae2580706
fix(asset): incorrect date difference calculation ( #26793 )
2021-08-10 16:37:48 +05:30
Marica
89d261df2c
Merge pull request #26873 from marination/test-asset-lcv
...
fix: Set CWIP Account in company at the start to avoid flaky test
2021-08-10 14:42:54 +05:30
Marica
173c4c8564
Merge branch 'develop' into test-asset-lcv
2021-08-10 14:38:31 +05:30
rohitwaghchaure
f8b4d69ff1
Merge pull request #26596 from marination/serial-no-space
...
fix: Clean Serial No input on Server Side
2021-08-10 14:32:23 +05:30
Afshan
af2f5277d5
fix: pos profile not mandatory for Sales Invoice ( #26853 )
2021-08-10 14:16:16 +05:30
Marica
d14f63afdc
Merge branch 'develop' into test-asset-lcv
2021-08-10 14:07:42 +05:30
marination
948386d85d
test: Serial no sanitation
2021-08-10 14:00:55 +05:30
Saqib
b37c6992df
Merge branch 'develop' into po-payment-terms
2021-08-10 13:37:31 +05:30
Marica
f6ea00e029
Merge branch 'develop' into serial-no-space
2021-08-10 13:17:08 +05:30
Anurag Mishra
94beda65ca
fix: updating lead status while customer creation ( #26606 )
...
* fix: updating lead status while customer creation
* fix: changes requested
2021-08-10 13:16:46 +05:30
marination
9ca2febd88
fix: Set CWIP Account in company at the start to avoid flaky test
2021-08-10 13:10:46 +05:30
Subin Tom
8db0f07115
fix: Missing method reset_issue_metrics added back to Issue doctype ( #26573 )
2021-08-10 11:43:43 +05:30
Saqib
7eefe927a5
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-10 11:37:56 +05:30
Anupam Kumar
e196dee510
Merge pull request #26085 from anupamvs/lead-cleanup
...
refactor: lead
2021-08-10 11:34:23 +05:30
Anupam Kumar
8e6d298fcf
Merge branch 'develop' into lead-cleanup
2021-08-10 11:32:43 +05:30
Afshan
f5b5be9644
Merge branch 'develop' into po-payment-terms
2021-08-10 09:32:08 +05:30
Afshan
a982a2a72e
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-10 09:30:48 +05:30
rohitwaghchaure
7ca1493655
Merge pull request #26868 from rohitwaghchaure/merge-version-13-hotfix-into-v13-pre-9
...
chore: merge version-13-hotfix into v13-pre-release
2021-08-10 01:29:00 +05:30
Rohit Waghchaure
f571e42aa4
Merge branch 'version-13-hotfix' into merge-version-13-hotfix-into-v13-pre-9
2021-08-10 01:06:23 +05:30
Ankush
5e428f0447
perf(cache): fix active SLA doctype caching ( #26861 )
...
If no SLA is configured then this query runs on EVERY `validate` call.
Root cause: if not active SLA doctypes exist then `not []` evalutes to
true and causes query to run again.
2021-08-09 22:15:49 +05:30
Deepesh Garg
b92c404ed0
Merge pull request #26866 from fproldan/fix_price_list_subscription
...
fix: depends_on in price list field in Subscription Plan
2021-08-09 20:35:17 +05:30
Francisco Roldan
7e3dd9e8ee
fix: depends_on in price list field
2021-08-09 11:21:41 -03:00
Deepesh Garg
75a832715c
test: Update test cases for discount accounting
2021-08-09 19:03:14 +05:30
Deepesh Garg
cb539b7a6a
fix: Add discount account handling in Purchase Invoice
2021-08-09 19:01:41 +05:30
Deepesh Garg
8b9c04aae8
test: Fix test cases for payment terms fetch
2021-08-09 18:53:15 +05:30
Deepesh Garg
802c6b3738
test: Improve test case for not coping payment terms
2021-08-09 18:53:15 +05:30
Deepesh Garg
bcf56e64ba
fix: Ignore default payment term templates when coping payment terms from orders
2021-08-09 18:53:14 +05:30
GangaManoj
072f63b324
Revert "fix: Only fetch default Payment Terms Template if present"
...
This reverts commit fb80ca9e06 .
2021-08-09 18:53:14 +05:30
GangaManoj
e247e3a4b2
fix: Only fetch default Payment Terms Template if present
2021-08-09 18:53:14 +05:30
GangaManoj
5b33e75c65
fix: Fetch discount details from Payment Terms only if Discount Type = Percentage
2021-08-09 18:53:14 +05:30
GangaManoj
0588382c38
fix: Stop fetching amount while fetching Payment Terms
2021-08-09 18:53:14 +05:30
GangaManoj
55cb82c74d
fix: Compare Payment Schedules
2021-08-09 18:53:14 +05:30
GangaManoj
1200872c7e
fix: Disable automcatically_fetch_payment_terms after running its associated tests
2021-08-09 18:53:13 +05:30
GangaManoj
7244afe129
fix: Rename test to reflect changes in code
2021-08-09 18:53:13 +05:30
GangaManoj
54d1336d11
fix: Condition for fetching Payment Terms from Sales/Purchase Orders
2021-08-09 18:53:13 +05:30
Deepesh Garg
90cca2cb55
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-09 18:06:33 +05:30
Anuja Pawar
08ae49cd11
fix(regional): add permissions for VAT Audit report ( #26851 )
...
fix(regional): add permissions for VAT Audit report
2021-08-09 17:58:52 +05:30
Anupam Kumar
d0d0be0a61
Merge branch 'develop' into lead-cleanup
2021-08-09 17:25:53 +05:30
Ganga Manoj
458f7f1194
patch: delete all orphaned tables docs ( #26743 )
2021-08-09 17:16:48 +05:30
Anupam Kumar
2f06c3e40d
Merge branch 'develop' into lead-cleanup
2021-08-09 16:07:04 +05:30
Anupam
db3ee31413
fix: test case
2021-08-09 15:34:50 +05:30
Ankush
7ba8c821a1
test: fix flaky purchase receipt test ( #26859 )
2021-08-09 15:14:26 +05:30
Anupam
42bb77bf80
fix: creating contact on creation of lead
2021-08-09 15:11:13 +05:30
Afshan
b3bbebd27c
fix: add parameter for db insert while adding item tax ( #26855 )
2021-08-09 14:39:32 +05:30
Anupam Kumar
9c04c297b8
refactor: Accounts Settings form cleanup ( #26842 )
2021-08-09 14:01:02 +05:30
harshpwctech
b0f3c0f3fd
fix: JWT decoding error ( #26624 )
2021-08-09 13:42:05 +05:30
Ankush
07337d5c78
fix: validate python expressions ( #26835 )
2021-08-09 12:38:40 +05:30
Anupam Kumar
ef8539fd60
refactor: Selling Settings form cleanup ( #26841 )
2021-08-09 12:38:14 +05:30
Marica
ab8f0cab4d
fix: Faulty Gl Entry for Asset LCVs ( #26803 )
...
* fix: Faulty Gl Entry for Asset LCVs
- Both Gl entries were crediting in their respective accounts
- Asset Account must be debited into
* fix: Use keyword arguments instead of positional for better readability
* chore: Test for LCV for draft asset created via Purchase Receipt
2021-08-09 12:24:04 +05:30
Marica
4c929b6994
Merge branch 'develop' into serial-no-space
2021-08-09 10:50:09 +05:30
Ankush
7e0c57fa3f
fix: allow alternative items when using job card ( #26724 )
2021-08-09 10:46:29 +05:30
Ankush
16d4de5130
fix: price list with 0 value are ignored ( #26655 )
...
* fix: price list with 0 value are ignored
Steps to reproduce:
1. Create 2 item price for two different supplier. One of them should be
zero.
2. Create PO
3. Add supplier with non-zero price and add item.
4. change supplier. Price won't change. If price was non-zero it
would've changed.
Root cause: falsiness check instead of null value check is used for
checking if price list value exists. 0 is evaluated as false.
* refactor: make get_price_list_rate function pure
2021-08-09 10:41:24 +05:30
HENRY Florian
07e65ab589
feat: add french address template ( #26316 )
...
* add french address template
Co-authored-by: Ankush <ankush@iwebnotes.com >
2021-08-09 10:32:31 +05:30
Ankush
27a29eb6bc
test: fix pricelist tests ( #26839 )
...
problem: exchange rate API is returning exchange rates for "_Test currency".
These tests were relying on failure of that function.
2021-08-06 21:34:44 +05:30
Ankush
614336fe1d
test: use item that allows fractional UOM in test ( #26837 )
2021-08-06 19:36:21 +05:30
Saqib
f1141e7756
fix: failing budget test due to project naming ( #26834 )
2021-08-06 17:37:17 +05:30
Anupam
b4e720f8ec
fix: test case
2021-08-06 14:39:13 +05:30
Anupam
59c971015a
fix: test case
2021-08-06 14:02:57 +05:30
Saqib
668f442139
Merge branch 'develop' into po-payment-terms
2021-08-06 13:42:10 +05:30
Anupam
01a0585ba0
fix: removing organization_lead traceback
2021-08-06 12:21:02 +05:30
Anupam
4723e18f9e
fix: sider issue
2021-08-06 11:16:55 +05:30
Saqib
e7fa2e5826
fix(e-invoicing): cannot generate IRNs for standalone credit notes ( #26824 )
2021-08-06 11:03:57 +05:30
Nabin Hait
418d478dad
Merge pull request #26764 from nabinhait/addl_salary_fix
...
fix: Additional salary processing
2021-08-06 10:24:03 +05:30
Deepesh Garg
1d90f7684e
fix: Do not fetch fully return issued purchase receipts ( #26809 )
2021-08-05 19:17:32 +05:30
Anupam
c35a526dd8
fix: adding test cases
2021-08-05 14:42:15 +05:30
Ganga Manoj
884d8cf065
fix: Let all System Managers be able to delete Company transactions ( #26815 )
2021-08-05 11:14:46 +05:30
Anupam
2732490cbe
fix: review changes
2021-08-05 00:30:01 +05:30
François de Ryckel
005291e6dd
fix: typo in error message ( #26816 )
2021-08-04 21:59:18 +05:30
Mohammed Yusuf Shaikh
e5d8ba65ca
fix: trigger lost reason dialog when status is changed to lost ( #26811 )
2021-08-04 16:35:38 +05:30
Subin Tom
035ce304fe
fix: POS payment modes displayed wrong total ( #26708 )
2021-08-04 13:57:55 +05:30
Saqib
5c9d4db0e9
Merge branch 'develop' into payment-reconc-party-validation-fix
2021-08-04 13:57:00 +05:30
Saqib
3a50490c04
fix: fetching of item tax from hsn code ( #26736 )
...
* fix: fetching of item tax from hsn code
2021-08-03 15:57:11 +05:30
Deepesh Garg
b4784493c9
Merge pull request #26480 from Anuja-pawar/sa-vat-report
...
feat(regional): South Africa VAT Audit Report
2021-08-03 15:24:43 +05:30
Deepesh Garg
4e1a205c11
fix: Optimize item updation
2021-08-03 14:58:45 +05:30
Deepesh Garg
346bde875c
Merge branch 'develop' of https://github.com/frappe/erpnext into sa-vat-report
2021-08-03 14:44:20 +05:30
Ganga Manoj
471f48f64d
fix: Reset weight_per_unit on replacing Item ( #26619 )
...
* fix: Assign Item's default weight_per_unit as its weight_per_unit in get_item_details
* fix: Set weight_uom in get_item_details as Item's default weight_uom
2021-08-03 14:39:38 +05:30
Anuja
f2ee1155c0
fix: sider fixes
2021-08-02 23:13:21 +05:30
Ankush
efb037b566
refactor!: drop shopify integration from ERPNext ( #26700 )
...
BREAKING CHANGE: remove Shopify integration.
The integration is moved to a separate app with additional enhancements.
The app is still FOSS and licensed under the same license as ERPNext. Any
data migration required is taken care of after installing the app and
enabling it.
New app: https://github.com/frappe/ecommerce_integrations
2021-08-02 21:57:52 +05:30
Saqib
78762850ee
fix: gl entries for exchange gain loss ( #26711 )
2021-08-02 20:15:54 +05:30
Ankush
b3740e9afc
fix: remove limit from stock balance report ( #26773 )
2021-08-02 20:13:26 +05:30
Alan
7fe588e236
fix: change format string to percent string interpolation ( #26774 )
2021-08-02 20:07:55 +05:30
Anuja
3bcbc86291
fix: resolved conflicts in patches.txt
2021-08-02 12:58:46 +05:30
Anuja
f9fc3bbfa8
fix: added patch for custom field and minor fixes
2021-08-02 12:54:30 +05:30
Deepesh Garg
ad7bb316c1
fix: GL Entries for discount amount with item qty greater than 1
2021-08-02 12:41:06 +05:30
Deepesh Garg
c677d47a4a
fix: Test Cases
2021-08-02 12:40:44 +05:30
Deepesh Garg
c525b372c6
fix: Tests
2021-08-02 12:40:00 +05:30
Deepesh Garg
92f7a5a390
fix: GL For taxes if discount applied on Grand Total
2021-08-02 12:39:43 +05:30
Deepesh Garg
b7267f8f5f
fix: Syntax Error
2021-08-02 12:39:22 +05:30
Subin Tom
e99cd2e9da
fix: POS Invoice consolidated Sales Invoice field set to no copy ( #26706 )
2021-08-02 11:39:20 +05:30
Subin Tom
3b7615750a
fix: POS Item Cart non-stop scroll issue ( #26692 )
2021-08-02 11:37:38 +05:30
Subin Tom
58118d7830
fix: missing QR Code in auto email attachment ( #26598 )
2021-08-02 11:34:43 +05:30
rohitwaghchaure
31fe5f5b92
fix: added progress bar in repost item valuation ( #26680 )
2021-08-02 11:01:30 +05:30
Anuja Pawar
4ec02ad91d
Merge branch 'develop' into sa-vat-report
2021-08-02 10:42:04 +05:30
Nabin Hait
493029195c
fix: Additional salary processing
2021-08-01 19:47:42 +05:30
Rohit Waghchaure
343143037c
fix: conflicts
2021-08-01 14:45:24 +05:30
Rohit Waghchaure
8880d13227
Merge branch 'version-13-pre-release' into version-13
2021-08-01 14:35:10 +05:30
Rohit Waghchaure
8cb560c753
bumped to version 13.8.0
2021-08-01 14:55:09 +05:50
rohitwaghchaure
b86213c890
Merge pull request #26753 from rohitwaghchaure/change-log-v13-8-0
...
chore: Added change log for v13.8.0
2021-08-01 11:37:05 +05:30
Deepesh Garg
36f6e9b58e
Merge pull request #26654 from marination/pi-expense-account
...
fix: Set Expense account from warehouse only if warehouse exists (Inter company invoice)
2021-07-31 17:32:24 +05:30
Rohit Waghchaure
6fffc90b46
chore: Added change log for v13.8.0
2021-07-31 16:22:12 +05:30
rohitwaghchaure
41da6f0d13
Merge pull request #26735 from rohitwaghchaure/fixed-cogs-in-purchase-receipt
...
fix: COGS account in purchase receipt
2021-07-31 14:50:47 +05:30
Nabin Hait
99afe375ea
Merge pull request #26237 from rtdany10/patch-5
...
feat: Increase number of supported currency exchanges
2021-07-31 11:34:15 +05:30
Rohit Waghchaure
2a14f255cf
fix: COGS account in purchase receipt
2021-07-31 11:14:14 +05:30
Deepesh Garg
64267faa8f
Merge pull request #26742 from deepeshgarg007/tds_194q_calculations_v13
...
fix: TDS calculation for first threshold breach for TDS category 194Q
2021-07-30 20:41:37 +05:30
Deepesh Garg
6eded547f5
fix: TDS calculation for first threshold breach for TDS category 194Q
2021-07-30 20:12:51 +05:30
Rucha Mahabal
1a2332a81c
fix: student category mapping from the program enrollment tool ( #26716 )
...
Co-authored-by: Jannat Patel <31363128+pateljannat@users.noreply.github.com >
2021-07-30 18:30:15 +05:30
Subin Tom
b8845b9ed9
Fix: Payment Entry party validation issue
2021-07-30 16:30:18 +05:30
Marica
7cbd755951
Merge branch 'develop' into serial-no-space
2021-07-30 14:09:19 +05:30
Saqib
d4ae1febe3
fix: gl entries for exchange gain loss ( #26734 )
2021-07-30 11:21:49 +05:30
Rucha Mahabal
821db5cce7
fix: employee status server-side validation ( #26442 )
...
* fix: employee status server-side validation
* fix: test
* test: employee inactive status
* fix: test
2021-07-30 10:21:42 +05:30
rohitwaghchaure
383c49cfed
Merge pull request #26726 from marination/stock-reco-fetch-non-empty-stock
...
feat: (Stock Reco) Ignore Empty Stock while fetching items from warehouse
2021-07-30 00:15:18 +05:30
rohitwaghchaure
50b4b70589
Merge pull request #26727 from deepeshgarg007/pricing_rule_item_group_v13
...
fix: Parent condition in pricing rules
2021-07-29 20:06:47 +05:30
Deepesh Garg
9c7a9f3a13
fix: Parent condition in pricing rules
2021-07-29 20:02:49 +05:30
Marica
0eed394f5e
Merge branch 'develop' into stock-reco-fetch-non-empty-stock
2021-07-29 19:54:56 +05:30
rohitwaghchaure
22eac9bd0c
Merge pull request #26720 from rohitwaghchaure/skip-cancelled-entries-in-report-develop
...
fix: remove cancelled entries from Stock and Account Value comparison report
2021-07-29 19:50:00 +05:30
Ankush
57cd273f7c
fix: empty "against account" in Purchase Receipt GLE bp #26712 ( #26719 )
...
* fix: correct field for GLE against account in PR
* fix: remove incorrect field check from reposting
2021-07-29 19:49:36 +05:30
marination
533ee9a401
feat: (Stock Reco) Ignore Empty Stock while fetching items from warehouse
...
- Added checkbox to `Fetch Items from Warehouse` dialog to ignore empty stock
- fix: Items fetched twice due to Item Defaults
- Improved code readability
2021-07-29 19:39:32 +05:30
GangaManoj
c7c90244fe
fix: Check if Purchase Order has Payment Terms Template
2021-07-29 19:19:46 +05:30
rohitwaghchaure
020b8ae110
Merge pull request #26721 from rohitwaghchaure/skip-cancelled-entries-in-report-pre
...
fix: remove cancelled entries from Stock and Account Value comparison report
2021-07-29 19:18:58 +05:30
Rohit Waghchaure
a6d276a06f
fix: remove cancelled entries from Stock and Account Value comparison report
2021-07-29 19:16:20 +05:30
Rohit Waghchaure
c1c5a4ae17
fix: remove cancelled entries from Stock and Account Value comparison report
2021-07-29 19:15:34 +05:30
Deepesh Garg
8b7e3775c2
Merge pull request #26712 from ankush/against_acc_pr
...
fix: empty "against account" in Purchase Receipt GLE
2021-07-29 19:10:38 +05:30
Jannat Patel
e99f68fd7e
fix: expense claim semgrep issue ( #26709 )
...
* fix: expense claim semgrep issue
* fix: sider
2021-07-29 18:31:38 +05:30
Saqib
bbb96899a5
Merge branch 'develop' into po-payment-terms
2021-07-29 17:23:09 +05:30
Ankush
0bb60b37df
chore: add timeout to GHA workflows ( #26714 )
2021-07-29 17:15:12 +05:30
Dany Robert
2833a02e0e
Merge branch 'develop' into patch-5
2021-07-29 16:47:28 +05:30
Dany Robert
909995a441
fix: issue with cache.setex
2021-07-29 15:58:27 +05:30
Ankush Menat
5764b49767
fix: remove incorrect field check from reposting
2021-07-29 15:41:22 +05:30
Ankush Menat
c3e739caf8
fix: correct field for GLE against account in PR
2021-07-29 15:34:18 +05:30
Nabin Hait
ebbabf11e9
Merge pull request #25944 from ruchamahabal/fix-employee-onboarding-status
...
fix: boarding status in Employee Onboarding and Separation
2021-07-29 15:24:54 +05:30
Ankush
e906acdc49
chore: change location of backport action ( #26705 )
2021-07-29 13:56:21 +05:30
rohitwaghchaure
04ff0bc40d
Merge pull request #26264 from noahjacob/mr_allowance_feat
...
feat: over transfer allowance for material transfers
2021-07-29 11:18:37 +05:30
Ankush
f8343890b9
feat: don't recompute taxes ( #26695 )
2021-07-29 11:09:34 +05:30
Anupam
a6ce1244a0
fix: sider issues
2021-07-29 10:43:21 +05:30
Anuja
5dcd5e48e7
fix: fixed zero tax rate issue by adding custom field
2021-07-29 00:54:48 +05:30
Deepesh Garg
c6fe601efa
Merge pull request #26677 from deepeshgarg007/tds_enhancements_v13
...
feat: Enhancements in TDS
2021-07-28 20:58:42 +05:30
Deepesh Garg
e79bfbb104
Merge pull request #26665 from ankush/dont_recompute_taxes
...
feat: don't recompute taxes
2021-07-28 19:36:27 +05:30
Anupam
47a651a80f
fix: removing depends_on for contact fields
2021-07-28 18:21:19 +05:30
rohitwaghchaure
bfd824c56e
Merge pull request #26691 from frappe-pr-bot/backport/version-13-pre-release/26689
...
fix(bom): remove manual permission checking
2021-07-28 18:01:58 +05:30
Anupam
49cfac0ef0
feat: added basic info. of lead in header part
2021-07-28 17:51:35 +05:30
Deepesh Garg
6ac68f3bc7
fix: Patch
2021-07-28 17:19:00 +05:30
Deepesh Garg
8c7d9efa9d
fix: Chnage fieldtype from data to check
2021-07-28 17:18:50 +05:30
Ankush
8ed7a21cd5
fix(bom): remove manual permission checking ( #26689 )
...
get_list does the permission checking.
(cherry picked from commit d95f16ac8f )
2021-07-28 11:12:27 +00:00
Ankush
d95f16ac8f
fix(bom): remove manual permission checking ( #26689 )
...
get_list does the permission checking.
2021-07-28 16:38:59 +05:30
Anupam
f4f0dde838
feat: unlinking dynamic links on trash
2021-07-28 16:16:52 +05:30
Anuja
4571fb6635
Merge remote-tracking branch 'origin/sa-vat-report' into sa-vat-report
2021-07-28 15:44:19 +05:30
Sagar Vora
70c673d9b0
Merge pull request #26688 from resilient-tech/fix-reference-date
...
fix: date as reference_date from bank transactions
2021-07-28 15:20:14 +05:30
Marica
d43e6ced91
Merge branch 'develop' into pi-expense-account
2021-07-28 14:38:48 +05:30
walstanb
655b5dc190
fix: date as reference_date from bank transactions
2021-07-28 14:30:11 +05:30
Afshan
42bc0a7db8
fix: documentation link for E Invoicing ( #26684 )
2021-07-28 13:42:53 +05:30
Afshan
868a6cb26d
fix: documentation link for E Invoicing ( #26686 )
2021-07-28 13:42:13 +05:30
rohitwaghchaure
36bf5c7ed4
Merge branch 'develop' into mr_allowance_feat
2021-07-28 11:52:57 +05:30
Deepesh Garg
441adf763f
fix(minor): Consider grand total for threshold check
2021-07-28 10:51:50 +05:30
Frappe PR Bot
3a39c0f19a
fix: force reload of Opportunity in patch ( #26668 ) ( #26681 )
...
(cherry picked from commit ac2e139d5b )
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com >
2021-07-28 00:19:32 +05:30
rohitwaghchaure
c1eb5a06a3
Merge pull request #26679 from rohitwaghchaure/removed-remarks-field-from-ar-ap-report-develop
...
fix: removed Remarks column from AR/AP report
2021-07-27 22:23:40 +05:30
Rohit Waghchaure
5d121c41f3
fix: removed Remarks column from AR/AP report
2021-07-27 22:22:56 +05:30
rohitwaghchaure
69983eb8ff
Merge pull request #26678 from rohitwaghchaure/fixed-dict-object-has-no-attr-develop
...
fix: not able to add employee in the job card
2021-07-27 22:22:10 +05:30
Rohit Waghchaure
7903aeca7e
fix: not able to add employee in the job card
2021-07-27 22:19:41 +05:30
Deepesh Garg
5a7fad8a6a
feat: Enhancements in TDS
2021-07-27 18:55:14 +05:30
rohitwaghchaure
82d0cfc68e
Merge pull request #26676 from rohitwaghchaure/fixed-dict-object-has-no-attr-pre
...
fix: not able to add employee in the job card
2021-07-27 18:46:59 +05:30
Rohit Waghchaure
940356d28a
fix: not able to add employee in the job card
2021-07-27 18:45:17 +05:30
Jannat Patel
1ec7ccd749
Merge pull request #26272 from anupamvs/campaign-module
...
fix: moving campaign from selling to CRM
2021-07-27 17:34:31 +05:30
rohitwaghchaure
a07423ebb5
Merge pull request #26672 from frappe-pr-bot/backport/version-13-pre-release/26641
...
fix: reload manufacturing setting before patch
2021-07-27 17:28:53 +05:30
Anupam
6a89b9e267
Merge branch 'campaign-module' of https://github.com/anupamvs/erpnext into campaign-module
2021-07-27 16:53:08 +05:30
Ankush
7a97b6d6a8
fix: reload manufacturing setting before patch ( #26641 )
...
(cherry picked from commit c8d7a8c781 )
2021-07-27 11:19:33 +00:00
Anupam
ee1089ca4f
Merge branch 'develop' of https://github.com/frappe/erpnext into campaign-module
2021-07-27 16:49:24 +05:30
Anupam
f1c697ca75
fix: sider issue
2021-07-27 16:49:04 +05:30
Deepesh Garg
9d8efbe1db
Merge pull request #26651 from deepeshgarg007/exchange_rate_reval_fixes_v13_pre_release
...
fix: Exchange rate revaluation posting date and precision fixes
2021-07-27 16:41:59 +05:30
Deepesh Garg
3ee61af676
Merge pull request #26628 from deepeshgarg007/exchange_rate_reval_fixes
...
fix: Exchange rate revaluation posting date and precision fixes
2021-07-27 16:41:04 +05:30
Ankush
c8d7a8c781
fix: reload manufacturing setting before patch ( #26641 )
2021-07-27 16:39:38 +05:30
Ankush Menat
dfdd1c6e02
feat: don't recompute taxes
2021-07-27 14:49:44 +05:30
rohitwaghchaure
801ca6528a
Merge pull request #26663 from rohitwaghchaure/develop-fixed-serial-no-not-link-to-batch-error
...
fix: serial no and batch validation
2021-07-27 13:45:37 +05:30
Rohit Waghchaure
6b482ebb0f
fix: serial no and batch validation
2021-07-27 13:42:37 +05:30
Deepesh Garg
2dbfb932b4
Merge pull request #26618 from nemesis189/supplier-invoice-importer-fix
...
fix: Supplier invoice importer fix
2021-07-27 10:27:07 +05:30
Anuja Pawar
9302e0b6c5
Merge branch 'develop' into sa-vat-report
2021-07-27 10:18:53 +05:30
Deepesh Garg
831ce88d1c
Merge pull request #26643 from nemesis189/ignore-mandatory-in-payment-reconcilitation-pre-release
...
fix:Ignore mandatory fields while creating payment reconciliation Journal Entry
2021-07-27 10:16:04 +05:30
Deepesh Garg
59f87a3c95
Merge branch 'develop' into ignore-mandatory-in-payment-reconcilitation
2021-07-27 10:15:14 +05:30
Deepesh Garg
af84ce9216
Merge pull request #26647 from deepeshgarg007/gst_sales_register_fix_v13
...
fix(India): Default value for export type
2021-07-27 10:12:33 +05:30
Anupam Kumar
34353df48c
fix: sales pipeline graph issue ( #26626 )
2021-07-27 09:47:44 +05:30
Jannat Patel
ae9d1d9617
fix: Salary component account filter ( #26604 )
...
* fix: salary component account filter
* fix: cleanup
2021-07-27 09:40:12 +05:30
Ankush Menat
03a6c38f06
test: fix test due to rename change
2021-07-26 22:24:25 +05:30
marination
77f9f048b6
chore: test case for missing default warehouse on mapping
2021-07-26 21:33:17 +05:30
Marica
a4bafe2dbf
Merge branch 'develop' into pi-expense-account
2021-07-26 20:15:20 +05:30
marination
5c82af50f9
fix: Set Expense account from warehouse only if warehouse exists
2021-07-26 19:41:53 +05:30
Deepesh Garg
1b6c75bbb1
Merge pull request #26642 from deepeshgarg007/gstr_3b_missing_cess_develop
...
fix: Add missing cess amount in GSTR-3B report
2021-07-26 19:21:29 +05:30
Deepesh Garg
61d014d249
Merge pull request #26644 from deepeshgarg007/gstr_3b_missing_cess_v13
...
fix: Add missing cess amount in GSTR-3B report
2021-07-26 19:20:50 +05:30
Deepesh Garg
8a6aa0d788
Merge pull request #26645 from deepeshgarg007/gst_reports_timeout_develop
...
fix: GST Reports timeout issue
2021-07-26 19:20:12 +05:30
Deepesh Garg
93dd238577
Merge pull request #26646 from deepeshgarg007/gst_reports_timeout_v13
...
fix: GST Reports timeout issue
2021-07-26 19:19:34 +05:30
Deepesh Garg
3fcc5e3134
fix: Convert null values to empty string on grouping
2021-07-26 19:09:09 +05:30
Deepesh Garg
19a0ca1980
fix: Ignore GL Entry on cancel
2021-07-26 19:08:56 +05:30
Deepesh Garg
356a55258e
fix: Exchange rate revaluation posting date and precision fixes
2021-07-26 19:08:45 +05:30
Deepesh Garg
b23315a7e6
Merge branch 'develop' into exchange_rate_reval_fixes
2021-07-26 19:05:44 +05:30
Deepesh Garg
cba847b051
fix: Test case for GSTR-3b report
2021-07-26 18:46:27 +05:30
Deepesh Garg
a661667e2a
fix(India): Default value for export type
2021-07-26 18:46:14 +05:30
Jannat Patel
bfec49376d
Merge pull request #26631 from ChillarAnand/co
...
chore: Updated CODEOWNERS
2021-07-26 18:39:13 +05:30
Jannat Patel
16feebf685
Update CODEOWNERS
...
chore: update code owner for education module
2021-07-26 18:17:30 +05:30
Jannat Patel
ebda4d67bd
Merge branch 'develop' into co
2021-07-26 18:14:48 +05:30
Noah Jacob
ba18a96b0c
test: test case for over transfer of materials
2021-07-26 18:12:40 +05:30
Noah Jacob
bc82344fc7
feat: over transfer allowance for material transfers
2021-07-26 18:12:37 +05:30
Anuja Pawar
abc63cffa8
fix: suggested changes
2021-07-26 18:11:38 +05:30
Deepesh Garg
5fe7d80a64
fix: GST Reports timeout issue
2021-07-26 17:13:28 +05:30
Deepesh Garg
19589b1e21
fix: GST Reports timeout issue
2021-07-26 17:05:48 +05:30
Deepesh Garg
c468e4a93d
fix: Add missing cess amount in GSTR-3B report
2021-07-26 16:58:07 +05:30
Deepesh Garg
00fd319531
fix: Add missing cess amount in GSTR-3B report
2021-07-26 16:52:54 +05:30
Subin Tom
50b76d04bf
fix:Ignore mandatory fields while creating payment reconciliation Journal Entry
2021-07-26 16:52:05 +05:30
Deepesh Garg
4e0664b548
Merge branch 'develop' into supplier-invoice-importer-fix
2021-07-26 16:48:11 +05:30
Subin Tom
ed68f11a46
fix: Supplier invoice importer fix pre release ( #26636 )
...
* fix: Supplier Invoice Importer fix
Co-authored-by: Subin Tom <subin-home@Subins-MacBook-Air.local >
2021-07-26 16:47:36 +05:30
rohitwaghchaure
f3ae7584c5
Merge pull request #26635 from frappe-pr-bot/backport/version-13-pre-release/26576
...
fix: included company in link document type filters for contact
2021-07-26 13:08:33 +05:30
Noah Jacob
64454a5dc8
fix: included company in Link Document Type filters for contact ( #26576 )
...
(cherry picked from commit cbddedab7b )
2021-07-26 07:32:43 +00:00
Noah Jacob
cbddedab7b
fix: included company in Link Document Type filters for contact ( #26576 )
2021-07-26 12:54:35 +05:30
rohitwaghchaure
7aa802a073
Merge pull request #26632 from rohitwaghchaure/merging-13-hotfix-to-13-pre-release-13-8
...
chore: Merging Version 13 hotfix to 13 Pre Release
2021-07-26 12:43:16 +05:30
Rohit Waghchaure
60a0b7fe77
Merge branch 'version-13-hotfix' into 'version-13-pre-release-13-8'
2021-07-26 11:34:57 +05:30
ChillarAnand
2d439f2355
chore: Updated CODEOWNERS
2021-07-26 11:08:31 +05:30
Deepesh Garg
67273b9551
fix: Convert null values to empty string on grouping
2021-07-25 21:26:22 +05:30
Deepesh Garg
a8bf61c14e
Merge branch 'develop' of https://github.com/frappe/erpnext into exchange_rate_reval_fixes
2021-07-25 19:58:04 +05:30
Deepesh Garg
c485d5c3b7
fix: Ignore GL Entry on cancel
2021-07-25 19:46:50 +05:30
Deepesh Garg
f4701c174a
fix: Exchange rate revaluation posting date and precision fixes
2021-07-25 19:46:20 +05:30
Ankush
cd12d95a24
fix: incorrect amount in work order required items table. ( #26585 )
...
* fix: amount in work order not equal to rate * qty
* fix: patch for amount in work order required items
2021-07-25 13:10:50 +05:30
Ankush
96caae1f56
fix: wrong operation time in Work Order ( #26613 ) ( #26617 )
...
* fix: wrong operation time in Work Order
Top level item time operation was not considering the BOM.quantity
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
Co-authored-by: rohitwaghchaure <rohitw1991@gmail.com >
2021-07-25 13:01:21 +05:30
Ankush
057a0a9842
ci: auto backport squashed commits based on labels ( #26622 )
2021-07-25 12:49:05 +05:30
Subin Tom
fac88a3329
fix: Supplier Invoice Importer fix
2021-07-23 21:23:48 +05:30
Subin Tom
2fc39fcade
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
2021-07-23 20:55:24 +05:30
Anurag0911
4128aa7628
fix: syntax error ( #26610 )
...
Removed "," at erpnext/public/js/controllers/taxes_and_totals.js:87
2021-07-23 16:52:42 +05:30
GangaManoj
add2030553
fix: Sider issues
2021-07-23 03:58:27 +05:30
GangaManoj
aed39a23dc
fix: Rename tests
2021-07-23 03:45:59 +05:30
GangaManoj
13e7103ee0
fix: Add test to check if payment terms are fetched when creating a Purchase Invoice
2021-07-23 03:44:56 +05:30
GangaManoj
de6d960381
fix: Add test to check if payment terms are fetched when creating a Purchase Invoice
2021-07-23 03:36:37 +05:30
GangaManoj
9c07454f91
fix: Add test to check if payment terms are fetched when creating a Sales Invoice
2021-07-23 03:23:29 +05:30
GangaManoj
caa106b3bd
fix: Add test to check if payment terms are fetched when creating a Sales Invoice
2021-07-22 22:58:45 +05:30
Nabin Hait
595c7a6e61
fix: merge conflict
2021-07-22 17:11:20 +05:30
Nabin Hait
338f436a1c
Merge branch 'version-13-pre-release' into version-13
2021-07-22 17:05:51 +05:30
Nabin Hait
7551bcf421
bumped to version 13.7.1
2021-07-22 17:25:51 +05:50
rohitwaghchaure
ce3e877c40
fix: incorrect bom name (bp #26600 )
2021-07-22 16:10:58 +05:30
Devin Slauenwhite
0d968fabfe
fix: missing parameter 'country'
2021-07-22 13:44:09 +05:30
marination
eecfc4c0ae
fix: Clean Serial No input on Server Side
2021-07-22 13:23:54 +05:30
Ankush
4ee6571784
fix: SQL error on fetching RM in production plan ( #26592 )
...
* fix: SQL error on fetching RM in production plan
* refactor: avoid passing by reference and mutations
2021-07-22 13:13:46 +05:30
Nabin Hait
13466bba90
Merge pull request #26588 from deepeshgarg007/tax_flow_fix_pre_release
...
fix: Additional discount calculations in Invoices
2021-07-22 11:30:47 +05:30
GangaManoj
4323f4bcac
fix: Modify set_payment_schedule() to include fetch_payment_terms_from_order()
2021-07-22 05:57:42 +05:30
Deepesh Garg
9ab18b5341
fix: add company change trigger
2021-07-21 23:18:17 +05:30
Deepesh Garg
9fa92c912b
fix: Revert refresh field
2021-07-21 23:18:17 +05:30
Deepesh Garg
72eb72f66f
fix: Add update item tax template method back
2021-07-21 23:18:17 +05:30
Deepesh Garg
50b188214d
revert: Client side handling for Dynamic GST Rates
2021-07-21 23:18:17 +05:30
Deepesh Garg
f9da88cb15
fix: Additional discount calculations in Invoices
2021-07-21 23:17:56 +05:30
Ankush Menat
28d52c4a95
chore: remove warning rules
...
semgrep-action doesn't consider severity, hence ignoring these rules for now.
2021-07-21 19:54:06 +05:30
rohitwaghchaure
6fbb2d3507
Merge pull request #26504 from 18alantom/fix-ig-portal-field-filter
...
fix: check if field_filters is None
2021-07-21 11:28:14 +05:30
Deepesh Garg
3e109840f9
Merge pull request #26464 from nemesis189/added-dispatch-address-to-sales
...
feat: Added dispatch address fields in Sales Ord, Sales Inv, Delivery Note for Eway Bill
2021-07-21 10:52:10 +05:30
Rucha Mahabal
a758071532
feat(Non Profit): API Endpoint to update halted Razorpay subscriptions ( #26427 )
...
* feat: Update Subscription Activated field to Subscription Status to accomodate Halted status
* feat: API Endpoint to halt Razorpay subscription
* fix: sider
* fix: validation message
* test: halted razorpay subscription
2021-07-21 00:24:09 +05:30
GangaManoj
46bed5e6cc
fix: Add mandatory_depends_on property for Discount Account
2021-07-20 22:03:44 +05:30
Subin Tom
013b352639
fix: Price list rate not fetched for return sales invoice fixed ( #26559 )
...
Co-authored-by: Subin Tom <subin-home@Subins-MacBook-Air.local >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-07-20 21:03:11 +05:30
Afshan
1321c26a03
Merge branch 'develop' into ignore-mandatory-in-payment-reconcilitation
2021-07-20 20:07:43 +05:30
Suraj Shetty
47f200a70d
chore: Update stale.yml
...
reduce `daysUntilStale` & `daysUntilClose` to keep the contributors active.
2021-07-20 16:13:49 +05:30
Rucha Mahabal
99de84ebe1
Merge branch 'develop' into fix-employee-onboarding-status
2021-07-20 12:22:10 +05:30
Suraj Shetty
8790248318
Merge pull request #26554 from surajshetty3416/fix-customer-quick-entry
...
fix: Pass doc and other parameters to properly prefill information
2021-07-20 11:39:32 +05:30
Suraj Shetty
c077314568
fix: Pass doc and other parameters to properly prefill information
...
- while creating customer from form dashboard
2021-07-20 09:57:18 +05:30
GangaManoj
82d147ea62
fix: Tests
2021-07-20 05:16:33 +05:30
GangaManoj
59ee6958aa
fix: Make discount_account mandatory if discount accounting is enabled
2021-07-20 03:52:39 +05:30
GangaManoj
4105e27138
fix: Create GL Entries for Additional Discount Account
2021-07-20 03:46:02 +05:30
Ganga Manoj
1d830dfd92
fix: Filter for additional_discount_account
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-07-19 23:47:58 +05:30
Ganga Manoj
8fc9c13734
fix: Filter for additional_discount_account
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-07-19 23:46:38 +05:30
Ganga Manoj
0ea2934cd5
fix: GL Entry creation
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-07-19 23:44:55 +05:30
Ganga Manoj
63b7ecd0fe
fix: Use the item's project instead of the invoice's
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-07-19 23:44:21 +05:30
Ganga Manoj
980798c6fd
fix: Use the item's cost centre instead of the Invoice's
...
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2021-07-19 23:43:36 +05:30
Ankush
80e269887d
fix(ux): item description should fall back to name ( #26339 )
...
Don't set item description = item code from front end. This is already
being set to item_name in before_insert and item_name is better
fallback than item code for description.
Also fixed wrong condition for erasing description while duplicating
item.
2021-07-19 20:42:44 +05:30
Anuja Pawar
ba31e3695f
Merge branch 'develop' into sa-vat-report
2021-07-19 20:40:25 +05:30
Ankush
c86656f499
Merge branch 'develop' into ignore-mandatory-in-payment-reconcilitation
2021-07-19 20:36:59 +05:30
Subin Tom
23b1c25ff5
fix:Ignore mandatory fields while creating payment reconciliation Journal Entry
2021-07-19 20:09:37 +05:30
Subin Tom
b24a149dbc
test: Updated test case for Eway bill
2021-07-19 14:37:12 +05:30
Deepesh Garg
354e2984c2
Merge pull request #26541 from deepeshgarg007/travis_tax_setup
...
fix: Typo and remove duplicate function
2021-07-19 10:42:58 +05:30
Deepesh Garg
2686d04800
fix: Typo and remove duplicate function
2021-07-18 17:54:35 +05:30
Anuja Pawar
2bbf48e835
Merge branch 'develop' into sa-vat-report
2021-07-18 11:13:25 +05:30
GangaManoj
831f5edd02
fix: Remove unused imports
2021-07-17 22:55:24 +05:30
GangaManoj
cde0cc0678
fix: Fetch Payment Terms from Sales/Purchase Orders
2021-07-17 22:53:21 +05:30
Ganga Manoj
bfb7256143
Merge branch 'develop' into enable-discount-accounting
2021-07-17 20:01:09 +05:30
GangaManoj
d6956ff075
fix: Add test for additional discount applied on taxes
2021-07-17 19:49:42 +05:30
GangaManoj
228499369c
fix: Switch debit and credit for ledger entries for discount applied on taxes for Purchase Invoice
2021-07-17 19:49:16 +05:30
GangaManoj
99551e9b7f
fix: Add test for additional discount applied on taxes
2021-07-17 18:45:21 +05:30
GangaManoj
c4d2dc0da3
fix: Remove unnecessary condition
2021-07-17 17:47:20 +05:30
GangaManoj
c2ba6897b0
fix: Only display Additional Discount Account if Enable Discount Accounting is checked
2021-07-17 17:45:35 +05:30
GangaManoj
fa4c03e7a1
fix: Create ledger entries for discount applied on taxes in make_tax_gl_entries
2021-07-17 17:42:36 +05:30
GangaManoj
7bbc9a886d
fix: Filter options for Additional Discount Account
2021-07-17 17:41:06 +05:30
GangaManoj
87d448e039
fix: Add Additional Discount Account field
2021-07-17 17:40:43 +05:30
GangaManoj
b0f21824bc
fix: Check all expected GL Entries
2021-07-17 17:34:50 +05:30
Ankush
70a7252469
chore: update CODEOWNERS ( #26536 )
2021-07-17 12:48:40 +05:30
Nabin Hait
11475487fb
fix: merge conflict
2021-07-16 15:58:50 +05:30
Nabin Hait
4e6f49209f
Merge branch 'version-13-pre-release' into version-13
2021-07-16 15:21:33 +05:30
Nabin Hait
e079a1bb33
bumped to version 13.7.0
2021-07-16 15:41:33 +05:50
rohitwaghchaure
ad12fd75a8
Merge pull request #26529 from rohitwaghchaure/patch-to-fix-missing-fg-item-develop
...
fix: added patch to fix missing FG item
2021-07-16 15:12:46 +05:30
Rohit Waghchaure
56e4a88956
fix: added patch to fix missing FG item
2021-07-16 15:06:57 +05:30
Nabin Hait
e8abb201c1
Merge pull request #26526 from rohitwaghchaure/patch-to-fix-missing-fg-item-pre
...
fix: added patch to fix missing FG item
2021-07-16 15:05:16 +05:30
Rohit Waghchaure
0c6ca09e06
fix: added patch to fix missing FG item
2021-07-16 14:33:25 +05:30
Nabin Hait
f6d6897f34
Merge pull request #26525 from nabinhait/change-log-v13-7-0
...
chore: Added change log for v13.7.0
2021-07-16 13:09:31 +05:30
Nabin Hait
a0df79ee8c
chore: Added change log for v13.7.0
2021-07-16 13:07:39 +05:30
Ankush
a6d80dcc2a
chore: disable semgrep on push events ( #26523 )
2021-07-16 13:01:57 +05:30
rohitwaghchaure
9ed36627d2
Merge pull request #26521 from rohitwaghchaure/fixed-fg-items-not-added-for-batch-item-develop
...
fix: FG item not fetched in manufacture entry
2021-07-16 11:40:23 +05:30
Rohit Waghchaure
df5c2b9aaf
fix: FG item not fetched in manufacture entry
2021-07-16 11:35:14 +05:30
rohitwaghchaure
bae2890389
Merge pull request #26514 from ankush/backport/develop/pr-26240
...
feat: provision to make subcontracted purchase order from the production plan (#26240 )
2021-07-16 11:29:34 +05:30
GangaManoj
6bff653cf0
fix: Sider issues
2021-07-16 02:18:45 +05:30
GangaManoj
857501cbe1
fix: Make additional GL Entries for discount applied on taxes
2021-07-15 22:03:46 +05:30
GangaManoj
40412f7e61
fix: Only display Additional Discount Account if Enable Discount Accounting is checked
2021-07-15 22:02:43 +05:30
GangaManoj
8e96e2d5a2
fix: Filter options for Additional Discount Account
2021-07-15 22:01:38 +05:30
GangaManoj
4f2bf98966
fix: Add Additional Discount Account field
2021-07-15 22:01:02 +05:30
Ankush
1b5f3cf605
ci: make semgrep ignore existing errors ( #26516 )
2021-07-15 19:30:05 +05:30
Rohit Waghchaure
a748dd9261
feat: provision to make subcontracted purchase order from the production plan
2021-07-15 19:01:36 +05:30
Noah Jacob
d8668f78f4
fix: validation check when no conversion_factor ( #26219 )
2021-07-15 18:32:15 +05:30
Afshan
c66277e06b
fix: improving ux for additional discount field ( #26495 )
2021-07-15 18:10:17 +05:30
Noah Jacob
6442b5df11
fix: set default operation time to 0 ( #26510 )
2021-07-15 16:47:50 +05:30
Noah Jacob
2f775ee53c
fix: WIP needs to be set before submit on skip_transfer ( #26507 )
2021-07-15 16:29:28 +05:30
rohitwaghchaure
a51e230f4a
Merge pull request #26509 from rohitwaghchaure/fixed-fg-items-not-added-for-batch-item-pre
...
fix: FG item not fetched in manufacture entry
2021-07-15 15:32:59 +05:30
Rohit Waghchaure
9997cce1ea
fix: FG item not fetched in manufacture entry
2021-07-15 15:32:21 +05:30
Noah Jacob
eeecb25a02
fix: WIP needs to be set before submit on skip_transfer ( #26499 )
2021-07-15 15:31:42 +05:30
Deepesh Garg
cc73e7d6fa
Merge pull request #26472 from deepeshgarg007/payment_entry_taxes_unallocated_amount_v13
...
fix: Unallocated amount in Payment Entry after taxes
2021-07-15 12:38:45 +05:30
Deepesh Garg
5ad759897f
Merge pull request #26471 from deepeshgarg007/payment_entry_taxes_unallocated_amount
...
fix: Unallocated amount in Payment Entry after taxes
2021-07-15 12:38:32 +05:30
Anuja Pawar
888d1f94ce
Merge branch 'develop' into sa-vat-report
2021-07-15 12:17:46 +05:30
18alantom
ca1169eeba
fix: check if field_filters is None
2021-07-15 12:03:41 +05:30
Marica
f225196028
Merge pull request #26497 from marination/paging-btns-pre-release
...
fix: Paging buttons not working on item group portal page
2021-07-14 21:19:59 +05:30
Marica
0394c8679c
Merge pull request #26496 from marination/paging-btns
...
fix: Paging buttons not working on item group portal page
2021-07-14 20:51:29 +05:30
marination
f40da4ac4c
fix: Paging buttons not working on item group portal page
2021-07-14 20:48:06 +05:30
Anuja Pawar
259947dae9
Merge branch 'develop' into sa-vat-report
2021-07-14 20:47:41 +05:30
Anuja Pawar
b43974a9a6
fix: more sider fixes
2021-07-14 20:37:48 +05:30
Marica
dbf835ced3
Merge branch 'develop' into paging-btns
2021-07-14 20:15:22 +05:30
marination
4c6e952902
fix: Paging buttons not working on item group portal page
2021-07-14 20:01:36 +05:30
Afshan
74d7baa80a
fix: filter by accounts with group by accounts ( #26438 )
...
* fix: filter by accounts with group by accounts
* fix: parsing json
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-07-14 19:59:11 +05:30
Marica
683d18dd95
Merge pull request #26493 from 18alantom/bp-pr-fix-item-group-portal-issues
...
fix: item group portal issues (backport)
2021-07-14 18:01:19 +05:30
Marica
30905e24e0
Merge pull request #26476 from 18alantom/fix-item-group-portal-issues
...
fix: item group portal issues
2021-07-14 17:49:27 +05:30
18alantom
9ea5072c52
fix: set item group as a persistent filter
2021-07-14 17:41:38 +05:30
18alantom
b24c0bfbf9
fix: show child item group items on portal
2021-07-14 17:41:32 +05:30
Marica
3f599b049c
Merge branch 'develop' into fix-item-group-portal-issues
2021-07-14 17:15:18 +05:30
Deepesh Garg
13fffeb97b
Merge pull request #26473 from deepeshgarg007/bootstrapped_gst_setup_develop
...
feat(India): Bootstrapped GST Setup
2021-07-14 16:44:12 +05:30
Noah Jacob
03f4db0606
fix: validation check for batch for stock reconciliation type in stock entry(bp #26370 ) ( #26488 )
...
* fix(ux): added filter for valid batch nos.
* fix: not validating batch no if entry type stock reconciliation
* test: validate batch_no
2021-07-14 16:28:54 +05:30
Noah Jacob
c932baeb32
fix: validation check for batch for stock reconciliation type in stock entry ( #26370 )
...
* fix(ux): added filter for valid batch nos.
* fix: not validating batch no if entry type stock reconciliation
* test: validate batch_no
2021-07-14 16:25:42 +05:30
Kenneth Sequeira
24e08301bc
fix: update integration links in help.js ( #26483 )
2021-07-14 16:02:49 +05:30
Saqib
72715956f1
fix: tds computation summary shows cancelled invoices ( #26486 )
2021-07-14 15:56:20 +05:30
Anuja Pawar
c5d7a13513
fix: sider & translation fixes
2021-07-14 15:49:22 +05:30
18alantom
ddbf7c0020
fix: set item group as a persistent filter
2021-07-14 15:43:22 +05:30
Anuja Pawar
b37ff0d3cf
fix: sider fixes
2021-07-14 15:06:56 +05:30
Jannat Patel
ccb52f19bc
fix: task status loop ( #26006 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-14 14:46:16 +05:30
Saqib
1c76154096
fix: tds computation summary shows cancelled invoices ( #26456 )
2021-07-14 14:45:39 +05:30
Saqib
d86cdb4368
Merge branch 'develop' into payment_entry_taxes_unallocated_amount
2021-07-14 13:55:09 +05:30
Saqib
be773f4052
Merge branch 'develop' into bootstrapped_gst_setup_develop
2021-07-14 13:55:00 +05:30
Saqib
c978fdf3df
fix: test fails due to improper gain loss account set ( #26482 )
2021-07-14 13:53:30 +05:30
Frappe
1dfb5eb535
feat: South Africa VAT report
2021-07-14 12:33:45 +05:30
Saqib
bb493a0602
Merge pull request #26159 from GangaManoj/asset-credit-note
2021-07-14 12:02:02 +05:30
Ganga Manoj
05d7c69aa2
fix: delete child docs when parent doc is deleted ( #26239 )
2021-07-14 11:54:27 +05:30
Ganga Manoj
f4fc1384a5
fix(Issue): Calculate first_response_time based on working hours ( #25991 )
2021-07-14 11:43:10 +05:30
Saqib
59bf2df28e
fix: pos item cart dom updates ( #26461 )
2021-07-14 11:40:58 +05:30
GangaManoj
6357ffe4a1
fix: Create asset data
2021-07-13 22:31:01 +05:30
Deepesh Garg
7ff6865817
Merge pull request #26470 from deepeshgarg007/new_company_error_v13
...
fix: Errors on parallel requests creation of company for India
2021-07-13 20:30:06 +05:30
GangaManoj
2f4c607fc8
fix: Add tests for discount accounting
2021-07-13 17:41:29 +05:30
Deepesh Garg
3b68735e25
Merge branch 'develop' into payment_entry_taxes_unallocated_amount
2021-07-13 17:33:06 +05:30
Deepesh Garg
1ee63f31e5
Merge branch 'develop' of https://github.com/frappe/erpnext into bootstrapped_gst_setup_develop
2021-07-13 16:51:47 +05:30
Deepesh Garg
2de11fbbc4
fix: Test Cases
2021-07-13 16:50:35 +05:30
Deepesh Garg
3ef394c556
fix: Test cases
2021-07-13 16:50:35 +05:30
Deepesh Garg
b2af6b4583
fix: Create mode of payment if doesn't exists
2021-07-13 16:50:35 +05:30
Deepesh Garg
8f6f86aff4
fix: Test cases for M-pesa
2021-07-13 16:50:35 +05:30
Deepesh Garg
779d2afa60
fix: Update account heads in GST test cases
2021-07-13 16:50:04 +05:30
Deepesh Garg
bb679cc036
fix: Add validate bank account method back
2021-07-13 16:49:21 +05:30
Deepesh Garg
2908f2ee20
fix: Revert Changes
2021-07-13 16:49:21 +05:30
Deepesh Garg
0dfea4d134
fix: Test Cases
2021-07-13 16:49:21 +05:30
Deepesh Garg
22683cf19b
fix: Tests
2021-07-13 16:49:21 +05:30
Deepesh Garg
b71497067d
chore: Add comments
2021-07-13 16:49:21 +05:30
Deepesh Garg
87f4df80ea
fix: Move tax categories up in country wise json
2021-07-13 16:49:21 +05:30
Deepesh Garg
ed54e4e276
fix: Check for tax category
2021-07-13 16:48:44 +05:30
Deepesh Garg
269510b98f
fix: Regional settings setup
2021-07-13 16:48:22 +05:30
Deepesh Garg
a72589cb7e
fix: Add accounts and templates for reverse charge
2021-07-13 16:48:06 +05:30
Deepesh Garg
0380cca3b7
fix: Add GST accounts to GST Settings
2021-07-13 16:47:38 +05:30
Deepesh Garg
96300fa791
fix: Add validation for GST Settings
2021-07-13 16:47:38 +05:30
Deepesh Garg
1001f29784
fix: Gracefully handle duplicate bank account name to make setup faster
2021-07-13 16:47:38 +05:30
Deepesh Garg
8ed1afd93d
fix: Remove redundant get_doc
2021-07-13 16:47:38 +05:30
Deepesh Garg
8fd2d8b5d0
fix: Ignore validations for Tax Setup
2021-07-13 16:47:38 +05:30
Deepesh Garg
a90e5fd2e1
fix: Issues on new company setup
2021-07-13 16:47:38 +05:30
Deepesh Garg
e166c264b4
fix: Update country-wise-tax JSON and tax setup
2021-07-13 16:47:38 +05:30
Deepesh Garg
3031535a24
fix: Add tax categories on company setup
2021-07-13 16:47:36 +05:30
Deepesh Garg
de8c6eb0da
fix: Item Tax templates for GST
2021-07-13 16:46:30 +05:30
Deepesh Garg
2a9726b09f
feat(India): Separate Input and Output GST tax accounts
2021-07-13 16:46:30 +05:30
Deepesh Garg
c00d851a88
fix: Unallocated amount for inclusive charges
2021-07-13 16:42:21 +05:30
Deepesh Garg
740d5c6c53
fix: Deduct included taxes from unallocated amount
2021-07-13 16:42:10 +05:30
Deepesh Garg
01c89eaad9
fix: Remove unintentional changes
2021-07-13 16:42:10 +05:30
Deepesh Garg
2f350bf450
fix: Remove unintentional changes
2021-07-13 16:42:10 +05:30
Deepesh Garg
9513d61a50
fix: Hide amount after tax fields
2021-07-13 16:42:10 +05:30
Deepesh Garg
51ae46f0de
fix: Unallocated amount in Payment Entry after taxes
2021-07-13 16:42:10 +05:30
Deepesh Garg
4478c547bf
fix: Unallocated amount for inclusive charges
2021-07-13 16:35:58 +05:30
Deepesh Garg
754f432d97
fix: Deduct included taxes from unallocated amount
2021-07-13 16:35:47 +05:30
Deepesh Garg
7c634f66ca
fix: Remove unintentional changes
2021-07-13 16:35:47 +05:30
Deepesh Garg
5179f85e63
fix: Remove unintentional changes
2021-07-13 16:35:47 +05:30
Deepesh Garg
5cc4a201cb
fix: Hide amount after tax fields
2021-07-13 16:35:47 +05:30
Deepesh Garg
f661d82c00
fix: Unallocated amount in Payment Entry after taxes
2021-07-13 16:35:47 +05:30
Deepesh Garg
2f89b5b38e
Merge pull request #26466 from deepeshgarg007/amended_doc_discount_v13
...
fix: Incorrect discount amount on amended document
2021-07-13 16:24:54 +05:30
Deepesh Garg
1352c7f943
Merge pull request #26467 from deepeshgarg007/gstr_1_json_dpwnload_error_develop
...
fix: Unable to download GSTR-1 json
2021-07-13 16:18:10 +05:30
Deepesh Garg
41c5357602
Merge pull request #26468 from deepeshgarg007/gstr_1_json_dpwnload_error_v13
...
fix: Unable to download GSTR-1 json
2021-07-13 16:17:52 +05:30
rohitwaghchaure
bd8699b8a9
Merge pull request #26458 from rohitwaghchaure/fixed-multi-currency-issue-pre
...
fix: multi-currency issue
2021-07-13 16:05:36 +05:30
Deepesh Garg
fea29ae8cb
fix: Use update flag for company dependant fixtures
2021-07-13 16:05:05 +05:30
Deepesh Garg
7be9f8dab1
fix: Error on creation of company for India
2021-07-13 16:04:56 +05:30
Deepesh Garg
0bad696faf
fix: Unable to download GSTR-1 json
2021-07-13 15:46:58 +05:30
Deepesh Garg
fc9714b871
fix: Unable to download GSTR-1 json
2021-07-13 15:45:34 +05:30
Deepesh Garg
07d9f3f74b
fix: Incorrect discount amount on amended document
2021-07-13 15:35:59 +05:30
Rohit Waghchaure
4acbeecbbe
fix: multi-currency issue
2021-07-13 15:35:30 +05:30
Deepesh Garg
a5200d6a43
Merge pull request #26429 from deepeshgarg007/amended_doc_discount_develop
...
fix: Incorrect discount amount on amended document
2021-07-13 15:34:32 +05:30
18alantom
a4eba7a409
fix: show child item group items on portal
2021-07-13 15:34:25 +05:30
Subin Tom
5265ba39f0
feat: Added fields for dispatch address in Sales Order, Sales Invoice, Delivery Note for Eway Bill
2021-07-13 14:58:17 +05:30
Saqib
621927d9f9
fix: move the rename abbreviation job to long queue ( #26462 )
2021-07-13 14:13:39 +05:30
Saqib
7c5711ddf4
fix: pos item cart dom updates ( #26459 )
2021-07-13 14:09:06 +05:30
Anupam Kumar
a8b6cf8114
fix: bank remittance report issue ( #26398 )
2021-07-13 11:45:34 +05:30
Marica
fad426fd5c
Merge pull request #26454 from noahjacob/supplier_defaults_v13pr
...
feat: fetching details from supplier/customer groups
2021-07-13 11:39:55 +05:30
Marica
8123478474
Merge pull request #26131 from noahjacob/supplier_defaults_fix
...
feat: fetching details from supplier/customer groups
2021-07-13 11:13:05 +05:30
Noah Jacob
74b3fc1e1c
refactor: suggested changes
2021-07-13 11:05:53 +05:30
Noah Jacob
1e8f598ba5
fix: Sider
2021-07-13 11:05:53 +05:30
Noah Jacob
dd0a8f20e2
test: updated test cases
2021-07-13 11:05:53 +05:30
Noah Jacob
fedee0e8da
test: test cases for fetching customer group details
2021-07-13 11:05:53 +05:30
Noah Jacob
f07f7e9305
test: test case for fetching supplier group details
2021-07-13 11:05:53 +05:30
Noah Jacob
1cb2af00a8
feat: details fetched from customer group in customer
2021-07-13 11:05:53 +05:30
Noah Jacob
9965af166e
feat: details fetched from supplier group in supplier
2021-07-13 11:05:53 +05:30
Marica
73c9a21987
Merge branch 'develop' into supplier_defaults_fix
2021-07-13 10:31:10 +05:30
GangaManoj
8f7b0a1753
fix: Create common function for discount accounting
2021-07-13 03:01:02 +05:30
GangaManoj
65e2b9fee6
fix: Filter options for Discount Account
2021-07-13 02:14:18 +05:30
GangaManoj
81375aec1f
fix: Copy Discount Account from first row
2021-07-13 02:09:40 +05:30
GangaManoj
4b8918e8a7
fix: Display Discount Account only if Enable Discount Accounting is checked
2021-07-13 02:07:46 +05:30
GangaManoj
555852c5ef
fix: Add Discount Account field
2021-07-13 02:06:03 +05:30
GangaManoj
b85d3017a1
fix: Filter options for Default Discount Account
2021-07-13 01:45:20 +05:30
GangaManoj
0b7d8fb3af
fix: Move Default Discount Account field to Item Defaults
2021-07-13 01:45:20 +05:30
GangaManoj
4fcdc5d129
fix: Copy discount account from first row to all Items
2021-07-13 01:45:20 +05:30
GangaManoj
b22dba1146
fix: Filter Discount Account list
2021-07-13 01:45:20 +05:30
GangaManoj
0d5ad3b1bb
fix: Add description for Enable Discount Accounting checkbox
2021-07-13 01:45:20 +05:30
Saqib
0683337f14
fix: incorrect response by variance & resolution by variance ( #26173 )
2021-07-12 20:21:07 +05:30
Nabin Hait
1ef1daf383
Merge pull request #26432 from nabinhait/reposting-optimization-v13-pre-release
...
refactor: Optimized code for reposting item valuation
2021-07-12 15:42:19 +05:30
Nabin Hait
826d2b1e7b
Merge pull request #26433 from nabinhait/reposting-optimization-develop
...
refactor: Optimized code for reposting item valuation
2021-07-12 15:42:14 +05:30
Saqib
a20999cfbc
fix: exchange gain loss not set for advances linked with invoices ( #25369 )
2021-07-12 14:33:23 +05:30
Saqib
9e1819d366
fix: move the rename abbreviation job to long queue ( #26434 )
2021-07-12 14:31:57 +05:30
Nabin Hait
97bce3af9a
refactor: Optimized code for reposting item valuation
2021-07-12 13:33:08 +05:30
Nabin Hait
0003938f2b
refactor: Optimized code for reposting item valuation
2021-07-12 13:29:20 +05:30
Nabin Hait
01aada6c90
refactor: Optimized code for reposting item valuation
2021-07-12 13:28:19 +05:30
Jannat Patel
b4ea185eca
fix: added company filter while fetching loans ( #26295 )
...
* fix: added company filter while fetching loans
* fix: added set_query in refresh
* fix: quotes
* fix: tests
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-12 13:15:41 +05:30
Noah Jacob
ae41b53cee
fix: stock_rbnb not defined ( #26354 )
2021-07-12 12:51:38 +05:30
rohitwaghchaure
e2c97b1a2b
Merge pull request #26351 from rohitwaghchaure/fixed-putaway-fixing-for-material-receipt-develop
...
fix: stock entry with putaway rule not working
2021-07-12 12:49:25 +05:30
Nabin Hait
470c7e773f
fix: merge conflict
2021-07-12 12:45:49 +05:30
Deepesh Garg
4ff98cc171
fix: Incorrect discount amount on amended document
2021-07-12 11:27:28 +05:30
Afshan
7e05bea6a9
fix: dunning calculation of grand total when rate of interest is 0% ( #26286 )
2021-07-12 11:11:58 +05:30
Afshan
4b4ac7c051
fix(report): iterate on accounts only when accounts exist ( #26390 )
2021-07-12 11:10:00 +05:30
Afshan
6467632f60
fix: error popup for COA errors ( #26357 )
2021-07-12 11:07:06 +05:30
Jannat Patel
620b54846e
Merge branch 'develop' into campaign-module
2021-07-12 10:26:43 +05:30
Ankush Menat
22cb642831
chore: update test company FY
2021-07-12 10:09:50 +05:30
Ankush Menat
203c2b2292
ci: show bench logs if ui test fails
2021-07-12 10:09:50 +05:30
Ankush Menat
bedb0addf0
test: ui test for stock levels
2021-07-12 10:09:50 +05:30
Ankush Menat
b99469cdab
fix: stock levels disapperaing on refresh
...
refresh_section removes all sections with `custom` class, added
different class to avoid this behaviour.
2021-07-12 10:09:50 +05:30
Noah Jacob
0be6583083
refactor: suggested changes
2021-07-12 09:18:19 +05:30
Noah Jacob
34a5cb9106
fix: Sider
2021-07-12 08:48:04 +05:30
Marica
e39a7f29e2
Merge pull request #26421 from marination/qi-rejection-develop
...
feat: Optionally allow rejected quality inspection on submission
2021-07-11 11:30:48 +05:30
marination
f67f13c384
chore: Test case for QI Rejection in Stock Entry
...
- Use `get_single_value` instead of `get_doc` in validation
- Test Case to check impact of stock settings on SE with rejected qi
2021-07-10 21:02:36 +05:30
Marica
9ba3fce4fd
fix: Consistent alert indicators
2021-07-10 21:02:28 +05:30
marination
654e9d85d1
fix: sider and semgrep
2021-07-10 21:02:19 +05:30
marination
9ac9a4ef21
feat: Optionally allow rejected quality inspection on submission
2021-07-10 21:02:03 +05:30
Saqib
727e5d16bc
chore: add .backportrc to gitignore ( #26403 )
2021-07-09 21:55:37 +05:30
Kenneth Sequeira
862ce916ae
fix: Nested/Multi-level BOM help link ( #26409 )
...
Updated the link for multi-level boms. Current link is broken.
2021-07-09 21:52:50 +05:30
Afshan
f4d45d60f4
Revert "fix: updated onboarding steps for selling module" ( #26414 )
...
This reverts commit 446171acc4 .
2021-07-09 20:45:43 +05:30
Anuja
446171acc4
fix: updated onboarding steps for selling module
2021-07-09 19:31:44 +05:30
GangaManoj
ef42e80065
fix: Sider issues
2021-07-09 19:25:54 +05:30
Saqib
2098684bc0
fix(pos): taxes amount in pos item cart ( #26410 )
2021-07-09 18:09:26 +05:30
Marica
de4450aee9
Merge pull request #26401 from marination/order-by-weightage-for-web-items-develop
...
fix: Order Items by weightage in the web items query
2021-07-09 15:20:02 +05:30
Marica
e6ce3bb7ff
Merge branch 'develop' into order-by-weightage-for-web-items-develop
2021-07-09 15:05:46 +05:30
Saqib
77e00403c8
fix: omit item discount amount for e-invoicing ( #26353 )
2021-07-09 14:41:03 +05:30
Saqib
b199702977
fix(e-invoicing): allow export invoice even if no taxes applied ( #26363 )
2021-07-09 14:37:34 +05:30
Saqib
47ccfd6c9d
fix: column 'outstanding_amount' cannot be null ( #26371 )
2021-07-09 14:36:13 +05:30
Marica
50170a8e62
Merge branch 'develop' into order-by-weightage-for-web-items-develop
2021-07-09 14:34:56 +05:30
Subin Tom
95a15ed85d
fix: value fetching for custom field in POS ( #26366 )
2021-07-09 14:34:51 +05:30
Marica
717826c1dc
Merge pull request #26400 from marination/lcv-validate-invoice-develop
...
fix: Validate LCV for Invoices without Update Stock
2021-07-09 14:06:52 +05:30
marination
99f449939d
fix: Order Items by weightage in the web items query
2021-07-09 13:44:29 +05:30
marination
98173038b5
fix: Rename function and tweak logic
...
- Dont validate PI on `else`
2021-07-09 13:38:23 +05:30
marination
86f5dfbb8f
fix: Validate LCV for Invoices without Update Stock
2021-07-09 13:38:15 +05:30
Anurag Mishra
6949114569
Merge pull request #26389 from Anurag810/training_v13_fix
...
fix: Query for Training Event
2021-07-09 12:20:57 +05:30
Saqib
f6f924b340
Merge branch 'develop' into asset-credit-note
2021-07-09 10:38:50 +05:30
GangaManoj
bf245e5e39
fix: Clear Payment Schedule if PI has default Payment Schedule, but linked PO doensn't
2021-07-09 01:44:34 +05:30
GangaManoj
5a62467a3e
feat: Fetch Payment Terms from linked Purchase Order
2021-07-09 00:53:42 +05:30
Rucha Mahabal
d1cb8d0bbd
Merge pull request #26378 from ruchamahabal/fix-sla-test
...
fix(tests): flaky SLA test and precision in Payment Entry test
2021-07-08 21:09:21 +05:30
Rucha Mahabal
88929b055c
fix: precision for expected values in payment entry test
2021-07-08 19:27:53 +05:30
Anurag Mishra
b6ff8917e8
fix: query for training Event
2021-07-08 17:25:37 +05:30
Rucha Mahabal
a4132d7ec6
Merge branch 'develop' into fix-sla-test
2021-07-08 16:20:11 +05:30
Jannat Patel
1823f31f79
Merge pull request #26348 from Anurag810/salary-slip-fix--develop
...
fix: payroll-entry minor fix
2021-07-08 15:44:04 +05:30
Rucha Mahabal
091f41e986
fix: yet another fix for flaky SLA Test
2021-07-08 14:57:54 +05:30
Jannat Patel
42214999a6
Merge branch 'develop' into salary-slip-fix--develop
2021-07-08 13:44:12 +05:30
Anurag Mishra
fac420ee09
fix: Removed un-used flag
2021-07-08 13:05:14 +05:30
Saqib
eaef371585
fix: escape quotes while fetching customer emails ( #26329 )
2021-07-08 10:52:41 +05:30
GangaManoj
cfff3b8726
fix: Test GL Entries made when an Asset is returned
2021-07-07 21:04:20 +05:30
GangaManoj
298b43c177
fix: Let create_item() make items that are fixed assets
2021-07-07 20:56:15 +05:30
GangaManoj
3a7f25b218
fix: Make functions more readable
2021-07-07 15:59:52 +05:30
Saqib
9910968398
Merge branch 'develop' into enable-discount-accounting
2021-07-07 12:56:11 +05:30
Saqib
0b320b5909
Merge pull request #25798 from GangaManoj/asset-repair-refactor
...
refactor: Asset Repair
2021-07-07 12:44:50 +05:30
Mohammad Hasnain Mohsin Rajan
290350c86f
chore: add product listing link in settings ( #26026 )
...
* chore: add product listing link in settings
* chore: add icon in workspace card
Co-authored-by: Ankush <ankush@iwebnotes.com >
2021-07-07 12:10:02 +05:30
Sagar Vora
ea2470d174
Merge pull request #26361 from ankush/backport/version-13-pre-release/pr-26354
...
fix: stock_rbnb not defined (#26354 )
2021-07-07 11:59:37 +05:30
Noah Jacob
a01264dae7
fix: stock_rbnb not defined ( #26354 )
2021-07-07 11:07:19 +05:30
Rohit Waghchaure
dd1b2995a8
fix: stock entry with putaway rule not working
2021-07-07 00:16:35 +05:30
GangaManoj
ca87745be1
fix: Rename get_gl_entries_on_asset_movement to get_gl_entries_on_asset_disposal_and_regain
2021-07-06 23:43:08 +05:30
Nabin Hait
d45ebaf61c
Merge pull request #26347 from ruchamahabal/fix-flaky-sla-test
...
fix: flaky SLA test
2021-07-06 21:50:42 +05:30
Deepesh Garg
bd40669dab
Merge pull request #26289 from nemesis189/fixed-budget-variance-report-color
...
fix: Fixed Budget Variance Graph color from all black to default
2021-07-06 20:36:00 +05:30
Deepesh Garg
3af607ba04
Merge pull request #26299 from AfshanKhan/fix-account-selection-gst-settings
...
fix: only "Tax" type accounts should be shown for selection in GST Settings
2021-07-06 20:33:21 +05:30
GangaManoj
3ea4f993b7
feat: Toggle display for discount accounting fields according to enable_discount_accounting
2021-07-06 20:22:13 +05:30
Afshan
4ba680a65e
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-06 19:52:12 +05:30
Saqib
f9e9d86955
test: fetching of previous sle ( #26352 )
2021-07-06 18:09:21 +05:30
Deepesh Garg
a62f94379b
Merge pull request #26324 from deepeshgarg007/bank_statement_import_fix_develop
...
fix: Bank statement import
2021-07-06 17:25:21 +05:30
Afshan
11e0ed5f6e
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-06 17:21:19 +05:30
Deepesh Garg
787cd77f03
Merge pull request #26323 from deepeshgarg007/multi-company-deferred-revenue_develop
...
fix: Auto process deferred accounting for multi-company setup
2021-07-06 16:55:55 +05:30
GangaManoj
657e9b5320
feat: Assign Item's Default Discount Account if present
2021-07-06 16:51:12 +05:30
Rucha Mahabal
e7fceb556d
Merge branch 'develop' into fix-flaky-sla-test
2021-07-06 16:38:46 +05:30
GangaManoj
ef667a9a64
feat: Add Default Discount Account field
2021-07-06 16:29:19 +05:30
GangaManoj
b08bb1f1a2
feat: Filter list for Discount Account field in Items table
2021-07-06 16:28:19 +05:30
Deepesh Garg
2f3f87dc66
Merge branch 'develop' into multi-company-deferred-revenue_develop
2021-07-06 16:14:25 +05:30
Deepesh Garg
26dc02aa38
Merge branch 'develop' into bank_statement_import_fix_develop
2021-07-06 16:14:13 +05:30
Deepesh Garg
381c05eb87
Merge pull request #26322 from deepeshgarg007/party_dashboard_develop
...
fix: Do not consider cancelled entries in party dashboard
2021-07-06 16:13:49 +05:30
Noah Jacob
0734901a89
fix: stock_rbnb not defined ( #26345 )
2021-07-06 15:56:10 +05:30
Deepesh Garg
8985231a96
fix: Rewrite tests
2021-07-06 15:34:47 +05:30
Afshan
a63796e6f0
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-06 14:38:26 +05:30
Afshan
53e3435770
fix: remove cancelled entries in consolidated financial statements ( #26330 )
2021-07-06 14:37:21 +05:30
Anurag Mishra
1f5e2ba8e7
fix: payroll-entry minor fix
2021-07-06 13:36:23 +05:30
Rucha Mahabal
f67c95d32f
fix: flaky SLA test
2021-07-06 13:27:48 +05:30
Afshan
d10c016a0b
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-06 11:56:39 +05:30
rohitwaghchaure
2fbe41de36
Merge pull request #26342 from marination/stock-reco-repost-qty-develop
...
fix: Include Stock Reco logic in `update_qty_in_future_sle`
2021-07-06 11:22:41 +05:30
Deepesh Garg
96eb3be6df
fix: Debug Tests
2021-07-06 11:21:44 +05:30
Deepesh Garg
66c04ca984
fix: Debug tests
2021-07-06 10:56:42 +05:30
GangaManoj
cf7579e29f
feat: Create GL Entries for discount accounting
2021-07-06 00:36:06 +05:30
Deepesh Garg
32436eceda
fix: Debug tests
2021-07-05 23:34:09 +05:30
Deepesh Garg
c21d3d4865
fix: Debug tests
2021-07-05 22:47:59 +05:30
marination
44c1e8da06
chore: Test to block backdated reco causing future scarcity
2021-07-05 21:59:28 +05:30
marination
e8c9ab4b01
chore: Test for backdated reco qty reposting
2021-07-05 21:59:14 +05:30
marination
8c441263f8
fix: Sider
2021-07-05 21:59:04 +05:30
marination
4038977e2e
fix: Handle Stock Reco cancellation and limit reposting
...
- Handled cancellation of reco with and without prior SLE
- Repost / Recalculate balance qty only till next stock reco
2021-07-05 21:58:57 +05:30
marination
8418c4bfe0
fix: Include Stock Reco logic in update_qty_in_future_sle
2021-07-05 21:58:50 +05:30
Deepesh Garg
8c1b764a90
fix: Debug tests
2021-07-05 21:49:10 +05:30
Afshan
668da102c9
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-05 21:35:23 +05:30
GangaManoj
6e0d83d925
feat(Sales Invoice): Add 'Discount Account' field in Items table
2021-07-05 15:09:05 +05:30
GangaManoj
be15e16b84
feat(Accounts Settings): Add 'Enable Discount Accounting' checkbox
2021-07-05 14:58:32 +05:30
Ankush Menat
03f7bf6589
test: variant BOM from template BOM
2021-07-05 12:26:14 +05:30
Richard Case
046e83bf50
fix: incorrect bom no. added for non-variant items on variant boms ( #26320 )
2021-07-05 12:26:14 +05:30
Deepesh Garg
9d295ca939
fix: Bank statement import
2021-07-04 20:33:36 +05:30
Deepesh Garg
5069095984
fix: Auto process deferred accounting for multi-company setup
2021-07-04 20:31:37 +05:30
Deepesh Garg
802e63a9d7
fix: Do not consider cancelled entries in party dashboard
2021-07-04 20:29:41 +05:30
Noah Jacob
8db974b1b9
test: updated test cases
2021-07-02 22:00:33 +05:30
Afshan
d06a95b6fa
Merge branch 'develop' into fix-account-selection-gst-settings
2021-07-02 19:32:12 +05:30
Anurag Mishra
0a79cfa170
fix: set query for training events ( #26302 )
...
* fix: set query
* fix: whitespace between function name and param
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-02 17:54:43 +05:30
GangaManoj
f8ee8058e7
fix(Sales Invoice): Reset disposal_date on returning the Asset
2021-07-02 15:45:52 +05:30
Afshan
20f73d4c58
fix: only "Tax" type accounts should be shown for selection in GST Settings
2021-07-02 15:34:26 +05:30
GangaManoj
4cf3d9ac20
fix(Sales Invoice): Let invoice be created for Sold Assets if it's a return invoice
2021-07-02 15:25:04 +05:30
Ashish Shah
4e6805b04e
fix: When Lead is created with mobile_no, mobile_no value gets lost (it is overwritten by phon value) ( #26116 )
...
Steps to reproduce
[1]Create a Lead.
[2]Enter Person Name(lead_name): XX
under Contact section, enter Phone(phone): 11 and Mobile No.(mobile_no):22
[3]Save it
[4] F12,
cur_frm.doc.phone : 11 (correct)
cur_frm.doc.mobile_no : 11 (incorrect)
[5]Under Address & Contact section ,check contact_html it shows
ty
Phone: 22 (correct)
Phone: 11 (in correct)
Actual:
mobile_no value is lost. it is overwritten by phone value
Expected:
mobile_no value should be retained
2021-07-02 13:35:04 +05:30
Anupam Kumar
2e86d13012
fix: feating employee in payroll entry ( #26270 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-02 13:10:51 +05:30
Jannat Patel
0a15a03522
fix: lms progress issue ( #26250 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-02 13:06:56 +05:30
Mohammed Yusuf Shaikh
6c2f66b0a4
fix: Added permission for employee to book appointment ( #26266 )
2021-07-02 12:21:44 +05:30
Mohammed Yusuf Shaikh
86f41839fe
fix: Added a message to enable appointment booking if disabled ( #26233 )
...
* fix: Added a message to enable appointment booking if disabled
* refactor: added translation for the message
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
* fix: added missing import
* fix: minor identation and space fix
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-02 12:19:24 +05:30
Saqib
f9c58934d8
Merge branch 'develop' into asset-repair-refactor
2021-07-02 11:19:47 +05:30
Ankush
8ebf32e18f
fix: undo changes to issue.py ( #26291 )
...
The fix ported from v13 to develop is not valid because of the new generic SLA feature.
Hard resetting the file to the previous version.
ec25d5938b
2021-07-02 11:09:19 +05:30
Ankush Menat
a68344fe8a
refactor: extend commands from frappe
2021-07-01 21:26:18 +05:30
Ankush Menat
4d9c08d92a
chore: add project id for cypress
2021-07-01 21:26:18 +05:30
Ankush Menat
3f14b92e2c
ci: UI tests workflow
2021-07-01 21:26:18 +05:30
Nabin Hait
74b8c99bc2
feat: Introduced cypress tests in erpnext
2021-07-01 21:26:18 +05:30
Subin Tom
d2c86bb9d7
fix: Fixed Budget Variance Graph color from all black to default
2021-07-01 19:59:08 +05:30
Afshan
81522ec521
fix: validate Product Bundle for existing transactions before deletion ( #25977 )
2021-07-01 19:34:58 +05:30
Saqib
49ef26075a
Merge branch 'develop' into asset-repair-refactor
2021-07-01 19:27:20 +05:30
Dany Robert
4e96563c92
Merge branch 'develop' into patch-5
2021-07-01 18:56:43 +05:30
Deepesh Garg
f5961b30db
Merge pull request #26112 from rtdany10/patch-4
...
fix: ignore permission to update call log
2021-07-01 18:12:01 +05:30
Deepesh Garg
8a5c7ea9b4
Merge branch 'develop' into patch-4
2021-07-01 18:08:22 +05:30
Jannat Patel
5a4251107c
feat: Project Portal Enhancements ( #26090 )
...
* fix: project portal enhancements
* fix: timesheet table and task nesting
* fix: semgrep and link issue
* fix: sider
* fix: project details view title
* fix: project progress pills
* fix: website route rule for project
* fix: multi level nesting
* fix: added subject and indentation
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-07-01 17:17:34 +05:30
Anuja
039034ec33
Merge remote-tracking branch 'upstream/develop' into sa-vat-report
2021-07-01 14:16:14 +05:30
Nabin Hait
07a74abcc3
Merge branch 'develop' of https://github.com/frappe/erpnext into develop
2021-07-01 12:55:13 +05:30
Nabin Hait
fa006402b8
fix: merge conflict
2021-07-01 12:47:28 +05:30
Ankush
d45e307f02
test: fix expected test failure ( #26275 )
...
reference: https://github.com/frappe/frappe/pull/13557
2021-07-01 12:38:09 +05:30
Nabin Hait
c2b5562a3f
Merge branch 'version-13-pre-release' into version-13
2021-07-01 12:37:13 +05:30
Nabin Hait
eee03fcbab
bumped to version 13.6.0
2021-07-01 12:57:13 +05:50
Nabin Hait
d7c4818a5d
Merge pull request #26281 from rohitwaghchaure/fixed-update-cost-not-working-for-draft-bom-pre
...
fix: update cost not working in the draft BOM
2021-07-01 12:30:55 +05:30
Nabin Hait
9a4926bb0d
Merge pull request #26280 from rohitwaghchaure/fixed-employee-selection-issue-in-payroll-entry-pre
...
fix: employee selection not working in payroll entry
2021-07-01 12:30:13 +05:30
Rohit Waghchaure
f99f872946
fix: update cost not working in the draft bom
2021-07-01 12:02:37 +05:30
Rohit Waghchaure
87b4e6ea32
fix: employee selection not working in payroll entry
2021-07-01 12:02:03 +05:30
Dany Robert
4023ed8356
Merge branch 'develop' into patch-5
2021-06-30 22:43:00 +05:30
Nabin Hait
cf4e29a604
chore: Added change log for v13.6.0
2021-06-30 20:27:43 +05:30
Deepesh Garg
970d90f3b2
Merge pull request #25970 from GangaManoj/exchange-rate-difference-handling
...
feat: Exchange rate difference handling in procurement cycle
2021-06-30 20:25:39 +05:30
Anupam
03f7609a8b
fix: moving campaign from selling to CRM
2021-06-30 18:18:03 +05:30
Anupam Kumar
4df54cc62c
Merge pull request #26269 from anupamvs/payroll-iss-pre-release
...
fix: fetching employee in payroll entry
2021-06-30 17:22:17 +05:30
Anupam
8492bf040d
fix: feating employee in payroll entry
2021-06-30 17:17:43 +05:30
Deepesh Garg
cf7af62b05
fix: Code cleanup
2021-06-30 14:14:32 +05:30
GangaManoj
b4b6c8e262
Revert "fix: Test"
...
This reverts commit feed97ec53 .
2021-06-29 17:58:39 +05:30
Rucha Mahabal
1f10a99910
fix: Employee Inactive status implications ( #26245 )
2021-06-29 15:58:56 +05:30
Rucha Mahabal
8f2b8e47f7
fix: Employee Inactive status implications ( #26243 )
2021-06-29 15:58:30 +05:30
GangaManoj
d748e7f49c
fix: Create common function for fetching conversion rate details of linked docs
2021-06-28 22:39:43 +05:30
GangaManoj
506d5ac3d5
fix: Make exchange rate handling more efficient
2021-06-28 22:39:43 +05:30
GangaManoj
8f52db788a
fix(Purchase Invoice): Improve test for exchange rate difference handling
2021-06-28 22:39:41 +05:30
GangaManoj
a826fb8f95
fix(Purchase Receipt): Remove print statements
2021-06-28 22:38:59 +05:30
GangaManoj
3f5e7bf6d7
fix(Purchase Invoice): Fetch Purchase Receipt details using a function
2021-06-28 22:38:59 +05:30
marination
feed97ec53
fix: Test
2021-06-28 22:38:21 +05:30
GangaManoj
5314445d58
fix(Purchase Receipt): Add test for exchange rate difference handling
2021-06-28 22:02:57 +05:30
GangaManoj
d97505b277
fix(Purchase Receipt): Resolve difference caused by change in exchange rate
2021-06-28 22:02:22 +05:30
GangaManoj
206313d69b
fix(Purchase Invoice): Add test for exchange rate difference handling
2021-06-28 22:02:20 +05:30
GangaManoj
6233eaa3bb
fix(Purchase Invoice): Fix condition
2021-06-28 22:00:49 +05:30
GangaManoj
785a71dcd2
fix(Purchase Invoice): Resolve difference caused by change in exchange rate
2021-06-28 22:00:49 +05:30
Saqib
4277e4c94b
fix: unreachable test case ( #26234 )
2021-06-28 19:10:46 +05:30
Dany Robert
31afc61190
fix: Update test cases to suit values from exchangerate.host
2021-06-28 19:05:51 +05:30
Dany Robert
e9bc2f354b
feat: Increase number of supported currency exchanges
...
Switch from frankfurter.app to exchange rate.host to accommodate more currency usage.
2021-06-28 19:01:52 +05:30
rohitwaghchaure
3c97839826
Merge pull request #26130 from rohitwaghchaure/develop-production-plan-fix-to-show-parent-warehouse
...
fix: allow to select group warehouse while downloading materials from…
2021-06-28 17:18:55 +05:30
rohitwaghchaure
9bcc402f41
Merge pull request #26230 from rohitwaghchaure/fixed-fetch-bom-items-in-stock-reco-pre
...
fix: fetch batch items in stock reconciliation
2021-06-28 15:18:07 +05:30
Saqib
40c90d03a4
fix(Asset Repair): cancellation
2021-06-28 11:42:28 +05:30
Saqib
4b69563a56
Merge branch 'develop' into asset-repair-refactor
2021-06-28 11:07:58 +05:30
rohitwaghchaure
5abf905ff7
Merge pull request #26229 from rohitwaghchaure/fixed-removed-values-out-of-sync-on-stock-transaction-submission-pre
...
fix: removed values out of sync validation from stock transactions
2021-06-26 23:43:57 +05:30
Rohit Waghchaure
478360397d
fix: fetch batch items in stock reco
2021-06-26 22:31:03 +05:30
Rohit Waghchaure
5d5dc56f94
fix: removed values out of sync validation from stock transactions
2021-06-26 22:29:19 +05:30
GangaManoj
ca2dbcec59
fix(Asset Repair): Rearrange fields
2021-06-26 01:32:17 +05:30
Ankush Menat
6588a936d5
fix: order and time of operations for multilevel bom
...
- Order of operations was being sorted by idx of individual operations in
BOM table, which made the ordering useless.
- This adds ordering that's sorted from lowest level item to top level
item.
- chore: remove dead functionality. There's no `items` table. Required
item level operations get overwritten on fetching of items /
operations e.g. when clicking on multi-level BOM checkbox.
- test: add test for tree representation
- feat: BOMTree class to get complete representation of a tree
2021-06-25 20:16:11 +05:30
Ankush Menat
9af3f12411
fix(ux): show bom in operations child table
2021-06-25 20:16:11 +05:30
Ankush Menat
b4e7ee0e45
chore: remove dead and py2 compatibility code
...
form_grid_template doesn't exist
2021-06-25 20:16:11 +05:30
Ankush Menat
805ac4ffdf
fix: order and time of operations for multilevel bom
...
- Order of operations was being sorted by idx of individual operations in
BOM table, which made the ordering useless.
- This adds ordering that's sorted from lowest level item to top level
item.
- chore: remove dead functionality. There's no `items` table. Required
item level operations get overwritten on fetching of items /
operations e.g. when clicking on multi-level BOM checkbox.
- test: add test for tree representation
- feat: BOMTree class to get complete representation of a tree
2021-06-25 16:44:57 +05:30
Ankush Menat
305bbc7619
fix(ux): show bom in operations child table
...
# Conflicts:
# erpnext/manufacturing/doctype/work_order_operation/work_order_operation.json
2021-06-25 16:44:57 +05:30
Ankush Menat
923832c316
chore: remove dead and py2 compatibility code
...
form_grid_template doesn't exist
2021-06-25 16:44:57 +05:30
Deepesh Garg
4beaf74524
Merge pull request #26221 from deepeshgarg007/item_tax_error_fetch_develop
...
fix: Error while fetching item taxes
2021-06-25 14:28:58 +05:30
Deepesh Garg
8dd99c02cc
fix: Check for is None
2021-06-25 14:27:50 +05:30
Deepesh Garg
cae42b48f1
fix: Error while fetching item taxes
2021-06-25 14:27:43 +05:30
Deepesh Garg
bb0b1e61d6
Merge pull request #26220 from deepeshgarg007/item_tax_error_fetch_v13
...
fix: Error while fetching item taxes
2021-06-25 14:03:14 +05:30
Deepesh Garg
6eb8d19cc9
fix: Check for is None
2021-06-25 14:02:12 +05:30
Deepesh Garg
cd36ba7e64
fix: Error while fetching item taxes
2021-06-25 14:02:04 +05:30
Ankush
532a224c44
fix: precision rate for packed items ( #26046 ) ( #26217 )
...
Co-authored-by: Noah Jacob <noahjacobkurian@gmail.com >
2021-06-25 13:28:01 +05:30
Alan
37a25308ae
fix: add validation for 'for_qty' else throws errors ( #25829 ) ( #26214 )
...
* fix: add validation for 'for_qty' else throws errors
* fix: check if for_qty is None
* fix: check purpose
* fix: add purpose to pick list get_doc
* fix: set as read only to prevent se from picking up value
* chore: undo changes to doctype modified timestamp
2021-06-25 12:40:38 +05:30
Deepesh Garg
3239f774bd
Merge pull request #26183 from deepeshgarg007/item_tax_fetch_fix_develop
...
fix: User is not able to change item tax template
2021-06-25 10:46:14 +05:30
GangaManoj
dcb8a2895c
fix(Asset Repair): Simplify code for Asset Repair creation in tests
2021-06-24 22:30:08 +05:30
GangaManoj
c73e137bfa
fix(Asset Repair): Edit description for total_repair_cost
2021-06-24 22:27:30 +05:30
GangaManoj
b44e4121da
fix(Asset Repair): Move filters for cost_center, warehouse and project to setup
2021-06-24 22:25:45 +05:30
GangaManoj
289b449f2b
fix(Asset): Add comment
2021-06-24 22:21:08 +05:30
GangaManoj
f4e8e7d933
fix(Asset): Remove extra tabs
2021-06-24 22:18:59 +05:30
Deepesh Garg
d1fae389e7
Merge pull request #26156 from deepeshgarg007/internal_transfer_payment_tax
...
fix: Taxes on Internal Transfer payment entry
2021-06-24 21:32:14 +05:30
Deepesh Garg
7b7796c1ed
fix: Linting fixes
2021-06-24 21:13:18 +05:30
Deepesh Garg
8cdd7ce7b6
fix: Add python 3 compatible string types
2021-06-24 21:13:10 +05:30
Deepesh Garg
dce2676f7a
Merge branch 'develop' of https://github.com/frappe/erpnext into internal_transfer_payment_tax
2021-06-24 21:08:57 +05:30
Deepesh Garg
c151c67d97
fix: Flaky test
2021-06-24 21:08:19 +05:30
Ankush
2ea750eadd
perf: don't query unless required ( #26175 )
...
re-order conditionals so queries are not evaluated unless required.
2021-06-24 20:29:18 +05:30
Noah Jacob
0ceec76d98
refactor: update cost updates operation time and hour rates in BOM (fp #25891 )
...
* refactor: updates hour_rate and operation time on update cost
* refactor: hour_rates are updated in routing when updated in workstations
* test: test cases for updating hour_rates and operation time in linked bom
2021-06-24 20:27:47 +05:30
Nabin Hait
67768faaef
Merge branch 'version-13-hotfix' into version-13-pre-release
2021-06-24 20:16:04 +05:30
Noah Jacob
ac0bc1f170
fix: precision rate for packed items ( #26208 )
2021-06-24 19:36:17 +05:30
Saqib
64c6b34b94
fix: too many writes while renaming company abbreviation ( #26142 )
2021-06-24 19:29:56 +05:30
Saqib
3b5978cdb8
Merge pull request #26093 from nextchamp-saqib/pr-item-gl-fix
...
fix: purchase receipt gl entries with same item code
2021-06-24 19:29:08 +05:30
Nabin Hait
a57976660a
fix: merge conflict
2021-06-24 19:14:33 +05:30
Ankush
7a63d782db
fix: batch nos in packed items ( #26105 )
...
* test: batch info in packed_items
* fix(ux): make packed items editable
* refactor: allow custom table name for set_batch
In some doctypes there are multiple child tables requiring batched
items. This change makes the function a bit more flexible.
* fix: Auto fetch batch_nos in packed_item table
2021-06-24 19:07:16 +05:30
Deepesh Garg
acbf56f162
Merge pull request #26182 from deepeshgarg007/gstr_1_export_invoices_error_develop
...
fix: Export invoices not visible in GSTR-1 report
2021-06-24 18:43:40 +05:30
Anuja Pawar
a50196bcd9
fix: dunning permission error in payment entry ( #26204 )
2021-06-24 18:25:16 +05:30
Saqib
c10fea8a59
Merge branch 'develop' into pr-item-gl-fix
2021-06-24 17:39:36 +05:30
Saqib
2980db30ce
Merge pull request #26157 from nextchamp-saqib/pos-fixes-9
...
refactor(pos): use pos invoice item name as unique identifier
2021-06-24 17:38:41 +05:30
Deepesh Garg
e693cceb58
Merge pull request #26132 from noahjacob/shipping_address_fix
...
fix: fetch preferred shipping address
2021-06-24 17:31:21 +05:30
Deepesh Garg
f84f8d5260
Update party.js
2021-06-24 17:29:55 +05:30
Nabin Hait
5b462ad11a
fix: merge conflict
2021-06-24 15:36:51 +05:30
Nabin Hait
4704003c94
Merge branch 'version-13-pre-release' into version-13
2021-06-24 15:35:50 +05:30
Nabin Hait
b5d1a7731c
bumped to version 13.5.2
2021-06-24 15:55:50 +05:50
Nabin Hait
7a8a449ed4
Merge pull request #26197 from deepeshgarg007/deferred_revenue_error_pre_release
...
fix: Error while booking deferred revenue
2021-06-24 15:34:58 +05:30
GangaManoj
e21d44c5c3
fix(Asset): Remove to_date field
2021-06-24 15:04:44 +05:30
Saqib Ansari
4d3e748c00
fix: sider issues
2021-06-24 15:01:33 +05:30
Marica
bf3e191570
Merge pull request #26193 from marination/country-modal-cart-v13-release
...
fix: Address Card issues in e-commerce
2021-06-24 14:57:39 +05:30
Marica
b5ffaff6a8
Merge pull request #26194 from marination/web-item-group-v13-pre-release
...
fix: Website item group logic for product listing in Item Group pages
2021-06-24 14:57:29 +05:30
GangaManoj
2fdb923953
fix(Asset Repair): Change controller hooks
2021-06-24 14:56:34 +05:30
Deepesh Garg
f79a72dbf3
fix: Error while booking deferred revenue
2021-06-24 14:49:09 +05:30
Saqib
73aaa1c275
Merge branch 'develop' into pos-fixes-9
2021-06-24 14:31:19 +05:30
Saqib Ansari
8aa0e31bb4
fix: add missing semicolons
2021-06-24 14:29:22 +05:30
Noah Jacob
b2b7369874
fix(Work Order): added freeze when trying to stop work order ( #26192 )
...
* fix: added freeze when trying to stop work order
* fix(ux): add freeze message
2021-06-24 14:21:35 +05:30
marination
820a579051
chore: Test for Item visibility in multiple item group pages
2021-06-24 13:57:18 +05:30
marination
4f0e6cd911
fix: Sider
2021-06-24 13:57:00 +05:30
marination
f913838373
fix: Consider Table Multiselect fields in Query engine
...
- Since table multiselect fields were not handled, the query tried searching for this child field in item master
- This broke the query
- On trying to reload or go back to all-products page with field filters that are table mutiselect, page breaks
2021-06-24 13:56:49 +05:30
marination
9f305e983c
fix: Filters did not consider Website Item Group
2021-06-24 13:56:35 +05:30
marination
ea2408744a
fix: Consider Website Item Groups in Item group page product listing
...
- Passed an argument to query engine to know when query is for item group page
- If for item group page, get data with regards to website item group table
- This query should be fast since there's one filter and that shortens the table beforehand
- This data is merged with the results from the Item master (results only considering item attributes and field filters)
- The combined data is then sorted as per weightage
Co-authored-by: Gavin D'souza <gavin18d@gmail.com >
2021-06-24 13:56:15 +05:30
marination
5884f1aeb0
fix: (style) Address card buttons hover state
2021-06-24 13:50:29 +05:30
marination
26bec9d7b4
fix: Country Link field in 'Add address' website modal auto-clears
2021-06-24 13:50:18 +05:30
GangaManoj
550fe8ae39
fix(Asset): Remove redundant code
2021-06-24 13:22:26 +05:30
Rucha Mahabal
e81775d6f7
chore: remove unused import
2021-06-24 13:18:49 +05:30
Jannat Patel
ca8c3b90f0
fix: Update leave allocation after submit ( #25975 )
...
* update leave allocation after submit
* fix: leave allocation update after submit
* fix: circular dependency
* fix: replaced update with submit in tests
* fix: replaced update with submit in tests
* fix: updating total leaves allocated
2021-06-24 13:13:03 +05:30
Rucha Mahabal
357657fa73
chore: create a separate controller file for EmployeeBoardingController
2021-06-24 13:00:50 +05:30
GangaManoj
60a44ae1e6
fix(Asset): Fix test
2021-06-24 12:44:13 +05:30
Rucha Mahabal
c5c858e428
Merge branch 'develop' into fix-employee-onboarding-status
2021-06-24 12:24:44 +05:30
Deepesh Garg
ab7a16a952
Merge pull request #26180 from deepeshgarg007/pi_billing_address_develop
...
fix: Billing address not fetched in Purchase Invoice
2021-06-24 12:13:17 +05:30
Deepesh Garg
5b119ac4a4
Merge pull request #26178 from deepeshgarg007/payroll_accounting_dimension_develop
...
fix: Accounting Dimensions for payroll entry accrual Journal Entry
2021-06-24 12:12:37 +05:30
Ganga Manoj
604f0b8f01
fix: message on successful creation of opening invoices ( #25998 )
2021-06-24 11:04:27 +05:30
Rucha Mahabal
7dbb032468
fix: chart not visible for First Response Time reports ( #26032 )
2021-06-24 10:41:56 +05:30
Deepesh Garg
269962a8dc
fix: Check if item tax template exists
2021-06-24 10:40:07 +05:30
Deepesh Garg
808f83f385
fix: Make item tax templates optional
2021-06-24 10:39:58 +05:30
Deepesh Garg
94d460412a
fix: User is not able to change item tax template
2021-06-24 10:39:49 +05:30
Deepesh Garg
2dc90dd8ac
fix: Export invoices not visible in GSTR-1 report
2021-06-24 10:37:19 +05:30
Deepesh Garg
7bef18f3d8
fix: Remove unintentional changes
2021-06-24 10:28:25 +05:30
Deepesh Garg
c8a6b31f06
Merge branch 'develop' of https://github.com/frappe/erpnext into pi_billing_address_develop
2021-06-24 10:27:16 +05:30
Deepesh Garg
da7f45130b
fix: Billing address not fetched in Purchase Invoice
2021-06-24 10:25:24 +05:30
Deepesh Garg
5f5bbf622a
Merge pull request #26179 from deepeshgarg007/sales_order_billed_qty_develop
...
fix: Incorrect billed qty in Sales Order analytics
2021-06-24 10:22:07 +05:30
Deepesh Garg
70823b6d9a
fix: Incorrect billed qty in Sales Order analytics
2021-06-24 10:21:17 +05:30
Deepesh Garg
c451f43f64
fix(minor): Translation and linting issues
2021-06-24 10:18:46 +05:30
Deepesh Garg
3da0541000
fix: Accouting Dimensions for payroll entry accrual Journal Entry
2021-06-24 10:18:36 +05:30
Afshan
53fefd7513
feat: fetching of qty as per received qty from PR to PI ( #25837 )
2021-06-24 10:09:02 +05:30
GangaManoj
dce2113736
fix(Asset Repair): Remove test that's no longer necessary
2021-06-23 22:26:45 +05:30
GangaManoj
2f5f9d8566
fix(Asset): Fix value_after_depreciation calculation
2021-06-23 22:19:05 +05:30
Noah Jacob
b4b6288596
fix: fetches correct preferred shipping address
2021-06-23 17:05:44 +05:30
Jannat Patel
da66cefefc
fix: staffing plan vacancies data type issue ( #25936 )
...
* fix: staffing plan vacancies data type issue
* fix: translation issue
* fix: removed greater than 0 condition
* fix: sider
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-06-23 14:04:48 +05:30
GangaManoj
80399802c6
fix(Asset Repair): Replace asset_value with value_after_depreciation in tests
2021-06-23 13:26:47 +05:30
Anurag Mishra
d021db1cb1
fix: Training event ( #26164 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-06-23 12:59:43 +05:30
Jannat Patel
0354ec6363
fix: job applicant link issue ( #25933 )
...
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-06-23 12:27:45 +05:30
Anurag Mishra
11c155e6ce
feat: Employee Grievance ( #25705 ) ( #26162 )
...
* feat: Employee Grievance
* feat: link to desk and automatic unsuspend
* test: Employee Grievance
* fix: Sider and Translation
* fix: sider
* fix: formatting
* feat: changes requested
* feat: Employee Grievance
* feat: link to desk and automatic unsuspend
* test: Employee Grievance
* fix: Sider and Translation
* fix: sider
* fix: formatting
* feat: changes requested
* fix: patch test and sider issue
* fix: make Employee Responsible non-mandatory since there cannot be an employee responsible for all sorts of grievances
- show pay cut and suspension buttons only if Employee Resposible is set
- some label changes
* feat: added subject field for more context
- set title for documents
- added list view settings
- refactor suspend and unsuspend functions
- add submit and cancel perms for system and hr managers
- fix tests
* fix: sider issues
* fix: removed suspension and paycut
* fix:sider
* fix: test
* fix: test
* fix: resolved Conflicts
* fix: sider
* fix: remove debugging print statements
* fix: validation message
* fix: unnecessary comma
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-06-23 12:13:32 +05:30
GangaManoj
88348e2da7
fix(Sales Invoice): Print appropriate message if Asset isn't specified when the Item is a Fixed Asset
2021-06-23 11:57:53 +05:30
Deepesh Garg
e8817f97d6
Merge pull request #26150 from nemesis189/changed-profitability-analysis-report-width
...
fix: Changed profitability analysis report width
2021-06-23 11:36:43 +05:30
GangaManoj
32d7b1f6ad
fix(Sales Invoice): Fix GL Entry creation for Return Invoices linked with Assets
2021-06-23 11:24:05 +05:30
Saqib
46ae97dfd3
Merge branch 'develop' into pr-item-gl-fix
2021-06-23 11:02:48 +05:30
Saqib
5a824cad81
fix: cannot cancel payment entry if linked with invoices ( #26075 )
2021-06-23 11:02:05 +05:30
Saqib
08c269510e
Merge branch 'develop' into pos-fixes-9
2021-06-23 10:15:07 +05:30
GangaManoj
8127208774
fix(Sales Invoice): Reset Asset status on issuing Credit Note
2021-06-22 23:12:56 +05:30
GangaManoj
721ff9438a
Merge branch 'develop' into asset-credit-note
2021-06-22 22:45:11 +05:30
Saqib Ansari
75ce023170
fix: hide images from cart & details
2021-06-22 21:18:44 +05:30
Saqib Ansari
3b225b13e8
refactor(pos): use pos invoice item name as unique identifier
2021-06-22 21:18:20 +05:30
Deepesh Garg
dc6e4f12c6
Merge pull request #26076 from nextchamp-saqib/export-round-off-fix
...
fix(e-invoicing): IRN generation for export invoices with round off
2021-06-22 20:45:24 +05:30
Deepesh Garg
7b0d86ead5
fix: Do not show received amount after tax for internal tarnsfers
2021-06-22 20:38:35 +05:30
Deepesh Garg
2af8c171c1
fix: Taxes on Internal Transfer payment entry
2021-06-22 19:48:08 +05:30
Noah Jacob
ce72d0c2c1
fix: fixed rounding off ordered percent to 100 in condition ( #26148 )
2021-06-22 17:54:16 +05:30
GangaManoj
2e45965405
fix(Asset Repair): Fix Sider issues
2021-06-22 17:24:14 +05:30
GangaManoj
859c8c92f7
fix: Remove changes made to Asset Maintenance
2021-06-22 17:16:12 +05:30
Subin Tom
a446d61e10
fix: Changed profitability analysis report width
2021-06-22 16:51:15 +05:30
GangaManoj
2ea325c0c3
fix(Asset Repair): Revert Stock Entry on cancellation
2021-06-22 16:33:10 +05:30
GangaManoj
3a44d88866
fix(Asset): Fix tests for Asset Repair
2021-06-22 16:28:29 +05:30
Subin Tom
e3a697c582
fix: disable sales order cancellation if linked to draft invoice ( #26104 )
2021-06-22 16:27:53 +05:30
GangaManoj
3b0eac79bf
fix(Asset Repair): Compute total_value
2021-06-22 16:26:09 +05:30
Saqib
4b4eb990a9
Merge branch 'develop' into asset-repair-refactor
2021-06-22 16:21:13 +05:30
Subin Tom
943b46a759
fix: sql syntax error in get_project_name method ( #26145 )
2021-06-22 14:26:36 +05:30
Marica
c6939f37d4
Merge pull request #26140 from marination/product-weightage-develop
...
fix: Sort website products by weightage mentioned in Item master
2021-06-22 11:45:28 +05:30
marination
c212d7fafd
fix: Sort website products by weightage mentioned in Item master
2021-06-22 11:20:23 +05:30
Dany Robert
884dd9764b
Merge branch 'develop' into patch-4
2021-06-22 11:18:17 +05:30
GangaManoj
d0d5fedd48
fix(Sales Invoice): Print appropriate message if item.asset is missing when the Item is a Fixed Asset
2021-06-22 00:22:08 +05:30
GangaManoj
5b07e58412
fix(Sales Invoice): Let invoice be created for Sold Assets if it's a return invoice
2021-06-21 23:51:09 +05:30
GangaManoj
600333875a
fix(Sales Invoice): Let item.asset be copied on duplicating the doc
2021-06-21 23:41:35 +05:30
rohitwaghchaure
82adb4f16e
Merge pull request #26118 from rohitwaghchaure/fixed-linking-between-mr-and-sq-develop
...
fix: material request and supplier quotation not linked if supplier quotation created from supplier portal
2021-06-21 22:36:03 +05:30
GangaManoj
5776a962b3
fix(Asset Repair): Return Depreciation Schedule to original state on cancellation
2021-06-21 18:57:11 +05:30
rohitwaghchaure
6a07869e55
Update production_plan.js
2021-06-21 15:41:30 +05:30
Noah Jacob
38f105eaee
test: test cases for fetching customer group details
2021-06-21 15:40:13 +05:30
Rohit Waghchaure
00c05108b2
fix: allow to select group warehouse while downloading materials from production plan
2021-06-21 15:39:49 +05:30
Noah Jacob
acef77fb53
test: test case for fetching supplier group details
2021-06-21 15:39:05 +05:30
rohitwaghchaure
40d7e45a34
Merge pull request #26128 from rohitwaghchaure/fix-rate-not-able-to-change-develop
...
fix: rate not able to change in purchase order
2021-06-21 15:37:32 +05:30
Noah Jacob
89215e44a4
feat: details fetched from customer group in customer
2021-06-21 15:37:17 +05:30
Noah Jacob
ffe306c2f6
feat: details fetched from supplier group in supplier
2021-06-21 15:36:46 +05:30
GangaManoj
91a99e0d89
fix(Asset Repair): Increase stock quantity and decrease asset value on cancellation
2021-06-21 15:22:02 +05:30
GangaManoj
f88a13b292
fix(Asset Repair): Compute total_value instantly
2021-06-21 15:02:40 +05:30
Rohit Waghchaure
01faa9ca11
fix: rate not able to change in purchase order
2021-06-21 14:56:38 +05:30
GangaManoj
a34bf5edec
fix: Rename 'Stock Item' to 'Asset Repair Consumed Item'
2021-06-21 14:55:34 +05:30
GangaManoj
b081d79332
fix(Asset Repair): Fix tests
2021-06-21 14:52:00 +05:30
Nabin Hait
27f0495156
Merge branch 'version-13' into develop
2021-06-21 11:28:58 +05:30
Nabin Hait
6495a4d2ed
Merge branch 'version-13-pre-release' into version-13
2021-06-21 11:28:57 +05:30
Nabin Hait
94484d7766
bumped to version 13.5.1
2021-06-21 11:48:57 +05:50
Nabin Hait
9cab26b7bf
Merge pull request #26123 from nextchamp-saqib/pos-change-gl-fix-pre-release
...
fix(pos): unsupported operand type -= for 'float' and 'NoneType'
2021-06-21 11:27:59 +05:30
Afshan
127d637b3d
fix: check for duplicate payment terms in Payment Term Template ( #25999 )
2021-06-21 11:24:45 +05:30
Ankush
7dae0fbe95
fix: status indicator for delivery notes (bp #26062 )
...
On list view `per_returned` isn't fetched i.e. `undefined` which become
0 hence the list view indicator is false.
This "computation" is already done by status updater, so relying on
doc.status is better than redefining it.
2021-06-21 11:19:47 +05:30
Saqib Ansari
9b54aee43e
test: service item purchase with perpetual inventory enabled
2021-06-21 11:18:56 +05:30
Saqib Ansari
d329e27346
Merge branch 'develop' of https://github.com/frappe/erpnext into pr-item-gl-fix
2021-06-21 11:18:45 +05:30
Saqib
d8d3e536e0
Merge branch 'develop' into export-round-off-fix
2021-06-21 10:52:12 +05:30
Saqib
7ff19ebec8
fix(pos): unsupported operand type -= for 'float' and 'NoneType' ( #26096 )
2021-06-21 10:48:50 +05:30
Saqib Ansari
99531a35e0
fix(pos): unsupported operand type -= for 'float' and 'NoneType'
2021-06-21 10:47:23 +05:30
GangaManoj
740df95c58
fix(Asset Repair): Set completion_date on changing repair_status to 'Completed'
2021-06-20 17:44:35 +05:30
rohitwaghchaure
1d3b66eefe
Merge pull request #26119 from rohitwaghchaure/develop-sub-contract-enhancemnet
...
feat: subcontract code refactor and enhancement
2021-06-20 16:21:44 +05:30
Rohit Waghchaure
f0dfea1d47
fix: test case for Project Profitability report
2021-06-20 15:31:25 +05:30
Rohit Waghchaure
e5fb23972a
fix: available qty for consumption
2021-06-20 15:28:25 +05:30
Rohit Waghchaure
110e152fa3
fix: purchase invoice qty change not recalculate the consumed qty and added test cases for purchase invoice
2021-06-20 15:28:23 +05:30
Rohit Waghchaure
6bbc8ec3e8
fix: code cleanup and convert public method to private for subcontracting class
2021-06-20 15:27:04 +05:30
Rohit Waghchaure
d755b29943
fix: toggle consumed qty field based on condition
2021-06-20 15:27:04 +05:30
Rohit Waghchaure
21b58ef045
fix: semgrep error
2021-06-20 15:27:04 +05:30
Rohit Waghchaure
7b7ceaadd9
feat: subcontract code refactor and enhancement
2021-06-20 15:27:01 +05:30
Rohit Waghchaure
9e616b09a2
fix: material request and supplier quotation not linked if sq created from supplier portal against rfq
2021-06-20 15:17:20 +05:30
rohitwaghchaure
1c846c5be7
Merge pull request #26114 from rohitwaghchaure/fixed-stock-entry-submission-performance-v13-hotfix
...
fix: time out while submitting the stock transactions with more than 50 Items
2021-06-19 18:51:47 +05:30
Rohit Waghchaure
4d81d45a0e
fix: time out while submitting the stock transactions with more than 50 items
2021-06-19 16:15:08 +05:30
GangaManoj
23876c0854
fix(Asset Repair): Prevent some fields from being copied on duplicating the doc
2021-06-19 15:23:06 +05:30
GangaManoj
012b9eaeff
fix(Asset Repair): Make Error Description non-mandatory
2021-06-19 15:18:54 +05:30
GangaManoj
7db7988e4c
fix(Asset Repair): Add Stock Entry field
2021-06-19 14:54:30 +05:30
GangaManoj
09ba6f6477
fix(Asset Repair): Move Total Repair Cost to the Stock Consumption Details section
2021-06-19 14:06:45 +05:30
GangaManoj
da8da9fa4e
fix: Replace edit_dates with flags.increase_in_asset_life
2021-06-19 14:00:26 +05:30
GangaManoj
2b93e54e1f
fix(Asset Repair): Fix depreciation_amount calculation
2021-06-19 13:45:37 +05:30
GangaManoj
93b9752771
fix: Add comments
2021-06-19 13:06:27 +05:30
Dany Robert
ba288274f2
fix: ignore permission to update call log
2021-06-19 12:31:12 +05:30
Deepesh Garg
52992b345f
Merge pull request #26106 from deepeshgarg007/loan_repay_via_salary
...
fix: Sanctioned loan amount limit check
2021-06-18 23:30:54 +05:30
Deepesh Garg
22e75725ea
fix: Sanctioned loan amount limit check
2021-06-18 17:25:37 +05:30
Ankush
4e88dcf956
fix: auto unlink warehouse from item on delete ( #26073 ) ( #26101 )
...
* fix: auto unlink warehouse from item on delete
* fix: sider
* refactor: use delete_doc
* test: add test for unlinking warehouse from item
* refactor: add msgprint to inform user of unlink
* refactor: cleanup and reuse extant functions
* fix: don't delete row, update table
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-06-18 14:48:30 +05:30
Ankush
584fe32900
fix: escaped warehouse value for sql query (bp #26049 )
...
Co-authored-by: Noah Jacob <noahjacobkurian@gmail.com >
2021-06-18 14:47:30 +05:30
rohitwaghchaure
e43df63978
Merge pull request #26099 from rohitwaghchaure/enqueue-cancel-action-in-stock-reco-develop
...
fix: timeout while cancelling stock reconciliation
2021-06-18 11:31:00 +05:30
Saqib
5633834ef7
Merge branch 'develop' into export-round-off-fix
2021-06-18 11:25:21 +05:30
Saqib
cceabff6e1
Merge branch 'develop' into pr-item-gl-fix
2021-06-18 11:24:54 +05:30
Rohit Waghchaure
7fc50ba460
fix: timeout while cancelling stock reconciliation
2021-06-18 10:45:53 +05:30
GangaManoj
94dfd0e318
fix(Asset): Add function to clear old depreciation schedule
2021-06-18 09:59:45 +05:30
GangaManoj
354116142a
fix(Asset Repair): Create GL Entries for each item in Stock Items
2021-06-18 09:53:18 +05:30
Suraj Shetty
6894cc2832
Merge pull request #26088 from surajshetty3416/refactor-website-routing
2021-06-17 20:43:23 +05:30
Suraj Shetty
e8e4841e5e
ci: Build frappe assets
...
- Build frappe assets since it is used for print views
2021-06-17 20:23:18 +05:30
Deepesh Garg
1c1e25da45
Merge pull request #25896 from buff0k/patch-3
...
fix: Correct South Africa VAT Rate
2021-06-17 18:27:00 +05:30
Deepesh Garg
ceb9d9e870
Merge branch 'develop' into patch-3
2021-06-17 18:26:42 +05:30
Deepesh Garg
1c58d79142
Merge pull request #26077 from nemesis189/fixed-label-rate-of-purchase-invoice-item
...
fix: removed extra space from label rate
2021-06-17 17:18:52 +05:30
Saqib Ansari
61675f1a43
fix: purchase receipt gl entries with same item code
2021-06-17 13:05:43 +05:30
GangaManoj
05c70ac584
fix(Asset): Replace asset_value with value_after_depreciation in Finance Books
2021-06-17 13:02:02 +05:30
Suraj Shetty
00332d1834
Merge branch 'develop' of github.com:frappe/erpnext into refactor-website-routing
2021-06-17 09:47:16 +05:30
GangaManoj
66d4e2ba51
fix(Asset Repair): Display value_after_depreciation in Finance Books
2021-06-17 08:28:19 +05:30
Anupam
dc448c2f51
refactor: lead
2021-06-17 00:28:03 +05:30
Subin Tom
c03a947e98
fix: removed extra space from label rate
2021-06-16 19:47:55 +05:30
Saqib Ansari
2be7e90e78
fix(e-invoicing): IRN generation for export invoices with round off
2021-06-16 19:00:34 +05:30
Afshan
d5c172590f
fix(pos): pos loyalty card alignment ( #26050 )
2021-06-16 14:28:03 +05:30
Ankush
fd84847f2b
fix: syntax fixes for native class ( #26064 )
2021-06-16 11:14:40 +05:30
GangaManoj
34997789cd
fix(Asset Repair): Filter Warehouse by Company
2021-06-16 10:48:07 +05:30
GangaManoj
6d6aee29e8
fix(Asset Repair): Fix GL Entry creation
2021-06-16 10:42:37 +05:30
GangaManoj
491763fa27
fix(Asset Repair): Fix Sider issues
2021-06-16 08:45:54 +05:30
GangaManoj
a33e751b0f
fix(Asset Repair): Make Cost Center non-mandatory
2021-06-16 08:35:50 +05:30
GangaManoj
abb0c769a4
fix(Asset Repair): Uncheck allow_on_submit for all fields
2021-06-16 08:33:05 +05:30
GangaManoj
c61bbc5915
fix(Asset Repair): Use existing function from asset.py for fetching fixed_asset_account
2021-06-16 08:26:02 +05:30
GangaManoj
94ac52c47d
fix(Asset Repair): Add mandatory_depends_on condition for Purchase Invoice
2021-06-16 08:18:45 +05:30
GangaManoj
71c60f75d7
fix(Asset Repair): Filter Cost Center and Project by Company
2021-06-16 08:13:36 +05:30
GangaManoj
9e07b7d4a7
fix(Asset Repair): Add Company field
2021-06-16 08:07:06 +05:30
GangaManoj
bf52f55870
fix(Asset Repair): Make Stock Items and Warehouse mandatory if stock_consumption is checked
2021-06-16 07:56:40 +05:30
GangaManoj
695cd70994
fix(Asset Repair): Add title to error messages
2021-06-16 07:50:03 +05:30
GangaManoj
14ea9ebcb7
fix(Asset Repair): Display fields according to the state of the doc
2021-06-16 07:03:32 +05:30
Nabin Hait
0950481253
fix: merge conflict
2021-06-15 20:18:06 +05:30
Nabin Hait
a97556fa8d
Merge branch 'version-13-pre-release' into version-13
2021-06-15 19:58:40 +05:30
Nabin Hait
24a88f6cf6
bumped to version 13.5.0
2021-06-15 20:18:40 +05:50
Nabin Hait
1e2df2c109
fix(pos): 'NoneType' object is not iterable
2021-06-15 19:53:57 +05:30
Nabin Hait
b2f2d0e749
chore: Added change log for v13.5.0
2021-06-15 19:44:06 +05:30
Deepesh Garg
95bc141531
Merge pull request #26056 from deepeshgarg007/gst_taxtable_value_with_discount_v13
...
fix(India): Taxable value for invoices with additional discount
2021-06-15 12:05:16 +05:30
GangaManoj
285bc60684
fix(Asset Repair): Set asset_name as title
2021-06-15 12:02:07 +05:30
GangaManoj
d4acf87feb
fix(Asset Repair): Make Accounting Dimensions section collapsible
2021-06-15 11:37:17 +05:30
Deepesh Garg
433815daba
fix: Update einvoice json test
2021-06-14 20:43:51 +05:30
Deepesh Garg
4afda3c89c
fix(India): Taxable value for invoices with additional discount
2021-06-14 20:43:42 +05:30
Deepesh Garg
a717b5ad6e
Merge pull request #26055 from deepeshgarg007/payment_entry_auto_tax_fixes_pre_release
...
fix: Auto tax calculations in Payment Entry
2021-06-14 20:39:52 +05:30
Deepesh Garg
bbf6121bb5
fix: Revert unintended changes
2021-06-14 20:09:31 +05:30
Deepesh Garg
ac52daa14f
fix: Import throw
2021-06-14 20:09:23 +05:30
Deepesh Garg
5ef9a62917
fix: Add separate function to validate payment entry taxes
2021-06-14 20:09:17 +05:30
Deepesh Garg
302855e160
fix: Auto tax calculations in Payment Entry
2021-06-14 20:09:10 +05:30
Saqib
80077d215f
fix: patch for adding doctype to sla ( #26053 )
2021-06-14 19:34:25 +05:30
Himanshu
ec25d5938b
feat(SLA): Apply SLA to any document ( #22449 )
2021-06-14 19:05:52 +05:30
Marica
326a2e6a99
Merge pull request #26020 from marination/subcontracted-rm-to-transfer-report-develop
...
fix: Report Subcontracted Raw Materials to be Transferred
2021-06-14 17:11:51 +05:30
Marica
ff1360a8e6
Merge branch 'develop' into subcontracted-rm-to-transfer-report-develop
2021-06-14 16:48:57 +05:30
marination
5d082b05a9
fix: Flaky test for Report Subcontracted Raw materials to be transferred
2021-06-14 16:31:45 +05:30
Nabin Hait
580b4d50b5
Merge pull request #26027 from ruchamahabal/add-inactive-status-to-employee
...
feat: add Inactive status to Employee
2021-06-14 12:34:33 +05:30
Nabin Hait
c8ed863454
Merge pull request #26029 from ruchamahabal/add-inactive-status-to-employee-v13-release
...
feat: add Inactive status to Employee
2021-06-14 12:32:28 +05:30
Suraj Shetty
d1902dfadb
Merge branch 'develop' of github.com:frappe/erpnext into refactor-website-routing
2021-06-14 12:25:49 +05:30
Marica
d37912fff1
Merge branch 'develop' into subcontracted-rm-to-transfer-report-develop
2021-06-12 16:00:14 +05:30
Rucha Mahabal
0ed33aa4e8
fix: unable to enter score in Assessment Result details grid ( #25945 )
2021-06-12 13:40:58 +05:30
Rucha Mahabal
efd7d584b2
feat: add Inactive status to Employee
2021-06-12 13:34:20 +05:30
Rucha Mahabal
a38147a8ba
feat: add Inactive status to Employee
2021-06-12 13:33:21 +05:30
Ankush Menat
348f04ca82
fix: syntax error in serial/batch selector ( #26024 )
2021-06-11 21:01:30 +05:30
Ankush Menat
9891780f5a
perf(minor): remove unnecessary comprehensions (port #25645 )
2021-06-11 18:40:22 +05:30
Marica
19d36be624
Merge branch 'develop' into subcontracted-rm-to-transfer-report-develop
2021-06-11 17:50:43 +05:30
marination
ea3e61d3b0
fix: Test
2021-06-11 17:29:55 +05:30
Ankush Menat
a424c0c023
test(perf): eliminate repeat creation of HSN codes (bp #25947 )
2021-06-11 16:49:39 +05:30
marination
a4ed6a3519
fix: Sider
2021-06-11 12:51:36 +05:30
marination
c5da51dd7a
fix: Report Raw Materials to be Transferred
2021-06-11 12:51:10 +05:30
rohitwaghchaure
387de3f3fa
Merge pull request #26015 from rohitwaghchaure/fixed-timeout-error-in-repost-item-valuation-develop
...
fix: timeout error in the repost item valuation
2021-06-11 12:18:13 +05:30
rohitwaghchaure
da28db3698
Merge pull request #26016 from rohitwaghchaure/fixed-conversion-factor-issue-develop
...
fix: custom conversion factor field not mapped from job card to stock entry
2021-06-11 12:17:54 +05:30
rohitwaghchaure
49f3e5bbd5
Merge pull request #26017 from rohitwaghchaure/donot-copy-difference-account-develop
...
fix: on click of duplicate button system has not copied the difference account
2021-06-11 12:17:36 +05:30
rohitwaghchaure
eac07a28e3
Merge pull request #26014 from rohitwaghchaure/fixed-filters-for-item-query-develop
...
fix: filter type for item query
2021-06-11 12:17:14 +05:30
Rohit Waghchaure
17408c6388
fix: on click of duplicate button system copy the difference account from first row
2021-06-11 10:58:00 +05:30
Rohit Waghchaure
9cfd3adad9
fix: custom conversion factor field not mapped from job card to stock entry
2021-06-11 10:56:44 +05:30
Rohit Waghchaure
b103b24ae1
fix: timeout error in the repost item valuation
2021-06-11 10:55:05 +05:30
Rohit Waghchaure
f310501d7d
fix: filter type for item query
2021-06-11 10:53:07 +05:30
gavin
04df567973
Merge pull request #25967 from anupamvs/payroll-emp-detail
...
fix: payroll entry employee detail issue
2021-06-10 20:37:35 +05:30
Nabin Hait
42d72b55b8
Merge branch 'version-13-hotfix' into version-13-pre-release
2021-06-10 20:26:31 +05:30
gavin
46cc089f8b
Merge branch 'develop' into payroll-emp-detail
2021-06-10 20:15:28 +05:30
Nabin Hait
27299cfcc5
Merge branch 'version-13-hotfix' into version-13-pre-release
2021-06-10 19:45:38 +05:30
Anupam
32ebb1001e
fix: review chnages
2021-06-10 19:32:00 +05:30
Deepesh Garg
48f2839079
fix: Sort account balances by account name
2021-06-10 19:00:50 +05:30
Sagar Vora
ba333927f8
Merge pull request #26005 from resilient-tech/fix-se
...
fix: syntax error in Stock Entry
2021-06-10 16:54:11 +05:30
walstanb
8f5ae0470d
fix: syntax error in stock entry
2021-06-10 16:35:27 +05:30
rohitwaghchaure
64cc60f97a
Merge pull request #25946 from gavindsouza/patch-tests
...
ci: Update Patch tests
2021-06-10 14:11:08 +05:30
gavin
0f5b54c602
Merge pull request #25994 from ChillarAnand/requirement
...
chore: Upgrade PyGithub to 1.55
2021-06-09 19:43:24 +05:30
ChillarAnand
8eab59b062
chore: Upgrade PyGithub to 1.55
...
Frappe has upgraded to PyJWT>2. Upgrading PyGithub to resolve
dependency issues
2021-06-09 18:05:39 +05:30
Jannat Patel
6b8c123fd9
fix: Quiz timer ( #25983 )
...
* fix: quiz timer
* fix: pass time bound parameter
* fix: sider
2021-06-08 18:57:49 +05:30
Sagar Vora
10ec2eed6f
Merge pull request #25985 from resilient-tech/fix-quotation
...
fix: variable declaration
2021-06-08 18:09:34 +05:30
walstanb
646f0c3b53
fix: variable declaration
2021-06-08 17:54:34 +05:30
Saqib
6eeaf9b933
Merge branch 'version-13-hotfix' into asset-repair-refactor
2021-06-08 17:26:50 +05:30
Rucha Mahabal
f393934f3f
Merge pull request #25876 from resilient-tech/fix-ssa-selection
...
fix: choose correct Salary Structure Assignment when getting data for formula eval
2021-06-08 13:11:32 +05:30
Sagar Vora
5b1e7a61b8
test: remove unused imports
2021-06-07 19:34:02 +05:30
Sagar Vora
7f5378d98a
fix: tests
2021-06-07 18:40:54 +05:30
Anupam
bf0528413d
fix: payroll entry employee detail issue
2021-06-06 13:12:13 +05:30
gavin
203a363cd6
Merge branch 'develop' into patch-tests
2021-06-04 20:13:15 +05:30
Gavin D'souza
102afe7de1
fix: Manually link_fields from flags before rename_doc
2021-06-04 20:11:34 +05:30
Gavin D'souza
ac99c719bc
Revert "fix(patch): Reload linked doctypes before renaming dt"
...
This reverts commit 4e2e8daca9
because although it fixed it locally, didn't seem to do anything for erpnext CI
2021-06-04 20:10:26 +05:30
Gavin D'souza
4e2e8daca9
fix(patch): Reload linked doctypes before renaming dt
2021-06-04 17:56:28 +05:30
Gavin D'souza
0b7da52ef1
fix(patch): Handle NULL values from fieldtype change
2021-06-04 17:07:45 +05:30
Sagar Vora
bd92b4339c
perf: use frappe.get_value with wildcard instead of another frappe.get_doc call
2021-06-04 16:09:00 +05:30
Sagar Vora
5657fddb7a
fix: improve filter for from_date; validation for joining and relieving date
2021-06-04 16:09:00 +05:30
Sagar Vora
e80902be8e
fix: choose correct Salary Structure Assignment when getting data for formula eval
2021-06-04 16:09:00 +05:30
D Tim Cummings
fb3ec7ccb8
fix: AttributeError: 'PurchaseReceiptItem' object has no attribute 'purchase_invoice' ( #25902 )
...
* fix: AttributeError: 'PurchaseReceiptItem' object has no attribute 'purchase_invoice'
This error occurs when upgrading from erpnext 13.0.1 to 13.4.0 after typing
bench update --patch --reset
* fix(minor): use .get instead of getattr
2021-06-04 11:58:45 +05:30
Gavin D'souza
c68006b607
ci: Update ERPNext backup patch test >= v10
...
* Generated v10 backup archive
* used old v7 erpnext backup hosted via build.erpnext.com
* upgraded to v10 frappe + erpnext
* Hosted backup on https://erpnext.com/files/v10-erpnext.sql.gz
2021-06-04 11:49:56 +05:30
Gavin D'souza
8697e89441
chore: Drop < v10 patches from list
...
v7 backup was restored and upgraded to latest v10.x.x branch. The patches run uptil the upgrade are removed in this change. This means only existing v10 sites are allowed direct upgrade to v13 and newer
There are older version patches still left since they're being used in later ERPNext versions too.
2021-06-04 11:49:56 +05:30
Gavin D'souza
5bf5775b43
chore: Drop old patches
...
v7 backup was restored and upgraded to latest v10.x.x branch. The
patches run uptil the upgrade are removed in this change. This means
only existing v10 sites are allowed direct upgrade to v13 and newer
2021-06-04 11:49:56 +05:30
Rucha Mahabal
3e92089200
fix: invalid 'depends_on' expression in opportunity ( #25953 )
2021-06-04 11:15:38 +05:30
GangaManoj
12d9e3b1e6
fix(Asset Repair): Add tests
2021-06-03 22:41:57 +05:30
GangaManoj
b55649f2ec
fix(Asset): Add depreciation schedule details in create_asset()
2021-06-03 22:28:30 +05:30
rohitwaghchaure
cd503ce01d
Merge pull request #25938 from rohitwaghchaure/fixed-timeout-error-in-repost-item-valuation-v13-pre
...
fix: timeout error in the repost item valuation
2021-06-03 22:14:01 +05:30
GangaManoj
aa9bbe51bd
fix(Asset Repair): Add Company in GL Entries
2021-06-03 21:28:58 +05:30
GangaManoj
034f7bde33
fix(Asset Repair): Remove unnecessary condition
2021-06-03 21:12:43 +05:30
Raffael Meyer
cee0ddea78
Merge pull request #25943 from rohitwaghchaure/fixed-filters-for-item-query-pre
...
fix: filter type for item query
2021-06-03 15:58:20 +02:00
Rohit Waghchaure
8449a47048
fix: filter type for item query
2021-06-03 18:32:28 +05:30
Rucha Mahabal
67519d6b79
fix: boarding status in Employee Onboarding and Separation
...
- make boarding status read-only as its dependent on project
- update boarding status in onboarding/separation on project update
- update tests to check status changes
2021-06-03 18:07:00 +05:30
Rohit Waghchaure
4e10ce1632
fix: timeout error in the repost item valuation
2021-06-03 16:35:59 +05:30
gavin
3d5e15284b
Merge pull request #25850 from gavindsouza/rm-py2
...
fix: Add future in requirements.txt
2021-06-03 11:34:24 +05:30
Anoop
f899b3a633
fix: update linked Customer on Patient update only if Link Customer to Patient is enabled ( #25921 )
2021-06-03 09:24:31 +05:30
GangaManoj
9fb47795c4
fix(Asset Repair): Only modify depreciation schedule if calculate_depreciation is checked
2021-06-03 04:55:49 +05:30
GangaManoj
2ceeb8138d
fix(Asset Repair): Set company when creating Stock Entry
2021-06-03 01:54:44 +05:30
GangaManoj
960840dc3a
fix(Asset Repair): Set completion_date
2021-06-03 01:53:13 +05:30
Nabin Hait
0385ae2b43
Merge branch 'version-13-pre-release' into version-13
2021-06-02 22:14:20 +05:30
Nabin Hait
811f607c85
Merge branch 'version-13' into develop
2021-06-02 22:14:20 +05:30
Nabin Hait
8821d71094
bumped to version 13.4.1
2021-06-02 22:34:19 +05:50
Nabin Hait
830e87a4dd
Merge pull request #25917 from rohitwaghchaure/fixed-work-order-no-able-to-select-item-pre
...
fix: not able to select the item code in work order
2021-06-02 18:59:41 +05:30
Rohit Waghchaure
5dd92934ae
fix: not able to select the item code in work order
2021-06-02 14:27:24 +05:30
Sagar Vora
eff8f6fe34
fix(Payroll): no need to set abbr specially in Salary Slip ( #25877 )
2021-06-01 19:57:17 +05:30
Suraj Shetty
5b17f335d1
ci: Add coveralls_repo_token env variable
2021-06-01 08:18:56 +05:30
rohitwaghchaure
6463cbd15e
Merge pull request #25897 from anupamvs/stock-reconciliation
...
fix: featching serialized items
2021-05-31 20:00:26 +05:30
Eben van Deventer
7f2ae23dbf
Correct South Africa VAT Rate
...
On 1 April 2018 South Africa increased the VAT rate from 14% to 15%, this proposed change seeks to update the default parameters for a fresh ERPNext installation.
This was already done with a commit to version-13 branch under #25894 , this proposed change is to ensure that the update is pulled through to future versions.
2021-05-31 12:24:29 +02:00
Nabin Hait
a3d1b6973a
fix: merge conflict
2021-05-31 11:21:33 +05:30
Nabin Hait
d0ba0217e4
Merge branch 'version-13-pre-release' into version-13
2021-05-31 11:14:33 +05:30
Nabin Hait
c63e233bc7
bumped to version 13.4.0
2021-05-31 11:34:33 +05:50
Nabin Hait
4c94ccc8d8
chore: Added change log
2021-05-31 10:51:57 +05:30
Rucha Mahabal
05d5fb24f7
fix(test): tax detail report ( #25884 )
2021-05-29 23:18:36 +05:30
Gavin D'souza
62996ec980
Revert "ci(test): Temporary change to test PY2 compatability removal in Frappe"
...
This reverts commit f93a7a72c1 .
2021-05-28 23:06:15 +05:30
Gavin D'souza
d053081cb7
Merge branch 'develop' of github.com:frappe/erpnext into rm-py2
2021-05-28 21:48:05 +05:30
Ankush Menat
2df7f474fa
fix: use dictionary filter instead of list ( #25875 )
...
Item query doesn't support list filter anymore.
2021-05-28 21:12:10 +05:30
Deepesh Garg
d4dc76c3ee
Merge pull request #25867 from deepeshgarg007/itc_reversal_address_pre
...
fix(India): Show only company addresses for ITC reversal entry
2021-05-28 18:45:59 +05:30
Raffael Meyer
6038663bf8
fix: add_deduct_tax in Purchase Taxes setup ( #25757 )
2021-05-28 16:29:28 +05:30
Suraj Shetty
49c20f4f8d
chore: Update server-site test badge URL
2021-05-28 13:41:14 +05:30
Suraj Shetty
97687839b0
ci: Run mariadb tests after PR merge for coverage badge
2021-05-28 13:39:53 +05:30
Deepesh Garg
b084f1d320
fix(India): Show only company addresses for ITC reversal entry
2021-05-28 12:14:56 +05:30
Gavin D'souza
f93a7a72c1
ci(test): Temporary change to test PY2 compatability removal in Frappe
2021-05-28 11:44:16 +05:30
Gavin D'souza
07ba05630e
fix: Add future in requirements.txt
...
Since future is removed from frappe, adding it as a dependency here
2021-05-28 11:44:16 +05:30
Suraj Shetty
1a5c21c759
Merge pull request #25786 from prssanna/website-theme-fixes
2021-05-28 10:48:30 +05:30
Suraj Shetty
5f4527a6a1
refactor: Use css variables for breakpoint value
2021-05-28 08:55:38 +05:30
Deepesh Garg
5269f1537d
Merge pull request #25857 from Anuja-pawar/fix-ageing-error-pre-release
...
fix: ageing error in PSOA
2021-05-27 17:38:01 +05:30
Anuja P
753e5894de
fix: ageing error in PSOA
2021-05-27 17:33:22 +05:30
Suraj Shetty
df680a2c62
Merge branch 'develop' of github.com:frappe/erpnext into refactor-website-routing
2021-05-27 14:31:37 +05:30
Suraj Shetty
8612558433
Merge branch 'develop' into website-theme-fixes
2021-05-27 13:56:28 +05:30
Anupam Kumar
59769c7a86
fix: student invalid password reset link ( #25825 )
2021-05-26 12:16:04 +05:30
GangaManoj
03a6977a01
fix: Sider issues
2021-05-25 21:35:06 +05:30
GangaManoj
1d7dda2664
fix(Asset): Fix depreciation_amount calculation
2021-05-25 21:35:03 +05:30
GangaManoj
28ca383534
feat(Asset): Edit value_after_depreciation
2021-05-25 21:31:13 +05:30
GangaManoj
4b543de329
feat(Asset Repair): Modify depreciation schedule when increase_in_asset_life is not a multiple of frequency_of_depreciation
2021-05-25 21:31:05 +05:30
GangaManoj
4277877883
feat(Asset Repair): Change visibilty of sections
2021-05-25 21:26:46 +05:30
GangaManoj
30fdebafa7
feat(Asset): Modify depreciation schedule
2021-05-25 21:26:46 +05:30
GangaManoj
6bb920f25e
fix(Asset Repair): Only create GL entries if repair cost is capitalised
2021-05-25 21:26:46 +05:30
GangaManoj
8a41f6354a
fix(Asset Repair): Remove 'Payable Account' field
2021-05-25 21:26:46 +05:30
GangaManoj
66e6f01e40
fix(Asset Repair): Make Purchase Invoice mandatory if capitalize_repair_cost is checked
2021-05-25 21:26:46 +05:30
GangaManoj
a8037c1896
fix(Asset Repair): Add Purchase Invoice
2021-05-25 21:26:46 +05:30
GangaManoj
3ab852d4d0
fix(Asset Repair): Fetch 'Asset Name' when 'Asset' is selected
2021-05-25 21:26:45 +05:30
GangaManoj
d5d7cacd67
fix(Asset Repair): Improve code
2021-05-25 21:26:45 +05:30
GangaManoj
15294d5543
feat(Asset Maintenance): Decrease stock quantity if consumed during Asset Maintenance
2021-05-25 21:26:45 +05:30
GangaManoj
a7bbaacfde
fix(Asset Repair): Always add value of consumed Stock Items to Asset value
2021-05-25 21:26:45 +05:30
GangaManoj
70bad470f7
feat(Asset Maintenance): Increase Asset value if Stock Items were consumed
2021-05-25 21:26:45 +05:30
GangaManoj
d1f521701c
feat(Asset Maintenance): Check if Warehouse and Stock Items were entered
2021-05-25 21:26:45 +05:30
GangaManoj
04a909bd99
feat(Asset Maintenance): Add 'Stock Consumption Details' section
2021-05-25 21:26:44 +05:30
GangaManoj
568369a5c2
feat(Asset Maintenance): Add stock_consumption checkbox
2021-05-25 21:26:44 +05:30
GangaManoj
2874d08534
fix(Asset Repair): Rearrange fields
2021-05-25 21:26:44 +05:30
GangaManoj
f7eebf0e78
feat(Asset Repair): Add 'Increase In Asset Life' field
2021-05-25 21:26:44 +05:30
GangaManoj
68b78374b5
fix(Asset): Make Manage button white
2021-05-25 21:26:44 +05:30
GangaManoj
ec72f8956f
fix(Asset Repair): Revert to asset's previous status if repair is completed/cancelled
2021-05-25 21:26:43 +05:30
GangaManoj
1ac1cedfff
feat(Asset Repair): Decrease stock quantity if consumed during Asset Repair
2021-05-25 21:26:43 +05:30
GangaManoj
c8cb96a38f
feat(Asset Repair): Add Warehouse field
2021-05-25 21:26:42 +05:30
GangaManoj
f2fe55ceeb
feat(Asset Repair): Check for Cost Center and Payable Account
2021-05-25 21:26:42 +05:30
GangaManoj
8d05eca45e
feat(Asset Repair): Create GL Entries to capitalise repair cost
2021-05-25 21:26:42 +05:30
GangaManoj
385ca80ceb
feat(Asset Repair): Add total_repair_cost field
2021-05-25 21:26:42 +05:30
GangaManoj
c2b0102852
feat(Asset Repair): Add 'View General Ledger' button
2021-05-25 21:26:41 +05:30
GangaManoj
7ad74cf800
feat(Asset Repair): Add stock_consumption checkbox
2021-05-25 21:26:41 +05:30
GangaManoj
234b473d93
feat(Asset Repair): Remove 'Assign To'
2021-05-25 21:26:41 +05:30
GangaManoj
d554267b05
feat(Asset Repair): Add 'Cost Center' to GL Entries
2021-05-25 21:26:40 +05:30
GangaManoj
f5a2ea9cb3
feat(Asset Repair): Add 'Accounting Dimensions' section
2021-05-25 21:26:40 +05:30
GangaManoj
e5ab5d8963
feat(Asset Repair): Create GL Entries
2021-05-25 21:26:40 +05:30
GangaManoj
0739d4bb1b
feat(Asset Repair): Add value of consumed stock items to asset value
2021-05-25 21:26:39 +05:30
GangaManoj
d2d31fd164
feat(Asset Repair): Add 'Stock Items' table
2021-05-25 21:26:39 +05:30
GangaManoj
c62890bcdb
feat: Create 'Stock Item' child table
2021-05-25 21:26:39 +05:30
GangaManoj
258c238583
feat(Asset Repair): Add repair_cost to asset_value
2021-05-25 21:26:39 +05:30
GangaManoj
6d1cf76b77
feat(Asset): Add 'Asset Value' field
2021-05-25 21:26:39 +05:30
GangaManoj
194a08e4ec
fix(Asset Repair): Hide 'Accounting Details' section till doc gets saved
2021-05-25 21:26:38 +05:30
GangaManoj
1b2a5d1489
feat(Asset Repair): Add 'Capitalize Repair Cost' checkbox
2021-05-25 21:26:38 +05:30
GangaManoj
11594f870e
fix(Company): Add 'Repair and Maintenance Account' field
2021-05-25 21:26:38 +05:30
GangaManoj
88ac9b2ec9
fix(Company): Rename 'Fixed Asset Depreciation Settings' to 'Fixed Asset Deafults'
2021-05-25 21:26:38 +05:30
GangaManoj
deadcd9e97
feat(Asset Repair): Add payable_account field
2021-05-25 21:26:37 +05:30
GangaManoj
30c4a56491
feat(Asset Repair): Change Asset's status according to repair_status
2021-05-25 21:26:37 +05:30
GangaManoj
1c26b27a89
fix(Asset Repair): Display 'Completion Date' and 'Repair Status' only after save
2021-05-25 21:26:37 +05:30
GangaManoj
bbbd61dab8
fix(Asset): Group all buttons under 'Manage'
2021-05-25 21:26:37 +05:30
GangaManoj
3e0e3f0e1b
fix(Asset Repair): Replace 'Item Name' and 'Item Code' with 'Asset Name'
2021-05-25 21:26:36 +05:30
GangaManoj
322975a03c
feat(Asset): Add 'Create > Asset Repair' button
2021-05-25 21:26:36 +05:30
GangaManoj
ed79b224cc
fix(Asset): Group buttons under 'Action'
2021-05-25 21:26:36 +05:30
Nabin Hait
e5df60287e
Merge branch 'version-13-hotfix' into version-13-pre-release
2021-05-25 20:42:58 +05:30
Nabin Hait
db95db892c
fix: merge conflict
2021-05-25 19:33:23 +05:30
Suraj Shetty
3563454efa
Merge pull request #25824 from surajshetty3416/fix-variables-import
2021-05-25 16:09:17 +05:30
Suraj Shetty
45bc14408e
refactor: Remove redundant variables.scss import
2021-05-25 15:57:33 +05:30
Suraj Shetty
d3b9edd2c4
fix: Remove unnecessary import
2021-05-25 12:52:26 +05:30
Suraj Shetty
b14a935c5d
Merge branch 'develop' of github.com:frappe/erpnext into refactor-website-routing
2021-05-25 11:02:03 +05:30
Suraj Shetty
2f8a742aa8
refactor: Replace render imports
2021-05-25 10:28:32 +05:30
Nabin Hait
9b912b6adc
Merge branch 'version-13' into develop
2021-05-24 16:45:27 +05:30
Nabin Hait
8f057b4bac
Merge branch 'version-13-pre-release' into version-13
2021-05-24 16:45:27 +05:30
Nabin Hait
10085580c8
bumped to version 13.3.1
2021-05-24 17:05:27 +05:50
Saqib
6368c976c7
fix: expected amount in pos closing payments table ( #25737 )
2021-05-24 16:44:38 +05:30
Suraj Shetty
c0bad3d138
Merge pull request #25804 from surajshetty3416/fix-email-style
2021-05-23 13:42:19 +05:30
Suraj Shetty
540c82712a
Merge pull request #25803 from surajshetty3416/fix-extend-cscript
2021-05-23 13:39:09 +05:30
Suraj Shetty
815aad1003
fix: Rename email.bundle to erpnext_email.bundle
...
to avoid override of frappe email styles
2021-05-23 13:31:54 +05:30
Deepesh Garg
8a82b89308
Merge pull request #25772 from deepeshgarg007/support_settings_query
...
fix: Check if user can read before querying Support Settings
2021-05-22 20:17:21 +05:30
Rucha Mahabal
9ea06f5e5a
Merge pull request #25792 from anupamvs/timesheet-refa
...
refactor: timesheet
2021-05-22 11:27:06 +05:30
Rucha Mahabal
59961f70ee
refactor: timesheet
2021-05-22 10:21:04 +05:30
Suraj Shetty
3e6cc5037b
fix: Remove unnecessary code
2021-05-21 17:37:19 +05:30
Suraj Shetty
81d49e9c71
fix: Use extend_cscript function to properly extend class methods to cscript
2021-05-21 17:03:09 +05:30
rohitwaghchaure
94a52c0e17
Merge pull request #25752 from rohitwaghchaure/fixed-do-not-repost-if-scheduler-is-in-running
...
fix: the status of repost item valuation showing In Progress since long time
2021-05-21 09:50:33 +05:30
Deepesh Garg
6a1e31c633
fix: Check if user can rread before querying Support Settings
2021-05-20 23:16:22 +05:30
Deepesh Garg
42e0692a81
Merge pull request #25704 from CaseSolvedUK/workspace-onlyfor-v13
...
fix: filter for Indian workspace card
2021-05-20 17:10:29 +05:30
Deepesh Garg
9de1a45185
Merge pull request #25699 from Anuja-pawar/fix_process_statement_report
...
fix: Process Statement of Accounts formatting
2021-05-19 19:21:43 +05:30
Suraj Shetty
5c6d3e043c
test: Replace usage of render with get_response
2021-05-19 15:33:58 +05:30
Faris Ansari
df8f2c9276
Merge pull request #25753 from netchampfaris/super-syntax-error
...
fix: super call syntax error
2021-05-19 12:31:13 +05:30
Faris Ansari
1483a60b90
fix: super call syntax error
2021-05-19 12:30:11 +05:30
Deepesh Garg
d15d0d8568
Merge pull request #25254 from CaseSolvedUK/taxdetail-v13
...
feat: Tax Detail Report
2021-05-18 22:45:29 +05:30
anushka19
0fb6f9306f
fix: Accumulated depreciation ( #25740 )
...
* fix: Accumulated depreciation
* fix: Sider issues
2021-05-18 17:00:33 +05:30
Suraj Shetty
33205323c3
Merge pull request #25623 from netchampfaris/esbuild
2021-05-18 16:59:37 +05:30
dependabot[bot]
9d6f343111
chore(deps): bump ini from 1.3.5 to 1.3.7 ( #25733 )
...
Bumps [ini](https://github.com/isaacs/ini ) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases )
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 )
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-18 15:44:52 +05:30
prssanna
60ea785dfd
fix: ensure website theme is applied correctly
2021-05-18 15:42:13 +05:30
Suraj Shetty
a83d2aacd9
Merge branch 'develop' into esbuild
2021-05-18 14:48:28 +05:30
Rohit Waghchaure
0517abad43
fix: run scheduler for reposting if there is no scheduler is running for the reposting
2021-05-17 13:31:12 +05:30
Nabin Hait
8b2fef11b1
fix: merge conflict
2021-05-17 11:37:14 +05:30
Nabin Hait
6bae78f410
Merge branch 'version-13-pre-release' into version-13
2021-05-17 11:36:29 +05:30
Nabin Hait
bc92ecb10f
bumped to version 13.3.0
2021-05-17 11:56:29 +05:50
Nabin Hait
9ec0f11800
fix: renamed change log
2021-05-17 10:50:42 +05:30
Nabin Hait
2f403f1bcd
fix: renamed change log
2021-05-17 10:50:26 +05:30
Nabin Hait
ad0b8fdd1e
chore: Added change log for v13.3.0
2021-05-17 10:49:21 +05:30
rohitwaghchaure
e9f6c8cdb1
fix: validation message of quality inspection in purchase receipt ( #25667 )
2021-05-14 12:34:13 +05:30
casesolved-co-uk
6ab46e288f
fix: workspace formatting due to manual edit and filter tweaks
2021-05-13 12:56:02 +00:00
casesolved-co-uk
d5256b60d4
fix: lint
2021-05-13 12:53:11 +00:00
casesolved-co-uk
6998786055
fix: use correct fiscal year function in testing
2021-05-13 12:53:11 +00:00
casesolved-co-uk
cf5b57bfac
fix: only load data for tests that need it
2021-05-13 12:53:11 +00:00
casesolved-co-uk
68a31d3d0d
fix: fiscal year error
2021-05-13 12:53:11 +00:00
casesolved-co-uk
75ebfbdaf3
fix: fiscal year test case issue
2021-05-13 12:53:11 +00:00
casesolved-co-uk
89fcdf3226
fix: exclude rounding GL Entries from invoice tax lines
2021-05-13 12:53:11 +00:00
casesolved-co-uk
06e31e5d7d
fix: Test data for empty db
2021-05-13 12:53:11 +00:00
casesolved-co-uk
391dc45964
chore: fix sider
2021-05-13 12:53:11 +00:00
casesolved-co-uk
7555f5f613
fix: add to workspace and fix lint
2021-05-13 12:53:11 +00:00
casesolved-co-uk
77ffa6b1f6
feat: add test case for report output
2021-05-13 12:53:11 +00:00
casesolved-co-uk
2cb0da8780
fix: rewrite to allow referring to existing sections and reduce to single amount column
2021-05-13 12:53:10 +00:00
casesolved-co-uk
1c37390899
fix: Change & simplify query to cater for zero rate tax entries
2021-05-13 12:53:10 +00:00
casesolved-co-uk
442a0de094
fix: finalise query, fix bugs, put Add Columns back
2021-05-13 12:53:10 +00:00
casesolved-co-uk
ece00287ea
Refactor for Journal Entries (payroll)
2021-05-13 12:53:10 +00:00
casesolved-co-uk
3027cc7da6
fix: minor bug and tidy
2021-05-13 12:53:10 +00:00
casesolved-co-uk
5d9217ab29
fix: minor bugs and improvements
2021-05-13 12:53:10 +00:00
casesolved-co-uk
8e413651c2
fix: major refactor to monkey-patch into the QueryReport class
2021-05-13 12:53:10 +00:00
casesolved-co-uk
dba4b3cd13
feat: add run mode, add tests, various fixes
2021-05-13 12:53:10 +00:00
Richard Case
ef8ab135c9
develop: progress tax detail report
2021-05-13 12:53:10 +00:00
casesolved-co-uk
a5d47f70b8
Fleshed out report setup functionality
2021-05-13 12:53:10 +00:00
casesolved-co-uk
3503598735
Initial commit of Tax Detail report and report builder
2021-05-13 12:53:10 +00:00
rohitwaghchaure
0048418c46
Merge pull request #25703 from rohitwaghchaure/change-today-to-now-for-reposting-pre
...
fix: change today to now to get data for reposting
2021-05-13 17:44:27 +05:30
Rohit Waghchaure
a0a88a710e
fix: change today to now to get data for reposting
2021-05-13 17:42:06 +05:30
casesolved-co-uk
aca8c34c4d
fix: filter for Indian workspace card
2021-05-13 12:11:41 +00:00
Mohammad Hasnain Mohsin Rajan
7c6de1a8ac
fix: bank statement import via google sheet ( #25677 )
...
* fix: change links in workspace
* fix: google sheet bank statement import
* chore: quotes
* fix: capitalization
* fix: typo
* chore: add translation
2021-05-13 17:28:49 +05:30
Anuja Pawar
b28889c6f7
Merge branch 'develop' into fix_process_statement_report
2021-05-13 16:23:06 +05:30
Suraj Shetty
14ca9ce1b7
Merge pull request #25635 from surajshetty3416/parallel-distributed-testing
2021-05-13 15:41:13 +05:30
Deepesh Garg
6084baa9ae
Merge pull request #25700 from deepeshgarg007/consolidated_report_param_fix_v13
...
fix: Parameter for get_filtered_list_for_consolidated_report in consolidated balance sheet
2021-05-13 15:23:53 +05:30
Deepesh Garg
8e748f8451
fix: Parameter for get_filtered_list_for_consolidated_report in consolidated balance sheet
2021-05-13 15:21:51 +05:30
Anuja P
e90a2a346b
fix: update new changes
2021-05-13 15:15:47 +05:30
Anuja P
554c91d638
fix: solved conflicts
2021-05-13 14:48:38 +05:30
Anuja P
ab1ae418cc
fix: Process SOA enhancement
2021-05-13 14:26:27 +05:30
Prssanna Desai
0eb3a38c9d
fix: quiz evalutation issue ( #25671 )
2021-05-13 12:17:28 +05:30
David Angulo
c55aa295fc
fix: Translate weekday when getting weekly off dates ( #25691 )
2021-05-13 12:16:04 +05:30
Suraj Shetty
28fdb2e6fa
ci: Update Python version to 3.7
2021-05-12 23:13:11 +05:30
rohitwaghchaure
c29c6ff9a7
Merge pull request #25692 from rohitwaghchaure/fixed-woocommerce-order-sync-issue-pre
...
fix: Woocommerce order sync issue
2021-05-12 23:09:33 +05:30
Rohit Waghchaure
fe68a0ff80
fix: Woocommerce order sync issue
2021-05-12 23:08:16 +05:30
Suraj Shetty
75909f061c
Merge branch 'develop' into parallel-distributed-testing
2021-05-12 18:14:49 +05:30
Suraj Shetty
1f025a84f5
ci: Update frappe branch
2021-05-12 18:14:22 +05:30
Afshan
6578c045ca
fix: Dialog variable assignment after definition in POS ( #25680 )
2021-05-12 17:41:50 +05:30
rohitwaghchaure
4ec0656f64
Merge pull request #25678 from rohitwaghchaure/fixed-new-fields-not-added-pre
...
fix: updated modified time in purchase invoice to pull new fields
2021-05-12 16:39:35 +05:30
Rohit Waghchaure
aaca8335f0
fix: updated modified time to pull new fields
2021-05-12 16:36:25 +05:30
Mohammad Hasnain Mohsin Rajan
dd1822ef58
fix: change links in workspace ( #25673 )
2021-05-12 13:01:53 +05:30
Mohammad Hasnain Mohsin Rajan
af8436d0dc
fix: change links in workspace ( #25670 )
2021-05-12 13:01:03 +05:30
Nabin Hait
e38192cb6d
fix: merge conflict
2021-05-11 11:15:09 +05:30
Suraj Shetty
b76ebb3f4b
fix: Use frappe.safe_eval instead of eval
2021-05-11 10:59:16 +05:30
Suraj Shetty
042118aafd
ci: Use only 3 containers for now
2021-05-11 10:09:06 +05:30
Suraj Shetty
6408367285
ci: Add test orchestrator URL
2021-05-10 23:48:37 +05:30
Suraj Shetty
b3fadebb41
style: Fix sider issues
2021-05-10 20:49:07 +05:30
Suraj Shetty
c90c4cb102
Merge branch 'develop' into parallel-distributed-testing
2021-05-10 20:38:13 +05:30
Suraj Shetty
a13c453c69
test: Fix a case where test used to fail due to holiday list
...
- fixes: "Please set a default Holiday List for Employee EMP-00009 or Company Wind Power LLC" error
2021-05-10 20:33:47 +05:30
Suraj Shetty
404e7d07c5
test: Fix permission error
2021-05-10 18:39:09 +05:30
Suraj Shetty
018ccc2b6d
test: Fix test name
...
- Rename TestSubcontractedItemToBeReceived > TestSubcontractedItemToBeTransferred
2021-05-10 18:01:53 +05:30
Suraj Shetty
4d6d5f4d89
test: Fix valuation rate for raw materials
2021-05-10 17:37:44 +05:30
Suraj Shetty
a132de42ca
fix: allow_zero_valuation_rate for rejected qty
2021-05-10 17:25:21 +05:30
Suraj Shetty
5ce2da8bed
fix: Pass ORCHESTRATOR_URL via secrets
2021-05-10 16:13:43 +05:30
dependabot-preview[bot]
b0e77cbd89
chore(deps): [security] bump lodash from 4.17.19 to 4.17.21 ( #25619 )
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-05-10 11:19:19 +05:30
Suraj Shetty
ec6b652cd4
refactor: Rename assertEquals to assertEqual to avoid deprecation warnings
2021-05-10 09:18:25 +05:30
Suraj Shetty
dfb8aa017d
ci: Check limits
2021-05-09 14:38:54 +05:30
Suraj Shetty
2ac27d774d
test: Fix test dependency
2021-05-09 14:38:28 +05:30
Suraj Shetty
7044bcfaab
ci: Try parallel testing with orchestrator
2021-05-09 11:29:00 +05:30
Suraj Shetty
142ec9e99e
test: Pass ConflictingTaxRule during tax rule test
2021-05-08 19:03:53 +05:30
Suraj Shetty
d27e70a67a
ci: Fix coveralls
2021-05-08 16:02:40 +05:30
Suraj Shetty
622bf077e7
ci: Disble failfast temporarily
2021-05-08 13:51:34 +05:30
Suraj Shetty
80aa8a3149
Merge branch 'develop' of github.com:frappe/erpnext into parallel-distributed-testing
2021-05-08 11:28:27 +05:30
Suraj Shetty
ccf6249bfb
chore: Debug
2021-05-08 00:05:48 +05:30
Suraj Shetty
490aed2a16
chore: Debug
2021-05-08 00:04:34 +05:30
Faris Ansari
f97cc0367b
fix: initialize filters in constructor
2021-05-07 15:32:06 +05:30
Faris Ansari
69eb6d476e
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-05-07 15:21:33 +05:30
Faris Ansari
a0ac5e3b13
chore: Add git blame ignore revs file
...
Ignore the commit which replaces use of Class.extend with native class in git blames
2021-05-07 14:57:32 +05:30
Faris Ansari
0c8294c963
fix: gitignore dist directory
2021-05-07 14:53:55 +05:30
Faris Ansari
464d838447
fix: Update bundle paths
2021-05-07 14:53:42 +05:30
Faris Ansari
ff3b71d2e7
fix: Make css bundles
2021-05-07 14:52:13 +05:30
Faris Ansari
f751738267
fix: Make js bundles
2021-05-07 14:51:05 +05:30
Syed Mujeer Hashmi
bcf3f3dd29
fix: Monthly Attendance Sheet Summarized view ( #24976 )
...
* fix: Monthly Attendance Sheet Summarized view
This fixes the count of different leave types in the monthly
attendance sheet summarized view.
Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in >
* fix: Avoid using raw sql query
Signed-off-by: Syed Mujeer Hashmi <mujeerhashmi@4csolutions.in >
Co-authored-by: Anurag Mishra <32095923+Anurag810@users.noreply.github.com >
2021-05-07 13:34:21 +05:30
HENRY Florian
3ecd7ac4c7
fix: Add french chart accounts with account number ( #25009 )
...
* fix: Add french chart accounts with account number
* fix actual franch plan
2021-05-07 13:33:12 +05:30
Shariq Ansari
ad3edc83ec
fix: Render timesheet template on timer field ( #25565 )
...
* fix: Render timesheet template on timer field
* fix: sider fix
2021-05-07 12:25:40 +05:30
Nikhil Ponnuru
ef9f126cb2
fix: change get_all to get_list in employee leave balance summary report to hide descendants when hide descendants is selected in user permissions ( #25599 )
...
Co-authored-by: nikhilponnuru <nikhil.kp@zerodha.com >
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-05-07 10:06:29 +05:30
Suraj Shetty
5117cbc08c
ci: Enable coveralls
2021-05-07 00:32:00 +05:30
Nabin Hait
7481f54e0c
Merge branch 'version-13' into develop
2021-05-06 19:18:18 +05:30
Nabin Hait
ec2ba6bc1f
Merge branch 'version-13-pre-release' into version-13
2021-05-06 19:18:17 +05:30
Nabin Hait
ae18efaa0a
bumped to version 13.2.1
2021-05-06 19:38:17 +05:50
Nabin Hait
0e41295c0e
perf: Performance enhancement on setup wizard ( #25606 )
...
* perf: Performance enhancement on setup wizard
* fix: create departments without updating nsm
2021-05-06 19:14:06 +05:30
Suraj Shetty
c702408f99
chore: Remove unnecessary print statements
2021-05-06 18:37:45 +05:30
Suraj Shetty
bdf8c528f1
test: Fix dependencies
2021-05-06 18:37:14 +05:30
Anurag Mishra
80c5c866db
Revert "fix: default value for Templates ( #25591 )" ( #25608 )
...
This reverts commit 60f3e9ee29 .
2021-05-06 17:45:58 +05:30
Suraj Shetty
c5430afe2d
test: Fix test_dependencies
2021-05-06 17:44:26 +05:30
Saqib
92cefd5655
feat(pos): ability to retry on pos closing failure ( #25604 )
...
* feat(pos): ability to retry on pos closing failure
* fix: sider issues
* fix: sider issues
* fix: mark all queued closing entry as failed
* feat: add headline message
2021-05-06 17:03:16 +05:30
Deepesh Garg
daf6c124a9
fix: Check if payment schedule exists
2021-05-06 16:47:02 +05:30
Deepesh Garg
be66ee9723
fix: Check if payment schedule exits before updating label
2021-05-06 16:46:55 +05:30
Deepesh Garg
a0ed517c85
fix: function call to update payment schedule labels
2021-05-06 16:46:47 +05:30
Suraj Shetty
5f7546d876
chore: Debug
2021-05-06 15:13:09 +05:30
Suraj Shetty
af4af7737f
chore: Debug
2021-05-06 13:05:03 +05:30
Suraj Shetty
c981969446
test: Fix dependency
2021-05-06 13:04:12 +05:30
Anurag Mishra
60f3e9ee29
fix: default value for Templates ( #25591 )
2021-05-05 13:23:42 +05:30
Anurag Mishra
1a923e2361
Merge pull request #25576 from Anurag810/Employee-Referrals-ui-fix
...
fix: created new section for Referral details
2021-05-05 12:57:35 +05:30
Anurag Mishra
ca9599da51
Merge branch 'develop' into Employee-Referrals-ui-fix
2021-05-05 12:57:17 +05:30
rohitwaghchaure
1a0d303e72
Merge pull request #25586 from rohitwaghchaure/increased-timeout-of-stoc-reconciliation
...
fix: stock reconciliation getting time out error during submission
2021-05-05 10:17:46 +05:30
Rohit Waghchaure
c432766a70
fix: stock reconciliation getting time out error during submission
2021-05-05 10:16:21 +05:30
Deepesh Garg
71c9c4f48f
Merge pull request #25580 from ceefour/ceefour/period-closing-voucher-25572
...
fix(accounts): Get balance for Profit and Loss accounts, only including valid transactions (not cancelled)
2021-05-04 22:19:45 +05:30
Hendy Irawan
05f9df6c10
fix(accounts): Get balance for Profit and Loss accounts, only including valid transactions (not cancelled)
...
Fixed #25572 Period Closing Voucher incorrect journal entry amount for
Income/Expenses Accounts containing canceled transactions.
2021-05-04 13:32:16 +00:00
Suraj Shetty
ee35444c3f
fix: Frappe branch
2021-05-04 18:58:20 +05:30
Suraj Shetty
cd8ee8ea97
ci: Try Parallel tests
2021-05-04 18:36:45 +05:30
Anurag Mishra
16da87a307
fix: created new section for deatils
2021-05-04 17:05:42 +05:30
Faris Ansari
1fe891b287
refactor: Replace Class.extend with native class
2021-04-23 08:04:00 +05:30