This repository has been archived by the owner on Oct 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug in expense contribution calculation.
- Loading branch information
1 parent
1113519
commit 8390fc8
Showing
2 changed files
with
23 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
- model: Login | ||
rows: | ||
- _id: doug | ||
email: doug.dimmadome@testing.monetr.app | ||
password_hash: "" | ||
first_name: Doug | ||
last_name: Dimmadome | ||
is_enabled: true | ||
is_email_verified: true | ||
is_phone_verified: false | ||
- model: Account | ||
rows: | ||
- _id: doug | ||
timezone: America/Chicago | ||
- model: User | ||
rows: | ||
- _id: doug | ||
account_id: "{{ $.Account.doug.account_id }}" | ||
login_id: "{{ $.Login.doug.login_id }}" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters