0
I Use This!
Inactive

Commits : Listings

Analyzed about 24 hours ago. based on code collected about 24 hours ago.
Aug 15, 2024 — Aug 15, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Applied patch from Tim Ruppert to remove log operations that were used during initial development for debugging; Apache Jira #OFBIZ-172 More... almost 19 years ago
Turned off transactions for webtools import services because the service transactions were setting timeouts to 60 seconds, regardless of what the import code was doing, at least with PostgreSQL More... almost 19 years ago
Refactor sendCommEventEmail to use a list iterator for contact lists. Also select only active and ACCEPTED list members. More... almost 19 years ago
Set an OrderPaymentPreference for EXT_BILLACT with maxAmount being the amount user chose or amount available on account still when billing account is used during checkout. OFBIZ-120 More... almost 19 years ago
Fix problems of capture amount for billing accounts and gift cards More... almost 19 years ago
Completed the implementation of user interface for ship groups management during order entry checkout: there is now a new screen to assign shopping cart items to the ship groups in the cart. Empty ship groups are automatically removed from the cart during the checkout process. More... almost 19 years ago
Added optional input parameter to the cart service that assigns items to ship groups to make optional the removal of empty groups. More... almost 19 years ago
A bunch of changes to the backoffice order entry checkout screens (ship settings and option settings) and related events to better support the multi ship groups management. Now the creation of more than one ship group is very easy, but the screen to assign the items to different ship groups is still not implemented. More... almost 19 years ago
Refactored the calculateProductPrice service to be a bit more modular and use more sub-routines; this was to support a new in attribute called findAllQuantityPrices which if set to Y will cause the new out attribute allQuantityPrices to be populated; this is meant to be used to more easily show the various quantity break prices that a product might have More... almost 19 years ago
Moved addErrors private method from CheckOutHelper to ServiceUtil (as public static). More... almost 19 years ago
First pass in the implementation of the user interface to create, in the order entry checkout process, more than one ship group. It is now possible to create ship groups and set different addresses and options for them but it is still not possible to assign the products in the cart to them. I'm going to start the implementation of a new checkout screen that will allow this. More... almost 19 years ago
small html cleanups More... almost 19 years ago
Applied patch from Scott Gray (OFBIZ-168) to make the routing associated to a virtual product the default value for all the variants. More... almost 19 years ago
Applied patch from Christian Geisert (OFBIZ-167) to refactor the return pdf into smaller fo.ftl templates included into the new fo global decorator. There are still some minor layout issues mostly due to the different page dimension of the global decorator template. More... almost 19 years ago
Fixed wrong form definition. More... almost 19 years ago
tabs to spaces More... almost 19 years ago
Changed transaction-timout to transaction-timeout. More... almost 19 years ago
Applied patch from Christian Geisert (OFBIZ-166), to allow for unconstrained searches for agreements and returns. More... almost 19 years ago
Fixed possible NPE reported by Scott Gray in OFBIZ-165. More... almost 19 years ago
Applied patch from Christian Geisert (OFBIZ-162) to add a "fromPartyId" parameter to companyHeader.bsh (and fall back to "Company" if this parameter isn't specified). This parameter is also set in QuoteReport.fo.ftl. I'm not sure I like the idea of having the "Company" party hardcoded here, but for now I think it is an acceptable solution. More... almost 19 years ago
Added new common template for document based pdf reports (sales and purchase orders, invoices, returns etc...). Refactored the sales/purchase order pdf to use the common template. More... almost 19 years ago
Add *_es.properties from Rodrigo Aguinaga (see Apache Jira OFBIZ-157) More... almost 19 years ago
Applied patch from Tim Ruppert to implement the auto-suggestion shopping list; also added indicator to ProductStore to turn it on and off (off by default); Apache Jira #OFBIZ-159 More... almost 19 years ago
Based on feedback from Eriks Dobelis added checkIncludeVat attribute to calculateProductPrice service call so that the displayPrice in a cart item will now have tax included if the store is configured for such; Apache Jira #OFBIZ-113 More... almost 19 years ago
OFBIZ-158: Remove seca that is changing RETURN_COMPLETED items to RETURN_ACCEPTED, messing up the return business logic. More... about 19 years ago
Joblist in webtools now has a link back to the service reference for the services More... about 19 years ago
Point deleteMarketingCampaignRole service to the correct simplemethod service. More... about 19 years ago
Applied patch from Scott Gray to fix duplicated ampersand in content lables. More... about 19 years ago
The "Approve Requirements" screen has been moved from the manufacturing to the order component. More... about 19 years ago
Applied patch from Scott Gray to fix a bug in the product price screen, where the last modified details were never shown. More... about 19 years ago