Tom French
bb9c9927db
fix: use Math.round in place of truncating digits
2022-11-12 22:33:49 -05:00
Tom French
696a094303
fix: replace custom isInteger function with Number.isInteger
2022-11-12 22:33:49 -05:00
Tom French
4421f2a173
fix: use 64bit compatible integer check in aql compiler
2022-11-12 22:33:49 -05:00
Tom French
f1b61cf6f1
fix: use integer check which doesn't require value to be 32 bit
2022-11-12 22:33:49 -05:00
Rich Howell
6075e846d3
Merge pull request #266 from j-f1/update-data-file-index
...
Update data-file-index.txt
2022-11-12 15:36:42 +00:00
Rich Howell
2857e65ccd
Merge pull request #218 from ezfe/master
...
Fix enter to create accounts
2022-11-12 15:34:57 +00:00
Rich Howell
29124f624b
Merge pull request #389 from shall0pass/help_button
...
Add a help button to the menu
2022-11-12 15:05:08 +00:00
shall0pass
aa97994ad2
fix linting error
2022-11-12 04:53:15 -06:00
shall0pass
be3dc26166
launch in separate tab
2022-11-11 18:24:28 -06:00
shall0pass
9ce6f9564c
add help button
2022-11-11 18:06:49 -06:00
Jed Fox
af11e0abaf
url → serverUrl
...
Co-Authored-By: Matiss Janis Aboltins <886567+matissjanis@users.noreply.github.com >
2022-11-08 15:15:57 -05:00
Matiss Janis Aboltins
02c837c076
chore: move to currentDay shared fn usage
2022-11-05 10:31:07 +00:00
Charles Taylor
4496e560d7
chore: use const
2022-11-03 22:58:39 +11:00
Charles Taylor
2005ada761
feat: ensure only selected transactions are modified
2022-11-03 22:12:08 +11:00
Jed Fox
7f3c79bde2
Merge remote-tracking branch 'upstream/master' into config-server-polish
2022-10-27 13:22:52 -04:00
James Long
12289792da
22.10.25
2022-10-25 10:04:19 -04:00
James Long
c8e759fd49
4.1.1
2022-10-25 02:10:57 -04:00
Rich Howell
2256653c16
Merge pull request #373 from rich-howell/remove-docs
...
Remove documentation
2022-10-23 12:54:13 +01:00
Rich In SQL
182c77a8e3
Remove documentation
2022-10-23 12:48:52 +01:00
Rich Howell
de232b3ff0
Merge pull request #368 from rich-howell/readme-updates
...
Update README.md
2022-10-21 19:11:48 +01:00
Rich In SQL
a582975d71
Update README.md
...
Readme updates
2022-10-21 10:26:47 +01:00
Rich Howell
93f0093c1d
Update stale.yml
...
Removed auto close
2022-10-20 07:37:53 +01:00
Rich Howell
0e441eeed2
Update stale.yml
2022-10-19 18:48:11 +01:00
Rich Howell
f190443272
Create stale.yml
2022-10-19 18:47:08 +01:00
Rick Cuddy
603179dda1
a11y: update cleared state display for clarity
...
Create new CircleEmpty svg and set uncleared state to use new icon.
Add 'cursor: pointer' to the cleared field to aid in action awareness.
2022-10-12 19:22:24 +11:00
Jed Fox
fd3c0f9b18
Update data-file-index.txt
2022-10-07 12:05:23 -04:00
Jed Fox
e68dd54954
Merge remote-tracking branch 'upstream/master' into reorg-sidebar
2022-10-07 11:06:02 -04:00
James Long
d98b8c1d73
Render a schedule rule with the mapped payee id; fixes crash
2022-10-05 20:14:04 -04:00
Matiss Janis Aboltins
57c49cbe6c
feat(account): button to create reconciliation balance updates
...
Added a button to the reconciliation menu that will automatically create reconciliation balance adjustment transaction according to the target diff calculated.
2022-10-02 20:45:00 +01:00
Jed Fox
8873ba1d82
Trim down imports/exports in sidebar.js
2022-09-08 12:29:10 -04:00
Jed Fox
fef8ac608d
Fix /schedule/discover behavior when it’s a page
2022-09-08 09:06:31 -04:00
Jed Fox
6b320a405f
table: use background color while loading
2022-09-08 08:57:40 -04:00
Jed Fox
f17981f2d8
Switch Tools to be a menu, move remaining tools out of ellipsis menu
2022-09-08 08:51:10 -04:00
Tom French
4b0208d29f
style: linter fixes
2022-09-06 20:53:52 +01:00
Tom French
d43c0361d3
Merge branch 'master' into reorg-sidebar
...
* master:
ci: fix CI to an exact node version (#240 )
Sort import in alphabetical order (#238 )
Separate external, monorepo and internal imports (#237 )
Allow `enter` to create new transaction when focused on `cleared` column (#234 )
Enforce linting in loot-design (#233 )
style: run linter (#232 )
2022-09-06 11:43:46 +01:00
Tom French
5b0aa08e72
refactor: remove unused import
2022-09-06 11:27:51 +01:00
Tom French
6b1a9869ec
Merge branch 'master' into config-server-polish
...
* master:
ci: fix CI to an exact node version (#240 )
Sort import in alphabetical order (#238 )
Separate external, monorepo and internal imports (#237 )
Allow `enter` to create new transaction when focused on `cleared` column (#234 )
Enforce linting in loot-design (#233 )
style: run linter (#232 )
refactor: create index.js for aql directory (#68 )
Revert "build: update yarn.lock" (#230 )
Fix handling of -0 in budget summary (#229 )
Update bug-report.yml (#228 )
2022-09-06 11:26:44 +01:00
Tom French
c9a543310d
Remove dollar sign from close account modal ( #244 )
2022-09-06 11:02:56 +01:00
Tom French
5a00bf6b43
ci: fix CI to an exact node version ( #240 )
2022-09-02 20:28:33 +01:00
Tom French
9c0df36e16
Sort import in alphabetical order ( #238 )
...
* style: enforce sorting of imports
* style: alphabetize imports
* style: merge duplicated imports
2022-09-02 15:07:24 +01:00
Tom French
dc53a74459
Separate external, monorepo and internal imports ( #237 )
...
* style: enforce ordering of imports
* style: sort imports in loot-core
* style: sort imports in desktop-client
* style: sort imports in loot-design
* style: manual fixes
2022-09-02 12:43:37 +01:00
Ezekiel Elin
ecd91b8f8e
Allow enter to create new transaction when focused on cleared column ( #234 )
2022-09-01 14:11:31 +01:00
Tom French
4c0bd80f24
Enforce linting in loot-design ( #233 )
...
* build: add linter to loot-design package
* style: automated fixes
* style: manual linter fixes
2022-09-01 12:47:34 +01:00
Tom French
f5c65ea606
Merge branch 'master' into reorg-sidebar
...
* master:
refactor: create index.js for aql directory (#68 )
Revert "build: update yarn.lock" (#230 )
Fix handling of -0 in budget summary (#229 )
2022-08-31 23:36:11 +01:00
Tom French
01d0eb2f0a
style: run linter ( #232 )
2022-08-31 23:32:25 +01:00
Jed Fox
82d4481a3b
Move Tools above Accounts, make the whole sidebar scroll
2022-08-31 18:08:28 -04:00
Tom French
0fcfffea57
refactor: create index.js for aql directory ( #68 )
2022-08-31 22:46:28 +01:00
Tom French
4be86c3d42
Revert "build: update yarn.lock" ( #230 )
...
This reverts commit ae8ef2674f .
Revert "Merge pull request #204 from TomAFrench/yarn-workspace-dependencies"
This reverts commit b0ed8d5149 , reversing
changes made to 5505a1439a .
2022-08-31 22:44:52 +01:00
Jed Fox
9e7f94a237
Fix handling of -0 in budget summary ( #229 )
...
* Fix handling of -0 in budget summary
* Update based on review
Co-Authored-By: Tom French <15848336+TomAFrench@users.noreply.github.com >
2022-08-31 22:38:16 +01:00
Jed Fox
8893270fcc
Move rules action buttons to the top
2022-08-31 17:32:49 -04:00