webERP Forum
No Check Number in GL Trans Table? - Printable Version

+- webERP Forum (http://www.weberp.org/forum)
+-- Forum: webERP Discussion (http://www.weberp.org/forum/forumdisplay.php?fid=1)
+--- Forum: Problems / Bugs? (http://www.weberp.org/forum/forumdisplay.php?fid=8)
+--- Thread: No Check Number in GL Trans Table? (/showthread.php?tid=7981)



No Check Number in GL Trans Table? - VortecCPI - 12-13-2017

Vendors > Enter a Payment to, or Receipt from the Vendor

Payments.php

When using a Check Number it never gets written to the gltrans table. I can see on line 375 and line 385 it is included in the SQL string but the DB transaction does not appear to write it correctly.

Apparently Check Numbers are only written for Type=1 Bank Transactions? Is this correct?

I tried a very simple Payment Entry and the Check Number was not written even though it is a Type=1 Bank Transaction.

Before I dig deeper into this surely somebody else has had the same questions I have, right?

Are you all losing your Check Numbers in the gltrans table?

Looking at the demo data there is not a single Check Number in the gltrans table there either.

i realize we should probably be using the Reference field but since there is code and a field just for Check Number i can only assume something has gone sideways here.


RE: No Check Number in GL Trans Table? - TimSchofield - 12-13-2017

If the cheque number is entered in the top section of the payments screen it is put in the banktrans table which is probably the the correct place, though it can go into the gltrans table as well. The Cheque/Voucher number entered in the bottom part of the screen does go to the gltrans table but against the expense code not the bank account code (you might have multiple voucher numbers for one payment).

Tim


RE: No Check Number in GL Trans Table? - VortecCPI - 12-13-2017

i do not have chequeno in my banktrans table.

[attachment=617]

Is this something new in the coming release?


RE: No Check Number in GL Trans Table? - TimSchofield - 12-13-2017

Ah yes, you are right Paul I hadn't noticed that.

Tim


RE: No Check Number in GL Trans Table? - TurboPT - 01-08-2018

Yes, the chequeno field is contained in files for the next release.

Another user here in the forums has stepped ahead of the current version and also discovered the same missing field, but in another table.