-
Notifications
You must be signed in to change notification settings - Fork 105
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(account statement): implement basic user interface (#1672)
This commit adds in the Account Statement module, a replacement for the old `general_ledger` that is only focused on accounts. It will show all transactions hitting an account. Later features should show the details of each transaction row so that a user can determine if the transaction was correctly made.
- Loading branch information
1 parent
1b1c5cb
commit 43a989e
Showing
31 changed files
with
1,040 additions
and
62 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,8 @@ | ||
{ | ||
"ACCOUNT_STATEMENT":{ | ||
"TITLE":"Account Statement", | ||
"COMMENT":"Comment", | ||
"SELECTED_ROWS":"Selected Rows", | ||
"SUCCESSFULLY_COMMENTED":"Rows successfully commented" | ||
} | ||
} |
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
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
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,8 @@ | ||
{ | ||
"ACCOUNT_STATEMENT":{ | ||
"TITLE":"Relevé de compte", | ||
"COMMENT":"Commentaire", | ||
"SELECTED_ROWS":"Ligne(s) selectionnée(s)", | ||
"SUCCESSFULLY_COMMENTED":"Ligne(s) commentées avec succès" | ||
} | ||
} |
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
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
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
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
Oops, something went wrong.