revbank/plugins
Juerd Waalboer b22cc4c997 Move price calculation from products plugin to RevBank::Products
- Adds price tag calculation. Addons tagged #OPAQUE are excluded from the
price tag.
- BREAKING CHANGE: instead of abusing $product->{price} for a percent,
$product->{percent} is no longer a boolean but the actual percent, so
$product->{price} is the calculated amount.

The total price of a product is now calculated in two places, once when
reading the product list, and once as the result of adding the entry and
its contras when adding the product. Although this involves some
duplication and the sums are calculated in different ways, it hinges on
the existing assertion to make sure that the entry is balanced to ensure
that both sums are the same. Because of that, this code duplication
actually strengthens the integrity.
2024-12-26 01:36:55 +01:00
..
adduser Revert "Handle huge numbers better" 2024-08-28 06:41:02 +02:00
adduser_note New plugin: adduser_note 2023-09-20 20:12:42 +02:00
beep Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
beep_terminal Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
cash New feature: cash box check via 'cash' command 2022-08-27 06:04:56 +02:00
cash_drawer New plugin: cash_drawer (example code; incomplete) 2023-02-14 00:31:41 +01:00
deduplicate Fix deduplication bug, refactor deduplication to own plugin 2023-02-12 17:53:14 +01:00
deposit Allow statiegeld return via deposit command 2023-01-16 04:38:10 +01:00
deposit_iban_qr Update deposit_iban_qr message about supported banks 2024-03-10 13:03:16 +01:00
deposit_methods Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
deprecated_raw Move deprecation warning to separate plugin 2023-02-12 22:01:31 +01:00
dinnerbonus Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
edit v3.6: products overhaul 2022-12-25 05:32:00 +01:00
give given/take: Change verb tense 2024-11-17 01:10:58 +01:00
grandtotal v6.1.3: fix grandtotal for invalid balances 2024-04-25 01:34:47 +02:00
help Split "help" into "help" and "help2"; ditch pager 2022-06-11 16:31:44 +02:00
idle idle: suspend beeping on text input (cursor move) 2024-11-27 02:49:20 +01:00
json Document another caveat 2022-01-19 17:58:18 +01:00
log statiegeld_tokens: log creation, use, and expiry of tokens 2023-02-02 01:24:30 +01:00
market Fix deduplication bug, refactor deduplication to own plugin 2023-02-12 17:53:14 +01:00
nomoney nomoney: no ansi color in logs 2024-11-18 23:18:02 +01:00
products Move price calculation from products plugin to RevBank::Products 2024-12-26 01:36:55 +01:00
products.pod v6.0.0: big revbank.products syntax change 2024-01-20 03:50:10 +01:00
regex_angel Upstream support for angel-foo input as alias for foo. 2023-09-18 01:35:11 +02:00
regex_gtin gtin: fix spamurl, support element string without parentheses 2023-09-20 00:06:12 +02:00
repeat Highlight change; apply operators to last scanned instead of last added 2023-01-30 04:40:42 +01:00
restart Remove special cases for undef input 2024-01-05 23:44:32 +01:00
revspace_ascii New plugin: revspace_ascii 2019-11-07 04:07:31 +01:00
revspace_barcode Fix deduplication bug, refactor deduplication to own plugin 2023-02-12 17:53:14 +01:00
revspace_git Cleanup: use subroutine signatures, remove deprecated methods. 2021-12-03 18:00:34 +01:00
revspace_lasercutter revspace_lasercutter: fix direction 2024-11-29 05:44:30 +01:00
revspace_mollie Bump to v3.4; make all transactions balanced using hidden accounts 2022-06-11 18:51:26 +02:00
revspace_mqtt Implement global advisory lock 2022-08-29 17:50:12 +02:00
revspace_saldo Update limit 19.84 -> 22.00 2023-04-11 23:53:55 +02:00
revspace_terminal Remove requirement for dummy command method in hook-only plugins 2021-12-03 01:49:11 +01:00
revspace_window Add revspace specific plugins 2019-09-23 21:12:03 +02:00
sighup Add plugin 'sighup' 2023-11-02 03:12:17 +01:00
sigint Remove requirement for dummy command method in hook-only plugins 2021-12-03 01:49:11 +01:00
skim Add cash box tracking with new plugin "cash" 2022-06-11 21:16:47 +02:00
split split: remove irrelevant tab completions 2023-11-02 03:52:32 +01:00
statiegeld Use read_products in new namespace 2024-12-25 23:50:03 +01:00
statiegeld.pod v6.0.0: big revbank.products syntax change 2024-01-20 03:50:10 +01:00
statiegeld_tokens Use read_products in new namespace 2024-12-25 23:50:03 +01:00
statiegeld_tokens.pod Document statiegeld_tokens 2023-01-24 21:45:05 +01:00
stock Implement global advisory lock 2022-08-29 17:50:12 +02:00
tail tail/users: fix warning when used with old log files 2023-11-02 04:45:03 +01:00
take given/take: Change verb tense 2024-11-17 01:10:58 +01:00
undeposit New plugin: undeposit 2022-06-18 21:55:40 +02:00
undo Remove support for unbalanced transaction, release v7.0.0 2024-11-17 01:14:43 +01:00
unlisted Add message to donate command 2023-04-12 16:19:04 +02:00
url url: Print line but don't skip "no such product/..." error message 2023-09-18 01:33:35 +02:00
users Don't show intermediate cart results 2024-11-17 01:16:16 +01:00
vat vat: remove unused variable 2023-09-18 15:30:00 +02:00
vat.pod v6.0.0: big revbank.products syntax change 2024-01-20 03:50:10 +01:00
warnings Implement global advisory lock 2022-08-29 17:50:12 +02:00
window_title Add window_title plugin 2023-02-02 01:42:41 +01:00
withdraw Move deprecation warning to separate plugin 2023-02-12 22:01:31 +01:00