ofbiz-framework icon indicating copy to clipboard operation
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...

Results 102 ofbiz-framework issues
Sort by recently updated
recently updated
newest added

Currently the Find Tax Authority screen shows a paginated overview of tax authorities without any filter capabilities. modified: TaxAuthorityScreens.xml added elements for search and find capabilities TaxAuthorityForms.xml added form for...

Currently, a user with only 'VIEW' permissions, as demonstrated in trunk demo with userId = auditor, accessing the Agreement Roles screen, sees editable fields and/or triggers (to requests) reserved for...

Improved: Upgrade to gradle 7.3 to support jdk 8 -> 17 (OFBIZ-12400)

Implemented: getEnvironmentProperty to allow environment variable configuration (OFBIZ-9498) This will enable configuration of one OFBiz instance without modifying source code, using environment variables. Available in : * property files *...

Improved: Seo translation for Content, Product and Category Fixed: get alt url before retrieving the name or description from record Fixed: the mandatory character '/' for objectInfo alternative url

Another exploratory patch - as a PR for easy review. * First steps into splitting OFBiz into componets * 5 tests don't pass in framework * ofbiz distribution builds *...

Improved: LoginServices.userLogin: Respond "fail" instead of "error" to avoid the (automatic service engine) logging of a stack trace on missing/invalid credentials (OFBIZ-10507)

Fixed: Link Party feature stop the EECA rules globally(OFBIZ-12424) Create and use the default-no-eca delegator instead of setting EntityEcaHandler object null on delegator.

modified: ModelEntity.java - adding fields for auditing/investigating record creation and modification by default to entities when OFBiz is initialised: * createdDate * createdByUserLogin * lastModifiedDate * lastModifiedByUserLogin