0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 17, 2024 — Aug 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
New agreement type for commissions More... almost 19 years ago
OFBIZ-337 - Allow returns of partially shipped orders. More... almost 19 years ago
Reverting BillingAccountForm fix r453290, these fields do work. Bug was in older ofbiz. More... almost 19 years ago
Made console.log and ofbiz.log display of date time consistent usig the date-time format More... almost 19 years ago
Removed these two fields because ofbiz tries to get them from the GenericValue, causing an IllegalArgumentException and crash. They will work when we merge in the new form and base util collection code. More... almost 19 years ago
Changed <br> to <br/>. More... almost 19 years ago
Now the Webtools application uses the common login template. More... almost 19 years ago
Removed no more needed jsp file. More... almost 19 years ago
Fixed bug in batch cost calculation: missing parameter. More... almost 19 years ago
Added some missing resources from OFBIZ-361 (from Peter Goron). More... almost 19 years ago
Changed service name adjustDebugingLevels to adjustDebugLevels. More... almost 19 years ago
A patch from Peter Goron : Migrate webtools debug level screens to widget and add dynamic configuration of log4j loggers (https://issues.apache.org/jira/browse/OFBIZ-361) More... almost 19 years ago
On purchase orders, display vendor name when there is no vendor address More... almost 19 years ago
Fixed pagination bug in find cust requests. More... almost 19 years ago
Replace all yellow link styles and disabled versions with buttontext and buttontextdisabled. Fixes display issues in IE. More... almost 19 years ago
Refactored the quote pdf report to share the common report template. More... almost 19 years ago
Added comment about JIMI used by FOP in OPTIONAL_LIBRARIES (there was already a comment in batchPrintShippingLabels.fo.ftl, I used it) More... almost 19 years ago
Added note by Eriks Dobelis about a FOP optional jar that can be included for certain graphical formats. More... almost 19 years ago
The <#escape x as x?xml> directive will escape all the ${} interpolations with the ?xml directive to avoid problem with special characters such as the one reported by Eriks Dobelis in OFBIZ-357. More... almost 19 years ago
The <#escape x as x?xml> directive will escape all the ${} interpolations with the ?xml directive to avoid problem with special characters such as the one reported by Eriks Dobelis in OFBIZ-357. More... almost 19 years ago
In the attached patch there is a very simple way to fix the old and known bug that makes impossible to display the English labels when OFBiz is run in an operating system with a system language (different from English) that is available in the OFBiz ui lables property files. The bug is caused by the way the Java localization routines search for localized files and by the fact that in OFBiz we don't maintain the en_EN files, because the labels are in the default properties files (without locale extension). More... almost 19 years ago
Fixed NPE when no po id and no product id were passed: thanks to Anil K Patel for the patch (OFBIZ-358). More... almost 19 years ago
Added pdf version of the "approved product requirements" (aka "purchase order requirements") screen: the link to call it is rendered using the new "genericLink" screen. More... almost 19 years ago
Created a generic screen that renders a link (implemented by an hidden form) that can be included in other screens: in the form, the screen's requestParameters are stored as hidden fields and so it is very useful to render links for printed output (based on search constraints). More... almost 19 years ago
Break up of orderheader templates (for order confirm and order view screens) and the showPromotions template with multiple screenlets: this should improve the template readability and also make the customization much more simple. Really thanks to Chris Howe for this work (OFBIZ-68): I had to manually apply the patch (many templates were changed after the patch was submitted, and in the patch there were some issues) and so I did something different from Chris' patch, however his work is now finally committed. I've also removed some unused resources from the ecommerce component (a few entries in the controller, a screen definition and a template). More... almost 19 years ago
A patch from Eriks Dobelis "Display of country name instead of id in Party" (was ok in eCommerce) (https://issues.apache.org/jira/browse/OFBIZ-356) More... almost 19 years ago
Prevent double posting of acctg trans to the ledger More... almost 19 years ago
Some bad or missing lables (RBE does not allow empty labels subsumed by default values) More... almost 19 years ago
add an optional parameter to the deleteComminucationEvent to optionally delete dependent content, dataresource and imageDataResource. This for emails comimg in not detected by the spamfilter and which have attachements you want to get rid of More... almost 19 years ago
At David Jones's request, roll back of Chris Howe's patch from "formatting fix of companyheader.fo.ftl" ( see https://issues.apache.org/jira/browse/OFBIZ-353) BTW I kept reduction of CommonTelephoneAbbr redundancy and updated common french labels More... almost 19 years ago