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

Year-end transactions and reversals created without workflow items #6853

Closed
ehuelsmann opened this issue Oct 9, 2022 · 1 comment
Closed

Comments

@ehuelsmann
Copy link
Member

Version

1.10.0

What browsers are you seeing the problem on?

This problem isn't browser related

What happened?

select * from transactions where id > 3600;
id table_name locked_by approved approved_by approved_at transdate workflow_id
3609 gl t 2021-12-31 (NULL)
3610 gl t 2022-10-09 (NULL)
3611 gl t 2022-10-09 (NULL)
select * from gl where id > 3600;
id reference description transdate person_id notes approved trans_type_code
3609 Yearend 2021 2021-12-31 t ye
3610 Reversing Yearend 2021 2022-10-09 t ye
3611 Reversing Yearend 2022-10-09 t ye

What should have happened?

The code should have generated workflows as for any other transaction.

@ehuelsmann
Copy link
Member Author

There is a misconception here in the sense that no gl transactions generate workflow items on 1.10. This is being introduced by 1.11. Year-end and Overpayment are special types of gl transactions, which are getting appropriate treatment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant