SMART 2.0 — job guide
SMART 2.0 is Smith Douglas’s browser-based line-of-business application (source repo: Workplace2020/). It shares the same database and user accounts as SMART 1.0 (desktop).
- URL: https://thesmartbuilder.net
- Not the company intranet — no HR news, no employee directory.
- Many modules are a hub: launch desktop SMART for heavy work, plus web-only screens (contracts, land acquisition, land-dev invoicing, Excel imports, AgilePoint).
- Service & warranty: see Service & warranty — division rollout varies while the web module matures.
Who this section is for
Section titled “Who this section is for”| Audience | Start here |
|---|---|
| Builders, sales, CSRs, land, accounting | Sign in & navigation → your module guide → Screen reference for individual pages |
| Admins / IT | Administration · Developer reference (Developer mode) |
| Future AI assistant | Each page uses the same headings (screens, workflows, related concepts) so answers can cite one topic |
How SMART 2.0 is organized
Section titled “How SMART 2.0 is organized”SMART 2.0 is an ASP.NET Web Forms site. Authenticated pages use SMART2.Master for navigation. Each folder is a business area; many real workflows live in shared/ (contacts, contracts) even when you think of them as “Sales.”
https://thesmartbuilder.net/├── login.aspx, Dashboard.aspx, ResetPassword.aspx├── process-dashboard.aspx, ProcessViewer.aspx, FormRender.aspx ← AgilePoint├── sales/, production/, accounting/, … ← module hubs├── shared/ ← contacts & contracts (web)├── web-reports/ ← division reports├── App_API/*.asmx ← AJAX backend (Developer mode)└── invoicing/, land-acquisition/, land-development/, …Module guides
Section titled “Module guides”| Area | Guide | Primary folder(s) |
|---|---|---|
| Sign in, dashboard, permissions | Sign in & navigation | Root + user/ |
| Sales home, traffic, KPIs | Sales | sales/ |
| Contacts, contracts, ratify/close | Sales & contracts (shared) | shared/ |
| Production, delays, trade tools | Production | production/ |
| POs, lot imports | Project management | project-management/ |
| Finance, LD invoicing, closings | Accounting | accounting/, invoicing/ |
| Land pipeline & LD budgets | Land & development | land-acquisition/, land-development/ |
| Plan & schedule imports | Product development | product-development/ |
| CSR / warranty | Service & warranty | service/ (+ portals) |
| Users, roles, web apps | Administration | administration/ |
| Delays, change orders, BPM | AgilePoint & approvals | Root + processes/ |
| Division report library | Web reports | web-reports/ |
| Excel upload templates | Excel imports & templates | docs/ + module import pages |
Individual .aspx screens (screenshots, how-to) | Screen reference | All modules — linked from module guides |
When to use SMART 2.0 vs SMART 1.0
Section titled “When to use SMART 2.0 vs SMART 1.0”| Use SMART 2.0 when… | Use SMART 1.0 when… |
|---|---|
| Your division uses the web screen for that task | The workflow is desktop-only for your division |
| You need AgilePoint approval (delays, some COs) | You need full WinForms features (some reports, legacy modules) |
| You are on a PC without SMART installed | You need deep module features not ported to web |
| You manage contracts or land acquisition in the browser | You rely on modules with no web equivalent yet |
Changes in either app appear in the other after refresh — same SQL Server database.
Business concepts (cross-module)
Section titled “Business concepts (cross-module)”These pages explain why data behaves a certain way (status codes, lifecycles):
Technical reference
Section titled “Technical reference”In Developer mode: SMART 2.0 application · Developer reference (auth, App_API, session keys).