0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied patches from Eriks Dobelis for tax calc and VAT display improvements (OFBIZ-113 and OFBIZ-164); fixed a few tabs in the patch; also fixed a bug caused by the changes to getGrandTotal method in ShoppingCart.java where tax could be included twice, there is now a getDisplayGrandTotal method for the display side, and that is now used in ecommerce showcart.ftl More... almost 19 years ago
Fixed typo. Thanks to Andrew Sykes for the bug report (OFBIZ-553). More... almost 19 years ago
OFBIZ 182 - Add singleUse indicator to ContactList to allow for lists whose members should be contacted only once. Updated sendCommEventAsEmail to expire ContactListParty if singleUse = 'Y'. More... almost 19 years ago
A patch from Marco Risalti (OFBIZ-181 In Microsoft Internet Explorer the ecommain.css was not parsed correctly) plus a minor enhancement for cart 1st title from old JIRA OFBIZ-380 More... almost 19 years ago
Making the title transfer field of Add Tax Authority Rate Product form optional, since the seed data did not seem to have this filled in, and the update form allows you to set it to null, and the field is not required. Let me know if this is a bad idea. More... almost 19 years ago
A patch from Eriks Dobelis (see OFBiz-180 : Anonymous checkout does not go beyond shipping options). Thanks Erik. More... almost 19 years ago
dutch spelling error More... almost 19 years ago
Added mark as accepted action to list of shipping labels. This will update all selected shipment route segments to ACCEPTED status. More... almost 19 years ago
Continuing work on refunding orders with multiple payment types: refunding to billing account requires creating a PaymentApplication More... almost 19 years ago
I think we loosed this _es.properties files between use of translation_es.patch and translation_es_v2.patch. Here they are More... almost 19 years ago
The CheckOutEvents.finalizeOrderEntry(...) method has been separated into two new methods: More... almost 19 years ago
Enhanced OrderReadHelper.getBillFromParty to use ProductStore when there is no BILL_FROM_VENDOR. Also added comments to the other methods More... almost 19 years ago
OFBIZ-155: Refactored processRefundReturn to handle any combination of payment methods, especially billing accounts (EXT_BILLACT). Thanks to Chris Liberty. More... almost 19 years ago
Replaced a bunch of tabs with spaces for these new OrderReadHelper methods. More... almost 19 years ago
Changed form widget to look at VIEW_INDEX/SIZE and the normal field name in the parameters map if it doesn't find it in the root context More... almost 19 years ago
Fixed pagination bug in quick product lookup page in po entry screen. More... almost 19 years ago
This is the second part of the layout improvements to the entity data maintenance screens. In this commit I've modified the screen to edit/create/update one row. I've kept this mod in a separate commit because I'm not sure you'll like it because of the first item below: More... almost 19 years ago
Layout improvements to the entity data maintenance screens: * added some more links * applied the same css styles of the widget screens * a few small bug fixes * html cleanups More... almost 19 years ago
In the (long and slow) process of reviewing the design decisions taken when the manufacturing component was very young, I've removed now the two special types for the requirements generated by MRP. Using the existing ones: *) PRODUCT_REQUIREMENT for purchasing needs *) INTERNAL_REQUIREMENT for production run needs is a better way to go (better integration with the rest of the system etc...). More... almost 19 years ago
Patch from Rodrigo Aguinaga : OFBiz does speak Spanish now :o) More... almost 19 years ago
I've commented a few (broken) links from the find work effort screen and fixed the delete link that was pointing to a wrong request name; now deleting a workeffort is possible even if there are still some oddities in the way that page works (it's too complex to work fine and in fact it doesn't work well). More... almost 19 years ago
git-svn-id: https://svn.apache.org/repos/asf/incubator/ofbiz/trunk@434036 13f79535-47bb-0310-9956-ffa450edef68 More... almost 19 years ago
Small change to make sure that the "attributes" is always initialized even if empty. This will resolve some NPE such as the one reported by Eriks Dobelis in OFBIZ-176. More... almost 19 years ago
Fix bug where checkInvoicePayments would throw an exception if there is a PaymentApplication without invoiceId (ie, a tax payment or billing account receipt) More... almost 19 years ago
Applied patch from Scott Gray to convert the existing bsh/ftl based "create production run" screen to form widgets (OFBIZ-174).. More... almost 19 years ago
New methods for figuring out amount of order paid and refunded to each payment method More... almost 19 years ago
Check for null paymentIds in returns processing More... almost 19 years ago
set currencies for authorization and captures More... almost 19 years ago
Service for capturing billing account payments will now create a PaymentGatewayResponse record so that later we can use it to figure out how much of the order was captured to each payment method More... almost 19 years ago
Fix some bugs with the ecommerce billing account page More... almost 19 years ago