*** a42niem has quit IRC | 00:18 | |
*** Danielc1234_ has joined #idempiere | 01:13 | |
Danielc1234_ | hi all, does Adempiere have an online demo available? I did not see anywhere that they do. | 01:14 |
---|---|---|
Not-ae23 | [iDempiere] hengsin pushed 2 commits to development [+0/-0/±4] https://bitbucket.org/idempiere/idempiere/commits/ | 02:12 |
Not-ae23 | [iDempiere] hengsin 244fce3 - IDEMPIERE-2114 Session is not closed when closing the tab. Integrate patch from hieplq. | 02:12 |
Not-ae23 | [iDempiere] hengsin 5507ad4 - IDEMPIERE-2245 Platform Upgrade for r3. Replace repo1.maven.org with central.maven.org as suggested by hieplq. | 02:12 |
*** is-mw2 has joined #idempiere | 02:14 | |
*** is-mw has quit IRC | 02:15 | |
*** Danielc1234_ has quit IRC | 02:35 | |
*** hieplq has quit IRC | 02:45 | |
*** jmpiloq_ has quit IRC | 05:47 | |
*** norbertbede has joined #idempiere | 05:50 | |
*** norbertbede has quit IRC | 05:52 | |
*** norbertbede has joined #idempiere | 05:53 | |
*** hieplq has joined #idempiere | 05:56 | |
*** a42niem has joined #idempiere | 06:14 | |
*** a42niem_ has joined #idempiere | 06:14 | |
*** a42niem_ has left #idempiere | 06:15 | |
*** norbertbede has quit IRC | 06:25 | |
*** a42niem_ has joined #idempiere | 06:41 | |
*** a42niem_ has left #idempiere | 06:42 | |
*** a42niem_ has joined #idempiere | 06:48 | |
*** a42niem_ has left #idempiere | 06:50 | |
*** andrei_miron has joined #idempiere | 06:52 | |
*** andrei_miron has quit IRC | 07:07 | |
*** andrei_miron has joined #idempiere | 07:22 | |
Not-ae23 | [IDEMPIERE] norbert.bede updated IDEMPIERE-2309 Attachment set to "landingpage_ID3_v4.png" | 07:25 |
Not-ae23 | [IDEMPIERE] changes: button "Go to Login" changed to "Try DEMO" + color orange changed to gray with icon and little white stroke. | 07:25 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2309 | 07:25 |
*** KermitTheFragger has joined #idempiere | 07:41 | |
*** nmicoud has joined #idempiere | 07:47 | |
Not-ae23 | [IDEMPIERE] hengsin updated IDEMPIERE-2367 | 07:52 |
Not-ae23 | [IDEMPIERE] <= 1000 doesn't really takes up much memory but I'm fine to remove that cache since it does simplify the code. I think default of 2 page is too little, should cache at least 4/5 page. | 07:52 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2367 | 07:52 |
*** hieplq has quit IRC | 08:54 | |
*** coenraad has joined #idempiere | 09:48 | |
*** coenraad has quit IRC | 10:00 | |
*** coenraad has joined #idempiere | 10:12 | |
*** is-mw2 has quit IRC | 10:17 | |
*** is-mw has joined #idempiere | 10:24 | |
*** norbertbede has joined #idempiere | 10:26 | |
*** hieplq has joined #idempiere | 10:38 | |
Not-ae23 | [IDEMPIERE] hieplq updated IDEMPIERE-2300 labels set to "+Patch zk7" -Attachment set to "IDEMPIERE-2300.patch" | 10:45 |
Not-ae23 | [IDEMPIERE] by my investigate: when user do lost focus and click refresh has some action as below: 1. a "rmdesktop" request to server is fire to remove current desktop 2. textbox user name auto get focus, so a new focus event is fire and sent to server but rmdesktop is removed at step1 => it will make a response to redirect to timeout page. line 552 class DHtmlUpdateServlet 3. at same time request to indext.zul is fire by browse (to refresh page) 2 an | 10:45 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2300 | 10:45 |
Not-ae23 | [IDEMPIERE] hieplq updated IDEMPIERE-2300 status set to "Peer Review Queue" | 10:45 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2300 | 10:45 |
*** binario01 has joined #idempiere | 11:22 | |
*** is-mw has quit IRC | 11:36 | |
*** is-mw has joined #idempiere | 11:46 | |
*** norbertbede has quit IRC | 12:00 | |
*** red1 has joined #idempiere | 12:28 | |
*** ChanServ sets mode: +o red1 | 12:29 | |
red1 | xin cao hieplq | 12:29 |
hieplq | good evening mr red1. | 12:30 |
red1 | wana ask remember how to get a doc object in idempiere | 12:30 |
red1 | when not know the object name? | 12:30 |
red1 | for example, if u do not know if it is Order or Invoice but wants to get it | 12:31 |
red1 | i forgot which API to use | 12:31 |
red1 | i want to do it for DocBook, to pass the tab and return the object data | 12:31 |
red1 | if Tab is C_Order then select from c_order | 12:31 |
red1 | is there a query method for this? | 12:32 |
red1 | instead of StringBuilder dataSQL = new StringBuilder("SELECT * FROM "+table.getTableName()) | 12:32 |
red1 | and then execute the dataSQL and then retrieve the model object.. is too long | 12:32 |
hieplq | from MTab object you want get Model of this tab? | 12:34 |
red1 | yes.. its underlying data | 12:35 |
red1 | i already get its tab model.. for DocBook | 12:36 |
red1 | now i want a <data> link when click go to its records | 12:36 |
red1 | so its easy for users | 12:36 |
red1 | i will export its (COUNT) no of records | 12:36 |
red1 | then listing of the records | 12:36 |
red1 | so now users no need to launch PG or iDempiere | 12:37 |
red1 | to check info about their ERP and data | 12:37 |
red1 | its for quick debugging | 12:37 |
hieplq | from MTab i think can't direct get this info | 12:39 |
hieplq | in Import, export csv, has code to load info in gridTab | 12:40 |
hieplq | i think it will suitable for you | 12:40 |
hieplq | ImportCSVProcess | 12:41 |
red1 | What about from MTable? | 12:42 |
red1 | or PO, POInfo | 12:42 |
red1 | as they are related | 12:42 |
hieplq | MTable or MTab is only metadata | 12:43 |
red1 | Mtab > MTable > (C_Order) | 12:43 |
*** coenraad has quit IRC | 12:43 | |
red1 | i think i will use my above crude way | 12:43 |
red1 | the use MTable.getColumns | 12:43 |
hieplq | you must use GridTab to load record. affter that you can investigate | 12:44 |
red1 | its many steps | 12:44 |
red1 | i just want to reuse the method.. not for grid but docbook export | 12:44 |
red1 | maybe in grid use that method | 12:44 |
red1 | ? | 12:44 |
hieplq | you need info about how many record in a grid | 12:45 |
red1 | how many in table | 12:45 |
hieplq | you must use grid to get info and count it or find out more from it. | 12:45 |
red1 | no need grid | 12:46 |
red1 | its just Select (count) from <Mtable.TableName> | 12:46 |
hieplq | not need fillter? | 12:47 |
red1 | what you think about MTable public PO getPO(? | 12:47 |
red1 | i start with no filter | 12:47 |
red1 | later i can filter to paging | 12:47 |
red1 | if more records | 12:47 |
hieplq | it's PO of MTable. | 12:47 |
red1 | maybe finally this works: po = getPO(rs, trxName); | 12:48 |
red1 | from the PO i can retrieve all i want | 12:48 |
*** coenraad has joined #idempiere | 12:50 | |
*** a42niem_ has joined #idempiere | 13:08 | |
*** a42niem_ has left #idempiere | 13:09 | |
*** binario01m has joined #idempiere | 13:23 | |
*** guischarf has joined #idempiere | 13:26 | |
*** guischarf has quit IRC | 13:27 | |
*** norbertbede has joined #idempiere | 13:38 | |
*** norbertbede1 has joined #idempiere | 13:39 | |
*** norbertbede has quit IRC | 13:43 | |
*** coenraad has quit IRC | 13:48 | |
*** aguerra has joined #idempiere | 14:02 | |
*** aguerra has quit IRC | 14:04 | |
*** red1 has quit IRC | 14:06 | |
*** CarlosRuiz has joined #idempiere | 14:17 | |
*** ChanServ sets mode: +o CarlosRuiz | 14:17 | |
Not-ae23 | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-2114 status set to "Resolved" -resolution set to "Fixed" | 14:19 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2114 | 14:19 |
*** hieplq has quit IRC | 15:01 | |
Not-ae23 | [IDEMPIERE] cboecking created IDEMPIERE-2410 Add Phase parameter to Generate PO from Project process | 15:43 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2410 | 15:43 |
Not-ae23 | [IDEMPIERE] cboecking updated IDEMPIERE-2410 description set to "Update existing Generate PO from Project process to add "Phase" option. Doing so allows you to generate your POs on a phase by phase basis. This is important if you are performing any type of long-running construction or manufacturing project. See attachments: * patch * pack out for process parameter changes Regards, Chuck Boecking erp-academy.chuckboecking.com " | 15:44 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2410 | 15:44 |
Not-ae23 | [IDEMPIERE] nmicoud created IDEMPIERE-2411 FDialog.ask with title, AD_Message and msg | 15:55 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2411 | 15:55 |
Not-ae23 | [IDEMPIERE] nmicoud updated IDEMPIERE-2411 Attachment set to "IDEMPIERE-2411.patch" | 15:59 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2411 | 15:59 |
Not-ae23 | [IDEMPIERE] nmicoud updated IDEMPIERE-2411 assignee set to "Carlos Antonio Ruiz Gomez" | 15:59 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2411 | 16:00 |
Not-ae23 | [IDEMPIERE] nmicoud updated IDEMPIERE-2411 status set to "Peer Review Queue" | 16:00 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2411 | 16:00 |
Not-ae23 | [IDEMPIERE] nmicoud updated IDEMPIERE-2411 labels set to "+Patch" | 16:00 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2411 | 16:00 |
binario01 | Hi all, How can I make the server logging more verbose ? | 16:11 |
*** andrei_miron has quit IRC | 16:26 | |
*** norbertbede1 has quit IRC | 16:28 | |
*** coenraad has joined #idempiere | 16:28 | |
*** nmicoud has left #idempiere | 16:29 | |
*** KermitTheFragger has quit IRC | 16:34 | |
CarlosRuiz | binario01 -> https://groups.google.com/d/msg/idempiere/7QaJz1Kez_w/-fjDRTS9aWoJ | 16:54 |
*** norbertbede has joined #idempiere | 16:56 | |
*** norbertbede has quit IRC | 17:01 | |
*** norbertbede has joined #idempiere | 17:29 | |
*** coenraad has quit IRC | 17:41 | |
*** binario01 has left #idempiere | 17:51 | |
*** a42niem has quit IRC | 17:59 | |
Not-ae23 | [IDEMPIERE] cboecking created IDEMPIERE-2412 Generate Production from Project with Phase - New Process | 19:10 |
Not-ae23 | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-2412 | 19:10 |
*** jmpiloq_ has joined #idempiere | 21:01 | |
*** binario01 has joined #idempiere | 21:15 | |
*** norbertbede has quit IRC | 21:16 | |
*** AdamTang has joined #idempiere | 22:33 | |
AdamTang | Morning to all from Malaysia. | 22:33 |
*** norbertbede has joined #idempiere | 22:34 | |
CarlosRuiz | Hello AdamTang | 22:35 |
AdamTang | hello the great CarlosRuiz :) | 22:35 |
CarlosRuiz | so you're neighbor with Heng Sin and Redhuan | 22:35 |
AdamTang | Heng Sin has helped me in 2013 on a small idempiere project for billing for a company :) | 22:36 |
AdamTang | I am still chasing Redhuan but no chance to meet him :D | 22:36 |
CarlosRuiz | :) | 22:36 |
AdamTang | i have just joined a company for a customized wms coding. examine right now our buddy, idempiere. | 22:37 |
AdamTang | Mr. CarlosRuiz, i might need to load data or even update a column on an external database said MsSQL their legacy system or their current accounting system. Do we have standard way to do that? | 22:40 |
CarlosRuiz | not std - you need to code something | 22:41 |
AdamTang | is it ok if i code normal jdbc codes inside my plugin project which is going to plug into idempiere? | 22:42 |
AdamTang | i loves the way we just create object, set properties and push for save in idempiere model kind of coding. | 22:43 |
*** norbertbede has quit IRC | 22:45 | |
AdamTang | 1 final question, said i want to add 2 columns into sales invoice form and i will need to write coding for those columns on save, what should i do so that if i update the core coding, it won't wipe out my coding? a plugin project? | 22:49 |
CarlosRuiz | yes - a model validator plugin is the easier to fill a couple of columns | 22:50 |
AdamTang | hi Carlos, jdbc coding to pull data and push update external database is ok right? or we can utilize some kind of facility in idempiere? | 22:54 |
CarlosRuiz | yes - that sounds one of the possible approaches | 22:55 |
AdamTang | Thanks man for solving my sad :D | 22:55 |
AdamTang | in addition, i feel like idempiere is kind of buying things, doing things and selling things. do we have any modules for WMS which is not selling things and buying things but item move there and here? | 22:57 |
*** binario01 has joined #idempiere | 23:23 | |
CarlosRuiz | AdamTang, see Material Management menu | 23:29 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!