details:   https://code.openbravo.com/erp/devel/main/rev/ec0cc6f6090b
changeset: 31805:ec0cc6f6090b
user:      Armaignac <collazoandy4 <at> gmail.com>
date:      Fri Mar 31 13:58:32 2017 -0400
summary:   Fixes issue 35692: Operative quantity should be updated when 
document is closed

When a Purchase Order/Return From Customer/Return to Vendor document is closed,
the Operative Quantity field is updated to the corresponding value, according to
the Product, Quantity and Aum of the line.

details:   https://code.openbravo.com/erp/devel/main/rev/fe5b3c2195c9
changeset: 31806:fe5b3c2195c9
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Fri Apr 07 11:55:48 2017 +0200
summary:   Fixed issue 35687: It is not possible to delete a record in tree view

The problem was related with Pre Delete Client Side Event Handler. The problem
was that a isc.clone method didn't work as expected. isc.clone method create a
deep clone of an object that can be edited without affecting the original but
does not handle looping references (will infinite loop). For this reason, in
case of clone currentGrid.getSelection() object in tree view an error was 
thrown.

In order to fix this problem, isc.shallowClone is used instead of isc.clone. 
This
method handle looping references properly.

details:   https://code.openbravo.com/erp/devel/main/rev/938c74e71d3e
changeset: 31807:938c74e71d3e
user:      Atul Gaware <atul.gaware <at> openbravo.com>
date:      Fri Apr 07 00:50:19 2017 +0530
summary:   Fixes Issue 35715:Wrong total gross amount when reactivating an 
order or a
invoice which includes a basic discount of 100%

In PostgreSQL instance to achieve trigger execution in order to update
c_invoicetax, c_ordertax properly before deleting discount invoice and
order lines, c_invoicelinetax and c_orderlinetax lines are deleted.

details:   https://code.openbravo.com/erp/devel/main/rev/adcbc4652225
changeset: 31808:adcbc4652225
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Fri Apr 21 13:33:24 2017 +0200
summary:   Fixed issue 35805: Fields redraw instantly in grid under some 
circumstances

The problem was that numeric fields redraws instantly in grid view when a 
numeric field
was referenced by a read only logic. This reported problem was caused by the 
partial fix
of #32202 regression.

The fix of #32202 was partial because the added condition did not taken into 
account the
grid view properly. This problem has been resolved by take into account form 
and grid view.

Besides another problem was found and resolved with this fix. Since this 
regression was
introduced, the #23136 issue was broken too. This problem has been resolved too 
with this solution.

details:   https://code.openbravo.com/erp/devel/main/rev/e17feb0f32b4
changeset: 31809:e17feb0f32b4
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Mon Apr 24 12:03:31 2017 +0200
summary:   Related with issue 35805: Codereview take into account all the cases

Now it is take into account when a parameter window with grid is opened from 
the menu.
Rest of the cases sucha as grid, form and parameter window from a button is 
working as
expected too.

details:   https://code.openbravo.com/erp/devel/main/rev/c31ebe580b49
changeset: 31810:c31ebe580b49
user:      Mark <markmm82 <at> gmail.com>
date:      Wed Apr 12 12:53:42 2017 -0400
summary:   Fixes issue 35783: Orders with Invoice Terms different from Customer 
Schedule
After Delivery cannot be invoiced if the bp has an invoice schedule

Sales Orders with Invoice Terms different from Customer Schedule After Delivery
(Immediate, After Delivery, After Order Delivered) cannot be invoiced if the 
business
partner has an invoice schedule defined and the order does not fill its 
requirement

The problem is that the order is not returned by the C_INVOICE_CANDIDATE_V view.
To avoid it was fixed the condition that takes into account the invoice rule of
the order and the sales invoice frequency.

details:   https://code.openbravo.com/erp/devel/main/rev/94badfae5504
changeset: 31811:94badfae5504
user:      Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
date:      Tue Apr 25 18:26:55 2017 +0200
summary:   Related to issue 35783: Fix dbcons failure

details:   https://code.openbravo.com/erp/devel/main/rev/86070addb830
changeset: 31812:86070addb830
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Fri Apr 28 13:19:38 2017 +0200
summary:   Fixed issue 35875: On change functions not executed for numeric 
parameters

The problem was that on change functions was not executed for numeric 
parameters.
This problem was caused by the partial fix of #35658 regression.

The fix of #35658 was partial because the added condition did not taken into 
account
numeric fields in P&E windows which are out of a parameter grid. This problem 
has been
resolved by take into account this case.

details:   https://code.openbravo.com/erp/devel/main/rev/e8c8153f375f
changeset: 31813:e8c8153f375f
user:      Inigo Sanchez <inigo.sanchez <at> openbravo.com>
date:      Tue May 09 10:11:24 2017 +0200
summary:   Fixed issue 35953: Fetching data when it is sorting by a null FK is 
not working

Fetching data when it was sorting by a null foreign key was not retrieving any 
record when should
had been retrieved data.

When AdvancedQueryBuilder class is created order by clause and it is working in 
resolve joins a
canUseInnerJoin method is invoked. This method is used to check if the left 
join can be safely
replaced with inner join when it is building order by clause. This method is 
not take into account
all the posibilities.

The problem has been resolved by take into account when any property of the 
list is not mandatory
and is not primitive. In this case left join can not be replaced with inner 
join. The rest of the
cases can be safely replaced it.

details:   https://code.openbravo.com/erp/devel/main/rev/4c43e1ac2cc3
changeset: 31814:4c43e1ac2cc3
user:      Atul Gaware <atul.gaware <at> openbravo.com>
date:      Mon May 15 00:24:10 2017 +0530
summary:   Fixes issue 35918: Wrong Trial Balance at "Account" level
and without checking "Opening Entry Amount to Initial Balance"

select is modified to get all account tree elements and their respective dr and 
cr in fact
acct other than fact acct type R (Income Statement), C (Closing) and
O (Opening) in between date from and date to filters. Select Initial Balance 
Method
is modified to just get the initial balance of the account tree element upto 
from date
filter or the opening type fact acct register on from date filter.

Using the Opening Entry Amount to Initial Balance flag and initial balance sign 
it is
decided to add to either dr or cr column respectively. +ve value added to 
debits and
-ve value added to credits.

details:   https://code.openbravo.com/erp/devel/main/rev/c87853b86121
changeset: 31815:c87853b86121
user:      Nono Carballo <nonofce <at> gmail.com>
date:      Tue May 09 13:28:14 2017 -0400
summary:   Fixes issue 35698: Aging Balance Organization and GL fields

* The default value of parameter Organization is the one selected when login,
if is transaction allowed, otherwise, the first one in the list of Organizations
with transaction allowed.

* When parameter Organization changes, the selected value of General Ledger
selector is set accordingly.

details:   https://code.openbravo.com/erp/devel/main/rev/93c55a945cca
changeset: 31816:93c55a945cca
user:      Alvaro Ferraz <alvaro.ferraz <at> openbravo.com>
date:      Wed May 17 21:46:10 2017 +0200
summary:   Related to issue 35698: Code review improvements

- Fix copyrights.
- Improve Account Schema Selector filter expression.
- Improve AgingOrganizationFilterExpression class.

details:   https://code.openbravo.com/erp/devel/main/rev/7fd66b51c666
changeset: 31817:7fd66b51c666
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 18 07:56:34 2017 +0000
summary:   Update AD_MODULE version to 3.0PR17Q2

details:   https://code.openbravo.com/erp/devel/main/rev/74c2ec78cab6
changeset: 31818:74c2ec78cab6
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 18 07:56:35 2017 +0000
summary:   Added tag 3.0PR17Q2 for changeset 7fd66b51c666

details:   https://code.openbravo.com/erp/devel/main/rev/b5871ab2926c
changeset: 31819:b5871ab2926c
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 18 07:56:35 2017 +0000
summary:   Added signature for changeset 74c2ec78cab6

details:   https://code.openbravo.com/erp/devel/main/rev/be15134963d3
changeset: 31820:be15134963d3
user:      RM packaging bot <staff.rm <at> openbravo.com>
date:      Thu May 25 06:34:58 2017 +0000
summary:   Merge temporary head for 3.0PR17Q2

diffstat:

 .hgsigs |  3 +++
 .hgtags |  3 +++
 2 files changed, 6 insertions(+), 0 deletions(-)

diffs (22 lines):

diff -r 44185ff76d75 -r be15134963d3 .hgsigs
--- a/.hgsigs   Sat Apr 01 09:53:26 2017 +0000
+++ b/.hgsigs   Thu May 25 06:34:58 2017 +0000
@@ -209,4 +209,7 @@
 fa51600e25b24b2eb3739898d293168ea94748a7 0 
iEYEABECAAYFAlh/u8wACgkQCX/oGf+2qkPTnwCfZ29b107GdizLBcC+tzdP3HlnmUUAoN2kMLXvfTYSRLAQG/ziGm5P6kYA
 9753e90ea3e81f850f904feb531120b4e185394a 0 
iEYEABECAAYFAliG6A8ACgkQCX/oGf+2qkPeeQCg6D9p++eslvzqEVlYK8RS0uzgZNsAoMELVWkte/AM/ilPxZ4vP37myscv
 a131c85d1d3d55b852f97622ce068baf80b7fe67 0 
iEYEABECAAYFAli+qu8ACgkQCX/oGf+2qkNTOACfTznbhwkwUplXd8QjHIuJ7uBJdK4An3KWtbUrBZleCwS1xH3aa2n9p9bM
+ff9ea5ead18501d3c6d2f782e38e172be08f8106 0 
iEYEABECAAYFAlkDMfYACgkQCX/oGf+2qkPbaACfXUmwNxLBVRvD7cvYA4LinaJkUzAAoI5N7GpMTNy/NYMXetEOhuwPfSO5
 3a7510a5ee0b43ac0a65e4eae9b089f42158bbe0 0 
iEYEABECAAYFAljGfFgACgkQCX/oGf+2qkOgoQCgx3u3UhiV8NyyiBZLsFjlwicCp1EAoPAl4mZZ6/wURPq39Ef6Rtbe1BRb
+835355e0fdbd35df49b4b559a4ce984192350fd2 0 
iEYEABECAAYFAlkVX0kACgkQCX/oGf+2qkMVEQCfasQyxkrJdtvkEP03xKFyiwAi2f0AnRRguCtQ0qKkra8Kg55F7/9oKS7p
+74c2ec78cab6580e2c5fd67e4c7913924339df58 0 
iEYEABECAAYFAlkdU7MACgkQCX/oGf+2qkMs3wCguelDCm09norUvWOnB7m/+X66yyMAoKr/DzyFXmSZTrlta3cfBpn5BY6v
diff -r 44185ff76d75 -r be15134963d3 .hgtags
--- a/.hgtags   Sat Apr 01 09:53:26 2017 +0000
+++ b/.hgtags   Thu May 25 06:34:58 2017 +0000
@@ -220,4 +220,7 @@
 b93f495b2cde680cf6558d93d72051429f4b9031 3.0PR16Q4.1
 31c79a32ce3a6b555dadb35c70d63113be6312e7 3.0PR16Q4.2
 eaeb76d8cd4ec1caf5bf43bc9b4111424d799a03 3.0PR16Q4.3
+3995bf60960bff841f256fa98746aa6aa0f642f2 3.0PR16Q4.4
 273c24deef8f21e870cf563073cc653582a9fe9e 3.0PR17Q1
+10c0ffee4e6ccca6771d151dd27f706e50cf4b96 3.0PR17Q1.1
+7fd66b51c666e341168a7e5a036f7ac25a86eec9 3.0PR17Q2

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to