*** norbertbede1 has quit IRC | 04:17 | |
*** norbertbede has joined #idempiere | 07:10 | |
JanThielemann | goog morning @ all | 07:28 |
---|---|---|
*** nmicoud has joined #idempiere | 07:31 | |
*** KermitTheFragger has joined #idempiere | 07:58 | |
JanThielemann | hey guys, i'm playing around with the new status line/quick info widget | 08:04 |
JanThielemann | is it possible to get the current table from the context? i'm looking for something like "select updated from @CurrentTable@" | 08:05 |
nmicoud | hi Jan, what about @Updated@ ? | 08:06 |
nmicoud | i don't think you need to know the table | 08:06 |
JanThielemann | select @updated@? | 08:08 |
nmicoud | perhaps select @updated@ from dual could work | 08:08 |
nmicoud | but why do you need it through sql ? | 08:09 |
JanThielemann | as far as i understand i need to configure the status line or quick info in the status line window | 08:09 |
JanThielemann | an there you have to provide sql | 08:09 |
nmicoud | yes | 08:09 |
nmicoud | checking | 08:11 |
JanThielemann | SELECT '@Updated@' | 08:12 |
JanThielemann | this works | 08:12 |
JanThielemann | had to use ' | 08:12 |
JanThielemann | becauseupdated is a date | 08:12 |
JanThielemann | that is really cool | 08:13 |
nmicoud | :) | 08:13 |
JanThielemann | last modified at {0,time} on {0,date} | 08:13 |
JanThielemann | is my message | 08:13 |
JanThielemann | SELECT '@Updated@' | 08:13 |
JanThielemann | is my status line | 08:13 |
JanThielemann | and it can be used in every window since it's not bound to a table | 08:14 |
nmicoud | perfect :) | 08:14 |
nmicoud | i was about to say that, it could be in the standard | 08:14 |
JanThielemann | :) | 08:14 |
*** hasnayeen has joined #idempiere | 08:17 | |
hasnayeen | hello | 08:18 |
hasnayeen | my aadempiere server is shutting down automatically, anybody know the reason?? | 08:19 |
JanThielemann | sure | 08:20 |
JanThielemann | but i won't tell you :D | 08:20 |
JanThielemann | hasnayeen: saying your server is shutting down and if anybody knows the reason is like i would aks you if you know why my car is making this noise sometimes | 08:21 |
JanThielemann | we need more information | 08:21 |
JanThielemann | can you provide log files? | 08:21 |
JanThielemann | when did the server start tot shut itself down or is it a new system? | 08:21 |
hasnayeen | https://gist.github.com/Hasnayeen/8fa78318f74efb59cf0b | 08:27 |
hasnayeen | ^ log file | 08:27 |
*** hieplq has joined #idempiere | 08:39 | |
hasnayeen | log file - https://gist.github.com/Hasnayeen/8fa78318f74efb59cf0b | 08:46 |
JanThielemann | i don't see errors here | 09:02 |
JanThielemann | however, this is idempiere and i also never used adempiere 3.8... could be anything | 09:03 |
JanThielemann | why not change to idempiere? :) | 09:03 |
tbayen | That is ADempiere 3.8.0. Afaik this is not yet declared as a stable version. | 09:18 |
tbayen | If you ask me only iDempiere can be declared as stable and 3.8 will never be. But you may ask the ADempiere guys about that. ;-) | 09:18 |
tbayen | Look if you have other logs. Or try to start it from console to see the output on stdout. There should be some message when the server crashes. This is jboss. That should not crash without a word. | 09:20 |
*** hieplq has quit IRC | 09:25 | |
*** hieplq has joined #idempiere | 09:26 | |
*** infoder has joined #idempiere | 09:34 | |
*** hieplq has quit IRC | 09:47 | |
infoder | Hi, is there any kind of process that allows creating mandatory column when you create a new table | 10:06 |
nmicoud | Hi You can have a look there : https://idempiere.atlassian.net/browse/IDEMPIERE-1847 | 10:07 |
tbayen | When I create a new table I first copy an existing one and change it. I often use FreightCategory for that because it contains the needed columns but not many unneeded rubbish. | 10:12 |
infoder | i see in one compiere customisation a buttton on all the tables in ad_table that allow create a new mandatory column(compiere column) | 10:31 |
infoder | "'AD_Client_ID','AD_Org_ID','Created','CreatedBy','UpdatedBy','Updated','IsActive'" | 10:31 |
infoder | it's a process that add and synchronize this column in the dataBase | 10:32 |
nmicoud | it is what i've done in https://idempiere.atlassian.net/browse/IDEMPIERE-1847. It create a new table with mandatory column, and if needed workflow, ... Still not integrated in trunk, but feedback would be appreciated | 10:35 |
tbayen | The idea is good. I think that is what nmicoud did in his issue. But is seems not yet integrated into trunk. Up to now you can use my method of copying an old table. You can even create a "template" table and use that to copy it if you want. | 10:36 |
JanThielemann | i like this feature | 10:39 |
JanThielemann | i voted for it | 10:39 |
JanThielemann | i wonder why i haven't implemented it years ago by myself xD | 10:39 |
nmicoud | :D | 10:39 |
infoder | yes great, i will attached my customization in the Ticket, please take a look and give me a feedback | 10:45 |
infoder | i think this process should in the table window :) | 10:46 |
infoder | the comment and the code is on this Ticket https://idempiere.atlassian.net/browse/IDEMPIERE-1847 | 11:07 |
nmicoud | but i think your code is not 100% compatible with idempiere. There is no com.audaxis package, no POExtended and no ProcessStarter Please provide everything | 11:08 |
infoder | ok i will check | 11:10 |
infoder | i will do all of the work even the pack out | 11:12 |
nmicoud | thanks | 11:19 |
infoder | you welcom | 11:20 |
hasnayeen | in adempiere 3.8 no error shows, any solution?? | 11:58 |
*** hasnayeen has quit IRC | 14:23 | |
infoder | I update the Ticket https://idempiere.atlassian.net/browse/IDEMPIERE-1847 | 15:34 |
infoder | to refreche memory, I add "iDempiere Fields" process to the Table and Column window, this button allows to add all the mandatory iDempiere fields to the current table | 15:35 |
infoder | please check it and give me a feedback :) | 15:36 |
*** infoder has quit IRC | 16:12 | |
*** norbertbede has quit IRC | 16:39 | |
*** KermitTheFragger has quit IRC | 16:45 | |
*** norbertbede has joined #idempiere | 17:45 | |
*** norbertbede has quit IRC | 18:08 | |
*** nmicoud has quit IRC | 18:19 | |
*** a42niem has joined #idempiere | 18:37 | |
*** infoder has joined #idempiere | 18:37 | |
*** angelbreath has joined #idempiere | 18:51 | |
angelbreath | is idempiere erp working and functional? I setup a new client but whatever i log-in (system, admin, superuser) i cant have access in most of the things | 18:58 |
*** angelbreath has quit IRC | 19:19 | |
*** infoder has quit IRC | 19:27 | |
*** a42niem has quit IRC | 23:13 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!