You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Change debug VAT trigger from 12345 to GB123456789
- GB123456789 passes VAT validation (GB + 9 digits)
- Easy to remember: GB followed by numbers 1-9 in sequence
- Works with or without spaces (GB123456789 or GB 123 456 789)
- Updated DEBUG_FEATURES.md documentation
- Previous value '12345' failed validation checks
Copy file name to clipboardExpand all lines: DEBUG_FEATURES.md
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,12 +6,14 @@ Features that are **only available in DEBUG builds** for testing and development
6
6
7
7
## 🔧 Data Seeding Shortcut
8
8
9
-
### Magic VAT Number: `12345`
9
+
### Magic VAT Number: `GB123456789`
10
10
11
-
During onboarding in the mobile app (or web app running in DEBUG mode), entering `12345` as the VAT Registration Number will automatically trigger data seeding.
11
+
During onboarding in the mobile app (or web app running in DEBUG mode), entering `GB123456789` as the VAT Registration Number will automatically trigger data seeding.
12
+
13
+
**Easy to remember:** Just type `GB` followed by the numbers 1-9 in sequence!
12
14
13
15
**How it works:**
14
-
1. User enters `12345` in the VAT Registration Number field
16
+
1. User enters `GB123456789` (or formatted as `GB 123 456 789`) in the VAT Registration Number field
15
17
2. User clicks "Save & Continue"
16
18
3. App calls `/api/dev/reseed` endpoint on the backend
17
19
4. Test data is seeded (sample invoices, jobs, etc.)
0 commit comments