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)
ProcessInfo info = process.execute(trxName);
if (info.isError())
throw new AdempiereException(info.getThrowable().toString());
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.