Nabin Hait
|
fc9e733d7f
|
Merge pull request #16483 from surajshetty3416/stock-levels-based-on-permission
fix: Show stock levels in Item master based on user permissions
|
2019-01-25 09:48:43 +05:30 |
|
Suraj Shetty
|
7a45887fa1
|
fix typo
|
2019-01-24 16:26:48 +05:30 |
|
Suraj Shetty
|
dd0496f7aa
|
Add missed out field field
|
2019-01-24 16:18:43 +05:30 |
|
Suraj Shetty
|
c165838228
|
Filter bin list based on warehouses that are accessible to the user
|
2019-01-24 15:45:46 +05:30 |
|
Aditya Hase
|
55a08dee78
|
style: Remove unusued local variable
|
2019-01-23 00:28:02 +05:30 |
|
Nabin Hait
|
f0ea152022
|
Merge pull request #16289 from Anurag810/Quality-inspection-fix
fix: validated quality inspection for delivery note(DN) and purchase receipt(PR)
|
2019-01-22 10:49:55 +05:30 |
|
Nabin Hait
|
6202d0ed68
|
fix: NoneType comparison with int error
|
2019-01-18 09:40:24 +05:30 |
|
Nabin Hait
|
30667c160d
|
test: Inter company stock transfer for serialised items
|
2019-01-18 09:36:18 +05:30 |
|
Nabin Hait
|
5a87ac0ad8
|
fix: Inter company stock transfer for serialised items
|
2019-01-18 09:36:18 +05:30 |
|
Nabin Hait
|
983d102a19
|
Merge branch 'staging-fixes' into Quality-inspection-fix
|
2019-01-16 17:52:30 +05:30 |
|
Nabin Hait
|
3dd5f55412
|
feat(stock-reco): Fetch items in stock reco based on group warehouse
|
2019-01-16 16:20:05 +05:30 |
|
Nabin Hait
|
158e7dcd8b
|
fix(bom-uom_issue)Fetch rate in BOM from Price List based on UOM
|
2019-01-16 16:00:25 +05:30 |
|
Nabin Hait
|
7686aa9ff6
|
Merge pull request #16400 from Zlash65/fix-deff
fix: for deferred settings for Item
|
2019-01-16 10:16:00 +05:30 |
|
Saurabh
|
7d630b3e29
|
Merge branch 'master' into staging-fixes
|
2019-01-15 19:41:09 +05:30 |
|
Zlash65
|
a3dd798bad
|
clean if conditions
|
2019-01-15 16:05:42 +05:30 |
|
Zlash65
|
627be1de51
|
minor fixes for deferred calculations
|
2019-01-15 14:16:50 +05:30 |
|
Nabin Hait
|
acd7f73d57
|
Merge branch 'hotfix' into group_warehouse_stock_reco
|
2019-01-14 20:25:53 +05:30 |
|
Nabin Hait
|
4ed7cfc515
|
tests(cost-center-company): Validate cost center's company and revent tests
|
2019-01-14 17:14:39 +05:30 |
|
Nabin Hait
|
0d208851a4
|
Fix(stock-reco): Fixed codacy issues
|
2019-01-10 17:56:11 +05:30 |
|
Nabin Hait
|
afbdaa525e
|
Merge pull request #16365 from hiousi/patch-1
fix: variant can not get its price
|
2019-01-10 10:36:27 +05:30 |
|
Saif Ur Rehman
|
2689dea72a
|
fix: Give higher precedence to set_warehouse in get_item_details while setting item level warehouse
|
2019-01-09 13:43:06 +05:00 |
|
hiousi
|
9671438435
|
Update get_item_details.py
|
2019-01-08 22:23:45 +01:00 |
|
hiousi
|
1516e29609
|
[fix] variant can not get its price
get_price_list_rate() return empty dict before trying to get the item price for a variant.
|
2019-01-08 18:34:08 +01:00 |
|
rohitwaghchaure
|
ffdadbf97f
|
fix: fallback to stock uom if uom is not defined (#16329)
* [minor] Code cleanup
* fix: remove 'or' condition, won't execute
|
2019-01-08 16:21:25 +05:30 |
|
Nabin Hait
|
4c08aaef3d
|
Merge pull request #16290 from deepeshgarg007/stock-recon
fix: Unorderable type error while making stock reconciliation entry
|
2019-01-08 11:55:49 +05:30 |
|
Saif
|
e5091cbc0f
|
chore: Updated DocType JSON Files to Clean Up Git Diff of Other PRs (#16356)
* chore: Updated DocType json files to clean up git diff of other PRs
* fix: remove auto-generated file
|
2019-01-07 18:19:30 +05:30 |
|
Nabin Hait
|
47c9826b6f
|
test(reco-warehouse): Get items for group warehouse
|
2019-01-03 15:24:59 +05:30 |
|
deepeshgarg007
|
9c0c633259
|
fix: Added validation for stock reconciliation in stock ledger entry
|
2019-01-02 11:31:55 +05:30 |
|
deepeshgarg007
|
9eb99dc61e
|
Merge branch 'staging-fixes' of https://github.com/frappe/erpnext into stock-recon
|
2019-01-01 18:40:24 +05:30 |
|
Anurag Mishra
|
0c8411d085
|
test cases sucess
|
2018-12-28 16:53:00 +05:30 |
|
Nabin Hait
|
fcbe410c2f
|
feat(stock-reco): Fetch items based on group warehouse
|
2018-12-28 16:31:05 +05:30 |
|
deepeshgarg007
|
22e05b24f3
|
Fix for NoneType comparison with int error
|
2018-12-26 17:16:34 +05:30 |
|
Frappe Bot
|
e8c2fdfb8c
|
Merge branch 'master' into staging-fixes
|
2018-12-26 11:44:09 +00:00 |
|
rohitwaghchaure
|
53a38e8edc
|
Merge pull request #16257 from surajshetty3416/permission-fixes
Fix user permission checks
|
2018-12-26 14:49:01 +05:30 |
|
rohitwaghchaure
|
7ec5e80b70
|
[Fix] While making sales invoice from delivery note, system not remove the returned qty (#16141)
|
2018-12-24 14:55:31 +05:30 |
|
Nabin Hait
|
5a9579bae4
|
feat(quality): Check quality status before receipt/delivery (#16169)
|
2018-12-24 14:54:42 +05:30 |
|
Valmik
|
78bc405eeb
|
fix: set fieldname for frappe prompt (#16198)
|
2018-12-24 14:54:06 +05:30 |
|
KanchanChauhan
|
1790a6faaa
|
Set ignore_user_permission 1 for Company field in Item Default (#16167)
|
2018-12-24 14:48:09 +05:30 |
|
Rohan
|
349040db6d
|
fix(work_order): Set operations for Work Order when created from MREQ (#16154)
|
2018-12-24 14:42:34 +05:30 |
|
rohitwaghchaure
|
4265c5a772
|
Rename BOM and Work order fields (#16209)
* Rename BOM and Work order fields
* Rearranged BOM fields
|
2018-12-24 14:38:49 +05:30 |
|
rohitwaghchaure
|
1c1798c7f2
|
[Fix] Warehouse wise item balance age and value report not working (#16258)
|
2018-12-24 14:19:27 +05:30 |
|
Suraj Shetty
|
7ed37ae6c3
|
Commonify code
- use get_permitted_documents function to avoid code redundancy
|
2018-12-19 19:56:42 +05:30 |
|
Suraj Shetty
|
7ae2d59ffd
|
Merge branch 'staging-fixes' into permission-fixes
|
2018-12-18 15:41:03 +05:30 |
|
Suraj Shetty
|
a8d9bfdcfd
|
Fix: currency symbol issue in delivery note list (#16233)
|
2018-12-18 14:53:17 +05:30 |
|
rohitwaghchaure
|
37d7d25018
|
Merge pull request #16207 from Zlash65/fix-qi
[Minor] Make Quality Inspection in query configurable
|
2018-12-17 13:55:26 +05:30 |
|
Nabin Hait
|
22a1e281a9
|
fix(variant): Show attribute values on single variant creation (#16204)
|
2018-12-14 14:22:45 +05:30 |
|
Zlash65
|
9fde660aaf
|
make quality inspection in query configurable
|
2018-12-13 13:28:01 +05:30 |
|
Rohan
|
c1eb94d37f
|
Revert "fix(delivery): update package total on validate (#16131)"
This reverts commit f43433b43d .
|
2018-12-10 20:27:14 +05:30 |
|
Suraj Shetty
|
07e5786e1b
|
Fix user permission checks
|
2018-12-10 19:10:18 +05:30 |
|
Rohan
|
f43433b43d
|
fix(delivery): update package total on validate (#16131)
|
2018-12-10 17:47:31 +05:30 |
|