-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update [Reporting View] & Add CSV Export
- Loading branch information
1 parent
a5ad953
commit 50742a4
Showing
9 changed files
with
139 additions
and
85 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
5 changes: 3 additions & 2 deletions
5
Budget.xcodeproj/project.xcworkspace/xcshareddata/swiftpm/Package.resolved
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 |
---|---|---|
@@ -1,14 +1,15 @@ | ||
{ | ||
"originHash" : "d77223ea3cadaebd2154378ec5005b6ebefcef3b34a4dafa368b0c4f16c0561c", | ||
"pins" : [ | ||
{ | ||
"identity" : "grdb.swift", | ||
"kind" : "remoteSourceControl", | ||
"location" : "https://github.com/groue/GRDB.swift", | ||
"state" : { | ||
"branch" : "master", | ||
"revision" : "d3862c042446d3025a8a4123b013e1b6d58fc315" | ||
"revision" : "2cf6c756e1e5ef6901ebae16576a7e4e4b834622" | ||
} | ||
} | ||
], | ||
"version" : 2 | ||
"version" : 3 | ||
} |
Binary file modified
BIN
+10.2 KB
(110%)
...proj/project.xcworkspace/xcuserdata/davidjiang.xcuserdatad/UserInterfaceState.xcuserstate
Binary file not shown.
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
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 |
---|---|---|
@@ -1,16 +1,14 @@ | ||
# Budget iOS APP | ||
A Budget APP write by Swift + SwiftUI on iOS | ||
|
||
## Language | ||
## Tech Stack | ||
|
||
- Swift + SwiftUI | ||
|
||
## Database | ||
|
||
- SQLite | ||
- Database: SQLite (Maybe switch to SwiftData) | ||
|
||
## Functions | ||
|
||
- Record user's transactions offline [✅] | ||
- Delete the transaction [❌] | ||
- Export transaction CSV file [❌] | ||
- Delete the transaction [✅] | ||
- Export transaction CSV file [✅] | ||
- Statistic Report [![50%](https://progress-bar.xyz/50)] |