diff --git a/agregar_ciudad.php b/agregar_ciudad.php new file mode 100644 index 0000000..71c18ac --- /dev/null +++ b/agregar_ciudad.php @@ -0,0 +1,36 @@ + + +
Datos de la Ciudad
+Datos del Colaborador
+Detalles del Producto
+Listado y Orden de Ciudades
+Seleccione su usuario, la fecha de entrega, las ciudades y presione confirmar para registrar la entrega.
+ +| Fecha de Entrega | +Fecha y Hora de Registro | +Usuario | +Ciudades | +
|---|---|---|---|
| No hay entregas registradas. | +|||
| + | + | + | + |
Datos de la Ciudad
+Datos del Colaborador
+| Fecha | +Ingresos | +Inversion publicitaria | +RC ENVIO | +RC CONTRAENT | +Total Ingresos | +Total Inversion Publicitaria | +Recaudo final | +|||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BCP/YAPE | +B. NACION | +INTERBANK | +BBVA | +Otros Ingresos | + +TU 1 | +TU 2 | +TU 3 | +FL1 | +FL2 | +FL3 | +||||||
| = date("d/m/Y", strtotime($dia['fecha'])) ?> | + += number_format($dia['data']['bcp_yape'] ?? 0, 2) ?> | += number_format($dia['data']['banco_nacion'] ?? 0, 2) ?> | += number_format($dia['data']['interbank'] ?? 0, 2) ?> | += number_format($dia['data']['bbva'] ?? 0, 2) ?> | += number_format($dia['data']['otros_ingresos'] ?? 0, 2) ?> | + += number_format($dia['data']['tu_1'] ?? 0, 2) ?> | += number_format($dia['data']['tu_2'] ?? 0, 2) ?> | += number_format($dia['data']['tu_3'] ?? 0, 2) ?> | += number_format($dia['data']['fl_1'] ?? 0, 2) ?> | += number_format($dia['data']['fl_2'] ?? 0, 2) ?> | += number_format($dia['data']['fl_3'] ?? 0, 2) ?> | + += number_format($dia['data']['rc_envio'] ?? 0, 2) ?> | += number_format($dia['recaudo_contraentrega'], 2) ?> | + += number_format($dia['total_ingresos'], 2) ?> | += number_format($dia['total_egresos'], 2) ?> | += number_format($dia['recaudo_final'], 2) ?> | +
| TOTALES | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +0.00 | +
| Producto | +Tipo | +Cantidad | +Ciudad | +Usuario | +Fecha Movimiento | +Fecha Registro | +Observación | +
|---|---|---|---|---|---|---|---|
| + | + ' . htmlspecialchars($tipo) . ''; + ?> + | ++ | + | + | + format('d/m/Y')); + } catch (Exception $e) { + echo htmlspecialchars($movimiento['fecha_movimiento']); + } + ?> + | ++ setTimezone(new DateTimeZone('America/Lima')); + echo htmlspecialchars($fecha->format('d/m/Y H:i')); + } catch (Exception $e) { + echo htmlspecialchars($movimiento['fecha_registro']); + } + ?> + | ++ |
| No hay movimientos registrados para los filtros seleccionados. | +|||||||