-
I agree that the process should be to cancel the cheque and then raise another - although perhaps it could be implemented in a form to make it easier for the user.
After all - you need to call the bank and ask them to cancel the cheque (or do it online).
You should not be able to see the cheque in the bank rec ......
Mike.
2009-10-23 20:17:04 UTC in ADempiere ERP Business Suite
-
I wonder whether when you update sf, you go to a master server - and this is only replicated for the masses some time later. Would this be a possible explanation?
Mike.
2009-09-29 06:13:59 UTC in ADempiere ERP Business Suite
-
I've reviewed the input data and by changing it - this 'bug' is not needed. In testing, I found that certain fields when defaulting to N (such as the processing column) changes the state of the record to a closed state in error. Perhaps we should capture this in the null test back up the execution stack.
2009-09-21 07:57:16 UTC in ADempiere ERP Business Suite
-
When the column class is Boolean, the value passed is sometimes an empty string. This should default to false on a YesNo field - currently it is not captured and the String class type is executed throwing an exception.
Are there any flow on issues if I add the additional case "".equals(value) as follows (line 736)?:
// Set Boolean
else if (p_info.getColumnClass(index) ==...
2009-09-21 07:04:29 UTC in ADempiere ERP Business Suite
-
fixed in rev 10290. Thanks for the suggestion Carlos!
2009-09-21 03:08:00 UTC in ADempiere ERP Business Suite
-
mjudd committed revision 10290 to the ADempiere ERP Business Suite SVN repository, changing 1 files.
2009-09-21 03:04:42 UTC in ADempiere ERP Business Suite
-
I've commented this out however, doing so would break compatibility with java 1.5 & possibly java 1.4. I'm not sure how to proceed unless we move towards java 6. Probably best to add a comment to the file ?.
2009-09-21 02:02:15 UTC in ADempiere ERP Business Suite
-
fixed in rev 10289.
2009-09-21 02:00:24 UTC in ADempiere ERP Business Suite
-
mjudd committed revision 10289 to the ADempiere ERP Business Suite SVN repository, changing 1 files.
2009-09-21 01:59:21 UTC in ADempiere ERP Business Suite
-
Missing DisplayType.Search in ImportHelper causes search fields to be allocated String parameters in SQL instead of Integer - this causes an exception at run time.
2009-09-21 01:44:16 UTC in ADempiere ERP Business Suite