Procházet zdrojové kódy

Add and updated tables to account for errors so far. Need to add everything after Work Orders.

main
rpm-mcarman před 2 roky
rodič
revize
1dd5c2e5b6
11 změnil soubory, kde provedl 88 přidání a 0 odebrání
  1. +8
    -0
      Sources/App/Controllers/ItemControllers/cntrlItem.swift
  2. +8
    -0
      Sources/App/Controllers/ItemControllers/cntrlItemResponseType.swift
  3. +8
    -0
      Sources/App/Controllers/LabControllers/cntrlLabSetting.swift
  4. +8
    -0
      Sources/App/Controllers/LinkingControllers/cntrlXFluidViscosity.swift
  5. +8
    -0
      Sources/App/Controllers/LinkingControllers/cntrlXUserRole.swift
  6. +8
    -0
      Sources/App/Controllers/LinkingControllers/cntrlXWorkOrderSegment.swift
  7. +8
    -0
      Sources/App/Controllers/OilSampleControllers/cntrlOilSample.swift
  8. +8
    -0
      Sources/App/Controllers/SpecControllers/cntrlSpec.swift
  9. +8
    -0
      Sources/App/Controllers/SpecControllers/cntrlSpecItem.swift
  10. +8
    -0
      Sources/App/Controllers/SpecControllers/cntrlSpecItemValue.swift
  11. +8
    -0
      Sources/App/Controllers/WorkOrderControllers/cntrlWorkOrder.swift

+ 8
- 0
Sources/App/Controllers/ItemControllers/cntrlItem.swift Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/LabControllers/cntrlLabSetting.swift Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/LinkingControllers/cntrlXFluidViscosity.swift Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/OilSampleControllers/cntrlOilSample.swift Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/SpecControllers/cntrlSpec.swift Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

+ 8
- 0
Sources/App/Controllers/WorkOrderControllers/cntrlWorkOrder.swift Zobrazit soubor

@@ -0,0 +1,8 @@
//
// File.swift
//
//
// Created by Michiel Carman on 4/3/24.
//

import Foundation

Načítá se…
Zrušit
Uložit