Hi, it's hard to guess without having details. Maybe you could give us a screenshot with the scheduler entry details and the code of the process (if it's not too long..). Have you looked at the adempiere server log for error messages? If there are no errors you could try to throw an exception from your process right at the beginning of the code - just to make sure that it is started. Best...
2012-05-29 02:01:19 PDT in ADempiere ERP Bus...
Hi Ritchi, this should help you: http://www.adempiere.com/NewFont Best regards, Karsten.
2012-05-21 01:31:24 PDT in ADempiere ERP Bus...
Hi, as far as I understand you don't want to migrate ADempiere (which is migration from an old ADempiere version to the latest one) but 'just' copy your installation from one machine to another one. I think all you have to do is to copy your adempiere folder to the new machine, import the database dump (postgres restore command) and run the RUN_setup.sh Best regards, Karsten.
2012-03-14 04:49:46 PDT in ADempiere ERP Bus...
Hi, as far as I know it is not possible to use it directly. But you can try to define a virtual column to have the result of your SQL query in the context and use the virtual column in your display logic. This approach will have some disatvantages: - virtual columns are updated only after a save of the record - you might have to show the virtual column in the tab to have it in the...
2012-03-14 04:31:58 PDT in ADempiere ERP Bus...
kthiemann added jdaison to the ADempiere ERP Business Suite project.
2012-02-26 23:55:40 PST in ADempiere ERP Bus...
kthiemann made 1 file-release changes.
2012-02-15 02:37:19 PST in ADempiere ERP Bus...
Hi, there is a migration tool at http://adempiere.hg.sourceforge.net/hgweb/adempiere/contribution_kkalice_migrate/ that should allow you to do the migration. It has a detailed documentation: http://adempiere.hg.sourceforge.net/hgweb/adempiere/contribution_kkalice_migrate/raw-file/c7a1639ac951/documentation/Migrate.pdf Hope this helps.. Best regards, Karsten.
2012-02-07 01:28:31 PST in ADempiere ERP Bus...
Hi Norbert, you can do this with a validator. Use the afterComplete for your printing logic. http://www.adempiere.com/ModelValidator You can use org.compiere.print.ReportCtl.startDocumentPrint(..) for the printing. Best regards, Karsten.
2012-01-23 02:09:16 PST in ADempiere ERP Bus...
Hi, http://www.adempiere.com/Virtual_Columns Best regards, Karsten.
2012-01-16 04:13:44 PST in ADempiere ERP Bus...
Hi, it would be good if the id of the html element contains the ad_field_id. Regards Karsten.
2012-01-06 00:19:18 PST in ADempiere ERP Bus...