revbank/lib/RevBank
Juerd Waalboer d4c6c1be35 Replace add_info() with extra parameter for add_contra()
add_info was a thing that grew organically to account for hidden
contras, but just wasn't right. The assumption was that if the
contra account is hidden, the contra itself should be hidden from
view - the sign of the amount would be wrong anyway.

The correct approach, however, would of course to flip the sign so it
matches the user's perspective, and to add a separate description string
to display to the user.
2023-01-05 20:46:46 +01:00
..
Cart Replace add_info() with extra parameter for add_contra() 2023-01-05 20:46:46 +01:00
Amount.pm Suppress warning when -cash does not yet exist 2022-06-12 02:31:29 +02:00
Amount.pod typo 2022-06-12 02:34:34 +02:00
Cart.pm Ensure unique transaction IDs 2022-10-31 19:00:20 +01:00
Eval.pm cwd is no longer in @INC in new perl versions 2017-02-18 22:31:19 +01:00
FileIO.pm Ensure unique transaction IDs 2022-10-31 19:00:20 +01:00
FileIO.pod Implement global advisory lock 2022-08-29 17:50:12 +02:00
Global.pm Implement global advisory lock 2022-08-29 17:50:12 +02:00
Messages.pm Bump to v3.4; make all transactions balanced using hidden accounts 2022-06-11 18:51:26 +02:00
Plugin.pm Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
Plugins.pm Enable Perl warnings for plugins 2022-12-25 05:39:15 +01:00
Plugins.pod Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
TextEditor.pm pager: don't scroll down for non-log 2022-11-01 04:48:49 +01:00
TextEditor.pod bump to v3.5; add built-in editor 2022-08-30 20:45:01 +02:00
Users.pm Implement global advisory lock 2022-08-29 17:50:12 +02:00