rohitwaghchaure
6124f83e6e
Merge pull request #20556 from ashish-greycube/patch-3
...
fix: backflush raw material based on - Material Transferred for Manufacture
2020-02-11 19:50:09 +05:30
Deepesh Garg
2b83debc72
Merge pull request #20564 from govindsmenokee/patch-4
...
fix: get_students not respecting the program
2020-02-11 17:03:24 +05:30
Deepesh Garg
cd19974d7a
Merge pull request #20566 from vishdha/filter_serial_based_on_batch_v12
...
fix: filter serial no based on batch no
2020-02-11 13:44:54 +05:30
vishal
cde48a44cf
fix: filter serial no based on batch no
2020-02-11 12:39:49 +05:30
Govind S Menokee
57d33f9ce6
fix: get_students not respecting the program
...
The get_students function is not taking into account the program for which the fee needs to be created. If a student is enrolled for multiple programs then the fee schedule pull up the wrong count of students.
2020-02-11 11:23:16 +05:30
Deepesh Garg
90a46acc0d
Merge pull request #20557 from rohitwaghchaure/added_indexing_on_columns_to_fix_performance_issue
...
fix: added indexing on columns to fix performace issue
2020-02-11 10:13:24 +05:30
Deepesh Garg
60634cc829
Merge pull request #20252 from deepeshgarg007/group_by_sales_v12
...
feat: Group by item wise sales register
2020-02-10 22:20:21 +05:30
Rohit Waghchaure
a7c27596bb
fix: added indexing on columns to fix performace issue
2020-02-10 15:30:22 +05:30
Deepesh Garg
b4e3146665
Merge pull request #20550 from nextchamp-saqib/so-update-items-warehouse-fix-v12
...
fix: mandatory warehouse wrror while updating items after submission
2020-02-10 12:09:38 +05:30
Ashish Shah
495ab6c7f2
fix: backflush raw material based on - Material Transferred for Manufacture
...
Hi @nabinhait ,
Issue : Manufacturing setting > Backflush Raw Material Based on “Material Transferred for Manufacture” doesn't fetch the actual raw material transferred qty. It fetches qty based on "BOM"
The issue is because @creamdory in PR #https://github.com/frappe/erpnext/pull/13384
commit : https://github.com/frappe/erpnext/pull/13384/files#diff-91f0ed661ef4b6e1f167fc7961b1a79b
```
changed from: if trans_qty and manufacturing_qty >= (produced_qty + flt(self.fg_completed_qty)):
to : if trans_qty and manufacturing_qty > (produced_qty + flt(self.fg_completed_qty)):
```
**'='** was added by her in the condition, which was not there before her commit.
Kindly except the fix for the issue.
https://github.com/frappe/erpnext/blob/develop/erpnext/stock/doctype/stock_entry/stock_entry.py#L1057
https://github.com/frappe/erpnext/pull/13384
https://github.com/frappe/erpnext/pull/13384/files#diff-91f0ed661ef4b6e1f167fc7961b1a79b
**before fix gif** : Stock Entry = Manufacture shows raw material quantity as per BOM.

**after fix gi**f : Stock Entry = "Manufacture" shows raw material quantity as per "Material Transfer for Manufacture".

2020-02-10 11:13:27 +05:30
Deepesh Garg
0e396a62b1
Merge pull request #20554 from ruchamahabal/fix_regional_data_v12
...
fix: patch for creating irs_1099 custom field (United States)
2020-02-10 09:08:55 +05:30
Rucha Mahabal
1343a4b755
fix: patch for creating irs_1099 custom field (United States)
2020-02-10 00:31:44 +05:30
rohitwaghchaure
ec45c096a0
fix: pricing rule not working on item groups ( #20546 )
2020-02-09 19:45:42 +05:30
thefalconx33
c7e523cee4
fix: mandatory warehouse wrror while updating items after submission
2020-02-09 12:21:01 +05:30
rohitwaghchaure
9e436336e2
Merge pull request #20542 from rohitwaghchaure/fixed_incorrect_material_request_warehouse_in_production_plan
...
fix: incorrect warehouse for material request in production plan
2020-02-07 17:43:32 +05:30
Rohit Waghchaure
bbeacb9acf
fix: incorrect warehouse for material request in production plan
2020-02-07 15:04:37 +05:30
Deepesh Garg
372d4e2e05
Merge branch 'group_by_sales_v12' of github.com:deepeshgarg007/erpnext into group_by_sales_v12
2020-02-07 11:10:10 +05:30
Deepesh Garg
bdfa2ff33a
fix: Do not calculate total for rate
2020-02-07 11:09:43 +05:30
Deepesh Garg
787b31674a
Merge pull request #20534 from rohitwaghchaure/procurement_tracker_not_working_for_special_char_company_name_v12_hotfix
...
fix: Procurement Tracker report not working
2020-02-07 10:44:13 +05:30
Rohit Waghchaure
0eb9f7408e
fix: Procurement Tracker report not working
2020-02-06 14:38:51 +05:30
Deepesh Garg
5c96415eb5
Merge pull request #20530 from nextchamp-saqib/mv-fix-v12
...
fix: typo; serial no doesn't have amc start date
2020-02-06 13:58:29 +05:30
thefalconx33
d9f8347fc8
fix: typo; serial no doesn't have amc start date
2020-02-06 12:58:48 +05:30
Deepesh Garg
2a48fe6ce6
Merge pull request #20524 from deepeshgarg007/bank_account_label__v12
...
Bank account label v12
2020-02-05 18:04:12 +05:30
deepeshgarg007
3ed574532d
fix: filter
2020-02-05 18:02:31 +05:30
deepeshgarg007
9f58e59a2c
fix: Label and UX fixes while creating payment entry against customer
2020-02-05 18:02:19 +05:30
Deepesh Garg
23c6d6cf16
Merge pull request #20522 from rohitwaghchaure/picklist_nonetype_error
...
fix: unsupported operand type(s) for += 'int' and 'NoneType'
2020-02-05 17:44:46 +05:30
Rohit Waghchaure
8e0a9e8748
fix: unsupported operand type(s) for += 'int' and 'NoneType'
2020-02-05 16:17:16 +05:30
Deepesh Garg
67dbeee7b2
fix: Add total row
2020-02-05 15:34:08 +05:30
Parth J. Kharwar
b4a0c773ae
fix: half day leave date value reset ( #20488 )
...
* fix: full day leaves not tagged as half day in attendance
* chore: code cleanup for half day date value set
2020-02-05 15:00:58 +05:30
Deepesh Garg
694f57fbb4
Merge pull request #20521 from deepeshgarg007/fixnancial_query_fix_v12
...
fix: SQL query in financial statements
2020-02-05 12:33:06 +05:30
Deepesh Garg
0f90b870fb
fix: SQL query in financial statements
2020-02-05 12:30:15 +05:30
Deepesh Garg
ade2c36123
fix: Unable to submit landed cost voucher ( #20494 )
...
* fix: Unable to submit landed cost voucher
* fix: Test case for multiple landed cost voucher against a Purchase receipt
* fix: Test Case
2020-02-03 18:54:35 +05:30
Pranav Nachnekar
3ef80f2d2e
fix: disallow quick entry for doctypes with tree view ( #20453 )
...
* fix: imporer escaping
* fix: disallow quick entry for doctypes with tree view
2020-02-03 17:05:30 +05:30
Himanshu
85c6480b41
fix(Report): Quality Review report sql fix ( #20425 )
...
* fix: report fix
* fix: add QM permission
* fix: add QM permission
2020-02-03 16:16:42 +05:30
Saqib
f3c94315c3
feat: add tax category in pos profile ( #20414 )
...
* feat: add tax category in pos profile
* fix: review fixes
2020-02-03 15:53:22 +05:30
Saqib
a4219f1cfe
fix: gst permission for gst settings & hsn code ( #20501 )
...
* fix: gst permission for gst settings & hsn code
* Fix: Typo
Co-authored-by: Deepesh Garg <42651287+deepeshgarg007@users.noreply.github.com >
2020-02-03 15:40:53 +05:30
Deepesh Garg
831a7ddd6f
fix: Minor fixes
2020-02-01 23:15:21 +05:30
Parth J. Kharwar
43886ca016
fix: employee checkin doctype time permissions ( #20473 )
2020-01-31 14:37:56 +05:30
rohitwaghchaure
61b4244837
Merge pull request #20479 from deepeshgarg007/finance-book-filter-new-v12
...
fix: Do not show any finance book record if no finance book filter is applied
2020-01-31 13:19:49 +05:30
Deepesh Garg
6871979acc
Merge pull request #20470 from alyf-de/version-12-hotfix
...
fix(regional): byte strings in DATEV Report
2020-01-31 11:20:51 +05:30
Deepesh Garg
bb7cf81d52
fix: Cash flow filter fix
2020-01-31 11:18:26 +05:30
Deepesh Garg
9826291c52
fix: Filtering fixes in financial statement
2020-01-31 11:18:13 +05:30
Deepesh Garg
ba4d9469ff
fix: Do not show any finance book record if no finance book filter is applied
2020-01-30 15:41:44 +05:30
Deepesh Garg
54c6f91dde
Merge pull request #20474 from ParthKharwar/hotfix-brand-breadcrumb
...
fix: rename breadcrumb for Brand DocType from Selling to Stock
2020-01-30 13:14:21 +05:30
Parth Kharwar
e552e958de
fix: rename breadcrumb for Brand DocType from Selling to Stock
2020-01-30 12:35:02 +05:30
Raffael Meyer
7524ecbc59
fix #20469
2020-01-30 00:08:25 +01:00
Deepesh Garg
be2ca5f8cc
Merge pull request #20460 from 0Pranav/fix-supplier-quotation-button-v12
...
fix: missing plus button in request for quotaion for supplier quotation
2020-01-29 10:45:32 +05:30
0Pranav
d4d641a07e
fix: missing plus button in request for quotaion for supplier quotation
2020-01-29 09:36:48 +05:30
rohitwaghchaure
8e5b812a97
fix: incorrect work order qty for sub assembly items ( #20448 )
2020-01-28 14:34:54 +05:30
Nabin Hait
df94f0565e
fix: cannot complete task if dependent task are not completed / cancelled ( #20434 )
2020-01-28 14:08:48 +05:30