-
Notifications
You must be signed in to change notification settings - Fork 3.9k
[No QA] Docs: Close help-site content gaps for New Expensify-only features #92123
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
7fa2684
84730da
03d33de
ecb52b8
f257d06
0996da3
eb9c5a9
ed81375
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -28,15 +28,19 @@ If you haven’t set up a feed yet, learn how to set one up: | |||||
| 3. Select the card connection name. | ||||||
| 4. Click **Assign card** on the card you want to assign. | ||||||
| 5. Enter the assignee's name, email address, or phone number. | ||||||
| 6. Review the details and click **Assign card** to finalize the assignment. | ||||||
| 7. If needed, update the **Transaction start date** to choose the date from which Expensify starts importing transactions for the card. | ||||||
| 8. Click **Assign card** to finalize the assignment. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Step formatting violation: This should be step 7 (following the corrected numbering above).
Suggested change
|
||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| ## What happens after you assign company cards | ||||||
|
|
||||||
| - Posted transactions from the assigned card import automatically into the member's account as expenses. | ||||||
| - Expensify imports transactions from the Transaction start date onward. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Naming convention violation: "Transaction start date" is a UI element label and should be bolded, consistent with how it is referenced in step 6 above. Per the naming conventions, all UI element labels must use bold formatting.
Suggested change
|
||||||
| - The imported company card expenses are added to reports and submitted according to Workspace rules. | ||||||
|
|
||||||
| --- | ||||||
|
|
||||||
| # FAQ | ||||||
|
|
||||||
| ## Can I assign a company card to someone who is not a member of the Workspace? | ||||||
|
|
@@ -50,3 +54,7 @@ Yes. A member can have multiple company cards assigned. Each card’s transactio | |||||
| ## Can members unassign their own company cards? | ||||||
|
|
||||||
| No. Only Workspace Admins and their Copilots can assign or reassign company cards. | ||||||
|
|
||||||
| ## Can I change the transaction start date on an assigned card? | ||||||
|
|
||||||
| Yes. You can update the Transaction start date at any time from the assigned card's details. The Transaction start date determines the date from which Expensify imports transactions for the card. | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Naming convention violation: "Transaction start date" appears twice in this answer without bold formatting. Since it is a UI element label, it should be bolded per naming conventions.
Suggested change
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Step formatting violation: Step numbering skips from 5 to 7. This should be step 6, not 7. The next step should be 7, not 8. Sequential numbering is required per the step formatting standards.