Pawan Mehta
aa0bed16f6
[fix] #14038-Std hours at company level to calculate timesheet hours ( #15819 )
...
* [fix] #14038
* codacy fixes
* add end time calc method
* test case and rename function
* Update timesheet.py
2018-11-12 16:40:07 +05:30
Deepesh Garg
6714214951
Server side script report for sales analytics ( #15589 )
...
* Sales Analytics Report
* Codacy issue fixes and name column addition
* Minor Fixes
* Minor Changes
* Codacy Issue Fixes
* Codacy Issue Fixes
* Bug Fixes
* Code cleaning and optimization
* Deleted Duplicate code
* Indentation Issue Fixes
* Added Supplier Condition
* Cleaned code and better function naming
* Added report link for sales analytics in selling.py
* fix(patch): Patch to delete old analytics reports
* feat(refactor): Created class and refactored code using object oriented paradigm
* Column condition fix
* Minor condition fix
* Minor fix
* parent child map for purchase analytics
* Minor Fixes in get_periodic_data
* Used dots for filters instead of brackets
* Minor Bug fix in get_period_date_ranges
* Test Cases for Analytics Report
2018-11-12 16:15:54 +05:30
Ameya Shenoy
47a1dbab96
fix: changed currency exchange API to frankfurter ( #15958 )
...
- Switched to Frankfurter's public API (frankfurter.app) from
self hosted API (frankfurter.erpnext.org)
2018-11-12 15:57:24 +05:30
Frappe PR Bot
3922a184af
[Translation] Updated Translations ( #15959 )
2018-11-12 15:51:37 +05:30
Ameya Shenoy
438490fd29
fix: changed currency exchange API to frankfurter
...
- Switched to Frankfurter's public API (frankfurter.app) from
self hosted API (frankfurter.erpnext.org)
2018-11-12 15:15:06 +05:30
Frappe Bot
1ff9c691b7
Merge branch 'staging' into develop
2018-11-09 10:21:07 +00:00
Frappe Bot
35ec2469e9
Merge branch 'staging-fixes' into staging
2018-11-09 10:19:21 +00:00
Frappe Bot
9159ee83ca
bumped to version 11.0.3-beta.20
2018-11-09 10:19:21 +00:00
Frappe Bot
4df671585b
Merge branch 'master' into staging-fixes
2018-11-09 10:11:27 +00:00
Frappe Bot
f001a9eb4f
Merge branch 'hotfix'
2018-11-09 10:09:04 +00:00
Frappe Bot
f8a5cfe8d8
bumped to version 10.1.70
2018-11-09 10:09:04 +00:00
alsum
852bd76a58
add set_current_asset_value to onload func
2018-11-08 11:12:33 +02:00
TaiLouis
c856794519
fix(hr): Delete salary slip when cancel payroll entry ( #15757 )
2018-11-08 13:06:24 +05:30
rohitwaghchaure
a88eaa6e20
[Fix] User able to change discount if pricing rule has discount value as zero ( #15921 )
2018-11-08 13:05:08 +05:30
Alchez
bf20be53ef
fix(bom): Display item name in new BOM form ( #15783 )
2018-11-08 12:54:20 +05:30
Shreya Shah
9e484fbc12
fix(payment-entry): Take default value None for paid_from ( #15777 )
2018-11-08 12:52:14 +05:30
patilsangram
667f0fbd6d
[fix] Invoice/Delivery note customer po_no overwritten by Sales order null po_no ( #15785 )
2018-11-08 12:51:41 +05:30
Ameya Shenoy
49647bfecc
fix: develop version should be 12 ( #15928 )
2018-11-08 12:48:35 +05:30
Nabin Hait
6ff2f395f5
fix(gle): Post gl entry for booking COGS from Sales Invoice even if grand_total is zero ( #15825 )
2018-11-08 12:30:44 +05:30
Dominik Ottenbreit
63ec78aa5d
Fix Purchase Order Issue in Update Items ( #15811 )
...
* Fix Purchase Order Issue in Update Items
* fix(zero-division)
2018-11-08 12:28:57 +05:30
Bassam Ramadan
bf86953b4c
adding returns field to cashier closing ( #15752 )
...
* adding returns field to cashier closing
* Update cashier_closing.json
2018-11-08 12:26:24 +05:30
Zarrar
5be6d19f4d
[Minor] Display Discount Amount when Tax table is empty ( #15812 )
...
* show discount amount even when tax table is empty
* negate the value for discount while printing
2018-11-08 12:16:26 +05:30
Alchez
068ba191e7
[Feature] Route optimization for Delivery Trip stops ( #15566 )
...
* Minor improvements
* [Feature] Route optimization for Delivery Trip stops
* Process and optimize the entire route, with or without locks
* Form sets of routes for optimization based on applied lock positions
* Re-arrange stops based on the optimized routes and lock positions
* Set delay times between stops - offset estimation times by delays cumulatively
* Fix codacy errors
* Fix travis
* feat(route_optimization): Set estimated route distance from Google Maps
* feat(route_optimization): Add tests for route lists
* feat(route_optimization): Fix tests
2018-11-08 11:57:05 +05:30
Shreya Shah
3f6eb6b393
fix: If party type is Shareholder, set appropriate name field ( #15916 )
2018-11-08 11:51:13 +05:30
Frappe Bot
823e754565
Merge branch 'master' into staging-fixes
2018-11-07 11:26:11 +00:00
Frappe Bot
ccff3e2aec
Merge branch 'hotfix'
2018-11-07 11:26:10 +00:00
Frappe Bot
7f37d26f05
bumped to version 10.1.69
2018-11-07 11:26:10 +00:00
Shreya Shah
c704630d5f
fix: Return default if company not found ( #15915 )
2018-11-06 17:24:45 +05:30
Ameya Shenoy
ea42980de6
Merge branch 'staging' into develop
2018-11-06 11:17:24 +00:00
Ameya Shenoy
96a2f00c07
Merge branch 'staging-fixes' into staging
2018-11-06 11:13:36 +00:00
Ameya Shenoy
675636cd03
bumped to version 11.0.3-beta.19
2018-11-06 11:13:36 +00:00
Ameya Shenoy
0c42f99b6f
Merge pull request #15920 from rohitwaghchaure/fix_patch_ascii_code_error
...
[Fix] Patch, ascii codec error
2018-11-06 16:35:21 +05:30
Rohit Waghchaure
56bf39bfea
[Fix] Patch
2018-11-06 16:32:29 +05:30
Ameya Shenoy
65797bca64
Merge branch 'master' into staging-fixes
2018-11-06 11:02:08 +00:00
Ameya Shenoy
1a41929c6b
Merge branch 'hotfix'
2018-11-06 11:02:04 +00:00
Ameya Shenoy
a97a520aa8
bumped to version 10.1.68
2018-11-06 11:02:04 +00:00
rohitwaghchaure
b5ba867b3f
Merge pull request #15917 from nabinhait/encoding-issue
...
fix(encoding): Fixed encoding issue in financial statements
2018-11-06 15:37:23 +05:30
rohitwaghchaure
9eafe8c23e
Update financial_statements.py
2018-11-06 13:28:18 +05:30
Nabin Hait
614b042ed3
fix(encoding): Fixed encoding issue in financial statements
2018-11-06 11:48:51 +05:30
Faris Ansari
bbc1cb274e
Merge pull request #15911 from netchampfaris/marketplace-fixes-3
...
Hub fixes
2018-11-05 19:19:44 +05:30
Faris Ansari
0fb943181e
Merge pull request #15910 from netchampfaris/marketplace-fixes-3
...
Hub fixes
2018-11-05 19:19:23 +05:30
Faris Ansari
d6b664f7ee
fix(hub): Prevent registered actions
2018-11-05 19:18:48 +05:30
rohitwaghchaure
1b2ceadc93
[Fix] Asset date validation ( #15887 )
...
* [Fix] Asset date validation
* Update asset.py
2018-11-05 16:04:04 +05:30
lasalesi
32ab3970e1
allow creating sales order on the last valid day of a quotation ( #15875 )
2018-11-05 16:02:18 +05:30
Frappe PR Bot
3c3b3d830d
[Translation] Updated Translations ( #15909 )
2018-11-05 16:01:47 +05:30
Faris Ansari
0d08da50c6
fix: Refresh PageContainer component based on current route
2018-11-05 15:47:26 +05:30
Nabin Hait
3e6663d47e
fix(serial no): Set supplier info based on pur invoice if serial no is created from Purchase Invoice ( #15820 )
2018-11-05 14:01:59 +05:30
Faris Ansari
a22e16dbe3
Merge pull request #15892 from netchampfaris/marketplace-fixes-1
...
fix: Use frappe.utils.make_event_emitter
2018-11-05 13:48:16 +05:30
Ameya Shenoy
8075a576f9
Merge branch 'staging' into develop
2018-11-05 06:53:27 +00:00
Ameya Shenoy
4a6768791b
Merge branch 'staging-fixes' into staging
2018-11-05 06:50:34 +00:00