#idempiere IRC log for Friday, 2016-06-03

*** CarlosRuiz has quit IRC01:37
*** a42niem has joined #idempiere04:56
*** nmicoud has joined #idempiere06:33
*** KermitTheFragger has joined #idempiere08:17
*** Not-be5d has quit IRC10:16
*** Not-be5d has joined #idempiere10:49
*** norbertbede has joined #idempiere14:14
*** KermitTheFragger has quit IRC15:29
*** nmicoud has quit IRC15:51
*** posde has quit IRC16:39
*** posde has joined #idempiere17:15
Not-be5d[IDEMPIERE] ocurieles created IDEMPIERE-3121 M_Product on Movement confirm Line17:30
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-312117:30
*** norbertbede has quit IRC17:41
Not-be5d[IDEMPIERE] deepak updated IDEMPIERE-2853 Attachment set to "IDEMPIERE-2853_Development.patch"17:48
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-285317:48
Not-be5d[IDEMPIERE] deepak updated IDEMPIERE-285317:49
Not-be5d[IDEMPIERE] [~hieplq]/[~carlosruiz_globalqss], I made this code on development branch and same is attached in single IDEMPIERE-2853_Development.patch. Please review latest patch with development branch.17:49
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-285317:49
*** norbertbede has joined #idempiere17:55
Not-be5d[IDEMPIERE] hieplq updated IDEMPIERE-311818:20
Not-be5d[IDEMPIERE] just change image with size 1*1 by other size. better with a text "click me to set avatar" "user window" use a fix size to div contain image, so don't have same issue18:20
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-311818:20
Not-be5d[IDEMPIERE] ocurieles updated IDEMPIERE-3121 summary set to "M_Product on Move confirm Line"18:21
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-312118:21
Not-be5d[IDEMPIERE] hieplq updated IDEMPIERE-312118:23
Not-be5d[IDEMPIERE] why you need this new column? i remember, current it just use a virtual column, i think it's enough.18:23
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-312118:23
Not-be5d[IDEMPIERE] hieplq updated IDEMPIERE-309418:26
Not-be5d[IDEMPIERE] i can't redo this issue when i apply patch. if you reset recordSelectedData it will affect IDEMPIERE-2230. selected record at other pages also un-select i just think one condition to redo, your process change data of selected record, is it?18:26
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-309418:26
*** norbertbede has quit IRC20:15
Not-be5d[IDEMPIERE] ocurieles updated IDEMPIERE-2624 status set to "Peer Review Queue"20:51
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-262420:51
Not-be5d[IDEMPIERE] ocurieles updated IDEMPIERE-262422:06
Not-be5d[IDEMPIERE] I commented this lines to test: if (getMovementQty().signum() == 0) { if ( MMovement.DOCACTION_Void.equals(getParent().getDocAction()) && ( MMovement.DOCSTATUS_Drafted.equals(getParent().getDocStatus()) || MMovement.DOCSTATUS_Invalid.equals(getParent().getDocStatus()) || MMovement.DOCSTATUS_InProgress.equals(getParent().getDocStatus()) || MMovement.DOCSTATUS_Approved.equals(getParent().getDocStatus()) ||22:06
Not-be5dMMovement.DOCSTATUS_NotApproved.equals(getParent().getDocStatus()) ) ) { // [ 2092198 ] Error voiding an Inventory Move - globalqss // zero allowed in this case (action Void and status Draft) } else { log.saveError("FillMandatory", Msg.getElement(getCtx(), "MovementQty")); return false; } } And allow 0 qty on inventory movement, but I see something dangerous, the move confirm process create automatically a movement22:06
Not-be5dinventory with the differences, subtracting the qty not confirmed. I think is better create a movement inventory to another warehouse ( maybe a transit warehouse or lost product warehouse ) to make a revision of that. WDYT ? Regards.22:06
Not-be5d[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-262422:06

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!