details: https://code.openbravo.com/erp/devel/main/rev/b691768c4ee7 changeset: 27078:b691768c4ee7 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Thu Jul 02 11:16:52 2015 +0200 summary: Fixes issue 30295: uuid appear in saved views with multiple criteria on a field
When a view is saved while any of its filters are currently using the 'id' filter type, the id and identifier of the selected options are stored in a cache. If we have multiple criteria on one field, an internal loop is executed to retrieve all the criterias in the getFKFilterAuxiliaryCache function. The problem was that this internal loop was using the same variable as the external one to insert those criterias into the cache. This caused that the subsequent filters for next fields were not being handled properly as the condition of the external loop was not being fulfilled anymore due to the increment done in the internal loop. This has been solved just using a new variable (j) in the internal loop. details: https://code.openbravo.com/erp/devel/main/rev/b8a65b22f95f changeset: 27079:b8a65b22f95f user: Atul Gaware <atul.gaware <at> openbravo.com> date: Thu Jul 02 22:07:27 2015 +0530 summary: Fixes Issue 30301:"Not Balance" error received when posting a transaction (although suspense balancing is not needed) Fix takes into account the payment's sign (payment in/out). details: https://code.openbravo.com/erp/devel/main/rev/c95251b3e0b5 changeset: 27080:c95251b3e0b5 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Mon Jul 06 11:20:55 2015 +0200 summary: fixed bug 30316: selectors with display field property fail They failed in case the display field property was not in the main property but in a referenced one. In this case, the property was tried to be obtained from the record object in an incorrect manner (path to the referred entity was removed). The fix preserves path to referred entity and checks for not null value before doing replacements in the string. details: https://code.openbravo.com/erp/devel/main/rev/613b06e82db5 changeset: 27081:613b06e82db5 user: Asier Lostalé <asier.lostale <at> openbravo.com> date: Fri Jul 10 13:19:36 2015 +0200 summary: fixed bug 30339: pg version check prevents using 9.5ahpha1 The check compares version with 9.1 but it took 9.5alpha1 as whole version where alpha1 string part should be removed. Fixed by removing textual parts of the version (this was already done for Oracle) details: https://code.openbravo.com/erp/devel/main/rev/d486b2997ee5 changeset: 27082:d486b2997ee5 user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 16 11:26:34 2015 +0200 summary: Fixes issue 30315: BackPort from issue 30333. details: https://code.openbravo.com/erp/devel/main/rev/31aa70ff60d9 changeset: 27083:31aa70ff60d9 user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 16 11:27:31 2015 +0200 summary: Backed out changeset d486b2997ee5 details: https://code.openbravo.com/erp/devel/main/rev/fbe4acffc34a changeset: 27084:fbe4acffc34a user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 16 11:28:43 2015 +0200 summary: Fixes issue 30332: BackPort from issue 30315. details: https://code.openbravo.com/erp/devel/main/rev/bbfccafd18ed changeset: 27085:bbfccafd18ed user: Víctor Martínez Romanos <victor.martinez <at> openbravo.com> date: Wed Jul 15 17:49:30 2015 +0200 summary: Fixed issue 30373: Added accounting date to Add Multiple Payments process A new process parameter called Accounting Date has been added to the Add Multiple Payments process. The transaction(s) created by this process will have the entered Accounting Date (in a similar way we already do for the transaction date). details: https://code.openbravo.com/erp/devel/main/rev/06c15f9276a7 changeset: 27086:06c15f9276a7 user: David Miguelez <david.miguelez <at> openbravo.com> date: Fri Jul 17 15:04:27 2015 +0200 summary: Related to Issue 30332: Do not take into account Transactions in Skip Status. Remove them from the queries. In Costing Server, set all Transactions as isProcessed=Y when they go through doProcess() method. details: https://code.openbravo.com/erp/devel/main/rev/6273bf287bb7 changeset: 27087:6273bf287bb7 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Thu Jul 23 13:51:40 2015 +0200 summary: Fixes issue 30404: selectors not working in grid view when display field is set When setting the display field for a selector with FKSelectorUIDefinition as its UI Definition class, if the display field was referencing to a property of the main entity of the selector, the display field name returned as part of the gridProps in the view definition was 'entity'. The _extraProperties in the datasource used by the selector does not contain the entity name if they are referencing to the main entity. That is the root of the problem: when trying to set the selected value of the selector picklist in grid view, the display field name was never found as we were using 'entity' instead of looking directly for 'property'. This problem does not affect when setting as display field a field that references a property which does not belong to the main entity of the selector. To solve this problem, now in FKSelectorUIDefinition we return 'property' as the display field name instead of 'entity' when the property belongs to the main entity. details: https://code.openbravo.com/erp/devel/main/rev/7ea341ccbf45 changeset: 27088:7ea341ccbf45 user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 23 17:05:01 2015 +0200 summary: Fixes Issue 30414. Refreshes Transaction Object before accessing to it again to fix a LazyInitializationException Hibernate exception. Also removes unnecessary save, since flush is done afterwards. details: https://code.openbravo.com/erp/devel/main/rev/c1a6e9f89016 changeset: 27089:c1a6e9f89016 user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 23 17:16:08 2015 +0200 summary: Fixes issue 30417. Initialize global variable each time to make sure it does not uses values from a previous execution. details: https://code.openbravo.com/erp/devel/main/rev/a5f410f9ace1 changeset: 27090:a5f410f9ace1 user: David Miguelez <david.miguelez <at> openbravo.com> date: Thu Jul 23 17:27:54 2015 +0200 summary: Fixes issue 30420. Fixes problem in a Query condition. The = comparasion must be changed with > details: https://code.openbravo.com/erp/devel/main/rev/e9e4169a1f48 changeset: 27091:e9e4169a1f48 user: Atul Gaware <atul.gaware <at> openbravo.com> date: Mon Aug 03 23:08:59 2015 +0530 summary: Fixes Issue 30490: Return from Customer Pick&Edit Lines allows to enter more quantity to return than the pending to be returned Return document has negative movementqty so ReturnQtyOtherRM was negative. It should be postive so unlike ReturnQty it is multiplied with -1 as in prev Datasource prior to transforming it to HQL PE. Where clause which checks MovementQty of shipment line with the ReturnQtyOtherRM was missing. Sum of Shipmentline MovementQty and ReturnQtyOtherRM should not be zero. It is added to fix the problem. details: https://code.openbravo.com/erp/devel/main/rev/1861f239c670 changeset: 27092:1861f239c670 user: Atul Gaware <atul.gaware <at> openbravo.com> date: Mon Aug 10 10:23:33 2015 +0530 summary: Fixes Issue 30528:Potential full c_orderline scan in M_Reservation_trg Removed unwanted line in code which fully scans c_orderline. details: https://code.openbravo.com/erp/devel/main/rev/b28798b52483 changeset: 27093:b28798b52483 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Mon Aug 10 14:26:44 2015 +0200 summary: Fixes issue 30531: Openbravo ERP 3 doesn't work on Microsoft Edge The application was crashing silently during the login process, because Smartclient sources were not identyfing properly the browser. This caused an error in the SC getStackTrace() method. In addition, the OB function getBrowserInfo() has been updated to identify the Microsft Edge browser in order to declare it as not supported for the time being details: https://code.openbravo.com/erp/devel/main/rev/c13047cce241 changeset: 27094:c13047cce241 user: Carlos Aristu <carlos.aristu <at> openbravo.com> date: Tue Aug 11 09:23:51 2015 +0200 summary: Related to issue 30531: updated revision control number details: https://code.openbravo.com/erp/devel/main/rev/828faf193994 changeset: 27095:828faf193994 user: RM packaging bot <staff.rm <at> openbravo.com> date: Thu Aug 13 04:34:37 2015 +0000 summary: Update AD_MODULE version to 3.0PR15Q3 details: https://code.openbravo.com/erp/devel/main/rev/73f7d3c67dc7 changeset: 27096:73f7d3c67dc7 user: RM packaging bot <staff.rm <at> openbravo.com> date: Thu Aug 13 04:34:37 2015 +0000 summary: Added tag 3.0PR15Q3 for changeset 828faf193994 details: https://code.openbravo.com/erp/devel/main/rev/e2ba67426d9e changeset: 27097:e2ba67426d9e user: RM packaging bot <staff.rm <at> openbravo.com> date: Thu Aug 13 04:34:37 2015 +0000 summary: Added signature for changeset 73f7d3c67dc7 details: https://code.openbravo.com/erp/devel/main/rev/c30899abb5a4 changeset: 27098:c30899abb5a4 user: RM packaging bot <staff.rm <at> openbravo.com> date: Tue Aug 18 10:13:49 2015 +0000 summary: Merge temporary head for 3.0PR15Q3 diffstat: .hgsigs | 2 ++ .hgtags | 2 ++ 2 files changed, 4 insertions(+), 0 deletions(-) diffs (18 lines): diff -r a0fd6a76a3d5 -r c30899abb5a4 .hgsigs --- a/.hgsigs Tue Jun 30 18:27:51 2015 +0000 +++ b/.hgsigs Tue Aug 18 10:13:49 2015 +0000 @@ -173,3 +173,5 @@ ac761ac78f576cee64046e115ac42d2a3b227682 0 iEYEABECAAYFAlVItlgACgkQCX/oGf+2qkPgSACeNz58xoUWpTvMywmncbWx7+r7bnUAn1Ba1al80Q9HMY/wiMNu1Vfpd9Jo fdb1e0cd936d09381ae1aa87be98cc4f0f334f31 0 iEYEABECAAYFAlVbM8QACgkQCX/oGf+2qkO+wACfTbKub/UT0e2V2iyIB21716NAn/oAoIHu7PYZ7w/BkTQDZWR0PXDdYkty bd0e758ae44eb624d8af403fb4764629c1a45b21 0 iEYEABECAAYFAlWChbsACgkQCX/oGf+2qkM6xACfXP4M7zXaih+uqkIpGHMqGPTzxD8An0r58zI1YN3gKOT9t0kZ3IdaNA7c +906c7a47100c5694d720f6a00a8d205538562334 0 iEYEABECAAYFAlW3GiEACgkQCX/oGf+2qkNk4gCfVlZA1GqR2LvJwBPBXoMn6RCRyFYAnA4aPF+fOZXRpAqKMRT55nvswuRI +73f7d3c67dc7d6063af1dac6e71db12b9081150a 0 iEYEABECAAYFAlXMHl0ACgkQCX/oGf+2qkNVuACfTfB6/RfeioYrYtsi81kAwADW0lgAoOJdXKScLwl6RHeXIFvMlrzlcT6w diff -r a0fd6a76a3d5 -r c30899abb5a4 .hgtags --- a/.hgtags Tue Jun 30 18:27:51 2015 +0000 +++ b/.hgtags Tue Aug 18 10:13:49 2015 +0000 @@ -184,3 +184,5 @@ 4239774eb8de8f0740bfbd6e3e36c075ee2a5a91 3.0PR15Q2 e861122b0b1d2aa2ca6e177bfbb9ddf939e33dd7 3.0PR15Q2.1 a28a880b5aeb9208eaf0ce569fd51b7a5fc2b48e 3.0PR15Q2.2 +01405101d810eaafec106bab50ce31b41df52569 3.0PR15Q2.3 +828faf1939944cd8d55d562494138f68305c5b50 3.0PR15Q3 ------------------------------------------------------------------------------ _______________________________________________ Openbravo-commits mailing list Openbravo-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openbravo-commits