-
Notifications
You must be signed in to change notification settings - Fork 12
/
release-notes-13.07.01.html
302 lines (296 loc) · 20.9 KB
/
release-notes-13.07.01.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
<!DOCTYPE html>
<html lang="en">
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<head>
<meta charset="utf-8">
<title>The Apache OFBiz® Project - Release Notes 13.07.01</title>
<meta name="Description" content="OFBiz is an open source enterprise automation software project licensed under the Apache License. It means you are not alone and can work with many others." />
<meta name="Robots" content="index,follow" />
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- CSS
================================================== -->
<!-- local fonts -->
<link type="text/css" id="fonts" rel="stylesheet" href="/css/fonts.css">
<!-- Bootstrap -->
<link type="text/css" rel="stylesheet" href="/bootstrap/css/bootstrap.min.css">
<!-- plugin css -->
<link rel="stylesheet" type="text/css" href="/js/plugins/pretty-photo/css/prettyPhoto.css" />
<link rel="stylesheet" type="text/css" href="/js/plugins/rs-plugin/css/settings.css" media="screen" />
<link type="text/css" rel="stylesheet" href="/js/plugins/hoverdir/css/style.css">
<!-- icon fonts -->
<link type="text/css" rel="stylesheet" href="/font-icons/custom-icons/css/custom-icons.css">
<link type="text/css" rel="stylesheet" href="/font-icons/custom-icons/css/custom-icons-ie7.css">
<!-- Custom css -->
<link type="text/css" rel="stylesheet" href="/css/layout.css">
<link type="text/css" id="colors" rel="stylesheet" href="/css/colors.css">
<!--[if lt IE 9]><script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if gte IE 9]><style type="text/css">.iconBig, .active, .hover a , .Shover a { filter: none !important; } </style> <![endif]-->
<script src="js/modernizr-2.6.1.min.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="/images/favicon.ico">
<link rel="apple-touch-icon" href="/images/apple-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="/images/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="/images/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-icon-144x144.png">
</head>
<body>
<!-- header -->
<header id="mainHeader" class="clearfix">
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container"> <a href="index.html" class="brand"><img src="images/ofbiz_logo.png" alt="Apache OFBiz Logo"/></a>
<nav id="mainMenu" class="clearfix">
<ul>
<li><a href="index.html" class="firstLevel">Home</a></li>
<li><a href="#" class="firstLevel">Getting Started</a>
<ul>
<li><a href="developers.html" class="">Developers</a></li>
<li><a href="business-users.html" class="last">Business Users</a></li>
</ul>
</li>
<li><a href="#" class="firstLevel">News</a>
<ul>
<li><a href="//blogs.apache.org/ofbiz/" target="external" class="last">Blog</a></li>
</ul>
</li>
<li><a href="#" class="firstLevel">Documentation</a>
<ul>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Documentation" target="external" class="">User Documentation</a></li>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Technical+Documentation" target="external" class="">Technical Documentation</a></li>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Home" target="external" class="">Wiki</a></li>
<li><a href="#" class="firstLevel">API Reference</a>
<ul>
<li title="Trunk API">
<a href="https://nightlies.apache.org/ofbiz/trunk/javadoc/" target="external">Trunk API</a></li>
</li>
<li title="Stable release API">
<a href="https://nightlies.apache.org/ofbiz/stable/javadoc/" target="external">Stable Release API</a></li>
</li>
<li title="Next release API">
<a href="https://nightlies.apache.org/ofbiz/next/javadoc/" target="external">Next Release API</a></li>
</li>
</ul>
</li>
</ul>
</li>
<li><a href="#" class="firstLevel">Community</a>
<ul>
<li><a href="getting-involved.html">Getting Involved</a></li>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="source-repositories.html">Source Repository</a></li>
<li><a href="download.html">Downloads</a></li>
<li><a href="https://s.apache.org/dsj2p" target="external" >Issue Tracker</a></li>
<li><a href="faqs.html" class="last">FAQ</a></li>
</ul>
</li>
<li><a href="ofbiz-demos.html" class="firstLevel">Demos</a></li>
<li><a href="//www.youtube.com/user/ofbiz" class="icon-play socialIcon tips" target="external" title="follow us on Youtube"><span>Youtube</span></a></li>
</ul>
</nav>
</div>
</div>
</div>
</header>
<!-- header -->
<!-- globalWrapper -->
<div id="globalWrapper">
<!-- page content -->
<section id="content" class="fullWidth">
<header class="headerPage">
<div class="container clearfix">
<div class="row">
<h1 class="span8">Release Notes 13.07.01</h1>
<div class="span4" id="navTrail"> <a href="index.html" class="homeLink">home</a><span>/</span><a href="download.html">Download</a><span>/</span><span class="current">Release Notes 13.07.01</span> </div>
</div>
</div>
</header>
<section id="content" class="features" >
<div class="slice clearfix">
<div class="container">
<div class="row">
<div>
<p>Apache OFBiz® 13.07.01, released in 2015-10-06, is the first release of the 13.07 series, that has been stabilized with bug fixes since July 2013. It is the OFBiz current stable release and users of the previous releases are encouraged to migrate to it.</p>
<p>Please notice that in the 13.07 series the specialpurpose components are no more included with the only exception of the ecommerce component (because there are still some dependencies on it): the specialpurpose components may be released in a separate package in the future.</p>
<h2>Bug</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-254'>OFBIZ-254</a>] - Noisy, Possibly Unnecessary Logging when a browser request is cancelled by the user</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-2353'>OFBIZ-2353</a>] - SequenceUtil may generate duplicate IDs in Load Balancing mode</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-2942'>OFBIZ-2942</a>] - createPartyContactMechPurpose service doesn't allow fromDate</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-2990'>OFBIZ-2990</a>] - New Order ship to partyid is ignored.</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3255'>OFBIZ-3255</a>] - Purchase Invoice screen - Transcation entries are not posted to correct GL Accounts</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3474'>OFBIZ-3474</a>] - Wrong label in new request creation screen</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3537'>OFBIZ-3537</a>] - Not all sales invoice item types are showing in listInvoiceItems screen</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3833'>OFBIZ-3833</a>] - Payment capture is less than Order total</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3879'>OFBIZ-3879</a>] - invalid invoice id is not handled correctly by invoiceOverview</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-4363'>OFBIZ-4363</a>] - Return "dataResource" from CreateDataResource service</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-4372'>OFBIZ-4372</a>] - Order terms not displayed correctly</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-4973'>OFBIZ-4973</a>] - AvsSettings screenlet read data bug, entity-one should be used, not entity-and</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5017'>OFBIZ-5017</a>] - Quick Refund Entire Order create a Payment without the Adjustment Item amount </li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5185'>OFBIZ-5185</a>] - Unable to delete rate associated with employee position</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5203'>OFBIZ-5203</a>] - In HR Componant, In Globle HR Setting menu, Position Type find the position type and delete it delete is not working properly </li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5392'>OFBIZ-5392</a>] - Return Item received quantity does not updated correctly in case of partial receiving </li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5418'>OFBIZ-5418</a>] - Purchase Shipment "Receive Inventory Against Purchase Order" functionality not working</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5424'>OFBIZ-5424</a>] - OrderStatus with status ITEM_CREATED not created for auto-added promo items and items appended after order creation</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5456'>OFBIZ-5456</a>] - Party logo images not stored in SystemProperty location</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5479'>OFBIZ-5479</a>] - Groovy error when trying to filter virtual product feature variants in lookup popup window</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5514'>OFBIZ-5514</a>] - EntitySyncServices.cleanSyncRemoveInfo() takes minutes as seconds</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5515'>OFBIZ-5515</a>] - EditCustRequestContent contentId lookup field doesn't work</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5527'>OFBIZ-5527</a>] - Wrong title shown for production run name</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5578'>OFBIZ-5578</a>] - Quick Ship Entire Order Never Shipping</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5595'>OFBIZ-5595</a>] - "Run" function doesn't work in AP - Invoices</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5599'>OFBIZ-5599</a>] - Facility Pick Stock Moves "Cannot compare: r-value is null" error when ProductFacilityLocation.quantityNeeded is not set</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5602'>OFBIZ-5602</a>] - Sales Order with dropship item(s) uses non-existent GenericValue field to display supplier information</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5619'>OFBIZ-5619</a>] - Minilang call-service always use transaction</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5654'>OFBIZ-5654</a>] - Updating custom time period generates error</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5655'>OFBIZ-5655</a>] - When periodNum is not set an error is thrown</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5673'>OFBIZ-5673</a>] - user in securityPermissionGroup "CONTENT_USER" can't access content application</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5675'>OFBIZ-5675</a>] - SecurityPermissions for Menu-Items and Screens is not consistent in content application</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5676'>OFBIZ-5676</a>] - User with update permission can't access screens in content application</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5689'>OFBIZ-5689</a>] - Mini-lang's iterate element can cause NPE when verbose mode is on</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5690'>OFBIZ-5690</a>] - Order confirmation and order order complete email notification issue from backend</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5692'>OFBIZ-5692</a>] - Wrong eca event set on changeOrderStatus and updateReturnStatusFromReceipt</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5693'>OFBIZ-5693</a>] - modification on daemon script for debian</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5694'>OFBIZ-5694</a>] - AddOtherPartyRelationship allows user to select roles the selected party doesn't have</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5702'>OFBIZ-5702</a>] - Wrong timeFormat of datetimepicker causes hours represented as 12 not 24</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5707'>OFBIZ-5707</a>] - AddEmplPositionFulfillment allows selection of partygroups and external persons to be selected</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5708'>OFBIZ-5708</a>] - ListEmplPositionFulfillments links to wrong profile of employee</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5710'>OFBIZ-5710</a>] - Running OFBIZ with jsvc (Commons Daemon) Breaks JobPoller</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5711'>OFBIZ-5711</a>] - Duplicate content in humanres.css file</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5720'>OFBIZ-5720</a>] - When click the "Go Back" button, the style of the page is mess</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5721'>OFBIZ-5721</a>] - Generate pdf doesn't open in new target</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5745'>OFBIZ-5745</a>] - Forgot password functionality is not honoring the 'password.lowercase' property of 'security.properties'</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5762'>OFBIZ-5762</a>] - Duplicated 'ALSO_BOUGHT' associations in product details page</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5787'>OFBIZ-5787</a>] - HttpClient does not support charset name with quotation mark around</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5788'>OFBIZ-5788</a>] - ClassCastException in DataResourceWorker.getDataResourceStream method</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5791'>OFBIZ-5791</a>] - CommonUiLabels.xml - malformed XML</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-6078'>OFBIZ-6078</a>] - error</li>
</ul>
<h2>Improvement</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-3802'>OFBIZ-3802</a>] - Changing the Supplier Product Screen</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-4740'>OFBIZ-4740</a>] - Un-necessary Drop Down in Web Tools</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5287'>OFBIZ-5287</a>] - Migrating from Log4j 1.2.17 to log4j2</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5592'>OFBIZ-5592</a>] - UX improvement - aligment Chart of Account</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5698'>OFBIZ-5698</a>] - Upgrade to Tomcat 7.0.55</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5777'>OFBIZ-5777</a>] - Picking screen get block when there are large number of records to process</li>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5778'>OFBIZ-5778</a>] - Manage Picklist screen get block when there are large number of records to process</li>
</ul>
<h2>New Feature</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-6055'>OFBIZ-6055</a>] - ofbiz 13.07.01 "main menu" and "sub menu" into a single UL, LI structure? by default there is two < UL > tags one for the applications menu and one for the sub menu of the current application.Please Help Us</li>
</ul>
<h2>Sub-task</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-5684'>OFBIZ-5684</a>] - Help Updates to some Manufacturing Screens</li>
</ul>
<h2>Wish</h2>
<ul>
<li>[<a href='https://issues.apache.org/jira/browse/OFBIZ-6053'>OFBIZ-6053</a>] - I'm having issues in displaying Thai Characters in the OFBiz 13.07.01 PDF Reports. Please help</li>
</ul>
</div>
</div>
</div>
</div>
</section>
</section><!-- footer -->
<footer class="footer1">
<div class="container" id="footer">
<div class="row">
<div class="span6 timelineWidget">
</div>
<div class="span3 contactWidget">
<h2>Contact Community</h2>
<div class="divider"><span></span></div>
<ul>
<li><a href="mailing-lists.html">Mailing Lists</a></li>
<li><a href="source-repositories.html">Source Repository (Git)</a></li>
<li><a href="https://s.apache.org/dsj2p" target="external">Issue Tracker (Jira)</a></li>
<li><a href="//www.youtube.com/user/ofbiz" target="external">OFBiz Youtube Channel</a></li>
<li><a href="//vimeo.com/channels/apacheofbiz" target="external">OFBiz Vimeo Channel</a></li>
<li>
<a href="//s.apache.org/ofbiz-slack-channel" target="external">OFBiz Chat</a><br/>
<span class="footer-note">
Note: To chat with users and developers of Apache OFBiz.
<br>Please create a Slack account using <a href="//s.apache.org/slack-invite" target="external">this invite link</a> and
<a href="//s.apache.org/ofbiz-slack-channel" target="external">join the <b>#ofbiz channel</b>.</a>
Please do <b>not</b> ask OFBiz questions in the #general channel.
</span>
</li>
<li><a href="//cwiki.apache.org/confluence/display/OFBIZ/Apache+OFBiz+PMC+Members+and+Committers" target="external">Who we are</a></li>
</ul>
</div>
<div class="span3 sociallWidget">
<h2>ASF Information</h2>
<div class="divider"><span></span></div>
<ul>
<li><a href="https://www.apache.org/foundation/" target="external">Apache Software Foundation</a></li>
<li><a href="https://privacy.apache.org/policies/privacy-policy-public.html" target="external">Privacy Policy</a></li>
<li><a href="https://www.apache.org/events/current-event" target="external">Events</a></li>
<li><a href="https://www.apache.org/foundation/sponsorship.html" target="external">Sponsorship</a>
and <a href="https://www.apache.org/foundation/contributing.html" target="external">Donations</a>
</li>
<li><a href="https://www.apache.org/foundation/thanks.html" target="external">Thanks</a></li>
<li><a href="https://ofbiz.apache.org/security.html">Security</a></li>
<li><a href="https://www.apache.org/licenses/" target="external">License</a></li>
</ul>
</div>
</div>
</div>
</footer>
<footer class="footer2" id="footerRights">
<div class="container">
<div class="row">
<div class="span12">
<p>
Copyright © 2024 The Apache Software Foundation.
<a href="https://www.apache.org/licenses/" target="external">Licensed under the Apache License, Version 2.0</a>.<br/>
Apache OFBiz, OFBiz, the project logo and the Apache feather logo are trademarks of <a href="https://www.apache.org/" target="external">The Apache Software Foundation.</a>
</p>
</div>
</div>
</div>
</footer>
<!-- footer -->
</div>
<!-- globalWrapper -->
<script type="text/javascript" src="js/plugins/respond/respond.min.js"></script>
<script type="text/javascript" src="js/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="js/jquery-migrate-1.0.0.min.js"></script>
<script type="text/javascript" src="js/plugins/jquery-browser-plugin/jquery.browser.min.js"></script>
<!-- third party plugins -->
<script type="text/javascript" src="bootstrap/js/bootstrap.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap-carousel.js"></script>
<script type="text/javascript" src="js/plugins/easing/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="js/plugins/pretty-photo/js/jquery.prettyPhoto.js"></script>
<script type="text/javascript" src="js/plugins/hoverdir/jquery.hoverdir.js"></script>
<!-- jQuery KenBurn Slider -->
<script type="text/javascript" src="js/plugins/rs-plugin/js/jquery.themepunch.plugins.min.js"></script>
<script type="text/javascript" src="js/plugins/rs-plugin/js/jquery.themepunch.revolution.min.js"></script>
<!-- Custom -->
<script type="text/javascript" src="js/custom.js"></script>
<!-- Matomo -->
<script type="text/javascript">
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before
"trackPageView" */
/* We explicitly disable cookie tracking to avoid privacy issues */
_paq.push(['disableCookies']);
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="https://analytics.apache.org/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '21']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</body>
</html>