mergify[bot]
985fdade7e
fix(asset): expected value after useful life validation ( #27791 )
2021-10-05 14:14:52 +05:30
Saqib
10c34da174
fix: unexpected keyword argument 'as_dict' ( #27799 )
2021-10-05 13:13:20 +05:30
mergify[bot]
d1480be596
fix: set item uom as stock_uom if it isn't set (backport #27623 ) ( #27781 )
...
* 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
(cherry picked from commit 5c372202d5 )
# Conflicts:
# erpnext/stock/doctype/stock_entry/stock_entry.js
* fix: resolve conflicts
[skip ci]
Co-authored-by: Alan <2.alan.tom@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-10-04 22:50:11 +05:30
Noah Jacob
93a744dc12
fix: empty row on new maintenance visit. ( #27626 )
...
* fix: empty row on new maintenance visit.
* fix: check if rows exist
2021-09-30 15:40:37 +05:30
Saqib
a2b98bb80c
fix: cannot delete a project if linked with sales order ( #27690 )
2021-09-28 19:47:08 +05:30
Frappe PR Bot
4fdff12242
fix: set item.qty as mandatory ( #27681 )
...
* fix: set item.qty as mandatory in picklist (#27680 )
(cherry picked from commit b91333afdd )
# Conflicts:
# erpnext/stock/doctype/pick_list_item/pick_list_item.json
* fix: resolve conflicts
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-09-28 07:48:37 +00:00
Jannat Patel
9c9cde48ad
Merge pull request #27679 from pateljannat/revert-27037-salary-component-account-filter
...
Revert "fix: salary component account filter"
2021-09-28 11:44:34 +05:30
pateljannat
999a3f1305
Revert 'fix: salary component account filter'
2021-09-28 10:32:33 +05:30
mergify[bot]
8139672c7a
fix: Validate if item exists on uploading items in stock reco ( #27538 ) ( #27593 )
...
* 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: Marica <maricadsouza221197@gmail.com >
2021-09-20 18:19:14 +05:30
Frappe PR Bot
7169a4c113
fix(plaid): query to check if bank account exists ( #27594 )
2021-09-20 16:41:26 +05:30
Frappe PR Bot
efddcbe42e
fix: no validation on item defaults ( #27548 )
...
* 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 >
(cherry picked from commit 5eba1ccd51 )
# Conflicts:
# erpnext/stock/doctype/item/item.py
* fix: resolve conflict and remove typehints for py2
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-09-16 19:55:43 +05:30
Rucha Mahabal
6f6e390863
fix: link to navigate to item template from variant ( #27440 )
2021-09-11 22:01:22 +05:30
Frappe PR Bot
7843c3d51a
fix: set production plan to completed even on over production ( #27027 ) ( #27434 )
...
(cherry picked from commit 09f34e558e )
Co-authored-by: Alan <2.alan.tom@gmail.com >
2021-09-11 13:21:46 +05:30
Frappe PR Bot
8871bd4bfb
fix: document naming rule not working for subscription invoices ( #27394 )
2021-09-08 19:11:29 +05:30
Marica
d0a7141e35
Merge pull request #27333 from marination/subcontr-serial-no
...
fix: Prematurely referenced variable in buying controller for subcontracting
2021-09-03 20:56:02 +05:30
marination
6fe28e83e2
fix: Prematurely referenced variable in buying controller for subcontracting
2021-09-03 20:11:40 +05:30
Frappe PR Bot
abf353a286
Revert "fix: add child item groups into the filters ( #26997 )" ( #27266 ) ( #27267 )
...
This reverts commit c60d5523bc .
(cherry picked from commit 763450dcf8 )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-31 19:13:25 +05:30
Dany Robert
cef6a8434a
fix: remove unwanted serial numbers from fifo_queue (bp #27228 )
...
fifo_queue.remove(serial_no) causes shift in index of the list and thereby not looping through every object in the list.
2021-08-31 10:51:43 +05:30
Frappe PR Bot
dc76094a9f
fix: fetch from more than one sales order in Maintenance Visit ( #27186 )
...
* fix: fetch from more than one sales order in Maintenance Visit (#26924 )
* [fix] #26336
* fix(ux): make customer field reqd for fetching SO
# Conflicts:
# erpnext/maintenance/doctype/maintenance_visit/maintenance_visit.js
* fix: resolve conflicts
Co-authored-by: Pawan Mehta <mehtapawan007@gmail.com >
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
(cherry picked from commit db69d1dc00 )
2021-08-26 23:05:45 +05:30
Frappe PR Bot
1e428f9531
fix: don't allow BOM's item code at any level of child items ( #27175 )
...
* 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
(cherry picked from commit c07dce940e )
# Conflicts:
# erpnext/manufacturing/doctype/bom/test_bom.py
# erpnext/manufacturing/doctype/production_plan/test_production_plan.py
# erpnext/manufacturing/doctype/work_order/test_work_order.py
* fix: resolve conflicts
[skip ci]
* fix: conflicts
[skip ci]
* fix: resolve conflicts
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-26 19:28:12 +05:30
Raffael Meyer
710c1c1786
feat: add total_billing_hours to Sales Invoice ( #26652 )
...
* feat: add `total_billing_hours` to Sales Invoice
* refactor: sider fixes
* style: use double quotes
2021-08-26 12:34:09 +05:30
Nabin Hait
aa358b021e
Merge pull request #24844 from dj12djdjs/fix-margin-calculation
...
fix: multiple price rules margin.
2021-08-24 21:15:28 +05:30
Frappe PR Bot
8bc37da20d
fix: calculation of gross profit percentage in Gross Profit Report ( #27045 ) ( #27107 )
...
(cherry picked from commit ad06fb2179 )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-24 20:07:06 +05:30
Frappe PR Bot
914709099f
fix: discard empty rows from update items ( #27021 ) ( #27094 )
...
(cherry picked from commit 6de7b8ea93 )
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-24 12:21:18 +05:30
rohitwaghchaure
87dddbe868
Merge branch 'version-12-hotfix' into fix-margin-calculation
2021-08-24 11:08:04 +05:30
Srikant Kedia
ca42b16d3a
fix: Price list rate not fetched for return sales invoice fixed ( #26593 )
2021-08-23 15:38:08 +05:30
Frappe PR Bot
d5e89d98c2
fix: add child item groups into the filters ( #26997 ) ( #27034 )
...
* fix: add child item groups into the filters
* fix: appending values to proper variable
* fix: refactor the loop
(cherry picked from commit c60d5523bc )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-19 17:09:21 +05:30
Frappe PR Bot
f8fa3860d9
fix: equality check instead of assignment ( #27029 )
...
* Merge pull request #27026 from ankush/eq_assign
fix: equality check instead of assignment
[skip ci]
(cherry picked from commit 993b0532f8 )
* fix: equality check instead of assignment in cart
port of https://github.com/frappe/erpnext/pull/25372
Co-authored-by: Ankush Menat <ankush@iwebnotes.com >
2021-08-19 15:48:51 +05:30
Türker Tunalı
d8a7abcd02
fix: date_unchanged calculation in "Update Items" ( #26992 )
...
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.

2021-08-18 17:43:58 +05:30
Ankush Menat
5bb9de8614
ci: backport action on v12 ( #27009 )
...
[skip ci]
2021-08-18 17:00:07 +05:30
Ankush Menat
0fd50e0426
fix(deps): pin plaid-python to 7.2.x ( #26996 )
...
* fix(deps): pin plaid-python to 7.2.x
Old requirement.txt was allowing next major version which has breaking
changes and causes failure in installation.
* fix(deps): remove frappe from requirements.txt
2021-08-18 08:02:22 +00:00
HENRY Florian
bdfc300896
fix: item name is missing into job card ( #26956 )
2021-08-17 15:33:26 +05:30
Sagar Vora
14292456cf
Merge pull request #26978 from frappe-pr-bot/backport/version-12-hotfix/26976
...
fix: Incorrect `modified` time in documents that inherit from `StatusUpdater`
2021-08-17 13:21:16 +05:30
Sagar Vora
24d67c35b7
Merge pull request #26976 from resilient-tech/fix-incorrect-modified
...
fix: Incorrect `modified` time in documents that inherit from `StatusUpdater`
(cherry picked from commit d932cba38a )
2021-08-17 07:48:25 +00:00
Frappe PR Bot
8d71fcb948
fix: fix Payment references from disappearing on adding Cost Center in Payment Entry ( #26939 )
...
* fix: payment references from disappearing on selecting cost center (#24831 )
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
(cherry picked from commit 9bf1083d9e )
# Conflicts:
# erpnext/accounts/doctype/payment_entry/payment_entry.js
* fix: conflicts
* fix: conflicts
Co-authored-by: Anuja Pawar <60467153+Anuja-pawar@users.noreply.github.com >
Co-authored-by: Afshan <33727827+AfshanKhan@users.noreply.github.com >
2021-08-13 17:45:16 +05:30
Frappe PR Bot
2945e604aa
fix: remove limit from stock balance report (bp #26773 )
...
(cherry picked from commit b3740e9afc )
Co-authored-by: Ankush <ankush@iwebnotes.com >
2021-08-13 15:44:13 +05:30
Deepesh Garg
ea085b3a76
Merge pull request #26674 from deepeshgarg007/gl_entry_deadlock
...
fix: Deadlock while doing payment reconciliation
2021-08-12 11:29:34 +05:30
Saqib
611966c139
fix(e-invoicing): cannot cancel invoice if IRN cancelled on portal ( #26880 )
2021-08-10 17:19:24 +05:30
Raffael Meyer
d650b55f52
Merge branch 'version-12-hotfix' into fix-margin-calculation
2021-08-09 13:21:40 +02:00
Ahmad
8eca908365
perf: speed up validate_account_for_perpetual_inventory ( #26730 )
2021-08-09 12:17:11 +05:30
Anupam Kumar
09d5ddc42b
fix: bank remittance report issue ( #26398 ) ( #26767 )
2021-08-04 14:03:01 +05:30
Nabin Hait
abd53b114c
Merge pull request #25722 from rtdany10/patch-3
...
feat: Increase number of supported currency exchanges
2021-07-31 11:33:49 +05:30
Ankush
b1e932a6f8
fix: remove incorrect condition in GLE comparison ( #26713 )
2021-07-29 19:56:36 +05:30
Dany Robert
e6a3e6beb7
Merge branch 'version-12-hotfix' into patch-3
2021-07-29 16:48:12 +05:30
Dany Robert
239974c73e
fix issue with cache.setex
2021-07-29 16:00:35 +05:30
Deepesh Garg
27ecb54b8c
fix: Deadlock while doing payment reconciliation
2021-07-27 17:49:48 +05:30
Deepesh Garg
6b4b80a4a4
Merge pull request #26629 from deepeshgarg007/exchange_rate_reval_fixes_v12
...
fix: Exchange rate revaluation posting date and precision fixes
2021-07-27 16:40:11 +05:30
Jannat Patel
68225bbcad
Merge pull request #25995 from hasnain2808/fix-issue-priorirty
...
fix: do not translate issue priority
2021-07-26 10:56:22 +05:30
Deepesh Garg
b549287b94
fix: Convert null values to empty string on grouping
2021-07-25 21:28:40 +05:30
Deepesh Garg
12c3e5dfd6
fix: Remove unintended changes
2021-07-25 21:27:56 +05:30