rohitwaghchaure
801e6df37a
Merge pull request #28426 from frappe/mergify/bp/version-13-pre-release/pr-28425
...
fix: performance issue while submitting the Journal Entry (backport #28425 )
2021-11-17 13:34:30 +05:30
Rohit Waghchaure
70a130e78d
fix: performance to submit the JV
...
(cherry picked from commit 7472760ea3 )
2021-11-17 07:25:29 +00:00
rohitwaghchaure
af251e439a
Merge pull request #28419 from rohitwaghchaure/merge-hotfix-to-pre-release-for-13-15
...
chore: Merge branch 'version-13-hotfix' into 'version-13-pre-release'
2021-11-16 22:37:01 +05:30
Rohit Waghchaure
d556645455
Merge branch 'version-13-hotfix' into 'version-13-pre-release'
2021-11-16 21:25:53 +05:30
Marica
e6451a3a85
Merge pull request #28414 from frappe/mergify/bp/version-13-hotfix/pr-28228
...
fix: Pull only Items that are in Job Card in a Stock Entry against Job Card (backport #28228 )
2021-11-16 19:09:13 +05:30
marination
a34eae7bc7
fix: test_job_card_partial_material_transfer test
...
- Use a specific BOM for JC tests
- Utility to create said BOM
- Sider: unused variable
(cherry picked from commit a5f8274d79 )
2021-11-16 13:08:31 +00:00
marination
d086039f1b
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
(cherry picked from commit bb561ba7a8 )
2021-11-16 13:08:30 +00:00
marination
619c066f67
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
(cherry picked from commit 1eb3ca2b86 )
2021-11-16 13:08:29 +00:00
marination
0ee54b0779
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
(cherry picked from commit e8d0c25dff )
2021-11-16 13:08:28 +00:00
marination
e3dcccdd18
test: Stock Entry from JC correctness (items mapping and qty)
...
(cherry picked from commit 0aa237f38c )
2021-11-16 13:08:26 +00:00
marination
f3c562bd5b
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 >
(cherry picked from commit 3da03028f3 )
2021-11-16 13:08:24 +00:00
mergify[bot]
0c65206d69
fix: POS idx issue in taxes table while merging ( #28411 )
2021-11-16 18:19:57 +05:30
mergify[bot]
09251b3ddf
refactor: fix help section background in dark mode ( #28406 ) ( #28408 )
...
(cherry picked from commit 952fc87c99 )
Co-authored-by: Ahmed Shareef <46922290+penieldev@users.noreply.github.com >
2021-11-16 14:32:23 +05:30
rohitwaghchaure
55c13a9917
Merge pull request #28407 from frappe/mergify/bp/version-13-hotfix/pr-28398
...
fix: Pricing Rule not created against the Promotional Scheme (backport #28398 )
2021-11-16 14:17:26 +05:30
Rohit Waghchaure
1837204ab0
fix: Pricing Rule not created against the Promotional Scheme
...
(cherry picked from commit d82910b08a )
2021-11-16 08:25:06 +00:00
mergify[bot]
2c9b995c71
fix: remove item-item group name validation ( #28392 ) ( #28399 )
...
(cherry picked from commit 043e3255d6 )
Co-authored-by: Rohan <Alchez@users.noreply.github.com >
2021-11-15 20:01:37 +05:30
mergify[bot]
c1a1e9c399
fix: don't make naming series mandatory for items (backport #28394 ) ( #28396 )
...
* fix: don't make naming series mandatory for items
Item variants are an exception, hence this needs to be checked
conditionally.
(cherry picked from commit 7fcaeca403 )
* fix: patch for naming series property setter
(cherry picked from commit 54184e54ed )
# Conflicts:
# erpnext/patches.txt
* fix: conflicts
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-15 18:56:15 +05:30
mergify[bot]
2899394bcf
fix: Work order creation from sales order ( #28388 ) ( #28391 )
...
* fix: Work order creation from sales order
* chore: formatting
Co-authored-by: Ankush Menat <ankushmenat@gmail.com >
(cherry picked from commit 2eccb7a1ca )
Co-authored-by: Sagar Sharma <63660334+s-aga-r@users.noreply.github.com >
2021-11-15 16:10:28 +05:30
mergify[bot]
11f4e1cca3
perf(minor): general ledger report ( #28355 )
2021-11-15 13:49:58 +05:30
Rohit Waghchaure
575d41c024
Merge branch 'version-13-pre-release' into version-13
v13.14.1
2021-11-12 23:34:56 +05:30
Rohit Waghchaure
7fc2f24470
bumped to version 13.14.1
2021-11-12 23:54:56 +05:50
mergify[bot]
d44cab3926
fix: validate hmac unconditionally ( #28372 ) ( #28374 )
...
(cherry picked from commit c0f06bc8e3 )
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-12 14:53:27 +05:30
mergify[bot]
68ff68a357
fix: Collapse Scrap Items in Job Card (backport #28362 ) ( #28368 )
...
* fix: Collapse Scrap Items in Job Card (#28362 )
(cherry picked from commit a424310581 )
# Conflicts:
# erpnext/manufacturing/doctype/job_card/job_card.json
* fix: resolve conflict
Co-authored-by: Sagar Sharma <63660334+s-aga-r@users.noreply.github.com >
Co-authored-by: Ankush Menat <ankush@frappe.io >
2021-11-12 14:41:00 +05:30
mergify[bot]
4c99f7159d
fix(M-Pesa): validate type before executing get_doc ( #28369 ) ( #28373 )
...
(cherry picked from commit 6d3e9bce5f )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2021-11-12 14:39:47 +05:30
mergify[bot]
731f0d71b9
fix(WooCommerce): always expect signature in webhook requests ( #28367 )
...
(cherry picked from commit 24b048925b )
Co-authored-by: Sagar Vora <sagar@resilient.tech >
2021-11-12 14:09:53 +05:30
Deepesh Garg
399c0a6452
Merge pull request #28365 from frappe/mergify/bp/version-13-hotfix/pr-28363
...
fix: Default party account getting overriden in invoices (backport #28363 )
2021-11-12 13:38:41 +05:30
Deepesh Garg
2747f263c7
Merge pull request #28366 from frappe/mergify/bp/version-13-pre-release/pr-28363
...
fix: Default party account getting overriden in invoices (backport #28363 )
2021-11-12 13:38:28 +05:30
mergify[bot]
350274edb9
fix: commision rate not fetch from sales person ( #28350 )
2021-11-12 13:14:22 +05:30
Deepesh Garg
b0a58f4111
fix: Default party account getting overriden in invoices
...
(cherry picked from commit 88648570d7 )
2021-11-12 07:35:03 +00:00
Deepesh Garg
a9452f1277
fix: Default party account getting overriden in invoices
...
(cherry picked from commit 88648570d7 )
2021-11-12 07:34:40 +00:00
Ankush Menat
da64d0b0f9
fix: workspace links to ecommerce settings ( #28360 )
2021-11-12 10:54:31 +05:30
mergify[bot]
fc5372f201
fix: Unable to edit supplier scorecard criteria name once created ( #28348 ) ( #28352 )
...
(cherry picked from commit 944bf8da71 )
Co-authored-by: Sagar Sharma <63660334+s-aga-r@users.noreply.github.com >
2021-11-11 20:12:06 +05:30
Deepesh Garg
0f92c68e70
Merge pull request #28340 from frappe/mergify/bp/version-13-hotfix/pr-28334
...
fix(India): Sales Invoice with duplicate items not showing correct taxable value (backport #28334 )
2021-11-11 12:55:48 +05:30
Deepesh Garg
1edafd04fc
fix(India): Sales Invoice with duplicate items not showing correct taxable value
...
(cherry picked from commit 0dca97eb9f )
2021-11-11 06:09:44 +00:00
Deepesh Garg
279ccece57
Merge pull request #28333 from nemesis189/dispatch-address-not-visible-v13
...
fix: Dispatch address details not displayed in v13
2021-11-11 10:58:19 +05:30
Subin Tom
8ed909da3f
fix: Dispatch address details not displayed in v13
2021-11-10 20:36:31 +05:30
Saqib
6661cc7703
fix(pos): get mode of payments query ( #28323 )
2021-11-10 13:38:21 +05:30
mergify[bot]
eb5320b885
fix(pos): get mode of payments query ( #28321 ) ( #28325 )
...
(cherry picked from commit 6d05bb5274 )
Co-authored-by: Saqib <nextchamp.saqib@gmail.com >
2021-11-10 13:37:35 +05:30
Ankush Menat
5f29cd8685
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.
(cherry picked from commit 12e81df2b7 )
2021-11-10 13:32:01 +05:30
mergify[bot]
a40b21cd20
fix(Bank Reconciliation): get credit amount for bank account of type liability ( #28319 )
2021-11-10 12:57:57 +05:30
Ankush Menat
c04c2108f3
fix: ignore cancelled entries in incorrect balance qty report
...
(cherry picked from commit e498389b00 )
2021-11-10 12:13:02 +05:30
Rohit Waghchaure
ab904c22cc
Merge branch 'version-13-pre-release' into version-13
v13.14.0
2021-11-09 20:16:01 +05:30
Rohit Waghchaure
6b77bac7da
bumped to version 13.14.0
2021-11-09 20:36:00 +05:50
rohitwaghchaure
b9da89a90b
Merge pull request #28305 from rohitwaghchaure/change-log-for-v13-14-0
...
chore: Added change log for version 13.14.0
2021-11-09 20:13:44 +05:30
Rohit Waghchaure
f3cfb93a5f
chore: Added change log for version 13.14.0
2021-11-09 20:09:09 +05:30
mergify[bot]
fa2f1348ec
fix(India setup): setup company independent fixtures for patch ( #28304 )
...
(cherry picked from commit 88b5bda34b )
Co-authored-by: Rucha Mahabal <ruchamahabal2@gmail.com >
2021-11-09 19:50:14 +05:30
Wolfram Schmidt
c7f75aad79
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
(cherry picked from commit 6907ad8adb )
2021-11-09 18:37:54 +05:30
Ankush Menat
b45d9065da
fix: patch to update job card status
...
(cherry picked from commit ccf84ae88a )
2021-11-09 18:37:07 +05:30
Ankush Menat
f2aa5015cb
fix: avoid mutating iterator while iterating over it
...
(cherry picked from commit fdfa39c231 )
2021-11-09 18:37:07 +05:30
Ankush Menat
65844932cc
fix: use completion qty instead of transfer quantity for JC status
...
(cherry picked from commit 37799fe3dd )
2021-11-09 18:37:07 +05:30