(node:17136) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17136) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17136) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17191) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17191) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17191) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17678) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17678) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17678) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17704) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:17704) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:17704) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:18194) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:18194) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:18194) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error: ENOENT: no such file or directory, stat '/home/cybeerpo/zad.cybeerpos.com/frontend/public/companies.html'
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error fetching items: CastError: Cast to ObjectId failed for value "null" (type string) at path "companyId" for model "Item"
    at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:251:11)
    at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
    at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
    at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
    at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
    at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
    at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
    at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async exports.getAllItems (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/itemController.js:461:23) {
  stringValue: '"null"',
  messageFormat: undefined,
  kind: 'ObjectId',
  value: 'null',
  path: 'companyId',
  reason: BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
      at new ObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/bson/lib/bson.cjs:2538:23)
      at castObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast/objectid.js:25:12)
      at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:249:12)
      at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
      at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
      at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
      at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
      at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
      at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
      at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80),
  valueType: 'string'
}
Error fetching items: CastError: Cast to ObjectId failed for value "null" (type string) at path "companyId" for model "Item"
    at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:251:11)
    at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
    at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
    at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
    at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
    at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
    at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
    at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async exports.getAllItems (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/itemController.js:461:23) {
  stringValue: '"null"',
  messageFormat: undefined,
  kind: 'ObjectId',
  value: 'null',
  path: 'companyId',
  reason: BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
      at new ObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/bson/lib/bson.cjs:2538:23)
      at castObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast/objectid.js:25:12)
      at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:249:12)
      at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
      at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
      at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
      at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
      at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
      at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
      at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80),
  valueType: 'string'
}
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., companyId: Path `companyId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error fetching items: CastError: Cast to ObjectId failed for value "null" (type string) at path "companyId" for model "Item"
    at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:251:11)
    at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
    at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
    at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
    at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
    at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
    at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
    at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async exports.getAllItems (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/itemController.js:461:23) {
  stringValue: '"null"',
  messageFormat: undefined,
  kind: 'ObjectId',
  value: 'null',
  path: 'companyId',
  reason: BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
      at new ObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/bson/lib/bson.cjs:2538:23)
      at castObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast/objectid.js:25:12)
      at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:249:12)
      at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
      at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
      at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
      at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
      at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
      at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
      at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80),
  valueType: 'string'
}
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., companyId: Path `companyId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., companyId: Path `companyId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required., type: `Shop` is not a valid enum value for path `type`.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
Error during bulk item import : Item validation failed: categoryId: Path `categoryId` is required., kitchenId: Path `kitchenId` is required.
(node:796773) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:796773) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:796773) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:803630) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:803630) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:803630) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2653436) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2653436) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2653436) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2653681) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2653681) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2653681) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2653859) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2653859) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2653859) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2654219) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2654219) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2654219) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2654479) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2654479) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2654479) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2654855) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2654855) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2654855) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2655092) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2655092) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2655092) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2655254) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2655254) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2655254) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2655694) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2655694) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2655694) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/zad.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-emxbbsa-shard-00-00.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-01.a8cglje.mongodb.net:27017' => [ServerDescription],
      'ac-emxbbsa-shard-00-02.a8cglje.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-88iv90-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
(node:2656254) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2656254) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2656254) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2656484) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2656484) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2656484) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2656598) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2656598) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2656598) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
(node:3360759) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3360759) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3360759) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error creating user: E11000 duplicate key error collection: newCafe.users index: email_1 dup key: { email: "f@gmail.com" }
Error creating user: E11000 duplicate key error collection: newCafe.users index: email_1 dup key: { email: "f@gmail.com" }
Error creating user: E11000 duplicate key error collection: newCafe.users index: email_1 dup key: { email: "f@gmail.com" }
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d8. Current served: 1, Requested increment: 1, Ordered: 1
Error creating user: E11000 duplicate key error collection: newCafe.users index: email_1 dup key: { email: "r@gmial.com" }
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d8. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 6905f13a7f7b6ec051f13e25. Kitchen served quantity: 1, Requested quantity: 0
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2482328) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2482328) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2482328) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2482622) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2482622) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2482622) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2508990) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2508990) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2508990) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2509018) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2509018) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2509018) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2515523) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2515523) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2515523) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2519304) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2519304) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2519304) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2519371) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2519371) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2519371) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2520937) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2520937) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2520937) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2520965) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2520965) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2520965) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2537776) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2537776) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2537776) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2538975) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2538975) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2538975) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2539178) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2539178) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2539178) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2546910) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2546910) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2546910) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2546977) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2546977) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2546977) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2572188) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2572188) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2572188) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2572263) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2572263) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2572263) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2926742) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2926742) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2926742) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2926781) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2926781) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2926781) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2966368) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2966368) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2966368) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3628839) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3628839) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3628839) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3628858) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3628858) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3628858) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:190549) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:190549) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:190549) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:190594) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:190594) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:190594) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:640819) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:640819) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:640819) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:641502) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:641502) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:641502) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:642095) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:642095) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:642095) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:655061) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:655061) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:655061) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'>
BrokenPipeError: [Errno 32] Broken pipe
(node:725475) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:725475) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:725475) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:727554) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:727554) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:727554) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:727579) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:727579) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:727579) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af532. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error fetching items: CastError: Cast to ObjectId failed for value "null" (type string) at path "companyId" for model "Item"
    at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:251:11)
    at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
    at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
    at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
    at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
    at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
    at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
    at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async exports.getAllItems (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/itemController.js:461:23) {
  stringValue: '"null"',
  messageFormat: undefined,
  kind: 'ObjectId',
  value: 'null',
  path: 'companyId',
  reason: BSONError: input must be a 24 character hex string, 12 byte Uint8Array, or an integer
      at new ObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/bson/lib/bson.cjs:2538:23)
      at castObjectId (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast/objectid.js:25:12)
      at SchemaObjectId.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schema/objectId.js:249:12)
      at SchemaType.applySetters (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1262:12)
      at SchemaType.castForQuery (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1698:17)
      at cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/cast.js:390:32)
      at Query.cast (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:5060:12)
      at Query._castConditions (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2374:10)
      at model.Query._find (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:2401:8)
      at model.Query.exec (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/query.js:4627:80),
  valueType: 'string'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 2, Requested increment: 2, Ordered: 2
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2164622) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2164622) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2164622) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2238835) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2238835) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2238835) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af532. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2714688) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2714688) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2714688) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2714806) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2714806) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2714806) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2724434) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2724434) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2724434) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:3513383) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3513383) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3513383) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error creating item and initializing inventory: MongoServerError: E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }
    at InsertOneOperation.handleOk (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/insert.js:51:19)
    at tryOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:214:34)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async executeOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:78:16)
    at async Collection.insertOne (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/collection.js:154:16) {
  errorLabelSet: Set(0) {},
  errorResponse: {
    index: 0,
    code: 11000,
    errmsg: `E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }`,
    keyPattern: { code: 1, companyId: 1 },
    keyValue: {
      code: '285',
      companyId: new ObjectId('67d83445fef7d03aaec5ff9b')
    }
  },
  index: 0,
  code: 11000,
  keyPattern: { code: 1, companyId: 1 },
  keyValue: { code: '285', companyId: new ObjectId('67d83445fef7d03aaec5ff9b') }
}
Error creating item and initializing inventory: MongoServerError: E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }
    at InsertOneOperation.handleOk (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/insert.js:51:19)
    at tryOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:214:34)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async executeOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:78:16)
    at async Collection.insertOne (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/collection.js:154:16) {
  errorLabelSet: Set(0) {},
  errorResponse: {
    index: 0,
    code: 11000,
    errmsg: `E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }`,
    keyPattern: { code: 1, companyId: 1 },
    keyValue: {
      code: '285',
      companyId: new ObjectId('67d83445fef7d03aaec5ff9b')
    }
  },
  index: 0,
  code: 11000,
  keyPattern: { code: 1, companyId: 1 },
  keyValue: { code: '285', companyId: new ObjectId('67d83445fef7d03aaec5ff9b') }
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error creating item and initializing inventory: MongoServerError: E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }
    at InsertOneOperation.handleOk (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/insert.js:51:19)
    at tryOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:214:34)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async executeOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:78:16)
    at async Collection.insertOne (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/collection.js:154:16) {
  errorLabelSet: Set(0) {},
  errorResponse: {
    index: 0,
    code: 11000,
    errmsg: `E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }`,
    keyPattern: { code: 1, companyId: 1 },
    keyValue: {
      code: '285',
      companyId: new ObjectId('67d83445fef7d03aaec5ff9b')
    }
  },
  index: 0,
  code: 11000,
  keyPattern: { code: 1, companyId: 1 },
  keyValue: { code: '285', companyId: new ObjectId('67d83445fef7d03aaec5ff9b') }
}
Error creating item and initializing inventory: MongoServerError: E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }
    at InsertOneOperation.handleOk (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/insert.js:51:19)
    at tryOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:214:34)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async executeOperation (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/operations/execute_operation.js:78:16)
    at async Collection.insertOne (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/collection.js:154:16) {
  errorLabelSet: Set(0) {},
  errorResponse: {
    index: 0,
    code: 11000,
    errmsg: `E11000 duplicate key error collection: newCafe.items index: code_1_companyId_1 dup key: { code: "285", companyId: ObjectId('67d83445fef7d03aaec5ff9b') }`,
    keyPattern: { code: 1, companyId: 1 },
    keyValue: {
      code: '285',
      companyId: new ObjectId('67d83445fef7d03aaec5ff9b')
    }
  },
  index: 0,
  code: 11000,
  keyPattern: { code: 1, companyId: 1 },
  keyValue: { code: '285', companyId: new ObjectId('67d83445fef7d03aaec5ff9b') }
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fe. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
(node:254119) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:254119) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:254119) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:254151) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:254151) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:254151) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:260590) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:260590) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:260590) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:261810) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:261810) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:261810) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:261859) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:261859) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:261859) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:263743) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:263743) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:263743) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:263779) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:263779) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:263779) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:267774) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:267774) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:267774) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:267832) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:267832) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:267832) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
(node:268919) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:268919) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:268919) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
(node:269002) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:269002) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:269002) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:707090) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:707090) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:707090) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
(node:713503) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:713503) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:713503) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:913723) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:913723) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:913723) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:1463671) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1463671) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1463671) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 691315b4337be21fe07036c5. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af510. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2720404) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2720404) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2720404) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2837623) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2837623) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2837623) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:3373147) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3373147) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3373147) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:4014755) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:4014755) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:4014755) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:240422) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:240422) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:240422) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:467471) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:467471) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:467471) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:468130) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:468130) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:468130) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:1141984) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1141984) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1141984) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1142149) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1142149) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1142149) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:1251805) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1251805) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1251805) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1251841) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1251841) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1251841) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af509. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fc. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 3, Requested increment: 3, Ordered: 3
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 3, Requested increment: 3, Ordered: 3
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 3, Requested increment: 3, Ordered: 3
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:2959409) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2959409) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2959409) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2960086) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2960086) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2960086) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af564. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:79807) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:79807) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:79807) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af512. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 3, Requested increment: 3, Ordered: 3
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af554. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:1331505) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1331505) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1331505) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1332037) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1332037) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1332037) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52c. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d7. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:1944917) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1944917) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1944917) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 3, Requested increment: 3, Ordered: 3
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4dd. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
(node:3157756) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3157756) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3157756) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:134:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3206409) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3206409) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3206409) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3206615) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3206615) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3206615) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3227618) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3227618) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3227618) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3227742) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3227742) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3227742) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:121:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3589746) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3589746) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3589746) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3590293) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3590293) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3590293) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3590953) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3590953) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3590953) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 692fe56ec6a42b0eb0a15558. Kitchen served quantity: 3, Requested quantity: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Item with ID 6900ea9d053cbde56f4af562 not found in order 692feab945832123533c69dc.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3626003) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3626003) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3626003) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3626059) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3626059) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3626059) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af564. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3690030) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3690030) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3690030) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3690935) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3690935) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3690935) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3759538) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3759538) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3759538) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:4014211) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:4014211) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:4014211) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:36369) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:36369) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:36369) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 2, Requested increment: 2, Ordered: 2
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:131901) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:131901) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:131901) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af559. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 69328b4255a86ff8fa1bd5cc. Kitchen served quantity: 2, Requested quantity: 1
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 69328b4255a86ff8fa1bd5cc. Kitchen served quantity: 2, Requested quantity: 1
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 6932852c55a86ff8fa1bd079. Kitchen served quantity: 6, Requested quantity: 5
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af515. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating order details: Cannot decrease quantity below kitchen served quantity for item with ID 6932852c55a86ff8fa1bd079. Kitchen served quantity: 10, Requested quantity: 9
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 6, Requested increment: 4, Ordered: 6
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 6, Requested increment: 4, Ordered: 6
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fd. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af520. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3188827) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3188827) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3188827) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3295732) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3295732) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3295732) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3301948) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3301948) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3301948) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3852739) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3852739) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3852739) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:873485) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:873485) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:873485) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:874912) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:874912) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:874912) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af515. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e0. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
MongoServerSelectionError: connection <monitor> to 159.41.64.156:27017 timed out
    at Timeout._onTimeout (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongodb/lib/sdam/topology.js:278:38)
    at listOnTimeout (node:internal/timers:573:17)
    at process.processTimers (node:internal/timers:514:7)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2353108) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2353108) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2353108) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4f1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fc. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 5, Requested increment: 5, Ordered: 5
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3013702) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3013702) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3013702) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3018226) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3018226) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3018226) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ed. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af532. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error in checkOrCreatedeviceId_1: MongoNetworkError: AggregateError has an empty errors array. Please check the `cause` property for more information.
    at TLSSocket.<anonymous> (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/node_modules/mongodb/lib/cmap/connect.js:286:44)
    at Object.onceWrapper (node:events:628:26)
    at TLSSocket.emit (node:events:513:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
  errorLabelSet: Set(1) { 'ResetPool' },
  beforeHandshake: false,
  connectionGeneration: 4,
  [cause]: AggregateError
      at internalConnectMultiple (node:net:1095:18)
      at Timeout.internalConnectMultipleTimeout (node:net:1599:3)
      at listOnTimeout (node:internal/timers:575:11)
      at process.processTimers (node:internal/timers:514:7) {
    code: undefined,
    [errors]: []
  }
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d7. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:940998) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:940998) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:940998) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4f3. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4db. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1531142) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1531142) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1531142) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1591933) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1591933) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1591933) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4dc. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1744617) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1744617) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1744617) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1772732) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1772732) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1772732) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af535. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af509. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2419021) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2419021) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2419021) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2446779) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2446779) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2446779) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2495672) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2495672) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2495672) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ed. Current served: 5, Requested increment: 5, Ordered: 5
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4f3. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e6. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:179036) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:179036) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:179036) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:183585) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:183585) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:183585) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ec. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af554. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4db. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af554. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af530. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af530. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af515. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1562065) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1562065) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1562065) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af550. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2313044) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2313044) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2313044) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2314378) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2314378) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2314378) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2341128) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2341128) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2341128) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2838386) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2838386) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2838386) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6913166f337be21fe0703728. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af506. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af510. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4de. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4dd. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1321886) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1321886) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1321886) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1356575) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1356575) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1356575) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fd. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fd. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1871152) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1871152) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1871152) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2701187) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2701187) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2701187) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af519. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53b. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 69131649337be21fe070371c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e8. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:537266) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:537266) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:537266) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af541. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4df. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af509. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1804737) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1804737) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1804737) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af550. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1980205) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1980205) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1980205) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1982989) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1982989) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1982989) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2462531) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2462531) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2462531) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2484859) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2484859) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2484859) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2486463) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2486463) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2486463) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2492091) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2492091) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2492091) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2493531) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2493531) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2493531) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2494072) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2494072) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2494072) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2498304) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2498304) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2498304) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2498406) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2498406) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2498406) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2501168) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2501168) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2501168) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2506833) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2506833) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2506833) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2509853) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2509853) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2509853) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2568402) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2568402) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2568402) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2710364) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2710364) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2710364) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3075774) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3075774) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3075774) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3107214) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3107214) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3107214) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3107805) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3107805) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3107805) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3121586) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3121586) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3121586) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3126650) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3126650) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3126650) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3158237) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3158237) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3158237) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3158270) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3158270) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3158270) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3169804) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3169804) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3169804) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3172803) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3172803) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3172803) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3182990) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3182990) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3182990) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3184711) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3184711) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3184711) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af532. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3522998) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3522998) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3522998) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4db. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:200806) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:200806) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:200806) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 2, Requested increment: 2, Ordered: 2
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 3, Requested increment: 3, Ordered: 3
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af526. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2834486) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2834486) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2834486) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2955293) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2955293) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2955293) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fc. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:31059) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:31059) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:31059) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af514. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:234134) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:234134) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:234134) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:810752) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:810752) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:810752) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:812219) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:812219) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:812219) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6913166f337be21fe0703728. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e8. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1674724) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1674724) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1674724) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fc. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af552. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 4, Requested increment: 4, Ordered: 4
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af508. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2740125) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2740125) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2740125) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3447108) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3447108) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3447108) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af539. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af535. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fc. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:518315) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:518315) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:518315) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4eb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af512. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1393260) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1393260) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1393260) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1393658) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1393658) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1393658) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1715680) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1715680) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1715680) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1965024) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1965024) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1965024) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1965956) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1965956) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1965956) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2005502) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2005502) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2005502) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:2007069) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:2007069) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:2007069) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e6. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af559. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af534. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af51b. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af52e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e4. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af553. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af50a. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af536. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ff. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af526. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af554. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af535. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1092267) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1092267) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1092267) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1193682) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1193682) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1193682) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54c. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af507. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af560. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af556. Current served: 2, Requested increment: 2, Ordered: 2
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53a. Current served: 4, Requested increment: 4, Ordered: 4
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4d9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error sending forgot password email: connect ECONNREFUSED 192.250.229.77:465
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55b. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af563. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4dd. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55a. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e9. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af540. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af562. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4ea. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af535. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af55d. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af555. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3230311) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3230311) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3230311) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3231085) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3231085) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3231085) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Error: Unable to find the session to touch
    at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/connect-mongo/build/main/lib/MongoStore.js:329:37
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af524. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4e1. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3394595) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3394595) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3394595) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3946833) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3946833) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3946833) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af525. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3966461) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3966461) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3966461) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:3966597) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:3966597) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:3966597) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 3, Requested increment: 3, Ordered: 3
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4f1. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af53c. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54e. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af554. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af515. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af54f. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:585579) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:585579) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:585579) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error during order creation: CafeOrderDetail validation failed: quantity: Path `quantity` is required.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af528. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af561. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af535. Current served: 1, Requested increment: 1, Ordered: 1
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af511. Current served: 1, Requested increment: 1, Ordered: 1
Error updating quantities: Cannot increment served quantity for item with ID 6900ea9d053cbde56f4af4fb. Current served: 2, Requested increment: 2, Ordered: 2
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Error saving print data: Error: PrintedData validation failed: tableNo: Path `tableNo` is required.
    at ValidationError.inspect (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/error/validation.js:52:26)
    at formatValue (node:internal/util/inspect:805:19)
    at inspect (node:internal/util/inspect:364:10)
    at formatWithOptionsInternal (node:internal/util/inspect:2298:40)
    at formatWithOptions (node:internal/util/inspect:2160:10)
    at console.value (node:internal/console/constructor:348:14)
    at console.warn (node:internal/console/constructor:381:61)
    at exports.savePrintData (/home/cybeerpo/zad.cybeerpos.com/backend/controllers/printedDataController.js:137:13)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
  errors: {
    tableNo: ValidatorError: Path `tableNo` is required.
        at validate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1417:13)
        at SchemaType.doValidate (/home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/schemaType.js:1401:7)
        at /home/cybeerpo/nodevenv/zad.cybeerpos.com/19/lib/node_modules/mongoose/lib/document.js:3115:18
        at process.processTicksAndRejections (node:internal/process/task_queues:77:11) {
      properties: [Object],
      kind: 'required',
      path: 'tableNo',
      value: null,
      reason: undefined,
      [Symbol(mongoose#validatorError)]: true
    }
  },
  _message: 'PrintedData validation failed'
}
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
Invalid customerId: Value is null, undefined, or not provided.
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1104761) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1104761) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1104761) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:1104798) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:1104798) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:1104798) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:191419) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:191419) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:191419) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
Error in checkOrCreatedeviceId_1: MongooseError: Operation `devices.countDocuments()` buffering timed out after 10000ms
    at Timeout.<anonymous> (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/drivers/node-mongodb-native/collection.js:187:23)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)
Error in checkOrCreatedeviceId_1: MongooseError: Operation `devices.countDocuments()` buffering timed out after 10000ms
    at Timeout.<anonymous> (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/drivers/node-mongodb-native/collection.js:187:23)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)
Error in checkOrCreatedeviceId_1: MongooseError: Operation `devices.countDocuments()` buffering timed out after 10000ms
    at Timeout.<anonymous> (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/drivers/node-mongodb-native/collection.js:187:23)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)
Error in checkOrCreatedeviceId_1: MongooseError: Operation `devices.countDocuments()` buffering timed out after 10000ms
    at Timeout.<anonymous> (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/drivers/node-mongodb-native/collection.js:187:23)
    at listOnTimeout (node:internal/timers:581:17)
    at process.processTimers (node:internal/timers:519:7)
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/agode.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-43zkg2v-shard-00-02.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-00.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-01.zgsgsux.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-uo8mwg-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-43zkg2v-shard-00-02.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-00.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-01.zgsgsux.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-uo8mwg-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
bluetooth-serial-port not available. Please install it: npm install bluetooth-serial-port
Note: On Windows, you may need to install Windows Build Tools first: npm install --global windows-build-tools
(node:191901) [MONGOOSE] Warning: Duplicate schema index on {"id":1} found. This is often due to declaring an index using both "index: true" and "schema.index()". Please remove the duplicate index definition.
(Use `node --trace-warnings ...` to show where the warning was created)
(node:191901) [MONGODB DRIVER] Warning: useNewUrlParser is a deprecated option: useNewUrlParser has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
(node:191901) [MONGODB DRIVER] Warning: useUnifiedTopology is a deprecated option: useUnifiedTopology has no effect since Node.js Driver version 4.0.0 and will be removed in the next major version
MongoDB connection error: MongooseServerSelectionError: Could not connect to any servers in your MongoDB Atlas cluster. One common reason is that you're trying to access the database from an IP that isn't whitelisted. Make sure your current IP address is on your Atlas cluster's IP whitelist: https://www.mongodb.com/docs/atlas/security-whitelist/
    at _handleConnectionErrors (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/connection.js:1169:11)
    at NativeConnection.openUri (/home/cybeerpo/nodevenv/agode.cybeerpos.com/20/lib/node_modules/mongoose/lib/connection.js:1100:11)
    at async connectDB (/home/cybeerpo/agode.cybeerpos.com/backend/config/db.js:7:5) {
  errorLabelSet: Set(0) {},
  reason: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-43zkg2v-shard-00-02.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-00.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-01.zgsgsux.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-uo8mwg-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  },
  code: undefined,
  cause: TopologyDescription {
    type: 'ReplicaSetNoPrimary',
    servers: Map(3) {
      'ac-43zkg2v-shard-00-02.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-00.zgsgsux.mongodb.net:27017' => [ServerDescription],
      'ac-43zkg2v-shard-00-01.zgsgsux.mongodb.net:27017' => [ServerDescription]
    },
    stale: false,
    compatible: true,
    heartbeatFrequencyMS: 10000,
    localThresholdMS: 15,
    setName: 'atlas-uo8mwg-shard-0',
    maxElectionId: null,
    maxSetVersion: null,
    commonWireVersion: 0,
    logicalSessionTimeoutMinutes: null
  }
}
