ofbiz-framework
ofbiz-framework copied to clipboard
Apache OFBiz is an open source product for the automation of enterprise processes. It includes framework components and business applications for ERP, CRM, E-Business/E-Commerce, Supply Chain Manageme...
Currently when a user with only view permissions accesses the PaymentGroup overview, as demonstrated in demo-trunk with userid=auditor, the action trigger to cancel a PaymentGroup is shown. See attached image....
* There are a LOT of circular dependencies !!! * ~99% it is code shuffling - no behavior change * I had to split some files to be able to...
Using a version catalog makes things easier: - You can update a single version for multiple artifacts (e.g. Tomcat) - You have all the artifacts and their versions at a...
Improved: display Run Service forms with dynamic fields (OFBIZ-12869) With this PR the run service forms will display service parameters fields dynamically (for example a field for a Timestamp parameter...
Fixed: Apply orderItemAttributes when adding to Shoppingcart from addToCartFromOrder. (OFBIZ-12886)
The getProperty methods in EntityUtilProperties don't use entity at all. All of the getProperty methods simply lead to UtilProperties and therefore no configure during runtime is possible. Improved: New methods...
Improved: Improvement to createPartyRelationship service (OFBIZ-12765) The createPartyRelationship service now allows new relationships of the same parties if there are no conflicts in their period of validity.
Improved: Refactoring WebSiteProperties.java (OFBIZ-12843) Thanks: Benjamin Jugl
Improved: Adds additional methods to ContentWorker for finding content with alternate locales and changes view-entities for content to better include associated content of different locales. (OFBIZ-12829)
Within the setPartyStatus method in PartyServices.java there is a bug regarding the disabledDateTime field (line 242). This field shouldn't be set because then the login service may re-enable the UserLogin...