ADempiere Business Suite ERP/CRM/MFG/SCM/POS done the Bazaar way in an open and unabated fashion. Focus is on the Community that includes Subject Matter Specialists, Implementors and End-Users.
yamelsenih on develop
#3266 Error in calculating quan… (compare)
e-Evolution on develop
Adding a clear method to empty … Adding a clear method to empty … Merge pull request #3240 from O… (compare)
private void assertProcessWasSuccessful(ProcessInfo info) {
assertFalse(info.isError());
assertEquals("OK", info.getSummary());
}
@Test
@DisplayName("When passed no parameters, then the process should "
+ "succeed")
final void whenNoParameters_doItReturnsOk() throws Exception {
ProcessInfo info = process.execute(trxName);
assertProcessWasSuccessful(info);
}
Other proiblem that I found was that report to @yamelsenih Yamel , the table FM_Batch have not DateAcct then the return Client Accounting Processor return an NPE for this reason
Here is the fix adempiere/adempiere#3226
@yamelsenih @e-Evolution Travis CI builds don't seem to be running. There may be a credit issue as they move from travis-ci.org to travis-ci.com. It should still be free for Open Source projects. Can you check it out?
Hi @mckayERP thanks, Travis now have plans for free and pay for. I change this to github actions and is ok, here a merge: https://github.com/adempiere/adempiere/runs/1746527315
hello @/all as you may know, the next release (3.9.4) is on February 1st, 2021.
There are some pull requests where we'd need support from community members, like the ones concerning moving to JDK 10 and 11 (adempiere/adempiere#1941 y https://github.com/adempiere/adempiere/pull/2326).
Also helpful would be to test the improvements on Client Account Processor ( adempiere/adempiere#3336)
Thanks in advance for your support.
BUILD FAILED
/home/runner/work/adempiere/adempiere/utils_dev/build.xml:21: The following error occurred while executing this line:
/home/runner/work/adempiere/adempiere/base/build.xml:218: Problem: failed to create task or type junitlauncher
Cause: the class org.apache.tools.ant.taskdefs.optional.junitlauncher.JUnitLauncherTask was not found.
This looks like one of Ant's optional components.
Action: Check that the appropriate optional JAR exists in
-/usr/share/ant/lib
-/home/runner/.ant/lib
-a directory added on the command line with the -lib argument
Do not panic, this is a common problem.
The commonest cause is a missing JAR.
This is not a bug; it is a configuration problem