Compare commits
1 commit
d08949487f
...
807f8200b1
| Author | SHA1 | Date | |
|---|---|---|---|
| 807f8200b1 |
1 changed files with 3 additions and 7 deletions
|
|
@ -85,7 +85,8 @@
|
||||||
<!-- Step 1: Account Selection -->
|
<!-- Step 1: Account Selection -->
|
||||||
<div v-if="currentStep === 1">
|
<div v-if="currentStep === 1">
|
||||||
<p class="text-sm text-muted-foreground mb-4">
|
<p class="text-sm text-muted-foreground mb-4">
|
||||||
Select the account for this expense
|
Select the account for this expense. Use the "Other" account if
|
||||||
|
you're not sure.
|
||||||
</p>
|
</p>
|
||||||
<AccountSelector
|
<AccountSelector
|
||||||
v-model="selectedAccount"
|
v-model="selectedAccount"
|
||||||
|
|
@ -103,16 +104,11 @@
|
||||||
<FormLabel>Description *</FormLabel>
|
<FormLabel>Description *</FormLabel>
|
||||||
<FormControl>
|
<FormControl>
|
||||||
<Textarea
|
<Textarea
|
||||||
placeholder="e.g., Biocoop, Ferme des Croquantes, Foix Market, etc"
|
placeholder="A detailed description of the purchase/invoice/bill, and what it was used for (event/project/etc)..."
|
||||||
v-bind="componentField"
|
v-bind="componentField"
|
||||||
rows="3"
|
rows="3"
|
||||||
/>
|
/>
|
||||||
</FormControl>
|
</FormControl>
|
||||||
<FormDescription>
|
|
||||||
Use the "Other" account if you don't see one that matches. Add a
|
|
||||||
detailed description of the purchase / invoice / bill, and what
|
|
||||||
it was used for (event / project / etc).
|
|
||||||
</FormDescription>
|
|
||||||
<FormMessage />
|
<FormMessage />
|
||||||
</FormItem>
|
</FormItem>
|
||||||
</FormField>
|
</FormField>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue