Topic: Bank Statement

Why when print Bank Statement  cannot view all details Person/Items data entry manual ?

Post's attachments

BankStmt.png 13.1 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Bank Statement

It is available in the Bank Transaction Query.
The Bank Statement Report is in reporting/rep601.php.
The field bank_trans.person_id has the necessary person_id value of "Goods Received" in the attachment.
The report gets the Person_id info from the function get_counterparty_name() defined in admin/db/transactions_db.inc. This function does not reference the bank_trans table at all.
Hence we can assume that all internal allocations like "Goods received" from Purchases into Stock Inventory will not have any entry for the Person ID field in this report. The 'type' is listed as 1 in the bank_trans table for such transactions.

@joe: must this be addressed in the code?

Post's attachments

BankTxn_Qry.png 41.4 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.

Re: Bank Statement

Are you updated with the latest repo build. I vannot reproduce this error, either on screen or in rep601.php report.
Everything is ok.

However we are planning an upgrade to 2.4.2, due to a couple of bugs.

/Joe

Re: Bank Statement

Plain Vanilla install of Git Master FA 2.4.1 with demo data and Bank Statement has empty PersonID instead of "Goods Received". See Attachment.

@joe: Please provide demo company bank statement from your install if different. The demo data simple does not have the said description in any table other than bank_trans and the data acquisition function does not get it from there.

Post's attachments

2017-07-18_065255.png 45.9 kb, file has never been downloaded. 

You don't have the permssions to download the attachments of this post.