Britlog
495a408db0
Fix contact form if email is both customer and lead ( #9075 )
2017-06-01 19:08:04 +05:30
Charles-Henri Decultot
5ade661a9a
Weekly digest subject translation ( #9003 )
2017-06-01 19:06:32 +05:30
ahmadRagheb
c4d2bab5b3
Arabic language shows Errors onSubmit in maintenance_schedule ( #9082 )
...
* Arabic language shows Errors onSubmit in maintenance_schedule
when trying to submit using arabic language error show up ,
i replace this way of formating arguments
description = frappe._("Reference: %s, Item Code: %s and Customer: %s") % \
(self.name, d.item_code, self.customer)
to new one :description = frappe._("Reference: %s, Item Code: %s and Customer: %s").format(self.name, d.item_code, self.customer)
and it solve the problem on my local
* Arabic language shows Errors onSubmit in maintenance_schedule
* Arabic language shows Errors onSubmit in maintenance_schedule
2017-06-01 19:06:00 +05:30
Frappe PR Bot
59ee45a1a5
[translation] translation updates ( #9081 )
2017-06-01 19:05:28 +05:30
Ashwini Save
2020dd37e8
Fixed issue : Payment Entry allocating amount more than invoice amount. ( #9084 )
...
* Fixed issue : Payment Entry allocating amount more than invoice amount.
* Added condition to solve issue when allocated amount is null
* Code review Changes for payment entry
2017-06-01 19:00:34 +05:30
Faris Ansari
9f6d024260
Set website route field as No Copy field ( #9106 )
...
* Set website route field as No Copy field
* minor
2017-06-01 18:58:07 +05:30
rohitwaghchaure
7f2513f7a1
[Fix] Employees working on a holiday report's date filter not working ( #9108 )
2017-06-01 18:57:34 +05:30
Makarand Bauskar
0b8f920e22
[minor] install node v7 ( #9109 )
2017-06-01 18:56:39 +05:30
Manas Solanki
f60bd60012
Fix the demo for the schools ( #8879 )
...
* Fix the demo for the schools
* Fix for the demo
https://github.com/frappe/erpnext/issues/6347
2017-06-01 18:30:35 +05:30
Nabin Hait
e4b3a67e74
Rate validation in return entry
2017-06-01 16:47:45 +05:30
Manas Solanki
f02c82aeca
Fixes in the patch ( #9027 )
...
* fix in the patch
* new patch for student groups
* changes in the merge student batch patch
2017-06-01 13:08:27 +05:30
tundebabzy
cf92be88b7
[minor] fixes typo ( #9093 )
2017-05-31 13:21:12 +05:30
Nabin Hait
fa16b849a0
Merge branch 'master' into develop
2017-05-30 22:52:39 +05:30
Nabin Hait
38fae6a240
Merge branch 'hotfix'
2017-05-30 22:52:38 +05:30
Nabin Hait
f2c374f524
bumped to version 8.0.42
2017-05-30 23:22:38 +06:00
Saurabh
9a342c6401
Merge pull request #9090 from mbauskar/hotfix
...
[minor] fixed a unexpected token error for opportunity
2017-05-30 22:42:31 +05:30
mbauskar
26044f436a
[minor] fixed a unexpected token error for opportunity
2017-05-30 22:28:08 +05:30
Nabin Hait
c9fa07b16d
Merge branch 'master' into develop
2017-05-30 15:59:04 +05:30
Nabin Hait
f6c396f176
Merge branch 'hotfix'
2017-05-30 15:59:04 +05:30
Nabin Hait
93b5367485
bumped to version 8.0.41
2017-05-30 16:29:04 +06:00
Manas Solanki
5995010007
Correction in the validation message ( #9079 )
2017-05-30 15:56:48 +05:30
bcornwellmott
0d38a6b495
Fix grammar error in HR Training Results ( #9076 )
...
* Fix Typo in message
Issue #9074
* Added condition for notifying user of grade.
2017-05-30 15:56:02 +05:30
Manas Solanki
a85b68ee77
link for timesheet, fix https://github.com/frappe/erpnext/issues/9042 ( #9071 )
2017-05-30 15:55:00 +05:30
Manas Solanki
ca31425bb4
field for the naming series should have no copy attribute ( #9067 )
2017-05-30 15:36:50 +05:30
Manas Solanki
253c53cf53
updating serial no status from scheduler #9061 ( #9066 )
2017-05-30 15:35:58 +05:30
Nabin Hait
ac3b2aa913
Set change amount automatically only if it is a cash transaction ( #9065 )
2017-05-30 15:35:01 +05:30
Nabin Hait
5d7e8d9e83
Minor fix in timesheet ( #9063 )
2017-05-30 15:34:35 +05:30
Nabin Hait
6a5cf672c1
Fixed opportunity status ( #9062 )
2017-05-30 15:34:20 +05:30
Manas Solanki
5f7b88d9c3
set student roll no in backend if not given ( #9039 )
2017-05-30 15:33:50 +05:30
Faris Ansari
ab74ca7fff
Lint and fix JS files
2017-05-30 12:54:42 +05:30
Faris Ansari
dae7721384
Merge pull request #8975 from almeidapaulopt/milestones
...
Milestones in Project Gantt
2017-05-29 10:58:35 +05:30
Nabin Hait
465d8352aa
Merge branch 'hotfix'
2017-05-26 21:35:42 +05:30
Nabin Hait
6a541a6f7a
Merge branch 'master' into develop
2017-05-26 21:35:42 +05:30
Nabin Hait
38ada81487
bumped to version 8.0.40
2017-05-26 22:05:41 +06:00
Prateeksha Singh
e38c70c8bc
[fix] uppercase filter frappe/erpnext#8996 ( #9026 )
2017-05-26 21:34:18 +05:30
Francisco Roldán
44c1a610a1
Financial Statements Button translateabled ( #9032 )
2017-05-26 21:32:51 +05:30
Makarand Bauskar
157c334737
[minor] added get_terms methods to erpnext.utils so that it can be used in non transactional documents ( #9037 )
2017-05-26 21:32:33 +05:30
Nabin Hait
4b12896941
Party Dashboard: Consider any random company if default company not set ( #9046 )
2017-05-26 21:25:36 +05:30
Sagar Vora
7b0c682635
[fix] add round off difference to last row in landed cost voucher ( #8989 )
...
* [fix] add round off difference to last row in landed cost voucher
* Add test case for odd numbers
* Add assertEquals to verify applicable charges
* Use make_purchase_receipt, move round off logic
* Allow rounding difference
* Specify cost center to pass test
2017-05-26 14:58:54 +05:30
Ashwini Save
d702cbfbfa
Update code to fix issue #erpnext WN-SUP25349 : ValueError: max() arg is an empty sequence. ( #9025 )
2017-05-25 15:48:08 +05:30
Nabin Hait
45d337a016
Merge branch 'master' into develop
2017-05-25 14:19:51 +05:30
Nabin Hait
d45a036b5e
Merge branch 'hotfix'
2017-05-25 14:19:50 +05:30
Nabin Hait
d7d9cd2938
bumped to version 8.0.39
2017-05-25 14:49:50 +06:00
Nabin Hait
7e7dc0f254
Update party.py
2017-05-25 14:18:20 +05:30
Ayush Shukla
e9cf1aba77
added float and rebase with hotfix ( #9019 )
2017-05-25 14:14:55 +05:30
Manas Solanki
c2bf50042f
validate email id only if provided ( #9020 )
2017-05-25 14:14:42 +05:30
bcornwellmott
8fa1e03367
Merge branch 'develop' into bom_convert_uom
2017-05-24 12:35:12 -07:00
Ben Cornwell-Mott
0f0b121669
Added BOM UOM selection for items
...
Added patch for BOM Item UOM
Fixed scrap qty issue
Added Scrap Qty update to patch
Reverted test record for production order
2017-05-24 11:12:51 -07:00
Nabin Hait
c795386230
Fixed merge conflict
2017-05-24 18:39:16 +05:30
Nabin Hait
ca89b6f59c
Merge branch 'hotfix'
2017-05-24 18:38:33 +05:30