Akaunting version
3.1.19
PHP version
8.1.33
Operating system
windows 11
Steps to reproduce
- create a bill with total price 23.23$
- create a transaction with amount 23.23$
bill's status changes received => paid
amount due 23.23$ => 0$
- update transaction by id via
{{akaunting_url}}/transactions reducing amount 23.23$ => 1$
Expected result
bill's status changes paid=> partially paid
amount due 0$ => 22.23$
Actual result
status did not change
amount due did not change
Additional comments
see video in the first comment
Relevant log output