1339 lines
32 KiB
PHP
1339 lines
32 KiB
PHP
<?php
|
|
|
|
use Phinx\Seed\AbstractSeed;
|
|
|
|
class EntregaSeeder extends AbstractSeed
|
|
{
|
|
public function run(): void
|
|
{
|
|
$data = [
|
|
[
|
|
'id' => 1,
|
|
'fecha' => '2015-03-31',
|
|
'fondo_operacion' => 318859,
|
|
'fondo_reserva' => 428800,
|
|
'fecha_fondo_operacion' => '2015-03-31',
|
|
'fecha_fondo_reserva' => '2015-03-31',
|
|
'pago_operacion' => 5903,
|
|
'pago_reserva' => 5929,
|
|
],
|
|
[
|
|
'id' => 2,
|
|
'fecha' => '2015-05-20',
|
|
'fondo_operacion' => 216608,
|
|
'fondo_reserva' => 328993,
|
|
'fecha_fondo_operacion' => '2015-05-20',
|
|
'fecha_fondo_reserva' => '2015-05-20',
|
|
'pago_operacion' => 5904,
|
|
'pago_reserva' => 5930,
|
|
],
|
|
[
|
|
'id' => 3,
|
|
'fecha' => '2015-03-26',
|
|
'fondo_operacion' => 210748,
|
|
'fondo_reserva' => 338762,
|
|
'fecha_fondo_operacion' => '2015-03-26',
|
|
'fecha_fondo_reserva' => '2015-03-26',
|
|
'pago_operacion' => 5905,
|
|
'pago_reserva' => 5931,
|
|
],
|
|
[
|
|
'id' => 4,
|
|
'fecha' => '2015-03-16',
|
|
'fondo_operacion' => 112780,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-03-16',
|
|
'fecha_fondo_reserva' => '2015-03-16',
|
|
'pago_operacion' => 5906,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 5,
|
|
'fecha' => '2015-03-19',
|
|
'fondo_operacion' => 138931,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-03-19',
|
|
'fecha_fondo_reserva' => '2015-03-19',
|
|
'pago_operacion' => 5907,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 6,
|
|
'fecha' => '2015-04-09',
|
|
'fondo_operacion' => 474857,
|
|
'fondo_reserva' => 706955,
|
|
'fecha_fondo_operacion' => '2015-04-09',
|
|
'fecha_fondo_reserva' => '2015-04-09',
|
|
'pago_operacion' => 5908,
|
|
'pago_reserva' => 5932,
|
|
],
|
|
[
|
|
'id' => 7,
|
|
'fecha' => '2015-03-26',
|
|
'fondo_operacion' => 214259,
|
|
'fondo_reserva' => 410983,
|
|
'fecha_fondo_operacion' => '2015-03-26',
|
|
'fecha_fondo_reserva' => '2015-03-26',
|
|
'pago_operacion' => 5909,
|
|
'pago_reserva' => 5933,
|
|
],
|
|
[
|
|
'id' => 8,
|
|
'fecha' => '2015-05-07',
|
|
'fondo_operacion' => 286780,
|
|
'fondo_reserva' => 412018,
|
|
'fecha_fondo_operacion' => '2015-05-07',
|
|
'fecha_fondo_reserva' => '2015-05-07',
|
|
'pago_operacion' => 5910,
|
|
'pago_reserva' => 5934,
|
|
],
|
|
[
|
|
'id' => 9,
|
|
'fecha' => '2015-05-14',
|
|
'fondo_operacion' => 210748,
|
|
'fondo_reserva' => 356068,
|
|
'fecha_fondo_operacion' => '2015-05-14',
|
|
'fecha_fondo_reserva' => '2015-05-14',
|
|
'pago_operacion' => 5911,
|
|
'pago_reserva' => 5935,
|
|
],
|
|
[
|
|
'id' => 10,
|
|
'fecha' => '2015-04-09',
|
|
'fondo_operacion' => 403580,
|
|
'fondo_reserva' => 570112,
|
|
'fecha_fondo_operacion' => '2015-04-09',
|
|
'fecha_fondo_reserva' => '2015-04-09',
|
|
'pago_operacion' => 5912,
|
|
'pago_reserva' => 5936,
|
|
],
|
|
[
|
|
'id' => 11,
|
|
'fecha' => '2015-03-10',
|
|
'fondo_operacion' => 444398,
|
|
'fondo_reserva' => 572148,
|
|
'fecha_fondo_operacion' => '2015-03-10',
|
|
'fecha_fondo_reserva' => '2015-03-10',
|
|
'pago_operacion' => 5913,
|
|
'pago_reserva' => 5937,
|
|
],
|
|
[
|
|
'id' => 12,
|
|
'fecha' => '2015-03-09',
|
|
'fondo_operacion' => 164598,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-03-09',
|
|
'fecha_fondo_reserva' => '2015-03-09',
|
|
'pago_operacion' => 5914,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 13,
|
|
'fecha' => '2015-03-26',
|
|
'fondo_operacion' => 149508,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-03-26',
|
|
'fecha_fondo_reserva' => '2015-03-26',
|
|
'pago_operacion' => 5915,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 14,
|
|
'fecha' => '2015-02-27',
|
|
'fondo_operacion' => 102480,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-02-27',
|
|
'fecha_fondo_reserva' => '2015-02-27',
|
|
'pago_operacion' => 5916,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 15,
|
|
'fecha' => '2015-03-09',
|
|
'fondo_operacion' => 109590,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-03-09',
|
|
'fecha_fondo_reserva' => '2015-03-09',
|
|
'pago_operacion' => 5917,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 16,
|
|
'fecha' => '2015-02-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 238457,
|
|
'fecha_fondo_operacion' => '2015-02-23',
|
|
'fecha_fondo_reserva' => '2015-02-23',
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => 5938,
|
|
],
|
|
[
|
|
'id' => 17,
|
|
'fecha' => '2015-02-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 213318,
|
|
'fecha_fondo_operacion' => '2015-02-23',
|
|
'fecha_fondo_reserva' => '2015-02-23',
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => 5939,
|
|
],
|
|
[
|
|
'id' => 18,
|
|
'fecha' => '2015-02-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 19,
|
|
'fecha' => '2015-03-13',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 20,
|
|
'fecha' => '2015-07-03',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 21,
|
|
'fecha' => '2015-07-23',
|
|
'fondo_operacion' => 316417,
|
|
'fondo_reserva' => 467962,
|
|
'fecha_fondo_operacion' => '2015-07-23',
|
|
'fecha_fondo_reserva' => '2015-07-23',
|
|
'pago_operacion' => 5918,
|
|
'pago_reserva' => 5940,
|
|
],
|
|
[
|
|
'id' => 22,
|
|
'fecha' => '2015-08-19',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 23,
|
|
'fecha' => '2015-09-09',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 24,
|
|
'fecha' => '2015-09-09',
|
|
'fondo_operacion' => 293566,
|
|
'fondo_reserva' => 407562,
|
|
'fecha_fondo_operacion' => '2015-09-09',
|
|
'fecha_fondo_reserva' => '2015-09-09',
|
|
'pago_operacion' => 5919,
|
|
'pago_reserva' => 5941,
|
|
],
|
|
[
|
|
'id' => 25,
|
|
'fecha' => '2015-07-03',
|
|
'fondo_operacion' => 410983,
|
|
'fondo_reserva' => 580537,
|
|
'fecha_fondo_operacion' => '2015-07-03',
|
|
'fecha_fondo_reserva' => '2015-07-03',
|
|
'pago_operacion' => 5920,
|
|
'pago_reserva' => 5942,
|
|
],
|
|
[
|
|
'id' => 26,
|
|
'fecha' => '2015-10-16',
|
|
'fondo_operacion' => 171783,
|
|
'fondo_reserva' => 318859,
|
|
'fecha_fondo_operacion' => '2015-10-23',
|
|
'fecha_fondo_reserva' => '2015-10-23',
|
|
'pago_operacion' => 5921,
|
|
'pago_reserva' => 5943,
|
|
],
|
|
[
|
|
'id' => 27,
|
|
'fecha' => '2015-11-06',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-11-09',
|
|
'fecha_fondo_reserva' => '2015-11-09',
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 28,
|
|
'fecha' => '2015-11-11',
|
|
'fondo_operacion' => 242672,
|
|
'fondo_reserva' => 448588,
|
|
'fecha_fondo_operacion' => '2015-11-11',
|
|
'fecha_fondo_reserva' => '2015-11-11',
|
|
'pago_operacion' => 5922,
|
|
'pago_reserva' => 5944,
|
|
],
|
|
[
|
|
'id' => 29,
|
|
'fecha' => '2015-11-17',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2015-11-17',
|
|
'fecha_fondo_reserva' => '2015-11-17',
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 30,
|
|
'fecha' => '2015-12-29',
|
|
'fondo_operacion' => 194812,
|
|
'fondo_reserva' => 358778,
|
|
'fecha_fondo_operacion' => '2015-12-29',
|
|
'fecha_fondo_reserva' => '2015-12-29',
|
|
'pago_operacion' => 5923,
|
|
'pago_reserva' => 5945,
|
|
],
|
|
[
|
|
'id' => 31,
|
|
'fecha' => '2016-01-30',
|
|
'fondo_operacion' => 241303,
|
|
'fondo_reserva' => 444398,
|
|
'fecha_fondo_operacion' => '2016-01-21',
|
|
'fecha_fondo_reserva' => '2016-01-21',
|
|
'pago_operacion' => 5924,
|
|
'pago_reserva' => 5946,
|
|
],
|
|
[
|
|
'id' => 32,
|
|
'fecha' => '2016-01-15',
|
|
'fondo_operacion' => 330477,
|
|
'fondo_reserva' => 179446,
|
|
'fecha_fondo_operacion' => '2016-01-19',
|
|
'fecha_fondo_reserva' => '2016-01-18',
|
|
'pago_operacion' => 5925,
|
|
'pago_reserva' => 5947,
|
|
],
|
|
[
|
|
'id' => 33,
|
|
'fecha' => '2016-02-01',
|
|
'fondo_operacion' => 207374,
|
|
'fondo_reserva' => 381911,
|
|
'fecha_fondo_operacion' => '2016-02-01',
|
|
'fecha_fondo_reserva' => '2016-02-01',
|
|
'pago_operacion' => 5926,
|
|
'pago_reserva' => 5948,
|
|
],
|
|
[
|
|
'id' => 34,
|
|
'fecha' => '2016-02-22',
|
|
'fondo_operacion' => 246593,
|
|
'fondo_reserva' => 246593,
|
|
'fecha_fondo_operacion' => '2016-02-22',
|
|
'fecha_fondo_reserva' => '2016-03-22',
|
|
'pago_operacion' => 5927,
|
|
'pago_reserva' => 5949,
|
|
],
|
|
[
|
|
'id' => 35,
|
|
'fecha' => '2016-02-26',
|
|
'fondo_operacion' => 222907,
|
|
'fondo_reserva' => 222907,
|
|
'fecha_fondo_operacion' => '2016-02-26',
|
|
'fecha_fondo_reserva' => '2016-03-26',
|
|
'pago_operacion' => 5928,
|
|
'pago_reserva' => 5950,
|
|
],
|
|
[
|
|
'id' => 36,
|
|
'fecha' => '2016-04-08',
|
|
'fondo_operacion' => 146612,
|
|
'fondo_reserva' => 266201,
|
|
'fecha_fondo_operacion' => '2016-05-06',
|
|
'fecha_fondo_reserva' => '2016-05-06',
|
|
'pago_operacion' => 6113,
|
|
'pago_reserva' => 6115,
|
|
],
|
|
[
|
|
'id' => 37,
|
|
'fecha' => '2016-05-30',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2016-05-31',
|
|
'fecha_fondo_reserva' => '2016-05-31',
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 38,
|
|
'fecha' => '2016-05-26',
|
|
'fondo_operacion' => 218477,
|
|
'fondo_reserva' => 398259,
|
|
'fecha_fondo_operacion' => '2016-05-17',
|
|
'fecha_fondo_reserva' => '2016-05-17',
|
|
'pago_operacion' => 6114,
|
|
'pago_reserva' => 6116,
|
|
],
|
|
[
|
|
'id' => 39,
|
|
'fecha' => '2016-06-21',
|
|
'fondo_operacion' => 204786,
|
|
'fondo_reserva' => 371244,
|
|
'fecha_fondo_operacion' => '2016-06-21',
|
|
'fecha_fondo_reserva' => '2016-06-21',
|
|
'pago_operacion' => 6178,
|
|
'pago_reserva' => 6179,
|
|
],
|
|
[
|
|
'id' => 40,
|
|
'fecha' => '2017-08-31',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6945,
|
|
'pago_reserva' => 6946,
|
|
],
|
|
[
|
|
'id' => 41,
|
|
'fecha' => '2017-08-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6947,
|
|
'pago_reserva' => 6948,
|
|
],
|
|
[
|
|
'id' => 42,
|
|
'fecha' => '2017-08-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6949,
|
|
'pago_reserva' => 6950,
|
|
],
|
|
[
|
|
'id' => 43,
|
|
'fecha' => '2017-09-21',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6951,
|
|
'pago_reserva' => 6952,
|
|
],
|
|
[
|
|
'id' => 44,
|
|
'fecha' => '2017-08-31',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6953,
|
|
'pago_reserva' => 6954,
|
|
],
|
|
[
|
|
'id' => 45,
|
|
'fecha' => '2017-09-27',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6955,
|
|
'pago_reserva' => 6956,
|
|
],
|
|
[
|
|
'id' => 46,
|
|
'fecha' => '2017-09-06',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6957,
|
|
'pago_reserva' => 6958,
|
|
],
|
|
[
|
|
'id' => 47,
|
|
'fecha' => '2017-08-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6959,
|
|
'pago_reserva' => 6960,
|
|
],
|
|
[
|
|
'id' => 48,
|
|
'fecha' => '2017-08-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6961,
|
|
'pago_reserva' => 6962,
|
|
],
|
|
[
|
|
'id' => 49,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-05',
|
|
'fecha_fondo_reserva' => '2017-10-05',
|
|
'pago_operacion' => 6963,
|
|
'pago_reserva' => 6964,
|
|
],
|
|
[
|
|
'id' => 50,
|
|
'fecha' => '2017-08-18',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 51,
|
|
'fecha' => '2017-08-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 52,
|
|
'fecha' => '2017-09-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 53,
|
|
'fecha' => '2017-09-06',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 54,
|
|
'fecha' => '2017-09-27',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 55,
|
|
'fecha' => '2017-09-08',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 56,
|
|
'fecha' => '2017-09-21',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 57,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 58,
|
|
'fecha' => '2017-08-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 59,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 60,
|
|
'fecha' => '2017-09-07',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 61,
|
|
'fecha' => '2017-09-07',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 62,
|
|
'fecha' => '2017-10-04',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 63,
|
|
'fecha' => '2017-10-04',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 64,
|
|
'fecha' => '2017-08-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 65,
|
|
'fecha' => '2017-09-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 66,
|
|
'fecha' => '2017-09-13',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 67,
|
|
'fecha' => '2017-08-10',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 68,
|
|
'fecha' => '2017-10-05',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 69,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 70,
|
|
'fecha' => '2017-08-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 71,
|
|
'fecha' => '2017-08-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 72,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 73,
|
|
'fecha' => '2017-08-24',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 74,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 75,
|
|
'fecha' => '2017-08-16',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 76,
|
|
'fecha' => '2017-08-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 77,
|
|
'fecha' => '2017-09-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 78,
|
|
'fecha' => '2017-09-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 79,
|
|
'fecha' => '2017-09-05',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 80,
|
|
'fecha' => '2017-09-07',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 81,
|
|
'fecha' => '2017-09-25',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 82,
|
|
'fecha' => '2017-08-18',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 83,
|
|
'fecha' => '2017-08-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 84,
|
|
'fecha' => '2017-09-25',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 85,
|
|
'fecha' => '2017-08-18',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 86,
|
|
'fecha' => '2017-09-13',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 87,
|
|
'fecha' => '2017-08-16',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 88,
|
|
'fecha' => '2017-08-16',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 89,
|
|
'fecha' => '2017-08-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 90,
|
|
'fecha' => '2017-09-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 91,
|
|
'fecha' => '2017-09-01',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 92,
|
|
'fecha' => '2017-08-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 93,
|
|
'fecha' => '2017-09-08',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 94,
|
|
'fecha' => '2017-08-31',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 95,
|
|
'fecha' => '2017-08-23',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 96,
|
|
'fecha' => '2017-09-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 97,
|
|
'fecha' => '2017-09-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 99,
|
|
'fecha' => '2017-09-15',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 100,
|
|
'fecha' => '2017-09-28',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 101,
|
|
'fecha' => '2017-08-31',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 102,
|
|
'fecha' => '2017-09-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 103,
|
|
'fecha' => '2017-09-13',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 104,
|
|
'fecha' => '2017-09-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 105,
|
|
'fecha' => '2017-09-25',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 106,
|
|
'fecha' => '2017-09-08',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 107,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 108,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 109,
|
|
'fecha' => '2017-08-25',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 110,
|
|
'fecha' => '2017-09-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 111,
|
|
'fecha' => '2017-09-01',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 112,
|
|
'fecha' => '2017-09-08',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 113,
|
|
'fecha' => '2017-09-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 114,
|
|
'fecha' => '2017-09-07',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 115,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 116,
|
|
'fecha' => '2017-09-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 117,
|
|
'fecha' => '2017-09-15',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 118,
|
|
'fecha' => '2017-08-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 119,
|
|
'fecha' => '2017-08-11',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => null,
|
|
'fecha_fondo_reserva' => null,
|
|
'pago_operacion' => null,
|
|
'pago_reserva' => null,
|
|
],
|
|
[
|
|
'id' => 120,
|
|
'fecha' => '2017-09-06',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6981,
|
|
'pago_reserva' => 6982,
|
|
],
|
|
[
|
|
'id' => 121,
|
|
'fecha' => '2017-09-27',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6983,
|
|
'pago_reserva' => 6984,
|
|
],
|
|
[
|
|
'id' => 122,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6985,
|
|
'pago_reserva' => 6986,
|
|
],
|
|
[
|
|
'id' => 123,
|
|
'fecha' => '2017-08-24',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6987,
|
|
'pago_reserva' => 6988,
|
|
],
|
|
[
|
|
'id' => 124,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6989,
|
|
'pago_reserva' => 6990,
|
|
],
|
|
[
|
|
'id' => 125,
|
|
'fecha' => '2017-09-13',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6991,
|
|
'pago_reserva' => 6992,
|
|
],
|
|
[
|
|
'id' => 126,
|
|
'fecha' => '2017-09-12',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6993,
|
|
'pago_reserva' => 6994,
|
|
],
|
|
[
|
|
'id' => 127,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6995,
|
|
'pago_reserva' => 6996,
|
|
],
|
|
[
|
|
'id' => 128,
|
|
'fecha' => '2017-09-05',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6997,
|
|
'pago_reserva' => 6998,
|
|
],
|
|
[
|
|
'id' => 129,
|
|
'fecha' => '2017-09-01',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 6999,
|
|
'pago_reserva' => 7000,
|
|
],
|
|
[
|
|
'id' => 130,
|
|
'fecha' => '2017-09-22',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 7001,
|
|
'pago_reserva' => 7002,
|
|
],
|
|
[
|
|
'id' => 131,
|
|
'fecha' => '2017-09-29',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 7003,
|
|
'pago_reserva' => 7004,
|
|
],
|
|
[
|
|
'id' => 132,
|
|
'fecha' => '2017-09-14',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 7005,
|
|
'pago_reserva' => 7006,
|
|
],
|
|
[
|
|
'id' => 133,
|
|
'fecha' => '2017-09-15',
|
|
'fondo_operacion' => 0,
|
|
'fondo_reserva' => 0,
|
|
'fecha_fondo_operacion' => '2017-10-10',
|
|
'fecha_fondo_reserva' => '2017-10-10',
|
|
'pago_operacion' => 7008,
|
|
'pago_reserva' => 7009,
|
|
],
|
|
];
|
|
|
|
$this->execute('SET unique_checks=0; SET foreign_key_checks=0;');
|
|
$this->table('entrega')
|
|
->insert($data)
|
|
->saveData();
|
|
$this->execute('SET unique_checks=1; SET foreign_key_checks=1;');
|
|
}
|
|
}
|