Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
actual-vt-capstone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
danieljk
actual-vt-capstone
Commits
2d4256b2
Unverified
Commit
2d4256b2
authored
8 months ago
by
Robert Dyer
Committed by
GitHub
8 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix wording of split rule. (#2927)
* Fix wording of slit rule. * add release note * fix typo
parent
247e3e8d
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
packages/desktop-client/e2e/rules.test.js
+1
-1
1 addition, 1 deletion
packages/desktop-client/e2e/rules.test.js
packages/loot-core/src/shared/rules.ts
+1
-1
1 addition, 1 deletion
packages/loot-core/src/shared/rules.ts
upcoming-release-notes/2927.md
+6
-0
6 additions, 0 deletions
upcoming-release-notes/2927.md
with
8 additions
and
2 deletions
packages/desktop-client/e2e/rules.test.js
+
1
−
1
View file @
2d4256b2
...
...
@@ -89,7 +89,7 @@ test.describe('Rules', () => {
splitActions
:
[
[
{
field
:
'
a fixed percent
'
,
field
:
'
a fixed percent
of the remainder
'
,
value
:
'
90
'
,
},
{
...
...
This diff is collapsed.
Click to expand it.
packages/loot-core/src/shared/rules.ts
+
1
−
1
View file @
2d4256b2
...
...
@@ -65,7 +65,7 @@ export const FIELD_TYPES = new Map(
export
const
ALLOCATION_METHODS
=
{
'
fixed-amount
'
:
'
a fixed amount
'
,
'
fixed-percent
'
:
'
a fixed percent
'
,
'
fixed-percent
'
:
'
a fixed percent
of the remainder
'
,
remainder
:
'
an equal portion of the remainder
'
,
};
...
...
This diff is collapsed.
Click to expand it.
upcoming-release-notes/2927.md
0 → 100644
+
6
−
0
View file @
2d4256b2
---
category
:
Bugfix
authors
:
[
psybers
]
---
Fix wording of split rule.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment