Mark <m.molina@nectus.com> [Tue, 26 Apr 2016 17:31:58 +0200] rev 29427
Related to issue
32535: Set login organization currency as default in some reports
Fix following reports:
- Valued Stock Report (ReportValuationStock)
Mark <m.molina@nectus.com> [Tue, 26 Apr 2016 11:30:23 +0200] rev 29426
Fixes issue
32535: Set organization general ledger as default in some reports
Fix following reports:
- Balance Sheet and P&L structure (GeneralAccountingReports)
- General Ledger Report (ReportGeneralLedger)
- Journal Entries Report (ReportGeneralLedgerJournal)
- Trial Balance (ReportTrialBalance)
Naroa Iriarte <naroa.iriarte@openbravo.com> [Wed, 27 Apr 2016 09:19:33 +0200] rev 29425
Fixed issue
30935: The SetContextInfoActionHandler class has been removed
The unused SetContextInfoActionHandler class has been removed.
Naroa Iriarte <naroa.iriarte@openbravo.com> [Wed, 27 Apr 2016 09:18:25 +0200] rev 29424
Fixed issue
32321: The QueryBuilder class has been deleted
The only used thig was an enum, that enum now is in the AdvancedQueryBuilder class and
the QueryBuilder class has been removed.
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 26 Apr 2016 10:47:23 +0200] rev 29423
fixed bug
32668: wrong values displayed in status bar on record creation
When a new record is created just after processing a previous one, status bar
displayed valued of the previous record instead of being in New mode.
Fixed by forcing status bar reset on FIC response for NEW.
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Tue, 26 Apr 2016 13:45:34 +0200] rev 29422
Related to issue
32510: Code review improvements
Do left join to inv.businessPartner also if financial account has been selected.
Use StringUtils to avoid NPE.
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Mon, 25 Apr 2016 18:48:59 +0200] rev 29421
Related to issue
32504: Remove cumqty value calculation in production
References to old m_costing cumqty column have been removed from Production cost calculation and old Cost Engine as it was calculated but never used.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Fri, 22 Apr 2016 10:01:49 +0200] rev 29420
Fixed issue
32728: Standard datasources should check entity access.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Thu, 21 Apr 2016 11:29:04 +0200] rev 29419
[DataSourceEntityAccess] Improve comments and notation Override.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 20 Apr 2016 10:18:12 +0200] rev 29418
[DataSourceEntityAccess] Improve legibility, copyright and a typo
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 20 Apr 2016 00:41:45 +0200] rev 29417
[DataSourceEntityAccess] Merge with pi
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 20 Apr 2016 00:39:26 +0200] rev 29416
[DataSourceEntityAccess] Added a test case
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 20 Apr 2016 00:37:47 +0200] rev 29415
[DataSourceEntityAccess] Fixed tests related to security projects
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 20 Apr 2016 00:36:29 +0200] rev 29414
[DataSourceEntityAccess] Revert default jdk version
Inigo Sanchez <inigo.sanchez@openbravo.com> [Mon, 18 Apr 2016 10:34:58 +0200] rev 29413
[DataSourceEntityAccess] Merge with pi.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Mon, 04 Apr 2016 15:28:39 +0200] rev 29412
[DataSourceEntityAccess] Improve performance and small clean code.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Mon, 04 Apr 2016 14:18:44 +0200] rev 29411
[DataSourceEntityAccess] Removed unnecessary setAdminMode method
Inigo Sanchez <inigo.sanchez@openbravo.com> [Mon, 04 Apr 2016 11:46:05 +0200] rev 29410
[DataSourceEntityAccess] Merge with pi.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Mon, 04 Apr 2016 11:41:53 +0200] rev 29409
[DataSourceEntityAccess] Some code review improvements
Some code review improvements are fixed:
- Typo errors.
- Name conventions.
- Declare "OBSERDS_AllowUnsecuredDatasourceRequest" constant in CachedPreference
instead of BaseDataSourceService.
Asier Lostalé <asier.lostale@openbravo.com> [Thu, 24 Mar 2016 10:25:37 +0100] rev 29408
[DataSourceEntityAccess] EntityAccessChecker performance improvements
- Store in memory process ids, not the whole objects
- Query for ids rather than whole object
- Retrieve from a single query all required objects, do not do a query for
each item
Inigo Sanchez <inigo.sanchez@openbravo.com> [Thu, 10 Mar 2016 14:14:46 +0100] rev 29407
[DataSourceEntityAccess] Refactor and improve performance in addEntitiesFromProcess.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Thu, 10 Mar 2016 14:13:24 +0100] rev 29406
[DataSourceEntityAccess] Fixes role in TestComboDatasource.
Now are checked properly all entities access and for this
reason role that uses this test was wrong. It has been fixed
by using F&B International Group Admin role instead of
F&B EspaƱa - Employee.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Thu, 10 Mar 2016 10:26:25 +0100] rev 29405
[DataSourceEntityAccess] Fixes Account tree and Stock Reservation fetch test.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 09 Mar 2016 12:31:52 +0100] rev 29404
[DataSourceEntityAccess] Merge with pi.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 09 Mar 2016 12:28:50 +0100] rev 29403
[DataSourceEntityAccess] Improve performance in initialize method
Performance in initialize method is improved. Besides some getter methods are added.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 02 Mar 2016 15:28:22 +0100] rev 29402
[DataSourceEntityAccess] Checking access to Process with new check method
In EntityAccessChecker a new check method is implemented. This new check method it
is used to check if a current user/role has access to a process.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 02 Mar 2016 15:12:20 +0100] rev 29401
[DataSourceEntityAccess] The constant was wrongly removed in a merge.
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 10 Feb 2016 01:06:40 +0100] rev 29400
[DataSourceEntityAccess] Improve name method and comment
Inigo Sanchez <inigo.sanchez@openbravo.com> [Wed, 10 Feb 2016 01:05:09 +0100] rev 29399
[DataSourceEntityAccess] Take into account ref windows in initialize method
Inigo Sanchez <inigo.sanchez@openbravo.com> [Tue, 01 Mar 2016 10:37:44 +0100] rev 29398
[DataSourceEntityAccess] Merge with pi.