IDempiere/FullMeeting20141126

From WikiQSS

Table of Contents | Full Meeting Minutes | Full Meeting 2014-11-26

TurkerTunali: hello guys
TurkerTunali: I've fresh install of iDempiere and Standard Precision on Currency window is disabled
TurkerTunali: we can change it to 2 from 0 for TRL on ex instance
CarlosRuiz: Hi TurkerTunali - must be a System record, you just can change it from System
TurkerTunali: trying
TurkerTunali: yes, it did the trick
TurkerTunali: thank you
CarlosRuiz: Good Morning everybody, I need to go out for a couple of hours, so today I'm going to meet late
aguerra: Good Morning
TurkerTunali: do we really need to install new theme to change login page? all I want is hide the info on the left
nmicoud: look at https://idempiere.atlassian.net/browse/IDEMPIERE-2259
CarlosRuiz: arrived, I'll be checking the peer review queue
nmicoud: CarlosRuiz, could you start with 2325 and 2049 please ?
CarlosRuiz: I see still like 10 zk7 issues open :-( don't think is still time to integrate into trunk
nmicoud: yes :(
Deepak: Hello Carlos
Deepak: Do you think we should add IDEMPIERE-2336 into realease2.1?
CarlosRuiz: Deepak - it seems safe - can you regenerate the serialVersionUID for the modified classes?
egil_ghintech: Good mornig
egil_ghintech: *morning
CarlosRuiz: Hi egil_ghintech
egil_ghintech: Hi. @CarlosRuiz. I have a question about parseContext funtcion
egil_ghintech: @CarlosRuiz i am calling a process from a workflow but i don't know how to get in that case windows number when i call this process
egil_ghintech: the problem is that when i call the proces normal it can parse variable but when i call it from workflow it do not recognize the variable
CarlosRuiz: no, I think you don't have a windowNo in that case
egil_ghintech: :0
egil_ghintech: @CarlosRuiz i was working with multilanguage documents an se this behavior. First when no select it show for example lines in order with no translation. When i select this in client in login in spanish it work but if i go again and inactivate multilanguage it keep translating
egil_ghintech: The expected behavior is when i disble this it show without translation
egil_ghintech: i reproduce this in demo.idempiere.com in gardenworl clien and work exacly like i say
egil_ghintech: i dont know what am i doing wrong or if is not the expected behavior i am saying
CarlosRuiz: probably a cached value?
egil_ghintech: reset cahce
egil_ghintech: reset server
CarlosRuiz: some translations are not cached but kept in static variables
egil_ghintech: umm ok
CarlosRuiz: but if is reproducible after a server reboot then is a bug
egil_ghintech: @CarlosRuiz is reproducible after a server reboot
egil_ghintech: i did the test case in demo.idempiere.com
egil_ghintech: only have to reboot and confirm
egil_ghintech: If you can reboot, i confirm
CarlosRuiz: or maybe you must run the "Synchronize Doc Translation" after that change
CarlosRuiz: http://wiki.idempiere.org/en/Synchronize_Doc_Translation_(Process_ID-321)
egil_ghintech: ummm i didn't know this
egil_ghintech: going to test
egil_ghintech: It works! :)
nmicoud: Is it possible to have a display logic like "@C_BPartner_ID<C_BPartner.M_PriceList_ID>@ > 0" ? Or am I dreaming ?
egil_ghintech: hi nmicoud
nmicoud: hi
egil_ghintech: some times i read it is posible. but coincidentialy i am trying at this monet to do that and does not work in a user window
nmicoud: it's working on sequence
nmicoud: but maybe no on window
egil_ghintech: yes.
nmicoud: Log say : Logic tuple does not comply with format '@context@=value' where operand could be one of '=!^><' => @C_BPartner_ID<C_BPartner.M_PriceList_ID>@ > 0
egil_ghintech: i am tryn in process
egil_ghintech: in sompleace i read hensin saying tha we can use @C_BPartner_ID.M_PriceList_ID@ directtly
egil_ghintech: maybe it could work
nmicoud: here : https://idempiere.atlassian.net/browse/IDEMPIERE-701 ?
nmicoud: ah...
nmicoud: @C_BPartner_ID.M_PriceList_ID@ > 0
nmicoud: trying
nmicoud: yes, it work better with the correct syntax :)
egil_ghintech: does not work for me :( un use widnwos
egil_ghintech: *windows
nmicoud: what is your syntax ? and what version of idempiere ?
egil_ghintech: @AD_User_ID.C_BPartner_ID@ 2.1
nmicoud: it should work with 2.1
nmicoud: but you should add an operand
nmicoud: @AD_User_ID.C_BPartner_ID@ > 0 for instance
nmicoud: no ?
egil_ghintech: i am seting this variable on defautl logic
egil_ghintech: should not need an operant
nmicoud: yes, because, without it you just said give me the bpartner_id of the selected user
egil_ghintech: exactly
egil_ghintech: this is what i want
nmicoud: ah
nmicoud: you want to fill the bparner_id according to the selected user ?
egil_ghintech: is for my customers to create their own orders
egil_ghintech: but by default set c_bpartner_id on read only mode with a user window
egil_ghintech: yes
nmicoud: you should use a callout
nmicoud: i don't think idempiere could do that without some code
egil_ghintech: but it works for other. i set defautl docuemnt type and it works
nmicoud: it worked when opening the window ?
egil_ghintech: yes
nmicoud: default value is the default value of the field when the window open
hieplq_: just want share my experience relate to this in IDEMPIERE-1991
hieplq_: maybe it will help
egil_ghintech: in default logic you put a default value and if it is a context variable it works but if i whant to get other field based on context ot doesn't
nmicoud: maybe explore ticket 1991 as hiep suggested ? i haven't tested it
egil_ghintech: yes i am going to
nmicoud: gtg, coming back later
CarlosRuiz: egil - for default logic you can use @SQL=
CarlosRuiz: hieplq_ AYT?
egil_ghintech: @SQL=SELECT C_BPartner_ID FROM AD_User WHERE AD_User_ID=@#AD_User_ID@
egil_ghintech: Perfect
egil_ghintech: thanks @CarlosRuiz
hieplq_: @CarlosRuiz, i'm here
CarlosRuiz: hieplq, I'm reviewing IDEMPIERE-2049
CarlosRuiz: noticed you integrated version 4.1.1.0 of ckez.jar
CarlosRuiz: latest version is 4.3.3.2
hieplq: oh. it's reason nmicoud test it not success.
hieplq: please help me download new at link http://www.zkoss.org/download/zkckeditor
CarlosRuiz: did nmicoud test with newer than 4.1.1.0?
hieplq: he apply my patch and it's not resolve case empty content as i said
CarlosRuiz: hieplq, it seems yesterday it was released 4.3.3.2
CarlosRuiz: https://github.com/zkoss/zkckeditor/blob/23c9aac328e6800b84710155d93294df81da53e3/zkdoc/ckez-release-note
CarlosRuiz: but I can't find where to download
hieplq: i retesting it.
hieplq: you can download it at http://mavensync.zkoss.org/eval/org/zkoss/zkforge/ckez/4.3.3.0/
hieplq: but i see version in Manifest is still 4.1.1.0
CarlosRuiz: probably their mistake - but is april 25
hieplq: date modified of 4.3.3.0 is 13-Oct-2014 and it's fix empty issue
hieplq: you download it from http://mavensync.zkoss.org/eval/org/zkoss/zkforge/ckez/4.3.3.0/
hieplq: 4.3.3.2 is nighty build
hieplq: because it's not list in list file release
aguerra: hi How i can hide the tab tax in sales orders?
hieplq: @aguerra, have a field display logic when configuration tab
aguerra: thanks @hieplq
CarlosRuiz: hiep - from the previous link you gave me http://www.zkoss.org/download/zkckeditor
CarlosRuiz: there is 4.3.3.1
hieplq: too more where to dowload. but depend my comment at ticket. before i download from http://www.zkoss.org/download/zkckeditor
hieplq: but i just test version at new link http://mavensync.zkoss.org/eval/org/zkoss/zkforge/ckez/4.3.3.0/ it's also work
hieplq: maybe 4.3.3.1 still best because it's newest :D
CarlosRuiz: thanks hieplq - I tested and integrated your patches for 2132 and 2049
Ram_: hello
CarlosRuiz: hi Ram_
Ram_: Hello ,We are planing to start a software company in UAE ,so we are planing some partnership program with Adempiere?
Ram_: What is the best partnership program do you have?
CarlosRuiz: you're asking as if this would be a commercial open source (like openbravo or compiere)
CarlosRuiz: this is community open source - very different
Ram_: so if i want to customize and sell to my customers ,what is the procedure?
Ram_: Which programming language is ADempiere is using ?
CarlosRuiz: iDempiere is developed in java
CarlosRuiz: you must be part of community - become a contributor - is simple
CarlosRuiz: start asking in forums https://groups.google.com/forum/?fromgroups#!forum/idempiere
Ram_: Actually we are planing to start software development company in UAE , so we thought that we will start selling opensource ERP
Ram_: So we can charge them for support
Ram_: Whether we can customize idempier and sell to our customers?
Ram_: ?
CarlosRuiz: sure Ram_ - you can do that - there is a community member from UAE - maybe you can contact him
CarlosRuiz: Nasir Aftab
norbertbede: Ram_ UAE is nieghbour with Slovakia. im in slovaki so you can stop in Bratislava too :)
norbertbede: welcome
aguerra: tbayen i can pass subtotal from subreport to the main report?
tbayen: Hi aguerra, do you mean JasperReports or the internal report?
aguerra: JasperReports
tbayen: with JasperReports that should work.
aguerra: I can use paramter?
tbayen: http://stackoverflow.com/questions/10112227/getting-totals-from-sub-report-to-main-report-using-jasper-reports-ireport
tbayen: When I remember right there is a <returnValue> entry to be defined for that. But I am not sure.
aguerra: tnaks a lot @tbayen
tbayen: http://books.google.de/books?id=LWTbssKt6MUC&pg=PA133&lpg=PA133&dq=jasperreports+subreport+total&source=bl&ots=aTF-amfNSa&sig=nV0hGYBH1jg9imBgLXg2F3I7XK0&hl=de&sa=X&ei=pzN2VNPDBYidPf7HgIAG&ved=0CD0Q6AEwAw#v=onepage&q=jasperreports%20subreport%20total&f=false
tbayen: The "Definitive Guide" book is really worth reading. :-)
aguerra: @tbayen I 'll buy
tbayen: I have an old bought copy here. But I think the actual versions do no more cost money. I think you can just download them. The company was sold and the new owners realized that they attract more users when there is a free documentation.
aguerra: Somebody know how works the promotions? or have some manuals? for my case we need some like this: buy 6 and get 3 free. thank in advance
CarlosRuiz: aguerra -> http://www.adempiere.com/Sponsored_Development:_Promotions
aguerra: thank @CarlosRuiz
CarlosRuiz: yw