#idempiere IRC log for Saturday, 2015-10-03

Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2874 status set to "Resolved" -resolution set to "Fixed"00:08
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-287400:08
Not-6e26[iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/00:08
Not-6e26[iDempiere] tsvikruha 9b0a4b4 - IDEMPIERE-2874 Available to promise Tab - Date column doesn't consider order line promise date00:08
Not-6e26[iDempiere] jenkins built #1744 completed (success) http://ci.idempiere.org/job/iDempiere/1744/00:15
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-281100:18
Not-6e26[IDEMPIERE] Hi [~cboecking], great job until now! about steps01 I think is better to create the column and sequence first, then use the nextidfunc to fill the current values, something like alter table m_productprice add column m_productprice_id nullable ... insert into ad_sequence ... update m_productprice set m_productprice_id=nextidfunc(...) alter table m_productprice modify column m_productprice_id set not00:18
Not-6e26nullable ... NOTE aside: I notice the migration scripts are now containing "INSERT INTO AD_TreeNode ... where ... t.TreeType='TL'" - I guess this is related to IDEMPIERE-2675, maybe worthy to drop those statements on the exclusions on Convert.java (maybe another ticket) Regards, Carlos Ruiz00:18
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-281100:18
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-199900:24
Not-6e26[IDEMPIERE] Hi [~cboecking], I don't know this ticket in detail, but I can provide some comments about your questions: > PO Over Receipt haven't tested, can be that development was incomplete, or there is some sysconfig required to make it work > Shipment with No SO I think JJ modeled this intentionally, I tend to justify that thinking that allowing shipments without a sales order can be a hole to control inventories00:24
Not-6e26in companies, any shipment must be justified by a sales order. Implementing this can be a big issues as the sales flow doesn't provide matching documents. > Shipment Against a Random SO Yes, this sounds like a hole, usually covered by additional validations in business logic, but I think it would be good to control such situations in core. > Why does the MR hide the Order_ID field Don't know again why JJ designed00:24
Not-6e26like this - what I know from this functionality is that you can have one MR related to several purchase orders, you can push the create from button and select different POs, in such case the "order_id" doesn't make sense. Regards, Carlos Ruiz00:24
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-199900:24
*** CarlosRuiz has quit IRC00:25
Not-6e26[iDempiereDaily] jenkins built #457 completed (success) http://ci.idempiere.org/job/iDempiereDaily/457/03:04
*** mbozem has joined #idempiere06:34
*** a42niem has joined #idempiere07:37
*** mbozem has quit IRC11:02
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-480 status set to "Reopened" -assignee set to "Daniel Tamm" -resolution set to "None"11:52
Not-6e26[IDEMPIERE] Re-opens this issue for peer review of a different solution than the existing. This commit removes the need for forcing the bank statement line to have the same accounting date as the bank statement. It also removes the need for special solutions (such as flags/options) https://bitbucket.org/dantam/idempiere.se/commits/36861b1ae4df97ce052db4ac420e95c98c9cd291 In short, the suggested code checks for dates11:52
Not-6e26on GL Journal lines and Bank Statement lines outside the delete range but where the document dates are inside the delete range. If lines are found to be outside, the process throws an error and finishes. The user then has the option to change the date range to be deleted or to narrow the delete (by limiting it to specific tables).11:52
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-48011:52
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-480 labels set to "+Patch"11:53
Not-6e26[IDEMPIERE] Suggested patch https://bitbucket.org/dantam/idempiere.se/commits/36861b1ae4df97ce052db4ac420e95c98c9cd29111:53
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-48011:53
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-480 status set to "Peer Review Queue"11:53
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-48011:53
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-1104 status set to "Peer Review Queue"11:54
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-110411:54
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-110411:58
Not-6e26[IDEMPIERE] Thanks for the feedback Steven :-) I decided to fix the original problem in IDEMPIERE-480 since this problem is a cause of that previous bug fix. Since I generally have the accountant's perspective on iDempiere I'd like the system to make as much sense as possible to an accountant, so I'd like to avoid special solutions to something that is basic to an accountant :-) I'm putting this in peer-review again11:58
Not-6e26in the hope that my patch on IDEMPIERE-480 together with this patch https://bitbucket.org/dantam/idempiere.se/commits/211933d3f9dc676b527c00084d726b7bed8ce005 is accepted by the community. Regards Daniel11:58
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-110411:58
Not-6e26[IDEMPIERE] dantam updated IDEMPIERE-48012:01
Not-6e26[IDEMPIERE] I've hard coded the error messages, which isn't good practise. If I get help to put the error messages in the AD I'd happily change the code to use the message functionality instead.12:01
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-48012:01
*** CarlosRuiz has joined #idempiere13:28
*** ChanServ sets mode: +o CarlosRuiz13:28
Not-6e26[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±3] https://bitbucket.org/idempiere/idempiere/commits/13:29
Not-6e26[iDempiere] tsvikruha 6f10135 - IDEMPIERE-2864 Alert Processor vs Attachment File system can't send EMails properly13:29
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2864 status set to "Resolved" -resolution set to "Fixed"13:29
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-286413:29
*** CarlosRuiz has quit IRC13:36
Not-6e26[iDempiere2.1] jenkins built #304 completed (success) http://ci.idempiere.org/job/iDempiere2.1/304/13:40
*** sms22j has joined #idempiere15:42
sms22jHi15:47
sms22jI am new in this and I would like to know by where to start as newbie and continue as developer15:48
*** norbertbede has joined #idempiere16:04
*** sms22j has quit IRC16:05
*** norbertbede has quit IRC17:02
*** norbertbede has joined #idempiere17:13
*** norbertbede has quit IRC17:45
*** nmicoud has joined #idempiere17:56
*** nmicoud has left #idempiere21:01
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-286922:14
Not-6e26[IDEMPIERE] Hi [~jgarcia], please attach a patch here for development branch in order to see the impact.22:14
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-286922:14
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-286722:54
Not-6e26[IDEMPIERE] Hi [~tsvikruha], can you please provide a test case to reproduce? I read the code and understood what is trying to do, but failed to find a test case.22:54
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-286722:54
Not-6e26[iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/22:55
Not-6e26[iDempiere] logilite 8cf0bdd - IDEMPIERE-2665: Set value of C_AcctSchema_ID in ctx.22:55
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2665 status set to "Resolved" -resolution set to "Fixed"22:55
Not-6e26[IDEMPIERE] Thanks [~deepak], integrated your patch22:55
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-266522:55
Not-6e26[iDempiere2.1] jenkins built #305 completed (success) http://ci.idempiere.org/job/iDempiere2.1/305/23:10
Not-6e26[iDempiere] CarlosRuiz_globalqss pushed 2 commits to release-2.1 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/23:13
Not-6e26[iDempiere] mzi1sk 0dbb03e - IDEMPIERE-2865 Over/Underpayment doesnt calculated properly from Bank Statment/Create Payment process23:13
Not-6e26[iDempiere] globalqss 55cbf51 - IDEMPIERE-2865 Over/Underpayment doesnt calculated properly from Bank Statment/Create Payment process / additional case for full payment23:13
Not-6e26[IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2865 status set to "Resolved" -resolution set to "Fixed"23:13
Not-6e26[IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-286523:13
*** mbozem has joined #idempiere23:36
Not-6e26[iDempiere2.1] jenkins built #306 completed (success) http://ci.idempiere.org/job/iDempiere2.1/306/23:40
*** mbozem has quit IRC23:50

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