Skip to content

Commit

Permalink
Merge branch 'main' into getting_two_magic_codes_upon_signing_once_30181
Browse files Browse the repository at this point in the history
  • Loading branch information
samilabud committed Apr 11, 2024
2 parents 9c8b20b + fa2bfb2 commit 280d5ef
Show file tree
Hide file tree
Showing 140 changed files with 2,317 additions and 1,733 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,8 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
multiDexEnabled rootProject.ext.multiDexEnabled
versionCode 1001046106
versionName "1.4.61-6"
versionCode 1001046203
versionName "1.4.62-3"
// Supported language variants must be declared here to avoid from being removed during the compilation.
// This also helps us to not include unnecessary language variants in the APK.
resConfigs "en", "es"
Expand Down
32 changes: 31 additions & 1 deletion assets/images/new-expensify-adhoc.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 27 additions & 1 deletion assets/images/new-expensify-dev.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 35 additions & 1 deletion assets/images/new-expensify-stg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion config/webpack/webpack.common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const includeModules = [
].join('|');

const environmentToLogoSuffixMap: Record<string, string> = {
production: '',
production: '-dark',
staging: '-stg',
dev: '-dev',
adhoc: '-adhoc',
Expand Down
5 changes: 4 additions & 1 deletion contributingGuides/HOW_TO_BECOME_A_CONTRIBUTOR_PLUS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ C+ are contributors who are experienced at working with Expensify and have gaine

## How to join?

Email [email protected] and include "C+ Team Application" in the subject line if you’re interested in joining. Please include your GitHub username and a link to the PRs you've authored that have been merged. ie. `https://github.com/Expensify/App/pulls?q=is%3Apr+author%3Aparasharrajat+is%3Amerged`
Email [email protected] and include "C+ Team Application" in the subject line if you’re interested in joining. Please include:
1. Your GitHub username.
2. A link to the PRs you've authored that have been merged. ie. `https://github.com/Expensify/App/pulls?q=is%3Apr+is%3Amerged+author%3Aparasharrajat`.
3. Links to three GitHub issues that were particularly challenging and best demonstrate your skill level.
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: Deposit Accounts (AUD)
description: Expensify allows you to add a personal bank account to receive reimbursements for your expenses. We never take money out of this account — it is only a place for us to deposit funds from your employer. This article covers deposit accounts for Australian banks.
---

## How-to add your Australian personal deposit account information
1. Confirm with your Policy Admin that they’ve set up Global Reimbursment
2. Set your default policy (by selecting the correct policy after clicking on your profile picture) before adding your deposit account.
3. Go to **Settings > Account > Payments** and click **Add Deposit-Only Bank Account**
![Click the Add Deposit-Only Bank Account button](https://help.expensify.com/assets/images/add-australian-deposit-only-account.png){:width="100%"}

4. Enter your BSB, account number and name. If your screen looks different than the image below, that means your company hasn't enabled reimbursements through Expensify. Please contact your administrator and ask them to enable reimbursements.

![Fill in the required fields](https://help.expensify.com/assets/images/add-australian-deposit-only-account-modal.png){:width="100%"}

# How-to delete a bank account
Bank accounts are easy to delete! Simply click the red **Delete** button in the bank account under **Settings > Account > Payments**.

![Click the Delete button](https://help.expensify.com/assets/images/delete-australian-bank-account.png){:width="100%"}

You can complete this process on a computer or on the mobile app.

This file was deleted.

Loading

0 comments on commit 280d5ef

Please sign in to comment.