Bug Month May 2011

From ADempiere
Revision as of 04:18, 18 July 2011 by Kthiemann (Talk) (What is the Bug Month?)

Jump to: navigation, search
This Wiki is read-only for reference purposes to avoid broken links.

DRAFTED/ Work in Progress

What is the Bug Month?

In preparation for the next stable Release of ADempiere, it is necessary to Review the Bugs-/ Features included in the new Version

Everybody is invited to take part. Everyone can help. Come and join us for the ADempiere Bug Month!

Guestbook for participants

You want to participate in Bug Month May 2011, then sign your name here:

Step by Step

  1. Find a task here (spreadsheet)
  2. Copy Revision and Description from Spreadsheet (see Link above) and put it in Bug Trackings List below with your name and Date start.
  3. Do your work and generate Sahi Scripts on the fly.
  4. Document your results and what/ how you tested in corresponding Tracker. Also attach the sahi-script to the tracker
  5. When you are finished, fill the column Results in List and the Date finished.

Bug Trackings

Please add your bugs at the correct position (bug number)!

Revision User, Date Description Sahi Script (Y/ N) Result OK (Y/ N) Date finished
Revision Signature Desription Sahi Script Result Date finished
6328,6329,6330 Mark O 09:34, 25 May 2011 (UTC)
Specify exactly which are the search fields Implemented as discussed in forum thread. Sponsored by Metas GmbH.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592
N Y John Agudelo 03:42, 1 June 2011 (UTC)
6331 MJMcKay 10:52, 8 June 2011 (UTC) Enabled Jasper Report printing from server processes.

This fix also fixes bug 3017049 - Direct print doesn't work with JasperReports. There is unfortunately some duplication of code that would look nicer with inheritance but that can be next step, now at least it works and this is a crucial function for organizations that use Jasper Reports for invoices etc. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199

Tested OK in Swing.  Displays PDF in ZK.  Can't get it to work in ZK on test server.
Y Y MJMcKay 15:36, 19 June 2011 (UTC)
6332 MJMcKay 10:53, 20 June 2011 (UTC) ... forgot to remove some unused imports.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199

N Y MJMcKay 15:36, 19 June 2011 (UTC)
6333 Teo 12:07, 25 May 2011 (UTC) MTable.getClass returns bad class
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017117
N Y Teo 14:35, 25 May 2011 (UTC)
6334 Teo 12:51, 25 May 2011 (UTC) Invalid Record on parent tab was changed
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017560



6335 Kittiu 12:44, 26 May 2011 (UTC) FR-3015882 - Copy Product

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3015882


N

Y

13:19, 26 May 2011 (UTC)
6336 Tobi 12:22, 25 May 2011 (UTC) BF [3010957] - Custom Separator Character
https://sourceforge.net/tracker/index.php?func=detail&aid=3010957&group_id=176962&atid=879335



6337 Teo 12:51, 25 May 2011 (UTC) Add missing setBackground methods to current adempiere comp
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017921



6338 Astrid 11:42, 20 Jun 2011 (UTC) Version 3.6 lts is not importing accounts
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3017942
Y Y Astrid 11:42, 20 Jun 2011 (UTC)


6339 Astrid 15:17, 14 Jun 2011 (UTC) The process "Print Invoices" under Quote-to-Invoice -> Sales Invoices doesn't print invoices in Jasper Reports format.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2973199


Y

Y

15:17, 14 Jun 2011 (UTC)
6340 Kittiu 15:29, 27 May 2011 (UTC) Role Access Update: updates all roles if I log in as System

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018005


N

Y

15:50, 27 May 2011 (UTC)
6341 Kthiemann 12:36, 22 June 2011 (UTC) Fix System Color Window

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018013

N Y Kthiemann 12:36, 22 June 2011 (UTC)
6342 Kthiemann 12:39, 22 June 2011 (UTC) Borderlayout helper class

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018339

N Y Kthiemann 12:39, 22 June 2011 (UTC)
6343 Kthiemann 12:45, 22 June 2011 (UTC) Introduce MDashboardContent class

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018377

Code reviewed.

N Y Kthiemann 12:45, 22 June 2011 (UTC)
6344 Kthiemann 11:03, 4 July 2011 (UTC) Fixed Eclipse Launch configurations for multiple project setup.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/4bc9e8e59f07ecc4902fcd93b82d4dfd50fdcfa8

Code reviewed.

N Y Kthiemann 11:03, 4 July 2011 (UTC)
6345 Rvergara 21:55, 22 June 2011 (UTC) Allow the entry the Tax amount manually the same way PO

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018714

Code reviewed.

N Y Rvergara 21:55, 22 June 2011 (UTC)
6346, 6347 Kthiemann 12:50, 22 June 2011 (UTC) BF [3019061] - Renamed folder for migration scripts

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3019061&group_id=176962 Revert revision 12717 - see explanation on tracker comments Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3019061

6346 has been reverted by 6347.

N Y Kthiemann 12:50, 22 June 2011 (UTC)
6348 Kthiemann 11:52, 15 June 2011 (UTC)]] Delivery policy to prevent orders from "starving"
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

The migration scripts are not working in postgresql 8.3 or earlier versions because they use CASE/WHEN in some of the pg/sql functions. The scripts can be changed by using IF/ELSIF logic instead. Kthiemann 13:05, 22 June 2011 (UTC)

N (Y) Kthiemann 11:52, 15 June 2011 (UTC)]]
6349 Kthiemann 11:06, 4 July 2011 (UTC) Fix [3020624] 360lts Migration scripts/dmp don't contain JavaPOS changes

seems like revision 12609 (merging 12595 from release) dropped wrongly the files (svn merge seems weak on some cases) recovering the scripts from revision 12574 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3020624

Code reviewed.

N Y Kthiemann 11:06, 4 July 2011 (UTC)
6350 Kthiemann 11:52, 15 June 2011 (UTC) Model Generator should use FQ class names

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3020635

N Y Kthiemann 11:52, 15 June 2011 (UTC)
6351 Kthiemann 11:56, 15 June 2011 (UTC) GenerateModel is failing when we provide a list of tables

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3020640

N Y Kthiemann 11:56, 15 June 2011 (UTC)
6352 Kthiemann 12:57, 22 June 2011 (UTC) FR 3004020 - Delivery Policy.

Minor change: Add backwards compatibility to MStorage.add Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

Code reviewed.

N Y Kthiemann 12:57, 22 June 2011 (UTC)
6353 Kthiemann 13:05, 22 June 2011 (UTC) FR 3004020 - Delivery Policy

Minor adjustments to comply with ABP.

  • Removed duplicate constants (replaced by the automatically generated ones)
  • Vector -> List

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

Code reviewed.

N (Y) Kthiemann 13:05, 22 June 2011 (UTC)


6354 Astrid 16:01, 14 Jun 2011 (UTC) Implement the Importer for Inventory Move, this new functionality allow importart this transaction..

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018857


Y

N

16:01, 14 Jun 2011 (UTC)
6355 Nwessel 11:09, 25 May 2011 (UTC) Specify exactly which are the search fields

Forgot to migrate the DocumentNo column.So in this commit I am setting IsSelectionColumn=Y for all DocumentNo columns.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016592




6356 Kthiemann 13:08, 22 June 2011 (UTC) FR 3004020 - Delivery Policy.

Changed transaction and connection handling according to ABP. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

Code reviewed.

N Y Kthiemann 13:08, 22 June 2011 (UTC)
6357 Kthiemann 13:11, 22 June 2011 (UTC) fixes for tool4po

Code reviewed.

N Y Kthiemann 13:11, 22 June 2011 (UTC)
6358 Kthiemann 13:14, 22 June 2011 (UTC) FR [3026351] - 047_libero_migration_script missing EntityType on Postgres

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3026351&group_id=176962 Code reviewed.

N Y Kthiemann 13:14, 22 June 2011 (UTC)
6359 Kthiemann 11:09, 4 July 2011 (UTC) Revert revision 13124 - developer not authorized to commit on trunk.

Trifon, please don't commit on trunk - situation on Adempiere is still not solved and conditions to restore permissions has not been reached or agreed. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3026351

Code reviewed. Re-committed in later revision.

N Y Kthiemann 11:09, 4 July 2011 (UTC)
6360 MJMcKay 13:29, 23 June 2011 (UTC) SF3004020 - Delivery policy. Show QtyAllocated in Warehouse Tab of InfoProduct window.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

Info Product table column labels are in Spanish on test server? Labels are correct on 
local version.  All other text is correct. The Qty Allocated column does not appear in 
the Warehouse Tab of the InfoProduct window in ZK.  
Changes to org.compiere.apps.search.InfoProduct.java not included in 
org.adempiere.webui.panel.InfoProduct.java.
N N MJMcKay 13:29, 23 June 2011 (UTC)


6361, 6362 Kthiemann 13:24, 22 June 2011 (UTC) BF 3029369 - NPE in InOutGenerate if delivering charge with delivery policy = Strict order.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3029369

Code reviewed.

N Y Kthiemann 13:24, 22 June 2011 (UTC)
6363 MJMcKay 10:54, 28 June 2011 (UTC) Product Info can display data from another client

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030365

Code reviewed.
N Y MJMcKay 11:22, 28 June 2011 (UTC)
6364 MJMcKay 11:34, 28 June 2011 (UTC) Role data access/Personal lock sql where incorrect

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030369

Faulty change.  Changes overwritten/corrected by 6471.
N Y MJMcKay 11:47, 29 June 2011 (UTC)
6365 Kthiemann 09:34, 8 July 2011 (UTC) DB.TO_CHAR doesn't format dates and numbers

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030394

Reverted by 6376.

N Y Kthiemann 09:34, 8 July 2011 (UTC)
6366 Kthiemann 09:24, 15 June 2011 (UTC) Typo

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/e37b607f49397e29fb4016681b7c05a86114c9cb

Code reviewed.

N Y Kthiemann 09:24, 15 June 2011 (UTC)
6367 Kthiemann 09:09, 15 June 2011 (UTC) Lines Tab read only on new doc after completing

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3033485

Works in web UI and swing client.

N Y Kthiemann 09:20, 15 June 2011 (UTC)
6368 Kthiemann 09:56, 16 June 2011 (UTC) FR [3039241] - Add Russian Regions

https://sourceforge.net/tracker/index.php?func=detail&aid=3039241&group_id=176962&atid=883808#

Code reviewed.

N Y Kthiemann 09:56, 16 June 2011 (UTC)
6369 Mario 14:42, 29 June 2011 (UTC) "Revert revision 13472 - see comments in tracker

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3039241"

It concerns Russian Regions. They were re-reverted and are now SQL 756

N Y Mario 14:45, 29 June 2011 (UTC)
6370 Kthiemann 09:27, 15 June 2011 (UTC) Minor typo fix.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/fae4368e515cb9ae0eb2caf075ab7e4a7f505450

Code reviewed.

N Y Kthiemann 09:27, 15 June 2011 (UTC)
6371 Mario 14:38, 29 June 2011 (UTC) "revert rev 13683 - developer not authorized to commit on trunk.

commit permissions revoked" Code reviewed (concerned a comment)

N Y Mario 14:41, 29 June 2011 (UTC)
6372 Kthiemann 09:32, 15 June 2011 (UTC) If no warehouse row is selected in the warehouse tab, use the first warehouse row to prevent index out of bounds exception.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051361

Code reviewed.

N Y Kthiemann 09:32, 15 June 2011 (UTC)
6373 Kthiemann 09:35, 15 June 2011 (UTC) NPE in some cases when saving Adempiere.properties.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051473

Code reviewed.

N Y Kthiemann 09:35, 15 June 2011 (UTC)
6374, 6375 Kthiemann 10:19, 16 June 2011 (UTC) Enable possibility to hide columns by default in list view.

Enable possibility to set preferred width on columns in list view.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051618

It is not implemented for the web ui. Works in swing client but for a reason I can't find out my database didn't have the correct ad_field_v.

N Y Kthiemann 10:19, 16 June 2011 (UTC)
6376 Kthiemann 11:21, 4 July 2011 (UTC) Reverting back to previous version since bug fix has side effects.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030394

Code reviewed. (Restore of old behaviour.)

N Y Kthiemann 11:21, 4 July 2011 (UTC)
6377 Rvergara 21:55, 22 June 2011 (UTC) Allow the entry the Tax amount manually the same way PO

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018714

Code reviewed.

N Y Rvergara 21:55, 22 June 2011 (UTC)
6378 Redchris 11:08, 25 May 2011 (UTC) BF [3058780] WNumberEditor allow only BigDecimal.
 Link to SF Tracker: https://sourceforge.net/tracker/?func=detail&aid=3058780&group_id=176962&atid=955896
N Y Redchris 14:06, 24 June 2011 (UTC)
6379 MJMcKay 10:43, 1 June 2011 (UTC) Automatic document rounding (orders / invoices)

http://www.adempiere.com/index.php/Rounding Please review. I've tested as far I as can.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3028588

Y Y MJMcKay 11:38, 7 June 2011 (UTC)
6380 MJMcKay 10:43, 1 June 2011 (UTC) Document rounding - oops, will remove this failing JUnit Test for now.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3028588

Y Y MJMcKay 11:38, 7 June 2011 (UTC)
6381 Mario 14:59, 29 June 2011 (UTC) "Sync the field size on Product Name in I_Product (60) to match M_Product (255)

https://sourceforge.net/tracker/?func=detail&aid=3063575&group_id=176962&atid=879332 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3063575"

It concerns name size in I_Product. They were re-reverted and are now SQL 755.

N Y Mario 15:00, 29 June 2011 (UTC)
6382 Mario 15:06, 29 June 2011 (UTC) "reverted - check comments in tracker

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3063575"

It concerns name size in table I_Product, in combination with Rev. 6381. The SQL reverted with this Rev. (6382) hasn't reappeared. The name length in the table I_Product has to be updated: a new Revision has to bring back this SQL.

N N Mario 15:09, 29 June 2011 (UTC)
6383 Kittiu 03:23, 14 June 2011 (UTC) Current the view have not the version column.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075201

The View itself (RV_PP_MRP) has been added the version column. However, the new column is not yet registered in Application Dictionary (RV_PP_MRP table). And as such, when we open MRP Details report, we still not see that column. (I can fix it by click on Create Columns from DB on that RV_PP_MRP table).


N

N

Kittiu 03:23, 14 June 2011 (UTC)
6384 Astrid 15:28, 06 Jun 2011 (UTC) When I try get the Review MRP Repor.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075210
Y Y Astrid 15:28, 06 Jun 2011 (UTC)
6385 Kthiemann 11:31, 4 July 2011 (UTC) Report run out transaction

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3075213

N Y Kthiemann 11:31, 4 July 2011 (UTC)
6386, 6387 Kthiemann 12:02, 15 June 2011 (UTC) FR [3073406] - Vertical Spacing in Swing Client

https://sourceforge.net/tracker/?func=detail&aid=3073406&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 12:02, 15 June 2011 (UTC)
6388 Kthiemann 11:34, 4 July 2011 (UTC) Added an empty line..

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/11f20cc78bdd1e248faf7ea69479cdfcd48a19d0

N Y Kthiemann 11:34, 4 July 2011 (UTC)
6389 Astrid 14:40, 08 Jun 2011 (UTC) On latest trunk while executing the "Print & Release Order" with the "Is Print Pick List" and "Is Print Workflow" ticked I get the following error.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016214
Y Y Astrid 14:40, 08 Jun 2011 (UTC)
6390 Melissa 09:18, 28 Jun 2011 (UTC) The Charge into the Payroll definition is mandatory.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3078288

N Y Melissa 09:18, 28 Jun 2011 (UTC)
6391 Kthiemann 06:42, 12 July 2011 (UTC) Solve the issue PP_Order_Workflow_Header_V

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3016214

Code reviewed.

N Y Kthiemann 06:42, 12 July 2011 (UTC)
6392 Kthiemann 06:42, 12 July 2011 (UTC) Thank a lot Tony!

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=176962

Code reviewed.

N Y Kthiemann 06:42, 12 July 2011 (UTC)
6393 Kthiemann 13:25, 16 June 2011 (UTC) BF3078288 - runaway char in beginning of SQL-file removed

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/7ea8abc74dcce50eda3bddc1d71087597f73eb89

Code reviewed.

N Y Kthiemann 13:25, 16 June 2011 (UTC)
6394, 6395 MJMcKay 03:02, 11 July 2011 (UTC) FR 3004020 - Delivery Policy. Improvement: Allocate orders in prepare and complete phase. No need to run a separate allocation process.

Minor fix in function is_inout_candidate_orderline.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3004020

6396, 6397 Kthiemann 09:19, 6 July 2011 (UTC) FR3004020 Delivery Policy - Invalid blanks in oracle SQL-script, Forgot ending / in oracle script :-(

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/1025d9725b02466a18d18f6c61a4f138ce06bcb7

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/2f27ae0c5f20922c295b870a2e9b410202cc8828

Code reviewed.

N Y Kthiemann 09:19, 6 July 2011 (UTC)
6398 Kthiemann 08:24, 11 July 2011 (UTC) Date Promised Precision

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3046106

Reverted by 6491.

N Y Kthiemann 08:24, 11 July 2011 (UTC)
6399 Kthiemann 11:36, 4 July 2011 (UTC) Minor typo fix.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/fb0803818a90a6b0d467314fe96695cd552b25df

Code reviewed.

N Y Kthiemann 11:36, 4 July 2011 (UTC)
6400,6401 Kthiemann 07:08, 6 July 2011 (UTC) FR [3083261] - Change M_PriceList_Create

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=3083261&group_id=176962

Code reviewed.

N Y Kthiemann 07:08, 6 July 2011 (UTC)
6402 Kthiemann 11:01, 21 June 2011 (UTC) FR [3023628] - Amount in Word - VN

https://sourceforge.net/tracker/?func=detail&aid=3023628&group_id=176962&atid=883808

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/16c2db5bef45864dbb43edd6a678fca36f3dbe11

Code reviewed.

N Y Kthiemann 11:01, 21 June 2011 (UTC)
6403 Kthiemann 10:58, 21 June 2011 (UTC) FR [3039241] - Add Russian Regions

https://sourceforge.net/tracker/?func=detail&aid=3039241&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 10:58, 21 June 2011 (UTC)
6404 Kthiemann 11:04, 21 June 2011 (UTC) FR [3023627] - COA Vietnam

https://sourceforge.net/tracker/?func=detail&aid=3023627&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 11:04, 21 June 2011 (UTC)
6405 Kthiemann 11:40, 4 July 2011 (UTC) https://sourceforge.net/tracker/?func=detail&aid=3089940&group_id=176962&atid=879335

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3089940

Code reviewed.

N Y Kthiemann 11:40, 4 July 2011 (UTC)
6406 Melissa 12:42, 13 Jun 2011 (UTC) Enable the prepare Action document for Requisition.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3089940"

Y Y Melissa 12:42, 13 Jun 2011 (UTC)
6407 Kthiemann 12:06, 15 June 2011 (UTC) Validate that Element is not null to update

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3089943

Code reviewed.

N Y Kthiemann 12:06, 15 June 2011 (UTC)
6408, 6409, 6410 Kthiemann 09:44, 18 July 2011 (UTC) Allow to fill the Description field from context variable

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3089909
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/73be0bd21abc576e1c1fbe434a819b0b3524a403
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/b5182e552204029640e20028d535c2501976a2a1
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/cafd3c28485df74500318f3101f347d2031c52ea

Code reviewed.

N Y Kthiemann 09:44, 18 July 2011 (UTC)
6411 Kthiemann 08:33, 11 July 2011 (UTC) Make column payroll concept category updatable

- Make column HR_Year.StartDate type Date instead of DateTime - Fix Error -> All periods of a year shown - Add security validation to HR_Process.AD_Org_ID - Change HR_Movement date columns from datetime to just date

integrate revision Revision: 14190 http://adempiere.svn.sourceforge.net/adempiere/?rev=14190&view=rev

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090030

Code reviewed.

N Y Kthiemann 08:33, 11 July 2011 (UTC)
6412 Kthiemann 08:33, 11 July 2011 (UTC) Fixes on dictionary for payroll tables and windows

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090030

Code reviewed.

N Y Kthiemann 08:33, 11 July 2011 (UTC)
6413,6414 Astrid 14:42, 6 Jul 2011 (UTC) Importer for payroll action notices.
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2878276
Y N Astrid 14:42, 6 Jul 2011 (UTC)
6415 Kthiemann 10:34, 24 June 2011 (UTC) remove the file for incorrect name

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090030

Code reviewed.

Y Y Kthiemann 10:34, 24 June 2011 (UTC)
6416 Kthiemann 08:37, 11 July 2011 (UTC) Immediate accounting for Production Document

Revision: 14202 http://adempiere.svn.sourceforge.net/adempiere/?rev=14202&view=rev

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090059

Code reviewed.

N Y Kthiemann 08:37, 11 July 2011 (UTC)
6417 Kthiemann 08:43, 11 July 2011 (UTC) Error when ClientShare is defined as Client Only

integrate into trunk version Revision: 14203 http://adempiere.svn.sourceforge.net/adempiere/?rev=14203&view=rev
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090064

Code reviewed.

N Y Kthiemann 08:43, 11 July 2011 (UTC)
6418 Kthiemann 10:28, 26 May 2011 (UTC) Implement chat button for zkwebui client

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090157

Y Y Kthiemann 11:46, 27 May 2011 (UTC)
6419 Kthiemann 09:50, 27 May 2011 (UTC) FR [3091105] - Show hidden fields on OrganizationInfo tab

Link to SF Tracker: https://sourceforge.net/tracker/?func=detail&aid=3091105&group_id=176962&atid=879332

Y Y Kthiemann 11:46, 27 May 2011 (UTC)
6420 Kthiemann 13:09, 30 May 2011 (UTC) BF [3091301] - webui.war includes the libraries *-source.jar

Link to SF Tracker: https://sourceforge.net/tracker/?func=detail&atid=955896&aid=3091301&group_id=176962

N Y Kthiemann 13:09, 30 May 2011 (UTC)
6421 Kthiemann 08:46, 31 May 2011 (UTC) BF 3092044 - Set isDelivered flag.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3092044

I added a comment to the tracker. The fix works but I think it should be enhanced.

N (Y)
6422 Kthiemann 08:52, 31 May 2011 (UTC) Delivered check box in Order Info window.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3092159

Works in the swing client but the field is missing in the web UI.

N Y Kthiemann 09:05, 31 May 2011 (UTC)
6423 Kittiu 08:33, 7 June 2011 (UTC) Create From Shipment improvement.

Selected rows stick"" even when changing PO / Invoice. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3092302

It only work in Swing. Not working in WebUI yet.


N

N

Kittiu 08:33, 7 June 2011 (UTC)
6424 Kthiemann 08:24, 11 July 2011 (UTC) Date Promised Precision

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3046106

Reverted by 6491.

N Y Kthiemann 08:24, 11 July 2011 (UTC)
6425 Kthiemann 09:55, 31 May 2011 (UTC) BF [3094157] - Import Inventory - check Lot and SerNo length

https://sourceforge.net/tracker/?func=detail&aid=3094157&group_id=176962&atid=879332

Code review and test in swing client.

N Y Kthiemann 09:55, 31 May 2011 (UTC)
6427 Kthiemann 08:48, 11 July 2011 (UTC) Change the field for IsRegistered and IsReadOnly

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3094982

Code reviewed.

N Y Kthiemann 08:48, 11 July 2011 (UTC)
6428 Kthiemann 08:53, 11 July 2011 (UTC) Implement reverse Correction and VoidIt for Payroll Process

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3095414

Code reviewed.

N Y Kthiemann 08:53, 11 July 2011 (UTC)
6429 Kthiemann 09:53, 18 July 2011 (UTC) FR [3100564] - Improve JasperReport image handling

https://sourceforge.net/tracker/?func=detail&aid=3100564&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 09:53, 18 July 2011 (UTC)
6430 Nwessel 11:09, 25 May 2011 (UTC) NumberBox option to disable calculator
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3101606



6432 Astrid 15:21, 08 Jun 2011 (UTC) implementation of View BOM for ZK webui.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3103141
Y Y Astrid 15:21, 08 Jun 2011 (UTC)
6433 Kthiemann 13:34, 21 June 2011 (UTC) BUG [3104044] - Fix NPE in PrintService

see: https://sourceforge.net/tracker/?func=detail&aid=3104044&group_id=176962&atid=879332 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3104044 http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/3a56e044e661f44aab237b9ae2444057cc913eff

N Y Kthiemann 13:34, 21 June 2011 (UTC)
6434 Kthiemann 13:34, 21 June 2011 (UTC) Fix comment typos (minor)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/dc27064452d79e0fd6ee6f61acd639e3e02ebbcb

N Y Kthiemann 13:34, 21 June 2011 (UTC)
6435 Astrid 15:45, 13 Jun 2011 (UTC) New functionality to import BOM & Formulas.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3102358
Y Y Astrid 14:40, 08 Jun 2011 (UTC)
6436 Kittiu 13:00, 29 May 2011 (UTC) swing is showing DueDate and zk is not

- swing is showing DueDate and zk is not - add DocumentNo to the order in case several documents fall on the same due date

integrate Revision: 14302 http://adempiere.svn.sourceforge.net/adempiere/?rev=14302&view=rev Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105760


N

Y

Kittiu 15:09, 5 June 2011 (UTC)
6437 Kthiemann 09:00, 11 July 2011 (UTC) C_OrderLineTax_VT - product name was not printing attributes

integration of Revision: 14410 http://adempiere.svn.sourceforge.net/adempiere/?rev=14410&view=rev

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105761

Code reviewed.

N Y Kthiemann 09:00, 11 July 2011 (UTC)
6438 Kthiemann 08:25, 8 July 2011 (UTC) payment has datetrx <> dateacct the allocation was being generated

integrate of Revision: 14414 http://adempiere.svn.sourceforge.net/adempiere/?rev=14414&view=rev

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105769

N Y Kthiemann 08:25, 8 July 2011 (UTC)
6439 Kthiemann 09:25, 6 July 2011 (UTC) BrowserToken to avoid Null Pointer Exception

integration of Revision: 14415 http://adempiere.svn.sourceforge.net/adempiere/?rev=14415&view=rev

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105777

N Y Kthiemann 09:25, 6 July 2011 (UTC)
6440 Kthiemann 10:17, 18 July 2011 (UTC) Fix zkwebui problem with mandatory read-only fields.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105780

N Y Kthiemann 10:17, 18 July 2011 (UTC)
6441 Kthiemann 09:35, 6 July 2011 (UTC) Enable correct export to excel

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105782

N Y Kthiemann 09:35, 6 July 2011 (UTC)
6442 Kthiemann 08:27, 8 July 2011 (UTC) problem in MJournal - in the replacement of SQL code the transaction was dropped

integration of Revision: 14425 http://adempiere.svn.sourceforge.net/adempiere/?rev=14425&view=rev Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105788

Code reviewed.

N Y Kthiemann 08:27, 8 July 2011 (UTC)
6443 Ramiro 13:00, 14 June 2011 (UTC) Fix zoom functionality from orders

Fix problem detected with advanced zoom functionality: the zoom was not showing direct relations now (i.e. invoices directly related to orders via C_Invoice.C_Order_ID)

integration of Revision: 14426 http://adempiere.svn.sourceforge.net/adempiere/?rev=14426&view=rev Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105789


N

Y

Rvergara 15:37, 15 June 2011 (UTC)
6444 Kthiemann 09:35, 6 July 2011 (UTC) Enable correct export to excel

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105782

N Y Kthiemann 09:35, 6 July 2011 (UTC)
6445 Kthiemann 09:03, 11 July 2011 (UTC) Script to fix some wrong entity types (affecting the way PackIn works on dictionary items)

http://adempiere.svn.sourceforge.net/adempiere/?rev=14433&view=rev
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105798
Code reviewed.

N Y Kthiemann 09:03, 11 July 2011 (UTC)
6446 Kthiemann 08:29, 8 July 2011 (UTC) error process, is consolidating by order bill locatio

integration of Revision: 14434 http://adempiere.svn.sourceforge.net/adempiere/?rev=14434&view=rev Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105800

Code reviewed.

N Y Kthiemann 08:29, 8 July 2011 (UTC)
6447 Kthiemann 10:07, 6 July 2011 (UTC) Fixed Eclipse classpath and launch configuration to use new version of poi.2

Code reviewed.

N Y Kthiemann 10:07, 6 July 2011 (UTC)
6448 Kthiemann 08:35, 8 July 2011 (UTC) FR [3106704] - ZK Closed by Default Dashlet

https://sourceforge.net/tracker/?func=detail&aid=3106704&group_id=176962&atid=883808

Works in webUI.

N Y Kthiemann 08:35, 8 July 2011 (UTC)
6449 Kthiemann 13:08, 7 July 2011 (UTC) FR [3090719] - Send BCC to From sending e-mail

http://sourceforge.net/support/tracker.php?aid=3090719

Code reviewed.

N Y Kthiemann 13:08, 7 July 2011 (UTC)
6450 Kthiemann 10:07, 6 July 2011 (UTC) Updated Eclipse .launch and xml build files to poin-3.5

Code reviewed.

N Y Kthiemann 10:07, 6 July 2011 (UTC)
6451 Kthiemann 08:44, 8 July 2011 (UTC) Integrated revisions:

- 14454 - http://adempiere.svn.sourceforge.net/adempiere/?rev=14454&view=rev implement system configurator parameter ZK_ROOT_FOLDER_BROWSER to indicate the root for zk folder browser

- 14453 - http://adempiere.svn.sourceforge.net/adempiere/?rev=14453&view=rev Improve output message from translation import process

Code reviewed.

N Y Kthiemann 08:44, 8 July 2011 (UTC)
6452 Kthiemann 08:46, 8 July 2011 (UTC) IntegratedRevision:

- 14435 - http://adempiere.svn.sourceforge.net/adempiere/?rev=14435&view=rev Implement best practice in some classes suppressing warning about serialVersionUID:

http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29

Code reviewed.

N Y Kthiemann 08:46, 8 July 2011 (UTC)
6453 Kthiemann 08:48, 8 July 2011 (UTC) Integrated Revision:

- 14434 - http://adempiere.svn.sourceforge.net/adempiere/?rev=14434&view=rev Process is consolidating by order bill location, but was not ordering by the consolidating column

Code reviewed.

N Y Kthiemann 08:48, 8 July 2011 (UTC)
6454 Kthiemann 08:52, 8 July 2011 (UTC) Integrated Revision:

- 14417 - http://adempiere.svn.sourceforge.net/adempiere/?rev=14417&view=rev Fix bug in CalloutInvoice and CalloutOrder: - variables PriceEntered and PriceActual are not correctly assigned, and they are used in some processes below -> result, calculate of taxamt and linenetamt is wrong

Code reviewed.

N Y Kthiemann 08:52, 8 July 2011 (UTC)
6455, 6456 Kthiemann 09:06, 11 July 2011 (UTC) http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/61c6ad57ef3aa0761486cd75f4bdc9c41afae3c4

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/29d3dfb06f52bfd073b266af0dc19d4d50d7ac37

6456 reverts 6455.

N Y Kthiemann 09:06, 11 July 2011 (UTC)
6457 Kthiemann 09:37, 8 July 2011 (UTC) FR [3107291] - Linux example values for AdempiereEnvTemplate.properties

https://sourceforge.net/tracker/?func=detail&aid=3107291&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 09:37, 8 July 2011 (UTC)
6458, 6459, 6460 Kthiemann 13:02, 7 July 2011 (UTC) FR [3107365] - On Product deletion, also delete related

https://sourceforge.net/tracker/?func=detail&aid=3107365&group_id=176962&atid=883808
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/ee60e6593ed5511113d0cd1103c539103dd0d071
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/59c73c828ef5aa92b2730ec978293b0b90a19b45
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/74c2079ea1af234d67560235723524b03cdf7ddc
Code reviewed.

N Y Kthiemann 13:02, 7 July 2011 (UTC)
6461 Kthiemann 09:10, 11 July 2011 (UTC) BF [3074827] - Context problem at VPAttribute

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3074827&group_id=176962

Code reviewed.

N Y Kthiemann 09:10, 11 July 2011 (UTC)
6462 Kthiemann 09:13, 11 July 2011 (UTC) BF [3092888] - AltGr+3rd level key fires wrong button

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3092888&group_id=176962

Code reviewed.

N Y Kthiemann 09:13, 11 July 2011 (UTC)
6463 Kthiemann 09:40, 8 July 2011 (UTC) FR [3083704] - Add some values when creating a Response from RfQ

https://sourceforge.net/tracker/index.php?func=detail&aid=3083704&group_id=176962&atid=879335

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/115963edad976c62caaf95b641dad9702515458b

Code reviewed.

N Y Kthiemann 09:40, 8 July 2011 (UTC)
6464 Astrid 16:28, 07 Jul 2011 (UTC) Grid error when switching from a string field
 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3052371
Y Y Astrid 16:28, 07 Jul 2011 (UTC)
6465 Kthiemann 09:18, 11 July 2011 (UTC) Bug in Adempiere ZK WListbox component not reset the value for the column

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3108141
Code reviewed.

N Y Kthiemann 09:18, 11 July 2011 (UTC)
6466 Kthiemann 10:13, 6 July 2011 (UTC) Fixed Eclipse classpath. Added c3p0-0.9.1.2.jar as exported jar.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/073a0f5af1762f07bfffe063109332ab14f1bbde

Code reviewed.

N Y Kthiemann 10:13, 6 July 2011 (UTC)


6467 Kthiemann 10:15, 6 July 2011 (UTC) Typo corrections in USA CoA.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/85508a09c43d7b48f2b4d63fd523f524ab28dcbb

Code reviewed.

N Y Kthiemann 10:15, 6 July 2011 (UTC)


6468 Kthiemann 08:54, 8 July 2011 (UTC) Eclipse multiple project setup.

Updated project tools" .classpath."

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/9ff2a50fe1b280d66dac99800069254210cb6a30

Code reviewed.

N Y Kthiemann 08:54, 8 July 2011 (UTC)
6469 Kthiemann 10:20, 6 July 2011 (UTC) Added System Configuration Variable: ZK_ROOT_FOLDER_BROWSER

Related to SVN Commit: Revision: 14459 http://adempiere.svn.sourceforge.net/adempiere/?rev=14459&view=rev

Code reviewed.

N Y Kthiemann 10:20, 6 July 2011 (UTC)
6470 Kthiemann 09:20, 11 July 2011 (UTC) Fix ADempeire tag library definition in order to be compatible with the xsd.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/c69b71bfb90ab05ff7a16181ddd8464ee762f15a

Code reviewed.

N Y Kthiemann 09:20, 11 July 2011 (UTC)
6471 MJMcKay 11:38, 29 June 2011 (UTC) Full ADempiere on MySQL code changes synchronized with trunk.

Last MySQL DB with all Trunk changes included.

N Y MJMcKay 11:41, 6 July 2011 (UTC)
6472 MJMcKay 11:45, 6 July 2011 (UTC) Maintenance Order and BOM for Resources Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3115078
Works great! Also see 6474 and 6475.
N Y MJMcKay 13:26, 6 July 2011 (UTC)
6473 Kthiemann 10:24, 6 July 2011 (UTC) Change of POI.jar did not remove previous jar call in classpath.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105782

Code reviewed.

N Y Kthiemann 10:24, 6 July 2011 (UTC)
6474, 6475 MJMcKay 13:40, 6 July 2011 (UTC) FR [3115078] - Maintenance Order and BOM for Resources

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3115078 Fixed file name. Added MySQL migration file.

N Y MJMcKay 13:40, 6 July 2011 (UTC)
6476 Kthiemann 10:26, 6 July 2011 (UTC) Fixed Eclipse classpath. Added xml-api.jar

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/9be87b0e31044eb4d01dfa82b42241594b1e2049

Code reviewed.

N Y Kthiemann 10:26, 6 July 2011 (UTC)
6477 Kthiemann 10:16, 7 July 2011 (UTC) Based on commit by Carlos: http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/f7098adfc433

Fix problem caused by revision 14423: http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=14423 Problem reported here: https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3958171

  • Fix zkwebui problem with mandatory read-only fields.
  • Now it behaves like swing
  • And lists are not filled for read-only fields (better performance)

Code reviewed.

N Y Kthiemann 10:26, 6 July 2011 (UTC)
6478, 6479 Astrid 15:45, 13 Jun 2011 (UTC) New functionality to import BOM & Formulas.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3102358
Y Y Astrid 14:40, 08 Jun 2011 (UTC)
6480, 6481, 6483 Kthiemann 10:29, 24 June 2011 (UTC) MySQL enhancements. Added build.xml and mysql.properties file for MySQL DB. Added to svn:ignore. Added MySQL jar file to Eclipse single project setup.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/7f9d514390deb00a9d093259ba1efff95faa5cbf http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/6e14e4660cf2be86782fa33f7c2452a8c4036a22 http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/f4171fefe77aa25e556b8b90d25b186136e439d8

Code reviewed.

N Y Kthiemann 10:29, 24 June 2011 (UTC)
6482 Kthiemann 10:24, 24 June 2011 (UTC) Added -Dsun.awt.disablegrab=true to VM arguments of ADempiere Eclipse launch configurations.

As per this discussion(https://sourceforge.net/projects/adempiere/forums/forum/610547/topic/3957636) this System property helps to avoid freezing of UI during

Code reviewed.

N Y Kthiemann 10:24, 24 June 2011 (UTC)
6484 MJMcKay 11:25, 9 July 2011 (UTC) FR [3118364] - RUN_DBExport

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=3118364&group_id=176962 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3118364

Code reviewed.

N Y MJMcKay 11:25, 9 July 2011 (UTC)
6485 Kittiu 13:00, 28 May 2011 (UTC) The calculator tool is calculating 100*15% as 1500 instead of 15. - thanks to Michael McKay

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051863 Test Result: I see it work with swing, but not working in WEBUI. When use WEBUI, 1500*1% and click =, nothing happen.


N

N

13:59, 28 May 2011 (UTC)
6486 Kthiemann 10:24, 7 July 2011 (UTC) Calculator process percent wrong

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3121085

Works with swing but not in web UI (same as 6485)

N N Kthiemann 10:24, 7 July 2011 (UTC)
6487, 6488, 6489 Kthiemann 10:18, 24 June 2011 (UTC) MySQL enhancements.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/cc75870578ae48d2e80f87fa2961b5d4b0d2f188 http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/8b2a2654c0ce8472ae4d8c97c76c154828972daf http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/dfed8d6c02f4cd37aa5e068a0d3c20e5d44a8858

Code reviewed.

N Y Kthiemann 10:18, 24 June 2011 (UTC)
6490 Kthiemann 09:05, 24 June 2011 (UTC) Hardcoded root user as in DBRestore scripts, until better solution is found.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/b48d64de29bceceae8b113319b29e0c17f2444fb

Code reviewed.

N Y Kthiemann 09:05, 24 June 2011 (UTC)
6491 Kthiemann 09:02, 24 June 2011 (UTC) Revert because there is no consensus and contributing causes problems in standard operation.

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3046106

Revert of 6424

N Y Kthiemann 09:02, 24 June 2011 (UTC)
6492 Kthiemann 08:58, 8 July 2011 (UTC) FR 3090719 - extending idea as suggested by Steven Sackett - Adaxa

Send BCC to a client-wide defined address http://sourceforge.net/support/tracker.php?aid=3090719 Fixing according to suggestion from Marcelo Luiz Onhate (monhate)

integrate in trunk http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/a5bd74ad667f


Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3090719

N Y Kthiemann 08:58, 8 July 2011 (UTC)
6493 Kittiu 13:00, 28 May 2011 (UTC) Null error when use Generate Invoice from Receipt

Fix provided by Kitti

integrate revision http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/2f89f255c775 in trunk Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3110127


N

Y

13:59, 28 May 2011 (UTC)
6494 Kthiemann 08:21, 24 June 2011 (UTC) OutOfBoundsEx Product Info Available to Promise apply revision 13706

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3051361

Code reviewed.

N Y Kthiemann 08:21, 24 June 2011 (UTC)
6495 Kthiemann 14:15, 23 June 2011 (UTC) Mandatory Incorrectly Spelled

Thanks Brad for reporting, fixed in Revision: http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/7a4658da4302 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3110938

Code reviewed.

N Y Kthiemann 14:15, 23 June 2011 (UTC)
6496 Kthiemann 10:27, 7 July 2011 (UTC) Duplicated action in DocAction list for Multiple Role Users

Thanks to Kitti U

integrate revision http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/fcd9c274a207 Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3062553

Code reviewed.

N Y Kthiemann 10:27, 7 July 2011 (UTC)
6497 MJMcKay 11:28, 9 July 2011 (UTC) Packout details can not be saved - empty Package Build ID

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3116131"

Code reviewed and tested.

N Y MJMcKay 12:13, 9 July 2011 (UTC)
6498 Kthiemann 14:13, 23 June 2011 (UTC) Improve Advanced Search

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2945715

N Y Kthiemann 14:13, 23 June 2011 (UTC)
6499 Kthiemann 09:35, 6 July 2011 (UTC) Enable correct export to excel

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3105782

N Y Kthiemann 09:35, 6 July 2011 (UTC)
6500 MJMcKay 12:29, 9 July 2011 (UTC) Fixed: POS Query Product Vertical Scroll Problem

Fixed typo mistakes and translated to English. Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3121975

Code reviewed. Tested in swing. No ZK implementation.

N Y MJMcKay 12:29, 9 July 2011 (UTC)
6501 Kthiemann 12:54, 7 July 2011 (UTC) Adempiere is not loading classes from org.compiere.report

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3133032

Code reviewed.

N Y Kthiemann 12:54, 7 July 2011 (UTC)
6502 Nwessel 11:09, 25 May 2011 (UTC) [ 3137355 ] PG query not valid when contains quotes and backslashes

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355




6503 Kthiemann 14:03, 23 June 2011 (UTC) Local transaction commits should be logged to FINE level

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137365

Code reviewed.

N Y Kthiemann 14:03, 23 June 2011 (UTC)
6504 Kthiemann 10:25, 18 July 2011 (UTC) [ 3137355 ] PG query not valid when contains quotes and backslashes

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137355

Code reviewed.

N Y Kthiemann 10:25, 18 July 2011 (UTC)
6505 Kthiemann 09:23, 11 July 2011 (UTC) Currently when you send a date time parameter it is truncated

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3137399

Code reviewed.

N Y Kthiemann 09:23, 11 July 2011 (UTC)
6506 Astrid 14:51, 09 Jun 2011 (UTC) Implementing CRP View for ZK client r.
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3148780
Y Y Astrid 14:51, 09 Jun 2011 (UTC)-
6508, 6509, 6510, 6511 Kthiemann 11:52, 4 July 2011 (UTC) All related to switch to hg

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/bb803f0e2dc695b26f5705491c16809985b84150
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/1816daa131b4f4d45c78e04423a43ad5136c4222
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/8c42a2239d2cf13e1cac5efa563b194ce0fe3d47
http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/445c435d7ddf8546b4a7e4bb745e010cc57f6d8f

N Y Kthiemann 11:52, 4 July 2011 (UTC)
6512 Kthiemann 09:26, 11 July 2011 (UTC) Enable immediate accounting for Production Document

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2857289

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/7bdfd642f16e736c32da6ce4ca5893d94c0bd5aa

Code reviewed.

N Y Kthiemann 09:26, 11 July 2011 (UTC)
6513 Kthiemann 11:55, 4 July 2011 (UTC) Ingnore .DS_Store

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/078debf20b9b27b6f601a3654a6b7acb5f1b4bc2

N Y Kthiemann 11:55, 4 July 2011 (UTC)
6514, 6515 Kthiemann 08:41, 21 June 2011 (UTC) Integrate Revision: 14479

http://adempiere.svn.sourceforge.net/adempiere/?rev=14479&view=rev Author: trifonnt Date: 2010-11-14 21:17:08 +0000 (Sun, 14 Nov 2010) Typo corrections in USA CoA.

Added some improvements (fix on the spreadsheet and migration scripts to fix the current GW data) (transplanted from 7b1c7c13008b9865b26367cf6c456f5107695d4f)

Code reviewed.

N Y Kthiemann 08:41, 21 June 2011 (UTC)
6516 Kthiemann 08:49, 21 June 2011 (UTC) Fix build Eclipse path

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/471c4b80b931bc87d3e7dfdd131943e8e4ef162a

Code reviewed.

N Y Kthiemann 08:49, 21 June 2011 (UTC)
6517 Kthiemann 08:58, 21 June 2011 (UTC) Fix a problem caused when pushing copy button (swing client) with no record on screen.

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/ececa589f8a412ba2376722b0244fb743d99790c

Code reviewed.

N Y Kthiemann 08:58, 21 June 2011 (UTC)
6518 Astrid 15:14, 08 Jul 2011 (UTC) Just one record for personal lock or record access can be saved
Y Y Astrid 15:14, 08 Jul 2011 (UTC)


6519 Kthiemann 09:03, 8 July 2011 (UTC) Fix several errors with Allocation:

- fix a wrong raise of exception when no organization (add throws keyword) - when creating the allocation is taking the organization of log in, and it must take precedence the organization chosen by the user on the allocation window (login org still used in case no org is selected by user)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/3d03fe01e72e14b03b5d1b5ede85c2f8e5dc553b

Code reviewed.

N Y Kthiemann 09:03, 8 July 2011 (UTC)
6520 Kthiemann 09:02, 21 June 2011 (UTC) FR 3110938 - Mandatory Incorrectly Spelled

http://sourceforge.net/support/tracker.php?aid=3110938 (transplanted from 7a4658da43028bffce734d7f77c262d77795e22e)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/c025dc500a3ef207c142a2b8ce797b8f38a67eb0

Code reviewed.

N Y Kthiemann 09:02, 21 June 2011 (UTC)
6521 Kthiemann 09:04, 21 June 2011 (UTC) minor - translate BPartner message on two zk forms

(transplanted from 2e05f478d77c5881df7105a34fa8c73ca8012ddc)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/6b40f0c84beb6b8ff6590133c18d44784d5e751e

Code reviewed.

N Y Kthiemann 09:04, 21 June 2011 (UTC)
6522 Kthiemann 12:18, 1 July 2011 (UTC) Fix problem with PDF Viewer window that cannot be closed on zkwebui.

Steps to reproduce: - Create an standard order with delivery=Force and complete - Run the Generate Shipments process (from zkwebui) and fill the parameters to generate the shipments - Answer Yes when asked to print the shipments - zkwebui open a pdf viewer window without title that cannot be closed This patch solves the problem assigning a title to the window when the title is empty (transplanted from 93156eab8f2e64c7c61f35a743ac7f626d5274a7)

Tested in web client.

N Y Kthiemann 12:18, 1 July 2011 (UTC)
6523 Kthiemann 13:39, 23 June 2011 (UTC) add utils_dev/mybuild.properties to ignore list

(transplanted from 43d691ec3a6303e99c3a47341ab09c4dff76c66c)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/a2a32bb66e0e1f8a455c73c67bc95854985a536a

Code reviewed.

N Y Kthiemann 13:39, 23 June 2011 (UTC)
6524 Kthiemann 11:03, 14 July 2011 (UTC) Fix 3116131 - Packout details can not be saved - empty Package Build ID

http://sourceforge.net/support/tracker.php?aid=3116131 (transplanted from 27169650fb2d546df2182d11e2a828108c10cdc9)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/bd3119e2e5ff5ec331ae250f08171b3794dabb7b

Code reviewed.

N Y Kthiemann 11:03, 14 July 2011 (UTC)


6525 Kthiemann 09:06, 8 July 2011 (UTC) Backed out of changeset 6526:bd3119e2e5ff integrate with 771 script

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/8da200c718991a8d48925fa9529452f5f1ed8056

Code reviewed.

N Y Kthiemann 09:06, 8 July 2011 (UTC)
6526 Kthiemann 09:08, 21 June 2011 (UTC) FR 3110938 - Mandatory Incorrectly Spelled

http://sourceforge.net/support/tracker.php?aid=3110938 (transplanted from b003c2e4d464fac879fbd2898f1407a947c3e47c)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/6a700684a889f536f9a6a14bd642921eb6ba8584

Code reviewed.

N Y Kthiemann 09:08, 21 June 2011 (UTC)
6527 Kthiemann 09:29, 11 July 2011 (UTC) FR 3117382 - Error VOrderPlanning form

http://sourceforge.net/support/tracker.php?aid=3117382 (transplanted from f6654c7ef598812a766d62acd0426e5ebe98e550) Binary file packages/liberoMFG.jar has changed

Reviewed.

N Y Kthiemann 09:29, 11 July 2011 (UTC)
6528 Kthiemann 09:21, 21 June 2011 (UTC) make migration shell scripts executable

(transplanted from 1195eb9140fb6cc792d4e8fcb66ff7e1aa6e3f0f)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/e20694e5c93be0a900b7c8881f03e6871bd497c5

Code reviewed.

N Y Kthiemann 09:21, 21 June 2011 (UTC)
6529 Kthiemann 13:36, 23 June 2011 (UTC) packages/liberoMFG.jar is a tracked file, remove from hgignore

(transplanted from 0c41acdb3eac19dd63d2b745cc2fd0fda970782f) http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/bb763125fc970090c24197587c643517950c85ec

Code reviewed.

N Y Kthiemann 13:36, 23 June 2011 (UTC)


6530, 6531 Kthiemann 09:34, 11 July 2011 (UTC) Bug#2904321-Create Inventory Count List not taking negative qty products

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=2904321&group_id=176962

Code reviewed.

N Y Kthiemann 09:34, 11 July 2011 (UTC)
6532 Kthiemann 09:09, 8 July 2011 (UTC) Physical Inventory creates transactions even if movement qty = zero

(fixes issue #3) https://bitbucket.org/tspc/adempiere361/issue/3/physical-inventory-creates-transactions (transplanted from b9d64d8fc528d55248eda0f21e1c447afef6c823)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/d4cd1271def59958486af90e8eb2cb2b8e03d5ab

Code reviewed.

N Y Kthiemann 09:09, 8 July 2011 (UTC)
6533 Kthiemann 06:46, 12 July 2011 (UTC) FR [3123850] - Add continuosly needed parameters to Jasper Starter

https://sourceforge.net/tracker/?func=detail&aid=3123850&group_id=176962&atid=879335

(transplanted from 5c93e8947bcb20bd70851b58a41a5d417ac61a44)

Code reviewed.

N Y Kthiemann 06:46, 12 July 2011 (UTC)
6534 Kthiemann 09:25, 21 June 2011 (UTC) Typo in demo data - replace Whater with Water

(transplanted from 0fd6e1d2448249ca7a6a24e3af86c2e799f56b01)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/533715f24729a5ca65563bb883570d7e6b01ac3b

Code reviewed.

N Y Kthiemann 09:25, 21 June 2011 (UTC)
6535 Kthiemann 13:33, 23 June 2011 (UTC) Rename the right migration sequence 753 to 775

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/0d259870bec19e765966497285cbe6e2030e00fb

Code reviewed.

N Y Kthiemann 13:33, 23 June 2011 (UTC)
6536 Dirk Niemeyer 05:52, 28 June 2011 (UTC) Fix error when creating an invoice from a purchase order - when the material is already received and different UoM than product.

Steps to reproduce:

- Create purchase order for 1 6-pack of Elm

- Create a material receipt for the corresponding purchase order

- Create an invoice for the material receipt (or purchase order) - the qtyentered is 1 6-pack, and the qtyinvoiced was 1 (must be 6)

(transplanted from 6511d1fcb177ee5bb5734db976e447353b0e7536)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/36773f6a8799

Tested in ZkWebUI

N Y Dirk Niemeyer 05:52, 28 June 2011 (UTC)
6537 Kthiemann 12:46, 7 July 2011 (UTC) Fix problem in zkwebui - resource assignment cannot be created.

Steps to reproduce: - Create a Sales Order - Create a line selling Mary Consultant product - Try to create a resource assignment a Null Pointer Exception was thrown

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/2bf6a4f13a1093957256859c8da5a4220228322f

N Y Kthiemann 12:46, 7 July 2011 (UTC)
6538 Kthiemann 09:27, 21 June 2011 (UTC) Synchronize translation of login window with the corresponding options on menu

(transplanted from fd0f21b050687db5ceac2576f96ea57cd29f86e0)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/7c104994f2e5e6395dc911c3a6bed6fe57613b69 Code reviewed.

N Y Kthiemann 09:27, 21 June 2011 (UTC)
6539 Kthiemann 09:30, 21 June 2011 (UTC) Avoid unnecessary DB access

Steps to reproduce in zkwebui in log level Info: - Open Sales Order window A warning is written in console: DB.getSQLValueStringEx: No Value SELECT ColumnName FROM AD_Column WHERE AD_Column_ID=? (transplanted from 37494039e95e6202aa6ff1cf8d3b66996b5cb2b3)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/014f420c0e02b3524b9cb477ee746027e50dff0a

Code reviewed.

N Y Kthiemann 09:30, 21 June 2011 (UTC)
6540 Mario 17:00, 20 June 2011 (UTC) "Fix [3114390] - UI disappearing long running refresh

https://sourceforge.net/tracker/index.php?func=detail&aid=3114390&group_id=176962&atid=955896 (transplanted from e47a5ae788c733bb1918dac5c2bfbe7dbc0776b4)" Code reviewed & tested as indicated.

N Y Mario 17:06, 20 June 2011 (UTC)
6541 Kthiemann 07:20, 1 July 2011 (UTC) Fix [3063575] - Name size in I_Import does not match M_Prroduct

https://sourceforge.net/tracker/?func=detail&aid=3063575&group_id=176962&atid=879332 (transplanted from 3073f5ca759dbc3c8bad405772990a5faefc6de0)

N Y Kthiemann 07:20, 1 July 2011 (UTC)


6542 Mario 16:50, 20 June 2011 (UTC) "Enable differential pricing for sales:

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=2651812&group_id=176962 See FR [2651812] - Differential pricing (transplanted from 40ebd398e4d02aa662b53a122b9eb10ef1f8837f)" Code reviewed & tested on Product, Price List and Sales Order.

N Y Mario 16:59, 20 June 2011 (UTC)
6543 Kthiemann 06:51, 12 July 2011 (UTC) BF [3131227] - Product Price Vendor Break and UM conversion

https://sourceforge.net/tracker/index.php?func=detail&aid=3131227&group_id=176962&atid=879335 (transplanted from 0c71ed53e179e36ab6302ad152558f6f05ed39e6)

N Y Kthiemann 06:51, 12 July 2011 (UTC)
6544 Mario 16:09, 20 June 2011 (UTC) "FR [3132033] - Make payment export class configurable per bank

https://sourceforge.net/tracker/?func=detail&aid=3132033&group_id=176962&atid=879335 (transplanted from 6391a10a94564b901b3f40d9fa85caa3ec735433)" Code reviewed, SQL executed & windows tested.

N Y Mario 16:11, 20 June 2011 (UTC)
6545 Mario 16:04, 20 June 2011 (UTC) Fix sequence 757 to 776

Code reviewed & executed.

N Y Mario 16:08, 20 June 2011 (UTC)
6546 Mario 15:44, 20 June 2011 (UTC) "FR [3132075] - Over/Under payment must be enabled by default

https://sourceforge.net/tracker/?func=detail&aid=3132075&group_id=176962&atid=879335 (transplanted from 9af34fff6ce1b511159b11fea8e922ba22337ea4)"

Code reviewed. There are more improvements in the following revs.

N Y Mario 15:48, 20 June 2011 (UTC)
6547 Mario 15:34, 20 June 2011 (UTC) "BF [1933948] - CalloutPayment working just with Draft Status

https://sourceforge.net/tracker/index.php?func=detail&aid=1933948&group_id=176962&atid=879332 (transplanted from f073b62eeffef776014d99a6b2044a0313846b76)"

Code reviewed. Could not test the payment example because even closing the period the completion succeeded.

N Y Mario 15:44, 20 June 2011 (UTC)
6548 Mario 23:54, 17 June 2011 (UTC) fix script sequence move from 758 to 777

Tested in SWING + ZKWebUI

N N Mario 20:59, 17 June 2011 (UTC)


6549 Kthiemann 13:31, 23 June 2011 (UTC) Synchronize libero jars with latest changes on adempiere361libero repository

(transplanted from 9616418dbb399a734d9215331c9e2c6c7f41483d)

N Y Kthiemann 13:31, 23 June 2011 (UTC)
6550 Kittiu 09:03, 9 June 2011 (UTC) BF [3075946] - Date problem on non-Christian Yr Locale, i.e.,Buddhist Yr

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3075946&group_id=176962 (transplanted from b21b675a193f05f22fef45b7f6dca8db39e6127b)

Tested in both Swing & ZkWebUI


N

Y

Kittiu 09:03, 9 June 2011 (UTC)
6551 Mario 23:38, 17 June 2011 (UTC) "Fix Msg.getMsg: NOT found: Clear

(transplanted from ebbff71d824fc4bafd33ad0540d34dbf01614476)"

Tested in SWING. It works well for Standard Language. For Spanish, message of "b" yields an Exception: ....Exception occurred during event dispatching: java.lang.NumberFormatException: For input string: "b"..... Changing value of column msgtext back to "c" in table message_trl: no exception.

N N Mario 20:53, 17 June 2011 (UTC)
6552 Mario 20:38, 17 June 2011 (UTC) fix script sequence move 761 to 778

Tested in AD

N Y Mario 20:43, 17 June 2011 (UTC)
6553 Melissa 17:53, 16 Jun 2011 (UTC) Add the Payment Rule to Commissioning
Y Y Melissa 17:53, 16 Jun 2011 (UTC)
6554 Kthiemann 10:58, 18 July 2011 (UTC) fix script sequence move 762 to 779 N Y Kthiemann 10:58, 18 July 2011 (UTC)
6555 Mario 00:20, 17 June 2011 (UTC) "Usability on zkwebui:
  • Red color whole label of empty mandatory fields

(transplanted from d63110131f9b15980ce53a5219a0444064fc438f)"

N Y Mario 00:23, 17 June 2011 (UTC)
6556 Mario 00:17, 17 June 2011 (UTC) "Usability on zkwebui:
  • Implement light yellow background on focused field (just changing the default theme)

(transplanted from 6952cb32ac07145cee43767daa727bb97a36da34)"

N Y Mario 00:19, 17 June 2011 (UTC)
6557 Kthiemann 12:21, 20 June 2011 (UTC) Usability on zkwebui:

Increase usability on login window as the OK button is shown in the same place
Show always OK button at the top right, same as Swing client does
(transplanted from 8309d35581a3c696345e0fba392e40d7fe78bd45)

Doesn't work - open order window, click on delete button. The confirm window has the ok button on the left and the cancel button on the right.

N N Kthiemann 12:21, 20 June 2011 (UTC)
6559 Kthiemann 09:58, 21 June 2011 (UTC) fix script sequence move from 763 to 780

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/895c5ab261455193de7f8cb43590987860b75e21

Code reviewed.

N Y Kthiemann 09:58, 21 June 2011 (UTC)
6560 Kthiemann 06:55, 12 July 2011 (UTC) minor - fix spanish translation for all spanish languages

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/668956fe881c9aae1d7f1b877162b016cd3a3a80

Code reviewed.

N Y Kthiemann 06:55, 12 July 2011 (UTC)
6561 Kthiemann 10:08, 21 June 2011 (UTC) Implement some incomplete translation on zkwebui

(transplanted from 51712a444db7364e5ed0afce4938558bc041c961)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/b134cfdee888973aeecb332964908f1e1881b4f8

Code reviewed.

N Y Kthiemann 10:08, 21 June 2011 (UTC)
6562 Kthiemann 10:08, 21 June 2011 (UTC) fix script sequence move from 764 to 781

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/e0c5ad40606acd61d5e7d34801e9e4c794f90360

Code reviewed.

N Y Kthiemann 10:08, 21 June 2011 (UTC)
6563 Kthiemann 10:08, 21 June 2011 (UTC) several zkwebui and swing missing translations

(transplanted from 116ec1fbd9539ded13edf45a9c9ba705d900ee25)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/e0c5ad40606acd61d5e7d34801e9e4c794f90360

Code reviewed.

N Y Kthiemann 10:08, 21 June 2011 (UTC)
6564 Mario 00:07, 17 June 2011 (UTC) fix script migration move 765 to 782 N Y Mario 00:10, 17 June 2011 (UTC)
6565 Sofia 14:51, 09 Jun 2011 (UTC) fix script migration move 765 to 782

"Synchronize with latest changes on adempiere361libero: vpj-cdLibero CRP: error calculating vpj-cdvoid the divide if batch size is zero vpj-cdThe stock security not work properly vpj-cdEnable Maintenance Order generated by MRP vpj-cdCurrent not allow roll-up workflow for resources. (transplanted from cbebd80f1f5e29b5e03339a5c1821c4370ec2979)"

?
6566 Mario 23:58, 16 June 2011 (UTC) "Rename migration scripts to work on this quality branch
  • Specify exactly which are the search fields

http://sourceforge.net/support/tracker.php?aid=3016592 Tested in swing and zkwebui (transplanted from 0689ded21515408d60fcd50effbf63fbef019b51)"

N Y Mario 23:59, 16 June 2011 (UTC)
6567 Mario 23:55, 16 June 2011 (UTC) fix script sequence move 766 to 783 , 767 to 784 N Y Mario 23:58, 16 June 2011 (UTC)
6568 Mario 23:05, 16 June 2011 (UTC) "Fix minor casting problem

https://sourceforge.net/tracker/index.php?func=detail&aid=1756793&group_id=176962&atid=879334 (transplanted from f42417c080ca167ba31868a9ba2f069ef630f182)"

N Y Mario 23:09, 16 June 2011 (UTC)
6569 Mario 20:37, 16 June 2011 (UTC) "BF [3018005] Role Access Update: updates all roles if I log in as System

https://sourceforge.net/tracker/index.php?func=detail&aid=3018005&group_id=176962&atid=879332

  • Preserve old approach as a Super"" process to update all the roles in the installation"
N Y Mario 20:39, 16 June 2011 (UTC)
6570 Mario 20:37, 16 June 2011 (UTC) "Fix System Color Window

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3018013 (transplanted from af890ca435cb90f8faceefce29e4d352342394e9)"

N Y Mario 20:39, 16 June 2011 (UTC)
6571 Mario 19:13, 16 June 2011 (UTC) Duplicate script with 741

No need to test: script was deleted

N Y Mario 19:15, 16 June 2011 (UTC)


6572 Mario 19:13, 16 June 2011 (UTC) fix script sequences N Y Mario 19:15, 16 June 2011 (UTC)
6573 Mario 19:10, 16 June 2011 (UTC) fix script migration extension N Y Mario 19:12, 16 June 2011 (UTC)
6574 Mario 18:50, 16 June 2011 (UTC) "Product Info can display data from another client

Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=3030365

  • Implement the same solution from phib in zkwebui

(transplanted from d474c63280ec743bc663b36e8544c8c2576adcd6)"

N Y Mario 18:52, 16 June 2011 (UTC)
6575 Mario 21:40, 15 June 2011 (UTC) "BF [3074827] - Context problem at VPAttribute

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3074827&group_id=176962

  • Implement same solution suggested by mgrigioni in zkwebui

(transplanted from 0e071ecd6721aa063e6eca34689c9daaed1b6433)"

N Y Mario 21:42, 15 June 2011 (UTC)
6576 Mario 21:40, 15 June 2011 (UTC) "BF [3139066] - False Mandary Logic for C_BPartner_Product/IsManufacturer

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3139066&group_id=176962 (transplanted from 518d542a417ebffa41adddfa9af5a05dfe569b01)"

N Y Mario 21:42, 15 June 2011 (UTC)
6577 Kthiemann 09:43, 8 July 2011 (UTC) fix script sequence move from 772 to 787

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/c6b401672d00af6276008b3a1c17492c0812072d

N Y Kthiemann 09:43, 8 July 2011 (UTC)
6578, 6579, 6580, 6581 Kthiemann 08:35, 17 June 2011 (UTC) FR [3039241] - Add Russian Regions

https://sourceforge.net/tracker/?func=detail&aid=3039241&group_id=176962&atid=883808

Code reviewed.

N Y Kthiemann 08:35, 17 June 2011 (UTC)
6582 Mario 21:34, 15 June 2011 (UTC) "Fix problem with [3007342] - Included tab context conflict issue

https://sourceforge.net/tracker/index.php?func=detail&aid=3007342&group_id=176962&atid=879332 This functionality must preserve the value of the parent tab JUST when is an included tab not included tabs can have Processed fields and is valid to add records in details on these cases like the Payment Schedule tab on Invoice (Customer) window (transplanted from 61060cb3d4d6ffcf7e03c0c3d3284c8bd60453a8)"

N Y Mario 21:38, 15 June 2011 (UTC)
6583 Mario 21:24, 15 June 2011 (UTC) "BF 3142998 - CButton.setToolTipText(null) change button text and size

(transplanted from 739b6e4f15605aaacdaf576e69d61a6532415916)"

N Y Mario 21:26, 15 June 2011 (UTC)


6584 Mario 21:07, 15 June 2011 (UTC) "Reapply migration script 103 - to fix error reintroduced by libero migration script. See history here:

https://sourceforge.net/tracker/index.php?func=detail&aid=1713137&group_id=176962&atid=879332 https://sourceforge.net/tracker/index.php?func=detail&aid=2768731&group_id=176962&atid=879332 https://sourceforge.net/tracker/index.php?func=detail&aid=3158767&group_id=176962&atid=879332 (transplanted from c7325f60596892b4e8ee845be39541071745d189)" OK.

N Y Mario 21:09, 15 June 2011 (UTC)


6585 Mario 20:47, 15 June 2011 (UTC) Fix script sequence move 776 to 788

OK.

N Y Mario 20:49, 15 June 2011 (UTC)
6586 Kthiemann 06:59, 12 July 2011 (UTC) Fix [3158764] - ZKWebUI - New Lot

https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3158764&group_id=176962

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/f399d479d83f99c31d8efe9297cc6d3372d000f5

N Y Kthiemann 06:59, 12 July 2011 (UTC)
6587 Mario 20:40, 15 June 2011 (UTC) "FR [1782412] - Add Document Action Access Functionality - Fix wrong columntype on postgresql

http://sourceforge.net/support/tracker.php?aid=1782412 script 330-331b/postgresql/039_FR_1782412_PG.sql defined the columns created and updated with type DATE and it must be TIMESTAMP (transplanted from 8bea5443079b68bc381de36eb084ccd09ff95d1d)"

Tested on Postgres.

N Y Mario 20:42, 15 June 2011 (UTC)
6588,6589 Mario 20:00, 09 June 2011 (UTC) fix script sequence move from 777 to 789

Sequence OK.

N Y Mario 20:02, 09 June 2011 (UTC)
6590 Mario 18:04, 09 June 2011 (UTC) "zkwebui Translation -> Business Partner Info - Info Product titles not translated

(transplanted from 52de04b8d0ad5e2e08c0156f6e2dde50105d7f2e)"

Run web Test Server (http://asds2.adempiere.de:8080/webui), logged in with language Spanish(MX). Opened view Business Partner Info, listed all BPs. The columns are not translated into Sapnish, but the view shows the (original) English names. The bug persists.

N N Mario 18:09, 09 June 2011 (UTC)


6591,6592 Mario 17:38, 09 June 2011 (UTC) "Fix problem caused by changeset 5961 ( http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere361/rev/d63110131f9b )

Usability on zkwebui: * Red color whole label of empty mandatory fields The zoom underline on non-mandatory labels was lost (still problems with readonly fields) (transplanted from 0576f677bb8dbad634a7f578cc8926410e03f3b0)"

N Y Mario 17:42, 09 June 2011 (UTC)
6593 Mario 17:34, 09 June 2011 (UTC) "Fix [3159033] - List fields zoom incorrectly

http://sourceforge.net/support/tracker.php?aid=3159033 Refactored DB.isSOTrx to avoid launching log errors on postgresql (transplanted from 375d5689c55dcce75f2f3b3b2c12133ead408f46)"

N Y Mario 17:36, 09 June 2011 (UTC)
6594 Mario 17:30, 09 June 2011 (UTC) "FR - 2052471 - Generic UOM conversions (not product specific) don't work

Meanwhile the feature request is implemented is safer to make the product field mandatory (transplanted from 2875d0c7b709364031881d2b3b5b4d94c64419b8)"

N Y Mario 17:30, 09 June 2011 (UTC)
6595 Mario 20:20, 07 June 2011 (UTC) fix script sequence move from 778 to 790

Sequence OK.

N Y Mario 20:22, 07 June 2011 (UTC)
6596 Mario 20:10, 07 June 2011 (UTC) "[3159054] - Demo data - generate accounting periods for GardenWorld 2011

https://sourceforge.net/tracker/?func=detail&aid=3159054&group_id=176962&atid=879332 (transplanted from 6ec0a31744cc6a60a6fa1b21ed8c7f92964dbf90)"

N Y Mario 20:12, 07 June 2011 (UTC)
6597 Mario 20:20, 07 June 2011 (UTC) fix script sequence move from 779 to 791

Sequence OK.

N Y Mario 20:22, 07 June 2011 (UTC)
6598 Kthiemann 07:12, 1 July 2011 (UTC) BF [3160928] - Error reversing a shipment

https://sourceforge.net/tracker/?func=detail&aid=3160928&group_id=176962&atid=879332 (transplanted from c34d2e681da685f1fa594a3c0f59832eb186f397)

Code reviewed.

N Y Kthiemann 07:12, 1 July 2011 (UTC)
6599 Melissa 11:03, 17 Jun 2011 (UTC) Revert partially revision 5809 from [1783032] Add DocAction parameter to Generate Invoices (manual) form

The validation added was causing issues with multiple shipments (and generating multiple invoices) for the same order.

Y Y Melissa 11:03, 17 Jun 2011 (UTC)


6600 Nwessel 11:09, 25 May 2011 (UTC) BF [3162564] - Searching issues on Info Panel

http://sourceforge.net/support/tracker.php?aid=3162564 (transplanted from a7e61938092d47deb7d0270e603dad174d613903)

N Y John Agudelo 04:38, 1 June 2011 (UTC)
6601 John Agudelo 05:03, 1 June 2011 (UTC) BF [3159953] - ReQuery - ZKWebUI

http://sourceforge.net/support/tracker.php?aid=3159953 (transplanted from f3fc10a6d75770e4a5d25497ea4478dee554fe76)

N Y John Agudelo 05:03, 1 June 2011 (UTC)
6602 John Agudelo 22:04, 6 June 2011 (UTC) FR [2931852] - Show dialog box on Add to Bar for already existig window

http://sourceforge.net/support/tracker.php?aid=2931852 (transplanted from 94629422329b54e59f48260236d5ec6e17625c85)

N Y John Agudelo 22:04, 6 June 2011 (UTC)
6603 John Agudelo 22:20, 6 June 2011 (UTC) FR [3067850] - Bug coping details from other Project

http://sourceforge.net/support/tracker.php?aid=3067850 (transplanted from dbcfaf0b3e9430e79896954c6a50534e50571afc)

N Y John Agudelo 22:20, 6 June 2011 (UTC)
6604 Kthiemann 08:45, 17 June 2011 (UTC) BF [3074970] - Bugs Generating Order from Project and Phase

http://sourceforge.net/support/tracker.php?aid=3074970
(transplanted from 4a230a05cccc5519bcd36fff69e46ebe0b42e1e9)

Y Y Kthiemann 09:13, 17 June 2011 (UTC)
6605 Kthiemann 11:13, 17 June 2011 (UTC) BF [3060367] - Update Phase and Taks amt from line

http://sourceforge.net/support/tracker.php?aid=3060367
(transplanted from 872ddd5edf3d49929e70a156277f91412636da02)

N Y Kthiemann 11:13, 17 June 2011 (UTC)
6606 Mario 00:10, 07 June 2011 (UTC) "BF [3073316] - Screenshot does not work in Linux

http://sourceforge.net/support/tracker.php?aid=3073316 (transplanted from 37ae7e14c1a1b58a1f7da7cc6d684f88cb23357d)"

N Y Mario 00:12, 07 June 2011 (UTC)
6607 Mario 00:08, 07 June 2011 (UTC) "BF [3062723] - Payment Rule incorectly filling Direct Debit bank account

http://sourceforge.net/support/tracker.php?aid=3062723 Thanks to Michael McKay (mjmckay) for reporting and suggesting the solution (transplanted from 3379b7c336fdde3655e3825bb73685701db0939a)"

N Y Mario 00:08, 07 June 2011 (UTC)
6608 Mario 20:08, 06 June 2011 (UTC) "BF [3051442] - Client stops if user click about 15 times, always

http://sourceforge.net/support/tracker.php?aid=3051442 Detected and fixed a connection leak in swing grid mode (transplanted from 3d7ee8184e2576018fb603dffecdeb474f881c04)"

N Y Mario 20:12, 06 June 2011 (UTC)
6609 Mario 23:53, 03 June 2011 (UTC) "Fix [3159033] - List fields zoom incorrectly

http://sourceforge.net/support/tracker.php?aid=3159033 Fix wrong refactoring on previous changeset (transplanted from 653371d1a12db34e89eb14215745ad00d7aa0653)"

N Y Mario 23:58, 03 June 2011 (UTC)
6610 Kthiemann 10:33, 18 July 2011 (UTC) BF [2984836] - Wrong #AD_User_ID when user with the same name from two Ten.

http://sourceforge.net/support/tracker.php?aid=2984836 (transplanted from 7ee8a8ed9f2d7a44b5a6358c3b06005bb62329ba)

N Y Kthiemann 10:33, 18 July 2011 (UTC)


6611 Kthiemann 10:42, 18 July 2011 (UTC) Make WPayment safe locking the UI when processing credit card online - it avoids the user potentially changing values from fields during the process

(transplanted from 5fd79c71dcc1c2da9b9269f3e23f01de64cb9483)

N Y Kthiemann 10:42, 18 July 2011 (UTC)
6612 Kthiemann 10:50, 18 July 2011 (UTC) BF [3058780] WNumberEditor allow only BigDecimal

https://sourceforge.net/tracker/?func=detail&aid=3058780&group_id=176962&atid=955896
Fix problem reported at http://sourceforge.net/support/tracker.php?aid=3168968
(transplanted from 3f5918b17ca31da6e2a01bb0e9cec23bab781d45)

N Y Kthiemann 10:50, 18 July 2011 (UTC)
6613 Mario 23:44, 03 June 2011 (UTC) "Fix [2946164] - Report headers are not translated in ZK Client

http://sourceforge.net/support/tracker.php?aid=2946164 (transplanted from 728d671086cb9c61e20249cc93d70ff8eb63ed3f)"

N Y Mario 23:48, 03 June 2011 (UTC)
6614 Kthiemann 11:02, 18 July 2011 (UTC) FR [ 2788278 ] Data Import Validator - migrate core processes

https://sourceforge.net/tracker/?func=detail&aid=2788278&group_id=176962&atid=879335
Implemented for ImportProduct
(transplanted from 875d6cd47497a48c74e350a068705d38d5723897)
Code reviewed.

N Y Kthiemann 11:02, 18 July 2011 (UTC)


6615 Kthiemann 11:36, 17 June 2011 (UTC) Detected a big bug (leading to data corruption) in swing client on WFActivity - user push OK button twice and the document is closed (completed with the first click, and closed with the second click)

reproducible in GardenWorld via swing with requisition workflow

N Y Kthiemann 11:36, 17 June 2011 (UTC)


6616 Mario 23:36, 03 June 2011 (UTC) "Detected a bug (swing and zkwebui) where the record info doesn't show change log the first time is visited if the status bar hasn't changed

(transplanted from 595108724b74c20f79949f20fff0f62b293b8615)" On my local copy it worked on both Swing & ZKWebUI. On Test server it didn't.

N Y Mario 23:41, 03 June 2011 (UTC)
6617 Kthiemann 11:02, 23 June 2011 (UTC) fix script sequence

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/7eeac9e4764a74148c77ae191d56592f89d01839

Code reviewed.

N Y Kthiemann 11:02, 23 June 2011 (UTC)
6618 Kthiemann 11:14, 18 July 2011 (UTC) integrate in 361 (maintenance branch for 360 version) the patches from qa version

(transplanted from 083bff7a310b9fb7ff0b3a11f8e54be4fd392aad)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/a12b7f8638db601336198e22d83fd47f1ce3b910

Code reviewed. Duplicated lines in GridTab.java 614:616 should be removed.

N (Y) Kthiemann 11:14, 18 July 2011 (UTC)


6619 Mario 23:26, 03 June 2011 (UTC) Fix merge 5876 revision N Y Mario 23:26, 03 June 2011 (UTC)
6620 Mario 23:14, 03 June 2011 (UTC) "Implement best practice in some classes suppressing warning about serialVersionUID:

http://www.adempiere.com/index.php/Release_Commit_Rules#I9_-_Regenerate_serialVersionUID_when_required_.28B.29 (transplanted from 9e4a09ecab22c35ae63cef91e9a28f305efd6ab5)"

N Y Mario 23:14, 03 June 2011 (UTC)
6621 Kthiemann 10:56, 14 July 2011 (UTC) Fix merge manually for some class

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/8aceb07d97f5b6fcdae236c06d32333697424259

Code reviewed.

N Y Kthiemann 10:56, 14 July 2011 (UTC)
6622 Kthiemann 09:17, 8 July 2011 (UTC) Implement translation for Dashboard Content titles (name) and tooltip (description)

Integrate MDashboardContent class implemented by Teo Sarca with revision 12691
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=12691
http://sourceforge.net/tracker/index.php?func=detail&aid=3018377&group_id=176962&atid=879335

N Y Kthiemann 09:17, 8 July 2011 (UTC)
6623 Kthiemann 12:51, 7 July 2011 (UTC) fix merge manually

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/95735db3c478ba903a018fc4e9199ef7212d41d7

Code reviewed.

N Y Kthiemann 12:51, 7 July 2011 (UTC)
6624 Mario 00:59, 02 June 2011 (UTC) "Update new JDBC Driver to support PostgresSQL 9

Attachment functionality not work with PostgreSQL9 https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3214343&group_id=176962"

Tested on ZKWebUI. Caveat: the SQL version of this server has to be 9.


N

Y

Mario 00:59, 01 June 2011 (UTC)


6625 Mario 00:46, 02 June 2011 (UTC) "Attachment functionality not work with PostgreSQL9

Update JDBC 9.0-801 JDBC 4 https://sourceforge.net/tracker/?func=detail&aid=3214343&group_id=176962&atid=879332"

Tested on ZKWebUI. Caveat: the SQL version of this server has to be 9.


N

Y

Mario 00:56, 01 June 2011 (UTC)
6626 Kthiemann 09:38, 11 July 2011 (UTC) The DB views not work with PostgreSQL9

Fix the function firstOf PostgreSQL9 have offset as reserved word, so it cause error in the views that use this function.
https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3214377&group_id=176962

Code reviewed.

N Y Kthiemann 09:38, 11 July 2011 (UTC)
6627 Kthiemann 10:12, 21 June 2011 (UTC) avoids the mistake of creating translations without creation

https://sourceforge.net/tracker/?func=detail&aid=3214483&group_id=176962&atid=879332

Code reviewed.

N Y Kthiemann 10:12, 21 June 2011 (UTC)


6628 Mario 01:06, 31 May 2011 (UTC) "Fix bug reported by lovely:

https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3880506?message=9100474 Exception in thread AWT-EventQueue-0"" java.lang.NullPointerException at org.compiere.grid.ed.VPAttribute.actionPerformed(VPAttribute.java:381) When pushing attribute set instance button on Order Receipt & Issue form (transplanted from f8e3c3fdd17dd1c7cde3f64f8007047eb774d87e)"


N

Y

Mario 01:06, 31 May 2011 (UTC)
6629 Kthiemann 10:16, 21 June 2011 (UTC) Bring revision 6546 from https://hg.kenai.com/hg/hengsin~development

http://kenai.com/projects/hengsin/sources/development/revision/6546 LoginPanel should display only supported language. (transplanted from 1825497cf2f8e5f9d64a561f86e3091117843a27)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/4ef9648062b0e6b68e3a9c46c5e174f6d140332f Code reviewed.

N Y Kthiemann 10:16, 21 June 2011 (UTC)
6630 Mario 00:29, 31 May 2011 (UTC) "Bring revision 6549 from https://hg.kenai.com/hg/hengsin~development

http://kenai.com/projects/hengsin/sources/development/revision/6549 Fixed multi lingual reporting issue (transplanted from 926f1ec304e4fe75d389435b655842436ddeddee)"

TOUGH THERE WAS NO DETAILED SPECIFICATION HOW TO REPRODUCE THE ERROR, I CHECKED THE CODE, RUN A REPORT IN A MULTILINGUAL ENVIRONMENT AND TESTED IT. IT WORKED.


N

Y

Mario 00:29, 31 May 2011 (UTC)
6631 Kthiemann 10:19, 21 June 2011 (UTC) decrease log level for selects that return no rows

(transplanted from 3af75f0a4e64d7eaeec09517a1e04cb3d10d34e5)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/8a157a0979c4b416483639f64e7d8b7dadb57c70 Code reviewed.

N Y Kthiemann 10:19, 21 June 2011 (UTC)
6632 Kthiemann 10:52, 14 July 2011 (UTC) Fix [1884379] - MM Doc: MA should be created on complete and for each line

http://sourceforge.net/support/tracker.php?aid=1884379

Implement fix for Movements

Code reviewed.

N Y Kthiemann 10:52, 14 July 2011 (UTC)
6633, 6634 Kthiemann 11:24, 7 June 2011 (UTC) Fix ZKWebUI Bug on DocAction Button

https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/4130692 (transplanted from 1e081390712ba1686d5a2804b9611f9640be5648)

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/b744963fe04f2f057fdae3ece363e37444fc1390

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/0693608699018486efb6b57d081e057b17296f91

Code reviewed. Tested by Carlos, Edwin and Heng Sin.

N Y Kthiemann 11:24, 7 June 2011 (UTC)
6635 Kthiemann 10:48, 14 July 2011 (UTC) Partial fix for [2866216] Dictionary vs Database ERRORS

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866216&group_id=176962

drop c_allocationline.posted column that is causing problems in some installations (transplanted from f31d3e16bcc2862b1aa3efb5ded3fc88aa0198d2)

Code reviewed.

N Y Kthiemann 10:48, 14 July 2011 (UTC)
6636 Kthiemann 10:58, 23 June 2011 (UTC) refactory script name for

Dictionary vs Database ERRORS http://sourceforge.net/tracker/?func=detail&atid=879332&aid=2866216&group_id=176962 drop c_allocationline.posted column that is causing problems in some installations (transplanted from f31d3e16bcc2862b1aa3efb5ded3fc88aa0198d2)

Code reviewed.

N Y Kthiemann 10:58, 23 June 2011 (UTC)
6637 Mario 20:29, 30 May 2011 (UTC) "Improvement for Auto Allocation process - this modification allow the auto allocation process to allocate the remanent portion of partially allocated payments

(transplanted from 82252dd955a5d946d590af3434314c6311214722)"


N

Y

Mario 20:29, 30 May 2011 (UTC)
6638 Kthiemann 10:56, 23 June 2011 (UTC) Minor change to allow showing user selected system languages on login list

(transplanted from a10137e9b9819b0178d5c1e04789a3ca71919228)

Code reviewed.

N Y Kthiemann 10:56, 23 June 2011 (UTC)
6639 Mario 17:28, 30 May 2011 (UTC) "Set as default language defined for client system (instead of defaulting to en_US) - http://kenai.com/jira/browse/HENGSIN-68

(transplanted from ceb35723ae99470bebd419403cf604f88d4088d8)"

I tried to test it on ZKWebUI:

-opened Client window -set language of client=Spanish (Mexico) -logged out - log in dialog should show Language=Spanish (Mexico) It does not. I do not know if I understood the bug, but I expected to see Spanish (Mexico) as the language. NOT REPRODUCIBLE.



?

6640 Kthiemann 13:12, 17 June 2011 (UTC) The Cost Collector window should not allow create new record

https://sourceforge.net/tracker/?func=detail&aid=3215137&group_id=176962&atid=934929

N Y Kthiemann 13:12, 17 June 2011 (UTC)
6641, 6642 Kthiemann 10:53, 23 June 2011 (UTC) create out transaction in Method CreateCountderDoc

https://sourceforge.net/tracker/?func=detail&aid=3235028&group_id=176962&atid=879332

Validate if exist lines before the try copy https://sourceforge.net/tracker/?func=detail&aid=3259272&group_id=176962&atid=879335

Code reviewed.

N Y Kthiemann 10:53, 23 June 2011 (UTC)
6643 Kittiu 01:47, 23 June 2011 (UTC) Ignore the Tax Line for IsDescription line invoice

https://sourceforge.net/tracker/?func=detail&aid=3259291&group_id=176962&atid=879332

N Y Kittiu 01:47, 23 June 2011 (UTC)
6644 Redchris 10:25, 24 June 2011 (UTC) Related to tracker The DB views not work with PostgreSQL9

http://sourceforge.net/tracker/?func=detail&atid=879332&aid=3263111&group_id=176962"transplanted from 71a6a81a9588701849ca49a3b37d689a4a338d8e)"

review code, test

N Y Redchris 14:14, 24 June 2011 (UTC)
6645 Kthiemann 09:37, 7 June 2011 (UTC) show the role name of user in AD title window

The role name currently is shown in zk ui, so the swing client should show it too.

https://sourceforge.net/tracker/?func=detail&aid=3282701&group_id=176962&atid=879335

Does not work in swing client. The change in APanel.getTitle() is ok but to show the role in all window titles the code of Env.getHeader(ctx, windowno) needs to be changed as well. APanel.getTitle() works for workbenches only - and as far as I know workbenches are more an idea than an implemented feature in ADempiere right now.

N N Kthiemann 10:48, 7 June 2011 (UTC)
6646, 6647 Kthiemann 10:49, 23 June 2011 (UTC) Generate the Class model for Libero HR to support the last build the Libero HR

http://sourceforge.net/tracker/index.php?func=detail&aid=3092044&group_id=176962&atid=879332 http://sourceforge.net/tracker/index.php?func=detail&aid=3282701&group_id=176962&atid=879335

Code reviewed.

N Y Kthiemann 10:49, 23 June 2011 (UTC)
6648 Kthiemann 09:32, 7 June 2011 (UTC) Add English Canadian Language

http://sourceforge.net/tracker/?func=detail&aid=3290784&group_id=176962&atid=879335

N Y Kthiemann 09:34, 7 June 2011 (UTC)
6649 --Kittiu 16:19, 6 June 2011 (UTC) The location should allow open a google map

https://sourceforge.net/tracker/?func=detail&atid=879335&aid=3294610&group_id=176962

The Location widget not show the icon https://sourceforge.net/tracker/?func=detail&atid=879332&aid=3294617&group_id=176962

kind regards victor.perez@e-evolution.com"

Tested in both ZkWebUI, log in and go to Location tab in BPartner window. Click on the link icon, go to the google map.


N

Y

--Kittiu 16:19, 6 June 2011 (UTC)
6650 Kthiemann 09:16, 7 June 2011 (UTC) fix error types in the comments

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/ebd3a85fd8bc6c408a6063effa913e839c4de610

Just a typo in a comment. Nothing to test.

N Y Kthiemann 09:16, 7 June 2011 (UTC)


6651 Kthiemann 10:50, 31 May 2011 (UTC) Fix problem calculating BP balance for payments allocated via payment allocate records.

Reported by Habib here -> http://red1.org/adempiere/viewtopic.php?f=31&t=1189

Works in swing client.

Y Y Kthiemann 12:44, 1 June 2011 (UTC)
6652 Kthiemann 09:12, 7 June 2011 (UTC) Fix bug when checking if the process is already configured

Reported by AFalcone and suggested fix here -> http://red1.org/adempiere/viewtopic.php?f=34&t=1193 Also refactored the generation of the process to make it smart in case a new tab is added to a window and it requires to configure new processes

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/dca33e480e1811ef8a91c1e10fc305b6b8449fc5

Code reviewed.

N Y Kthiemann 09:12, 7 June 2011 (UTC)
6657 Kthiemann 10:45, 23 June 2011 (UTC) Fix Msg.getMsg: NOT found: Clear Old script 780 was committed with wrong extension - reapplying here

http://adempiere.hg.sourceforge.net/hgweb/adempiere/adempiere/rev/d30ba79f4318c56c960777808498348fa63d8ff3

Code reviewed.

N Y Kthiemann 10:45, 23 June 2011 (UTC)
6658 Kthiemann 10:43, 23 June 2011 (UTC) Fix minor problem with revision 5967 (several zkwebui and swing missing translations)

(transplanted from 3802ebf119df440dc8a06797540d5aa91f9464e3)

Code reviewed.

N Y Kthiemann 10:43, 23 June 2011 (UTC)
6659 Mario 21:15, 25 May 2011 (UTC) BF - Shipment assigning wrong contact when chosing order or RMA

http://kenai.com/jira/browse/HENGSIN-70 (transplanted from 65be8e80ac55fde01d2472f5d20945f5eeb15d44)

Tested in both Swing and ZKWebUI


N

Y

Mario 21:15, 25 May 2011 (UTC)
6660 Kittiu 15:37, 25 May 2011 (UTC) Fix - How to see the time colunm from the WEBUI

https://sourceforge.net/projects/adempiere/forums/forum/610546/topic/2063231 (transplanted from 2b9f761d4808df188405d54984c39a6317b174a6)

Test with WEBUI, when view as list, the time field still not show as time only. It shows as back date. (I.e., in Resource Type window)


N

N

20:35, 25 May 2011 (UTC)
6661, 6662 Mario 20:35, 25 May 2011 (UTC) Fix for swing - report fields - drop down field not cleared

https://sourceforge.net/projects/adempiere/forums/forum/610547/topic/4450695 (transplanted from 612d9501e7363748ac61e641f2163b382fd9f5aa)

Tested in both Swing & ZkWebUI


N

Y

Mario 20:35, 25 May 2011 (UTC)
6663 Kthiemann 10:41, 23 June 2011 (UTC) Fix [3277139] - Doc_MatchPO has null trxName

http://sourceforge.net/support/tracker.php?aid=3277139 (transplanted from a18e2aff79d2e1d945f3981fa281ea44f159fbec)

Code reviewed.

N Y Kthiemann 10:41, 23 June 2011 (UTC)
6664 Redchris 17:30, 23 June 2011 (UTC) Fixed context problem with embedded tab

(transplanted from 71a6a81a9588701849ca49a3b37d689a4a338d8e)"

review code.

N Y Redchris 09:10, 24 June 2011 (UTC)

You would like to participate but still don't know how?

If you have further questions about participating, then just visit us on IRC (irc.freenode.net, room #adempiere) or in ADempiere Forum and we'll try to answer them.