Detalles
Responsable
{dataStore?.storeName}
Codigo
{pCodeRef}
Ubicacion
{`${cName ?? ''} - ${uLocationKnow ?? ''} - ${country ?? ''} - ${dName ?? ''}`}
Canal
{channel ? 'RESTAURANTE' : 'DELIVERY-APP'}
{!!change && (
Cambio
{numberFormat(change)}
)}
{
{dataStore?.storeName ?? ''}
}
Total
{totalProductsPrice}
Metodo de pago
{payMethodPState === 0 ? 'EFECTIVO' : 'TRANSFERENCIA'}
{pDatCre ? (
Fecha de creacion
{pDatCre ? `${yearMonthDay} - ${longDayName} - ${hourMinutes12}` : null}
) : null}