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
|
a9205adfbd
|
fix: test cases
|
2020-02-07 15:38:56 +05:30 |
|
Deepesh Garg
|
f5bff5f15d
|
fix: Styling and minor fixes
|
2020-02-07 15:25:43 +05:30 |
|
Rohit Waghchaure
|
bbeacb9acf
|
fix: incorrect warehouse for material request in production plan
|
2020-02-07 15:04:37 +05:30 |
|
Rohit Waghchaure
|
7027584391
|
fix: time out error while submitting the purchase receipt which has more than 100 serial nos
|
2020-02-07 14:41:00 +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 |
|
Anurag Mishra
|
ce598530db
|
fix: requested changes
|
2020-02-05 12:49:11 +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 |
|
racitup
|
08661250d2
|
Ignore codacy SQL injection warning (internal code only) and add copyright notice
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
814001a90f
|
fix: attempt at pymysql InternalError 1054 about clearance_date in field list when removing payments from bank transactions
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
eef73a0d92
|
manually added patch for bank reconciliation fields since develop branch was in a different place #20380
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
a1e3202054
|
fix: Bank Reconciliation Bank Account and Bank Account No field names
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
bee017e17c
|
fix: Plaid transaction import order, transaction_id duplicate check, added transaction category tags
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
a054508211
|
fix: Plaid automatic_synchronization TypeError on filter & add info log message #20343
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
feaa82a8ea
|
fix: KeyError about bank_account_no due to non-existent field: #20343
|
2020-01-30 15:22:34 +00:00 |
|
racitup
|
a175e06149
|
fix: pymysql.err.InternalError about t2.bank_account_no due to removal of field from Journal Entry Account table: #20343
|
2020-01-30 15:22:34 +00:00 |
|
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 |
|