2023-04-12 13:02:21 +00:00
|
|
|
name: sale
|
|
|
|
columns:
|
2023-05-17 15:08:20 +00:00
|
|
|
id: id
|
2023-04-12 13:02:21 +00:00
|
|
|
concept: concept
|
|
|
|
quantity: quantity
|
|
|
|
price: price
|
|
|
|
discount: discount
|
|
|
|
reserved: reserved
|
|
|
|
isPicked: is picked
|
|
|
|
created: created
|
|
|
|
originalQuantity: original quantity
|
|
|
|
itemFk: item
|
|
|
|
ticketFk: ticket
|
|
|
|
saleFk: sale
|
2023-05-16 18:06:14 +00:00
|
|
|
priceFixed: price fixed
|
|
|
|
isPriceFixed: has fixed price
|
|
|
|
isAdded: added
|
|
|
|
total: total
|