diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/25913902-3752-4f5d-85ab-bba23a5b8155.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/25913902-3752-4f5d-85ab-bba23a5b8155.vsidx new file mode 100644 index 0000000..bdf019d Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/25913902-3752-4f5d-85ab-bba23a5b8155.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/26f4f129-09eb-4e85-8ce3-c1a16441b612.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/26f4f129-09eb-4e85-8ce3-c1a16441b612.vsidx new file mode 100644 index 0000000..1a04a6f Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/26f4f129-09eb-4e85-8ce3-c1a16441b612.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/4c66a70a-18b6-4343-8589-7c1a56063b32.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/4c66a70a-18b6-4343-8589-7c1a56063b32.vsidx new file mode 100644 index 0000000..06bed8e Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/4c66a70a-18b6-4343-8589-7c1a56063b32.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/57b7ebd9-a316-4567-98e8-8ee4d03065cf.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/57b7ebd9-a316-4567-98e8-8ee4d03065cf.vsidx new file mode 100644 index 0000000..97b300f Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/57b7ebd9-a316-4567-98e8-8ee4d03065cf.vsidx differ diff --git a/.vs/Fab2ApprovalSystem/FileContentIndex/996aab02-8985-4b9c-b1b7-0c85ad7384f9.vsidx b/.vs/Fab2ApprovalSystem/FileContentIndex/996aab02-8985-4b9c-b1b7-0c85ad7384f9.vsidx new file mode 100644 index 0000000..91a6828 Binary files /dev/null and b/.vs/Fab2ApprovalSystem/FileContentIndex/996aab02-8985-4b9c-b1b7-0c85ad7384f9.vsidx differ diff --git a/Fab2ApprovalSystem/.gitignore b/Fab2ApprovalSystem/.gitignore deleted file mode 100644 index a5bd507..0000000 --- a/Fab2ApprovalSystem/.gitignore +++ /dev/null @@ -1,339 +0,0 @@ -## Ignore Visual Studio temporary files, build results, and -## files generated by popular Visual Studio add-ons. -## -## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore - -# User-specific files -*.suo -*.user -*.userosscache -*.sln.docstates - -# User-specific files (MonoDevelop/Xamarin Studio) -*.userprefs - -# Build results -[Dd]ebug/ -[Dd]ebugPublic/ -[Rr]elease/ -[Rr]eleases/ -x64/ -x86/ -bld/ -[Bb]in/ -[Oo]bj/ - -# Visual Studio 2015/2017 cache/options directory -.vs/ -# Uncomment if you have tasks that create the project's static files in wwwroot -#wwwroot/ - -# Visual Studio 2017 auto generated files -Generated\ Files/ - -# MSTest test Results -[Tt]est[Rr]esult*/ -[Bb]uild[Ll]og.* - -# NUNIT -*.VisualState.xml -TestResult.xml - -# Build Results of an ATL Project -[Dd]ebugPS/ -[Rr]eleasePS/ -dlldata.c - -# Benchmark Results -BenchmarkDotNet.Artifacts/ - -# .NET Core -project.lock.json -project.fragment.lock.json -artifacts/ -**/Properties/launchSettings.json - -# StyleCop -StyleCopReport.xml - -# Files built by Visual Studio -*_i.c -*_p.c -*_i.h -*.ilk -*.meta -*.obj -*.iobj -*.pch -*.pdb -*.ipdb -*.pgc -*.pgd -*.rsp -*.sbr -*.tlb -*.tli -*.tlh -*.tmp -*.tmp_proj -*.log -*.vspscc -*.vssscc -.builds -*.pidb -*.svclog -*.scc - -# Chutzpah Test files -_Chutzpah* - -# Visual C++ cache files -ipch/ -*.aps -*.ncb -*.opendb -*.opensdf -*.sdf -*.cachefile -*.VC.db -*.VC.VC.opendb - -# Visual Studio profiler -*.psess -*.vsp -*.vspx -*.sap - -# Visual Studio Trace Files -*.e2e - -# TFS 2012 Local Workspace -$tf/ - -# Guidance Automation Toolkit -*.gpState - -# ReSharper is a .NET coding add-in -_ReSharper*/ -*.[Rr]e[Ss]harper -*.DotSettings.user - -# JustCode is a .NET coding add-in -.JustCode - -# TeamCity is a build add-in -_TeamCity* - -# DotCover is a Code Coverage Tool -*.dotCover - -# AxoCover is a Code Coverage Tool -.axoCover/* -!.axoCover/settings.json - -# Visual Studio code coverage results -*.coverage -*.coveragexml - -# NCrunch -_NCrunch_* -.*crunch*.local.xml -nCrunchTemp_* - -# MightyMoose -*.mm.* -AutoTest.Net/ - -# Web workbench (sass) -.sass-cache/ - -# Installshield output folder -[Ee]xpress/ - -# DocProject is a documentation generator add-in -DocProject/buildhelp/ -DocProject/Help/*.HxT -DocProject/Help/*.HxC -DocProject/Help/*.hhc -DocProject/Help/*.hhk -DocProject/Help/*.hhp -DocProject/Help/Html2 -DocProject/Help/html - -# Click-Once directory -publish/ - -# Publish Web Output -*.[Pp]ublish.xml -*.azurePubxml -# Note: Comment the next line if you want to checkin your web deploy settings, -# but database connection strings (with potential passwords) will be unencrypted -# *.pubxml -*.publishproj - -# Microsoft Azure Web App publish settings. Comment the next line if you want to -# checkin your Azure Web App publish settings, but sensitive information contained -# in these scripts will be unencrypted -PublishScripts/ - -# NuGet Packages -*.nupkg -# The packages folder can be ignored because of Package Restore -**/[Pp]ackages/* -# except build/, which is used as an MSBuild target. -!**/[Pp]ackages/build/ -# Uncomment if necessary however generally it will be regenerated when needed -#!**/[Pp]ackages/repositories.config -# NuGet v3's project.json files produces more ignorable files -*.nuget.props -*.nuget.targets - -# Microsoft Azure Build Output -csx/ -*.build.csdef - -# Microsoft Azure Emulator -ecf/ -rcf/ - -# Windows Store app package directories and files -AppPackages/ -BundleArtifacts/ -Package.StoreAssociation.xml -_pkginfo.txt -*.appx - -# Visual Studio cache files -# files ending in .cache can be ignored -*.[Cc]ache -# but keep track of directories ending in .cache -!*.[Cc]ache/ - -# Others -ClientBin/ -~$* -*~ -*.dbmdl -*.dbproj.schemaview -*.jfm -*.pfx -*.publishsettings -orleans.codegen.cs - -# Including strong name files can present a security risk -# (https://github.com/github/gitignore/pull/2483#issue-259490424) -#*.snk - -# Since there are multiple workflows, uncomment next line to ignore bower_components -# (https://github.com/github/gitignore/pull/1529#issuecomment-104372622) -#bower_components/ - -# RIA/Silverlight projects -Generated_Code/ - -# Backup & report files from converting an old project file -# to a newer Visual Studio version. Backup files are not needed, -# because we have git ;-) -_UpgradeReport_Files/ -Backup*/ -UpgradeLog*.XML -UpgradeLog*.htm -ServiceFabricBackup/ -*.rptproj.bak - -# SQL Server files -*.mdf -*.ldf -*.ndf - -# Business Intelligence projects -*.rdl.data -*.bim.layout -*.bim_*.settings -*.rptproj.rsuser - -# Microsoft Fakes -FakesAssemblies/ - -# GhostDoc plugin setting file -*.GhostDoc.xml - -# Node.js Tools for Visual Studio -.ntvs_analysis.dat -node_modules/ - -# Visual Studio 6 build log -*.plg - -# Visual Studio 6 workspace options file -*.opt - -# Visual Studio 6 auto-generated workspace file (contains which files were open etc.) -*.vbw - -# Visual Studio LightSwitch build output -**/*.HTMLClient/GeneratedArtifacts -**/*.DesktopClient/GeneratedArtifacts -**/*.DesktopClient/ModelManifest.xml -**/*.Server/GeneratedArtifacts -**/*.Server/ModelManifest.xml -_Pvt_Extensions - -# Paket dependency manager -.paket/paket.exe -paket-files/ - -# FAKE - F# Make -.fake/ - -# JetBrains Rider -.idea/ -*.sln.iml - -# CodeRush -.cr/ - -# Python Tools for Visual Studio (PTVS) -__pycache__/ -*.pyc - -# Cake - Uncomment if you are using it -# tools/** -# !tools/packages.config - -# Tabs Studio -*.tss - -# Telerik's JustMock configuration file -*.jmconfig - -# BizTalk build output -*.btp.cs -*.btm.cs -*.odx.cs -*.xsd.cs - -# OpenCover UI analysis results -OpenCover/ - -# Azure Stream Analytics local run output -ASALocalRun/ - -# MSBuild Binary and Structured Log -*.binlog - -# NVidia Nsight GPU debugger configuration file -*.nvuser - -# MFractors (Xamarin productivity tool) working folder -.mfractor/ - -## -## Visual Studio Code -## -.vs/* -.vscode/* -!.vscode/settings.json -!.vscode/tasks.json -!.vscode/launch.json -!.vscode/extensions.json diff --git a/Fab2ApprovalSystem/EmailTemplates/ApprovalReminders.txt b/Fab2ApprovalSystem/EmailTemplates/ApprovalReminders.txt index 6925404..490da2c 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ApprovalReminders.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ApprovalReminders.txt @@ -13,7 +13,7 @@ Title: {1}

-http://messa016ec.ec.local:8021/{0}/Edit?IssueID={2} +https://messa016ec.ec.local/{0}/Edit?IssueID={2}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAICompleted.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAICompleted.txt index e54805c..594eef6 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAICompleted.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAICompleted.txt @@ -7,7 +7,7 @@ Please log on to the Approval website to view the assignment and act accordingly

-{3}/CorrectiveAction/Edit?issueID={4} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={4}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssigned.txt index 4db1b84..298fa4c 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssigned.txt @@ -3,7 +3,7 @@

Corrective Action# {0} is ready for your approval. Please log on to the Approval website and review this item for FINAL Approval or Rejection.

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssignee.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssignee.txt index 99f144f..9b24e1e 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssignee.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionAssignee.txt @@ -7,7 +7,7 @@ Corrective Action# {0} has been assigned to you. Please log on to the Approval website to view the assignment and act accordingly

-{2}/CorrectiveAction/Edit?issueID={3} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={3}

D3 Due Date: {4}
diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionCompleted.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionCompleted.txt index adfa8e2..c42b8ba 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionCompleted.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionCompleted.txt @@ -6,7 +6,7 @@ Corrective Action {0} has been completed

-{1}/CorrectiveAction/Edit?issueID={2} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={2}

Thank you for your effort. Follow up date has been set for {3}

diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionFindingAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionFindingAssigned.txt index 9bea4f8..b54e48c 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionFindingAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionFindingAssigned.txt @@ -8,7 +8,7 @@ Action needs to be completed by {1} Please log on to the Approval website to view the assignment and act accordingly

-{3}/Audit/Edit?issueID={4} +https://messa016ec.ec.local/Audit/Edit?issueID={4}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReAssigned.txt index 30a7072..6dd8de0 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Corrective Action# {0} Re-Assigned to you for you approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReject.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReject.txt index 211f1e1..4f4d79b 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionReject.txt @@ -1,4 +1,4 @@ - + *****Please DO NOT reply to this email*****

Corrective Action# {0} was rejected by {3}. @@ -9,7 +9,7 @@ Reason For Reject:

Please log on to the Approval website and review this item for re-submission.

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -17,4 +17,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionApproved.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionApproved.txt index 0d7f47c..c94114b 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionApproved.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionApproved.txt @@ -7,7 +7,7 @@ Corrective Action# {1} section {3} has been approved. Please log on to the Approval website to view the section and act accordingly

-{2}/CorrectiveAction/Edit?issueID={0} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={0}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionAssignee.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionAssignee.txt index cf322ca..f4274c6 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionAssignee.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionAssignee.txt @@ -7,7 +7,7 @@ Corrective Action# {0} section {3} has been assigned to you for approval. Please log on to the Approval website to view the assignment and act accordingly

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionRejection.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionRejection.txt index 3f1c5f1..390c8fc 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionRejection.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionSectionRejection.txt @@ -7,7 +7,7 @@ Corrective Action# {0} section {3} has been rejected. Please log on to the Approval website to view the section and act accordingly

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionValidationRequired.txt b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionValidationRequired.txt index a21c488..7b616a8 100644 --- a/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionValidationRequired.txt +++ b/Fab2ApprovalSystem/EmailTemplates/CorrectiveActionValidationRequired.txt @@ -7,7 +7,7 @@ Corrective Action# {1} section D5/D6/D7(Corrective/Preventitive Actions) has bee Please log on to the Approval website to view the section and act accordingly

-{2}/CorrectiveAction/Edit?issueID={0} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={0}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/D3D5D7Due.txt b/Fab2ApprovalSystem/EmailTemplates/D3D5D7Due.txt index 25406b9..84030cf 100644 --- a/Fab2ApprovalSystem/EmailTemplates/D3D5D7Due.txt +++ b/Fab2ApprovalSystem/EmailTemplates/D3D5D7Due.txt @@ -3,7 +3,7 @@

Corrective Action# {0} section {4} is {3}. Please log on to the Approval website and review this item for completion.

-{2}/CorrectiveAction/Edit?issueID={1} +https://messa016ec.ec.local/CorrectiveAction/Edit?issueID={1}

D3 Due Date: {5}
diff --git a/Fab2ApprovalSystem/EmailTemplates/DelegateApproval.txt b/Fab2ApprovalSystem/EmailTemplates/DelegateApproval.txt index b4865de..7c510a8 100644 --- a/Fab2ApprovalSystem/EmailTemplates/DelegateApproval.txt +++ b/Fab2ApprovalSystem/EmailTemplates/DelegateApproval.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} Delegated to you for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/{3}/Edit?issueID={1} +https://messa016ec.ec.local/{3}/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/DelegationOff.txt b/Fab2ApprovalSystem/EmailTemplates/DelegationOff.txt index 101fef1..352dbc2 100644 --- a/Fab2ApprovalSystem/EmailTemplates/DelegationOff.txt +++ b/Fab2ApprovalSystem/EmailTemplates/DelegationOff.txt @@ -5,7 +5,7 @@

Rejection Comment: {5}

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNApproved.txt b/Fab2ApprovalSystem/EmailTemplates/ECNApproved.txt index c52071b..dcd2398 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNApproved.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNApproved.txt @@ -1,11 +1,11 @@ - + *****Please DO NOT reply to this email*****

ECN# {1} was Approved.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/ECNAssigned.txt index a1f22c8..a3778c9 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} is ready for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNReAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/ECNReAssigned.txt index f1ad7cd..5078eb7 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNReAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNReAssigned.txt @@ -3,7 +3,7 @@

{3}# {0} Re-Assigned to you for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNRecallApproval.txt b/Fab2ApprovalSystem/EmailTemplates/ECNRecallApproval.txt index 34ca794..1cbcfa3 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNRecallApproval.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNRecallApproval.txt @@ -5,7 +5,7 @@

Comments: {4}

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNReject.txt b/Fab2ApprovalSystem/EmailTemplates/ECNReject.txt index 101fef1..352dbc2 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNReject.txt @@ -5,7 +5,7 @@

Rejection Comment: {5}

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/ECNTrainingAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/ECNTrainingAssigned.txt index dec08c2..39d99ab 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ECNTrainingAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ECNTrainingAssigned.txt @@ -3,7 +3,7 @@

A new training assignment has been assigned to you for ECN# {1}

-Please click here to view: Click Here. +Please click here to view: Click Here.

If you have any questions or trouble logging on please contact a site administrator. diff --git a/Fab2ApprovalSystem/EmailTemplates/ETECNApproved.txt b/Fab2ApprovalSystem/EmailTemplates/ETECNApproved.txt index e4e8412..eab4028 100644 --- a/Fab2ApprovalSystem/EmailTemplates/ETECNApproved.txt +++ b/Fab2ApprovalSystem/EmailTemplates/ETECNApproved.txt @@ -1,10 +1,10 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} has been Approved. The expiration date is {4} Please review the approved ETECN form in the attachment.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -12,4 +12,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/LotDispositionAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/LotDispositionAssigned.txt index 7ff50c8..4c3d2df 100644 --- a/Fab2ApprovalSystem/EmailTemplates/LotDispositionAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/LotDispositionAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Lot Disposition# {0} is ready for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/LotDisposition/Edit?issueID={1} +https://messa016ec.ec.local/LotDisposition/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/LotDispositionReAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/LotDispositionReAssigned.txt index 689a7c6..fa828a1 100644 --- a/Fab2ApprovalSystem/EmailTemplates/LotDispositionReAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/LotDispositionReAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Lot Disposition# {0} Re-Assigned to you for you approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/LotDisposition/Edit?issueID={1} +https://messa016ec.ec.local/LotDisposition/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/LotDispositionReject.txt b/Fab2ApprovalSystem/EmailTemplates/LotDispositionReject.txt index 8e9bb9e..fb1a740 100644 --- a/Fab2ApprovalSystem/EmailTemplates/LotDispositionReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/LotDispositionReject.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Lot Disposition# {0} was rejected by {3}. Please log on to the Approval website and review this item for re-submission.

-{2}/LotDisposition/Edit?issueID={1} +https://messa016ec.ec.local/LotDisposition/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/LotTravelerCreation.txt b/Fab2ApprovalSystem/EmailTemplates/LotTravelerCreation.txt index b29135a..ace6883 100644 --- a/Fab2ApprovalSystem/EmailTemplates/LotTravelerCreation.txt +++ b/Fab2ApprovalSystem/EmailTemplates/LotTravelerCreation.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Lot Traveler for Lot# {3} , Request# {0} has a been created. Please login in to the Fab Approval System to review the change.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact the site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact the site administ Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/LotTravelerRevisionChange.txt b/Fab2ApprovalSystem/EmailTemplates/LotTravelerRevisionChange.txt index f263715..357dd35 100644 --- a/Fab2ApprovalSystem/EmailTemplates/LotTravelerRevisionChange.txt +++ b/Fab2ApprovalSystem/EmailTemplates/LotTravelerRevisionChange.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Lot Traveler for Lot# {3} , Request# {0} has a new Revision. Please login in to the Fab Approval System to review the change.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact the site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact the site administ Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/MRBAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/MRBAssigned.txt index 48e5da5..82c7d5b 100644 --- a/Fab2ApprovalSystem/EmailTemplates/MRBAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/MRBAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

MRB# {0} is ready for your approval. Please log on to the Approval website and review this item for Approval.

-{2}/MRB/Edit?issueID={1} +https://messa016ec.ec.local/MRB/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/PRAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/PRAssigned.txt index 305d042..5a5f402 100644 --- a/Fab2ApprovalSystem/EmailTemplates/PRAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/PRAssigned.txt @@ -3,7 +3,7 @@

{3}# {0} is ready for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/PartsRequest/Edit?issueID={1} +https://messa016ec.ec.local/PartsRequest/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! - \ No newline at end of file + diff --git a/Fab2ApprovalSystem/EmailTemplates/PRCompleted.txt b/Fab2ApprovalSystem/EmailTemplates/PRCompleted.txt index 360f0d1..86aaa78 100644 --- a/Fab2ApprovalSystem/EmailTemplates/PRCompleted.txt +++ b/Fab2ApprovalSystem/EmailTemplates/PRCompleted.txt @@ -3,7 +3,7 @@

{3}# {0} has been completed.

-{2}/PartsRequest/Edit?issueID={1} +https://messa016ec.ec.local/PartsRequest/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! - \ No newline at end of file + diff --git a/Fab2ApprovalSystem/EmailTemplates/PRReAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/PRReAssigned.txt index 1e25a17..ec44298 100644 --- a/Fab2ApprovalSystem/EmailTemplates/PRReAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/PRReAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} Re-Assigned to you for you approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/PartsRequest/Edit?issueID={1} +https://messa016ec.ec.local/PartsRequest/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/PRReject.txt b/Fab2ApprovalSystem/EmailTemplates/PRReject.txt index 033937b..ed02376 100644 --- a/Fab2ApprovalSystem/EmailTemplates/PRReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/PRReject.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} was rejected by {4}. Please log on to the Approval website and review this item for re-submission.

-{2}/PartsRequest/Edit?issueID={1} +https://messa016ec.ec.local/PartsRequest/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNAutoCancelled.txt b/Fab2ApprovalSystem/EmailTemplates/TECNAutoCancelled.txt index 5534591..9c7705a 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNAutoCancelled.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNAutoCancelled.txt @@ -1,10 +1,10 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} has been automatically Cancelled, because it has been converted to ECN# {5}. The cancellation date is {4} Please review the cancelled TECN and the new ECN in the attachments.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -12,4 +12,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNCancellationApproval.txt b/Fab2ApprovalSystem/EmailTemplates/TECNCancellationApproval.txt index e58462f..230b020 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNCancellationApproval.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNCancellationApproval.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} is ready for your Cancellation. Please log on to the Approval website and review this item for Approval of Cancellation.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNCancelled.txt b/Fab2ApprovalSystem/EmailTemplates/TECNCancelled.txt index 3611598..2e0ea47 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNCancelled.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNCancelled.txt @@ -1,10 +1,10 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} has been Cancelled. The cancellation date is {4} Please review the cancelled TECN form in the attachment.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -12,4 +12,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNExpirationApproval.txt b/Fab2ApprovalSystem/EmailTemplates/TECNExpirationApproval.txt index 06ba459..fe98e65 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNExpirationApproval.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNExpirationApproval.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} is ready for your Expiration Approval. Please log on to the Approval website and review this item for Approval of Expiration

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNExpired.txt b/Fab2ApprovalSystem/EmailTemplates/TECNExpired.txt index 6387977..f0acdfe 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNExpired.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNExpired.txt @@ -1,10 +1,10 @@ - + *****Please DO NOT reply to this email*****

{3}# {0} has Expired. The expiration date is {4} Please review the expired TECN form in the attachment.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -12,4 +12,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/TECNExtensionReject.txt b/Fab2ApprovalSystem/EmailTemplates/TECNExtensionReject.txt index f2a3860..a232475 100644 --- a/Fab2ApprovalSystem/EmailTemplates/TECNExtensionReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/TECNExtensionReject.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

{4}# {0} Extension was rejected by {3}. Please log on to the Approval website and review this item for re-submission.

-{2}/ECN/Edit?issueID={1} +https://messa016ec.ec.local/ECN/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/WorkRequestApproval.txt b/Fab2ApprovalSystem/EmailTemplates/WorkRequestApproval.txt index 8162e98..87bb9d2 100644 --- a/Fab2ApprovalSystem/EmailTemplates/WorkRequestApproval.txt +++ b/Fab2ApprovalSystem/EmailTemplates/WorkRequestApproval.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Work Request# {0} has been Approved.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/WorkRequestAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/WorkRequestAssigned.txt index 64b5b33..e2b0c11 100644 --- a/Fab2ApprovalSystem/EmailTemplates/WorkRequestAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/WorkRequestAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Work Request# {0} is ready for your approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/WorkRequestReAssigned.txt b/Fab2ApprovalSystem/EmailTemplates/WorkRequestReAssigned.txt index c9bcece..858d281 100644 --- a/Fab2ApprovalSystem/EmailTemplates/WorkRequestReAssigned.txt +++ b/Fab2ApprovalSystem/EmailTemplates/WorkRequestReAssigned.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Work Request# {0} Re-Assigned to you for you approval. Please log on to the Approval website and review this item for Approval or Rejection.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/WorkRequestReject.txt b/Fab2ApprovalSystem/EmailTemplates/WorkRequestReject.txt index 7a7fedd..89dfb5c 100644 --- a/Fab2ApprovalSystem/EmailTemplates/WorkRequestReject.txt +++ b/Fab2ApprovalSystem/EmailTemplates/WorkRequestReject.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Work Request# {0} was rejected by {3}. Please log on to the Approval website and review this item for re-submission.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact a site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact a site administra Thank you! -
\ No newline at end of file +
diff --git a/Fab2ApprovalSystem/EmailTemplates/WorkRequestRevisionChange.txt b/Fab2ApprovalSystem/EmailTemplates/WorkRequestRevisionChange.txt index 6cf6b70..0e2c379 100644 --- a/Fab2ApprovalSystem/EmailTemplates/WorkRequestRevisionChange.txt +++ b/Fab2ApprovalSystem/EmailTemplates/WorkRequestRevisionChange.txt @@ -1,9 +1,9 @@ - + *****Please DO NOT reply to this email*****

Work Request# {0} has a new Revision. Please login in to the Fab Approval System to review the change.

-{2}/LotTraveler/Edit?issueID={1} +https://messa016ec.ec.local/LotTraveler/Edit?issueID={1}

If you have any questions or trouble logging on please contact the site administrator. @@ -11,4 +11,4 @@ If you have any questions or trouble logging on please contact the site administ Thank you! -
\ No newline at end of file +