feat: Initial purchase order views, login seems to be broken though.
This commit is contained in:
@@ -24,6 +24,10 @@ public struct Employee: Codable, Equatable, Identifiable, Sendable {
|
||||
self.lastName = lastName
|
||||
self.updatedAt = updatedAt
|
||||
}
|
||||
|
||||
public var fullName: String {
|
||||
"\(firstName.capitalized) \(lastName.capitalized)"
|
||||
}
|
||||
}
|
||||
|
||||
public extension Employee {
|
||||
|
||||
Reference in New Issue
Block a user