-
Hi ,
i recommend take a look at DocumentEngine.getValidActions() method
you should hard code actions base on table.
2010-01-07 13:05:16 UTC in ADempiere ERP Business Suite
-
after you create print format with image field that assign to column in database that
indicates to image url and also image generates dynamically base on parameters in report and process ,
report engine always loads first image, even cache reset does not refresh print format to load new image.
2009-12-23 14:05:11 UTC in ADempiere ERP Business Suite
-
After you click mouse in empty header area you 've got this exception
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException
at org.compiere.model.GridTable.sort(GridTable.java:715)
at org.compiere.grid.VTable.sort(VTable.java:148)
at org.compiere.swing.CTable$CTableMouseListener.mouseClicked(CTable.java:448)
at...
2009-12-19 16:11:17 UTC in ADempiere ERP Business Suite
-
Hi , I could not reproduce error but obviosly error comes from
VCellRenderer.java line 207
// Number
else if (DisplayType.isNumeric(m_displayType))
retValue = m_numberFormat.format(value);
that refer to your number format set in your language login
also see DiplayType.getNumberFormat
Hint : change your log level in Tools >> preferences to get
more info.
2009-12-08 12:56:11 UTC in ADempiere ERP Business Suite
-
Hi,
you should define window for your table in
table and column window as below
1. login with sys admin
2. open table and column window
3. choose your table (XX_Material)
4. define window from window combo box.
2009-12-07 14:53:34 UTC in ADempiere ERP Business Suite
-
> Blockquote You mean there are some other way in Adempiere to do so
yes , there are . to writing calout see this page
http://www.adempiere.com/index.php/Callout
implictly you can do this in MClass.
2009-12-05 07:56:05 UTC in ADempiere ERP Business Suite
-
it's depend where you want to apply this validation i think
you need create a callout and check validation and show pop up
with this
mTab.fireDataStatusEEvent(MsgName, Msg , true);.
2009-12-02 15:33:41 UTC in ADempiere ERP Business Suite
-
Open Language.java if you want to change it from source
you see format and language in this file.
2009-10-15 16:46:12 UTC in ADempiere ERP Business Suite
-
Thanx Karsten it really helped.
2009-09-26 13:26:04 UTC in ADempiere ERP Business Suite
-
Hi,
I created Simple workflow with apps process Node that assign to
a process after i complete workflow, state in process node is always
RUNNING then workflow stops and does not go to next node
Workflow nodes are
Start => prepare => complete => Process node => Window
any suggestion to fix this issue ?.
2009-09-22 13:39:22 UTC in ADempiere ERP Business Suite