2023-05-17 08:18:41 +00:00
|
|
|
name: peticion
|
2023-04-12 13:02:21 +00:00
|
|
|
columns:
|
|
|
|
id: id
|
|
|
|
description: descripción
|
|
|
|
created: creado
|
|
|
|
quantity: cantidad
|
|
|
|
price: precio
|
2023-04-13 06:43:42 +00:00
|
|
|
isOk: ok
|
2023-04-12 13:02:21 +00:00
|
|
|
response: respuesta
|
|
|
|
saleFk: línea
|
|
|
|
ticketFk: ticket
|
|
|
|
attenderFk: asistente
|
|
|
|
requesterFk: solicitante
|
|
|
|
itemFk: artículo
|
|
|
|
|