This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mcarman
/
cm_services
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add and updated tables to account for errors so far. Need to add everything after Work Orders.
main
rpm-mcarman
2 years ago
parent
aa5d1296a0
commit
1dd5c2e5b6
11 changed files
with
88 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
Sources/App/Controllers/ItemControllers/cntrlItem.swift
+8
-0
Sources/App/Controllers/ItemControllers/cntrlItemResponseType.swift
+8
-0
Sources/App/Controllers/LabControllers/cntrlLabSetting.swift
+8
-0
Sources/App/Controllers/LinkingControllers/cntrlXFluidViscosity.swift
+8
-0
Sources/App/Controllers/LinkingControllers/cntrlXUserRole.swift
+8
-0
Sources/App/Controllers/LinkingControllers/cntrlXWorkOrderSegment.swift
+8
-0
Sources/App/Controllers/OilSampleControllers/cntrlOilSample.swift
+8
-0
Sources/App/Controllers/SpecControllers/cntrlSpec.swift
+8
-0
Sources/App/Controllers/SpecControllers/cntrlSpecItem.swift
+8
-0
Sources/App/Controllers/SpecControllers/cntrlSpecItemValue.swift
+8
-0
Sources/App/Controllers/WorkOrderControllers/cntrlWorkOrder.swift
+ 8
- 0
Sources/App/Controllers/ItemControllers/cntrlItem.swift
View File
@@ -0,0 +1,8 @@
//
// File 2.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/ItemControllers/cntrlItemResponseType.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/LabControllers/cntrlLabSetting.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/LinkingControllers/cntrlXFluidViscosity.swift
View File
@@ -0,0 +1,8 @@
//
// File 2.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/LinkingControllers/cntrlXUserRole.swift
View File
@@ -0,0 +1,8 @@
//
// File 3.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/LinkingControllers/cntrlXWorkOrderSegment.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/OilSampleControllers/cntrlOilSample.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/SpecControllers/cntrlSpec.swift
View File
@@ -0,0 +1,8 @@
//
// File 2.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/SpecControllers/cntrlSpecItem.swift
View File
@@ -0,0 +1,8 @@
//
// File 3.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/SpecControllers/cntrlSpecItemValue.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
+ 8
- 0
Sources/App/Controllers/WorkOrderControllers/cntrlWorkOrder.swift
View File
@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//
import Foundation
Write
Preview
Loading…
Cancel
Save