Not-520a | [iDempiereDaily] jenkins built #540 completed (failure) http://ci.idempiere.org/job/iDempiereDaily/540/ | 02:35 |
---|---|---|
*** aoslee has joined #idempiere | 02:53 | |
*** nmicoud has joined #idempiere | 06:03 | |
*** a42niem has joined #idempiere | 06:09 | |
Not-520a | [IDEMPIERE] mpowacht updated IDEMPIERE-1546 | 07:45 |
Not-520a | [IDEMPIERE] Hi Carlos, I debugged the issue deeper and here is what a found: It seems my fragment class "com.xxxxxxxxxx.idempiere.plugin.HSBCiFilePmtExport" (with host plug-in=org.adempiere.ui.zk) is found but can't be loaded: m_PaymentExport = NULL after calling PayPrint.java=> "Class<?> clazz = Class.forName (m_PaymentExportClass); m_PaymentExport = (PaymentExport)clazz.newInstance();" If I remove the class from | 07:45 |
Not-520a | bank account, the system loads the generic payment export class and the button is not greyed out. I implement the PaymentExport interface with method signature "public int exportToFile(MPaySelectionCheck[] checks, File file, StringBuffer err)" and I return "return noLines" I also updated my class to include the new methods according to your new interface PaymentExport and rebuilt the fragment. Any ideas? Michael | 07:45 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1546 | 07:45 |
Not-520a | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-1546 | 08:58 |
Not-520a | [IDEMPIERE] Hi [~mpowacht], as a fragment - the test I did I set the host plugin to org.adempiere.base - you say yours is in org.adempiere.ui.zk, that can be the cause about not being able to load it. This option is intended for backward compatibility, so the old classes must keep working, you don't need to change them, or add new methods. If you change your class to use/add the new way, then do I think is better you | 08:58 |
Not-520a | migrate to the plugin approach (not a fragment). You can see the attachment de.bozem.sepa_ModifiedNewApproach.tbz for an example about how to implement it. | 08:58 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1546 | 08:58 |
Not-520a | [IDEMPIERE] mpowacht updated IDEMPIERE-1546 | 09:14 |
Not-520a | [IDEMPIERE] Hi Carlos, adding to above, I just realized I wouldn't have had to implement these methods as they were defined as Java8-"default" methods in interface PaymentExport. So the problem must lie somewhere else. | 09:14 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1546 | 09:14 |
Not-520a | [IDEMPIERE] mpowacht updated IDEMPIERE-1546 | 09:15 |
Not-520a | [IDEMPIERE] Thanks Carlos, I'll check that out if it's possible via host plug-in org.adempiere.base. | 09:15 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-1546 | 09:15 |
Not-520a | [IDEMPIERE] tbayen updated IDEMPIERE-3526 | 10:07 |
Not-520a | [IDEMPIERE] I found this bug while we used the bank statement import table to create/modifiy entries. This bug is very annoying for us. Our first impression was that the bug did not activate the "Save" button. But testing showed that the combobox fields do not set any value. That means when I save the record the written values are different from what I see on the screen. That is not acceptable. The bug arises at | 10:07 |
Not-520a | editing old records and also at new created records. | 10:07 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3526 | 10:07 |
Not-520a | [IDEMPIERE] tbayen updated IDEMPIERE-3526 | 10:09 |
Not-520a | [IDEMPIERE] I found this bug while we used the bank statement import table to create/modifiy entries. This bug is very annoying for us. Our first impression was that the bug did not activate the "Save" button. But testing showed that the combobox fields do not set any value. That means when I save the record the written values are different from what I see on the screen. That is not acceptable. The bug arises at | 10:09 |
Not-520a | editing old records and also at new created records. The bug was not in our old version before the update. | 10:09 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3526 | 10:09 |
Not-520a | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3526 priority set to "Critical" | 10:28 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3526 | 10:28 |
*** CarlosRuiz has joined #idempiere | 14:18 | |
*** norbertbede has joined #idempiere | 14:21 | |
norbertbede | hi all | 14:21 |
norbertbede | @CarlosRuiz, what you mean about REST implementation | 14:21 |
norbertbede | i know some changes on vaadin online, solution, however most of today js works in REST json world | 14:22 |
norbertbede | would like to hear your opintion | 14:23 |
CarlosRuiz | Hi norbertbede | 14:46 |
CarlosRuiz | you mean to write a client using JSON/REST? | 14:46 |
CarlosRuiz | I think what Pedro Rozo wrote in forums is right | 14:47 |
CarlosRuiz | https://groups.google.com/d/msg/idempiere/_7Sljegs_qc/v633olRJAgAJ | 14:47 |
CarlosRuiz | Similar topic I also found this reading very interesting: | 14:51 |
CarlosRuiz | http://www.tonymarston.net/php-mysql/3-tier-architecture.html#different-presentation-layers | 14:51 |
Not-520a | [IDEMPIERE] hieplq created IDEMPIERE-3531 move idempiere build to maven tycho | 15:00 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3531 | 15:00 |
norbertbede | i mean improve or create new endpoint for REST data operation | 15:05 |
norbertbede | based on true REST approach | 15:06 |
Not-520a | [IDEMPIERE] hieplq updated IDEMPIERE-3530 | 15:06 |
Not-520a | [IDEMPIERE] my opinion is get rib of "is active" on inventory line make it consistent with other *line. in case you have to use it, change code on MInventory.getLines to .setOrderBy(MInventoryLine.COLUMNNAME_Line).setOnlyActiveRecords(true). | 15:06 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3530 | 15:06 |
Not-520a | [IDEMPIERE] hieplq updated IDEMPIERE-3530 | 15:07 |
Not-520a | [IDEMPIERE] hi [~carlosruiz_globalqss], do you know any reason to have isActive on Inventory line? | 15:07 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3530 | 15:07 |
norbertbede | we are slowly working on IONIC mobile client but we have issues with communication, while mobile app frameworks are supports REST and JSON | 15:07 |
norbertbede | probably you heard something from others trek etc. else we start to work on it | 15:07 |
Not-520a | [IDEMPIERE] nmicoud created IDEMPIERE-3532 Remove hardcoded values for InfoInvoiceWindow (BPartnerID / IsSOTrx) and InfoPaymentWindow (IsSOTrx) | 15:10 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:10 |
CarlosRuiz | no, norbertbede, haven't seen that - what I've seen is work on specific apps - not a generic mobile client | 15:22 |
Not-520a | [IDEMPIERE] carlosruiz_globalqss updated IDEMPIERE-3530 | 15:24 |
Not-520a | [IDEMPIERE] [~hieplq], is *mpiere model - all tables must have IsActive flag and an inactive record must be considered as deleted. So, I think we have a lot of bugs like what [~aconn] is reporting here - most queries on functional stuff not filtering IsActive can be considered an issue. Regards, Carlos Ruiz | 15:24 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3530 | 15:24 |
Not-520a | [IDEMPIERE] nmicoud updated IDEMPIERE-3532 Attachment set to "IDEMPIERE-3532.patch" | 15:26 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:26 |
Not-520a | [IDEMPIERE] nmicoud updated IDEMPIERE-3532 assignee set to "Carlos Ruiz" | 15:26 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:26 |
Not-520a | [IDEMPIERE] nmicoud updated IDEMPIERE-3532 status set to "Peer Review Queue" | 15:26 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:26 |
Not-520a | [IDEMPIERE] nmicoud updated IDEMPIERE-3532 | 15:27 |
Not-520a | [IDEMPIERE] Hi [~carlosruiz_globalqss], The patch removes hardcoded values and replace them with default values on the InfoColumn Regards, Nicolas | 15:27 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:27 |
*** CarlosRuiz has quit IRC | 15:28 | |
*** CarlosRuiz has joined #idempiere | 15:28 | |
Not-520a | [IDEMPIERE] nmicoud updated IDEMPIERE-3532 labels set to "+Patch" | 15:28 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3532 | 15:28 |
*** norbertbede has quit IRC | 15:42 | |
*** CarlosRuiz has quit IRC | 16:39 | |
Not-520a | [IDEMPIERE] hieplq updated IDEMPIERE-3530 | 16:42 |
Not-520a | [IDEMPIERE] document table have status column for delete case (reverse status) and almost *line don't show isActive column. so i think for this case just hidden isActive column | 16:43 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3530 | 16:43 |
*** nmicoud has quit IRC | 16:46 | |
*** norbertbede has joined #idempiere | 17:15 | |
*** ecelis has left #idempiere | 17:26 | |
*** norbertbede has quit IRC | 18:07 | |
Not-520a | [IDEMPIERE] hieplq created IDEMPIERE-3533 reuse browse tab when open idempiere from a destop app (or ever from other web app) | 18:35 |
Not-520a | [IDEMPIERE] http://idempiere.atlassian.net/browse/IDEMPIERE-3533 | 18:35 |
*** a42niem has quit IRC | 23:09 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!