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

creating two near-identical ARs (or APs) confuses system so that sometimes they are combined into one, potentially breaking double-entry #8151

Open
brush opened this issue Apr 13, 2024 · 2 comments

Comments

@brush
Copy link

brush commented Apr 13, 2024

Version

1.10.34

What browsers are you seeing the problem on?

Firefox

What happened?

still can't reliably reproduce from scratch, may be partially contingent on old transactions from 1.4-1.10 upgrade, however this at least is a problem:

  • create AR/AP
  • post it
  • copy invoice number
  • create new AR/AP with same invoice number, but add a space
  • these invoices will be spliced together

in some cases, the splicing together leaves an extra AR or AP line, resulting in the payments being out of balance with the total, but the AR/AP still balancing, resulting in select sum(amount_bc) from acc_trans; being nonzero.

What should have happened?

not this. :)

@brush
Copy link
Author

brush commented Apr 13, 2024

(or maybe it's not exactly the above, it's hard to create from scratch, but somehow something like this happened multiple times in my data.)

@brush
Copy link
Author

brush commented Apr 13, 2024

workaround: find the extra AP or AR summary line, and delete it, using sql.

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