IDempiere/FullMeeting20150624

From WikiQSS
Revision as of 21:50, 24 June 2015 by CarlosRuiz (talk | contribs) (full meeting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Table of Contents | Full Meeting Minutes | Full Meeting 2015-06-24

Deepak: Good Morning All
tbayen_: Daarestiet
nmicoud: Bonjour
tbayen_: Some of you know that I planned to do a conference in September.
Deepak: Thomas, Can you update?
Deepak: When and where is that?
tbayen_: I can announce the dates. I want to do it officially in the wiki tonight.
Deepak: ohk
Deepak: I am planning to attend this time
tbayen_: The conference will be at September the 3./4.th.
tbayen_: There will be a paid developer workshop together with Carlos Ruiz (as the instructor) in the week following the conference.
tbayen_: The conference is in Krefeld, Germany.
tbayen_: The workshop will be at the Bischofstein Castle near Koblenz.
tbayen_: If you need a visa for germany you should write me a mail to get an invitation.
Deepak: Good
nmicoud: Great to read that tbayen ! Will try to come to the conference this time :)
CarlosRuiz: Good Morning
nmicoud: Bonjour CarlosRuiz
tbayen_: Hi CarlosRuiz, I just announced the conference dates. I hope you agree. ;-)
druiz: Hi @all
CarlosRuiz: Hi druiz
druiz: @CarlosRuiz Have you checked the wrong default region ticket? https://idempiere.atlassian.net/browse/IDEMPIERE-2672
CarlosRuiz: ah I see tbayen - you just wrote dates here :-) I was looking in forums :D
CarlosRuiz: will check it today druiz - thanks
druiz: OJ :)
druiz: ok
aguerra: Hi everybody
druiz: Hi @aguerra
CarlosRuiz: Hi Alejandro
aguerra: Hi Carlos druiz
Not-8055: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2696
Not-8055: [IDEMPIERE] Hi [~tbayen], please check #7 here http://wiki.idempiere.org/en/NF1.0_ImportCSV#Rules_for_CSV_Header_Format
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2696
Not-8055: [IDEMPIERE] tbayen updated IDEMPIERE-2696 status set to "Closed" -assignee set to "Thomas Bayen" -resolution set to "Won't Fix"
Not-8055: [IDEMPIERE] Haha! :-) That is already solved. I should RTFM before writing here... For the records: You can write "(null)" to set a null value.
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2696
Not-8055: [IDEMPIERE] deepak updated IDEMPIERE-2675 assignee set to "Deepak Pansheriya"
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2675
Deepak: Hello CarlosRuiz
Deepak: For ticket IDEMPIERE-2654
CarlosRuiz: Hi Deepak
Deepak: Should we show ASI per locator or it will be fine to show only ASI
Deepak: no storage information
CarlosRuiz: Deepak, what is being shown actually? just ASI?
Deepak: I am thinking to show just ASI and stock
Deepak: I mean ASI and what is on hand for that ASI
CarlosRuiz: ah I see
Deepak: Currently I have already attached patch which show ASI locator pair
CarlosRuiz: ASI and stock could be fine - to keep one line per ASI
Deepak: But if agree that should show only ASI and Stock onHand
Deepak: ohk
Deepak: I also want to know is anybody using prepaid order feature?
Deepak: I do not know process flow
Deepak: Or it is broken in iDempiere
CarlosRuiz: why broken?
Deepak: As per my understanding
Deepak: For prepay order, it should create invoice and once paid, should ship
CarlosRuiz: no, prepaid order creates the invoice when paid
Deepak: When we are completing prepay order, it set status to wait for payment and do not generate invoice
Deepak: That also did not worked carlos
CarlosRuiz: hmm - testing locally - it doesn't allow me to complete the payment
CarlosRuiz: java.lang.Exception: @NotFound@ @C_Invoice_ID@
Deepak: yes, exactly
Deepak: Also one more thing is, Order docstatus set to waiting for payment
Deepak: and generate shipment or generate invoice only look for completed orders
Deepak: So wondering when document status change to completed
CarlosRuiz: I see the issue - the getC_Payment_ID on MOrder.completeIt is not getting the payment set on MPayment.prepareIt
CarlosRuiz: I think is my fault - caused by the change I did to the forUpdate refreshing the values from database
Not-8055: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2629 status set to "Reopened" -resolution set to "None"
Not-8055: [IDEMPIERE] [~deepak] reported prepaid order broken - after review seems it's caused by the approach I implemented on this ticket (refreshing values from DB when forUpdate is called) - reopening to think in a better approach
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2629
CarlosRuiz: confirmed Deepak - locally reverted IDEMPIERE-2629 and the prepaid order works fine again
CarlosRuiz: when completing the payment the invoice and the shipment are created
CarlosRuiz: let me think better about 2629
Deepak: ohk, Carlos
Deepak: So are you committing that reversal?
CarlosRuiz: will do - but with a proper patch - 2629 is data corruption critical
Deepak: For 2629, I suggested another approach at storage level earlier
Deepak: we should form update query which always update in terms of adding difference
Not-8055: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.1 [+0/-0/±13] https://bitbucket.org/idempiere/idempiere/commits/
Not-8055: [iDempiere] globalqss 081d431 - IDEMPIERE-2672 Region field in Tax Rate window default OR when default country is not USA
Not-8055: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2672 status set to "Resolved" -resolution set to "Fixed"
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2672
Not-8055: [iDempiere2.1] jenkins built #243 completed (success) http://ci.idempiere.org/job/iDempiere2.1/243/
Not-8055: [iDempiere] CarlosRuiz_globalqss pushed 2 commits to release-2.1 [+0/-0/±6] https://bitbucket.org/idempiere/idempiere/commits/
Not-8055: [iDempiere] globalqss 02a90c6 - hg backout f7b39cb IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match
Not-8055: [iDempiere] globalqss a03496f - IDEMPIERE-2629 M_StorageOnHand Qty and Total M_Transaction Qty did not match
Not-8055: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2629 status set to "Resolved" -resolution set to "Fixed"
Not-8055: [IDEMPIERE] Thanks [~deepak], I committed a different approach as per your suggestion with direct Update
Not-8055: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2629
Not-8055: [iDempiere2.1] jenkins built #244 completed (success) http://ci.idempiere.org/job/iDempiere2.1/244/
Not-8055: [iDempiere] CarlosRuiz_globalqss pushed 2 commits to development [+2/-0/±26] https://bitbucket.org/idempiere/idempiere/commits/
Not-8055: [iDempiere] globalqss 6ae5203 - hg merge release-2.1 (merge release2.1 into development)
Not-8055: [iDempiere] globalqss 183a766 - IDEMPIERE-2664 DB Extensibility issues / fix issue on dev merging