|
641fb054e1
|
Tweak home page
|
2024-04-04 21:30:27 +11:00 |
|
|
b9f02d13d7
|
Style touchups
Create utility classes for buttons and form fields
De-emphasise page heading
Hide header and footer in print layout
|
2024-04-04 21:02:29 +11:00 |
|
|
2938e246bd
|
Remove Bootstrap files
|
2024-04-04 19:53:35 +11:00 |
|
|
823447135c
|
Convert statement import and import preview to Tailwind CSS
|
2024-04-04 19:53:35 +11:00 |
|
|
dbc1287321
|
Convert transaction editing form to Tailwind CSS
|
2024-04-04 19:53:35 +11:00 |
|
|
ac00748342
|
Convert balance assertion editor to Tailwind CSS
|
2024-04-04 19:53:35 +11:00 |
|
|
27c6087a53
|
Convert chart of accounts configuration page to Tailwind CSS
|
2024-04-04 19:53:34 +11:00 |
|
|
e4d5a6a960
|
Convert statement lines view to Tailwind CSS
|
2024-04-04 19:53:34 +11:00 |
|
|
f7e03fdb7b
|
Convert balance assertions view to Tailwind CSS
|
2024-04-04 16:47:02 +11:00 |
|
|
d73535dc86
|
Convert account transactions with commodity detail view to Tailwind CSS
|
2024-04-04 16:47:02 +11:00 |
|
|
9e2734843e
|
Add some brand colours
|
2024-04-04 16:47:02 +11:00 |
|
|
60bd52a99f
|
Convert general ledger view to Tailwind CSS
|
2024-04-04 16:47:02 +11:00 |
|
|
c93b9bf1dd
|
Convert journal report to Tailwind CSS
|
2024-04-04 16:47:01 +11:00 |
|
|
89e177983e
|
Convert trial balance report to Tailwind CSS
|
2024-04-04 16:47:01 +11:00 |
|
|
0b0ba703e0
|
Convert account transactions listing to Tailwind CSS
|
2024-04-04 16:47:01 +11:00 |
|
|
56135a74db
|
Convert home page to Tailwind CSS
|
2024-04-04 16:47:01 +11:00 |
|
|
9924df7e58
|
Convert reports to Tailwind CSS
|
2024-04-04 16:47:01 +11:00 |
|
|
b782f97af6
|
Correctly compute running totals in account transactions view
Fixes #4
|
2024-04-04 01:55:52 +11:00 |
|
|
c56cac115f
|
Fully reverse order of sorting of transactions, etc.
Order transactions on the same day in reverse order of ID
|
2024-04-04 01:53:46 +11:00 |
|
|
bf34d6c3bf
|
Sort transactions newest to oldest
So newest (and most relevant) transactions appear on page 1
#3
|
2024-04-03 21:08:52 +11:00 |
|
|
128054d965
|
Remember other arguments when changing page, etc. in statement lines listing
#3
|
2024-04-03 20:50:48 +11:00 |
|
|
a8966cc19e
|
austax: Automatically hide non-applicable sections from tax summary report
|
2023-09-19 20:04:11 +10:00 |
|
|
80c28d2c6d
|
Limit income statement report to current financial year
|
2023-09-18 21:29:58 +10:00 |
|
|
99d3d6d22d
|
Configure EOFY date in database
|
2023-07-03 22:31:58 +10:00 |
|
|
d67b2f4298
|
Redirect to original page when creating new journal transaction
|
2023-05-28 13:49:47 +10:00 |
|
|
a3ef647a2d
|
After editing transaction, redirect back to previous page
|
2023-05-28 13:02:12 +10:00 |
|
|
a8ec41b2f2
|
Fail gracefully checking balance assertions when account does not exist
|
2023-05-28 12:22:31 +10:00 |
|
|
6c2d96e300
|
Reopen same page when reconciling statement lines as transfer
|
2023-05-28 12:12:10 +10:00 |
|
|
351df663f0
|
Make statement lines menu bar sticky
|
2023-05-28 12:11:47 +10:00 |
|
|
00fe0ec53d
|
Allow showing only unclassified statement lines
|
2023-05-28 12:08:31 +10:00 |
|
|
bbd98ee8c4
|
Delete statement line reconciliation when deleting transaction
|
2023-05-28 11:59:00 +10:00 |
|
|
4aa6c610e4
|
Re-implement statement lines "Reconcile selected as transfer"
|
2023-01-29 19:18:30 +11:00 |
|
|
63f37fc2a1
|
Implement deleting transactions
|
2023-01-29 19:12:28 +11:00 |
|
|
383d43fa4a
|
Add link to statement lines page to filter by account
|
2023-01-27 22:20:51 +11:00 |
|
|
9378cf441f
|
Allow reconciling complex statement line
|
2023-01-27 22:19:08 +11:00 |
|
|
08ff000899
|
Use url_for for internal links
|
2023-01-07 19:01:22 +11:00 |
|
|
46b041d9dc
|
austax: Add links to CGT assets report
|
2023-01-07 19:01:20 +11:00 |
|
|
1afc48f218
|
austax: Record CGT cost adjustments
|
2023-01-07 14:07:58 +11:00 |
|
|
0ebbebc43b
|
austax: Basic CGT asset register
|
2023-01-07 02:23:39 +11:00 |
|
|
66b3ddff54
|
Improve display of chart of accounts
Group account kinds by plugin
Display label instead of ID
|
2023-01-07 01:09:17 +11:00 |
|
|
83a43a1bef
|
Print using full page width
|
2023-01-05 22:09:53 +11:00 |
|
|
8777ddd0ef
|
Load config from TOML
|
2023-01-05 16:19:29 +11:00 |
|
|
2e5ae4c20b
|
Improve performance by JOINing postings when extracting transactions
|
2023-01-05 01:15:39 +11:00 |
|
|
e3900589e6
|
Fix posting of unreconciled StatementLines to ledger
|
2023-01-05 00:12:46 +11:00 |
|
|
13123deebe
|
Implement OFX 2.x import
|
2023-01-05 00:12:46 +11:00 |
|
|
89791a8ba0
|
Paginate statement lines view
|
2023-01-05 00:12:46 +11:00 |
|
|
7a5a8ac881
|
Sort balance assertions by date
|
2023-01-05 00:12:46 +11:00 |
|
|
5f25180d8a
|
Reimplement tax module as plugin
|
2023-01-05 00:12:45 +11:00 |
|
|
ebb70896a2
|
Add basic plugin API
|
2023-01-04 18:01:59 +11:00 |
|
|
3f496abeb9
|
Fix bug when changing direction of credit posting
|
2023-01-04 12:10:26 +11:00 |
|