Prateeksha Singh
50b6a5ddc8
Update stale.yml
6 years ago
Frappe Bot
8c7373dfd0
Merge branch 'staging' into develop
6 years ago
Frappe Bot
64b4d98778
Merge branch 'staging-fixes' into staging
6 years ago
Frappe Bot
d9dccaefba
bumped to version 11.0.3-beta.24
6 years ago
Frappe Bot
ef745b0197
bumped to version 11.0.3-beta.23
6 years ago
Frappe Bot
eb4969d24f
Merge branch 'staging' into develop
6 years ago
Nabin Hait
0aca5aad14
Merge pull request #15976 from deepeshgarg007/summary
[Fix] Accounts receivable summary print format showing zero values
6 years ago
Nabin Hait
a0a2f58a21
Merge pull request #15985 from adityahase/perf-patch
perf(patch): Use INSERT with ON DUPLICATE KEY UPDATE
6 years ago
Frappe Bot
6647ea270c
Merge branch 'staging-fixes' into staging
6 years ago
Frappe Bot
a4fe912382
bumped to version 11.0.3-beta.23
6 years ago
Frappe Bot
98b4a1bc81
Merge branch 'master' into staging-fixes
6 years ago
Frappe Bot
0b697c5298
Merge branch 'hotfix'
6 years ago
Frappe Bot
2426d00dd6
bumped to version 10.1.72
6 years ago
rohitwaghchaure
cc907559d0
Merge pull request #15992 from rohitwaghchaure/code_optimization_for_consolidated_report
Code optimization for consolidated financial statement report
6 years ago
Rohit Waghchaure
704796b1cb
Code optimization for consolidated financial statement report
6 years ago
rohitwaghchaure
02a7f8f0b2
Merge pull request #15991 from rohitwaghchaure/fixed_consolidated_conversion_issue
[Fix] Consolidated financial statement report currency conversion issue
6 years ago
Rohit Waghchaure
9d0f90975b
[Fix] Consolidated financial statement report currency conversion issue
6 years ago
rohitwaghchaure
93f358778b
Merge pull request #15990 from rohitwaghchaure/patch_code_refactor
[Minor] Patch fixes
6 years ago
Rohit Waghchaure
43920530a1
[Minor] Patch fixes
6 years ago
Deepesh Garg
3b8c84fa75
Merge pull request #15975 from nabinhait/staging-fixes
fix(test): Fixed item discount amount calculation and test cases related to pricing rule
6 years ago
rohitwaghchaure
e907c0d15c
Merge pull request #15986 from rohitwaghchaure/added_currency_filter_in_consolidated_report
Added currency filter in consolidated financial statement report
6 years ago
Rohit Waghchaure
a95697f506
Added currency filter in consolidated financial statement report
6 years ago
Aditya Hase
d168a71cfb
perf(patch): Use INSERT with ON DUPLICATE KEY UPDATE
update_total_qty_field patch was using UPDATE statement with CASE
Now use INSERT INTO with ON DUPLICATE KEY UPDATE clause which
allows this query to use indexes and update multiple rows per query.
6 years ago
Frappe Bot
98a2348779
Merge branch 'staging' into develop
6 years ago
Frappe Bot
e4193030b1
Merge branch 'staging-fixes' into staging
6 years ago
Frappe Bot
fac49983a0
bumped to version 11.0.3-beta.22
6 years ago
rohitwaghchaure
ba97b9b2d8
Merge pull request #15980 from rohitwaghchaure/on_save_allow_transfer_for_manufatured_changed
[Fix] On save Allow Transfer for Manufacture reset to default value even if user has changed manually
6 years ago
rohitwaghchaure
593f3f1756
Merge pull request #15978 from nabinhait/fetch_from_fix
fix(patch): Fetch missing gst hsn code in transactions and set hsn-wise taxes
6 years ago
rohitwaghchaure
5395b164cd
Merge pull request #15983 from rohitwaghchaure/fixed_claimed_amount_issue
Claimed amount is not reset on cancel of employee advance
6 years ago
Rohit Waghchaure
047a7123eb
Claimed amount is not reset on cancel
6 years ago
Rohit Waghchaure
917dda1b76
[Fix] On save Allow Transfer for Manufacture reset to default value even if user has changed manually
6 years ago
Nabin Hait
367a076fa4
fix(discount): Fixed item discount amount calculation
6 years ago
Nabin Hait
d34bfa8c2c
fix(patch): Fetch missing gst hsn code in transactions and set hsn-wise taxes
6 years ago
Frappe Bot
fe62024824
bumped to version 11.0.3-beta.21
6 years ago
Frappe Bot
b5c7b96a73
Merge branch 'staging' into develop
6 years ago
Nabin Hait
3409e55d24
Merge pull request #15974 from Alsum/assign-sa
assign-sa-to-group-of-employees
6 years ago
deepeshgarg007
7bc6f3843a
Fix for accounts Receivable Summary Showing zero values
6 years ago
Frappe Bot
25a74b8283
Merge branch 'staging-fixes' into staging
6 years ago
Frappe Bot
a29237beeb
bumped to version 11.0.3-beta.21
6 years ago
Nabin Hait
7fe4124bb8
fix(field property): Made barcode field non-mandatory in item
6 years ago
Frappe Bot
88c88d6e7c
Merge branch 'master' into staging-fixes
6 years ago
Frappe Bot
cb1726d6ec
Merge branch 'hotfix'
6 years ago
Frappe Bot
6b78e520d2
bumped to version 10.1.71
6 years ago
Nabin Hait
688758a56f
fix(test): Fixed item discount amount calculation and test cases related to pricing rule
6 years ago
alsum
e04a753d53
assign-sa-to-group-of-employees
6 years ago
Nabin Hait
ee887f4db7
Merge pull request #15796 from Alsum/set_current_asset_value
trigger set_current_asset_value when make asset_value_adjustment from asset form
6 years ago
Nabin Hait
ee190e34c2
Update asset_value_adjustment.js
6 years ago
Saif
60ec88bcc8
Added Default Warehouse field that sets all item's warehouse ( #15462 )
* -Added field def_warehouse that sets warehouse of all items
-Grouped warehouse fields together and put raw materies supplied before items table, it will only show if there are any items supplied
* Set def_warehouse in test_sales_order.py
* Changed from def_warehouse to set_warehouse
* Rest of def_warehouse to set_warehouse
6 years ago
Alchez
ce3340903d
Update Delivery Trip status based on visited stops ( #15723 )
* feat(delivery_trip_status): Update Delivery Trip status based on visited stops
* feat(delivery_trip_status): Fix tests
* feat(delivery_trip_status): Fix allow on submit for status
* feat(delivery_trip_status): Change status mapping
* feat(delivery_trip_status): Fix patch
* Update update_delivery_trip_status.py
6 years ago
Alchez
9f87c441b0
feat(delivery_trip): Create a Delivery Trip by selecting multiple Delivery Notes in list view ( #15706 )
6 years ago