Sandra Huguet <sandra.huguet@openbravo.com> [Mon, 16 Feb 2015 18:45:16 +0100] rev 25915
related to issue
28912 .class files are missing in last commit
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Mon, 16 Feb 2015 11:11:14 +0100] rev 25914
Fixes issue
28943: DocDate & AccDate in GLJournal could be different
Document Date and Accounting Date in G/L Journal window and Header tab can now be different
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 16 Feb 2015 17:39:33 +0100] rev 25913
fixed bug
28949: bg process can't insert DAL object having doc no column
The problem was caused by SetDocumentNoHandler which assumed there was always
a valid request.
After changes to support tomcat 7, this was not the case of bg processes.
The fix return null in this case rather than throwing a NPE.
Unai Martirena <unai.martirena@openbravo.com> [Mon, 16 Feb 2015 16:00:25 +0100] rev 25912
Fixes bug
28111, Fixes bug
28951: InitCostDateacct modulescript has been removed
The functionality that was being implemented in the modulescript now will be done in Costing Background process. An oncreatedefault has been added in dateacct column because it has a constraint of not null. The date set to the column will be 01-01-1970, and this date will be used as a reference while updating it in Costing Background process
Asier Lostalé <asier.lostale@openbravo.com> [Mon, 16 Feb 2015 12:52:25 +0100] rev 25911
fixed bug
28913: scale changes exported to configScript are not applied
The problem was due to incorrect types in ColumnSizeChange, the type of the
scale is determined by the parser based on the getter type, which was Integer,
the setter was String so it was not found and therefore never set.
Changed types to be consistent.
Sandra Huguet <sandra.huguet@openbravo.com> [Fri, 13 Feb 2015 09:24:33 +0100] rev 25910
Fixed bug
28912 update modulescript Issue28591UpdatePSD
Modulescript Issue28591UpdatePSD should be updated in order
to fix the payment proposal lines wrongly created because of 28591
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Wed, 11 Feb 2015 18:46:00 +0100] rev 25909
Fixes issue
28762: bpartner not setted in transaction
aprm_gen_paymentschedule_inv has been modified to include invoice's bussines partner when creating automatically the transaction in the financial account
Reinaldo Guerra <reinaldo.guerra@peoplewalking.com> [Tue, 10 Feb 2015 21:06:42 -0500] rev 25908
Fixed bug
28775: "Order quantity" incorrectly set for several requisition lines.
Requisition to order process was also changed to accumulate order quantity field registered on each requisition's lines processed.
Now not just is calculated total lock quantity, but also order's quantity for all processed requisition lines, so "Order quantity" is registered successfuly in created purchase order.
Unai Martirena <unai.martirena@openbravo.com> [Thu, 12 Feb 2015 18:43:18 +0100] rev 25907
Related to bug
28854: Fix on whereClause, add missing or clause
Unai Martirena <unai.martirena@openbravo.com> [Thu, 12 Feb 2015 13:35:34 +0100] rev 25906
Related to bug
28896: Missing entry on group by clause
Unai Martirena <unai.martirena@openbravo.com> [Thu, 12 Feb 2015 09:06:42 +0100] rev 25905
Related to Bug
28890: Valued Stock Report shows correct qty with Cost Adjusments
The query is working in Postgres and in Oracle
Sandra Huguet <sandra.huguet@openbravo.com> [Fri, 13 Feb 2015 13:44:15 +0100] rev 25904
Backed out changeset da4a7752b467
Sandra Huguet <sandra.huguet@openbravo.com> [Fri, 13 Feb 2015 09:24:33 +0100] rev 25903
Fixed bug
28912 update modulescript Issue28591UpdatePSD
Modulescript Issue28591UpdatePSD should be updated in order
to fix the payment proposal lines wrongly created because of 28591
Unai Martirena <unai.martirena@openbravo.com> [Wed, 11 Feb 2015 19:01:27 +0100] rev 25902
Fixes bug
28896: Purchase Invoices Supplier reference is shown in add payment.
A case has been added in AddPaymentOrderInvoicesTransformer to display the Supplier Reference instead of Invoice Number when is configured like that in Organization Info tab, only for Purchase Invoices
Unai Martirena <unai.martirena@openbravo.com> [Wed, 11 Feb 2015 18:25:54 +0100] rev 25901
Related to bug
28854: Fix on JoinClauserOrder and JoinClauseInvoice.
filter by business partner only if a business partner is selected in the parent window
Eduardo Argal Guibert <eduardo.argal@openbravo.com> [Wed, 11 Feb 2015 17:49:29 +0100] rev 25900
Fixes issue
27033
New check-box Include zero figures in Trial Balance report
Unai Martirena <unai.martirena@openbravo.com> [Wed, 11 Feb 2015 10:53:21 +0100] rev 25899
Backed out changeset 3eb4cc225283
Unai Martirena <unai.martirena@openbravo.com> [Wed, 11 Feb 2015 10:24:41 +0100] rev 25898
Fixes bug
28890: Valued Stock Report shows correct qty with cost adjustments.
Unai Martirena <unai.martirena@openbravo.com> [Wed, 11 Feb 2015 10:22:22 +0100] rev 25897
Fixes Bug
28854: Performance problems improved in Add Payment window.
AddPaymentOrderInvoicesTransformer has been changed to improve the performance of the query
RM packaging bot <staff.rm@openbravo.com> [Tue, 10 Feb 2015 18:34:33 +0000] rev 25896
CI: merge back from main
RM packaging bot <staff.rm@openbravo.com> [Tue, 10 Feb 2015 18:16:36 +0000] rev 25895
CI: update AD_MODULE to version 25892
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Tue, 10 Feb 2015 13:29:45 +0100] rev 25894
Related to issue
28905: Code review in CreateFrom.java
Changed from new BigDecimal(0) to BigDecimal.ZERO
Atul Gaware <atul.gaware@openbravo.com> [Tue, 10 Feb 2015 10:59:40 +0530] rev 25893
Fixes Issue
28601:Wrong verification for periods closed
In CostingUtils closedPeriod method, Adjustment Period Types are skipped
in case of document base type CAD
Sandra Huguet <sandra.huguet@openbravo.com> [Tue, 10 Feb 2015 12:45:35 +0100] rev 25892
Fixed bug
28905 Create Lines From is not working under some circumstancies
Asier Lostalé <asier.lostale@openbravo.com> [Tue, 10 Feb 2015 10:52:58 +0100] rev 25891
fixed bug
28893: can't nullify fields in grid view using window personalization
Using a saved view, if before any edition tab was opened in form view, and
record edited in grid view, it was not possible to nullify fields.
The problem was caused by changeset to fix #28454 which assumed view.formFields
was always set in order to compute the null fields that should be kept and the
ones that should be removed when sending data to data source. This assumption was
not correct in the case of having a saved view: when applying saved view, SmartClient
removes items in view.formFields.
The fix includes 2 modifications:
1. Restore view.formFields after applying saved view
2. When calculating columns don't assume view.formFields is always set, this part
wouldn't be necessary for flow 1, but it prevents any other unforeseen possible
flow
RM packaging bot <staff.rm@openbravo.com> [Mon, 09 Feb 2015 20:47:22 +0000] rev 25890
CI: merge back from main
RM packaging bot <staff.rm@openbravo.com> [Mon, 09 Feb 2015 20:30:19 +0000] rev 25889
CI: update AD_MODULE to version 25887
Miguel de Juana <miguel.dejuana@openbravo.com> [Mon, 09 Feb 2015 18:17:21 +0100] rev 25888
Fixed issue
0028134: Remove error 401 when you do the login and it is not possible to recover a session
Override sendRedirect method in order to avoid changing the original response
David Baz Fayos <david.baz@openbravo.com> [Mon, 09 Feb 2015 13:37:44 +0100] rev 25887
Fixed issue
28879: GLItem grid in Add Payment process now is rendered ok
Alvaro Ferraz <alvaro.ferraz@openbravo.com> [Fri, 06 Feb 2015 12:55:58 +0100] rev 25886
Fixes issue
27727: Performance problems on AlertsForWrongInvoices modulescript
A preference has been added to AlertsForWrongInvoices modulescript in order to execute it only one time.