Artem Sushchev
3223d5026b
feat: display both net total and turnover in transactions footer ( #53 )
...
- Add calcNetTotalPerCurrency function to calculate signed totals (income positive, expenses negative)
- Update transaction list footer to display both net total and turnover
- Use semantic HTML markup (<dl>, <dt>, <dd>) for better accessibility
- Add color coding: green for positive net, red for negative net
- Maintain turnover calculation for total transaction volume
Fixes issue where transaction totals did not respect transaction type (income/expense)
2025-10-22 09:28:19 +02:00
vas3k
16b9eb4ce1
fix: filters for tx list
2025-05-21 12:57:01 +02:00
vas3k
c352f5eadd
fix: restore from backup, restart button for tools, loader for fields
2025-05-20 20:37:26 +02:00
Vasily Zubarev
f42fdcf74e
feat: isRequired for fields now respected
2025-05-09 16:43:03 +02:00
Vasily Zubarev
26991a1520
ci: use local prisma client
2025-05-03 10:23:13 +02:00
Vasily Zubarev
ea8a3295e9
fix #24 : disable sorting by extra columns
2025-04-10 13:09:32 +02:00
Vasily Zubarev
d88d0a1174
chore: more linter errors
2025-04-10 11:58:28 +02:00
Vasily Zubarev
707a030a0a
fix: respect field.name for standard fields
2025-04-08 22:55:22 +02:00
Vasily Zubarev
2997c00d6d
fix: extra fields renderin in transactions table
2025-04-08 22:10:48 +02:00
Vasily Zubarev
f32662e256
fix: extra field rendering
2025-04-08 22:08:16 +02:00
Vasily Zubarev
a80684c3fb
feat: improve loaders and styles
2025-03-24 19:52:09 +01:00
Vasily Zubarev
4adf4de4bc
feat: select columns to show
2025-03-23 12:49:09 +01:00
Vasily Zubarev
14967e1c85
feat: bugfixes, spedup, bulk actions,
2025-03-17 18:36:25 +01:00
Vasily Zubarev
0b98a2c307
(squash) init
...
feat: filters, settings, backups
fix: ts compile errors
feat: new dashboard, webp previews and settings
feat: use webp for pdfs
feat: use webp
fix: analyze resets old data
fix: switch to corsproxy
fix: switch to free cors
fix: max upload limit
fix: currency conversion
feat: transaction export
fix: currency conversion
feat: refactor settings actions
feat: new loader
feat: README + LICENSE
doc: update readme
doc: update readme
doc: update readme
doc: update screenshots
ci: bump prisma
2025-03-16 21:29:20 +01:00