IDempiere/FullMeeting20140716

From WikiQSS
Revision as of 21:27, 16 July 2014 by CarlosRuiz (talk | contribs) (full meeting)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Table of Contents | Full Meeting Minutes | Full Meeting 2014-07-16

CarlosRuiz: Good Morning
JanThielemann: hellop
nmicoud: Bonjour
JanThielemann: may you take a look at https://idempiere.atlassian.net/browse/IDEMPIERE-2055 ?
JanThielemann: a very simple fix i would love to see in the trunk
CarlosRuiz: yep JanThielemann - that's good
tbayen: Daarestiet!
Deepak: Good Morning CarlosRuiz
CarlosRuiz: Hi Deepak
Deepak: Hello Carlos
Deepak: I think some one has developed fast entry features in iDempiere
Deepak: Do anybody able to point me to correct url?
nmicoud: @Deepak : was it related to sales order lines ?
tbayen: Hi deepak. I saw your mail about that but I was away some days and did not answer yet.
tbayen: nmicoud worked on that
nmicoud: https://bitbucket.org/red1/quckinputsolines ?
Deepak: Thanks Nicolas
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+2/-0/±0] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] globalqss 45f64e3 - IDEMPIERE-2055 Changed Constraints for Web Service Security / based on patch from Jan Thielemann
Deepak: Is anybody working to move KenosTax module to iDempiere plugin?
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2055 status set to "Resolved" -assignee set to "Jan Thielemann" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] Thanks [~jan.thielemann] - the problem with cascade constraints is that there is no change log record of the deleted entries, so on configuration things (like parameters, field input/output) I think is better to avoid that. A user inadvertently could delete a type and all its children without possibility to recover the deleted data, with change log you can recover it. Cascade is common on access and translation records, so I created the s
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2055
nmicoud: @Deepak : i think red1 has started to work on that
JanThielemann: carlosruiz but it's the same with products, isn't it?
CarlosRuiz: does product have cascade constraints? that would be dangerous
CarlosRuiz: wow - found 236 cascade constraints in non trl/access/acct tables
JanThielemann: some of them e.g. m_product_acct, m_product_bom, m_product_po, m_product_trl, m_productprice, m_productoperation
JanThielemann: would it be ok to implement delete of sub tables in model hooks / event handlers?
CarlosRuiz: even C_Invoice - C_BPartner - C_Order have cascade delete
CarlosRuiz: C_Order is curious
CarlosRuiz: it has cascade delete on line and tax
CarlosRuiz: on tax I think is fine as it's created automatically
CarlosRuiz: but on line is not good
CarlosRuiz: but - MOrder.beforeDelete takes care of that and delete the lines saving the change log
JanThielemann: so it would be ok if i implement deleting of webservice in/out fields and paras in beforeDelete() and make a patch?
CarlosRuiz: in one of our implementations a user deleted "inadvertently" 53 orders with the multi-delete button - we were able to restore the deleted info from the change log
CarlosRuiz: let me refine the query to check how many cascades we really have
CarlosRuiz: I see 250 cascade constraints - seems like that deserves a review
Not-182d: [IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2060 Move some Delete Cascade Constraints to Model classes
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2060
hengsin: for moving of cascade delete to model classes - if we can make use of jdbc batch update, the performance difference should be less significant
Not-182d: [IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2061 HTML error on Dashboard Report detail
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2061
aguerra: Hello every body!!!!
Not-182d: [IDEMPIERE] nmicoud created IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx)
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2062 Attachment set to "IDEMPIERE-2062.patch"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
nmicoud: Can someone have a look at ticket #2062 please ? patch seems too easy
CarlosRuiz: Hi aguerra
CarlosRuiz: nmicoud, does MRefList have serialversionID variable?
nmicoud: yes
nmicoud: serialVersionUID
CarlosRuiz: when adding public methods or variables - is better to regenerate it
CarlosRuiz: I usually just delete the variable - and click on the eclipse warning to generate it again
nmicoud: correct, i make it too fast
nmicoud: beacause i do it just before uploading the patch
nmicoud: not good practice
nmicoud: regenerating one
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2062 Attachment set to "None"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
Not-182d: [IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2063 Cannot remove reserve quantity off order
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2063
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2062 Attachment set to "IDEMPIERE-2062.patch"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
nmicoud: new patch uploaded
nmicoud: Carlos, could you have a look please when you have time ? if ok, i will apply to other methods
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 3 commits to release-2.0 [+0/-0/±3] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hengsin a5f2ba4 - 1004150 Process modal dialog: no scrollbar when content overflow. Fixed for RunAsJob for Financial Report ( Ticket #1004121 ).
Not-182d: [iDempiere] elainetan e25c57f - IDEMPIERE-2061 Ticket #1004119: HTML error on Dashboard Report detail
Not-182d: [iDempiere] elainetan 9c99492 - IDEMPIERE-2063 Ticket #1004146: cannot remove reserve quantity off order
ocurieles_DCS: Hello my Friends
hengsin: nmicoud, IDEMPIERE-2062 looks goods to me
nmicoud: ok, thanks hengsin, thus will apply for other methods
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] nmicoud a50b633 - IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx)
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2062 status set to "Resolved" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
hieplq: @CarlosRuiz "when adding public methods or variables - is better to regenerate it" it's good practise of idempiere or of java?
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2061 status set to "Resolved" -assignee set to "Elaine Tan" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2061
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2063 status set to "Resolved" -assignee set to "Elaine Tan" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2063
hieplq: hi CarlosRuiz IDEMPIERE-2061 is same IDEMPIERE-1667? i can close IDEMPIERE-1667 too?
CarlosRuiz: Hi ocurieles_DCS
CarlosRuiz: great hieplq - if 2061 solves 1667 then sure - please link them and resolve it
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2062 Attachment set to "IDEMPIERE-2062-WithDescription.patch"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2062
hieplq: ok. will get patch and test it
CarlosRuiz: hieplq, changing serialversionUID is good java practice
nmicoud: CarlosRuiz, just uploaded a new patch for #2062, with method getListDescription (and a new servialversionUID :))
nmicoud: you commit first patch too fast ;)
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] nmicoud 038141d - IDEMPIERE-2062 Add methods for MRefList for getting translation with specific language (and not ctx)
nmicoud: thanks Carlos
CarlosRuiz: thanks to you
nmicoud: also if you got time, maybe having a look at #1825 & 1828 ? related to emails (and btw, #1899 - images in signature - is in our instance for some days and it works perfectly !)
hengsin: nmicoud, I think the patch for 1825 needs to be regenerated, seems many are just white space difference.
Not-182d: [IDEMPIERE] hieplq updated IDEMPIERE-1667 status set to "Closed" -resolution set to "Duplicate"
Not-182d: [IDEMPIERE] duplicate with IDEMPIERE-2061
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1667
nmicoud: ah, let me check
nmicoud: ok, will do that and upload a new one
norbertbede: hi all
hengsin: hi norbert
tbayen: Hi Norbert
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+2/-0/±5] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] nmicoud f4f285a - IDEMPIERE-1828 Improvement of monitoring of emails
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1828 status set to "Resolved" -assignee set to "Nicolas Micoud" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1828
nmicoud: thanks Carlos ; i will upload a new patch for 1825 tonight, but there are 2 others tickets that seems harmless and usefull : 2033 & 1851 :)
HansR42: Hi
Deepak: Hello Hans
HansR42: Found a strange behavior when try to import products via importproduct.java process, get an exception "Tax Category"
CarlosRuiz: Hi HansR42
HansR42: It seems all runs nice, when the number of products is below 200, but when i try to import 300 records, the exception is launched
HansR42: found some info in web about that. It seems that this error hasn't been fixed ...
Deepak: Can you say what is error message?
CarlosRuiz: JanThielemann, about your comment on IDEMPIERE-1851
CarlosRuiz: we have toolbar button column as Y-toolbar N-tab
CarlosRuiz: I think it could be good to add an option B-Both - to show a button on the toolbar and on the tab
CarlosRuiz: WDYT?
nmicoud: +1 for me :)
HansR42: Deepak, Regarding Errormessage in logfile: [STDERROR] ====> ImportProduct.process: TaxCategory [62]
ocurieles_DCS: @CarlosRuiz can i set the spanish languague by default in login ?
Deepak: Hans try to set one of TaxCategory as default and it may not fail
ocurieles_DCS: in this company nobody use the English
nmicoud: @ocurieles_DCS : you can uncheck the 'IsLoginLanguage' in the language window
Deepak: Hans, which version of iDempiere you are using?
ocurieles_DCS: Thanks @nmicoud
nmicoud: otherwise, you can define the default language based on the language browser (i think there is a jira related to that)
HansR42: Deepak: I have already done this. there is only one default Taxcategory available.
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+2/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] jthielemann 13ed1bf - IDEMPIERE-1851 New Parameter for "Create Fields" process on Window, Tab and Field > Tab + Patch
ocurieles_DCS: @nmicoud i put the spanish language by default.. and uncheck US English.. but in the login window appear in blank, my customer don't wanna select the language
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+2/-2/±0] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] globalqss 95dda24 - IDEMPIERE-2055 Changed Constraints for Web Service Security / move scripts to correct folder
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1851 status set to "Resolved" -assignee set to "Jan Thielemann" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1851
nmicoud: so i think you will have to set it using the browser language
nmicoud: in LoginPanel, line 193
nmicoud: before, the language was linked to the ad_user_id, but it could lead to security breach and this behaviour was removed
Not-182d: [IDEMPIERE] carlosruiz_globalqss created IDEMPIERE-2064 Implement toolbar+tab button
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2064
CarlosRuiz: ocurieles_DCS, try also changing the language of client System - I think initially it defaults to that - as nmicoud pointed I think there is an undeveloped ticket about checking the browser language
nmicoud: See : https://idempiere.atlassian.net/browse/IDEMPIERE-1797
ocurieles_DCS: Thanks @CarlosRuiz is working fine :D
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2033
Not-182d: [IDEMPIERE] Hi [~nmicoud], as Norbert pointed, if you move all fields to the left and save the customization record is deleted and the grid reset to the default. The reset button you added is doing something different, it's moving all fields to the right, even those not displayed in grid, and toolbar buttons, and not ordering by SeqNo. Maybe the reset button can simply move all fields to the left (or delete the customization record which is the goal)
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2033
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2033
Not-182d: [IDEMPIERE] I didn't find an easier way to achieve it. I do not remember the details, but it's not as it seems. Anyway, will try to have a look with fresh eyes
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2033
norbertbede: hieplq: are you there ?
hieplq: i'm here
norbertbede: are we ready with issue 1970 ?
hieplq: yes. it's ready.
norbertbede: i prefer to finish it if ready to commit
norbertbede: CarlosRuiz: do you havetime pls to review ?
CarlosRuiz: 1970?
norbertbede: hieplq: can you intrduce link, im on ipad
CarlosRuiz: don't worry - I'm already there
norbertbede: cant paste linkere :)
CarlosRuiz: applying IDEMPIERE-1970-add-old-func.patch
hieplq: yes. i add a test data, test process. please review it. i wait for your comment :D
norbertbede: ok thanks
Not-182d: [IDEMPIERE] red1 updated IDEMPIERE-2022 assignee set to "Redhuan D. Oon"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2022
red1: norbertbede: i am trying to do your defined feature, i hope u can test it next week when i done something
norbertbede: sure i can
red1: Can u give me test data now?
red1: U can email me or put in the JIRA steps to create a new case
red1: and what results to expect
red1: then i write it as a test data
red1: for me to define a new Workflow that use this feature
red1: The way you define i been studying is very well done for me to understand.
norbertbede: im on "senec lakes" now. will be ready in 2hours in my computer
red1: take your time.. no hurry
norbertbede: i can chat now well
red1: after this i want to improve with hieplq the GUI wizard to able to add also Transition/Condition
red1: not just Add Node
hieplq: yes. just learn zk for something, as drag & drop, layout
norbertbede: im plan to write some guides how to use wf in business
CarlosRuiz: transitions can be added actually
red1: yes i need that too, to edit for my tutorial
CarlosRuiz: but not conditions
red1: ah gut.. less work
red1: CarlosRuiz: i was on Skype with an African telco company and proposing he comes to your paid advanced course but tbayen told us that it is very advanced so he is afraid to.
red1: Instead i be going to Namibia to give them a calm course
CarlosRuiz: yep - the idea at the castle is not a course - but a workshop
red1: what is the 'very advanced' stuff u be doing?
CarlosRuiz: :-) I still don't know what tbayen has prepared
red1: Ah so, i am sure it must be the German way that beats Brazil that beats Colombia. :)
CarlosRuiz: nope - it will be like Colombia has the top goal scorer - and help Germany to become champions
CarlosRuiz: :D
red1: The only way that we are satistified is that Germany plays against Colombia, and take the result to minus 7-1
Not-182d: [IDEMPIERE] hieplq created IDEMPIERE-2065 flag "Pay Schedule valid" of invoice customer is not update in some case, make invoice not list in search when payment
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2065
CarlosRuiz: hieplq, thanks for the test case 2pack for 1970
CarlosRuiz: I was able to test it correctly
CarlosRuiz: and easily :-)
hieplq: it's good when can help you :D
red1: :)
hieplq: @CarlosRuiz this patch is affect to refresh list (remain selected item) affter run process. i will fix it soon
hieplq: i find some my tiny ticket, please look it when you avaiable.
hieplq: IDEMPIERE-1527, IDEMPIERE-1552, IDEMPIERE-2026
red1: I think we should give you tickets also, to come Germany :D
red1: How much your visa? Have you checked it?
hieplq: me? never have a visa, just passport. but i must learn english for 6month. i hope i can hear and speach with you after this course
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 2 commits to development [+2/-0/±9] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 09ebc26 - IDEMPIERE-1970:Improve t_selection logic for info window
Not-182d: [iDempiere] globalqss 41527b5 - IDEMPIERE-1970:Improve t_selection logic for info window / regenerate serialVersionUID
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1970 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1970
norbertbede: CarlosRuiz: thanks for commit. hieplq pls summarise related issues, should commit too
hieplq: yes. i will open new ticket for it. summit patch after one or two day.
CarlosRuiz: norbertbede, thanks to hieplq and you for pushing this
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.0 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 71b7605 - IDEMPIERE-1552:When double click into non line area (include header) of infoPanel. panel close.
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1552 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1552
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1527
Not-182d: [IDEMPIERE] [~hieplq], I think the case is not valid, the header is composed by columnNames, not fieldNames. The UPC/EAN field is exported as UPC columnname, a columnname in databases usually cannot contain "/"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1527
Not-182d: [IDEMPIERE] hieplq updated IDEMPIERE-1527 status set to "Open"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1527
Not-182d: [IDEMPIERE] hieplq updated IDEMPIERE-1527 status set to "Closed" -resolution set to "Cannot Reproduce"
Not-182d: [IDEMPIERE] sorry, maybe my template is wrong. just check code. it do correct as you said
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1527
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.0 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 32c59cd - IDEMPIERE-2026:when role have limit access to a user, can't select any bpartner have no contact
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2026 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2026
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] jthielemann e874f4c - IDEMPIERE-1985 Provide error message in unsuccessful processes / fix NPE
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 2 commits to development [+2/-0/±5] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 939cc78 - IDEMPIERE-2052:make export csv function can export multi detail tab
Not-182d: [iDempiere] hieplq f75b240 - IDEMPIERE-2052:make export csv function can export multi detail tab
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2052 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2052
norbertbede: if today timeframe allow, suggest to resolve the following 3 issue: IDEMPIERE-2027, IDEMPIERE-1866, IDEMPIERE-1788
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-2033
Not-182d: [IDEMPIERE] I didn't find an easier way to achieve it. I do not remember the details, but it's not as easy as it seems. Anyway, will try to have a look with fresh eyes
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2033
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] elainetan 32672f5 - IDEMPIERE-76 Button SelectAll should also be used to DeSelectAll
Not-182d: [IDEMPIERE] norbert.bede updated IDEMPIERE-2054 Attachment set to "importfromto.txt"
Not-182d: [IDEMPIERE] example file for testing row1-header row2, row12,row13 - do not import row3 to row 12 want import
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2054
Not-182d: [IDEMPIERE] norbert.bede updated IDEMPIERE-2054
Not-182d: [IDEMPIERE] example file for testing row1-header row2, row12,row13 - do not import row3 to row 12 want import you can use import format in gardenworld Import Business Partners
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2054
CarlosRuiz: norbertbede, I'm going out for lunch, I hope to review 2027, 1866 and 1788 this afternoon
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-1825 Attachment set to "IDEMPIERE-1825_2.patch"
Not-182d: [IDEMPIERE] Updated patch without white space diff But i've done it on my Eclipse dev environnment (which contains lots of tickets). So, perhaps, there will be some issues when trying to import it. Regards, Nicolas
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1825
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-775 status set to "Reopened" -resolution set to "None"
Not-182d: [IDEMPIERE] As discussed yesterday, adding a patch with a Order By clause
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-775
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-775 Attachment set to "IDEMPIERE-775-ORDERBY.patch"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-775
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-775 labels set to "+Patch"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-775
Not-182d: [IDEMPIERE] nmicoud updated IDEMPIERE-775 status set to "Peer Review Queue"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-775
red1: tbayen: check your FB
norbertbede: thanks CarlosRuiz
Not-182d: [IDEMPIERE] norbert.bede updated IDEMPIERE-2046 assignee set to "hieplq"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2046
Not-182d: [IDEMPIERE] norbert.bede updated IDEMPIERE-2040 summary set to "Dropdown for grid and info window record selection "
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2040
Not-182d: [IDEMPIERE] norbert.bede updated IDEMPIERE-2040 Attachment set to "selectall.png"
Not-182d: [IDEMPIERE] example attached
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2040
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.0 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] nmicoud 4a783ab - IDEMPIERE-775 Documents without C_DocType_ID cannot be distributed directly
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-775 status set to "Resolved" -assignee set to "Heng Sin Low" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-775
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.0 [+0/-0/±1] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 9c58ced - IDEMPIERE-2027:Accounting Fact Reconcilation - Refresh Button Doesn't make sense
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2027 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2027
CarlosRuiz: norbertbede, I was able to reproduce IDEMPIERE-1866 - seems my solution is not the best - will solve it later
norbertbede: ok sure
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-2.0 [+0/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] globalqss 77f6e4a - IDEMPIERE-1866 Via web services is not possible to send DateTime for Process
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1866 status set to "Resolved" -assignee set to "Carlos Antonio Ruiz Gomez" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] [~tsvikruha] I committed a fix that initially tries to parse dates using the default JDBC formats and if the parse fails it tries to parse using the localized format according to login language. The default formats are defined in DisplayType.java as: {code:java} public static final String DEFAULT_TIME_FORMAT = "HH:mm:ss"; public static final String DEFAULT_TIMESTAMP_FORMAT = "yyyy-MM-dd HH:mm:ss"; public static final String DEFAULT_DATE_F
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1866
Not-182d: [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1788 status set to "Resolved" -assignee set to "hieplq" -resolution set to "Fixed"
Not-182d: [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1788
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+4/-0/±13] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] hieplq 3412a02 - IDEMPIERE-1788:Value preference for info window process parameters
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to development [+0/-0/±8] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] globalqss 18baef8 - hg merge release-2.0 (merge release2 into development)
Not-182d: [iDempiere] CarlosRuiz_globalqss pushed 1 commit to zk7 [+14/-0/±45] https://bitbucket.org/idempiere/idempiere/commits/
Not-182d: [iDempiere] globalqss 4208db4 - Merge development (18baef8639ba) into zk7 branch