IDempiere/FullMeeting20120516

From WikiQSS

Table of Contents | Full Meeting Minutes | Full Meeting 2012-05-16

red1_: Hola all.. Ola from Brazil here
CarlosRuiz: Bom dia
CarlosRuiz: Bom dia red1
CarlosRuiz: Hello all
Nicolas_: bonjour
red1: Ok i connected via Ricarod's 3G :D
red1: ralexsander is ricardo santana of LBR Brazil
CarlosRuiz: Bemvindo Ricardo
red1: Hilario Fochi the translator and owner of KENOS is here using my same chat window
ralexsander: Gracias! Carlos
CarlosRuiz: We usually use meeting time to review jira tickets - or discuss technical/functional ideas - generally there is no agenda
a42niem: hi
CarlosRuiz: Hi Dirk
a42niem: hi Carlos
red1: Ola Dirk Nmyr a42niem
a42niem: hello Redhuan red1
CarlosRuiz: Nicolas_, about IDEMPIERE-255
Nicolas_: yes
CarlosRuiz: Heng Sin is on vacations - and I would like to consult with him about the proposed solution
CarlosRuiz: so, I expect to review it with him before next meeting and answer the jira ticket accordingly
Nicolas_: ok
Nicolas_: fine
Nicolas_: BTW would you be interested in an Import Reference process ? i use it once and no longer needed it ; so i was about to delete it, unless if it could be used here ?
CarlosRuiz: what does it import?
Nicolas_: AD_Reference and AD_Ref_List tables
Nicolas_: from a csv file
Nicolas_: handy with huge lists
CarlosRuiz: well - you already wrote it - so is worthy to be put in a jira ticket as a raw contribution
CarlosRuiz: personally I would prefer 2pack - but others can think different
Nicolas_: ok, i'll do this
CarlosRuiz: any specific ticket you want to bring my attention?
Nicolas_: not a ticket yet, but if you could have a look at http://red1.org/adempiere/viewtopic.php?f=31&t=1597 ?
CarlosRuiz: do you mean if the user close the window using the little "x" on window
Nicolas_: no, when user click on 'ok' button
CarlosRuiz: ah - you mean saving the C_BPartnerLocation record
Nicolas_: yep
Nicolas_: it's working fine in single view mode, but when in list mode, it crashes, because m_GridTab is null ; i've try to use m_GridField in this case but it was not working
CarlosRuiz: // Auto Save BP_Location
CarlosRuiz: if (m_GridField.getGridTab().getRecord_ID()<=0)
CarlosRuiz: m_GridField.getGridTab().dataSave(true);
CarlosRuiz: but there is throwing "mandatory field" now
Nicolas_: yes, in single view mode, C_BP_Location.Name seems to be filled automatically whereas in list mode it remains empty
CarlosRuiz: no, the address is not understood as filled
Nicolas_: if you test it in debug mode, you can see that m_GridTab is null for list mode ; do you know why ?
CarlosRuiz: you can use m_GridField.getGridTab()
Nicolas_: i've try but it was not working
CarlosRuiz: ok, Nicolas_, this seems to work
CarlosRuiz: // Auto Save BP_Location
CarlosRuiz: if (m_GridField.getGridTab().getRecord_ID()<=0) {
CarlosRuiz: m_GridField.getGridTab().setValue(m_GridField, ii);
CarlosRuiz: m_GridField.getGridTab().dataSave(true);
CarlosRuiz: }
Nicolas_: i'm trying
Nicolas_: it's ok ; but in list mode, Adress field is still highlighted in red
CarlosRuiz: yes - strange, is saved but still red, if you navigate out of the field is blue
Nicolas_: yes
Nicolas_: it's strange and it is just an appearance bug ; and 99% of people will use single view mode, so i think it will be ok ; thanks for the tip
Nicolas_: There is also ticket 262 (you can create a record from a included tab whereas parent record is not set) ; i've created a pull request ; can you review it please ?
CarlosRuiz: sure - I'm looking IDEMPIERE-256 and then will check your pull request
Nicolas_: ok thanks
Nicolas_: i got to go, see you later ! bye
CarlosRuiz: thanks Nicolas_, bye
CIA-126: iDempiere: globalqss * 3c962af2fa93 r7279 /org.adempiere.ui.zk/WEB-INF/src/org/adempiere/webui/window/FindWindow.java: IDEMPIERE-256 ZK6 issue in Advance Search
buildmaster: Project iDempiere build #190: SUCCESS in 20 min: http://jenkins.idempiere.com/job/iDempiere/190/
buildmaster: globalqss: IDEMPIERE-256 ZK6 issue in Advance Search
CarlosRuiz: c u later guys