9c73773c19
- Create Word document template with job information pre-populated - Auto-populate: Job Name, Address, Division, Client, Type, Status, Contact info - Include fillable fields: Scope, Vendors, Estimate Cost, Dates, Team Contacts, Notes - Document named [JobNumber] - Manager Info.docx for easy identification - Uses docx library to generate professional Word documents - Document uploaded automatically during job folder creation
22 lines
482 B
JSON
22 lines
482 B
JSON
{
|
|
"name": "job-folder-graph-integration",
|
|
"version": "1.0.0",
|
|
"description": "Microsoft Graph integration for job folder creation and management",
|
|
"main": "post-record-integration.js",
|
|
"scripts": {
|
|
"test": "node example-usage.js"
|
|
},
|
|
"dependencies": {
|
|
"node-fetch": "^2.7.0",
|
|
"docx": "^8.5.0"
|
|
},
|
|
"keywords": [
|
|
"microsoft-graph",
|
|
"onedrive",
|
|
"sharepoint",
|
|
"folder-management"
|
|
],
|
|
"author": "Cardoza Construction",
|
|
"license": "MIT"
|
|
}
|