rohitwaghchaure
22f9a5f09f
Merge pull request #20639 from nextchamp-saqib/pos-mode-of-pay-fix-v12
...
fix: disabled mode of payments fetches in sales invoices
2020-02-18 12:38:14 +05:30
rohitwaghchaure
e47875340e
Merge pull request #20655 from marination/precision-mr-item-hotfix
...
fix: Stock Quantity not calculated on client side in Material Request…
2020-02-18 12:34:27 +05:30
marination
6f28383531
fix: Stock Quantity not calculated on client side in Material Request Items.
2020-02-18 11:08:16 +05:30
Deepesh Garg
ae8f717fe5
Merge pull request #20640 from gavindsouza/updated-requirements
...
chore(requirements): Pin requirements
2020-02-17 22:05:26 +05:30
Gavin D'souza
f95ac99baa
fix(travis): add lib cups for updated frappe requirements
2020-02-17 16:52:27 +05:30
Shivam Mishra
660b4d1e2f
feat: show numeric values in item configurator ( #20430 )
2020-02-17 15:58:31 +05:30
thefalconx33
5bfebaf1c0
fix: disabled mode of payments fetches in sales invoices
2020-02-17 14:16:49 +05:30
Deepesh Garg
980e54c5f4
Merge pull request #20570 from Er-Naren719/hotfix-user-table-columns-updated
...
feat: columns under user table updated
2020-02-17 11:19:23 +05:30
rohitwaghchaure
0676ed08b1
Merge pull request #20540 from rohitwaghchaure/fixed_purchase_receipt_time_out_error
...
fix: time out error while submitting the purchase receipt
2020-02-11 19:55:04 +05:30
rohitwaghchaure
e9946672e0
Merge branch 'version-12-hotfix' into fixed_purchase_receipt_time_out_error
2020-02-11 19:54:54 +05:30
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
Er-Naren719
fc4cc9ab42
feat: column width increased for view attachments field ( #314 )
2020-02-11 10:17:34 +00:00
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
a9205adfbd
fix: test cases
2020-02-07 15:38:56 +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
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