Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post matching GRNs to Invoices does not clear accrual #179

Open
steveblamey opened this issue Oct 24, 2018 · 1 comment
Open

Post matching GRNs to Invoices does not clear accrual #179

steveblamey opened this issue Oct 24, 2018 · 1 comment

Comments

@steveblamey
Copy link
Member

GRNs can be accrued via https://demo.uzerp.com/?pid=865&action=accrual&controller=porders&module=purchase_order and a posting made to the general ledger for the order line value that relates to the received line as follows
DR GL code from order line
CR Accruals control
The status of the GRN is set to 'A' - i.e. accrued

When an invoice is received and matched to an accrued GRN this entry is reversed as part of the posting process. The GRN and order line are set to invoiced.

Once a GRN is accrued it cannot be cancelled. There is, however, a facility to write back this accrual without clearing the GRN as follows
https://demo.uzerp.com/?pid=912&action=grn_write_off&controller=porders&module=purchase_order to allow for errors while keeping the GRN transaction. This reverses the GL entry.

There is an additional function https://demo.uzerp.com/?pid=902&action=match_invoice&controller=porders&module=purchase_order which allows invoices entered without GRN matching to be 'post-matched' to a GRN - this is to allow for mistakes. However the post matching process does NOT do the GL journal entry which means that the accruals control goes out of balance with the list of GRNs at status 'A'.

This has been noted in uzERP version 1.11

@stale
Copy link

stale bot commented Nov 25, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Nov 25, 2019
@stale stale bot removed the wontfix label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant