*** hieplq has quit IRC | 00:06 | |
*** Mateus has joined #idempiere | 04:00 | |
*** nmicoud has joined #idempiere | 05:11 | |
*** Mateus has joined #idempiere | 05:24 | |
Not-fdd1 | [iDempiere3.1Daily] jenkins built #71 completed (success) http://ci.idempiere.org/job/iDempiere3.1Daily/71/ | 05:37 |
---|---|---|
*** a42niem has joined #idempiere | 05:46 | |
*** Mateus has joined #idempiere | 06:05 | |
Mateus | Morning! :) and again... is there anyone that turned iDempoere in to working e-commerce site? | 07:07 |
*** Mateus has quit IRC | 08:19 | |
*** Mateus has joined #idempiere | 08:49 | |
*** Mateus has quit IRC | 09:01 | |
*** CarlosRuiz has joined #idempiere | 09:51 | |
*** Mateus has joined #idempiere | 09:52 | |
*** Mateus_ has joined #idempiere | 10:13 | |
*** Mateus has quit IRC | 10:14 | |
*** Mateus_ has quit IRC | 10:26 | |
*** Mateus has joined #idempiere | 10:45 | |
*** CarlosRuiz has quit IRC | 10:49 | |
*** norbertbede has joined #idempiere | 11:03 | |
norbertbede | hi nmicoud | 11:03 |
norbertbede | i have no time still to alfresco testing. however i have a question, your opinion related to zoom across in html reports | 11:04 |
norbertbede | do you have a minute to talk ? | 11:04 |
norbertbede | chat | 11:04 |
*** Mateus has quit IRC | 11:15 | |
nmicoud | hi norbertbede | 11:17 |
nmicoud | for alfresco, i see a plugin : http://wiki.idempiere.org/en/Plugin:_Alfresco_AttachmentProvider | 11:18 |
nmicoud | i haven't tested it but it seems it does same as mine | 11:18 |
nmicoud | for the zoom accros in html report, i see you message but didn't take time to answer | 11:19 |
nmicoud | we can do it now if you want | 11:19 |
norbertbede | i not met this another alfresco plugin | 11:23 |
norbertbede | im internested in chat about html zoom usage | 11:23 |
norbertbede | in my opinion - we should use/imporve your approach to/ generate link and call this stupid simple html way records | 11:24 |
norbertbede | in my case generate link in html report and open record es new tab or popup | 11:24 |
norbertbede | without table direct | 11:24 |
norbertbede | can you imagine this ? | 11:25 |
nmicoud | you mean, open a new tab in the browser ? | 11:25 |
nmicoud | because, AFAIR, when you click on a link in a html report, it opens a popup where you can select report (which generates a new report based on the selected record) or click on window (and it add a tab in iDempiere positionned on the selected record) ; right ? | 11:27 |
norbertbede | yes | 11:29 |
norbertbede | acutal solution require table direct well | 11:29 |
norbertbede | si in case e.g. storage transaction - where you have 10 doctype you need 10 columns, im are right ? | 11:29 |
norbertbede | new way we should have 1 col | 11:30 |
nmicoud | mean that opening a window require a colum with table direct ? if so, perhaps we only need to implement table + reference to open the desired window ? (and maybe have a look in the AD_ZoomDefinition table also) | 11:31 |
norbertbede | yes actually tabledirect only solution | 11:39 |
norbertbede | record know origin (table) and record_id | 11:40 |
norbertbede | so new class - probably new fieldtype ? ensure generate proper new link and opening as new window | 11:41 |
nmicoud | so we should implement same login for this zoom as for zooming within windows ? | 11:41 |
norbertbede | for me important is not use this when login but as normal html reports | 11:42 |
norbertbede | i see your case were open record trough login | 11:42 |
nmicoud | because the path to the record is in the url | 11:42 |
nmicoud | but ok i understand | 11:42 |
norbertbede | in my case i suggest to use existing html - and use urlgenerator to get right url (also pretty url can be later) and open window by new method | 11:43 |
norbertbede | can you suggest any exact solution ? how to improve my requierments ? | 11:50 |
norbertbede | if no we can make design | 11:50 |
nmicoud | can you tell me where the popup is generated ? in which class ? | 11:50 |
norbertbede | cant. im not coder, not discussed with our coders yet | 11:53 |
nmicoud | will try to find it | 11:54 |
norbertbede | mainly important this can be new fieldtype or not | 11:56 |
nmicoud | i think the better solution would be to do the trick with actual fied, no ? | 11:57 |
norbertbede | somewhere i need to define "this column will use zoom this way..." | 11:57 |
norbertbede | actual fied what you mean | 11:57 |
nmicoud | yes | 11:57 |
nmicoud | without adding stuff the the dictionnary | 11:58 |
norbertbede | in print format ? | 11:59 |
nmicoud | i mean iDempiere should be able to generate the correct link without touching the dictionnary or the print format | 12:00 |
norbertbede | i see | 12:02 |
norbertbede | so automatically | 12:02 |
*** CarlosRuiz has joined #idempiere | 12:03 | |
nmicoud | the popup is generated in HTMLExtension.extendIDColumn | 12:03 |
nmicoud | but can't find where it is "decoded" | 12:04 |
norbertbede | probably simple replace existing method | 12:04 |
norbertbede | i mean table direct zoom with this new one | 12:04 |
nmicoud | yes, perhaps the popup should use the link (new method) | 12:06 |
norbertbede | ah. CarlosRuiz being online. wdyt ? | 12:06 |
nmicoud | and when use it directly (seems it is in the init of ZkReportViewer) | 12:06 |
norbertbede | ok. thanks. i will save this chat and try to make a design let you know | 12:17 |
nmicoud | ok | 12:18 |
CarlosRuiz | ?? | 12:38 |
norbertbede | hi | 12:39 |
norbertbede | we are discussing about replace tabledirect zoom into record by nmicoud method using logic table/record when login | 12:39 |
norbertbede | the reason: when e.g. 10 doctypes in materail trasaction reprot then we need 10 columns to have ability drill | 12:40 |
norbertbede | this is wrong i like to have 1 column and open records from 1 column (each reacord schould have own table/recordid | 12:40 |
norbertbede | this could be simple and more standard - latter we should use prettylinks also | 12:41 |
norbertbede | xref https://groups.google.com/forum/#!topic/idempiere/wt_XB3Yg2pg | 12:42 |
norbertbede | original topic | 12:42 |
*** Mateus has joined #idempiere | 12:59 | |
*** Mateus has quit IRC | 13:04 | |
*** Mateus has joined #idempiere | 13:14 | |
CarlosRuiz | norbertbede: don't understand the idea - one column? do you mean - instead of each value having a zoom - you'll have just one value with all the zoom from the record (like the Zoom button on the toolbar on windows?) | 13:23 |
norbertbede | material transaction report consists from e.g. 10 table record (m_inout, m_movement etc.) - if you want open a record from html then you need to show 10 columns each has own table record - user able to open record well | 13:25 |
norbertbede | instead i want show 1 column - representing documentno - to have clickable and - as result open on new tab releveant window/table/record | 13:26 |
norbertbede | for this we should use nmicould login/zoom table/recordid logic | 13:26 |
norbertbede | no more multiple columns only 1 with zoom ability | 13:27 |
*** xapiens has joined #idempiere | 13:54 | |
*** norbertbede has quit IRC | 14:15 | |
*** syvsoft has joined #idempiere | 14:52 | |
*** syvsoft has left #idempiere | 14:53 | |
*** Mateus has quit IRC | 15:09 | |
*** Mateus has joined #idempiere | 15:18 | |
*** norbertbede has joined #idempiere | 15:24 | |
*** Mateus has quit IRC | 15:24 | |
Not-fdd1 | [iDempiere] CarlosRuiz_globalqss pushed 1 commit to release-3.1 [+0/-0/±2] https://bitbucket.org/idempiere/idempiere/commits/ | 16:29 |
Not-fdd1 | [iDempiere] nmicoud 22f604c - IDEMPIERE-2951 Delete all Trace Logs from Monitor should not delete AuthFailure.log | 16:29 |
Not-fdd1 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2951 status set to "Resolved" -assignee set to "Nicolas Micoud" -resolution set to "Fixed" | 16:36 |
Not-fdd1 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2951 | 16:36 |
*** nmicoud has quit IRC | 16:59 | |
*** CarlosRuiz has quit IRC | 17:00 | |
Not-fdd1 | [iDempiere3.1] jenkins built #112 completed (success) http://ci.idempiere.org/job/iDempiere3.1/112/ | 17:02 |
*** Mateus has joined #idempiere | 17:15 | |
*** Mateus has quit IRC | 18:26 | |
*** Mateus has joined #idempiere | 18:44 | |
*** norbertbede1 has joined #idempiere | 18:57 | |
*** norbertbede has quit IRC | 18:57 | |
*** norbertbede1 has quit IRC | 19:06 | |
*** Mateus has quit IRC | 20:11 | |
*** CarlosRuiz has joined #idempiere | 20:33 | |
*** CarlosRuiz has quit IRC | 22:17 | |
*** a42niem has quit IRC | 23:10 | |
*** leo_ has joined #idempiere | 23:25 | |
leo_ | hi... | 23:25 |
leo_ | do you know ny chat plugin for idempiere? | 23:26 |
*** leo_ has quit IRC | 23:26 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!