Skip to content

Commit 89c45c9

Browse files
authored
Merge pull request Expensify#71290 from thelullabyy/fix/70294-missing-add-expense-approval-task
Onboarding - Missing "Add expense approvals " task after create a new workspace
2 parents fe0cbdb + d567724 commit 89c45c9

12 files changed

Lines changed: 189 additions & 1 deletion

File tree

src/CONST/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7280,6 +7280,7 @@ const CONST = {
72807280
SPLIT_EXPENSE: 'splitExpense',
72817281
REVIEW_WORKSPACE_SETTINGS: 'reviewWorkspaceSettings',
72827282
INVITE_ACCOUNTANT: 'inviteAccountant',
7283+
ADD_EXPENSE_APPROVALS: 'addExpenseApprovals',
72837284
},
72847285
} as const;
72857286

src/languages/de.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2369,6 +2369,23 @@ const translations = {
23692369
title: ({testDriveURL}) => `Mache eine [Probefahrt](${testDriveURL})`,
23702370
description: ({testDriveURL}) => `Probiere uns in einer [Probefahrt](${testDriveURL}) aus und sichere deinem Team *3 Monate Expensify gratis!*`,
23712371
},
2372+
addExpenseApprovalsTask: {
2373+
title: 'Ausgabengenehmigungen hinzufügen',
2374+
description: ({workspaceMoreFeaturesLink}) =>
2375+
`*Füge Ausgabengenehmigungen hinzu*, um die Ausgaben deines Teams zu überprüfen und unter Kontrolle zu halten.\n` +
2376+
'\n' +
2377+
`So geht’s:\n` +
2378+
'\n' +
2379+
'1. Gehe zu *Arbeitsbereiche*.\n' +
2380+
'2. Wähle deinen Arbeitsbereich aus.\n' +
2381+
'3. Klicke auf *Weitere Funktionen*.\n' +
2382+
'4. Aktiviere *Workflows*.\n' +
2383+
'5. Navigiere im Arbeitsbereich-Editor zu *Workflows*.\n' +
2384+
'6. Aktiviere *Genehmigungen hinzufügen*.\n' +
2385+
`7. Du wirst als Ausgabengenehmiger festgelegt. Du kannst dies nach dem Einladen deines Teams auf einen beliebigen Administrator ändern.\n` +
2386+
'\n' +
2387+
`[Zu weiteren Funktionen](${workspaceMoreFeaturesLink}).`,
2388+
},
23722389
createTestDriveAdminWorkspaceTask: {
23732390
title: ({workspaceConfirmationLink}) => `[Erstelle](${workspaceConfirmationLink}) einen Workspace`,
23742391
description: 'Erstelle einen Workspace und konfiguriere die Einstellungen mit Hilfe deines Einrichtungsspezialisten!',

src/languages/en.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2340,6 +2340,23 @@ const translations = {
23402340
title: ({testDriveURL}) => `Take a [test drive](${testDriveURL})`,
23412341
description: ({testDriveURL}) => `Take us for a [test drive](${testDriveURL}) and get your team *3 free months of Expensify!*`,
23422342
},
2343+
addExpenseApprovalsTask: {
2344+
title: 'Add expense approvals',
2345+
description: ({workspaceMoreFeaturesLink}) =>
2346+
`*Add expense approvals* to review your team's spend and keep it under control.\n` +
2347+
'\n' +
2348+
`Here's how:\n` +
2349+
'\n' +
2350+
'1. Go to *Workspaces*.\n' +
2351+
'2. Select your workspace.\n' +
2352+
'3. Click *More features*.\n' +
2353+
'4. Enable *Workflows*.\n' +
2354+
'5. Navigate to *Workflows* in the workspace editor.\n' +
2355+
'6. Enable *Add approvals*.\n' +
2356+
`7. You'll be set as the expense approver. You can change this to any admin once you invite your team.\n` +
2357+
'\n' +
2358+
`[Take me to more features](${workspaceMoreFeaturesLink}).`,
2359+
},
23432360
createTestDriveAdminWorkspaceTask: {
23442361
title: ({workspaceConfirmationLink}) => `[Create](${workspaceConfirmationLink}) a workspace`,
23452362
description: 'Create a workspace and configure the settings with the help of your setup specialist!',

src/languages/es.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2335,6 +2335,23 @@ const translations = {
23352335
title: ({testDriveURL}) => `Haz una [prueba](${testDriveURL})`,
23362336
description: ({testDriveURL}) => `Haz una [prueba](${testDriveURL}) y consigue *3 meses gratis de Expensify para tu equipo!*`,
23372337
},
2338+
addExpenseApprovalsTask: {
2339+
title: 'Añadir aprobaciones de gastos',
2340+
description: ({workspaceMoreFeaturesLink}) =>
2341+
`*Añade aprobaciones de gastos* para revisar los gastos de tu equipo y mantenerlos bajo control.\n` +
2342+
'\n' +
2343+
`Así es como puedes añadir aprobaciones de gastos:\n` +
2344+
'\n' +
2345+
'1. Ve a *Espacios de trabajo*.\n' +
2346+
'2. Selecciona tu espacio de trabajo.\n' +
2347+
'3. Haz clic en *Más funciones*.\n' +
2348+
'4. Activa *Flujos de trabajo*.\n' +
2349+
'5. Navega a *Flujos de trabajo* en el editor del espacio de trabajo.\n' +
2350+
'6. Activa *Añadir aprobaciones*.\n' +
2351+
`7. Serás asignado como aprobador de gastos. Podrás cambiarlo a cualquier administrador una vez que lo invites a tu equipo.\n` +
2352+
'\n' +
2353+
`[Llévame a más funciones](${workspaceMoreFeaturesLink}).`,
2354+
},
23382355
createTestDriveAdminWorkspaceTask: {
23392356
title: ({workspaceConfirmationLink}) => `[Crea](${workspaceConfirmationLink}) un espacio de trabajo`,
23402357
description: 'Crea un espacio de trabajo y configura los ajustes con la ayuda de tu especialista asignado.',

src/languages/fr.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,6 +2370,23 @@ const translations = {
23702370
title: ({testDriveURL}) => `Faites un [essai gratuit](${testDriveURL})`,
23712371
description: ({testDriveURL}) => `Essayez-nous avec un [essai gratuit](${testDriveURL}) et offrez à votre équipe *3 mois gratuits sur Expensify !*`,
23722372
},
2373+
addExpenseApprovalsTask: {
2374+
title: 'Ajouter des validations de dépenses',
2375+
description: ({workspaceMoreFeaturesLink}) =>
2376+
`*Ajoutez des validations de dépenses* pour examiner les dépenses de votre équipe et les garder sous contrôle.\n` +
2377+
'\n' +
2378+
`Voici comment faire :\n` +
2379+
'\n' +
2380+
'1. Allez dans *Espaces de travail*.\n' +
2381+
'2. Sélectionnez votre espace de travail.\n' +
2382+
'3. Cliquez sur *Plus de fonctionnalités*.\n' +
2383+
'4. Activez *Flux de travail*.\n' +
2384+
'5. Accédez à *Flux de travail* dans l’éditeur de l’espace de travail.\n' +
2385+
'6. Activez *Ajouter des validations*.\n' +
2386+
`7. Vous serez défini comme validateur des dépenses. Vous pourrez changer cela pour un autre administrateur après avoir invité votre équipe.\n` +
2387+
'\n' +
2388+
`[Aller à plus de fonctionnalités](${workspaceMoreFeaturesLink}).`,
2389+
},
23732390
createTestDriveAdminWorkspaceTask: {
23742391
title: ({workspaceConfirmationLink}) => `[Créez](${workspaceConfirmationLink}) un espace de travail`,
23752392
description: 'Créez un espace de travail et configurez les paramètres avec l’aide de votre spécialiste de configuration !',

src/languages/it.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,6 +2355,23 @@ const translations = {
23552355
title: ({testDriveURL}) => `Fai un [test drive](${testDriveURL})`,
23562356
description: ({testDriveURL}) => `Prova un [test drive](${testDriveURL}) e ottieni *3 mesi gratuiti di Expensify!* per il tuo team`,
23572357
},
2358+
addExpenseApprovalsTask: {
2359+
title: 'Aggiungi approvazioni spese',
2360+
description: ({workspaceMoreFeaturesLink}) =>
2361+
`*Aggiungi approvazioni spese* per controllare le spese del tuo team e mantenerle sotto controllo.\n` +
2362+
'\n' +
2363+
`Ecco come fare:\n` +
2364+
'\n' +
2365+
'1. Vai a *Spazi di lavoro*.\n' +
2366+
'2. Seleziona il tuo spazio di lavoro.\n' +
2367+
'3. Clicca su *Altre funzionalità*.\n' +
2368+
'4. Abilita *Flussi di lavoro*.\n' +
2369+
'5. Vai su *Flussi di lavoro* nell’editor dello spazio di lavoro.\n' +
2370+
'6. Abilita *Aggiungi approvazioni*.\n' +
2371+
`7. Sarai impostato come approvatore delle spese. Potrai cambiarlo con un amministratore una volta invitato il tuo team.\n` +
2372+
'\n' +
2373+
`[Vai a altre funzionalità](${workspaceMoreFeaturesLink}).`,
2374+
},
23582375
createTestDriveAdminWorkspaceTask: {
23592376
title: ({workspaceConfirmationLink}) => `[Crea](${workspaceConfirmationLink}) uno spazio di lavoro`,
23602377
description: 'Crea uno spazio di lavoro e configura le impostazioni con l’aiuto del tuo specialista di configurazione!',

src/languages/ja.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2346,6 +2346,23 @@ const translations = {
23462346
title: ({testDriveURL}) => `[テストドライブ](${testDriveURL})を行う`,
23472347
description: ({testDriveURL}) => `[テストドライブ](${testDriveURL})を行い、チームに *3 か月間の Expensify 無料クーポン*を手に入れましょう!`,
23482348
},
2349+
addExpenseApprovalsTask: {
2350+
title: '経費承認を追加',
2351+
description: ({workspaceMoreFeaturesLink}) =>
2352+
`チームの支出を確認し、管理するために*経費承認を追加*しましょう。\n` +
2353+
'\n' +
2354+
`手順は以下の通りです:\n` +
2355+
'\n' +
2356+
'1. *ワークスペース* に移動します。\n' +
2357+
'2. 自分のワークスペースを選択します。\n' +
2358+
'3. *その他の機能* をクリックします。\n' +
2359+
'4. *ワークフロー* を有効にします。\n' +
2360+
'5. ワークスペースエディターで *ワークフロー* に移動します。\n' +
2361+
'6. *承認を追加* を有効にします。\n' +
2362+
`7. あなたが経費承認者として設定されます。チームを招待した後、管理者に変更することもできます。\n` +
2363+
'\n' +
2364+
`[その他の機能に移動](${workspaceMoreFeaturesLink})。`,
2365+
},
23492366
createTestDriveAdminWorkspaceTask: {
23502367
title: ({workspaceConfirmationLink}) => `[ワークスペースの作成](${workspaceConfirmationLink})`,
23512368
description: 'セットアップスペシャリストと共にワークスペースを作成し、設定を構成します!',

src/languages/nl.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2355,6 +2355,23 @@ const translations = {
23552355
title: ({testDriveURL}) => `Neem een [proefrit](${testDriveURL})`,
23562356
description: ({testDriveURL}) => `Neem ons mee voor een [proefrit](${testDriveURL}) en uw team krijgt *3 maanden Expensify gratis!*`,
23572357
},
2358+
addExpenseApprovalsTask: {
2359+
title: 'Uitgaven goedkeuringen toevoegen',
2360+
description: ({workspaceMoreFeaturesLink}) =>
2361+
`*Voeg uitgaven goedkeuringen toe* om de uitgaven van je team te controleren en onder controle te houden.\n` +
2362+
'\n' +
2363+
`Zo doe je dat:\n` +
2364+
'\n' +
2365+
'1. Ga naar *Werkruimten*.\n' +
2366+
'2. Selecteer je werkruimte.\n' +
2367+
'3. Klik op *Meer functies*.\n' +
2368+
'4. Schakel *Workflows* in.\n' +
2369+
'5. Ga in de werkruimte-editor naar *Workflows*.\n' +
2370+
'6. Schakel *Goedkeuringen toevoegen* in.\n' +
2371+
`7. Jij wordt ingesteld als uitgaven goedkeurder. Je kunt dit wijzigen naar een beheerder zodra je team is uitgenodigd.\n` +
2372+
'\n' +
2373+
`[Ga naar meer functies](${workspaceMoreFeaturesLink}).`,
2374+
},
23582375
createTestDriveAdminWorkspaceTask: {
23592376
title: ({workspaceConfirmationLink}) => `[Maak](${workspaceConfirmationLink}) een werkruimte`,
23602377
description: 'Maak een werkruimte en configureer de instellingen met de hulp van uw setup specialist!',

src/languages/pl.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2351,6 +2351,23 @@ const translations = {
23512351
title: ({testDriveURL}) => `Neem een [proefrit](${testDriveURL})`,
23522352
description: ({testDriveURL}) => `Neem ons mee voor een [proefrit](${testDriveURL}) en uw team krijgt *3 maanden Expensify gratis!*`,
23532353
},
2354+
addExpenseApprovalsTask: {
2355+
title: 'Dodaj zatwierdzanie wydatków',
2356+
description: ({workspaceMoreFeaturesLink}) =>
2357+
`*Dodaj zatwierdzanie wydatków*, aby kontrolować wydatki swojego zespołu i utrzymać je pod kontrolą.\n` +
2358+
'\n' +
2359+
`Jak to zrobić:\n` +
2360+
'\n' +
2361+
'1. Przejdź do *Obszary robocze*.\n' +
2362+
'2. Wybierz swój obszar roboczy.\n' +
2363+
'3. Kliknij *Więcej funkcji*.\n' +
2364+
'4. Włącz *Przepływy pracy*.\n' +
2365+
'5. Przejdź do *Przepływy pracy* w edytorze obszaru roboczego.\n' +
2366+
'6. Włącz *Dodaj zatwierdzenia*.\n' +
2367+
`7. Zostaniesz ustawiony jako osoba zatwierdzająca wydatki. Możesz to zmienić na dowolnego administratora po zaproszeniu zespołu.\n` +
2368+
'\n' +
2369+
`[Przejdź do więcej funkcji](${workspaceMoreFeaturesLink}).`,
2370+
},
23542371
createTestDriveAdminWorkspaceTask: {
23552372
title: ({workspaceConfirmationLink}) => `[Maak](${workspaceConfirmationLink}) een werkruimte`,
23562373
description: 'Maak een werkruimte en configureer de instellingen met de hulp van uw setup specialist!',

src/languages/pt-BR.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2354,6 +2354,23 @@ const translations = {
23542354
title: ({testDriveURL}) => `Faça um [test drive](${testDriveURL})`,
23552355
description: ({testDriveURL}) => `[Faça um test drive](${testDriveURL}) conosco e sua equipe ganha *3 meses grátis de Expensify!*`,
23562356
},
2357+
addExpenseApprovalsTask: {
2358+
title: 'Adicionar aprovações de despesas',
2359+
description: ({workspaceMoreFeaturesLink}) =>
2360+
`*Adicione aprovações de despesas* para revisar os gastos da sua equipe e mantê-los sob controle.\n` +
2361+
'\n' +
2362+
`Veja como fazer:\n` +
2363+
'\n' +
2364+
'1. Vá para *Espaços de trabalho*.\n' +
2365+
'2. Selecione seu espaço de trabalho.\n' +
2366+
'3. Clique em *Mais recursos*.\n' +
2367+
'4. Ative *Fluxos de trabalho*.\n' +
2368+
'5. Vá para *Fluxos de trabalho* no editor do espaço de trabalho.\n' +
2369+
'6. Ative *Adicionar aprovações*.\n' +
2370+
`7. Você será definido como o aprovador de despesas. Pode alterar isso para qualquer administrador após convidar sua equipe.\n` +
2371+
'\n' +
2372+
`[Ir para mais recursos](${workspaceMoreFeaturesLink}).`,
2373+
},
23572374
createTestDriveAdminWorkspaceTask: {
23582375
title: ({workspaceConfirmationLink}) => `[Crie](${workspaceConfirmationLink}) um espaço de trabalho`,
23592376
description: 'Crie um espaço de trabalho e configure as definições com a ajuda do seu especialista em configuração!',

0 commit comments

Comments
 (0)