[DESIGN DOC]
FIGMA
As a follow up to Split expenses in NewDot, we want to add a few functions we support in Classic to make common split cases easier.
Split Even:
- Submitter creates an expense for $200.
- Submitter taps 'Split' from the 'More' menu. Two even splits are created in the Split table, each for $100.
- Submitter taps 'Add Split'. The new split is set to $0.
- Submitter taps 'More'
- Submitter taps 'Split all evenly'
- The two splits are all updated in the table to be $66.66.
- The final split is updated in the table for be $66.67.
Split by %:
- Submitter creates an expense for $200.
- Submitter taps 'Split' from the 'More' menu. Two even splits are created in the Split table, each for $100.
- Submitter taps 'Add Split'. The new split is set to $0.
- Submitter taps 'More'
- Submitter taps 'Split by percentage'
- The Split by percentage page shows, with existing amounts and resulting percentages:
- Split 1: $100 / 50%
- Split 2: $100 / 50%
- Split 3: $0 / 0%
- Submitter changes Split 3's percentage to 50% > error shows reading "Total percentage is greater than 100%"
- Submitter changes Split 2's percentage to 25% > greater than error remains
- Submitter changes Split 1's percentage to 0% > error shows reading "Total percentage is less than 100%"
- Submitter changes Split 1's percentage to 25% > error is removed
- Submitter taps 'Continue' and is returned to the split table with the updated amounts
Split by Days:
- Submitter creates an expense for $200.
- Submitter taps 'Split' from the 'More' menu. Two even splits are created in the Split table, each for $100.
- Submitter taps 'More'
- Submitter taps 'Split by days'
- Submitter taps 'Start' date picker, selects January 16th
- Submitter taps 'End' date picker, selects January 18th
- Submitter taps 'Continue'
- 3 even expenses are added to the split table. One for the 16th ($66.66), one for the 17th ($66.66), and one for the 18th ($66.67).

[DESIGN DOC]
FIGMA
As a follow up to Split expenses in NewDot, we want to add a few functions we support in Classic to make common split cases easier.
Split Even:
Split by %:
Split by Days: