v1.0.0-beta3a: make Job_Name and Job_Address optional, allow blank phone, add Timothy Cardoza to Office_Rep, comment out Job_Size_Guess fields

This commit is contained in:
2026-01-08 14:56:11 +00:00
parent 2546eb30fe
commit d7cb428ed7
4 changed files with 45 additions and 168 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
# Job Creation Form with Excel Sync
> Current Version: v1.0.0-beta2
> Current Version: v1.0.0-beta3a
See CHANGELOG.md for release notes.
@@ -48,7 +48,7 @@ ITEM_ID=01SPNXLDQRICHB63BFUNGKZ3GE6RL7LGBT
EXCEL_TABLE=/drives/.../tables/Test_Table
# Server
PORT=4000
PORT=3020
```
## Installation
@@ -67,7 +67,7 @@ Start the server:
bun run dev
```
Server runs at: http://localhost:4000
Server runs at: http://localhost:3020
## Key Features