Prototype document numbering system and automated O&M (Operations & Maintenance) generator for Motor Controls Inc.
Two-part application:
-
Document Number Generator (
index.html)- Same format and taxonomy as the original MCI Document Number Generator
- Persistent register (localStorage)
- Revision superseding support
- All original document types retained (Engineering / Procedure / O&M)
-
O&M Document Builder (
om-builder.html)- Focused on generating full O&M manuals to prove the concept
- Receives a generated document number from the first page
- Structured HTML assembly → PDF output
- Placeholder for future PDF search / attachment from SharePoint
MCI–[TYPE]-[PROJ NO.]–[CLIENT]–[DESCRIPTION]–[DOC TYPE]–[REVISION]
- Move configuration and register into SharePoint Online Lists
- Convert to SPFx web part for native SharePoint integration
- Full PDF search & embedding from SharePoint libraries
- Controlled sequential numbering per Project + DocType
Just open index.html in a browser, or serve the folder with any static server.
Intended for Vercel (static site).
Built for MCI Document Control workflows.