Wealth Tracking App
This tutorial assumes that Google Sheet - Wealth tracking spreadsheet tutorial has been completed.
Tracking your transactions
Setting up the data
- In the Data navigation section, select the + to add new data
- Select your Wealth spreadsheet
- Select all the tabs (Accounts, Categories, Sub categories, Payees, Transactions)
Edit Transactions
- Validate all data types
- Date: Date
- Amount: Price
- Account: Ref to table Accounts
- Category: Ref to table Categories
- Sub category: Ref to table Sub categories
- Payee: Ref to table Payees
- Description: LongText
- Tax related: Yes/No
- Validate all initial values
- Date: TODAY()
- All others should be empty
- Add virtual column
- End of month: Date
- App formula: EOMONTH([Date], 0)
- Use long date formats
- End of month: Date
- Edit formating (Click on the pencil on the left of the column)
- Date
- Use long date format
- Tax related
- No value: 'No' (Quotes are important else it will be in uppercase)
- Yes value: 'Yes'
- Date
Edit Accounts
- Validate all data types
- Account: Text
- Type: Enum
- Starting amount: Price
- Current value: Price
- Balance: Price (Not editable since formula is in Google Sheet)
- Edit initial values
- Starting amount: 0
- Edit requirements
- Account: Required
- Starting amount: Required
- All others not required
Edit Sub categories
- Validate all data types
- Sub category: Text
- Category: Ref to table Categories
Create the visuals
Transactions
- In the Views section, create a new view
- View name: Transactions
- For this data: Transactions
- View type: Deck
- Edit View options
- Sort by: Category - Ascending
- Group by: Date - Descending
- Group aggregate: SUM :: Amount
- Primary header: Date
- Secondary header: Category
- Summary column: Amount
- Show action bar
- Edit display options
- Icon: money-check-edit-alt
Accounts
- In the Views section, create a new view
- View name: Accounts
- For this data: Accounts
- View type: Deck
- Position: Last
- Edit View options
- Sort by: Account - Ascending
- Group by: Type - Descending
- Group aggregate: SUM :: Balance
- Primary header: Account
- Secondary header: None
- Summary column: Balance
- Show action bar
- Edit display options
- Icon: university