Runs on the Trimble Pivot Platform
TURN GPS is a statewide network of permanently located GPS receivers, which provides both real time corrections and data for post processing to those that have an active subscription.
This site allows users to pay for their annual subscription.
Website and endpoints for TURN GPS Bill Pay
SQLServer
Add .env using .env.template as a template
Add .env.local using .env.local.template as a template
Add .secret.local file with this template SECRETS='{"govpay": {"apiKey": "xxx", "url":"xxx"}, "trimble": {"url": "xxx"}, "database": {"server": "xxx", "user": "xxx", "password": "xxx" , "name": "xxx"}}'
See google doc
- This app sends order number, item name and description to GovPay
- The user makes a payment to GovPay
- GovPay sends export to DTS billing
- DTS billing reconciles the item name or description to a vendor in FINET
- FINET State Warehouse "Vendor_Customer" table, Legal_Name or Company_Name
- This app/trimble has an organization and login name
- The "Customer Name" DTS billing refers to is the organization name not login name
npm install
firebase login
npm run dev
- Once everything is loaded, navigate to
http://localhost:5173/