@gisce/ooui 0.5.2 → 0.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (48) hide show
  1. package/dist/Float.js +17 -1
  2. package/dist/Float.js.map +1 -1
  3. package/dist/Graph/GraphAxis.d.ts +5 -12
  4. package/dist/Graph/GraphAxis.js +1 -17
  5. package/dist/Graph/GraphAxis.js.map +1 -1
  6. package/dist/Graph/GraphChart.d.ts +5 -5
  7. package/dist/Graph/GraphXAxis.d.ts +6 -0
  8. package/dist/Graph/GraphXAxis.js +24 -0
  9. package/dist/Graph/GraphXAxis.js.map +1 -0
  10. package/dist/Graph/GraphYAxis.d.ts +13 -0
  11. package/dist/Graph/GraphYAxis.js +41 -0
  12. package/dist/Graph/GraphYAxis.js.map +1 -0
  13. package/dist/Graph/graphHelper.d.ts +3 -3
  14. package/dist/Graph/graphHelper.js +22 -12
  15. package/dist/Graph/graphHelper.js.map +1 -1
  16. package/dist/Graph/index.d.ts +2 -0
  17. package/dist/Graph/index.js +2 -0
  18. package/dist/Graph/index.js.map +1 -1
  19. package/dist/Graph/processor/fieldUtils.d.ts +16 -0
  20. package/dist/Graph/processor/fieldUtils.js +43 -0
  21. package/dist/Graph/processor/fieldUtils.js.map +1 -0
  22. package/dist/Graph/processor/graphProcessor.d.ts +49 -0
  23. package/dist/Graph/processor/graphProcessor.js +201 -0
  24. package/dist/Graph/processor/graphProcessor.js.map +1 -0
  25. package/dist/helpers/attributeParser.js +45 -8
  26. package/dist/helpers/attributeParser.js.map +1 -1
  27. package/dist/helpers/domainParser.js +17 -1
  28. package/dist/helpers/domainParser.js.map +1 -1
  29. package/dist/helpers/stateParser.js +71 -16
  30. package/dist/helpers/stateParser.js.map +1 -1
  31. package/dist/index.d.ts +2 -2
  32. package/dist/index.js +2 -2
  33. package/dist/index.js.map +1 -1
  34. package/package.json +1 -1
  35. package/src/Graph/GraphAxis.ts +5 -28
  36. package/src/Graph/GraphChart.ts +5 -5
  37. package/src/Graph/GraphXAxis.ts +7 -0
  38. package/src/Graph/GraphYAxis.ts +29 -0
  39. package/src/Graph/graphHelper.ts +28 -15
  40. package/src/Graph/index.ts +2 -0
  41. package/src/Graph/processor/fieldUtils.ts +60 -0
  42. package/src/Graph/processor/graphProcessor.ts +221 -0
  43. package/src/index.ts +4 -0
  44. package/src/spec/Graph.spec.ts +11 -5
  45. package/src/spec/graphProcessor.spec.ts +250 -0
  46. package/src/spec/mockData/graphs/Lectura.ts +620 -0
  47. package/src/spec/mockData/graphs/Polissa.ts +4996 -0
  48. package/src/spec/mockData/graphs/index.ts +4 -0
@@ -0,0 +1,4996 @@
1
+ const Polissa = {
2
+ name: "Polissa",
3
+ key: "polissa",
4
+ fields: {
5
+ ac_state: {
6
+ digits: [16, 2],
7
+ readonly: true,
8
+ string: "Estat de l'AC",
9
+ type: "char",
10
+ views: {},
11
+ },
12
+ active: {
13
+ readonly: true,
14
+ required: true,
15
+ string: "Activa",
16
+ type: "boolean",
17
+ views: {},
18
+ },
19
+ agree_dh: {
20
+ digits: [16, 2],
21
+ readonly: 1,
22
+ size: 2,
23
+ string: "Codi DH",
24
+ type: "char",
25
+ views: {},
26
+ },
27
+ agree_tarifa: {
28
+ digits: [16, 2],
29
+ readonly: 1,
30
+ size: 2,
31
+ string: "Codi Tarifa",
32
+ type: "char",
33
+ views: {},
34
+ },
35
+ agree_tensio: {
36
+ digits: [16, 2],
37
+ readonly: 1,
38
+ size: 2,
39
+ string: "Codi Tensió",
40
+ type: "char",
41
+ views: {},
42
+ },
43
+ agree_tipus: {
44
+ digits: [16, 2],
45
+ readonly: 1,
46
+ size: 2,
47
+ string: "Tipus Punt",
48
+ type: "char",
49
+ views: {},
50
+ },
51
+ altre_p: {
52
+ context: "",
53
+ domain: [],
54
+ readonly: true,
55
+ relation: "res.partner",
56
+ size: 40,
57
+ states: {
58
+ esborrany: [["readonly", false]],
59
+ modcontractual: [["readonly", false]],
60
+ validar: [["readonly", false]],
61
+ },
62
+ string: "Contacte alternatiu",
63
+ type: "many2one",
64
+ views: {},
65
+ },
66
+ autoconsum_id: {
67
+ context: "",
68
+ digits: [16, 2],
69
+ domain: [],
70
+ readonly: 1,
71
+ relation: "giscedata.autoconsum",
72
+ string: "Autoconsum",
73
+ type: "many2one",
74
+ views: {},
75
+ },
76
+ autoconsumo: {
77
+ help: "Tipus de autoconsum del contracte segons RD. 900/2015",
78
+ readonly: true,
79
+ selection: [
80
+ ["00", "[00] - Sin Autoconsumo"],
81
+ ["01", "[01] - Autoconsumo Tipo 1"],
82
+ [
83
+ "2A",
84
+ "[2A] - Autoconsumo tipo 2 (según el Art. 13. 2. a) RD 900/2015)",
85
+ ],
86
+ [
87
+ "2B",
88
+ "[2B] - Autoconsumo tipo 2 (según el Art. 13. 2. b) RD 900/2015)",
89
+ ],
90
+ [
91
+ "2G",
92
+ "[2G] - Servicios auxiliares de generación ligada a un autoconsumo tipo 2",
93
+ ],
94
+ ["31", "[31] - Sin Excedentes Individual – Consumo"],
95
+ ["32", "[32] - Sin Excedentes Colectivo – Consumo"],
96
+ [
97
+ "33",
98
+ "[33] - Sin Excedentes Colectivo con acuerdo de compensación – Consumo",
99
+ ],
100
+ ["41", "[41] - Con excedentes y compensación Individual - Consumo"],
101
+ ["42", "[42] - Con excedentes y compensación Colectivo– Consumo"],
102
+ [
103
+ "43",
104
+ "[43] - Con excedentes y compensación Colectivo a través de red– Consumo",
105
+ ],
106
+ [
107
+ "51",
108
+ "[51] - Con excedentes sin compensación Individual sin cto de SSAA en Red Interior– Consumo",
109
+ ],
110
+ [
111
+ "52",
112
+ "[52] - Con excedentes sin compensación Colectivo sin cto de SSAA en Red Interior– Consumo",
113
+ ],
114
+ [
115
+ "53",
116
+ "[53] - Con excedentes sin compensación Individual con cto SSAA en Red Interior– Consumo",
117
+ ],
118
+ [
119
+ "54",
120
+ "[54] - Con excedentes sin compensación individual con cto SSAA en Red Interior– SSAA",
121
+ ],
122
+ [
123
+ "55",
124
+ "[55] - Con excedentes sin compensación Colectivo/en Red Interior– Consumo",
125
+ ],
126
+ [
127
+ "56",
128
+ "[71] - Con excedentes sin compensación Individual con cto SSAA a través de red y red interior – Consumo",
129
+ ],
130
+ [
131
+ "61",
132
+ "[61] - Con excedentes sin compensación Individual con cto SSAA a través de red – Consumo",
133
+ ],
134
+ [
135
+ "62",
136
+ "[62] - Con excedentes sin compensación individual con cto SSAA a través de red – SSAA",
137
+ ],
138
+ [
139
+ "63",
140
+ "[63] - Con excedentes sin compensación Colectivo a través de red – Consumo",
141
+ ],
142
+ [
143
+ "64",
144
+ "[64] - Con excedentes sin compensación Colectivo a través de red - SSAA",
145
+ ],
146
+ [
147
+ "71",
148
+ "[71] - Con excedentes sin compensación Individual con cto SSAA a través de red y red interior – Consumo",
149
+ ],
150
+ [
151
+ "72",
152
+ "[72] - Con excedentes sin compensación individual con cto SSAA a través de red y red interior – SSAA",
153
+ ],
154
+ [
155
+ "73",
156
+ "[73] - Con excedentes sin compensación Colectivo con cto de SSAA a través de red y red interior – Consumo",
157
+ ],
158
+ [
159
+ "74",
160
+ "[74] - Con excedentes sin compensación Colectivo con cto de SSAA a través de red y red interior - SSAA",
161
+ ],
162
+ ],
163
+ states: {
164
+ esborrany: [["readonly", false]],
165
+ modcontractual: [["readonly", false]],
166
+ validar: [["readonly", false]],
167
+ },
168
+ string: "Autoconsum",
169
+ type: "selection",
170
+ views: {},
171
+ },
172
+ bank: {
173
+ context: "",
174
+ domain: [],
175
+ readonly: true,
176
+ relation: "res.partner.bank",
177
+ size: 64,
178
+ states: {
179
+ esborrany: [["readonly", false]],
180
+ modcontractual: [["readonly", false]],
181
+ validar: [["readonly", false]],
182
+ },
183
+ string: "Compte bancari",
184
+ type: "many2one",
185
+ views: {},
186
+ },
187
+ bono_social_disponible: {
188
+ digits: [16, 2],
189
+ readonly: 1,
190
+ string: "Bo social disponible",
191
+ type: "boolean",
192
+ views: {},
193
+ },
194
+ butlletins: {
195
+ context: "",
196
+ digits: [16, 2],
197
+ domain: [],
198
+ relation: "giscedata.butlleti",
199
+ string: "Butlletins",
200
+ type: "one2many",
201
+ views: {},
202
+ },
203
+ cnae: {
204
+ context: "",
205
+ domain: [],
206
+ readonly: true,
207
+ relation: "giscemisc.cnae",
208
+ size: 64,
209
+ states: {
210
+ esborrany: [["readonly", false]],
211
+ modcontractual: [
212
+ ["readonly", false],
213
+ ["required", true],
214
+ ],
215
+ validar: [
216
+ ["readonly", false],
217
+ ["required", true],
218
+ ],
219
+ },
220
+ string: "CNAE",
221
+ type: "many2one",
222
+ views: {},
223
+ },
224
+ codigo_promocional: {
225
+ size: 20,
226
+ string: "Codi promocional",
227
+ type: "char",
228
+ views: {},
229
+ },
230
+ coef_repartiment: {
231
+ digits: [12, 2],
232
+ readonly: true,
233
+ states: {
234
+ esborrany: [["readonly", false]],
235
+ modcontractual: [["readonly", false]],
236
+ validar: [["readonly", false]],
237
+ },
238
+ string: "Coeficient de repartiment [%]",
239
+ type: "float",
240
+ views: {},
241
+ },
242
+ comercial_id: {
243
+ context: "",
244
+ domain: [],
245
+ relation: "hr.employee",
246
+ size: 64,
247
+ string: "Comercial",
248
+ type: "many2one",
249
+ views: {},
250
+ },
251
+ comissio: {
252
+ selection: [["giscedata.polissa.comissio.unica", "Comissió Única"]],
253
+ size: 256,
254
+ string: "Comissió Asignada",
255
+ type: "reference",
256
+ views: {},
257
+ },
258
+ comptador: {
259
+ digits: [16, 2],
260
+ readonly: 1,
261
+ select: true,
262
+ size: 64,
263
+ string: "Comptador",
264
+ type: "char",
265
+ views: {},
266
+ },
267
+ comptadors: {
268
+ context: {
269
+ active_test: false,
270
+ },
271
+ domain: [],
272
+ inv_field: "polissa",
273
+ relation: "giscedata.lectures.comptador",
274
+ states: {
275
+ esborrany: [["readonly", false]],
276
+ modcontractual: [
277
+ ["readonly", false],
278
+ ["required", true],
279
+ ],
280
+ validar: [["readonly", false]],
281
+ },
282
+ string: "Comptadors",
283
+ type: "one2many",
284
+ views: {},
285
+ },
286
+ condicions_generals_id: {
287
+ context: "",
288
+ domain: [],
289
+ relation: "giscedata.polissa.condicions.generals",
290
+ size: 64,
291
+ string: "Condicions generals",
292
+ type: "many2one",
293
+ views: {},
294
+ },
295
+ contract_type: {
296
+ help: "Distintos tipos de contratos. Ver REAL DECRETO 1164/2001",
297
+ readonly: true,
298
+ selection: [
299
+ ["01", "Anual"],
300
+ ["02", "Eventual medido"],
301
+ ["03", "Temporada"],
302
+ ["05", "Suministro Régimen especial"],
303
+ ["07", "Suministro de Obras"],
304
+ ["08", "Suministro de Socorro"],
305
+ ["09", "Eventual a tanto alzado"],
306
+ ["10", "Pruebas"],
307
+ ["11", "Duplicado"],
308
+ ["12", "De reserva"],
309
+ ],
310
+ states: {
311
+ esborrany: [["readonly", false]],
312
+ modcontractual: [
313
+ ["readonly", false],
314
+ ["required", true],
315
+ ],
316
+ validar: [
317
+ ["readonly", false],
318
+ ["required", true],
319
+ ],
320
+ },
321
+ string: "Tipus de contracte",
322
+ type: "selection",
323
+ views: {},
324
+ },
325
+ cups: {
326
+ context: "",
327
+ domain: [],
328
+ readonly: true,
329
+ relation: "giscedata.cups.ps",
330
+ size: 64,
331
+ states: {
332
+ esborrany: [["readonly", false]],
333
+ validar: [
334
+ ["readonly", false],
335
+ ["required", true],
336
+ ],
337
+ },
338
+ string: "CUPS",
339
+ type: "many2one",
340
+ views: {},
341
+ },
342
+ cups_cp: {
343
+ digits: [16, 2],
344
+ readonly: 1,
345
+ string: "Codi Postal",
346
+ type: "char",
347
+ views: {},
348
+ },
349
+ cups_direccio: {
350
+ digits: [16, 2],
351
+ readonly: true,
352
+ size: 256,
353
+ string: "Direcció CUPS",
354
+ type: "char",
355
+ views: {},
356
+ },
357
+ cups_poblacio: {
358
+ digits: [16, 2],
359
+ readonly: 1,
360
+ string: "Població",
361
+ type: "char",
362
+ views: {},
363
+ },
364
+ data_alta: {
365
+ readonly: true,
366
+ states: {
367
+ esborrany: [["readonly", false]],
368
+ validar: [
369
+ ["readonly", false],
370
+ ["required", true],
371
+ ],
372
+ },
373
+ string: "Data alta",
374
+ type: "date",
375
+ views: {},
376
+ },
377
+ data_baixa: {
378
+ string: "Data baixa",
379
+ type: "date",
380
+ views: {},
381
+ },
382
+ data_firma_contracte: {
383
+ readonly: true,
384
+ states: {
385
+ esborrany: [["readonly", false]],
386
+ validar: [
387
+ ["readonly", false],
388
+ ["required", true],
389
+ ],
390
+ },
391
+ string: "Data firma contracte",
392
+ type: "datetime",
393
+ views: {},
394
+ },
395
+ data_tall: {
396
+ digits: [16, 2],
397
+ readonly: 1,
398
+ string: "Fecha corte prevista",
399
+ type: "date",
400
+ views: {},
401
+ },
402
+ data_ultima_lectura: {
403
+ digits: [16, 2],
404
+ string: "Data última real facturada",
405
+ type: "date",
406
+ views: {},
407
+ },
408
+ data_ultima_lectura_estimada: {
409
+ string: "Data última estimada facturada",
410
+ type: "date",
411
+ views: {},
412
+ },
413
+ data_ultima_lectura_f1: {
414
+ string: "Data ultima lectura carregada F1",
415
+ type: "date",
416
+ views: {},
417
+ },
418
+ debt_amount: {
419
+ digits: [16, 2],
420
+ readonly: 1,
421
+ string: "Debt amount",
422
+ type: "float",
423
+ views: {},
424
+ },
425
+ deposit: {
426
+ digits: [16, 2],
427
+ readonly: 1,
428
+ string: "Dipòsit",
429
+ type: "float",
430
+ views: {},
431
+ },
432
+ direccio_notificacio: {
433
+ context: "",
434
+ domain: [],
435
+ readonly: true,
436
+ relation: "res.partner.address",
437
+ size: 64,
438
+ states: {
439
+ esborrany: [["readonly", false]],
440
+ modcontractual: [
441
+ ["readonly", false],
442
+ ["required", true],
443
+ ],
444
+ validar: [
445
+ ["readonly", false],
446
+ ["required", true],
447
+ ],
448
+ },
449
+ string: "Adreça notificació",
450
+ type: "many2one",
451
+ views: {},
452
+ },
453
+ direccio_pagament: {
454
+ context: "",
455
+ domain: [],
456
+ readonly: true,
457
+ relation: "res.partner.address",
458
+ size: 64,
459
+ states: {
460
+ esborrany: [["readonly", false]],
461
+ modcontractual: [
462
+ ["readonly", false],
463
+ ["required", true],
464
+ ],
465
+ validar: [
466
+ ["readonly", false],
467
+ ["required", true],
468
+ ],
469
+ },
470
+ string: "Adreça fiscal",
471
+ type: "many2one",
472
+ views: {},
473
+ },
474
+ distribuidora: {
475
+ context: "",
476
+ domain: [["supplier", "=", 1]],
477
+ readonly: true,
478
+ relation: "res.partner",
479
+ size: 64,
480
+ states: {
481
+ esborrany: [["readonly", false]],
482
+ modcontractual: [
483
+ ["readonly", false],
484
+ ["required", true],
485
+ ],
486
+ validar: [
487
+ ["readonly", false],
488
+ ["required", true],
489
+ ],
490
+ },
491
+ string: "Distribuidora",
492
+ type: "many2one",
493
+ views: {},
494
+ },
495
+ enviament: {
496
+ readonly: true,
497
+ selection: [
498
+ ["postal", "Correu postal"],
499
+ ["email", "E-mail"],
500
+ ["postal+email", "Correu postal i e-mail"],
501
+ ],
502
+ states: {
503
+ esborrany: [["readonly", false]],
504
+ modcontractual: [
505
+ ["readonly", false],
506
+ ["required", true],
507
+ ],
508
+ validar: [["readonly", false]],
509
+ },
510
+ string: "Enviar factura via",
511
+ type: "selection",
512
+ views: {},
513
+ },
514
+ expected_consumption: {
515
+ help: "Aquest camp calcula el consum total pactat per contractes eventuals sense comptador",
516
+ readonly: true,
517
+ string: "Consum pactat",
518
+ type: "float",
519
+ views: {},
520
+ },
521
+ facturacio: {
522
+ readonly: true,
523
+ selection: [
524
+ [1, "Mensual"],
525
+ [2, "Bimestral"],
526
+ ],
527
+ states: {
528
+ esborrany: [["readonly", false]],
529
+ modcontractual: [
530
+ ["readonly", false],
531
+ ["required", true],
532
+ ],
533
+ validar: [
534
+ ["readonly", false],
535
+ ["required", true],
536
+ ],
537
+ },
538
+ string: "Facturació",
539
+ type: "selection",
540
+ views: {},
541
+ },
542
+ facturacio_distri: {
543
+ help: "Periodicitat de facturació dedistribuidora",
544
+ readonly: true,
545
+ selection: [
546
+ [1, "Mensual"],
547
+ [2, "Bimestral"],
548
+ ],
549
+ states: {
550
+ esborrany: [["readonly", false]],
551
+ modcontractual: [["readonly", false]],
552
+ validar: [["readonly", false]],
553
+ },
554
+ string: "Facturació de distribuïdora",
555
+ type: "selection",
556
+ views: {},
557
+ },
558
+ facturacio_potencia: {
559
+ readonly: true,
560
+ selection: [
561
+ ["max", "Maxímetro"],
562
+ ["icp", "ICP"],
563
+ ["recarrec", "Recàrrec ICP"],
564
+ ],
565
+ states: {
566
+ esborrany: [["readonly", false]],
567
+ modcontractual: [
568
+ ["readonly", false],
569
+ ["required", true],
570
+ ],
571
+ validar: [
572
+ ["readonly", false],
573
+ ["required", true],
574
+ ],
575
+ },
576
+ string: "Facturación Potencia",
577
+ type: "selection",
578
+ views: {},
579
+ },
580
+ facturacio_suspesa: {
581
+ string: "Facturació Suspesa",
582
+ type: "boolean",
583
+ views: {},
584
+ },
585
+ is_autoconsum_collectiu: {
586
+ digits: [16, 2],
587
+ readonly: 1,
588
+ string: "Es col·lectiu",
589
+ type: "boolean",
590
+ views: {},
591
+ },
592
+ lectura_en_baja: {
593
+ readonly: true,
594
+ states: {
595
+ esborrany: [["readonly", false]],
596
+ modcontractual: [
597
+ ["readonly", false],
598
+ ["required", true],
599
+ ],
600
+ validar: [["readonly", false]],
601
+ },
602
+ string: "Lectura en baixa",
603
+ type: "boolean",
604
+ views: {},
605
+ },
606
+ llista_preu: {
607
+ context: "",
608
+ domain: [["type", "=", "sale"]],
609
+ readonly: true,
610
+ relation: "product.pricelist",
611
+ size: 64,
612
+ states: {
613
+ esborrany: [["readonly", false]],
614
+ modcontractual: [
615
+ ["readonly", false],
616
+ ["required", true],
617
+ ],
618
+ validar: [
619
+ ["readonly", false],
620
+ ["required", true],
621
+ ],
622
+ },
623
+ string: "Tarifa Comercialitzadora",
624
+ type: "many2one",
625
+ views: {},
626
+ },
627
+ log_ids: {
628
+ context: "",
629
+ domain: [],
630
+ inv_field: "polissa_id",
631
+ readonly: true,
632
+ relation: "giscedata.polissa.log",
633
+ string: "Històric",
634
+ type: "one2many",
635
+ views: {},
636
+ },
637
+ lot_facturacio: {
638
+ context: "",
639
+ domain: [],
640
+ relation: "giscedata.facturacio.lot",
641
+ size: 64,
642
+ string: "Lot de facturació",
643
+ type: "many2one",
644
+ views: {},
645
+ },
646
+ modcontractual_activa: {
647
+ context: "",
648
+ domain: [],
649
+ readonly: true,
650
+ relation: "giscedata.polissa.modcontractual",
651
+ size: 64,
652
+ string: "Modificació contractual actual",
653
+ type: "many2one",
654
+ views: {},
655
+ },
656
+ modcontractuals_ids: {
657
+ context: {
658
+ active_test: false,
659
+ },
660
+ domain: [],
661
+ inv_field: "polissa_id",
662
+ readonly: true,
663
+ relation: "giscedata.polissa.modcontractual",
664
+ string: "Modificacions contractuals",
665
+ type: "one2many",
666
+ views: {},
667
+ },
668
+ mode_facturacio: {
669
+ readonly: true,
670
+ selection: [["atr", "ATR"]],
671
+ states: {
672
+ esborrany: [["readonly", false]],
673
+ modcontractual: [
674
+ ["readonly", false],
675
+ ["required", true],
676
+ ],
677
+ validar: [
678
+ ["readonly", false],
679
+ ["required", true],
680
+ ],
681
+ },
682
+ string: "Mode facturació",
683
+ type: "selection",
684
+ views: {},
685
+ },
686
+ name: {
687
+ readonly: true,
688
+ select: true,
689
+ size: 60,
690
+ states: {
691
+ esborrany: [["readonly", false]],
692
+ },
693
+ string: "Contracte",
694
+ type: "char",
695
+ views: {},
696
+ },
697
+ name_auto: {
698
+ string: "Auto",
699
+ type: "boolean",
700
+ views: {},
701
+ },
702
+ no_cessio_sips: {
703
+ help: "Nota: si el camp està actiu vol dir que el client ha firmat la no cessió de les dades personals per motius de privacitat a tots els contractes acollits. Aquesta condició aplica als SIPS o altres processos com el P0.",
704
+ readonly: true,
705
+ selection: [
706
+ ["unactive", "Desactivat"],
707
+ ["requested", "Sol·licitat"],
708
+ ["active", "Activat"],
709
+ ],
710
+ states: {
711
+ esborrany: [["readonly", false]],
712
+ modcontractual: [["readonly", false]],
713
+ validar: [["readonly", false]],
714
+ },
715
+ string: "No cessió de SIPS",
716
+ type: "selection",
717
+ views: {},
718
+ },
719
+ no_cessio_sips_data: {
720
+ readonly: true,
721
+ states: {
722
+ esborrany: [["readonly", false]],
723
+ modcontractual: [["readonly", false]],
724
+ validar: [["readonly", false]],
725
+ },
726
+ string: "Data sol·licitud",
727
+ type: "date",
728
+ views: {},
729
+ },
730
+ nocutoff: {
731
+ context: "",
732
+ domain: [],
733
+ readonly: true,
734
+ relation: "giscedata.polissa.nocutoff",
735
+ size: 64,
736
+ states: {
737
+ esborrany: [["readonly", false]],
738
+ modcontractual: [["readonly", false]],
739
+ validar: [["readonly", false]],
740
+ },
741
+ string: "Subministrament no tallable",
742
+ type: "many2one",
743
+ views: {},
744
+ },
745
+ notificacio: {
746
+ readonly: true,
747
+ selection: [
748
+ ["titular", "Titular"],
749
+ ["pagador", "Fiscal"],
750
+ ["altre_p", "Altra"],
751
+ ],
752
+ states: {
753
+ esborrany: [["readonly", false]],
754
+ modcontractual: [
755
+ ["readonly", false],
756
+ ["required", true],
757
+ ],
758
+ validar: [
759
+ ["readonly", false],
760
+ ["required", true],
761
+ ],
762
+ },
763
+ string: "Persona notificació",
764
+ type: "selection",
765
+ views: {},
766
+ },
767
+ notificacio_email: {
768
+ digits: [16, 2],
769
+ readonly: 1,
770
+ size: 240,
771
+ string: "Email dir. notif.",
772
+ type: "char",
773
+ views: {},
774
+ },
775
+ observacio_suspesa: {
776
+ size: 170,
777
+ string: "Observacions f. suspesa",
778
+ type: "char",
779
+ views: {},
780
+ },
781
+ observacions: {
782
+ string: "Observacions",
783
+ type: "text",
784
+ views: {},
785
+ },
786
+ pagador: {
787
+ context: "",
788
+ domain: [],
789
+ readonly: true,
790
+ relation: "res.partner",
791
+ select: true,
792
+ size: 40,
793
+ states: {
794
+ esborrany: [["readonly", false]],
795
+ modcontractual: [
796
+ ["readonly", false],
797
+ ["required", true],
798
+ ],
799
+ validar: [
800
+ ["readonly", false],
801
+ ["required", true],
802
+ ],
803
+ },
804
+ string: "Raó fiscal",
805
+ type: "many2one",
806
+ views: {},
807
+ },
808
+ pagador_email: {
809
+ digits: [16, 2],
810
+ readonly: 1,
811
+ size: 240,
812
+ string: "Email dir. fiscal",
813
+ type: "char",
814
+ views: {},
815
+ },
816
+ pagador_nif: {
817
+ digits: [16, 2],
818
+ readonly: true,
819
+ string: "NIF fiscal",
820
+ type: "char",
821
+ views: {},
822
+ },
823
+ pagador_sel: {
824
+ readonly: true,
825
+ selection: [
826
+ ["titular", "Titular"],
827
+ ["altre_p", "Altre"],
828
+ ],
829
+ size: 64,
830
+ states: {
831
+ esborrany: [["readonly", false]],
832
+ modcontractual: [
833
+ ["readonly", false],
834
+ ["required", true],
835
+ ],
836
+ validar: [
837
+ ["readonly", false],
838
+ ["required", true],
839
+ ],
840
+ },
841
+ string: "Persona fiscal",
842
+ type: "selection",
843
+ views: {},
844
+ },
845
+ payment_mode_id: {
846
+ context: "",
847
+ domain: [],
848
+ readonly: true,
849
+ relation: "payment.mode",
850
+ size: 64,
851
+ states: {
852
+ esborrany: [["readonly", false]],
853
+ modcontractual: [
854
+ ["readonly", false],
855
+ ["required", true],
856
+ ],
857
+ validar: [
858
+ ["readonly", false],
859
+ ["required", true],
860
+ ],
861
+ },
862
+ string: "Grup de pagament",
863
+ type: "many2one",
864
+ views: {},
865
+ },
866
+ payment_term: {
867
+ context: "",
868
+ domain: [],
869
+ readonly: true,
870
+ relation: "account.payment.term",
871
+ size: 64,
872
+ states: {
873
+ esborrany: [["readonly", false]],
874
+ modcontractual: [
875
+ ["readonly", false],
876
+ ["required", false],
877
+ ],
878
+ validar: [
879
+ ["readonly", false],
880
+ ["required", false],
881
+ ],
882
+ },
883
+ string: "Termini de pagament",
884
+ type: "many2one",
885
+ views: {},
886
+ },
887
+ peatge_directe: {
888
+ readonly: true,
889
+ states: {
890
+ esborrany: [["readonly", false]],
891
+ modcontractual: [
892
+ ["readonly", false],
893
+ ["required", true],
894
+ ],
895
+ validar: [["readonly", false]],
896
+ },
897
+ string: "Peatge directe",
898
+ type: "boolean",
899
+ views: {},
900
+ },
901
+ pending_amount: {
902
+ digits: [16, 2],
903
+ readonly: 1,
904
+ string: "Pending amount",
905
+ type: "float",
906
+ views: {},
907
+ },
908
+ pending_state: {
909
+ digits: [16, 2],
910
+ readonly: 1,
911
+ size: 64,
912
+ string: "Pending State",
913
+ type: "char",
914
+ views: {},
915
+ },
916
+ persona_fisica: {
917
+ digits: [16, 2],
918
+ size: 2,
919
+ string: "unknown",
920
+ type: "char",
921
+ views: {},
922
+ },
923
+ potencia: {
924
+ digits: [16, 3],
925
+ readonly: true,
926
+ states: {
927
+ esborrany: [["readonly", false]],
928
+ modcontractual: [
929
+ ["readonly", false],
930
+ ["required", true],
931
+ ],
932
+ validar: [
933
+ ["readonly", false],
934
+ ["required", true],
935
+ ],
936
+ },
937
+ string: "Potència contractada (kW)",
938
+ type: "float",
939
+ views: {},
940
+ },
941
+ potencies_periode: {
942
+ context: "",
943
+ domain: [],
944
+ inv_field: "polissa_id",
945
+ readonly: true,
946
+ relation: "giscedata.polissa.potencia.contractada.periode",
947
+ states: {
948
+ esborrany: [["readonly", false]],
949
+ modcontractual: [["readonly", false]],
950
+ validar: [["readonly", false]],
951
+ },
952
+ string: "Potencies contractades per periode",
953
+ type: "one2many",
954
+ views: {
955
+ form: {
956
+ arch: '<form string="Pot&#xE8;ncia">\n <field name="periode_id" readonly="1"/>\n <field name="potencia"/>\n </form>\n ',
957
+ fields: {
958
+ periode_id: {
959
+ context: "",
960
+ domain: [],
961
+ readonly: true,
962
+ relation: "giscedata.polissa.tarifa.periodes",
963
+ required: true,
964
+ size: 64,
965
+ string: "Periode",
966
+ type: "many2one",
967
+ views: {},
968
+ },
969
+ potencia: {
970
+ digits: [15, 3],
971
+ required: true,
972
+ string: "Potencia contractada",
973
+ type: "float",
974
+ views: {},
975
+ },
976
+ },
977
+ },
978
+ tree: {
979
+ arch: '<tree string="Pot&#xE8;ncies">\n <field name="periode_id"/>\n <field name="potencia"/>\n </tree>\n ',
980
+ fields: {
981
+ periode_id: {
982
+ context: "",
983
+ domain: [],
984
+ readonly: true,
985
+ relation: "giscedata.polissa.tarifa.periodes",
986
+ required: true,
987
+ size: 64,
988
+ string: "Periode",
989
+ type: "many2one",
990
+ views: {},
991
+ },
992
+ potencia: {
993
+ digits: [15, 3],
994
+ required: true,
995
+ string: "Potencia contractada",
996
+ type: "float",
997
+ views: {},
998
+ },
999
+ },
1000
+ },
1001
+ },
1002
+ },
1003
+ print_observations: {
1004
+ string: "Observacions impresses",
1005
+ type: "text",
1006
+ views: {},
1007
+ },
1008
+ process_id: {
1009
+ context: "",
1010
+ digits: [16, 2],
1011
+ domain: [],
1012
+ readonly: true,
1013
+ relation: "account.invoice.pending.state.process",
1014
+ required: true,
1015
+ states: {
1016
+ esborrany: [["readonly", false]],
1017
+ modcontractual: [["readonly", false]],
1018
+ validar: [["readonly", false]],
1019
+ },
1020
+ string: "Procés de tall",
1021
+ type: "many2one",
1022
+ views: {},
1023
+ },
1024
+ property_unitat_potencia: {
1025
+ context: "",
1026
+ digits: [16, 2],
1027
+ domain: "[('category_id.name', '=', 'POT ELEC')]",
1028
+ help: "Amb quina unitat es vol facturar la potència",
1029
+ readonly: true,
1030
+ relation: "product.uom",
1031
+ states: {
1032
+ esborrany: [["readonly", false]],
1033
+ modcontractual: [
1034
+ ["readonly", false],
1035
+ ["required", true],
1036
+ ],
1037
+ validar: [
1038
+ ["readonly", false],
1039
+ ["required", true],
1040
+ ],
1041
+ },
1042
+ string: "Unitat de facturació potència",
1043
+ type: "many2one",
1044
+ views: {},
1045
+ },
1046
+ propietari_bank: {
1047
+ digits: [16, 2],
1048
+ readonly: true,
1049
+ size: 128,
1050
+ string: "Propietari compte bancari",
1051
+ type: "char",
1052
+ views: {},
1053
+ },
1054
+ ref_dist: {
1055
+ size: 60,
1056
+ string: "Referència distribuidora",
1057
+ type: "char",
1058
+ views: {},
1059
+ },
1060
+ refacturacio_pendent: {
1061
+ string: "Refacturació Pendent",
1062
+ type: "boolean",
1063
+ views: {},
1064
+ },
1065
+ related_attachments: {
1066
+ context: "",
1067
+ digits: [16, 2],
1068
+ domain: [],
1069
+ readonly: 1,
1070
+ relation: "ir.attachment",
1071
+ string: "Adjunts relacionats",
1072
+ type: "one2many",
1073
+ views: {},
1074
+ },
1075
+ renovacio_auto: {
1076
+ string: "Renovació Automàtica",
1077
+ type: "boolean",
1078
+ views: {},
1079
+ },
1080
+ representante_id: {
1081
+ context: "",
1082
+ domain: [],
1083
+ readonly: true,
1084
+ relation: "res.partner",
1085
+ size: 64,
1086
+ states: {
1087
+ esborrany: [["readonly", false]],
1088
+ modcontractual: [["readonly", false]],
1089
+ validar: [["readonly", false]],
1090
+ },
1091
+ string: "Representant",
1092
+ type: "many2one",
1093
+ views: {},
1094
+ },
1095
+ state: {
1096
+ readonly: true,
1097
+ required: true,
1098
+ selection: [
1099
+ ["esborrany", "Esborrany"],
1100
+ ["validar", "Validar"],
1101
+ ["pendent", "Pendent"],
1102
+ ["activa", "Activa"],
1103
+ ["cancelada", "Cancel·lada"],
1104
+ ["contracte", "Activació Contracte"],
1105
+ ["novapolissa", "Creació nova pòlissa"],
1106
+ ["modcontractual", "Modificació Contractual"],
1107
+ ["impagament", "Impagament"],
1108
+ ["tall", "Tall"],
1109
+ ["baixa", "Baixa"],
1110
+ ["facturacio", "Facturació"],
1111
+ ],
1112
+ string: "Estat",
1113
+ type: "selection",
1114
+ views: {},
1115
+ },
1116
+ tarifa: {
1117
+ context: "",
1118
+ domain: [],
1119
+ readonly: true,
1120
+ relation: "giscedata.polissa.tarifa",
1121
+ size: 64,
1122
+ states: {
1123
+ esborrany: [["readonly", false]],
1124
+ modcontractual: [
1125
+ ["readonly", false],
1126
+ ["required", true],
1127
+ ],
1128
+ validar: [
1129
+ ["readonly", false],
1130
+ ["required", true],
1131
+ ],
1132
+ },
1133
+ string: "Tarifa d'accés",
1134
+ type: "many2one",
1135
+ views: {},
1136
+ },
1137
+ tarifa_codi: {
1138
+ digits: [16, 2],
1139
+ string: "Codi Tarifa",
1140
+ type: "char",
1141
+ views: {},
1142
+ },
1143
+ tensio: {
1144
+ digits: [16, 2],
1145
+ readonly: 1,
1146
+ string: "Tensió (v)",
1147
+ type: "integer",
1148
+ views: {},
1149
+ },
1150
+ tensio_normalitzada: {
1151
+ context: "",
1152
+ domain: [],
1153
+ readonly: true,
1154
+ relation: "giscedata.tensions.tensio",
1155
+ size: 64,
1156
+ states: {
1157
+ esborrany: [["readonly", false]],
1158
+ modcontractual: [
1159
+ ["readonly", false],
1160
+ ["required", true],
1161
+ ],
1162
+ validar: [
1163
+ ["readonly", false],
1164
+ ["required", true],
1165
+ ],
1166
+ },
1167
+ string: "Tensió normalitzada",
1168
+ type: "many2one",
1169
+ views: {},
1170
+ },
1171
+ tg: {
1172
+ help: "Telegestió operativa amb o sense corba de càrrega (CCH)",
1173
+ readonly: true,
1174
+ selection: [
1175
+ ["1", "Operativa amb CCH"],
1176
+ ["2", "No operativa"],
1177
+ ["3", "Operativa Sense CCH"],
1178
+ ],
1179
+ states: {
1180
+ esborrany: [["readonly", false]],
1181
+ modcontractual: [["readonly", false]],
1182
+ validar: [["readonly", false]],
1183
+ },
1184
+ string: "Telegestió",
1185
+ type: "selection",
1186
+ views: {},
1187
+ },
1188
+ tipo_pago: {
1189
+ context: "",
1190
+ domain: [],
1191
+ readonly: true,
1192
+ relation: "payment.type",
1193
+ size: 64,
1194
+ states: {
1195
+ esborrany: [["readonly", false]],
1196
+ modcontractual: [
1197
+ ["readonly", false],
1198
+ ["required", true],
1199
+ ],
1200
+ validar: [
1201
+ ["readonly", false],
1202
+ ["required", true],
1203
+ ],
1204
+ },
1205
+ string: "Tipo de pago",
1206
+ type: "many2one",
1207
+ views: {},
1208
+ },
1209
+ tipus_vivenda: {
1210
+ readonly: true,
1211
+ selection: [
1212
+ ["habitual", "Habitual"],
1213
+ ["no_habitual", "No habitual"],
1214
+ ],
1215
+ states: {
1216
+ esborrany: [["readonly", false]],
1217
+ modcontractual: [["readonly", false]],
1218
+ validar: [["readonly", false]],
1219
+ },
1220
+ string: "Tipus vivenda",
1221
+ type: "selection",
1222
+ views: {},
1223
+ },
1224
+ titular: {
1225
+ context: "",
1226
+ domain: [],
1227
+ readonly: true,
1228
+ relation: "res.partner",
1229
+ size: 40,
1230
+ states: {
1231
+ esborrany: [["readonly", false]],
1232
+ validar: [
1233
+ ["readonly", false],
1234
+ ["required", true],
1235
+ ],
1236
+ },
1237
+ string: "Titular",
1238
+ type: "many2one",
1239
+ views: {},
1240
+ },
1241
+ titular_nif: {
1242
+ digits: [16, 2],
1243
+ readonly: true,
1244
+ string: "NIF titular",
1245
+ type: "char",
1246
+ views: {},
1247
+ },
1248
+ trafo: {
1249
+ readonly: true,
1250
+ states: {
1251
+ esborrany: [["readonly", false]],
1252
+ modcontractual: [
1253
+ ["readonly", false],
1254
+ ["required", true],
1255
+ ],
1256
+ validar: [["readonly", false]],
1257
+ },
1258
+ string: "Trafo KVA",
1259
+ type: "float",
1260
+ views: {},
1261
+ },
1262
+ user_id: {
1263
+ context: "",
1264
+ domain: [],
1265
+ relation: "res.users",
1266
+ size: 64,
1267
+ string: "Comercial",
1268
+ type: "many2one",
1269
+ views: {},
1270
+ },
1271
+ versio_primera_factura: {
1272
+ context: "",
1273
+ domain: [],
1274
+ help: "Estableix la versió de la llista de preus que s'utilitzarà per la primera facturació.",
1275
+ readonly: true,
1276
+ relation: "product.pricelist.version",
1277
+ size: 64,
1278
+ states: {
1279
+ esborrany: [["readonly", false]],
1280
+ modcontractual: [
1281
+ ["readonly", false],
1282
+ ["required", false],
1283
+ ],
1284
+ validar: [
1285
+ ["readonly", false],
1286
+ ["required", false],
1287
+ ],
1288
+ },
1289
+ string: "Versió primera facturació",
1290
+ type: "many2one",
1291
+ views: {},
1292
+ },
1293
+ },
1294
+ data: [
1295
+ {
1296
+ ac_state: false,
1297
+ active: true,
1298
+ agree_dh: "E1",
1299
+ agree_tarifa: "2A",
1300
+ agree_tensio: "E0",
1301
+ agree_tipus: "05",
1302
+ altre_p: false,
1303
+ autoconsum_id: false,
1304
+ autoconsumo: "00",
1305
+ bank: false,
1306
+ bono_social_disponible: false,
1307
+ butlletins: [],
1308
+ cnae: [
1309
+ 3,
1310
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1311
+ ],
1312
+ codigo_promocional: false,
1313
+ coef_repartiment: 0.0,
1314
+ comercial_id: false,
1315
+ comercialitzadora: [3, "Agrolait"],
1316
+ comissio: false,
1317
+ comptador: "00000005",
1318
+ comptadors: [10],
1319
+ condicions_generals_id: false,
1320
+ contract_type: "09",
1321
+ cups: [3, "ES1234000000000003JZ0F"],
1322
+ cups_cp: [],
1323
+ cups_direccio: "carrer inventat 1 1 1 3 aclaridor 00001 (Poble de Prova)",
1324
+ cups_poblacio: [],
1325
+ data_alta: "2016-01-01",
1326
+ data_baixa: "2017-01-01",
1327
+ data_firma_contracte: "2016-01-01 00:00:00",
1328
+ data_tall: "",
1329
+ data_ultima_lectura: false,
1330
+ data_ultima_lectura_estimada: false,
1331
+ data_ultima_lectura_f1: false,
1332
+ debt_amount: 0.0,
1333
+ deposit: false,
1334
+ direccio_notificacio: [
1335
+ 10,
1336
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1337
+ ],
1338
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1339
+ distri_phone: "",
1340
+ distribuidora: [2, "ASUStek"],
1341
+ email_notification: true,
1342
+ enviament: "postal",
1343
+ expected_consumption: 0.0,
1344
+ facturacio: 1,
1345
+ facturacio_distri: false,
1346
+ facturacio_endarrerida: true,
1347
+ facturacio_potencia: "max",
1348
+ facturacio_suspesa: false,
1349
+ firmat: true,
1350
+ id: 3,
1351
+ is_autoconsum_collectiu: false,
1352
+ lectura_en_baja: false,
1353
+ llista_preu: false,
1354
+ log_ids: [3, 177, 237, 238],
1355
+ lot_facturacio: [3, "01/2016"],
1356
+ modcontractual_activa: [35, "1"],
1357
+ modcontractuals_ids: [35],
1358
+ mode_facturacio: "atr",
1359
+ name: "0003",
1360
+ name_auto: true,
1361
+ no_cessio_sips: "unactive",
1362
+ no_cessio_sips_data: false,
1363
+ nocutoff: false,
1364
+ notificacio: "titular",
1365
+ notificacio_email: false,
1366
+ observacio_suspesa: false,
1367
+ observacions: "Observacio 1.",
1368
+ pagador: [3, "Agrolait"],
1369
+ pagador_email: false,
1370
+ pagador_nif: "ESB83677229",
1371
+ pagador_sel: "titular",
1372
+ payment_mode_id: false,
1373
+ payment_term: false,
1374
+ peatge_directe: false,
1375
+ pending_amount: 0.0,
1376
+ pending_state: "Correct",
1377
+ persona_fisica: "CI",
1378
+ potencia: 6.0,
1379
+ potencies_periode: [229],
1380
+ print_observations: false,
1381
+ process_id: [1, "Default Process"],
1382
+ property_unitat_potencia: [85, "kW/dia"],
1383
+ propietari_bank: false,
1384
+ proxima_facturacio: "2016-01-31",
1385
+ ref_dist: false,
1386
+ refacturacio_pendent: false,
1387
+ related_attachments: [402, 403, 404, 405, 409, 382],
1388
+ renovacio_auto: false,
1389
+ representante_id: false,
1390
+ sms_notification: false,
1391
+ state: "modcontractual",
1392
+ state_post_facturacio: false,
1393
+ tarifa: [1, "2.0A"],
1394
+ tarifa_codi: "2.0A",
1395
+ tensio: 127,
1396
+ tensio_normalitzada: [1, "127"],
1397
+ tg: "1",
1398
+ tipo_pago: [1, "Demo payment type"],
1399
+ tipus_vivenda: "habitual",
1400
+ titular: [4, "Camptocamp"],
1401
+ titular_nif: "ESB82420654",
1402
+ trafo: 0.0,
1403
+ unpaid_invoices: false,
1404
+ user_id: [1, "GISCE"],
1405
+ versio_primera_factura: false,
1406
+ },
1407
+ {
1408
+ ac_state: false,
1409
+ active: true,
1410
+ agree_dh: "E1",
1411
+ agree_tarifa: "2A",
1412
+ agree_tensio: "E0",
1413
+ agree_tipus: "05",
1414
+ altre_p: false,
1415
+ autoconsum_id: false,
1416
+ autoconsumo: "00",
1417
+ bank: false,
1418
+ bono_social_disponible: false,
1419
+ butlletins: [2],
1420
+ cnae: [
1421
+ 3,
1422
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1423
+ ],
1424
+ codigo_promocional: false,
1425
+ coef_repartiment: 0.0,
1426
+ comercial_id: false,
1427
+ comercialitzadora: [3, "Agrolait"],
1428
+ comissio: false,
1429
+ comptador: "323232",
1430
+ comptadors: [17, 18],
1431
+ condicions_generals_id: false,
1432
+ contract_type: "01",
1433
+ cups: [1, "ES1234000000000001JN0F"],
1434
+ cups_cp: [],
1435
+ cups_direccio: "carrer inventat 1 1 1 1 aclaridor 00001 (Poble de Prova)",
1436
+ cups_poblacio: [],
1437
+ data_alta: "2016-01-01",
1438
+ data_baixa: "2016-02-01",
1439
+ data_firma_contracte: "2016-01-12 00:04:00",
1440
+ data_tall: "",
1441
+ data_ultima_lectura: false,
1442
+ data_ultima_lectura_estimada: false,
1443
+ data_ultima_lectura_f1: false,
1444
+ debt_amount: 0.0,
1445
+ deposit: false,
1446
+ direccio_notificacio: [
1447
+ 10,
1448
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1449
+ ],
1450
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1451
+ distri_phone: "",
1452
+ distribuidora: [2, "ASUStek"],
1453
+ email_notification: true,
1454
+ enviament: "postal",
1455
+ expected_consumption: false,
1456
+ facturacio: 1,
1457
+ facturacio_distri: false,
1458
+ facturacio_endarrerida: true,
1459
+ facturacio_potencia: "max",
1460
+ facturacio_suspesa: false,
1461
+ firmat: true,
1462
+ id: 6,
1463
+ is_autoconsum_collectiu: false,
1464
+ lectura_en_baja: false,
1465
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
1466
+ log_ids: [6],
1467
+ lot_facturacio: false,
1468
+ modcontractual_activa: false,
1469
+ modcontractuals_ids: [],
1470
+ mode_facturacio: "atr",
1471
+ name: "0006x",
1472
+ name_auto: true,
1473
+ no_cessio_sips: "unactive",
1474
+ no_cessio_sips_data: false,
1475
+ nocutoff: false,
1476
+ notificacio: "titular",
1477
+ notificacio_email: false,
1478
+ observacio_suspesa: false,
1479
+ observacions: "Observacio 1.",
1480
+ pagador: [3, "Agrolait"],
1481
+ pagador_email: false,
1482
+ pagador_nif: "ESB83677229",
1483
+ pagador_sel: "titular",
1484
+ payment_mode_id: false,
1485
+ payment_term: false,
1486
+ peatge_directe: false,
1487
+ pending_amount: 0.0,
1488
+ pending_state: "Correct",
1489
+ persona_fisica: "CI",
1490
+ potencia: 6.0,
1491
+ potencies_periode: [204],
1492
+ print_observations: false,
1493
+ process_id: [1, "Default Process"],
1494
+ property_unitat_potencia: [85, "kW/dia"],
1495
+ propietari_bank: false,
1496
+ proxima_facturacio: false,
1497
+ ref_dist: false,
1498
+ refacturacio_pendent: false,
1499
+ related_attachments: [402, 403, 404, 405, 409, 382],
1500
+ renovacio_auto: false,
1501
+ representante_id: false,
1502
+ sms_notification: false,
1503
+ state: "esborrany",
1504
+ state_post_facturacio: false,
1505
+ tarifa: [1, "2.0A"],
1506
+ tarifa_codi: "2.0A",
1507
+ tensio: 127,
1508
+ tensio_normalitzada: [1, "127"],
1509
+ tg: "1",
1510
+ tipo_pago: [1, "Demo payment type"],
1511
+ tipus_vivenda: "habitual",
1512
+ titular: [4, "Camptocamp"],
1513
+ titular_nif: "ESB82420654",
1514
+ trafo: false,
1515
+ unpaid_invoices: false,
1516
+ user_id: [1, "GISCE"],
1517
+ versio_primera_factura: false,
1518
+ },
1519
+ {
1520
+ ac_state: false,
1521
+ active: true,
1522
+ agree_dh: "E3",
1523
+ agree_tarifa: "31",
1524
+ agree_tensio: "E2",
1525
+ agree_tipus: "03",
1526
+ altre_p: false,
1527
+ autoconsum_id: false,
1528
+ autoconsumo: "00",
1529
+ bank: false,
1530
+ bono_social_disponible: false,
1531
+ butlletins: [],
1532
+ cnae: [
1533
+ 3,
1534
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1535
+ ],
1536
+ codigo_promocional: false,
1537
+ coef_repartiment: 0.0,
1538
+ comercial_id: false,
1539
+ comercialitzadora: [3, "Agrolait"],
1540
+ comissio: false,
1541
+ comptador: "69696969",
1542
+ comptadors: [21, 19],
1543
+ condicions_generals_id: false,
1544
+ contract_type: "01",
1545
+ cups: [7, "ES8756113412585495XW"],
1546
+ cups_cp: [],
1547
+ cups_direccio: "carrer inventat 1 1 1 6 aclaridor 00001 (Poble de Prova)",
1548
+ cups_poblacio: [],
1549
+ data_alta: "2016-01-01",
1550
+ data_baixa: "2016-02-01",
1551
+ data_firma_contracte: "2016-01-01 00:00:00",
1552
+ data_tall: "",
1553
+ data_ultima_lectura: false,
1554
+ data_ultima_lectura_estimada: false,
1555
+ data_ultima_lectura_f1: false,
1556
+ debt_amount: 0.0,
1557
+ deposit: false,
1558
+ direccio_notificacio: [
1559
+ 10,
1560
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1561
+ ],
1562
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1563
+ distri_phone: "",
1564
+ distribuidora: [2, "ASUStek"],
1565
+ email_notification: true,
1566
+ enviament: "postal",
1567
+ expected_consumption: false,
1568
+ facturacio: 1,
1569
+ facturacio_distri: false,
1570
+ facturacio_endarrerida: true,
1571
+ facturacio_potencia: "max",
1572
+ facturacio_suspesa: false,
1573
+ firmat: true,
1574
+ id: 7,
1575
+ is_autoconsum_collectiu: false,
1576
+ lectura_en_baja: false,
1577
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
1578
+ log_ids: [7, 10],
1579
+ lot_facturacio: false,
1580
+ modcontractual_activa: false,
1581
+ modcontractuals_ids: [],
1582
+ mode_facturacio: "atr",
1583
+ name: "0007",
1584
+ name_auto: true,
1585
+ no_cessio_sips: "unactive",
1586
+ no_cessio_sips_data: false,
1587
+ nocutoff: false,
1588
+ notificacio: "titular",
1589
+ notificacio_email: false,
1590
+ observacio_suspesa: false,
1591
+ observacions: "Observacio 1.",
1592
+ pagador: [3, "Agrolait"],
1593
+ pagador_email: false,
1594
+ pagador_nif: "ESB83677229",
1595
+ pagador_sel: "titular",
1596
+ payment_mode_id: false,
1597
+ payment_term: false,
1598
+ peatge_directe: false,
1599
+ pending_amount: 0.0,
1600
+ pending_state: "Correct",
1601
+ persona_fisica: "CI",
1602
+ potencia: 75.0,
1603
+ potencies_periode: [145, 146, 147],
1604
+ print_observations: false,
1605
+ process_id: [1, "Default Process"],
1606
+ property_unitat_potencia: [85, "kW/dia"],
1607
+ propietari_bank: false,
1608
+ proxima_facturacio: false,
1609
+ ref_dist: false,
1610
+ refacturacio_pendent: false,
1611
+ related_attachments: [402, 403, 404, 405, 409, 382],
1612
+ renovacio_auto: false,
1613
+ representante_id: false,
1614
+ sms_notification: false,
1615
+ state: "esborrany",
1616
+ state_post_facturacio: false,
1617
+ tarifa: [9, "3.1A LB"],
1618
+ tarifa_codi: "3.1A LB",
1619
+ tensio: 127,
1620
+ tensio_normalitzada: [1, "127"],
1621
+ tg: "1",
1622
+ tipo_pago: [1, "Demo payment type"],
1623
+ tipus_vivenda: "no_habitual",
1624
+ titular: [4, "Camptocamp"],
1625
+ titular_nif: "ESB82420654",
1626
+ trafo: 160.0,
1627
+ unpaid_invoices: false,
1628
+ user_id: [1, "GISCE"],
1629
+ versio_primera_factura: false,
1630
+ },
1631
+ {
1632
+ ac_state: false,
1633
+ active: true,
1634
+ agree_dh: "E3",
1635
+ agree_tarifa: "21",
1636
+ agree_tensio: "E0",
1637
+ agree_tipus: "05",
1638
+ altre_p: false,
1639
+ autoconsum_id: false,
1640
+ autoconsumo: "00",
1641
+ bank: false,
1642
+ bono_social_disponible: false,
1643
+ butlletins: [],
1644
+ cnae: [
1645
+ 3,
1646
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1647
+ ],
1648
+ codigo_promocional: false,
1649
+ coef_repartiment: 0.0,
1650
+ comercial_id: false,
1651
+ comercialitzadora: [3, "Agrolait"],
1652
+ comissio: false,
1653
+ comptador: "81178117",
1654
+ comptadors: [5],
1655
+ condicions_generals_id: false,
1656
+ contract_type: "01",
1657
+ cups: [4, "ES1234000000000004JS0F"],
1658
+ cups_cp: [],
1659
+ cups_direccio: "carrer inventat 1 1 1 4 aclaridor 00001 (Poble de Prova)",
1660
+ cups_poblacio: [],
1661
+ data_alta: "2017-06-01",
1662
+ data_baixa: false,
1663
+ data_firma_contracte: "2017-06-01 00:00:00",
1664
+ data_tall: "",
1665
+ data_ultima_lectura: false,
1666
+ data_ultima_lectura_estimada: false,
1667
+ data_ultima_lectura_f1: false,
1668
+ debt_amount: 0.0,
1669
+ deposit: false,
1670
+ direccio_notificacio: [
1671
+ 10,
1672
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1673
+ ],
1674
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1675
+ distri_phone: "",
1676
+ distribuidora: [2, "ASUStek"],
1677
+ email_notification: true,
1678
+ enviament: "postal",
1679
+ expected_consumption: false,
1680
+ facturacio: 1,
1681
+ facturacio_distri: false,
1682
+ facturacio_endarrerida: true,
1683
+ facturacio_potencia: "max",
1684
+ facturacio_suspesa: false,
1685
+ firmat: true,
1686
+ id: 8,
1687
+ is_autoconsum_collectiu: false,
1688
+ lectura_en_baja: false,
1689
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
1690
+ log_ids: [8, 201],
1691
+ lot_facturacio: false,
1692
+ modcontractual_activa: false,
1693
+ modcontractuals_ids: [],
1694
+ mode_facturacio: "atr",
1695
+ name: "0008",
1696
+ name_auto: true,
1697
+ no_cessio_sips: "unactive",
1698
+ no_cessio_sips_data: false,
1699
+ nocutoff: false,
1700
+ notificacio: "titular",
1701
+ notificacio_email: false,
1702
+ observacio_suspesa: false,
1703
+ observacions: "Observacio 1.",
1704
+ pagador: [3, "Agrolait"],
1705
+ pagador_email: false,
1706
+ pagador_nif: "ESB83677229",
1707
+ pagador_sel: "titular",
1708
+ payment_mode_id: false,
1709
+ payment_term: false,
1710
+ peatge_directe: false,
1711
+ pending_amount: 0.0,
1712
+ pending_state: "Correct",
1713
+ persona_fisica: "CI",
1714
+ potencia: 14.3,
1715
+ potencies_periode: [199, 200, 201],
1716
+ print_observations: false,
1717
+ process_id: [1, "Default Process"],
1718
+ property_unitat_potencia: [85, "kW/dia"],
1719
+ propietari_bank: false,
1720
+ proxima_facturacio: false,
1721
+ ref_dist: false,
1722
+ refacturacio_pendent: false,
1723
+ related_attachments: [402, 403, 404, 405, 409, 382],
1724
+ renovacio_auto: true,
1725
+ representante_id: false,
1726
+ sms_notification: false,
1727
+ state: "validar",
1728
+ state_post_facturacio: false,
1729
+ tarifa: [7, "3.0A"],
1730
+ tarifa_codi: "3.0A",
1731
+ tensio: 400,
1732
+ tensio_normalitzada: [8, "3x230/400"],
1733
+ tg: "1",
1734
+ tipo_pago: [1, "Demo payment type"],
1735
+ tipus_vivenda: "habitual",
1736
+ titular: [4, "Camptocamp"],
1737
+ titular_nif: "ESB82420654",
1738
+ trafo: false,
1739
+ unpaid_invoices: false,
1740
+ user_id: [1, "GISCE"],
1741
+ versio_primera_factura: false,
1742
+ },
1743
+ {
1744
+ ac_state: false,
1745
+ active: true,
1746
+ agree_dh: "E2",
1747
+ agree_tarifa: "21",
1748
+ agree_tensio: "E0",
1749
+ agree_tipus: "05",
1750
+ altre_p: false,
1751
+ autoconsum_id: false,
1752
+ autoconsumo: "00",
1753
+ bank: false,
1754
+ bono_social_disponible: false,
1755
+ butlletins: [],
1756
+ cnae: [
1757
+ 3,
1758
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1759
+ ],
1760
+ codigo_promocional: false,
1761
+ coef_repartiment: 0.0,
1762
+ comercial_id: false,
1763
+ comercialitzadora: [3, "Agrolait"],
1764
+ comissio: false,
1765
+ comptador: "73277327",
1766
+ comptadors: [4],
1767
+ condicions_generals_id: false,
1768
+ contract_type: "01",
1769
+ cups: [4, "ES1234000000000004JS0F"],
1770
+ cups_cp: [],
1771
+ cups_direccio: "carrer inventat 1 1 1 4 aclaridor 00001 (Poble de Prova)",
1772
+ cups_poblacio: [],
1773
+ data_alta: "2017-06-01",
1774
+ data_baixa: "2021-06-08",
1775
+ data_firma_contracte: "2017-06-01 00:00:00",
1776
+ data_tall: "",
1777
+ data_ultima_lectura: false,
1778
+ data_ultima_lectura_estimada: false,
1779
+ data_ultima_lectura_f1: false,
1780
+ debt_amount: 0.0,
1781
+ deposit: false,
1782
+ direccio_notificacio: [
1783
+ 10,
1784
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1785
+ ],
1786
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1787
+ distri_phone: "",
1788
+ distribuidora: [2, "ASUStek"],
1789
+ email_notification: true,
1790
+ enviament: "postal",
1791
+ expected_consumption: false,
1792
+ facturacio: 1,
1793
+ facturacio_distri: false,
1794
+ facturacio_endarrerida: true,
1795
+ facturacio_potencia: "max",
1796
+ facturacio_suspesa: false,
1797
+ firmat: true,
1798
+ id: 9,
1799
+ is_autoconsum_collectiu: false,
1800
+ lectura_en_baja: false,
1801
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
1802
+ log_ids: [9, 172, 173, 174],
1803
+ lot_facturacio: false,
1804
+ modcontractual_activa: false,
1805
+ modcontractuals_ids: [],
1806
+ mode_facturacio: "atr",
1807
+ name: "0009",
1808
+ name_auto: true,
1809
+ no_cessio_sips: "unactive",
1810
+ no_cessio_sips_data: false,
1811
+ nocutoff: false,
1812
+ notificacio: "titular",
1813
+ notificacio_email: false,
1814
+ observacio_suspesa: false,
1815
+ observacions: "Observacio 1.",
1816
+ pagador: [3, "Agrolait"],
1817
+ pagador_email: false,
1818
+ pagador_nif: "ESB83677229",
1819
+ pagador_sel: "titular",
1820
+ payment_mode_id: false,
1821
+ payment_term: false,
1822
+ peatge_directe: false,
1823
+ pending_amount: 0.0,
1824
+ pending_state: "Correcte",
1825
+ persona_fisica: "CI",
1826
+ potencia: 8.0,
1827
+ potencies_periode: [143],
1828
+ print_observations: false,
1829
+ process_id: [1, "Default Process"],
1830
+ property_unitat_potencia: [85, "kW/dia"],
1831
+ propietari_bank: false,
1832
+ proxima_facturacio: false,
1833
+ ref_dist: false,
1834
+ refacturacio_pendent: false,
1835
+ related_attachments: [402, 403, 404, 405, 409, 382],
1836
+ renovacio_auto: false,
1837
+ representante_id: false,
1838
+ sms_notification: false,
1839
+ state: "validar",
1840
+ state_post_facturacio: false,
1841
+ tarifa: [5, "2.1DHA"],
1842
+ tarifa_codi: "2.1DHA",
1843
+ tensio: 400,
1844
+ tensio_normalitzada: [8, "3x230/400"],
1845
+ tg: "1",
1846
+ tipo_pago: [1, "Demo payment type"],
1847
+ tipus_vivenda: "habitual",
1848
+ titular: [4, "Camptocamp"],
1849
+ titular_nif: "ESB82420654",
1850
+ trafo: false,
1851
+ unpaid_invoices: false,
1852
+ user_id: [1, "GISCE"],
1853
+ versio_primera_factura: false,
1854
+ },
1855
+ {
1856
+ ac_state: false,
1857
+ active: true,
1858
+ agree_dh: "E3",
1859
+ agree_tarifa: "2A",
1860
+ agree_tensio: "E0",
1861
+ agree_tipus: "05",
1862
+ altre_p: false,
1863
+ autoconsum_id: false,
1864
+ autoconsumo: "00",
1865
+ bank: false,
1866
+ bono_social_disponible: false,
1867
+ butlletins: [],
1868
+ cnae: [
1869
+ 3,
1870
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1871
+ ],
1872
+ codigo_promocional: false,
1873
+ coef_repartiment: 0.0,
1874
+ comercial_id: false,
1875
+ comercialitzadora: [3, "Agrolait"],
1876
+ comissio: false,
1877
+ comptador: "00000001",
1878
+ comptadors: [6],
1879
+ condicions_generals_id: false,
1880
+ contract_type: "01",
1881
+ cups: [8, "ES0112000000015671QS"],
1882
+ cups_cp: [],
1883
+ cups_direccio: "carrer inventat 1 1 1 6 aclaridor 00001 (Poble de Prova)",
1884
+ cups_poblacio: [],
1885
+ data_alta: "2019-01-01",
1886
+ data_baixa: false,
1887
+ data_firma_contracte: "2019-01-01 00:00:00",
1888
+ data_tall: "",
1889
+ data_ultima_lectura: false,
1890
+ data_ultima_lectura_estimada: false,
1891
+ data_ultima_lectura_f1: false,
1892
+ debt_amount: 0.0,
1893
+ deposit: false,
1894
+ direccio_notificacio: [
1895
+ 10,
1896
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
1897
+ ],
1898
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
1899
+ distri_phone: "",
1900
+ distribuidora: [2, "ASUStek"],
1901
+ email_notification: true,
1902
+ enviament: "postal",
1903
+ expected_consumption: false,
1904
+ facturacio: 1,
1905
+ facturacio_distri: false,
1906
+ facturacio_endarrerida: true,
1907
+ facturacio_potencia: "max",
1908
+ facturacio_suspesa: false,
1909
+ firmat: true,
1910
+ id: 10,
1911
+ is_autoconsum_collectiu: false,
1912
+ lectura_en_baja: false,
1913
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
1914
+ log_ids: [11],
1915
+ lot_facturacio: false,
1916
+ modcontractual_activa: false,
1917
+ modcontractuals_ids: [],
1918
+ mode_facturacio: "atr",
1919
+ name: "0010",
1920
+ name_auto: true,
1921
+ no_cessio_sips: "unactive",
1922
+ no_cessio_sips_data: false,
1923
+ nocutoff: false,
1924
+ notificacio: "titular",
1925
+ notificacio_email: false,
1926
+ observacio_suspesa: false,
1927
+ observacions: "Observacio 1.",
1928
+ pagador: [3, "Agrolait"],
1929
+ pagador_email: false,
1930
+ pagador_nif: "ESB83677229",
1931
+ pagador_sel: "titular",
1932
+ payment_mode_id: false,
1933
+ payment_term: false,
1934
+ peatge_directe: false,
1935
+ pending_amount: 0.0,
1936
+ pending_state: "Correct",
1937
+ persona_fisica: "CI",
1938
+ potencia: 5.716,
1939
+ potencies_periode: [184],
1940
+ print_observations: false,
1941
+ process_id: [1, "Default Process"],
1942
+ property_unitat_potencia: [85, "kW/dia"],
1943
+ propietari_bank: false,
1944
+ proxima_facturacio: false,
1945
+ ref_dist: false,
1946
+ refacturacio_pendent: false,
1947
+ related_attachments: [402, 403, 404, 405, 409, 382],
1948
+ renovacio_auto: true,
1949
+ representante_id: false,
1950
+ sms_notification: false,
1951
+ state: "esborrany",
1952
+ state_post_facturacio: false,
1953
+ tarifa: [4, "2.0DHS"],
1954
+ tarifa_codi: "2.0DHS",
1955
+ tensio: 400,
1956
+ tensio_normalitzada: [8, "3x230/400"],
1957
+ tg: "1",
1958
+ tipo_pago: [1, "Demo payment type"],
1959
+ tipus_vivenda: "habitual",
1960
+ titular: [4, "Camptocamp"],
1961
+ titular_nif: "ESB82420654",
1962
+ trafo: false,
1963
+ unpaid_invoices: false,
1964
+ user_id: [1, "GISCE"],
1965
+ versio_primera_factura: false,
1966
+ },
1967
+ {
1968
+ ac_state: false,
1969
+ active: true,
1970
+ agree_dh: "E3",
1971
+ agree_tarifa: "2A",
1972
+ agree_tensio: "E0",
1973
+ agree_tipus: "05",
1974
+ altre_p: false,
1975
+ autoconsum_id: false,
1976
+ autoconsumo: "00",
1977
+ bank: false,
1978
+ bono_social_disponible: false,
1979
+ butlletins: [],
1980
+ cnae: [
1981
+ 3,
1982
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
1983
+ ],
1984
+ codigo_promocional: false,
1985
+ coef_repartiment: 0.0,
1986
+ comercial_id: false,
1987
+ comercialitzadora: [3, "Agrolait"],
1988
+ comissio: false,
1989
+ comptador: "00000003",
1990
+ comptadors: [8],
1991
+ condicions_generals_id: false,
1992
+ contract_type: "01",
1993
+ cups: [10, "ES0112000000030178AD"],
1994
+ cups_cp: [],
1995
+ cups_direccio: "carrer inventat 1 1 1 6 aclaridor 00001 (Poble de Prova)",
1996
+ cups_poblacio: [],
1997
+ data_alta: "2019-01-01",
1998
+ data_baixa: false,
1999
+ data_firma_contracte: "2019-01-01 00:00:00",
2000
+ data_tall: "",
2001
+ data_ultima_lectura: "2019-11-30",
2002
+ data_ultima_lectura_estimada: false,
2003
+ data_ultima_lectura_f1: false,
2004
+ debt_amount: 0.0,
2005
+ deposit: false,
2006
+ direccio_notificacio: [
2007
+ 10,
2008
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
2009
+ ],
2010
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
2011
+ distri_phone: "",
2012
+ distribuidora: [2, "ASUStek"],
2013
+ email_notification: true,
2014
+ enviament: "postal",
2015
+ expected_consumption: false,
2016
+ facturacio: 1,
2017
+ facturacio_distri: false,
2018
+ facturacio_endarrerida: true,
2019
+ facturacio_potencia: "max",
2020
+ facturacio_suspesa: false,
2021
+ firmat: true,
2022
+ id: 12,
2023
+ is_autoconsum_collectiu: false,
2024
+ lectura_en_baja: false,
2025
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
2026
+ log_ids: [13],
2027
+ lot_facturacio: false,
2028
+ modcontractual_activa: false,
2029
+ modcontractuals_ids: [],
2030
+ mode_facturacio: "atr",
2031
+ name: "0012",
2032
+ name_auto: true,
2033
+ no_cessio_sips: "unactive",
2034
+ no_cessio_sips_data: false,
2035
+ nocutoff: false,
2036
+ notificacio: "titular",
2037
+ notificacio_email: false,
2038
+ observacio_suspesa: false,
2039
+ observacions: "Observacio 1.",
2040
+ pagador: [3, "Agrolait"],
2041
+ pagador_email: false,
2042
+ pagador_nif: "ESB83677229",
2043
+ pagador_sel: "titular",
2044
+ payment_mode_id: false,
2045
+ payment_term: false,
2046
+ peatge_directe: false,
2047
+ pending_amount: 0.0,
2048
+ pending_state: "Correct",
2049
+ persona_fisica: "CI",
2050
+ potencia: 5.5,
2051
+ potencies_periode: [174],
2052
+ print_observations: false,
2053
+ process_id: [1, "Default Process"],
2054
+ property_unitat_potencia: [85, "kW/dia"],
2055
+ propietari_bank: false,
2056
+ proxima_facturacio: false,
2057
+ ref_dist: false,
2058
+ refacturacio_pendent: false,
2059
+ related_attachments: [402, 403, 404, 405, 409, 382],
2060
+ renovacio_auto: true,
2061
+ representante_id: false,
2062
+ sms_notification: false,
2063
+ state: "esborrany",
2064
+ state_post_facturacio: false,
2065
+ tarifa: [4, "2.0DHS"],
2066
+ tarifa_codi: "2.0DHS",
2067
+ tensio: 400,
2068
+ tensio_normalitzada: [8, "3x230/400"],
2069
+ tg: "1",
2070
+ tipo_pago: [1, "Demo payment type"],
2071
+ tipus_vivenda: "habitual",
2072
+ titular: [4, "Camptocamp"],
2073
+ titular_nif: "ESB82420654",
2074
+ trafo: false,
2075
+ unpaid_invoices: false,
2076
+ user_id: [1, "GISCE"],
2077
+ versio_primera_factura: false,
2078
+ },
2079
+ {
2080
+ ac_state: false,
2081
+ active: true,
2082
+ agree_dh: "E3",
2083
+ agree_tarifa: "2A",
2084
+ agree_tensio: "E0",
2085
+ agree_tipus: "05",
2086
+ altre_p: false,
2087
+ autoconsum_id: false,
2088
+ autoconsumo: "00",
2089
+ bank: false,
2090
+ bono_social_disponible: false,
2091
+ butlletins: [],
2092
+ cnae: [
2093
+ 3,
2094
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
2095
+ ],
2096
+ codigo_promocional: false,
2097
+ coef_repartiment: 0.0,
2098
+ comercial_id: false,
2099
+ comercialitzadora: [3, "Agrolait"],
2100
+ comissio: false,
2101
+ comptador: "00000004",
2102
+ comptadors: [9],
2103
+ condicions_generals_id: false,
2104
+ contract_type: "01",
2105
+ cups: [11, "ES0112000000130127WT"],
2106
+ cups_cp: [],
2107
+ cups_direccio: "carrer inventat 1 1 1 6 aclaridor 00001 (Poble de Prova)",
2108
+ cups_poblacio: [],
2109
+ data_alta: "2019-01-01",
2110
+ data_baixa: false,
2111
+ data_firma_contracte: "2019-01-01 00:00:00",
2112
+ data_tall: "",
2113
+ data_ultima_lectura: false,
2114
+ data_ultima_lectura_estimada: false,
2115
+ data_ultima_lectura_f1: false,
2116
+ debt_amount: 0.0,
2117
+ deposit: false,
2118
+ direccio_notificacio: [
2119
+ 10,
2120
+ "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre",
2121
+ ],
2122
+ direccio_pagament: [10, "Sylvie Lelitre, 69 rue de Chimay 5478 Wavre"],
2123
+ distri_phone: "",
2124
+ distribuidora: [2, "ASUStek"],
2125
+ email_notification: true,
2126
+ enviament: "postal",
2127
+ expected_consumption: false,
2128
+ facturacio: 1,
2129
+ facturacio_distri: false,
2130
+ facturacio_endarrerida: true,
2131
+ facturacio_potencia: "max",
2132
+ facturacio_suspesa: false,
2133
+ firmat: true,
2134
+ id: 13,
2135
+ is_autoconsum_collectiu: false,
2136
+ lectura_en_baja: false,
2137
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
2138
+ log_ids: [14],
2139
+ lot_facturacio: false,
2140
+ modcontractual_activa: false,
2141
+ modcontractuals_ids: [],
2142
+ mode_facturacio: "atr",
2143
+ name: "0013",
2144
+ name_auto: true,
2145
+ no_cessio_sips: "unactive",
2146
+ no_cessio_sips_data: false,
2147
+ nocutoff: false,
2148
+ notificacio: "titular",
2149
+ notificacio_email: false,
2150
+ observacio_suspesa: false,
2151
+ observacions: "Observacio 1.",
2152
+ pagador: [3, "Agrolait"],
2153
+ pagador_email: false,
2154
+ pagador_nif: "ESB83677229",
2155
+ pagador_sel: "titular",
2156
+ payment_mode_id: false,
2157
+ payment_term: false,
2158
+ peatge_directe: false,
2159
+ pending_amount: 0.0,
2160
+ pending_state: "Correct",
2161
+ persona_fisica: "CI",
2162
+ potencia: 4.6,
2163
+ potencies_periode: [],
2164
+ print_observations: false,
2165
+ process_id: [1, "Default Process"],
2166
+ property_unitat_potencia: [85, "kW/dia"],
2167
+ propietari_bank: false,
2168
+ proxima_facturacio: false,
2169
+ ref_dist: false,
2170
+ refacturacio_pendent: false,
2171
+ related_attachments: [402, 403, 404, 405, 409, 382],
2172
+ renovacio_auto: true,
2173
+ representante_id: false,
2174
+ sms_notification: false,
2175
+ state: "esborrany",
2176
+ state_post_facturacio: false,
2177
+ tarifa: [4, "2.0DHS"],
2178
+ tarifa_codi: "2.0DHS",
2179
+ tensio: 400,
2180
+ tensio_normalitzada: [8, "3x230/400"],
2181
+ tg: "1",
2182
+ tipo_pago: [1, "Demo payment type"],
2183
+ tipus_vivenda: "habitual",
2184
+ titular: [4, "Camptocamp"],
2185
+ titular_nif: "ESB82420654",
2186
+ trafo: false,
2187
+ unpaid_invoices: false,
2188
+ user_id: [1, "GISCE"],
2189
+ versio_primera_factura: false,
2190
+ },
2191
+ {
2192
+ ac_state: false,
2193
+ active: true,
2194
+ agree_dh: "E1",
2195
+ agree_tarifa: "2A",
2196
+ agree_tensio: "E0",
2197
+ agree_tipus: "05",
2198
+ altre_p: false,
2199
+ autoconsum_id: false,
2200
+ autoconsumo: "00",
2201
+ bank: [8, "ES55 0208 7840 4574 1051 4635"],
2202
+ bono_social_disponible: false,
2203
+ butlletins: [],
2204
+ cnae: [
2205
+ 3,
2206
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
2207
+ ],
2208
+ codigo_promocional: false,
2209
+ coef_repartiment: 0.0,
2210
+ comercial_id: false,
2211
+ comercialitzadora: [3, "Agrolait"],
2212
+ comissio: false,
2213
+ comptador: "40318130",
2214
+ comptadors: [11],
2215
+ condicions_generals_id: false,
2216
+ contract_type: "01",
2217
+ cups: [12, "ES0715725854647566LD0F"],
2218
+ cups_cp: [],
2219
+ cups_direccio: "Plaça Mela Mutermilch 2 1 2 17001 (Girona)",
2220
+ cups_poblacio: [],
2221
+ data_alta: "2012-01-01",
2222
+ data_baixa: "2099-01-01",
2223
+ data_firma_contracte: "2020-06-23 00:51:52",
2224
+ data_tall: "",
2225
+ data_ultima_lectura: false,
2226
+ data_ultima_lectura_estimada: false,
2227
+ data_ultima_lectura_f1: false,
2228
+ debt_amount: 0.0,
2229
+ deposit: false,
2230
+ direccio_notificacio: [
2231
+ 2,
2232
+ "Michel Schumacher, Rue du flash 50 1000 Bruxelles",
2233
+ ],
2234
+ direccio_pagament: [
2235
+ 2,
2236
+ "Michel Schumacher, Rue du flash 50 1000 Bruxelles",
2237
+ ],
2238
+ distri_phone: "",
2239
+ distribuidora: [2, "ASUStek"],
2240
+ email_notification: true,
2241
+ enviament: "postal",
2242
+ expected_consumption: false,
2243
+ facturacio: 1,
2244
+ facturacio_distri: false,
2245
+ facturacio_endarrerida: true,
2246
+ facturacio_potencia: "icp",
2247
+ facturacio_suspesa: false,
2248
+ firmat: true,
2249
+ id: 14,
2250
+ is_autoconsum_collectiu: false,
2251
+ lectura_en_baja: false,
2252
+ llista_preu: [19, "TARIFAS ELECTRICIDAD (EUR)"],
2253
+ log_ids: [15],
2254
+ lot_facturacio: false,
2255
+ modcontractual_activa: false,
2256
+ modcontractuals_ids: [],
2257
+ mode_facturacio: "atr",
2258
+ name: "0099",
2259
+ name_auto: true,
2260
+ no_cessio_sips: "unactive",
2261
+ no_cessio_sips_data: false,
2262
+ nocutoff: false,
2263
+ notificacio: "titular",
2264
+ notificacio_email: "ecarreras@gisce.net",
2265
+ observacio_suspesa: false,
2266
+ observacions: "Polissa per GISCE",
2267
+ pagador: [22, "GISCE"],
2268
+ pagador_email: "ecarreras@gisce.net",
2269
+ pagador_nif: "ESB55129415",
2270
+ pagador_sel: "titular",
2271
+ payment_mode_id: [8, "Domiciliat"],
2272
+ payment_term: false,
2273
+ peatge_directe: false,
2274
+ pending_amount: 0.0,
2275
+ pending_state: "Correct",
2276
+ persona_fisica: "CI",
2277
+ potencia: 4.6,
2278
+ potencies_periode: [2],
2279
+ print_observations: false,
2280
+ process_id: [1, "Default Process"],
2281
+ property_unitat_potencia: [85, "kW/dia"],
2282
+ propietari_bank: "GISCE",
2283
+ proxima_facturacio: false,
2284
+ ref_dist: false,
2285
+ refacturacio_pendent: false,
2286
+ related_attachments: [1, 2],
2287
+ renovacio_auto: false,
2288
+ representante_id: false,
2289
+ sms_notification: false,
2290
+ state: "esborrany",
2291
+ state_post_facturacio: false,
2292
+ tarifa: [1, "2.0A"],
2293
+ tarifa_codi: "2.0A",
2294
+ tensio: 127,
2295
+ tensio_normalitzada: [1, "127"],
2296
+ tg: "1",
2297
+ tipo_pago: [6, "Recibo domiciliado"],
2298
+ tipus_vivenda: "habitual",
2299
+ titular: [22, "GISCE"],
2300
+ titular_nif: "ESB55129415",
2301
+ trafo: false,
2302
+ unpaid_invoices: false,
2303
+ user_id: [1, "GISCE"],
2304
+ versio_primera_factura: false,
2305
+ },
2306
+ {
2307
+ ac_state: "esborrany",
2308
+ active: true,
2309
+ agree_dh: "E1",
2310
+ agree_tarifa: "2A",
2311
+ agree_tensio: "E0",
2312
+ agree_tipus: "05",
2313
+ altre_p: false,
2314
+ autoconsum_id: [1, "ES0318363477145938GEA000"],
2315
+ autoconsumo: "41",
2316
+ bank: false,
2317
+ bono_social_disponible: false,
2318
+ butlletins: [],
2319
+ cnae: [
2320
+ 3,
2321
+ "0111 - Cultivo de cereales (excepto arroz), leguminosas y semillas oleaginosas",
2322
+ ],
2323
+ codigo_promocional: false,
2324
+ coef_repartiment: 0.0,
2325
+ comercial_id: false,
2326
+ comercialitzadora: [3, "Agrolait"],
2327
+ comissio: false,
2328
+ comptador: "20200218",
2329
+ comptadors: [12],
2330
+ condicions_generals_id: false,
2331
+ contract_type: "01",
2332
+ cups: [13, "ES0318363477145938GE0F"],
2333
+ cups_cp: [],
2334
+ cups_direccio: "Plaça Autoconsum PF 2 1 2 17001 (Girona)",
2335
+ cups_poblacio: [],
2336
+ data_alta: "2012-01-01",
2337
+ data_baixa: "2099-01-01",
2338
+ data_firma_contracte: "2012-01-01 00:00:00",
2339
+ data_tall: "",
2340
+ data_ultima_lectura: false,
2341
+ data_ultima_lectura_estimada: false,
2342
+ data_ultima_lectura_f1: false,
2343
+ debt_amount: 0.0,
2344
+ deposit: false,
2345
+ direccio_notificacio: false,
2346
+ direccio_pagament: false,
2347
+ distri_phone: "",
2348
+ distribuidora: [2, "ASUStek"],
2349
+ email_notification: true,
2350
+ enviament: "postal",
2351
+ expected_consumption: false,
2352
+ facturacio: 1,
2353
+ facturacio_distri: false,
2354
+ facturacio_endarrerida: true,
2355
+ facturacio_potencia: "icp",
2356
+ facturacio_suspesa: false,
2357
+ firmat: true,
2358
+ id: 15,
2359
+ is_autoconsum_collectiu: false,
2360
+ lectura_en_baja: false,
2361
+ llista_preu: false,
2362
+ log_ids: [16],
2363
+ lot_facturacio: false,
2364
+ modcontractual_activa: false,
2365
+ modcontractuals_ids: [],
2366
+ mode_facturacio: "atr",
2367
+ name: "460001",
2368
+ name_auto: true,
2369
+ no_cessio_sips: "unactive",
2370
+ no_cessio_sips_data: false,
2371
+ nocutoff: false,
2372
+ notificacio: false,
2373
+ notificacio_email: false,
2374
+ observacio_suspesa: false,
2375
+ observacions: "Polissa per Autoconsum individual Xarxa Interior",
2376
+ pagador: false,
2377
+ pagador_email: false,
2378
+ pagador_nif: false,
2379
+ pagador_sel: false,
2380
+ payment_mode_id: false,
2381
+ payment_term: false,
2382
+ peatge_directe: false,
2383
+ pending_amount: 0.0,
2384
+ pending_state: "Correct",
2385
+ persona_fisica: "CI",
2386
+ potencia: 4.6,
2387
+ potencies_periode: [],
2388
+ print_observations: false,
2389
+ process_id: [1, "Default Process"],
2390
+ property_unitat_potencia: [85, "kW/dia"],
2391
+ propietari_bank: false,
2392
+ proxima_facturacio: false,
2393
+ ref_dist: false,
2394
+ refacturacio_pendent: false,
2395
+ related_attachments: [],
2396
+ renovacio_auto: false,
2397
+ representante_id: false,
2398
+ sms_notification: false,
2399
+ state: "esborrany",
2400
+ state_post_facturacio: false,
2401
+ tarifa: [1, "2.0A"],
2402
+ tarifa_codi: "2.0A",
2403
+ tensio: 230,
2404
+ tensio_normalitzada: [4, "230"],
2405
+ tg: "1",
2406
+ tipo_pago: false,
2407
+ tipus_vivenda: "habitual",
2408
+ titular: [22, "GISCE"],
2409
+ titular_nif: "ESB55129415",
2410
+ trafo: false,
2411
+ unpaid_invoices: false,
2412
+ user_id: [1, "GISCE"],
2413
+ versio_primera_factura: false,
2414
+ },
2415
+ {
2416
+ ac_state: false,
2417
+ active: true,
2418
+ agree_dh: "E3",
2419
+ agree_tarifa: "2A",
2420
+ agree_tensio: "E0",
2421
+ agree_tipus: "05",
2422
+ altre_p: false,
2423
+ autoconsum_id: false,
2424
+ autoconsumo: "00",
2425
+ bank: [101, "ES40 0224 3622 1957 9356 6143"],
2426
+ bono_social_disponible: true,
2427
+ butlletins: [],
2428
+ cnae: [
2429
+ 986,
2430
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
2431
+ ],
2432
+ codigo_promocional: false,
2433
+ coef_repartiment: 0.0,
2434
+ comercial_id: false,
2435
+ comercialitzadora: [1, "Tiny sprl"],
2436
+ comissio: "giscedata.polissa.comissio.unica,0",
2437
+ comptador: "1234567898",
2438
+ comptadors: [13],
2439
+ condicions_generals_id: false,
2440
+ contract_type: "01",
2441
+ cups: [18, "ES0112000000010754DC0F"],
2442
+ cups_cp: [],
2443
+ cups_direccio: "AV Major 4 17820 (Banyoles)",
2444
+ cups_poblacio: [],
2445
+ data_alta: "2020-06-01",
2446
+ data_baixa: false,
2447
+ data_firma_contracte: "2020-06-23 09:42:12",
2448
+ data_tall: "2021-08-11",
2449
+ data_ultima_lectura: "2020-07-31",
2450
+ data_ultima_lectura_estimada: false,
2451
+ data_ultima_lectura_f1: false,
2452
+ debt_amount: 37.47,
2453
+ deposit: false,
2454
+ direccio_notificacio: [
2455
+ 199,
2456
+ "Carreras Nadal, Eduard, CL. alfalfa, 22 2 2 2 - fsdfgafgasd 17004 GIRONA",
2457
+ ],
2458
+ direccio_pagament: [53, "Carreras Nadal, Eduard, AV. Major, 4 17820"],
2459
+ distri_phone: "987123456",
2460
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
2461
+ email_notification: true,
2462
+ enviament: "email",
2463
+ expected_consumption: 0.0,
2464
+ facturacio: 1,
2465
+ facturacio_distri: false,
2466
+ facturacio_endarrerida: true,
2467
+ facturacio_potencia: "icp",
2468
+ facturacio_suspesa: false,
2469
+ firmat: true,
2470
+ id: 19,
2471
+ is_autoconsum_collectiu: false,
2472
+ lectura_en_baja: false,
2473
+ llista_preu: [21, "Hola (EUR)"],
2474
+ log_ids: [
2475
+ 20, 21, 22, 25, 26, 27, 28, 47, 48, 54, 55, 86, 87, 91, 92, 96, 97, 109,
2476
+ 110, 122, 123, 135, 136, 138, 139, 142, 143, 154, 155, 159, 160, 204,
2477
+ 231, 232, 234, 239, 240, 243, 244, 248, 249, 252, 253, 254, 255, 256,
2478
+ 257, 258, 259, 261, 262, 263, 264, 265, 266, 268, 269, 287, 288, 289,
2479
+ 290, 291, 292,
2480
+ ],
2481
+ lot_facturacio: false,
2482
+ modcontractual_activa: [37, "15"],
2483
+ modcontractuals_ids: [
2484
+ 37, 36, 27, 26, 22, 21, 20, 16, 15, 13, 12, 11, 4, 2, 1,
2485
+ ],
2486
+ mode_facturacio: "atr",
2487
+ name: "00001",
2488
+ name_auto: true,
2489
+ no_cessio_sips: "unactive",
2490
+ no_cessio_sips_data: false,
2491
+ nocutoff: false,
2492
+ notificacio: "titular",
2493
+ notificacio_email: "nejarque@gisce.net",
2494
+ observacio_suspesa: false,
2495
+ observacions: "",
2496
+ pagador: [61, "Carreras Nadal, Eduard"],
2497
+ pagador_email: "ecarreras@gmail.com",
2498
+ pagador_nif: "ES40351345F",
2499
+ pagador_sel: "titular",
2500
+ payment_mode_id: [8, "Domiciliat"],
2501
+ payment_term: false,
2502
+ peatge_directe: true,
2503
+ pending_amount: 80.38,
2504
+ pending_state: "Avís impagament",
2505
+ persona_fisica: "NI",
2506
+ potencia: 5.75,
2507
+ potencies_periode: [290, 291],
2508
+ print_observations: false,
2509
+ process_id: [5, "Bo Social"],
2510
+ property_unitat_potencia: [85, "kW/dia"],
2511
+ propietari_bank: "Carreras Nadal, Eduard",
2512
+ proxima_facturacio: false,
2513
+ ref_dist: false,
2514
+ refacturacio_pendent: false,
2515
+ related_attachments: [
2516
+ 129, 265, 293, 272, 40, 41, 79, 151, 12, 13, 14, 367, 16, 141, 271, 307,
2517
+ 22, 23, 15, 188, 253,
2518
+ ],
2519
+ renovacio_auto: true,
2520
+ representante_id: false,
2521
+ sms_notification: false,
2522
+ state: "activa",
2523
+ state_post_facturacio: false,
2524
+ tarifa: [25, "2.0TD"],
2525
+ tarifa_codi: "2.0TD",
2526
+ tensio: 230,
2527
+ tensio_normalitzada: [4, "230"],
2528
+ tg: "2",
2529
+ tipo_pago: [6, "Recibo domiciliado"],
2530
+ tipus_vivenda: "habitual",
2531
+ titular: [61, "Carreras Nadal, Eduard"],
2532
+ titular_nif: "ES40351345F",
2533
+ trafo: 0.0,
2534
+ unpaid_invoices: 1,
2535
+ user_id: [1, "GISCE"],
2536
+ versio_primera_factura: false,
2537
+ },
2538
+ {
2539
+ ac_state: false,
2540
+ active: true,
2541
+ agree_dh: "E2",
2542
+ agree_tarifa: "2A",
2543
+ agree_tensio: "E0",
2544
+ agree_tipus: "05",
2545
+ altre_p: false,
2546
+ autoconsum_id: false,
2547
+ autoconsumo: "00",
2548
+ bank: [14, "ES85 2095 9116 1860 6550 2374"],
2549
+ bono_social_disponible: false,
2550
+ butlletins: [],
2551
+ cnae: [
2552
+ 986,
2553
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
2554
+ ],
2555
+ codigo_promocional: false,
2556
+ coef_repartiment: 0.0,
2557
+ comercial_id: false,
2558
+ comercialitzadora: [1, "Tiny sprl"],
2559
+ comissio: false,
2560
+ comptador: false,
2561
+ comptadors: [],
2562
+ condicions_generals_id: false,
2563
+ contract_type: "01",
2564
+ cups: [19, "ES0112000000018119PW0F"],
2565
+ cups_cp: [],
2566
+ cups_direccio: "AV Major 43 17820 (Banyoles)",
2567
+ cups_poblacio: [],
2568
+ data_alta: "2021-06-08",
2569
+ data_baixa: false,
2570
+ data_firma_contracte: "2020-06-23 10:19:28",
2571
+ data_tall: "",
2572
+ data_ultima_lectura: false,
2573
+ data_ultima_lectura_estimada: false,
2574
+ data_ultima_lectura_f1: false,
2575
+ debt_amount: 0.0,
2576
+ deposit: false,
2577
+ direccio_notificacio: [57, "REAL REDONDO, NIEVES, AV. Major, 43 17820"],
2578
+ direccio_pagament: [57, "REAL REDONDO, NIEVES, AV. Major, 43 17820"],
2579
+ distri_phone: "987123456",
2580
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
2581
+ email_notification: true,
2582
+ enviament: "email",
2583
+ expected_consumption: false,
2584
+ facturacio: 1,
2585
+ facturacio_distri: false,
2586
+ facturacio_endarrerida: true,
2587
+ facturacio_potencia: "icp",
2588
+ facturacio_suspesa: false,
2589
+ firmat: true,
2590
+ id: 21,
2591
+ is_autoconsum_collectiu: false,
2592
+ lectura_en_baja: false,
2593
+ llista_preu: [23, "Hola bipartit (EUR)"],
2594
+ log_ids: [24, 207, 208, 223, 224],
2595
+ lot_facturacio: false,
2596
+ modcontractual_activa: false,
2597
+ modcontractuals_ids: [],
2598
+ mode_facturacio: "atr",
2599
+ name: "00003",
2600
+ name_auto: true,
2601
+ no_cessio_sips: "unactive",
2602
+ no_cessio_sips_data: false,
2603
+ nocutoff: false,
2604
+ notificacio: "titular",
2605
+ notificacio_email: "nieves@lapunxa.com",
2606
+ observacio_suspesa: false,
2607
+ observacions: "",
2608
+ pagador: [63, "REAL REDONDO, NIEVES"],
2609
+ pagador_email: "nieves@lapunxa.com",
2610
+ pagador_nif: "ES52851012W",
2611
+ pagador_sel: "titular",
2612
+ payment_mode_id: [8, "Domiciliat"],
2613
+ payment_term: false,
2614
+ peatge_directe: false,
2615
+ pending_amount: 0.0,
2616
+ pending_state: "Correct",
2617
+ persona_fisica: "NI",
2618
+ potencia: 6.9,
2619
+ potencies_periode: [208],
2620
+ print_observations: false,
2621
+ process_id: [5, "Bo Social"],
2622
+ property_unitat_potencia: [85, "kW/dia"],
2623
+ propietari_bank: "REAL REDONDO, NIEVES",
2624
+ proxima_facturacio: false,
2625
+ ref_dist: false,
2626
+ refacturacio_pendent: false,
2627
+ related_attachments: [17, 18, 19, 20, 21],
2628
+ renovacio_auto: true,
2629
+ representante_id: false,
2630
+ sms_notification: false,
2631
+ state: "esborrany",
2632
+ state_post_facturacio: false,
2633
+ tarifa: [3, "2.0DHA"],
2634
+ tarifa_codi: "2.0DHA",
2635
+ tensio: 230,
2636
+ tensio_normalitzada: [4, "230"],
2637
+ tg: "2",
2638
+ tipo_pago: [6, "Recibo domiciliado"],
2639
+ tipus_vivenda: "no_habitual",
2640
+ titular: [63, "REAL REDONDO, NIEVES"],
2641
+ titular_nif: "ES52851012W",
2642
+ trafo: false,
2643
+ unpaid_invoices: false,
2644
+ user_id: [1, "GISCE"],
2645
+ versio_primera_factura: false,
2646
+ },
2647
+ {
2648
+ ac_state: false,
2649
+ active: true,
2650
+ agree_dh: "E2",
2651
+ agree_tarifa: "2A",
2652
+ agree_tensio: "E0",
2653
+ agree_tipus: "05",
2654
+ altre_p: false,
2655
+ autoconsum_id: false,
2656
+ autoconsumo: "00",
2657
+ bank: [106, "ES86 0210 6637 8006 1864 4513"],
2658
+ bono_social_disponible: true,
2659
+ butlletins: [],
2660
+ cnae: [
2661
+ 986,
2662
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
2663
+ ],
2664
+ codigo_promocional: false,
2665
+ coef_repartiment: 0.0,
2666
+ comercial_id: false,
2667
+ comercialitzadora: [1, "Tiny sprl"],
2668
+ comissio: false,
2669
+ comptador: false,
2670
+ comptadors: [],
2671
+ condicions_generals_id: false,
2672
+ contract_type: "01",
2673
+ cups: [20, "ES0112000000060340AH0F"],
2674
+ cups_cp: [],
2675
+ cups_direccio: "CA Mala 43 17744 (Navata)",
2676
+ cups_poblacio: [],
2677
+ data_alta: "2020-07-03",
2678
+ data_baixa: false,
2679
+ data_firma_contracte: "2020-07-01 10:58:00",
2680
+ data_tall: "",
2681
+ data_ultima_lectura: false,
2682
+ data_ultima_lectura_estimada: false,
2683
+ data_ultima_lectura_f1: false,
2684
+ debt_amount: 0.0,
2685
+ deposit: false,
2686
+ direccio_notificacio: [59, "BENITO HERAS, JORGE, CA. Mala, 43 17744"],
2687
+ direccio_pagament: [59, "BENITO HERAS, JORGE, CA. Mala, 43 17744"],
2688
+ distri_phone: "987123456",
2689
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
2690
+ email_notification: true,
2691
+ enviament: "email",
2692
+ expected_consumption: 0.0,
2693
+ facturacio: 1,
2694
+ facturacio_distri: false,
2695
+ facturacio_endarrerida: true,
2696
+ facturacio_potencia: "icp",
2697
+ facturacio_suspesa: false,
2698
+ firmat: true,
2699
+ id: 22,
2700
+ is_autoconsum_collectiu: false,
2701
+ lectura_en_baja: false,
2702
+ llista_preu: [23, "Hola bipartit (EUR)"],
2703
+ log_ids: [29, 56, 57, 165, 166, 169, 170],
2704
+ lot_facturacio: false,
2705
+ modcontractual_activa: [28, "2"],
2706
+ modcontractuals_ids: [28, 5],
2707
+ mode_facturacio: "atr",
2708
+ name: "00004",
2709
+ name_auto: true,
2710
+ no_cessio_sips: "unactive",
2711
+ no_cessio_sips_data: false,
2712
+ nocutoff: false,
2713
+ notificacio: "titular",
2714
+ notificacio_email: "jorge@lapunxa.com",
2715
+ observacio_suspesa: false,
2716
+ observacions: "",
2717
+ pagador: [64, "BENITO HERAS, JORGE"],
2718
+ pagador_email: "jorge@lapunxa.com",
2719
+ pagador_nif: "ES77023508G",
2720
+ pagador_sel: "titular",
2721
+ payment_mode_id: [8, "Domiciliat"],
2722
+ payment_term: false,
2723
+ peatge_directe: false,
2724
+ pending_amount: 0.0,
2725
+ pending_state: "Correcte",
2726
+ persona_fisica: "NI",
2727
+ potencia: 5.75,
2728
+ potencies_periode: [141],
2729
+ print_observations: false,
2730
+ process_id: [5, "Bo Social"],
2731
+ property_unitat_potencia: [85, "kW/dia"],
2732
+ propietari_bank: "BENITO HERAS, JORGE",
2733
+ proxima_facturacio: false,
2734
+ ref_dist: false,
2735
+ refacturacio_pendent: false,
2736
+ related_attachments: [24, 25, 26, 322],
2737
+ renovacio_auto: true,
2738
+ representante_id: false,
2739
+ sms_notification: false,
2740
+ state: "activa",
2741
+ state_post_facturacio: false,
2742
+ tarifa: [3, "2.0DHA"],
2743
+ tarifa_codi: "2.0DHA",
2744
+ tensio: 230,
2745
+ tensio_normalitzada: [4, "230"],
2746
+ tg: "2",
2747
+ tipo_pago: [6, "Recibo domiciliado"],
2748
+ tipus_vivenda: "habitual",
2749
+ titular: [64, "BENITO HERAS, JORGE"],
2750
+ titular_nif: "ES77023508G",
2751
+ trafo: 0.0,
2752
+ unpaid_invoices: false,
2753
+ user_id: [1, "GISCE"],
2754
+ versio_primera_factura: false,
2755
+ },
2756
+ {
2757
+ ac_state: false,
2758
+ active: true,
2759
+ agree_dh: "E3",
2760
+ agree_tarifa: "2T",
2761
+ agree_tensio: "E0",
2762
+ agree_tipus: "05",
2763
+ altre_p: false,
2764
+ autoconsum_id: false,
2765
+ autoconsumo: "00",
2766
+ bank: [24, "ES76 2048 8255 3841 5457 3218"],
2767
+ bono_social_disponible: true,
2768
+ butlletins: [],
2769
+ cnae: [
2770
+ 986,
2771
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
2772
+ ],
2773
+ codigo_promocional: false,
2774
+ coef_repartiment: 0.0,
2775
+ comercial_id: [1, "Comercial del Administrador"],
2776
+ comercialitzadora: [1, "Tiny sprl"],
2777
+ comissio: false,
2778
+ comptador: false,
2779
+ comptadors: [],
2780
+ condicions_generals_id: false,
2781
+ contract_type: "01",
2782
+ cups: [30, "ES0336000000111590MS0F"],
2783
+ cups_cp: [],
2784
+ cups_direccio: "CL Tarragona 3278 17500 (Ripoll)",
2785
+ cups_poblacio: [],
2786
+ data_alta: "2021-02-04",
2787
+ data_baixa: false,
2788
+ data_firma_contracte: "2021-02-04 11:19:00",
2789
+ data_tall: "",
2790
+ data_ultima_lectura: false,
2791
+ data_ultima_lectura_estimada: false,
2792
+ data_ultima_lectura_f1: false,
2793
+ debt_amount: 0.0,
2794
+ deposit: false,
2795
+ direccio_notificacio: [
2796
+ 71,
2797
+ "De Miguel Mateos, Bruno, CL. Tarragona, 3278 17500",
2798
+ ],
2799
+ direccio_pagament: [
2800
+ 71,
2801
+ "De Miguel Mateos, Bruno, CL. Tarragona, 3278 17500",
2802
+ ],
2803
+ distri_phone: "",
2804
+ distribuidora: [75, "LERSA ELECTRICITAT, S.L."],
2805
+ email_notification: true,
2806
+ enviament: "email",
2807
+ expected_consumption: 0.0,
2808
+ facturacio: 1,
2809
+ facturacio_distri: false,
2810
+ facturacio_endarrerida: true,
2811
+ facturacio_potencia: "icp",
2812
+ facturacio_suspesa: false,
2813
+ firmat: true,
2814
+ id: 29,
2815
+ is_autoconsum_collectiu: false,
2816
+ lectura_en_baja: false,
2817
+ llista_preu: [23, "Hola bipartit (EUR)"],
2818
+ log_ids: [37, 131, 132, 133, 134, 245, 246, 247],
2819
+ lot_facturacio: false,
2820
+ modcontractual_activa: [19, "1"],
2821
+ modcontractuals_ids: [19],
2822
+ mode_facturacio: "atr",
2823
+ name: "00009",
2824
+ name_auto: true,
2825
+ no_cessio_sips: "unactive",
2826
+ no_cessio_sips_data: false,
2827
+ nocutoff: false,
2828
+ notificacio: "titular",
2829
+ notificacio_email: "destanyol@gisce.net",
2830
+ observacio_suspesa: false,
2831
+ observacions: "",
2832
+ pagador: [74, "De Miguel Mateos, Bruno"],
2833
+ pagador_email: "destanyol@gisce.net",
2834
+ pagador_nif: "ES66654495N",
2835
+ pagador_sel: "titular",
2836
+ payment_mode_id: [8, "Domiciliat"],
2837
+ payment_term: false,
2838
+ peatge_directe: false,
2839
+ pending_amount: 0.0,
2840
+ pending_state: "Correcte",
2841
+ persona_fisica: "NI",
2842
+ potencia: 3.45,
2843
+ potencies_periode: [241],
2844
+ print_observations: false,
2845
+ process_id: [5, "Bo Social"],
2846
+ property_unitat_potencia: [85, "kW/dia"],
2847
+ propietari_bank: "De Miguel Mateos, Bruno",
2848
+ proxima_facturacio: false,
2849
+ ref_dist: false,
2850
+ refacturacio_pendent: false,
2851
+ related_attachments: [34, 35, 36, 37, 38],
2852
+ renovacio_auto: true,
2853
+ representante_id: false,
2854
+ sms_notification: false,
2855
+ state: "activa",
2856
+ state_post_facturacio: false,
2857
+ tarifa: [3, "2.0DHA"],
2858
+ tarifa_codi: "2.0DHA",
2859
+ tensio: 230,
2860
+ tensio_normalitzada: [4, "230"],
2861
+ tg: "2",
2862
+ tipo_pago: [6, "Recibo domiciliado"],
2863
+ tipus_vivenda: "habitual",
2864
+ titular: [74, "De Miguel Mateos, Bruno"],
2865
+ titular_nif: "ES66654495N",
2866
+ trafo: 0.0,
2867
+ unpaid_invoices: false,
2868
+ user_id: [1, "GISCE"],
2869
+ versio_primera_factura: false,
2870
+ },
2871
+ {
2872
+ ac_state: false,
2873
+ active: true,
2874
+ agree_dh: "E2",
2875
+ agree_tarifa: "2A",
2876
+ agree_tensio: "E0",
2877
+ agree_tipus: "05",
2878
+ altre_p: false,
2879
+ autoconsum_id: false,
2880
+ autoconsumo: "00",
2881
+ bank: [48, "ES48 2070 0123 3703 4502 8139"],
2882
+ bono_social_disponible: true,
2883
+ butlletins: [],
2884
+ cnae: [
2885
+ 986,
2886
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
2887
+ ],
2888
+ codigo_promocional: false,
2889
+ coef_repartiment: 0.0,
2890
+ comercial_id: [1, "Comercial del Administrador"],
2891
+ comercialitzadora: [1, "Tiny sprl"],
2892
+ comissio: false,
2893
+ comptador: "987654321",
2894
+ comptadors: [14],
2895
+ condicions_generals_id: false,
2896
+ contract_type: "01",
2897
+ cups: [31, "ES0224008581655001DX0F"],
2898
+ cups_cp: [],
2899
+ cups_direccio: "BO Els Masos 4 17463 (Foixà)",
2900
+ cups_poblacio: [],
2901
+ data_alta: "2020-07-09",
2902
+ data_baixa: false,
2903
+ data_firma_contracte: "2020-07-01 09:36:01",
2904
+ data_tall: "",
2905
+ data_ultima_lectura: "2020-07-31",
2906
+ data_ultima_lectura_estimada: false,
2907
+ data_ultima_lectura_f1: false,
2908
+ debt_amount: 29.09,
2909
+ deposit: false,
2910
+ direccio_notificacio: [
2911
+ 73,
2912
+ "Carreras Nadal, Eduard, BO. Els Masos, 4 17463",
2913
+ ],
2914
+ direccio_pagament: [
2915
+ 73,
2916
+ "Carreras Nadal, Eduard, BO. Els Masos, 4 17463",
2917
+ ],
2918
+ distri_phone: "",
2919
+ distribuidora: [76, "ELECTRICA DE JAFRE, S.A."],
2920
+ email_notification: true,
2921
+ enviament: "email",
2922
+ expected_consumption: 0.0,
2923
+ facturacio: 1,
2924
+ facturacio_distri: false,
2925
+ facturacio_endarrerida: true,
2926
+ facturacio_potencia: "icp",
2927
+ facturacio_suspesa: false,
2928
+ firmat: true,
2929
+ id: 30,
2930
+ is_autoconsum_collectiu: false,
2931
+ lectura_en_baja: false,
2932
+ llista_preu: [23, "Hola bipartit (EUR)"],
2933
+ log_ids: [38, 49, 50, 63, 64, 72, 73, 74, 297],
2934
+ lot_facturacio: false,
2935
+ modcontractual_activa: [7, "3"],
2936
+ modcontractuals_ids: [7, 6, 3],
2937
+ mode_facturacio: "atr",
2938
+ name: "00010",
2939
+ name_auto: true,
2940
+ no_cessio_sips: "unactive",
2941
+ no_cessio_sips_data: false,
2942
+ nocutoff: false,
2943
+ notificacio: "titular",
2944
+ notificacio_email: "ecarreras@gmail.com",
2945
+ observacio_suspesa: false,
2946
+ observacions: "",
2947
+ pagador: [61, "Carreras Nadal, Eduard"],
2948
+ pagador_email: "ecarreras@gmail.com",
2949
+ pagador_nif: "ES40351345F",
2950
+ pagador_sel: "titular",
2951
+ payment_mode_id: [8, "Domiciliat"],
2952
+ payment_term: false,
2953
+ peatge_directe: false,
2954
+ pending_amount: 29.09,
2955
+ pending_state: "pendiente envío carta 2",
2956
+ persona_fisica: "NI",
2957
+ potencia: 6.928,
2958
+ potencies_periode: [300],
2959
+ print_observations: false,
2960
+ process_id: [5, "Bo Social"],
2961
+ property_unitat_potencia: [85, "kW/dia"],
2962
+ propietari_bank: "Carreras Nadal, Eduard",
2963
+ proxima_facturacio: false,
2964
+ ref_dist: false,
2965
+ refacturacio_pendent: false,
2966
+ related_attachments: [39, 40, 41, 42, 43, 108, 13, 14, 82],
2967
+ renovacio_auto: true,
2968
+ representante_id: false,
2969
+ sms_notification: false,
2970
+ state: "activa",
2971
+ state_post_facturacio: false,
2972
+ tarifa: [3, "2.0DHA"],
2973
+ tarifa_codi: "2.0DHA",
2974
+ tensio: 400,
2975
+ tensio_normalitzada: [8, "3x230/400"],
2976
+ tg: "2",
2977
+ tipo_pago: [6, "Recibo domiciliado"],
2978
+ tipus_vivenda: "habitual",
2979
+ titular: [61, "Carreras Nadal, Eduard"],
2980
+ titular_nif: "ES40351345F",
2981
+ trafo: 0.0,
2982
+ unpaid_invoices: 1,
2983
+ user_id: [1, "GISCE"],
2984
+ versio_primera_factura: false,
2985
+ },
2986
+ {
2987
+ ac_state: false,
2988
+ active: true,
2989
+ agree_dh: "E1",
2990
+ agree_tarifa: "21",
2991
+ agree_tensio: "E0",
2992
+ agree_tipus: "05",
2993
+ altre_p: false,
2994
+ autoconsum_id: false,
2995
+ autoconsumo: "00",
2996
+ bank: [29, "ES85 0072 9426 3446 9138 3319"],
2997
+ bono_social_disponible: true,
2998
+ butlletins: [],
2999
+ cnae: [
3000
+ 986,
3001
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3002
+ ],
3003
+ codigo_promocional: false,
3004
+ coef_repartiment: 0.0,
3005
+ comercial_id: [1, "Comercial del Administrador"],
3006
+ comercialitzadora: [1, "Tiny sprl"],
3007
+ comissio: false,
3008
+ comptador: false,
3009
+ comptadors: [15],
3010
+ condicions_generals_id: false,
3011
+ contract_type: "01",
3012
+ cups: [35, "ES0031514469809618CZ"],
3013
+ cups_cp: [],
3014
+ cups_direccio: "CL nombrecalle cups 1 3 D 10000 (Campdevànol)",
3015
+ cups_poblacio: [],
3016
+ data_alta: "2020-09-01",
3017
+ data_baixa: false,
3018
+ data_firma_contracte: "2020-08-27 08:16:00",
3019
+ data_tall: "",
3020
+ data_ultima_lectura: false,
3021
+ data_ultima_lectura_estimada: false,
3022
+ data_ultima_lectura_f1: false,
3023
+ debt_amount: 0.0,
3024
+ deposit: false,
3025
+ direccio_notificacio: [
3026
+ 80,
3027
+ "Apellido2 Apellido2, Nombre, CL. nombre de la callle, 23 10000",
3028
+ ],
3029
+ direccio_pagament: [
3030
+ 80,
3031
+ "Apellido2 Apellido2, Nombre, CL. nombre de la callle, 23 10000",
3032
+ ],
3033
+ distri_phone: "",
3034
+ distribuidora: [2, "ASUStek"],
3035
+ email_notification: true,
3036
+ enviament: "email",
3037
+ expected_consumption: 0.0,
3038
+ facturacio: 1,
3039
+ facturacio_distri: false,
3040
+ facturacio_endarrerida: true,
3041
+ facturacio_potencia: "icp",
3042
+ facturacio_suspesa: false,
3043
+ firmat: true,
3044
+ id: 34,
3045
+ is_autoconsum_collectiu: false,
3046
+ lectura_en_baja: false,
3047
+ llista_preu: [22, "Adeu (CHF)"],
3048
+ log_ids: [42, 75, 76, 205, 206],
3049
+ lot_facturacio: false,
3050
+ modcontractual_activa: [8, "1"],
3051
+ modcontractuals_ids: [8],
3052
+ mode_facturacio: "atr",
3053
+ name: "00011",
3054
+ name_auto: true,
3055
+ no_cessio_sips: "unactive",
3056
+ no_cessio_sips_data: false,
3057
+ nocutoff: false,
3058
+ notificacio: "titular",
3059
+ notificacio_email: "email@email.com",
3060
+ observacio_suspesa: false,
3061
+ observacions: "",
3062
+ pagador: [82, "Apellido2 Apellido2, Nombre"],
3063
+ pagador_email: "email@email.com",
3064
+ pagador_nif: "ES96941116A",
3065
+ pagador_sel: "titular",
3066
+ payment_mode_id: [8, "Domiciliat"],
3067
+ payment_term: false,
3068
+ peatge_directe: false,
3069
+ pending_amount: 0.0,
3070
+ pending_state: "Correcto",
3071
+ persona_fisica: "NI",
3072
+ potencia: 3.45,
3073
+ potencies_periode: [207],
3074
+ print_observations: false,
3075
+ process_id: [5, "Bo Social"],
3076
+ property_unitat_potencia: [85, "kW/dia"],
3077
+ propietari_bank: "Apellido2 Apellido2, Nombre",
3078
+ proxima_facturacio: false,
3079
+ ref_dist: false,
3080
+ refacturacio_pendent: false,
3081
+ related_attachments: [53, 54, 55],
3082
+ renovacio_auto: true,
3083
+ representante_id: false,
3084
+ sms_notification: false,
3085
+ state: "activa",
3086
+ state_post_facturacio: false,
3087
+ tarifa: [1, "2.0A"],
3088
+ tarifa_codi: "2.0A",
3089
+ tensio: 127,
3090
+ tensio_normalitzada: [1, "127"],
3091
+ tg: "2",
3092
+ tipo_pago: [6, "Recibo domiciliado"],
3093
+ tipus_vivenda: "habitual",
3094
+ titular: [82, "Apellido2 Apellido2, Nombre"],
3095
+ titular_nif: "ES96941116A",
3096
+ trafo: 0.0,
3097
+ unpaid_invoices: false,
3098
+ user_id: [1, "GISCE"],
3099
+ versio_primera_factura: false,
3100
+ },
3101
+ {
3102
+ ac_state: false,
3103
+ active: true,
3104
+ agree_dh: "E1",
3105
+ agree_tarifa: "2A",
3106
+ agree_tensio: "E0",
3107
+ agree_tipus: "05",
3108
+ altre_p: false,
3109
+ autoconsum_id: false,
3110
+ autoconsumo: "00",
3111
+ bank: [32, "ES94 2095 3538 9645 2530 4188"],
3112
+ bono_social_disponible: true,
3113
+ butlletins: [],
3114
+ cnae: [
3115
+ 986,
3116
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3117
+ ],
3118
+ codigo_promocional: false,
3119
+ coef_repartiment: 0.0,
3120
+ comercial_id: [1, "Comercial del Administrador"],
3121
+ comercialitzadora: [1, "Tiny sprl"],
3122
+ comissio: false,
3123
+ comptador: false,
3124
+ comptadors: [],
3125
+ condicions_generals_id: false,
3126
+ contract_type: "01",
3127
+ cups: [38, "ES0112000000021125TH0F"],
3128
+ cups_cp: [],
3129
+ cups_direccio: "CH Horno 12 17500 (RIPOLL)",
3130
+ cups_poblacio: [],
3131
+ data_alta: false,
3132
+ data_baixa: false,
3133
+ data_firma_contracte: false,
3134
+ data_tall: "",
3135
+ data_ultima_lectura: false,
3136
+ data_ultima_lectura_estimada: false,
3137
+ data_ultima_lectura_f1: false,
3138
+ debt_amount: 0.0,
3139
+ deposit: false,
3140
+ direccio_notificacio: [85, "Plancha, Evan, CH. Horno, 12 17500"],
3141
+ direccio_pagament: [85, "Plancha, Evan, CH. Horno, 12 17500"],
3142
+ distri_phone: "",
3143
+ distribuidora: [86, "SUMINISTRADORA ELÉCTRICA DE CÁDIZ, S.A."],
3144
+ email_notification: true,
3145
+ enviament: "email",
3146
+ expected_consumption: false,
3147
+ facturacio: 1,
3148
+ facturacio_distri: false,
3149
+ facturacio_endarrerida: false,
3150
+ facturacio_potencia: "icp",
3151
+ facturacio_suspesa: false,
3152
+ firmat: false,
3153
+ id: 37,
3154
+ is_autoconsum_collectiu: false,
3155
+ lectura_en_baja: false,
3156
+ llista_preu: [21, "Hola (EUR)"],
3157
+ log_ids: [45],
3158
+ lot_facturacio: false,
3159
+ modcontractual_activa: false,
3160
+ modcontractuals_ids: [],
3161
+ mode_facturacio: "atr",
3162
+ name: "00013",
3163
+ name_auto: true,
3164
+ no_cessio_sips: "unactive",
3165
+ no_cessio_sips_data: false,
3166
+ nocutoff: false,
3167
+ notificacio: "titular",
3168
+ notificacio_email: "daniel@estanyol.org",
3169
+ observacio_suspesa: false,
3170
+ observacions: "",
3171
+ pagador: [87, "Plancha, Evan"],
3172
+ pagador_email: "daniel@estanyol.org",
3173
+ pagador_nif: "ESY4383618Q",
3174
+ pagador_sel: "titular",
3175
+ payment_mode_id: [8, "Domiciliat"],
3176
+ payment_term: false,
3177
+ peatge_directe: false,
3178
+ pending_amount: 0.0,
3179
+ pending_state: "Correct",
3180
+ persona_fisica: "NI",
3181
+ potencia: 5.0,
3182
+ potencies_periode: [28],
3183
+ print_observations: false,
3184
+ process_id: [5, "Bo Social"],
3185
+ property_unitat_potencia: [85, "kW/dia"],
3186
+ propietari_bank: "Plancha, Evan",
3187
+ proxima_facturacio: false,
3188
+ ref_dist: false,
3189
+ refacturacio_pendent: false,
3190
+ related_attachments: [64, 62, 63],
3191
+ renovacio_auto: true,
3192
+ representante_id: false,
3193
+ sms_notification: false,
3194
+ state: "esborrany",
3195
+ state_post_facturacio: false,
3196
+ tarifa: [1, "2.0A"],
3197
+ tarifa_codi: "2.0A",
3198
+ tensio: false,
3199
+ tensio_normalitzada: false,
3200
+ tg: "2",
3201
+ tipo_pago: [6, "Recibo domiciliado"],
3202
+ tipus_vivenda: "habitual",
3203
+ titular: [87, "Plancha, Evan"],
3204
+ titular_nif: "ESY4383618Q",
3205
+ trafo: false,
3206
+ unpaid_invoices: false,
3207
+ user_id: [1, "GISCE"],
3208
+ versio_primera_factura: false,
3209
+ },
3210
+ {
3211
+ ac_state: false,
3212
+ active: true,
3213
+ agree_dh: "E1",
3214
+ agree_tarifa: "2A",
3215
+ agree_tensio: "E0",
3216
+ agree_tipus: "05",
3217
+ altre_p: false,
3218
+ autoconsum_id: false,
3219
+ autoconsumo: "00",
3220
+ bank: [33, "ES19 2085 7061 2179 2391 6974"],
3221
+ bono_social_disponible: true,
3222
+ butlletins: [],
3223
+ cnae: [
3224
+ 986,
3225
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3226
+ ],
3227
+ codigo_promocional: false,
3228
+ coef_repartiment: 0.0,
3229
+ comercial_id: [1, "Comercial del Administrador"],
3230
+ comercialitzadora: [1, "Tiny sprl"],
3231
+ comissio: false,
3232
+ comptador: false,
3233
+ comptadors: [],
3234
+ condicions_generals_id: false,
3235
+ contract_type: "01",
3236
+ cups: [39, "ES0034111304028016RA0F"],
3237
+ cups_cp: [],
3238
+ cups_direccio: "CA Rocafiguera 1 17250 (PLATJA D'ARO)",
3239
+ cups_poblacio: [],
3240
+ data_alta: false,
3241
+ data_baixa: false,
3242
+ data_firma_contracte: false,
3243
+ data_tall: "",
3244
+ data_ultima_lectura: false,
3245
+ data_ultima_lectura_estimada: false,
3246
+ data_ultima_lectura_f1: false,
3247
+ debt_amount: 0.0,
3248
+ deposit: false,
3249
+ direccio_notificacio: [
3250
+ 86,
3251
+ "Cardona Serna, Gerardo, CA. Rocafiguera, 1 17250",
3252
+ ],
3253
+ direccio_pagament: [
3254
+ 86,
3255
+ "Cardona Serna, Gerardo, CA. Rocafiguera, 1 17250",
3256
+ ],
3257
+ distri_phone: "",
3258
+ distribuidora: [86, "SUMINISTRADORA ELÉCTRICA DE CÁDIZ, S.A."],
3259
+ email_notification: true,
3260
+ enviament: "email",
3261
+ expected_consumption: false,
3262
+ facturacio: 1,
3263
+ facturacio_distri: false,
3264
+ facturacio_endarrerida: false,
3265
+ facturacio_potencia: "icp",
3266
+ facturacio_suspesa: false,
3267
+ firmat: false,
3268
+ id: 38,
3269
+ is_autoconsum_collectiu: false,
3270
+ lectura_en_baja: false,
3271
+ llista_preu: [21, "Hola (EUR)"],
3272
+ log_ids: [46],
3273
+ lot_facturacio: false,
3274
+ modcontractual_activa: false,
3275
+ modcontractuals_ids: [],
3276
+ mode_facturacio: "atr",
3277
+ name: "00014",
3278
+ name_auto: true,
3279
+ no_cessio_sips: "unactive",
3280
+ no_cessio_sips_data: false,
3281
+ nocutoff: false,
3282
+ notificacio: "titular",
3283
+ notificacio_email: "daniel@estanyol.org",
3284
+ observacio_suspesa: false,
3285
+ observacions: "",
3286
+ pagador: [88, "Cardona Serna, Gerardo"],
3287
+ pagador_email: "daniel@estanyol.org",
3288
+ pagador_nif: "ES74047052R",
3289
+ pagador_sel: "titular",
3290
+ payment_mode_id: [8, "Domiciliat"],
3291
+ payment_term: false,
3292
+ peatge_directe: false,
3293
+ pending_amount: 0.0,
3294
+ pending_state: "Correct",
3295
+ persona_fisica: "NI",
3296
+ potencia: 5.0,
3297
+ potencies_periode: [29],
3298
+ print_observations: false,
3299
+ process_id: [5, "Bo Social"],
3300
+ property_unitat_potencia: [85, "kW/dia"],
3301
+ propietari_bank: "Cardona Serna, Gerardo",
3302
+ proxima_facturacio: false,
3303
+ ref_dist: false,
3304
+ refacturacio_pendent: false,
3305
+ related_attachments: [65, 66, 67],
3306
+ renovacio_auto: true,
3307
+ representante_id: false,
3308
+ sms_notification: false,
3309
+ state: "esborrany",
3310
+ state_post_facturacio: false,
3311
+ tarifa: [1, "2.0A"],
3312
+ tarifa_codi: "2.0A",
3313
+ tensio: false,
3314
+ tensio_normalitzada: false,
3315
+ tg: "2",
3316
+ tipo_pago: [6, "Recibo domiciliado"],
3317
+ tipus_vivenda: "habitual",
3318
+ titular: [88, "Cardona Serna, Gerardo"],
3319
+ titular_nif: "ES74047052R",
3320
+ trafo: false,
3321
+ unpaid_invoices: false,
3322
+ user_id: [1, "GISCE"],
3323
+ versio_primera_factura: false,
3324
+ },
3325
+ {
3326
+ ac_state: false,
3327
+ active: true,
3328
+ agree_dh: "E1",
3329
+ agree_tarifa: "2A",
3330
+ agree_tensio: "E0",
3331
+ agree_tipus: "05",
3332
+ altre_p: false,
3333
+ autoconsum_id: false,
3334
+ autoconsumo: "00",
3335
+ bank: [86, "ES10 0169 0575 6153 1497 2132"],
3336
+ bono_social_disponible: true,
3337
+ butlletins: [],
3338
+ cnae: [
3339
+ 986,
3340
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3341
+ ],
3342
+ codigo_promocional: false,
3343
+ coef_repartiment: 0.0,
3344
+ comercial_id: [1, "Comercial del Administrador"],
3345
+ comercialitzadora: [1, "Tiny sprl"],
3346
+ comissio: false,
3347
+ comptador: false,
3348
+ comptadors: [],
3349
+ condicions_generals_id: false,
3350
+ contract_type: "01",
3351
+ cups: [37, "ES0112000000016412WC0F"],
3352
+ cups_cp: [],
3353
+ cups_direccio: "CA Rincón De La Victoria 2 17001 (GIRONA)",
3354
+ cups_poblacio: [],
3355
+ data_alta: "2020-10-01",
3356
+ data_baixa: false,
3357
+ data_firma_contracte: "2020-09-23 10:15:07",
3358
+ data_tall: "",
3359
+ data_ultima_lectura: false,
3360
+ data_ultima_lectura_estimada: false,
3361
+ data_ultima_lectura_f1: false,
3362
+ debt_amount: 0.0,
3363
+ deposit: false,
3364
+ direccio_notificacio: [
3365
+ 103,
3366
+ "FIGUEROA PERALTA, NAIARA, AV. Mayor, 43 17820",
3367
+ ],
3368
+ direccio_pagament: [
3369
+ 103,
3370
+ "FIGUEROA PERALTA, NAIARA, AV. Mayor, 43 17820",
3371
+ ],
3372
+ distri_phone: "987123456",
3373
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3374
+ email_notification: true,
3375
+ enviament: "email",
3376
+ expected_consumption: 0.0,
3377
+ facturacio: 1,
3378
+ facturacio_distri: false,
3379
+ facturacio_endarrerida: true,
3380
+ facturacio_potencia: "icp",
3381
+ facturacio_suspesa: false,
3382
+ firmat: true,
3383
+ id: 53,
3384
+ is_autoconsum_collectiu: false,
3385
+ lectura_en_baja: false,
3386
+ llista_preu: [21, "Hola (EUR)"],
3387
+ log_ids: [71, 81, 82, 83, 84, 104, 105, 124, 125],
3388
+ lot_facturacio: false,
3389
+ modcontractual_activa: [17, "4"],
3390
+ modcontractuals_ids: [17, 14, 10, 9],
3391
+ mode_facturacio: "atr",
3392
+ name: "00019",
3393
+ name_auto: true,
3394
+ no_cessio_sips: "unactive",
3395
+ no_cessio_sips_data: false,
3396
+ nocutoff: false,
3397
+ notificacio: "titular",
3398
+ notificacio_email: "eberloso@gisce.net",
3399
+ observacio_suspesa: false,
3400
+ observacions: "",
3401
+ pagador: [98, "FIGUEROA PERALTA, NAIARA"],
3402
+ pagador_email: "eberloso@gisce.net",
3403
+ pagador_nif: "ES53304341R",
3404
+ pagador_sel: "titular",
3405
+ payment_mode_id: [8, "Domiciliat"],
3406
+ payment_term: false,
3407
+ peatge_directe: false,
3408
+ pending_amount: 0.0,
3409
+ pending_state: "Correcte",
3410
+ persona_fisica: "NI",
3411
+ potencia: 5.75,
3412
+ potencies_periode: [102],
3413
+ print_observations: false,
3414
+ process_id: [5, "Bo Social"],
3415
+ property_unitat_potencia: [85, "kW/dia"],
3416
+ propietari_bank: "FIGUEROA PERALTA, NAIARA",
3417
+ proxima_facturacio: false,
3418
+ ref_dist: false,
3419
+ refacturacio_pendent: false,
3420
+ related_attachments: [103, 104, 105, 106, 107, 174, 123, 254],
3421
+ renovacio_auto: true,
3422
+ representante_id: false,
3423
+ sms_notification: false,
3424
+ state: "activa",
3425
+ state_post_facturacio: false,
3426
+ tarifa: [1, "2.0A"],
3427
+ tarifa_codi: "2.0A",
3428
+ tensio: 230,
3429
+ tensio_normalitzada: [4, "230"],
3430
+ tg: "2",
3431
+ tipo_pago: [6, "Recibo domiciliado"],
3432
+ tipus_vivenda: "habitual",
3433
+ titular: [98, "FIGUEROA PERALTA, NAIARA"],
3434
+ titular_nif: "ES53304341R",
3435
+ trafo: 0.0,
3436
+ unpaid_invoices: false,
3437
+ user_id: [1, "GISCE"],
3438
+ versio_primera_factura: false,
3439
+ },
3440
+ {
3441
+ ac_state: false,
3442
+ active: true,
3443
+ agree_dh: "E1",
3444
+ agree_tarifa: "2A",
3445
+ agree_tensio: "E0",
3446
+ agree_tipus: "05",
3447
+ altre_p: false,
3448
+ autoconsum_id: false,
3449
+ autoconsumo: "00",
3450
+ bank: [51, "ES10 2038 7402 3480 4226 5643"],
3451
+ bono_social_disponible: true,
3452
+ butlletins: [],
3453
+ cnae: [
3454
+ 986,
3455
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3456
+ ],
3457
+ codigo_promocional: false,
3458
+ coef_repartiment: 0.0,
3459
+ comercial_id: [1, "Comercial del Administrador"],
3460
+ comercialitzadora: [1, "Tiny sprl"],
3461
+ comissio: false,
3462
+ comptador: false,
3463
+ comptadors: [],
3464
+ condicions_generals_id: false,
3465
+ contract_type: "01",
3466
+ cups: [51, "ES0112000000020737YK0F"],
3467
+ cups_cp: [],
3468
+ cups_direccio: "BO Els Masos 4 17834 (CAMÓS)",
3469
+ cups_poblacio: [],
3470
+ data_alta: false,
3471
+ data_baixa: false,
3472
+ data_firma_contracte: "2020-10-08 16:01:51",
3473
+ data_tall: "",
3474
+ data_ultima_lectura: false,
3475
+ data_ultima_lectura_estimada: false,
3476
+ data_ultima_lectura_f1: false,
3477
+ debt_amount: false,
3478
+ deposit: false,
3479
+ direccio_notificacio: [
3480
+ 108,
3481
+ "PAEZ CALLEJA, ERIC, BO. Els Masos, 4 17834",
3482
+ ],
3483
+ direccio_pagament: [108, "PAEZ CALLEJA, ERIC, BO. Els Masos, 4 17834"],
3484
+ distri_phone: "987123456",
3485
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3486
+ email_notification: true,
3487
+ enviament: "email",
3488
+ expected_consumption: false,
3489
+ facturacio: 1,
3490
+ facturacio_distri: false,
3491
+ facturacio_endarrerida: false,
3492
+ facturacio_potencia: "icp",
3493
+ facturacio_suspesa: false,
3494
+ firmat: true,
3495
+ id: 56,
3496
+ is_autoconsum_collectiu: false,
3497
+ lectura_en_baja: false,
3498
+ llista_preu: [21, "Hola (EUR)"],
3499
+ log_ids: [79, 190],
3500
+ lot_facturacio: false,
3501
+ modcontractual_activa: false,
3502
+ modcontractuals_ids: [],
3503
+ mode_facturacio: "atr",
3504
+ name: "00020",
3505
+ name_auto: true,
3506
+ no_cessio_sips: "unactive",
3507
+ no_cessio_sips_data: false,
3508
+ nocutoff: false,
3509
+ notificacio: "titular",
3510
+ notificacio_email: "eric@lapunxa.com",
3511
+ observacio_suspesa: false,
3512
+ observacions: "",
3513
+ pagador: [101, "PAEZ CALLEJA, ERIC"],
3514
+ pagador_email: "eric@lapunxa.com",
3515
+ pagador_nif: "ES69075049T",
3516
+ pagador_sel: "titular",
3517
+ payment_mode_id: [8, "Domiciliat"],
3518
+ payment_term: false,
3519
+ peatge_directe: false,
3520
+ pending_amount: false,
3521
+ pending_state: false,
3522
+ persona_fisica: "NI",
3523
+ potencia: 3.5,
3524
+ potencies_periode: [168],
3525
+ print_observations: false,
3526
+ process_id: [5, "Bo Social"],
3527
+ property_unitat_potencia: [85, "kW/dia"],
3528
+ propietari_bank: "PAEZ CALLEJA, ERIC",
3529
+ proxima_facturacio: false,
3530
+ ref_dist: false,
3531
+ refacturacio_pendent: false,
3532
+ related_attachments: [115, 116, 117, 118, 119],
3533
+ renovacio_auto: true,
3534
+ representante_id: false,
3535
+ sms_notification: false,
3536
+ state: "validar",
3537
+ state_post_facturacio: false,
3538
+ tarifa: [1, "2.0A"],
3539
+ tarifa_codi: "2.0A",
3540
+ tensio: 230,
3541
+ tensio_normalitzada: [4, "230"],
3542
+ tg: "2",
3543
+ tipo_pago: [6, "Recibo domiciliado"],
3544
+ tipus_vivenda: "habitual",
3545
+ titular: [101, "PAEZ CALLEJA, ERIC"],
3546
+ titular_nif: "ES69075049T",
3547
+ trafo: false,
3548
+ unpaid_invoices: false,
3549
+ user_id: [1, "GISCE"],
3550
+ versio_primera_factura: false,
3551
+ },
3552
+ {
3553
+ ac_state: false,
3554
+ active: true,
3555
+ agree_dh: "E3",
3556
+ agree_tarifa: "30",
3557
+ agree_tensio: "E0",
3558
+ agree_tipus: "04",
3559
+ altre_p: false,
3560
+ autoconsum_id: false,
3561
+ autoconsumo: "00",
3562
+ bank: [52, "ES50 2100 4954 0035 1179 1983"],
3563
+ bono_social_disponible: false,
3564
+ butlletins: [],
3565
+ cnae: [
3566
+ 986,
3567
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3568
+ ],
3569
+ codigo_promocional: false,
3570
+ coef_repartiment: 0.0,
3571
+ comercial_id: [1, "Comercial del Administrador"],
3572
+ comercialitzadora: [1, "Tiny sprl"],
3573
+ comissio: false,
3574
+ comptador: false,
3575
+ comptadors: [],
3576
+ condicions_generals_id: false,
3577
+ contract_type: "01",
3578
+ cups: [52, "ES0112000000080443AL0F"],
3579
+ cups_cp: [],
3580
+ cups_direccio: "CA Malaolor 43 17844 (BORGONYÀ)",
3581
+ cups_poblacio: [],
3582
+ data_alta: false,
3583
+ data_baixa: false,
3584
+ data_firma_contracte: false,
3585
+ data_tall: "",
3586
+ data_ultima_lectura: false,
3587
+ data_ultima_lectura_estimada: false,
3588
+ data_ultima_lectura_f1: false,
3589
+ debt_amount: false,
3590
+ deposit: false,
3591
+ direccio_notificacio: [
3592
+ 109,
3593
+ "RIVERO POZO, SORAYA, CA. Malaolor, 43 17844",
3594
+ ],
3595
+ direccio_pagament: [109, "RIVERO POZO, SORAYA, CA. Malaolor, 43 17844"],
3596
+ distri_phone: "987123456",
3597
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3598
+ email_notification: true,
3599
+ enviament: "email",
3600
+ expected_consumption: false,
3601
+ facturacio: 1,
3602
+ facturacio_distri: false,
3603
+ facturacio_endarrerida: false,
3604
+ facturacio_potencia: "icp",
3605
+ facturacio_suspesa: false,
3606
+ firmat: false,
3607
+ id: 59,
3608
+ is_autoconsum_collectiu: false,
3609
+ lectura_en_baja: false,
3610
+ llista_preu: [24, "Mucha potencia (EUR)"],
3611
+ log_ids: [80, 191],
3612
+ lot_facturacio: false,
3613
+ modcontractual_activa: false,
3614
+ modcontractuals_ids: [],
3615
+ mode_facturacio: "atr",
3616
+ name: "00021",
3617
+ name_auto: true,
3618
+ no_cessio_sips: "unactive",
3619
+ no_cessio_sips_data: false,
3620
+ nocutoff: false,
3621
+ notificacio: "titular",
3622
+ notificacio_email: "soraya@lapunxa.com",
3623
+ observacio_suspesa: false,
3624
+ observacions: "",
3625
+ pagador: [102, "RIVERO POZO, SORAYA"],
3626
+ pagador_email: "soraya@lapunxa.com",
3627
+ pagador_nif: "ES06659996R",
3628
+ pagador_sel: "titular",
3629
+ payment_mode_id: [8, "Domiciliat"],
3630
+ payment_term: false,
3631
+ peatge_directe: false,
3632
+ pending_amount: false,
3633
+ pending_state: false,
3634
+ persona_fisica: "NI",
3635
+ potencia: 15.5,
3636
+ potencies_periode: [59, 60, 61],
3637
+ print_observations: false,
3638
+ process_id: [1, "Default Process"],
3639
+ property_unitat_potencia: [85, "kW/dia"],
3640
+ propietari_bank: "RIVERO POZO, SORAYA",
3641
+ proxima_facturacio: false,
3642
+ ref_dist: false,
3643
+ refacturacio_pendent: false,
3644
+ related_attachments: [120, 121, 122],
3645
+ renovacio_auto: true,
3646
+ representante_id: false,
3647
+ sms_notification: false,
3648
+ state: "validar",
3649
+ state_post_facturacio: false,
3650
+ tarifa: [7, "3.0A"],
3651
+ tarifa_codi: "3.0A",
3652
+ tensio: 400,
3653
+ tensio_normalitzada: [8, "3x230/400"],
3654
+ tg: "2",
3655
+ tipo_pago: [6, "Recibo domiciliado"],
3656
+ tipus_vivenda: "habitual",
3657
+ titular: [102, "RIVERO POZO, SORAYA"],
3658
+ titular_nif: "ES06659996R",
3659
+ trafo: false,
3660
+ unpaid_invoices: false,
3661
+ user_id: [1, "GISCE"],
3662
+ versio_primera_factura: false,
3663
+ },
3664
+ {
3665
+ ac_state: false,
3666
+ active: true,
3667
+ agree_dh: "E1",
3668
+ agree_tarifa: "2A",
3669
+ agree_tensio: "E0",
3670
+ agree_tipus: "05",
3671
+ altre_p: false,
3672
+ autoconsum_id: false,
3673
+ autoconsumo: "00",
3674
+ bank: [54, "ES58 2095 3381 6872 6770 5818"],
3675
+ bono_social_disponible: true,
3676
+ butlletins: [],
3677
+ cnae: [
3678
+ 986,
3679
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3680
+ ],
3681
+ codigo_promocional: false,
3682
+ coef_repartiment: 0.0,
3683
+ comercial_id: [1, "Comercial del Administrador"],
3684
+ comercialitzadora: [1, "Tiny sprl"],
3685
+ comissio: false,
3686
+ comptador: false,
3687
+ comptadors: [],
3688
+ condicions_generals_id: false,
3689
+ contract_type: "01",
3690
+ cups: [53, "ES0112000000013445BC0F"],
3691
+ cups_cp: [],
3692
+ cups_direccio: "BO Els Masos 43 17820 (BANYOLES)",
3693
+ cups_poblacio: [],
3694
+ data_alta: false,
3695
+ data_baixa: false,
3696
+ data_firma_contracte: "2020-10-14 17:55:02",
3697
+ data_tall: "",
3698
+ data_ultima_lectura: false,
3699
+ data_ultima_lectura_estimada: false,
3700
+ data_ultima_lectura_f1: false,
3701
+ debt_amount: false,
3702
+ deposit: false,
3703
+ direccio_notificacio: [
3704
+ 110,
3705
+ "ORTEGA HUERTAS, MIREIA, BO. Els Masos, 43 17820",
3706
+ ],
3707
+ direccio_pagament: [
3708
+ 110,
3709
+ "ORTEGA HUERTAS, MIREIA, BO. Els Masos, 43 17820",
3710
+ ],
3711
+ distri_phone: "987123456",
3712
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3713
+ email_notification: true,
3714
+ enviament: "email",
3715
+ expected_consumption: false,
3716
+ facturacio: 1,
3717
+ facturacio_distri: false,
3718
+ facturacio_endarrerida: false,
3719
+ facturacio_potencia: "icp",
3720
+ facturacio_suspesa: false,
3721
+ firmat: true,
3722
+ id: 60,
3723
+ is_autoconsum_collectiu: false,
3724
+ lectura_en_baja: false,
3725
+ llista_preu: [21, "Hola (EUR)"],
3726
+ log_ids: [85],
3727
+ lot_facturacio: false,
3728
+ modcontractual_activa: false,
3729
+ modcontractuals_ids: [],
3730
+ mode_facturacio: "atr",
3731
+ name: "00022",
3732
+ name_auto: true,
3733
+ no_cessio_sips: "unactive",
3734
+ no_cessio_sips_data: false,
3735
+ nocutoff: false,
3736
+ notificacio: "titular",
3737
+ notificacio_email: "mireia@lapunxa.com",
3738
+ observacio_suspesa: false,
3739
+ observacions: "",
3740
+ pagador: [103, "ORTEGA HUERTAS, MIREIA"],
3741
+ pagador_email: "mireia@lapunxa.com",
3742
+ pagador_nif: "ES41679667X",
3743
+ pagador_sel: "titular",
3744
+ payment_mode_id: [8, "Domiciliat"],
3745
+ payment_term: false,
3746
+ peatge_directe: false,
3747
+ pending_amount: false,
3748
+ pending_state: false,
3749
+ persona_fisica: "NI",
3750
+ potencia: 4.6,
3751
+ potencies_periode: [66],
3752
+ print_observations: false,
3753
+ process_id: [5, "Bo Social"],
3754
+ property_unitat_potencia: [85, "kW/dia"],
3755
+ propietari_bank: "ORTEGA HUERTAS, MIREIA",
3756
+ proxima_facturacio: false,
3757
+ ref_dist: false,
3758
+ refacturacio_pendent: false,
3759
+ related_attachments: [128, 124, 125, 126, 127],
3760
+ renovacio_auto: true,
3761
+ representante_id: false,
3762
+ sms_notification: false,
3763
+ state: "esborrany",
3764
+ state_post_facturacio: false,
3765
+ tarifa: [1, "2.0A"],
3766
+ tarifa_codi: "2.0A",
3767
+ tensio: 230,
3768
+ tensio_normalitzada: [4, "230"],
3769
+ tg: "2",
3770
+ tipo_pago: [6, "Recibo domiciliado"],
3771
+ tipus_vivenda: "habitual",
3772
+ titular: [103, "ORTEGA HUERTAS, MIREIA"],
3773
+ titular_nif: "ES41679667X",
3774
+ trafo: false,
3775
+ unpaid_invoices: false,
3776
+ user_id: [1, "GISCE"],
3777
+ versio_primera_factura: false,
3778
+ },
3779
+ {
3780
+ ac_state: false,
3781
+ active: true,
3782
+ agree_dh: "E1",
3783
+ agree_tarifa: "2A",
3784
+ agree_tensio: "E0",
3785
+ agree_tipus: "05",
3786
+ altre_p: false,
3787
+ autoconsum_id: false,
3788
+ autoconsumo: "00",
3789
+ bank: [56, "ES02 2080 4584 9377 4994 9102"],
3790
+ bono_social_disponible: true,
3791
+ butlletins: [],
3792
+ cnae: [
3793
+ 986,
3794
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3795
+ ],
3796
+ codigo_promocional: false,
3797
+ coef_repartiment: 0.0,
3798
+ comercial_id: [1, "Comercial del Administrador"],
3799
+ comercialitzadora: [1, "Tiny sprl"],
3800
+ comissio: false,
3801
+ comptador: false,
3802
+ comptadors: [],
3803
+ condicions_generals_id: false,
3804
+ contract_type: "01",
3805
+ cups: [54, "ES0112000000014246TQ0F"],
3806
+ cups_cp: [],
3807
+ cups_direccio: "BO Test 43 17820 (BANYOLES)",
3808
+ cups_poblacio: [],
3809
+ data_alta: false,
3810
+ data_baixa: false,
3811
+ data_firma_contracte: false,
3812
+ data_tall: "",
3813
+ data_ultima_lectura: false,
3814
+ data_ultima_lectura_estimada: false,
3815
+ data_ultima_lectura_f1: false,
3816
+ debt_amount: false,
3817
+ deposit: false,
3818
+ direccio_notificacio: [
3819
+ 111,
3820
+ "REBOLLO MELERO, TOMASA, BO. Test, 43 17820",
3821
+ ],
3822
+ direccio_pagament: [111, "REBOLLO MELERO, TOMASA, BO. Test, 43 17820"],
3823
+ distri_phone: "987123456",
3824
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3825
+ email_notification: true,
3826
+ enviament: "postal",
3827
+ expected_consumption: false,
3828
+ facturacio: 1,
3829
+ facturacio_distri: false,
3830
+ facturacio_endarrerida: false,
3831
+ facturacio_potencia: "icp",
3832
+ facturacio_suspesa: false,
3833
+ firmat: false,
3834
+ id: 61,
3835
+ is_autoconsum_collectiu: false,
3836
+ lectura_en_baja: false,
3837
+ llista_preu: [21, "Hola (EUR)"],
3838
+ log_ids: [88],
3839
+ lot_facturacio: false,
3840
+ modcontractual_activa: false,
3841
+ modcontractuals_ids: [],
3842
+ mode_facturacio: "atr",
3843
+ name: "00023",
3844
+ name_auto: true,
3845
+ no_cessio_sips: "unactive",
3846
+ no_cessio_sips_data: false,
3847
+ nocutoff: false,
3848
+ notificacio: "titular",
3849
+ notificacio_email: "",
3850
+ observacio_suspesa: false,
3851
+ observacions: "",
3852
+ pagador: [104, "REBOLLO MELERO, TOMASA"],
3853
+ pagador_email: "",
3854
+ pagador_nif: "ES64333228C",
3855
+ pagador_sel: "titular",
3856
+ payment_mode_id: [8, "Domiciliat"],
3857
+ payment_term: false,
3858
+ peatge_directe: false,
3859
+ pending_amount: false,
3860
+ pending_state: false,
3861
+ persona_fisica: "NI",
3862
+ potencia: 2.2,
3863
+ potencies_periode: [69],
3864
+ print_observations: false,
3865
+ process_id: [5, "Bo Social"],
3866
+ property_unitat_potencia: [85, "kW/dia"],
3867
+ propietari_bank: "REBOLLO MELERO, TOMASA",
3868
+ proxima_facturacio: false,
3869
+ ref_dist: false,
3870
+ refacturacio_pendent: false,
3871
+ related_attachments: [130, 131, 132],
3872
+ renovacio_auto: true,
3873
+ representante_id: false,
3874
+ sms_notification: false,
3875
+ state: "esborrany",
3876
+ state_post_facturacio: false,
3877
+ tarifa: [1, "2.0A"],
3878
+ tarifa_codi: "2.0A",
3879
+ tensio: 230,
3880
+ tensio_normalitzada: [4, "230"],
3881
+ tg: "2",
3882
+ tipo_pago: [6, "Recibo domiciliado"],
3883
+ tipus_vivenda: "habitual",
3884
+ titular: [104, "REBOLLO MELERO, TOMASA"],
3885
+ titular_nif: "ES64333228C",
3886
+ trafo: false,
3887
+ unpaid_invoices: false,
3888
+ user_id: [1, "GISCE"],
3889
+ versio_primera_factura: false,
3890
+ },
3891
+ {
3892
+ ac_state: false,
3893
+ active: true,
3894
+ agree_dh: "E1",
3895
+ agree_tarifa: "2A",
3896
+ agree_tensio: "E0",
3897
+ agree_tipus: "05",
3898
+ altre_p: false,
3899
+ autoconsum_id: false,
3900
+ autoconsumo: "00",
3901
+ bank: [57, "ES52 2038 3557 9861 4142 6370"],
3902
+ bono_social_disponible: true,
3903
+ butlletins: [],
3904
+ cnae: [
3905
+ 986,
3906
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
3907
+ ],
3908
+ codigo_promocional: false,
3909
+ coef_repartiment: 0.0,
3910
+ comercial_id: [1, "Comercial del Administrador"],
3911
+ comercialitzadora: [1, "Tiny sprl"],
3912
+ comissio: false,
3913
+ comptador: false,
3914
+ comptadors: [],
3915
+ condicions_generals_id: false,
3916
+ contract_type: "01",
3917
+ cups: [55, "ES0112000000060649VM0F"],
3918
+ cups_cp: [],
3919
+ cups_direccio: "CA Olor 43 17744 (CANELLES)",
3920
+ cups_poblacio: [],
3921
+ data_alta: false,
3922
+ data_baixa: false,
3923
+ data_firma_contracte: false,
3924
+ data_tall: "",
3925
+ data_ultima_lectura: false,
3926
+ data_ultima_lectura_estimada: false,
3927
+ data_ultima_lectura_f1: false,
3928
+ debt_amount: false,
3929
+ deposit: false,
3930
+ direccio_notificacio: [112, "OCHOA SIMON, PAULINO, CA. Olor, 43 17744"],
3931
+ direccio_pagament: [112, "OCHOA SIMON, PAULINO, CA. Olor, 43 17744"],
3932
+ distri_phone: "987123456",
3933
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
3934
+ email_notification: true,
3935
+ enviament: "email",
3936
+ expected_consumption: false,
3937
+ facturacio: 1,
3938
+ facturacio_distri: false,
3939
+ facturacio_endarrerida: false,
3940
+ facturacio_potencia: "icp",
3941
+ facturacio_suspesa: false,
3942
+ firmat: false,
3943
+ id: 62,
3944
+ is_autoconsum_collectiu: false,
3945
+ lectura_en_baja: false,
3946
+ llista_preu: [21, "Hola (EUR)"],
3947
+ log_ids: [89],
3948
+ lot_facturacio: false,
3949
+ modcontractual_activa: false,
3950
+ modcontractuals_ids: [],
3951
+ mode_facturacio: "atr",
3952
+ name: "00024",
3953
+ name_auto: true,
3954
+ no_cessio_sips: "unactive",
3955
+ no_cessio_sips_data: false,
3956
+ nocutoff: false,
3957
+ notificacio: "titular",
3958
+ notificacio_email: "paulino@lapunxa.com",
3959
+ observacio_suspesa: false,
3960
+ observacions: "",
3961
+ pagador: [105, "OCHOA SIMON, PAULINO"],
3962
+ pagador_email: "paulino@lapunxa.com",
3963
+ pagador_nif: "ES80447100T",
3964
+ pagador_sel: "titular",
3965
+ payment_mode_id: [8, "Domiciliat"],
3966
+ payment_term: false,
3967
+ peatge_directe: false,
3968
+ pending_amount: false,
3969
+ pending_state: false,
3970
+ persona_fisica: "NI",
3971
+ potencia: 5.75,
3972
+ potencies_periode: [70],
3973
+ print_observations: false,
3974
+ process_id: [5, "Bo Social"],
3975
+ property_unitat_potencia: [85, "kW/dia"],
3976
+ propietari_bank: "OCHOA SIMON, PAULINO",
3977
+ proxima_facturacio: false,
3978
+ ref_dist: false,
3979
+ refacturacio_pendent: false,
3980
+ related_attachments: [133, 134, 135],
3981
+ renovacio_auto: true,
3982
+ representante_id: false,
3983
+ sms_notification: false,
3984
+ state: "esborrany",
3985
+ state_post_facturacio: false,
3986
+ tarifa: [1, "2.0A"],
3987
+ tarifa_codi: "2.0A",
3988
+ tensio: 230,
3989
+ tensio_normalitzada: [4, "230"],
3990
+ tg: "2",
3991
+ tipo_pago: [6, "Recibo domiciliado"],
3992
+ tipus_vivenda: "habitual",
3993
+ titular: [105, "OCHOA SIMON, PAULINO"],
3994
+ titular_nif: "ES80447100T",
3995
+ trafo: false,
3996
+ unpaid_invoices: false,
3997
+ user_id: [1, "GISCE"],
3998
+ versio_primera_factura: false,
3999
+ },
4000
+ {
4001
+ ac_state: false,
4002
+ active: true,
4003
+ agree_dh: "E1",
4004
+ agree_tarifa: "2A",
4005
+ agree_tensio: "E0",
4006
+ agree_tipus: "05",
4007
+ altre_p: false,
4008
+ autoconsum_id: false,
4009
+ autoconsumo: "00",
4010
+ bank: [58, "ES77 0182 6181 6079 6827 0466"],
4011
+ bono_social_disponible: true,
4012
+ butlletins: [],
4013
+ cnae: [
4014
+ 986,
4015
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4016
+ ],
4017
+ codigo_promocional: false,
4018
+ coef_repartiment: 0.0,
4019
+ comercial_id: [1, "Comercial del Administrador"],
4020
+ comercialitzadora: [1, "Tiny sprl"],
4021
+ comissio: false,
4022
+ comptador: false,
4023
+ comptadors: [],
4024
+ condicions_generals_id: false,
4025
+ contract_type: "01",
4026
+ cups: [56, "ES0112000000018427KB0F"],
4027
+ cups_cp: [],
4028
+ cups_direccio: "BO Test 43 17820 (BANYOLES)",
4029
+ cups_poblacio: [],
4030
+ data_alta: false,
4031
+ data_baixa: false,
4032
+ data_firma_contracte: "2020-10-19 11:38:17",
4033
+ data_tall: "",
4034
+ data_ultima_lectura: false,
4035
+ data_ultima_lectura_estimada: false,
4036
+ data_ultima_lectura_f1: false,
4037
+ debt_amount: false,
4038
+ deposit: false,
4039
+ direccio_notificacio: [113, "ALCAZAR SANZ, GUSTAVO, BO. Test, 43 17820"],
4040
+ direccio_pagament: [113, "ALCAZAR SANZ, GUSTAVO, BO. Test, 43 17820"],
4041
+ distri_phone: "987123456",
4042
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4043
+ email_notification: true,
4044
+ enviament: "email",
4045
+ expected_consumption: false,
4046
+ facturacio: 1,
4047
+ facturacio_distri: false,
4048
+ facturacio_endarrerida: false,
4049
+ facturacio_potencia: "icp",
4050
+ facturacio_suspesa: false,
4051
+ firmat: true,
4052
+ id: 63,
4053
+ is_autoconsum_collectiu: false,
4054
+ lectura_en_baja: false,
4055
+ llista_preu: [21, "Hola (EUR)"],
4056
+ log_ids: [90],
4057
+ lot_facturacio: false,
4058
+ modcontractual_activa: false,
4059
+ modcontractuals_ids: [],
4060
+ mode_facturacio: "atr",
4061
+ name: "00025",
4062
+ name_auto: true,
4063
+ no_cessio_sips: "unactive",
4064
+ no_cessio_sips_data: false,
4065
+ nocutoff: false,
4066
+ notificacio: "titular",
4067
+ notificacio_email: "gustavo@lapunxa.com",
4068
+ observacio_suspesa: false,
4069
+ observacions: "",
4070
+ pagador: [106, "ALCAZAR SANZ, GUSTAVO"],
4071
+ pagador_email: "gustavo@lapunxa.com",
4072
+ pagador_nif: "ES60531816W",
4073
+ pagador_sel: "titular",
4074
+ payment_mode_id: [8, "Domiciliat"],
4075
+ payment_term: false,
4076
+ peatge_directe: false,
4077
+ pending_amount: false,
4078
+ pending_state: false,
4079
+ persona_fisica: "NI",
4080
+ potencia: 3.45,
4081
+ potencies_periode: [71],
4082
+ print_observations: false,
4083
+ process_id: [5, "Bo Social"],
4084
+ property_unitat_potencia: [85, "kW/dia"],
4085
+ propietari_bank: "ALCAZAR SANZ, GUSTAVO",
4086
+ proxima_facturacio: false,
4087
+ ref_dist: false,
4088
+ refacturacio_pendent: false,
4089
+ related_attachments: [136, 137, 138, 139, 140],
4090
+ renovacio_auto: true,
4091
+ representante_id: false,
4092
+ sms_notification: false,
4093
+ state: "esborrany",
4094
+ state_post_facturacio: false,
4095
+ tarifa: [1, "2.0A"],
4096
+ tarifa_codi: "2.0A",
4097
+ tensio: 230,
4098
+ tensio_normalitzada: [4, "230"],
4099
+ tg: "2",
4100
+ tipo_pago: [6, "Recibo domiciliado"],
4101
+ tipus_vivenda: "habitual",
4102
+ titular: [106, "ALCAZAR SANZ, GUSTAVO"],
4103
+ titular_nif: "ES60531816W",
4104
+ trafo: false,
4105
+ unpaid_invoices: false,
4106
+ user_id: [1, "GISCE"],
4107
+ versio_primera_factura: false,
4108
+ },
4109
+ {
4110
+ ac_state: false,
4111
+ active: true,
4112
+ agree_dh: "E1",
4113
+ agree_tarifa: "21",
4114
+ agree_tensio: "E0",
4115
+ agree_tipus: "05",
4116
+ altre_p: false,
4117
+ autoconsum_id: false,
4118
+ autoconsumo: "00",
4119
+ bank: [61, "ES41 0010 3202 8560 2038 7524"],
4120
+ bono_social_disponible: false,
4121
+ butlletins: [],
4122
+ cnae: [
4123
+ 986,
4124
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4125
+ ],
4126
+ codigo_promocional: false,
4127
+ coef_repartiment: 0.0,
4128
+ comercial_id: [1, "Comercial del Administrador"],
4129
+ comercialitzadora: [1, "Tiny sprl"],
4130
+ comissio: false,
4131
+ comptador: false,
4132
+ comptadors: [],
4133
+ condicions_generals_id: false,
4134
+ contract_type: "01",
4135
+ cups: [58, "ES0033770121364001RK0F"],
4136
+ cups_cp: [],
4137
+ cups_direccio: "CF via 1 1 1 27800 (CORVITE)",
4138
+ cups_poblacio: [],
4139
+ data_alta: false,
4140
+ data_baixa: false,
4141
+ data_firma_contracte: false,
4142
+ data_tall: "",
4143
+ data_ultima_lectura: false,
4144
+ data_ultima_lectura_estimada: false,
4145
+ data_ultima_lectura_f1: false,
4146
+ debt_amount: false,
4147
+ deposit: false,
4148
+ direccio_notificacio: [115, "Empresa TI, CF. via, 1 1 1 27800"],
4149
+ direccio_pagament: [115, "Empresa TI, CF. via, 1 1 1 27800"],
4150
+ distri_phone: "",
4151
+ distribuidora: [111, "BARRAS ELECTRICAS GALAICO-ASTURIANAS S.A."],
4152
+ email_notification: true,
4153
+ enviament: "email",
4154
+ expected_consumption: false,
4155
+ facturacio: 1,
4156
+ facturacio_distri: false,
4157
+ facturacio_endarrerida: false,
4158
+ facturacio_potencia: "icp",
4159
+ facturacio_suspesa: false,
4160
+ firmat: false,
4161
+ id: 65,
4162
+ is_autoconsum_collectiu: false,
4163
+ lectura_en_baja: false,
4164
+ llista_preu: [21, "Hola (EUR)"],
4165
+ log_ids: [94],
4166
+ lot_facturacio: false,
4167
+ modcontractual_activa: false,
4168
+ modcontractuals_ids: [],
4169
+ mode_facturacio: "atr",
4170
+ name: "00026",
4171
+ name_auto: true,
4172
+ no_cessio_sips: "unactive",
4173
+ no_cessio_sips_data: false,
4174
+ nocutoff: false,
4175
+ notificacio: "titular",
4176
+ notificacio_email: "destanyol+empresa@gisce.net",
4177
+ observacio_suspesa: false,
4178
+ observacions: "",
4179
+ pagador: [110, "Empresa TI"],
4180
+ pagador_email: "destanyol+empresa@gisce.net",
4181
+ pagador_nif: "ESA76869742",
4182
+ pagador_sel: "titular",
4183
+ payment_mode_id: [8, "Domiciliat"],
4184
+ payment_term: false,
4185
+ peatge_directe: false,
4186
+ pending_amount: false,
4187
+ pending_state: false,
4188
+ persona_fisica: "CI",
4189
+ potencia: 10.392,
4190
+ potencies_periode: [74],
4191
+ print_observations: false,
4192
+ process_id: [1, "Default Process"],
4193
+ property_unitat_potencia: [85, "kW/dia"],
4194
+ propietari_bank: "Empresa TI",
4195
+ proxima_facturacio: false,
4196
+ ref_dist: false,
4197
+ refacturacio_pendent: false,
4198
+ related_attachments: [144, 145],
4199
+ renovacio_auto: true,
4200
+ representante_id: [109, "Empresa TI, Representant"],
4201
+ sms_notification: false,
4202
+ state: "esborrany",
4203
+ state_post_facturacio: false,
4204
+ tarifa: [2, "2.1A"],
4205
+ tarifa_codi: "2.1A",
4206
+ tensio: 400,
4207
+ tensio_normalitzada: [8, "3x230/400"],
4208
+ tg: "2",
4209
+ tipo_pago: [6, "Recibo domiciliado"],
4210
+ tipus_vivenda: "habitual",
4211
+ titular: [110, "Empresa TI"],
4212
+ titular_nif: "ESA76869742",
4213
+ trafo: false,
4214
+ unpaid_invoices: false,
4215
+ user_id: [1, "GISCE"],
4216
+ versio_primera_factura: false,
4217
+ },
4218
+ {
4219
+ ac_state: false,
4220
+ active: true,
4221
+ agree_dh: "E1",
4222
+ agree_tarifa: "2A",
4223
+ agree_tensio: "E0",
4224
+ agree_tipus: "05",
4225
+ altre_p: false,
4226
+ autoconsum_id: false,
4227
+ autoconsumo: "00",
4228
+ bank: [62, "ES41 2048 7829 1578 1171 1033"],
4229
+ bono_social_disponible: true,
4230
+ butlletins: [],
4231
+ cnae: [
4232
+ 986,
4233
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4234
+ ],
4235
+ codigo_promocional: false,
4236
+ coef_repartiment: 0.0,
4237
+ comercial_id: [1, "Comercial del Administrador"],
4238
+ comercialitzadora: [1, "Tiny sprl"],
4239
+ comissio: false,
4240
+ comptador: false,
4241
+ comptadors: [],
4242
+ condicions_generals_id: false,
4243
+ contract_type: "01",
4244
+ cups: [59, "ES0112000000060735CE0F"],
4245
+ cups_cp: [],
4246
+ cups_direccio: "BO Nou 43 17744 (NAVATA)",
4247
+ cups_poblacio: [],
4248
+ data_alta: false,
4249
+ data_baixa: false,
4250
+ data_firma_contracte: "2020-10-22 15:45:41",
4251
+ data_tall: "",
4252
+ data_ultima_lectura: false,
4253
+ data_ultima_lectura_estimada: false,
4254
+ data_ultima_lectura_f1: false,
4255
+ debt_amount: false,
4256
+ deposit: false,
4257
+ direccio_notificacio: [117, "GRANDE VELEZ, ADOLFO, BO. Nou, 43 17744"],
4258
+ direccio_pagament: [117, "GRANDE VELEZ, ADOLFO, BO. Nou, 43 17744"],
4259
+ distri_phone: "987123456",
4260
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4261
+ email_notification: true,
4262
+ enviament: "email",
4263
+ expected_consumption: false,
4264
+ facturacio: 1,
4265
+ facturacio_distri: false,
4266
+ facturacio_endarrerida: false,
4267
+ facturacio_potencia: "icp",
4268
+ facturacio_suspesa: false,
4269
+ firmat: true,
4270
+ id: 66,
4271
+ is_autoconsum_collectiu: false,
4272
+ lectura_en_baja: false,
4273
+ llista_preu: [21, "Hola (EUR)"],
4274
+ log_ids: [95],
4275
+ lot_facturacio: false,
4276
+ modcontractual_activa: false,
4277
+ modcontractuals_ids: [],
4278
+ mode_facturacio: "atr",
4279
+ name: "00027",
4280
+ name_auto: true,
4281
+ no_cessio_sips: "unactive",
4282
+ no_cessio_sips_data: false,
4283
+ nocutoff: false,
4284
+ notificacio: "titular",
4285
+ notificacio_email: "adolfo@lapunxa.com",
4286
+ observacio_suspesa: false,
4287
+ observacions: "",
4288
+ pagador: [112, "GRANDE VELEZ, ADOLFO"],
4289
+ pagador_email: "adolfo@lapunxa.com",
4290
+ pagador_nif: "ES98120451J",
4291
+ pagador_sel: "titular",
4292
+ payment_mode_id: [8, "Domiciliat"],
4293
+ payment_term: false,
4294
+ peatge_directe: false,
4295
+ pending_amount: false,
4296
+ pending_state: false,
4297
+ persona_fisica: "NI",
4298
+ potencia: 5.5,
4299
+ potencies_periode: [75],
4300
+ print_observations: false,
4301
+ process_id: [5, "Bo Social"],
4302
+ property_unitat_potencia: [85, "kW/dia"],
4303
+ propietari_bank: "GRANDE VELEZ, ADOLFO",
4304
+ proxima_facturacio: false,
4305
+ ref_dist: false,
4306
+ refacturacio_pendent: false,
4307
+ related_attachments: [146, 147, 148, 149, 150],
4308
+ renovacio_auto: true,
4309
+ representante_id: false,
4310
+ sms_notification: false,
4311
+ state: "esborrany",
4312
+ state_post_facturacio: false,
4313
+ tarifa: [1, "2.0A"],
4314
+ tarifa_codi: "2.0A",
4315
+ tensio: 230,
4316
+ tensio_normalitzada: [4, "230"],
4317
+ tg: "2",
4318
+ tipo_pago: [6, "Recibo domiciliado"],
4319
+ tipus_vivenda: "habitual",
4320
+ titular: [112, "GRANDE VELEZ, ADOLFO"],
4321
+ titular_nif: "ES98120451J",
4322
+ trafo: false,
4323
+ unpaid_invoices: false,
4324
+ user_id: [1, "GISCE"],
4325
+ versio_primera_factura: false,
4326
+ },
4327
+ {
4328
+ ac_state: false,
4329
+ active: true,
4330
+ agree_dh: "E1",
4331
+ agree_tarifa: "2A",
4332
+ agree_tensio: "E0",
4333
+ agree_tipus: "05",
4334
+ altre_p: false,
4335
+ autoconsum_id: false,
4336
+ autoconsumo: "00",
4337
+ bank: [64, "ES44 0049 0661 0191 5190 4847"],
4338
+ bono_social_disponible: true,
4339
+ butlletins: [],
4340
+ cnae: [
4341
+ 986,
4342
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4343
+ ],
4344
+ codigo_promocional: false,
4345
+ coef_repartiment: 0.0,
4346
+ comercial_id: [1, "Comercial del Administrador"],
4347
+ comercialitzadora: [1, "Tiny sprl"],
4348
+ comissio: false,
4349
+ comptador: false,
4350
+ comptadors: [],
4351
+ condicions_generals_id: false,
4352
+ contract_type: "01",
4353
+ cups: [60, "ES0112000000100150DS0F"],
4354
+ cups_cp: [],
4355
+ cups_direccio: "AD de la Rocafiguera 23 1 3 17834 (CAMÓS)",
4356
+ cups_poblacio: [],
4357
+ data_alta: "2021-01-22",
4358
+ data_baixa: false,
4359
+ data_firma_contracte: "2021-01-22 11:50:00",
4360
+ data_tall: "",
4361
+ data_ultima_lectura: false,
4362
+ data_ultima_lectura_estimada: false,
4363
+ data_ultima_lectura_f1: false,
4364
+ debt_amount: 0.0,
4365
+ deposit: false,
4366
+ direccio_notificacio: [
4367
+ 118,
4368
+ "Mateo Pacheco, Maria Reyes, AD. de la Rocafiguera, 23 1 3 17834",
4369
+ ],
4370
+ direccio_pagament: [
4371
+ 118,
4372
+ "Mateo Pacheco, Maria Reyes, AD. de la Rocafiguera, 23 1 3 17834",
4373
+ ],
4374
+ distri_phone: "987123456",
4375
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4376
+ email_notification: true,
4377
+ enviament: "email",
4378
+ expected_consumption: 0.0,
4379
+ facturacio: 1,
4380
+ facturacio_distri: false,
4381
+ facturacio_endarrerida: true,
4382
+ facturacio_potencia: "icp",
4383
+ facturacio_suspesa: false,
4384
+ firmat: true,
4385
+ id: 67,
4386
+ is_autoconsum_collectiu: false,
4387
+ lectura_en_baja: false,
4388
+ llista_preu: [22, "Adeu (CHF)"],
4389
+ log_ids: [98, 126, 127],
4390
+ lot_facturacio: false,
4391
+ modcontractual_activa: [18, "1"],
4392
+ modcontractuals_ids: [18],
4393
+ mode_facturacio: "atr",
4394
+ name: "00028",
4395
+ name_auto: true,
4396
+ no_cessio_sips: "unactive",
4397
+ no_cessio_sips_data: false,
4398
+ nocutoff: false,
4399
+ notificacio: "titular",
4400
+ notificacio_email: "destanyol@gisce.net",
4401
+ observacio_suspesa: false,
4402
+ observacions: "",
4403
+ pagador: [113, "Mateo Pacheco, Maria Reyes"],
4404
+ pagador_email: "destanyol@gisce.net",
4405
+ pagador_nif: "ES97460998Q",
4406
+ pagador_sel: "titular",
4407
+ payment_mode_id: [8, "Domiciliat"],
4408
+ payment_term: false,
4409
+ peatge_directe: false,
4410
+ pending_amount: 0.0,
4411
+ pending_state: "Correcte",
4412
+ persona_fisica: "NI",
4413
+ potencia: 6.6,
4414
+ potencies_periode: [104],
4415
+ print_observations: false,
4416
+ process_id: [5, "Bo Social"],
4417
+ property_unitat_potencia: [85, "kW/dia"],
4418
+ propietari_bank: "Mateo Pacheco, Maria Reyes",
4419
+ proxima_facturacio: false,
4420
+ ref_dist: false,
4421
+ refacturacio_pendent: false,
4422
+ related_attachments: [152, 153, 154],
4423
+ renovacio_auto: true,
4424
+ representante_id: false,
4425
+ sms_notification: false,
4426
+ state: "activa",
4427
+ state_post_facturacio: false,
4428
+ tarifa: [1, "2.0A"],
4429
+ tarifa_codi: "2.0A",
4430
+ tensio: 230,
4431
+ tensio_normalitzada: [4, "230"],
4432
+ tg: "2",
4433
+ tipo_pago: [6, "Recibo domiciliado"],
4434
+ tipus_vivenda: "habitual",
4435
+ titular: [113, "Mateo Pacheco, Maria Reyes"],
4436
+ titular_nif: "ES97460998Q",
4437
+ trafo: 0.0,
4438
+ unpaid_invoices: false,
4439
+ user_id: [1, "GISCE"],
4440
+ versio_primera_factura: false,
4441
+ },
4442
+ {
4443
+ ac_state: false,
4444
+ active: true,
4445
+ agree_dh: "E1",
4446
+ agree_tarifa: "21",
4447
+ agree_tensio: "E0",
4448
+ agree_tipus: "05",
4449
+ altre_p: false,
4450
+ autoconsum_id: false,
4451
+ autoconsumo: "00",
4452
+ bank: [65, "ES65 2100 0445 2845 0268 3872"],
4453
+ bono_social_disponible: false,
4454
+ butlletins: [],
4455
+ cnae: [
4456
+ 986,
4457
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4458
+ ],
4459
+ codigo_promocional: false,
4460
+ coef_repartiment: 0.0,
4461
+ comercial_id: [1, "Comercial del Administrador"],
4462
+ comercialitzadora: [1, "Tiny sprl"],
4463
+ comissio: false,
4464
+ comptador: false,
4465
+ comptadors: [],
4466
+ condicions_generals_id: false,
4467
+ contract_type: "01",
4468
+ cups: [61, "ES0112000000060627QY0F"],
4469
+ cups_cp: [],
4470
+ cups_direccio: "BO Test 43 17744 (TORREMIRONA)",
4471
+ cups_poblacio: [],
4472
+ data_alta: false,
4473
+ data_baixa: false,
4474
+ data_firma_contracte: "2020-11-10 11:41:14",
4475
+ data_tall: "",
4476
+ data_ultima_lectura: false,
4477
+ data_ultima_lectura_estimada: false,
4478
+ data_ultima_lectura_f1: false,
4479
+ debt_amount: false,
4480
+ deposit: false,
4481
+ direccio_notificacio: [119, "RUEDA PAEZ, BERTA, BO. Test, 43 17744"],
4482
+ direccio_pagament: [119, "RUEDA PAEZ, BERTA, BO. Test, 43 17744"],
4483
+ distri_phone: "987123456",
4484
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4485
+ email_notification: true,
4486
+ enviament: "email",
4487
+ expected_consumption: false,
4488
+ facturacio: 1,
4489
+ facturacio_distri: false,
4490
+ facturacio_endarrerida: false,
4491
+ facturacio_potencia: "icp",
4492
+ facturacio_suspesa: false,
4493
+ firmat: true,
4494
+ id: 68,
4495
+ is_autoconsum_collectiu: false,
4496
+ lectura_en_baja: false,
4497
+ llista_preu: [21, "Hola (EUR)"],
4498
+ log_ids: [99],
4499
+ lot_facturacio: false,
4500
+ modcontractual_activa: false,
4501
+ modcontractuals_ids: [],
4502
+ mode_facturacio: "atr",
4503
+ name: "00029",
4504
+ name_auto: true,
4505
+ no_cessio_sips: "unactive",
4506
+ no_cessio_sips_data: false,
4507
+ nocutoff: false,
4508
+ notificacio: "titular",
4509
+ notificacio_email: "berta@lapunxa.com",
4510
+ observacio_suspesa: false,
4511
+ observacions: "",
4512
+ pagador: [114, "RUEDA PAEZ, BERTA"],
4513
+ pagador_email: "berta@lapunxa.com",
4514
+ pagador_nif: "ES49601950N",
4515
+ pagador_sel: "titular",
4516
+ payment_mode_id: [8, "Domiciliat"],
4517
+ payment_term: false,
4518
+ peatge_directe: false,
4519
+ pending_amount: false,
4520
+ pending_state: false,
4521
+ persona_fisica: "NI",
4522
+ potencia: 13.164,
4523
+ potencies_periode: [79],
4524
+ print_observations: false,
4525
+ process_id: [1, "Default Process"],
4526
+ property_unitat_potencia: [85, "kW/dia"],
4527
+ propietari_bank: "RUEDA PAEZ, BERTA",
4528
+ proxima_facturacio: false,
4529
+ ref_dist: false,
4530
+ refacturacio_pendent: false,
4531
+ related_attachments: [155, 156, 157, 158, 159],
4532
+ renovacio_auto: true,
4533
+ representante_id: false,
4534
+ sms_notification: false,
4535
+ state: "esborrany",
4536
+ state_post_facturacio: false,
4537
+ tarifa: [2, "2.1A"],
4538
+ tarifa_codi: "2.1A",
4539
+ tensio: 400,
4540
+ tensio_normalitzada: [8, "3x230/400"],
4541
+ tg: "2",
4542
+ tipo_pago: [6, "Recibo domiciliado"],
4543
+ tipus_vivenda: "habitual",
4544
+ titular: [114, "RUEDA PAEZ, BERTA"],
4545
+ titular_nif: "ES49601950N",
4546
+ trafo: false,
4547
+ unpaid_invoices: false,
4548
+ user_id: [1, "GISCE"],
4549
+ versio_primera_factura: false,
4550
+ },
4551
+ {
4552
+ ac_state: false,
4553
+ active: true,
4554
+ agree_dh: "E2",
4555
+ agree_tarifa: "2A",
4556
+ agree_tensio: "E0",
4557
+ agree_tipus: "05",
4558
+ altre_p: false,
4559
+ autoconsum_id: false,
4560
+ autoconsumo: "00",
4561
+ bank: [69, "ES10 2085 9361 7390 9938 3716"],
4562
+ bono_social_disponible: true,
4563
+ butlletins: [],
4564
+ cnae: [
4565
+ 986,
4566
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4567
+ ],
4568
+ codigo_promocional: false,
4569
+ coef_repartiment: 0.0,
4570
+ comercial_id: [1, "Comercial del Administrador"],
4571
+ comercialitzadora: [1, "Tiny sprl"],
4572
+ comissio: false,
4573
+ comptador: false,
4574
+ comptadors: [],
4575
+ condicions_generals_id: false,
4576
+ contract_type: "01",
4577
+ cups: [65, "ES0112000000017218ZK0F"],
4578
+ cups_cp: [],
4579
+ cups_direccio: "AD Prova 32 17820 (PUIGPALTER DE DALT)",
4580
+ cups_poblacio: [],
4581
+ data_alta: false,
4582
+ data_baixa: false,
4583
+ data_firma_contracte: "2020-12-01 11:58:15",
4584
+ data_tall: "",
4585
+ data_ultima_lectura: false,
4586
+ data_ultima_lectura_estimada: false,
4587
+ data_ultima_lectura_f1: false,
4588
+ debt_amount: false,
4589
+ deposit: false,
4590
+ direccio_notificacio: [123, "LATORRE HERVAS, GEMA, AD. Prova, 32 17820"],
4591
+ direccio_pagament: [123, "LATORRE HERVAS, GEMA, AD. Prova, 32 17820"],
4592
+ distri_phone: "987123456",
4593
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4594
+ email_notification: true,
4595
+ enviament: "email",
4596
+ expected_consumption: false,
4597
+ facturacio: 1,
4598
+ facturacio_distri: false,
4599
+ facturacio_endarrerida: false,
4600
+ facturacio_potencia: "icp",
4601
+ facturacio_suspesa: false,
4602
+ firmat: true,
4603
+ id: 72,
4604
+ is_autoconsum_collectiu: false,
4605
+ lectura_en_baja: false,
4606
+ llista_preu: [22, "Adeu (CHF)"],
4607
+ log_ids: [103],
4608
+ lot_facturacio: false,
4609
+ modcontractual_activa: false,
4610
+ modcontractuals_ids: [],
4611
+ mode_facturacio: "atr",
4612
+ name: "00030",
4613
+ name_auto: true,
4614
+ no_cessio_sips: "unactive",
4615
+ no_cessio_sips_data: false,
4616
+ nocutoff: false,
4617
+ notificacio: "titular",
4618
+ notificacio_email: "gema@lapunxa.com",
4619
+ observacio_suspesa: false,
4620
+ observacions: "",
4621
+ pagador: [118, "LATORRE HERVAS, GEMA"],
4622
+ pagador_email: "gema@lapunxa.com",
4623
+ pagador_nif: "ES01677436T",
4624
+ pagador_sel: "titular",
4625
+ payment_mode_id: [8, "Domiciliat"],
4626
+ payment_term: false,
4627
+ peatge_directe: false,
4628
+ pending_amount: false,
4629
+ pending_state: false,
4630
+ persona_fisica: "NI",
4631
+ potencia: 5.75,
4632
+ potencies_periode: [83],
4633
+ print_observations: false,
4634
+ process_id: [5, "Bo Social"],
4635
+ property_unitat_potencia: [85, "kW/dia"],
4636
+ propietari_bank: "LATORRE HERVAS, GEMA",
4637
+ proxima_facturacio: false,
4638
+ ref_dist: false,
4639
+ refacturacio_pendent: false,
4640
+ related_attachments: [169, 170, 171, 172, 173],
4641
+ renovacio_auto: true,
4642
+ representante_id: false,
4643
+ sms_notification: false,
4644
+ state: "esborrany",
4645
+ state_post_facturacio: false,
4646
+ tarifa: [3, "2.0DHA"],
4647
+ tarifa_codi: "2.0DHA",
4648
+ tensio: 230,
4649
+ tensio_normalitzada: [4, "230"],
4650
+ tg: "2",
4651
+ tipo_pago: [6, "Recibo domiciliado"],
4652
+ tipus_vivenda: "habitual",
4653
+ titular: [118, "LATORRE HERVAS, GEMA"],
4654
+ titular_nif: "ES01677436T",
4655
+ trafo: false,
4656
+ unpaid_invoices: false,
4657
+ user_id: [1, "GISCE"],
4658
+ versio_primera_factura: false,
4659
+ },
4660
+ {
4661
+ ac_state: false,
4662
+ active: true,
4663
+ agree_dh: "E1",
4664
+ agree_tarifa: "2A",
4665
+ agree_tensio: "E0",
4666
+ agree_tipus: "05",
4667
+ altre_p: false,
4668
+ autoconsum_id: false,
4669
+ autoconsumo: "00",
4670
+ bank: [71, "ES36 2095 9124 1022 6127 4701"],
4671
+ bono_social_disponible: true,
4672
+ butlletins: [],
4673
+ cnae: [
4674
+ 986,
4675
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4676
+ ],
4677
+ codigo_promocional: false,
4678
+ coef_repartiment: 0.0,
4679
+ comercial_id: [1, "Comercial del Administrador"],
4680
+ comercialitzadora: [1, "Tiny sprl"],
4681
+ comissio: false,
4682
+ comptador: false,
4683
+ comptadors: [],
4684
+ condicions_generals_id: false,
4685
+ contract_type: "01",
4686
+ cups: [66, "ES0112000000016454GQ0F"],
4687
+ cups_cp: [],
4688
+ cups_direccio: "AC Test 432 17820 (PINS (ELS))",
4689
+ cups_poblacio: [],
4690
+ data_alta: false,
4691
+ data_baixa: false,
4692
+ data_firma_contracte: "2020-12-10 22:51:52",
4693
+ data_tall: "",
4694
+ data_ultima_lectura: false,
4695
+ data_ultima_lectura_estimada: false,
4696
+ data_ultima_lectura_f1: false,
4697
+ debt_amount: false,
4698
+ deposit: false,
4699
+ direccio_notificacio: [
4700
+ 126,
4701
+ "MOSQUERA DA SILVA, ADORACION, AC. Test, 432 17820",
4702
+ ],
4703
+ direccio_pagament: [
4704
+ 126,
4705
+ "MOSQUERA DA SILVA, ADORACION, AC. Test, 432 17820",
4706
+ ],
4707
+ distri_phone: "987123456",
4708
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4709
+ email_notification: true,
4710
+ enviament: "email",
4711
+ expected_consumption: false,
4712
+ facturacio: 1,
4713
+ facturacio_distri: false,
4714
+ facturacio_endarrerida: false,
4715
+ facturacio_potencia: "icp",
4716
+ facturacio_suspesa: false,
4717
+ firmat: true,
4718
+ id: 73,
4719
+ is_autoconsum_collectiu: false,
4720
+ lectura_en_baja: false,
4721
+ llista_preu: [21, "Hola (EUR)"],
4722
+ log_ids: [106],
4723
+ lot_facturacio: false,
4724
+ modcontractual_activa: false,
4725
+ modcontractuals_ids: [],
4726
+ mode_facturacio: "atr",
4727
+ name: "00031",
4728
+ name_auto: true,
4729
+ no_cessio_sips: "unactive",
4730
+ no_cessio_sips_data: false,
4731
+ nocutoff: false,
4732
+ notificacio: "titular",
4733
+ notificacio_email: "doro@lapunxa.com",
4734
+ observacio_suspesa: false,
4735
+ observacions: "",
4736
+ pagador: [140, "MOSQUERA DA SILVA, ADORACION"],
4737
+ pagador_email: "doro@lapunxa.com",
4738
+ pagador_nif: "ES72042697G",
4739
+ pagador_sel: "titular",
4740
+ payment_mode_id: [8, "Domiciliat"],
4741
+ payment_term: false,
4742
+ peatge_directe: false,
4743
+ pending_amount: false,
4744
+ pending_state: false,
4745
+ persona_fisica: "NI",
4746
+ potencia: 5.716,
4747
+ potencies_periode: [86],
4748
+ print_observations: false,
4749
+ process_id: [5, "Bo Social"],
4750
+ property_unitat_potencia: [85, "kW/dia"],
4751
+ propietari_bank: "MOSQUERA DA SILVA, ADORACION",
4752
+ proxima_facturacio: false,
4753
+ ref_dist: false,
4754
+ refacturacio_pendent: false,
4755
+ related_attachments: [176, 177, 178, 179, 175],
4756
+ renovacio_auto: true,
4757
+ representante_id: false,
4758
+ sms_notification: false,
4759
+ state: "esborrany",
4760
+ state_post_facturacio: false,
4761
+ tarifa: [1, "2.0A"],
4762
+ tarifa_codi: "2.0A",
4763
+ tensio: 230,
4764
+ tensio_normalitzada: [6, "3x133/230"],
4765
+ tg: "2",
4766
+ tipo_pago: [6, "Recibo domiciliado"],
4767
+ tipus_vivenda: "habitual",
4768
+ titular: [140, "MOSQUERA DA SILVA, ADORACION"],
4769
+ titular_nif: "ES72042697G",
4770
+ trafo: false,
4771
+ unpaid_invoices: false,
4772
+ user_id: [1, "GISCE"],
4773
+ versio_primera_factura: false,
4774
+ },
4775
+ {
4776
+ ac_state: false,
4777
+ active: true,
4778
+ agree_dh: "E2",
4779
+ agree_tarifa: "2A",
4780
+ agree_tensio: "E0",
4781
+ agree_tipus: "05",
4782
+ altre_p: false,
4783
+ autoconsum_id: false,
4784
+ autoconsumo: "00",
4785
+ bank: [72, "ES21 2042 9504 1662 8877 4526"],
4786
+ bono_social_disponible: true,
4787
+ butlletins: [],
4788
+ cnae: [
4789
+ 986,
4790
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4791
+ ],
4792
+ codigo_promocional: false,
4793
+ coef_repartiment: 0.0,
4794
+ comercial_id: [1, "Comercial del Administrador"],
4795
+ comercialitzadora: [1, "Tiny sprl"],
4796
+ comissio: false,
4797
+ comptador: false,
4798
+ comptadors: [],
4799
+ condicions_generals_id: false,
4800
+ contract_type: "01",
4801
+ cups: [67, "ES0112000000013914DY0F"],
4802
+ cups_cp: [],
4803
+ cups_direccio: "AV Jaime I 21 17820 (BANYOLES)",
4804
+ cups_poblacio: [],
4805
+ data_alta: false,
4806
+ data_baixa: false,
4807
+ data_firma_contracte: false,
4808
+ data_tall: "",
4809
+ data_ultima_lectura: false,
4810
+ data_ultima_lectura_estimada: false,
4811
+ data_ultima_lectura_f1: false,
4812
+ debt_amount: false,
4813
+ deposit: false,
4814
+ direccio_notificacio: [127, "Mel Git, Hipolit, AV. Jaime I, 21 17820"],
4815
+ direccio_pagament: [127, "Mel Git, Hipolit, AV. Jaime I, 21 17820"],
4816
+ distri_phone: "987123456",
4817
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4818
+ email_notification: true,
4819
+ enviament: "email",
4820
+ expected_consumption: false,
4821
+ facturacio: 1,
4822
+ facturacio_distri: false,
4823
+ facturacio_endarrerida: false,
4824
+ facturacio_potencia: "icp",
4825
+ facturacio_suspesa: false,
4826
+ firmat: false,
4827
+ id: 74,
4828
+ is_autoconsum_collectiu: false,
4829
+ lectura_en_baja: false,
4830
+ llista_preu: [22, "Adeu (CHF)"],
4831
+ log_ids: [107],
4832
+ lot_facturacio: false,
4833
+ modcontractual_activa: false,
4834
+ modcontractuals_ids: [],
4835
+ mode_facturacio: "atr",
4836
+ name: "00032",
4837
+ name_auto: true,
4838
+ no_cessio_sips: "unactive",
4839
+ no_cessio_sips_data: false,
4840
+ nocutoff: false,
4841
+ notificacio: "titular",
4842
+ notificacio_email: "destanyol@gisce.net",
4843
+ observacio_suspesa: false,
4844
+ observacions: "",
4845
+ pagador: [141, "Mel Git, Hipolit"],
4846
+ pagador_email: "destanyol@gisce.net",
4847
+ pagador_nif: "ES55639196B",
4848
+ pagador_sel: "titular",
4849
+ payment_mode_id: [8, "Domiciliat"],
4850
+ payment_term: false,
4851
+ peatge_directe: false,
4852
+ pending_amount: false,
4853
+ pending_state: false,
4854
+ persona_fisica: "NI",
4855
+ potencia: 6.9,
4856
+ potencies_periode: [87],
4857
+ print_observations: false,
4858
+ process_id: [5, "Bo Social"],
4859
+ property_unitat_potencia: [85, "kW/dia"],
4860
+ propietari_bank: "Mel Git, Hipolit",
4861
+ proxima_facturacio: false,
4862
+ ref_dist: false,
4863
+ refacturacio_pendent: false,
4864
+ related_attachments: [180, 181, 182],
4865
+ renovacio_auto: true,
4866
+ representante_id: false,
4867
+ sms_notification: false,
4868
+ state: "esborrany",
4869
+ state_post_facturacio: false,
4870
+ tarifa: [3, "2.0DHA"],
4871
+ tarifa_codi: "2.0DHA",
4872
+ tensio: 230,
4873
+ tensio_normalitzada: [4, "230"],
4874
+ tg: "2",
4875
+ tipo_pago: [6, "Recibo domiciliado"],
4876
+ tipus_vivenda: "habitual",
4877
+ titular: [141, "Mel Git, Hipolit"],
4878
+ titular_nif: "ES55639196B",
4879
+ trafo: false,
4880
+ unpaid_invoices: false,
4881
+ user_id: [1, "GISCE"],
4882
+ versio_primera_factura: false,
4883
+ },
4884
+ {
4885
+ ac_state: false,
4886
+ active: true,
4887
+ agree_dh: "E2",
4888
+ agree_tarifa: "2A",
4889
+ agree_tensio: "E0",
4890
+ agree_tipus: "05",
4891
+ altre_p: false,
4892
+ autoconsum_id: false,
4893
+ autoconsumo: "00",
4894
+ bank: [107, "ES32 3179 7283 0929 7432 5421"],
4895
+ bono_social_disponible: false,
4896
+ butlletins: [],
4897
+ cnae: [
4898
+ 986,
4899
+ "9820 - Actividades de los hogares como productores de servicios para uso propio",
4900
+ ],
4901
+ codigo_promocional: false,
4902
+ coef_repartiment: 0.0,
4903
+ comercial_id: [1, "Comercial del Administrador"],
4904
+ comercialitzadora: [1, "Tiny sprl"],
4905
+ comissio: false,
4906
+ comptador: false,
4907
+ comptadors: [],
4908
+ condicions_generals_id: false,
4909
+ contract_type: "01",
4910
+ cups: [68, "ES0112000000015916GF0F"],
4911
+ cups_cp: [],
4912
+ cups_direccio: "BO Test 43 17820 (LIÓ)",
4913
+ cups_poblacio: [],
4914
+ data_alta: "2021-02-15",
4915
+ data_baixa: false,
4916
+ data_firma_contracte: "2021-02-15 13:30:00",
4917
+ data_tall: "",
4918
+ data_ultima_lectura: false,
4919
+ data_ultima_lectura_estimada: false,
4920
+ data_ultima_lectura_f1: false,
4921
+ debt_amount: 0.0,
4922
+ deposit: false,
4923
+ direccio_notificacio: [146, "abadsdsfAV. sfd"],
4924
+ direccio_pagament: [146, "abadsdsfAV. sfd"],
4925
+ distri_phone: "987123456",
4926
+ distribuidora: [62, "AGRI ENERGIA ELECTRICA, S.A.1"],
4927
+ email_notification: true,
4928
+ enviament: "email",
4929
+ expected_consumption: 0.0,
4930
+ facturacio: 1,
4931
+ facturacio_distri: false,
4932
+ facturacio_endarrerida: true,
4933
+ facturacio_potencia: "icp",
4934
+ facturacio_suspesa: false,
4935
+ firmat: true,
4936
+ id: 78,
4937
+ is_autoconsum_collectiu: false,
4938
+ lectura_en_baja: false,
4939
+ llista_preu: [23, "Hola bipartit (EUR)"],
4940
+ log_ids: [114, 149, 150, 167, 168],
4941
+ lot_facturacio: false,
4942
+ modcontractual_activa: [29, "2"],
4943
+ modcontractuals_ids: [29, 25],
4944
+ mode_facturacio: "atr",
4945
+ name: "00034",
4946
+ name_auto: true,
4947
+ no_cessio_sips: "unactive",
4948
+ no_cessio_sips_data: false,
4949
+ nocutoff: false,
4950
+ notificacio: "titular",
4951
+ notificacio_email: false,
4952
+ observacio_suspesa: false,
4953
+ observacions: "",
4954
+ pagador: [149, "Clean and iron"],
4955
+ pagador_email: false,
4956
+ pagador_nif: "ESF48508139",
4957
+ pagador_sel: "titular",
4958
+ payment_mode_id: [8, "Domiciliat"],
4959
+ payment_term: false,
4960
+ peatge_directe: false,
4961
+ pending_amount: 0.0,
4962
+ pending_state: "Correcte",
4963
+ persona_fisica: "CI",
4964
+ potencia: 4.4,
4965
+ potencies_periode: [140],
4966
+ print_observations: false,
4967
+ process_id: [1, "Default Process"],
4968
+ property_unitat_potencia: [85, "kW/dia"],
4969
+ propietari_bank: "Berloso Clarà, Eduard",
4970
+ proxima_facturacio: false,
4971
+ ref_dist: false,
4972
+ refacturacio_pendent: false,
4973
+ related_attachments: [323, 205, 206, 207, 208, 209],
4974
+ renovacio_auto: true,
4975
+ representante_id: [148, "Berloso, Eduard"],
4976
+ sms_notification: false,
4977
+ state: "activa",
4978
+ state_post_facturacio: false,
4979
+ tarifa: [3, "2.0DHA"],
4980
+ tarifa_codi: "2.0DHA",
4981
+ tensio: 230,
4982
+ tensio_normalitzada: [4, "230"],
4983
+ tg: "2",
4984
+ tipo_pago: [6, "Recibo domiciliado"],
4985
+ tipus_vivenda: "habitual",
4986
+ titular: [149, "Clean and iron"],
4987
+ titular_nif: "ESF48508139",
4988
+ trafo: 0.0,
4989
+ unpaid_invoices: false,
4990
+ user_id: [1, "GISCE"],
4991
+ versio_primera_factura: false,
4992
+ },
4993
+ ],
4994
+ };
4995
+
4996
+ export default Polissa;