imbric-theme 0.3.3 → 0.3.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (116) hide show
  1. package/.storybook/main.js +1 -1
  2. package/atoms/AlertModal/AlertModal.js +77 -0
  3. package/atoms/AlertModal/AlertModal.module.css +3 -0
  4. package/atoms/AlertModal/AlertModal.stories.js +30 -0
  5. package/atoms/AlertModal/constants.js +4 -0
  6. package/atoms/AlertModal/index.js +3 -0
  7. package/atoms/Button/Button.js +5 -2
  8. package/atoms/Button/Button.module.css +6 -3
  9. package/atoms/Checkbox/Checkbox.js +49 -0
  10. package/atoms/Checkbox/Checkbox.module.css +3 -0
  11. package/atoms/Checkbox/Checkbox.stories.js +28 -0
  12. package/atoms/Checkbox/constants.js +1 -0
  13. package/atoms/Checkbox/index.js +3 -0
  14. package/atoms/Heading/Heading.js +1 -1
  15. package/atoms/Heading/Heading.module.css +4 -0
  16. package/atoms/Heading/constants.js +1 -1
  17. package/atoms/Icon/constants.js +30 -6
  18. package/atoms/Icon/file-download-svgrepo-com.svg +13 -0
  19. package/atoms/Input/Input.js +21 -5
  20. package/atoms/Input/Input.module.css +26 -6
  21. package/atoms/Input/Input.stories.js +8 -2
  22. package/atoms/Input/__snapshots__/Input.stories.js.snap +5 -5
  23. package/atoms/Input/constants.js +1 -1
  24. package/atoms/Label/Label.js +31 -0
  25. package/atoms/Label/Label.module.css +38 -0
  26. package/atoms/Label/Label.stories.js +26 -0
  27. package/atoms/Label/constants.js +1 -0
  28. package/atoms/Label/index.js +3 -0
  29. package/atoms/Paragraph/Paragraph.module.css +4 -0
  30. package/index.js +20 -1
  31. package/jest.config.js +1 -1
  32. package/layout/DynamicTable/DynamicTable.js +207 -0
  33. package/layout/DynamicTable/DynamicTable.module.css +62 -0
  34. package/layout/DynamicTable/DynamicTable.stories.js +30 -0
  35. package/layout/DynamicTable/constants.js +840 -0
  36. package/layout/DynamicTable/index.js +3 -0
  37. package/layout/Navbar/Navbar.js +19 -11
  38. package/layout/Navbar/Navbar.module.css +4 -2
  39. package/layout/Navbar/Navbar.stories.js +2 -1
  40. package/layout/Sidebar/Sidebar.module.css +1 -0
  41. package/molecules/CheckList/CheckList.js +135 -0
  42. package/molecules/CheckList/CheckList.module.css +94 -0
  43. package/molecules/CheckList/CheckList.stories.js +25 -0
  44. package/molecules/CheckList/constants.js +23 -0
  45. package/molecules/CheckList/index.js +3 -0
  46. package/molecules/ColumnTable/ColumnTable.js +123 -0
  47. package/molecules/ColumnTable/ColumnTable.module.css +9 -0
  48. package/molecules/ColumnTable/ColumnTable.stories.js +29 -0
  49. package/molecules/ColumnTable/constants.js +1 -0
  50. package/molecules/ColumnTable/index.js +3 -0
  51. package/molecules/DatePicker/DatePicker.js +223 -0
  52. package/molecules/DatePicker/DatePicker.module.css +38 -0
  53. package/molecules/DatePicker/DatePicker.stories.js +23 -0
  54. package/molecules/DatePicker/constants.js +3 -0
  55. package/molecules/DatePicker/index.js +3 -0
  56. package/molecules/Dropdown/Dropdown.js +25 -22
  57. package/molecules/Dropdown/Dropdown.module.css +21 -3
  58. package/molecules/DynamicSelect/DynamicSelect.js +109 -0
  59. package/molecules/DynamicSelect/DynamicSelect.module.css +10 -0
  60. package/molecules/DynamicSelect/DynamicSelect.stories.js +32 -0
  61. package/molecules/DynamicSelect/constants.js +7 -0
  62. package/molecules/DynamicSelect/index.js +3 -0
  63. package/molecules/Error/Error.js +2 -2
  64. package/molecules/Error/Error.module.css +3 -2
  65. package/molecules/RowTable/RowTable.js +22 -0
  66. package/molecules/RowTable/RowTable.module.css +3 -0
  67. package/molecules/RowTable/RowTable.stories.js +23 -0
  68. package/molecules/RowTable/constants.js +1 -0
  69. package/molecules/RowTable/index.js +3 -0
  70. package/package.json +8 -1
  71. package/pages/Login/Login.js +102 -0
  72. package/pages/Login/Login.module.css +5 -0
  73. package/pages/Login/Login.stories.js +23 -0
  74. package/pages/Login/constants.js +1 -0
  75. package/pages/Login/index.js +3 -0
  76. package/pages/Login/validation/loginSchema.js +5 -0
  77. package/public/static/logologin.svg +16 -0
  78. package/scripts/create-component.js +2 -1
  79. package/storybook-static/0.263f852f.iframe.bundle.js +1 -0
  80. package/storybook-static/0.91dbd3f3aa2099d25061.manager.bundle.js +1 -0
  81. package/storybook-static/1.17e9ac7e.iframe.bundle.js +3 -0
  82. package/storybook-static/1.17e9ac7e.iframe.bundle.js.LICENSE.txt +8 -0
  83. package/storybook-static/1.17e9ac7e.iframe.bundle.js.map +1 -0
  84. package/storybook-static/2.cc4000c2.iframe.bundle.js +1 -0
  85. package/storybook-static/3.e9f95d01.iframe.bundle.js +1 -0
  86. package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js +2 -0
  87. package/storybook-static/4.be0a752c9f5176d6eec1.manager.bundle.js.LICENSE.txt +8 -0
  88. package/storybook-static/5.8efdde123acaf8fbb100.manager.bundle.js +1 -0
  89. package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js +2 -0
  90. package/storybook-static/6.2f82294ae0b087aecb24.manager.bundle.js.LICENSE.txt +12 -0
  91. package/storybook-static/7.97068037.iframe.bundle.js +1 -0
  92. package/storybook-static/7.fa9452d2609e8a00f314.manager.bundle.js +1 -0
  93. package/storybook-static/8.66f5ef1c66fc4628f127.manager.bundle.js +1 -0
  94. package/storybook-static/8.b545d602.iframe.bundle.js +3 -0
  95. package/storybook-static/8.b545d602.iframe.bundle.js.LICENSE.txt +12 -0
  96. package/storybook-static/8.b545d602.iframe.bundle.js.map +1 -0
  97. package/storybook-static/9.269ed917.iframe.bundle.js +1 -0
  98. package/storybook-static/favicon.ico +0 -0
  99. package/storybook-static/iframe.html +348 -0
  100. package/storybook-static/index.html +59 -0
  101. package/storybook-static/main.157061c9.iframe.bundle.js +1 -0
  102. package/storybook-static/main.5a07347846ccf2d7e5dc.manager.bundle.js +1 -0
  103. package/storybook-static/runtime~main.a14e6e62.iframe.bundle.js +1 -0
  104. package/storybook-static/runtime~main.f78c3fae275fc212c109.manager.bundle.js +1 -0
  105. package/storybook-static/static/logo.svg +19 -0
  106. package/storybook-static/static/logologin.svg +16 -0
  107. package/storybook-static/static/logotipo.svg +50 -0
  108. package/storybook-static/static/logotipoS.svg +26 -0
  109. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js +3 -0
  110. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.LICENSE.txt +110 -0
  111. package/storybook-static/vendors~main.720e76f4.iframe.bundle.js.map +1 -0
  112. package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js +2 -0
  113. package/storybook-static/vendors~main.fcd0b2a3431ddf75f5f7.manager.bundle.js.LICENSE.txt +101 -0
  114. package/styles/globals.css +592 -0
  115. package/styles/tokens.css +2 -1
  116. package/tokens/index.js +2 -1
@@ -0,0 +1,840 @@
1
+ export const options = {
2
+
3
+ bookings: [
4
+ {
5
+ id: 346248956,
6
+ idUser: 146280,
7
+ idAuthorization: 817457,
8
+ status: 30,
9
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
10
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
11
+ timeBookingStartRealTimestamp: 1653559804000,
12
+ asap: true,
13
+ paymentMethod: 50,
14
+ entryChannel: 15,
15
+ idSupplierFleet: 57,
16
+ idSupplier: 57,
17
+ distanceMeters: 10501,
18
+ durationMinutes: 0,
19
+ location: "MADRID",
20
+ passengerName: "Alberto Alvarez Gonzalez",
21
+ phoneNumberPassenger: "453654654",
22
+ phoneNumberTaxiDriver: "600000000",
23
+ idSupplierTax: "11",
24
+ idSupplierServic: "15828",
25
+ cancelledWithCharg: false,
26
+ priceCustomer: "25.00000",
27
+ priceSupplier: "25.00000",
28
+ phoneNumberSupplier: "676800672",
29
+ idAuthorizationGroup: 335,
30
+ supplierTaxiDescription: "Seat León | 4",
31
+ subscriberCode: "6300",
32
+ userNumber: "93271095",
33
+ idService: 1946195318,
34
+ shared: false,
35
+ timeZone: "Europe/Madrid",
36
+ notes: "2022-05-26 10:10:03 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:10:03 | 33 | SYSTEM | 114 | El número de vuelo es a.\n2022-05-26 10:10:03 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:10:12 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:10:12 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15828\n2022-05-26 10:10:44 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 25 EUR establecido por SPARTAN (25.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:10:44 | 33 | SYSTEM | 145 | Recibo enviado KO - 25€ + 0€ (peaje)",
37
+ tollCustomer: 0.00000,
38
+ tollSupplier: 0.00000,
39
+ paymentMethodCustomer: 4,
40
+ createdBy: 146280,
41
+ bookingBreakTitle1: "Evento",
42
+ bookingBreakTitle2: "Descripción actuación",
43
+ bookingBreakTitle3: "Centro de coste",
44
+ bookingBreakTitle4: "CIF visita comercial",
45
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
46
+ bookingBreakValue2: "a",
47
+ bookingBreakValue3: "",
48
+ bookingBreakValue4: "02661135N",
49
+ authorizationBreakTitle1: "Num.Empleado",
50
+ authorizationBreakTitle2: "Centro Empleado",
51
+ authorizationBreakTitle3: "ID Empresa",
52
+ authorizationBreakTitle7: "Nombre de la empresa",
53
+ authorizationBreakValue1: "U0193271",
54
+ authorizationBreakValue2: "5570",
55
+ authorizationBreakValue3: "95",
56
+ authorizationBreakValue5: "SC",
57
+ authorizationBreakValue6: "U0193271095",
58
+ authorizationBreakValue7: "FACILITIES"
59
+ },
60
+ {
61
+ id: 346248955,
62
+ idUser: 146280,
63
+ idAuthorization: 817457,
64
+ status: 30,
65
+ originAddressField: "Estación de Chamartín, Madrid, España",
66
+ destinationAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
67
+ timeBookingStartRealTimestamp: 1653559749000,
68
+ asap: true,
69
+ paymentMethod: 50,
70
+ entryChannel: 15,
71
+ idSupplierFleet: 57,
72
+ idSupplier: 57,
73
+ distanceMeters: 10501,
74
+ durationMinutes: 0,
75
+ location: "MADRID",
76
+ passengerName: "Zombre Apellido1 Apellido2",
77
+ phoneNumberPassenger: "453654654",
78
+ phoneNumberTaxiDriver: "600000000",
79
+ idSupplierTaxi: "11",
80
+ idSupplierService: "15827",
81
+ cancelledWithCharge: false,
82
+ priceCustomer: "22.50000",
83
+ priceSupplier: "22.50000",
84
+ phoneNumberSupplier: "676800672",
85
+ idAuthorizationGroup: 335,
86
+ supplierTaxiDescription: "Seat León | 4",
87
+ subscriberCode: "6300",
88
+ userNumber: "93271095",
89
+ idService: 1946195317,
90
+ shared: false,
91
+ timeZone: "Europe/Madrid",
92
+ notes: "2022-05-26 10:09:09 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:09:09 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:09:09 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:09:18 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:09:18 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15827\n2022-05-26 10:09:51 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 22.5 EUR establecido por SPARTAN (22.5 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:09:52 | 33 | SYSTEM | 145 | Recibo enviado KO - 22.5€ + 0€ (peaje)",
93
+ tollCustomer: 0.00000,
94
+ tollSupplier: 0.00000,
95
+ paymentMethodCustomer: 4,
96
+ createdBy: 146280,
97
+ bookingBreakTitle1: "Evento",
98
+ bookingBreakTitle2: "Descripción actuación",
99
+ bookingBreakTitle3: "Centro de coste",
100
+ bookingBreakTitle4: "CIF visita comercial",
101
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
102
+ bookingBreakValue2: "sasasa",
103
+ bookingBreakValue3: "",
104
+ bookingBreakValue4: "02661135N",
105
+ authorizationBreakTitle1: "Num.Empleado",
106
+ authorizationBreakTitle2: "Centro Empleado",
107
+ authorizationBreakTitle3: "ID Empresa",
108
+ authorizationBreakTitle7: "Nombre de la empresa",
109
+ authorizationBreakValue1: "U0193271",
110
+ authorizationBreakValue2: "5570",
111
+ authorizationBreakValue3: "95",
112
+ authorizationBreakValue5: "SC",
113
+ authorizationBreakValue6: "U0193271095",
114
+ authorizationBreakValue7: "FACILITIES"
115
+ },
116
+ {
117
+ id: 346248954,
118
+ idUser: 146280,
119
+ idAuthorization: 817457,
120
+ status: 30,
121
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
122
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
123
+ timeBookingStartRealTimestamp: 1653559603000,
124
+ asap: true,
125
+ paymentMethod: 50,
126
+ entryChannel: 15,
127
+ idSupplierFleet: 57,
128
+ idSupplier: 57,
129
+ distanceMeters: 10501,
130
+ durationMinutes: 0,
131
+ location: "MADRID",
132
+ passengerName: "Sandra Vicente Garcia",
133
+ phoneNumberPassenger: "453654654",
134
+ phoneNumberTaxiDriver: "600000000",
135
+ idSupplierTaxi: "11",
136
+ idSupplierService: "15826",
137
+ cancelledWithCharge: false,
138
+ priceCustomer: "23.00000",
139
+ priceSupplier: "23.00000",
140
+ phoneNumberSupplier: "676800672",
141
+ idAuthorizationGroup: 335,
142
+ supplierTaxiDescription: "Seat León | 4",
143
+ subscriberCode: "6300",
144
+ userNumber: "93271095",
145
+ idService: 1946195316,
146
+ shared: false,
147
+ timeZone: "Europe/Madrid",
148
+ notes: "2022-05-26 10:06:42 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:06:42 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:06:42 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:06:51 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:06:51 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15826\n2022-05-26 10:08:15 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 23 EUR establecido por SPARTAN (23.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:08:16 | 33 | SYSTEM | 145 | Recibo enviado KO - 23€ + 0€ (peaje)",
149
+ tollCustomer: 0.00000,
150
+ tollSupplier: 0.00000,
151
+ paymentMethodCustomer: 4,
152
+ createdBy: 146280,
153
+ bookingBreakTitle1: "Evento",
154
+ bookingBreakTitle2: "Descripción actuación",
155
+ bookingBreakTitle3: "Centro de coste",
156
+ bookingBreakTitle4: "CIF visita comercial",
157
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
158
+ bookingBreakValue2: "sasasa",
159
+ bookingBreakValue3: "",
160
+ bookingBreakValue4: "02661135N",
161
+ authorizationBreakTitle1: "Num.Empleado",
162
+ authorizationBreakTitle2: "Centro Empleado",
163
+ authorizationBreakTitle3: "ID Empresa",
164
+ authorizationBreakTitle7: "Nombre de la empresa",
165
+ authorizationBreakValue1: "U0193271",
166
+ authorizationBreakValue2: "5570",
167
+ authorizationBreakValue3: "95",
168
+ authorizationBreakValue5: "SC",
169
+ authorizationBreakValue6: "U0193271095",
170
+ authorizationBreakValue7: "FACILITIES"
171
+ },
172
+ {
173
+ id: 346248956,
174
+ idUser: 146280,
175
+ idAuthorization: 817457,
176
+ status: 30,
177
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
178
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
179
+ timeBookingStartRealTimestamp: 1653559804000,
180
+ asap: true,
181
+ paymentMethod: 50,
182
+ entryChannel: 15,
183
+ idSupplierFleet: 57,
184
+ idSupplier: 57,
185
+ distanceMeters: 10501,
186
+ durationMinutes: 0,
187
+ location: "MADRID",
188
+ passengerName: "Alberto Alvarez Gonzalez",
189
+ phoneNumberPassenger: "453654654",
190
+ phoneNumberTaxiDriver: "600000000",
191
+ idSupplierTax: "11",
192
+ idSupplierServic: "15828",
193
+ cancelledWithCharg: false,
194
+ priceCustomer: "25.00000",
195
+ priceSupplier: "25.00000",
196
+ phoneNumberSupplier: "676800672",
197
+ idAuthorizationGroup: 335,
198
+ supplierTaxiDescription: "Seat León | 4",
199
+ subscriberCode: "6300",
200
+ userNumber: "93271095",
201
+ idService: 1946195318,
202
+ shared: false,
203
+ timeZone: "Europe/Madrid",
204
+ notes: "2022-05-26 10:10:03 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:10:03 | 33 | SYSTEM | 114 | El número de vuelo es a.\n2022-05-26 10:10:03 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:10:12 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:10:12 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15828\n2022-05-26 10:10:44 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 25 EUR establecido por SPARTAN (25.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:10:44 | 33 | SYSTEM | 145 | Recibo enviado KO - 25€ + 0€ (peaje)",
205
+ tollCustomer: 0.00000,
206
+ tollSupplier: 0.00000,
207
+ paymentMethodCustomer: 4,
208
+ createdBy: 146280,
209
+ bookingBreakTitle1: "Evento",
210
+ bookingBreakTitle2: "Descripción actuación",
211
+ bookingBreakTitle3: "Centro de coste",
212
+ bookingBreakTitle4: "CIF visita comercial",
213
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
214
+ bookingBreakValue2: "a",
215
+ bookingBreakValue3: "",
216
+ bookingBreakValue4: "02661135N",
217
+ authorizationBreakTitle1: "Num.Empleado",
218
+ authorizationBreakTitle2: "Centro Empleado",
219
+ authorizationBreakTitle3: "ID Empresa",
220
+ authorizationBreakTitle7: "Nombre de la empresa",
221
+ authorizationBreakValue1: "U0193271",
222
+ authorizationBreakValue2: "5570",
223
+ authorizationBreakValue3: "95",
224
+ authorizationBreakValue5: "SC",
225
+ authorizationBreakValue6: "U0193271095",
226
+ authorizationBreakValue7: "FACILITIES"
227
+ },
228
+ {
229
+ id: 346248955,
230
+ idUser: 146280,
231
+ idAuthorization: 817457,
232
+ status: 30,
233
+ originAddressField: "Estación de Chamartín, Madrid, España",
234
+ destinationAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
235
+ timeBookingStartRealTimestamp: 1653559749000,
236
+ asap: true,
237
+ paymentMethod: 50,
238
+ entryChannel: 15,
239
+ idSupplierFleet: 57,
240
+ idSupplier: 57,
241
+ distanceMeters: 10501,
242
+ durationMinutes: 0,
243
+ location: "MADRID",
244
+ passengerName: "Zombre Apellido1 Apellido2",
245
+ phoneNumberPassenger: "453654654",
246
+ phoneNumberTaxiDriver: "600000000",
247
+ idSupplierTaxi: "11",
248
+ idSupplierService: "15827",
249
+ cancelledWithCharge: false,
250
+ priceCustomer: "22.50000",
251
+ priceSupplier: "22.50000",
252
+ phoneNumberSupplier: "676800672",
253
+ idAuthorizationGroup: 335,
254
+ supplierTaxiDescription: "Seat León | 4",
255
+ subscriberCode: "6300",
256
+ userNumber: "93271095",
257
+ idService: 1946195317,
258
+ shared: false,
259
+ timeZone: "Europe/Madrid",
260
+ notes: "2022-05-26 10:09:09 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:09:09 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:09:09 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:09:18 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:09:18 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15827\n2022-05-26 10:09:51 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 22.5 EUR establecido por SPARTAN (22.5 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:09:52 | 33 | SYSTEM | 145 | Recibo enviado KO - 22.5€ + 0€ (peaje)",
261
+ tollCustomer: 0.00000,
262
+ tollSupplier: 0.00000,
263
+ paymentMethodCustomer: 4,
264
+ createdBy: 146280,
265
+ bookingBreakTitle1: "Evento",
266
+ bookingBreakTitle2: "Descripción actuación",
267
+ bookingBreakTitle3: "Centro de coste",
268
+ bookingBreakTitle4: "CIF visita comercial",
269
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
270
+ bookingBreakValue2: "sasasa",
271
+ bookingBreakValue3: "",
272
+ bookingBreakValue4: "02661135N",
273
+ authorizationBreakTitle1: "Num.Empleado",
274
+ authorizationBreakTitle2: "Centro Empleado",
275
+ authorizationBreakTitle3: "ID Empresa",
276
+ authorizationBreakTitle7: "Nombre de la empresa",
277
+ authorizationBreakValue1: "U0193271",
278
+ authorizationBreakValue2: "5570",
279
+ authorizationBreakValue3: "95",
280
+ authorizationBreakValue5: "SC",
281
+ authorizationBreakValue6: "U0193271095",
282
+ authorizationBreakValue7: "FACILITIES"
283
+ },
284
+ {
285
+ id: 346248954,
286
+ idUser: 146280,
287
+ idAuthorization: 817457,
288
+ status: 30,
289
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
290
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
291
+ timeBookingStartRealTimestamp: 1653559603000,
292
+ asap: true,
293
+ paymentMethod: 50,
294
+ entryChannel: 15,
295
+ idSupplierFleet: 57,
296
+ idSupplier: 57,
297
+ distanceMeters: 10501,
298
+ durationMinutes: 0,
299
+ location: "MADRID",
300
+ passengerName: "Sandra Vicente Garcia",
301
+ phoneNumberPassenger: "453654654",
302
+ phoneNumberTaxiDriver: "600000000",
303
+ idSupplierTaxi: "11",
304
+ idSupplierService: "15826",
305
+ cancelledWithCharge: false,
306
+ priceCustomer: "23.00000",
307
+ priceSupplier: "23.00000",
308
+ phoneNumberSupplier: "676800672",
309
+ idAuthorizationGroup: 335,
310
+ supplierTaxiDescription: "Seat León | 4",
311
+ subscriberCode: "6300",
312
+ userNumber: "93271095",
313
+ idService: 1946195316,
314
+ shared: false,
315
+ timeZone: "Europe/Madrid",
316
+ notes: "2022-05-26 10:06:42 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:06:42 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:06:42 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:06:51 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:06:51 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15826\n2022-05-26 10:08:15 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 23 EUR establecido por SPARTAN (23.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:08:16 | 33 | SYSTEM | 145 | Recibo enviado KO - 23€ + 0€ (peaje)",
317
+ tollCustomer: 0.00000,
318
+ tollSupplier: 0.00000,
319
+ paymentMethodCustomer: 4,
320
+ createdBy: 146280,
321
+ bookingBreakTitle1: "Evento",
322
+ bookingBreakTitle2: "Descripción actuación",
323
+ bookingBreakTitle3: "Centro de coste",
324
+ bookingBreakTitle4: "CIF visita comercial",
325
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
326
+ bookingBreakValue2: "sasasa",
327
+ bookingBreakValue3: "",
328
+ bookingBreakValue4: "02661135N",
329
+ authorizationBreakTitle1: "Num.Empleado",
330
+ authorizationBreakTitle2: "Centro Empleado",
331
+ authorizationBreakTitle3: "ID Empresa",
332
+ authorizationBreakTitle7: "Nombre de la empresa",
333
+ authorizationBreakValue1: "U0193271",
334
+ authorizationBreakValue2: "5570",
335
+ authorizationBreakValue3: "95",
336
+ authorizationBreakValue5: "SC",
337
+ authorizationBreakValue6: "U0193271095",
338
+ authorizationBreakValue7: "FACILITIES"
339
+ },
340
+ {
341
+ id: 346248956,
342
+ idUser: 146280,
343
+ idAuthorization: 817457,
344
+ status: 30,
345
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
346
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
347
+ timeBookingStartRealTimestamp: 1653559804000,
348
+ asap: true,
349
+ paymentMethod: 50,
350
+ entryChannel: 15,
351
+ idSupplierFleet: 57,
352
+ idSupplier: 57,
353
+ distanceMeters: 10501,
354
+ durationMinutes: 0,
355
+ location: "MADRID",
356
+ passengerName: "Alberto Alvarez Gonzalez",
357
+ phoneNumberPassenger: "453654654",
358
+ phoneNumberTaxiDriver: "600000000",
359
+ idSupplierTax: "11",
360
+ idSupplierServic: "15828",
361
+ cancelledWithCharg: false,
362
+ priceCustomer: "25.00000",
363
+ priceSupplier: "25.00000",
364
+ phoneNumberSupplier: "676800672",
365
+ idAuthorizationGroup: 335,
366
+ supplierTaxiDescription: "Seat León | 4",
367
+ subscriberCode: "6300",
368
+ userNumber: "93271095",
369
+ idService: 1946195318,
370
+ shared: false,
371
+ timeZone: "Europe/Madrid",
372
+ notes: "2022-05-26 10:10:03 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:10:03 | 33 | SYSTEM | 114 | El número de vuelo es a.\n2022-05-26 10:10:03 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:10:12 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:10:12 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15828\n2022-05-26 10:10:44 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 25 EUR establecido por SPARTAN (25.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:10:44 | 33 | SYSTEM | 145 | Recibo enviado KO - 25€ + 0€ (peaje)",
373
+ tollCustomer: 0.00000,
374
+ tollSupplier: 0.00000,
375
+ paymentMethodCustomer: 4,
376
+ createdBy: 146280,
377
+ bookingBreakTitle1: "Evento",
378
+ bookingBreakTitle2: "Descripción actuación",
379
+ bookingBreakTitle3: "Centro de coste",
380
+ bookingBreakTitle4: "CIF visita comercial",
381
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
382
+ bookingBreakValue2: "a",
383
+ bookingBreakValue3: "",
384
+ bookingBreakValue4: "02661135N",
385
+ authorizationBreakTitle1: "Num.Empleado",
386
+ authorizationBreakTitle2: "Centro Empleado",
387
+ authorizationBreakTitle3: "ID Empresa",
388
+ authorizationBreakTitle7: "Nombre de la empresa",
389
+ authorizationBreakValue1: "U0193271",
390
+ authorizationBreakValue2: "5570",
391
+ authorizationBreakValue3: "95",
392
+ authorizationBreakValue5: "SC",
393
+ authorizationBreakValue6: "U0193271095",
394
+ authorizationBreakValue7: "FACILITIES"
395
+ },
396
+ {
397
+ id: 346248955,
398
+ idUser: 146280,
399
+ idAuthorization: 817457,
400
+ status: 30,
401
+ originAddressField: "Estación de Chamartín, Madrid, España",
402
+ destinationAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
403
+ timeBookingStartRealTimestamp: 1653559749000,
404
+ asap: true,
405
+ paymentMethod: 50,
406
+ entryChannel: 15,
407
+ idSupplierFleet: 57,
408
+ idSupplier: 57,
409
+ distanceMeters: 10501,
410
+ durationMinutes: 0,
411
+ location: "MADRID",
412
+ passengerName: "Zombre Apellido1 Apellido2",
413
+ phoneNumberPassenger: "453654654",
414
+ phoneNumberTaxiDriver: "600000000",
415
+ idSupplierTaxi: "11",
416
+ idSupplierService: "15827",
417
+ cancelledWithCharge: false,
418
+ priceCustomer: "22.50000",
419
+ priceSupplier: "22.50000",
420
+ phoneNumberSupplier: "676800672",
421
+ idAuthorizationGroup: 335,
422
+ supplierTaxiDescription: "Seat León | 4",
423
+ subscriberCode: "6300",
424
+ userNumber: "93271095",
425
+ idService: 1946195317,
426
+ shared: false,
427
+ timeZone: "Europe/Madrid",
428
+ notes: "2022-05-26 10:09:09 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:09:09 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:09:09 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:09:18 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:09:18 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15827\n2022-05-26 10:09:51 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 22.5 EUR establecido por SPARTAN (22.5 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:09:52 | 33 | SYSTEM | 145 | Recibo enviado KO - 22.5€ + 0€ (peaje)",
429
+ tollCustomer: 0.00000,
430
+ tollSupplier: 0.00000,
431
+ paymentMethodCustomer: 4,
432
+ createdBy: 146280,
433
+ bookingBreakTitle1: "Evento",
434
+ bookingBreakTitle2: "Descripción actuación",
435
+ bookingBreakTitle3: "Centro de coste",
436
+ bookingBreakTitle4: "CIF visita comercial",
437
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
438
+ bookingBreakValue2: "sasasa",
439
+ bookingBreakValue3: "",
440
+ bookingBreakValue4: "02661135N",
441
+ authorizationBreakTitle1: "Num.Empleado",
442
+ authorizationBreakTitle2: "Centro Empleado",
443
+ authorizationBreakTitle3: "ID Empresa",
444
+ authorizationBreakTitle7: "Nombre de la empresa",
445
+ authorizationBreakValue1: "U0193271",
446
+ authorizationBreakValue2: "5570",
447
+ authorizationBreakValue3: "95",
448
+ authorizationBreakValue5: "SC",
449
+ authorizationBreakValue6: "U0193271095",
450
+ authorizationBreakValue7: "FACILITIES"
451
+ },
452
+ {
453
+ id: 346248954,
454
+ idUser: 146280,
455
+ idAuthorization: 817457,
456
+ status: 30,
457
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
458
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
459
+ timeBookingStartRealTimestamp: 1653559603000,
460
+ asap: true,
461
+ paymentMethod: 50,
462
+ entryChannel: 15,
463
+ idSupplierFleet: 57,
464
+ idSupplier: 57,
465
+ distanceMeters: 10501,
466
+ durationMinutes: 0,
467
+ location: "MADRID",
468
+ passengerName: "Sandra Vicente Garcia",
469
+ phoneNumberPassenger: "453654654",
470
+ phoneNumberTaxiDriver: "600000000",
471
+ idSupplierTaxi: "11",
472
+ idSupplierService: "15826",
473
+ cancelledWithCharge: false,
474
+ priceCustomer: "23.00000",
475
+ priceSupplier: "23.00000",
476
+ phoneNumberSupplier: "676800672",
477
+ idAuthorizationGroup: 335,
478
+ supplierTaxiDescription: "Seat León | 4",
479
+ subscriberCode: "6300",
480
+ userNumber: "93271095",
481
+ idService: 1946195316,
482
+ shared: false,
483
+ timeZone: "Europe/Madrid",
484
+ notes: "2022-05-26 10:06:42 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:06:42 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:06:42 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:06:51 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:06:51 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15826\n2022-05-26 10:08:15 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 23 EUR establecido por SPARTAN (23.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:08:16 | 33 | SYSTEM | 145 | Recibo enviado KO - 23€ + 0€ (peaje)",
485
+ tollCustomer: 0.00000,
486
+ tollSupplier: 0.00000,
487
+ paymentMethodCustomer: 4,
488
+ createdBy: 146280,
489
+ bookingBreakTitle1: "Evento",
490
+ bookingBreakTitle2: "Descripción actuación",
491
+ bookingBreakTitle3: "Centro de coste",
492
+ bookingBreakTitle4: "CIF visita comercial",
493
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
494
+ bookingBreakValue2: "sasasa",
495
+ bookingBreakValue3: "",
496
+ bookingBreakValue4: "02661135N",
497
+ authorizationBreakTitle1: "Num.Empleado",
498
+ authorizationBreakTitle2: "Centro Empleado",
499
+ authorizationBreakTitle3: "ID Empresa",
500
+ authorizationBreakTitle7: "Nombre de la empresa",
501
+ authorizationBreakValue1: "U0193271",
502
+ authorizationBreakValue2: "5570",
503
+ authorizationBreakValue3: "95",
504
+ authorizationBreakValue5: "SC",
505
+ authorizationBreakValue6: "U0193271095",
506
+ authorizationBreakValue7: "FACILITIES"
507
+ },
508
+ {
509
+ id: 346248956,
510
+ idUser: 146280,
511
+ idAuthorization: 817457,
512
+ status: 30,
513
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
514
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
515
+ timeBookingStartRealTimestamp: 1653559804000,
516
+ asap: true,
517
+ paymentMethod: 50,
518
+ entryChannel: 15,
519
+ idSupplierFleet: 57,
520
+ idSupplier: 57,
521
+ distanceMeters: 10501,
522
+ durationMinutes: 0,
523
+ location: "MADRID",
524
+ passengerName: "Alberto Alvarez Gonzalez",
525
+ phoneNumberPassenger: "453654654",
526
+ phoneNumberTaxiDriver: "600000000",
527
+ idSupplierTax: "11",
528
+ idSupplierServic: "15828",
529
+ cancelledWithCharg: false,
530
+ priceCustomer: "25.00000",
531
+ priceSupplier: "25.00000",
532
+ phoneNumberSupplier: "676800672",
533
+ idAuthorizationGroup: 335,
534
+ supplierTaxiDescription: "Seat León | 4",
535
+ subscriberCode: "6300",
536
+ userNumber: "93271095",
537
+ idService: 1946195318,
538
+ shared: false,
539
+ timeZone: "Europe/Madrid",
540
+ notes: "2022-05-26 10:10:03 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:10:03 | 33 | SYSTEM | 114 | El número de vuelo es a.\n2022-05-26 10:10:03 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:10:12 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:10:12 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15828\n2022-05-26 10:10:44 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 25 EUR establecido por SPARTAN (25.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:10:44 | 33 | SYSTEM | 145 | Recibo enviado KO - 25€ + 0€ (peaje)",
541
+ tollCustomer: 0.00000,
542
+ tollSupplier: 0.00000,
543
+ paymentMethodCustomer: 4,
544
+ createdBy: 146280,
545
+ bookingBreakTitle1: "Evento",
546
+ bookingBreakTitle2: "Descripción actuación",
547
+ bookingBreakTitle3: "Centro de coste",
548
+ bookingBreakTitle4: "CIF visita comercial",
549
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
550
+ bookingBreakValue2: "a",
551
+ bookingBreakValue3: "",
552
+ bookingBreakValue4: "02661135N",
553
+ authorizationBreakTitle1: "Num.Empleado",
554
+ authorizationBreakTitle2: "Centro Empleado",
555
+ authorizationBreakTitle3: "ID Empresa",
556
+ authorizationBreakTitle7: "Nombre de la empresa",
557
+ authorizationBreakValue1: "U0193271",
558
+ authorizationBreakValue2: "5570",
559
+ authorizationBreakValue3: "95",
560
+ authorizationBreakValue5: "SC",
561
+ authorizationBreakValue6: "U0193271095",
562
+ authorizationBreakValue7: "FACILITIES"
563
+ },
564
+ {
565
+ id: 346248955,
566
+ idUser: 146280,
567
+ idAuthorization: 817457,
568
+ status: 30,
569
+ originAddressField: "Estación de Chamartín, Madrid, España",
570
+ destinationAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
571
+ timeBookingStartRealTimestamp: 1653559749000,
572
+ asap: true,
573
+ paymentMethod: 50,
574
+ entryChannel: 15,
575
+ idSupplierFleet: 57,
576
+ idSupplier: 57,
577
+ distanceMeters: 10501,
578
+ durationMinutes: 0,
579
+ location: "MADRID",
580
+ passengerName: "Zombre Apellido1 Apellido2",
581
+ phoneNumberPassenger: "453654654",
582
+ phoneNumberTaxiDriver: "600000000",
583
+ idSupplierTaxi: "11",
584
+ idSupplierService: "15827",
585
+ cancelledWithCharge: false,
586
+ priceCustomer: "22.50000",
587
+ priceSupplier: "22.50000",
588
+ phoneNumberSupplier: "676800672",
589
+ idAuthorizationGroup: 335,
590
+ supplierTaxiDescription: "Seat León | 4",
591
+ subscriberCode: "6300",
592
+ userNumber: "93271095",
593
+ idService: 1946195317,
594
+ shared: false,
595
+ timeZone: "Europe/Madrid",
596
+ notes: "2022-05-26 10:09:09 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:09:09 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:09:09 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:09:18 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:09:18 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15827\n2022-05-26 10:09:51 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 22.5 EUR establecido por SPARTAN (22.5 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:09:52 | 33 | SYSTEM | 145 | Recibo enviado KO - 22.5€ + 0€ (peaje)",
597
+ tollCustomer: 0.00000,
598
+ tollSupplier: 0.00000,
599
+ paymentMethodCustomer: 4,
600
+ createdBy: 146280,
601
+ bookingBreakTitle1: "Evento",
602
+ bookingBreakTitle2: "Descripción actuación",
603
+ bookingBreakTitle3: "Centro de coste",
604
+ bookingBreakTitle4: "CIF visita comercial",
605
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
606
+ bookingBreakValue2: "sasasa",
607
+ bookingBreakValue3: "",
608
+ bookingBreakValue4: "02661135N",
609
+ authorizationBreakTitle1: "Num.Empleado",
610
+ authorizationBreakTitle2: "Centro Empleado",
611
+ authorizationBreakTitle3: "ID Empresa",
612
+ authorizationBreakTitle7: "Nombre de la empresa",
613
+ authorizationBreakValue1: "U0193271",
614
+ authorizationBreakValue2: "5570",
615
+ authorizationBreakValue3: "95",
616
+ authorizationBreakValue5: "SC",
617
+ authorizationBreakValue6: "U0193271095",
618
+ authorizationBreakValue7: "FACILITIES"
619
+ },
620
+ {
621
+ id: 346248954,
622
+ idUser: 146280,
623
+ idAuthorization: 817457,
624
+ status: 30,
625
+ originAddressField: "Cines Embajadores, Glorieta Sta. María de la Cabeza, 5, 28045 Madrid",
626
+ destinationAddressField: "Estación de Chamartín, Madrid, España",
627
+ timeBookingStartRealTimestamp: 1653559603000,
628
+ asap: true,
629
+ paymentMethod: 50,
630
+ entryChannel: 15,
631
+ idSupplierFleet: 57,
632
+ idSupplier: 57,
633
+ distanceMeters: 10501,
634
+ durationMinutes: 0,
635
+ location: "MADRID",
636
+ passengerName: "Sandra Vicente Garcia",
637
+ phoneNumberPassenger: "453654654",
638
+ phoneNumberTaxiDriver: "600000000",
639
+ idSupplierTaxi: "11",
640
+ idSupplierService: "15826",
641
+ cancelledWithCharge: false,
642
+ priceCustomer: "23.00000",
643
+ priceSupplier: "23.00000",
644
+ phoneNumberSupplier: "676800672",
645
+ idAuthorizationGroup: 335,
646
+ supplierTaxiDescription: "Seat León | 4",
647
+ subscriberCode: "6300",
648
+ userNumber: "93271095",
649
+ idService: 1946195316,
650
+ shared: false,
651
+ timeZone: "Europe/Madrid",
652
+ notes: "2022-05-26 10:06:42 | 11 | Laura | 150 | Servicio solicitado Portal - Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML like Gecko) Chrome/101.0.4951.64 Safari/537.36. WL 4069\n2022-05-26 10:06:42 | 33 | SYSTEM | 114 | El número de vuelo es 1.\n2022-05-26 10:06:42 | 33 | SYSTEM | 149 | Servicio enviado a MADRID_TAKSEE_TAXI (57)\n2022-05-26 10:06:51 | 44 | SYSTEM | 110 | Ha ocurrido un error enviando el email de confirmación al usuario\n2022-05-26 10:06:51 | 11 | SYSTEM | 130 | Confirmado por: MADRID_TAKSEE_TAXI (Taxi: 11). Num. servicio: 15826\n2022-05-26 10:08:15 | 33 | SYSTEM | 136 | Finalizado por SPARTAN. Importe 23 EUR establecido por SPARTAN (23.0 + 0.00 peaje)(40.4777 -3.7073)\n2022-05-26 10:08:16 | 33 | SYSTEM | 145 | Recibo enviado KO - 23€ + 0€ (peaje)",
653
+ tollCustomer: 0.00000,
654
+ tollSupplier: 0.00000,
655
+ paymentMethodCustomer: 4,
656
+ createdBy: 146280,
657
+ bookingBreakTitle1: "Evento",
658
+ bookingBreakTitle2: "Descripción actuación",
659
+ bookingBreakTitle3: "Centro de coste",
660
+ bookingBreakTitle4: "CIF visita comercial",
661
+ bookingBreakValue1: "Ev. Gen. - Acciones comerciales",
662
+ bookingBreakValue2: "sasasa",
663
+ bookingBreakValue3: "",
664
+ bookingBreakValue4: "02661135N",
665
+ authorizationBreakTitle1: "Num.Empleado",
666
+ authorizationBreakTitle2: "Centro Empleado",
667
+ authorizationBreakTitle3: "ID Empresa",
668
+ authorizationBreakTitle7: "Nombre de la empresa",
669
+ authorizationBreakValue1: "U0193271",
670
+ authorizationBreakValue2: "5570",
671
+ authorizationBreakValue3: "95",
672
+ authorizationBreakValue5: "SC",
673
+ authorizationBreakValue6: "U0193271095",
674
+ authorizationBreakValue7: "FACILITIES"
675
+ }
676
+ ],
677
+
678
+ columns: [
679
+ {
680
+ activeView: true,
681
+ sortable: true,
682
+ accessor: 'timeBookingStartRealTimestamp',
683
+ title: 'Fecha',
684
+ viewIsFilter: true,
685
+ typeFilter: 'date',
686
+ subTypeFilter: false,
687
+ idInput: 'fecha',
688
+ nameInput: 'Fecha',
689
+ placeholder: 'Fecha'
690
+ },
691
+ {
692
+ activeView: true,
693
+ sortable: true,
694
+ accessor: 'passengerName',
695
+ title: 'Pasajero',
696
+ viewIsFilter: true,
697
+ typeFilter: 'text',
698
+ subTypeFilter: false,
699
+ idInput: 'pasajero',
700
+ nameInput: 'Pasajero',
701
+ placeholder: 'Pasajero'
702
+ },
703
+ {
704
+ activeView: true,
705
+ sortable: true,
706
+ accessor: 'originAddressField',
707
+ title: 'Recogida',
708
+ viewIsFilter: true,
709
+ typeFilter: 'text',
710
+ subTypeFilter: false,
711
+ idInput: 'recogida',
712
+ nameInput: 'Recogida',
713
+ placeholder: 'Recogida'
714
+ },
715
+ {
716
+ activeView: true,
717
+ sortable: true,
718
+ accessor: 'destinationAddressField',
719
+ title: 'Destino',
720
+ viewIsFilter: true,
721
+ typeFilter: 'text',
722
+ subTypeFilter: false,
723
+ idInput: 'destino',
724
+ nameInput: 'Destino',
725
+ placeholder: 'Destino'
726
+ },
727
+ {
728
+ activeView: true,
729
+ sortable: true,
730
+ accessor: 'priceCustomer',
731
+ title: 'Precio',
732
+ viewIsFilter: true,
733
+ typeFilter: 'text',
734
+ subTypeFilter: true,
735
+ idInput: 'precio',
736
+ nameInput: 'Precio',
737
+ placeholder: 'Precio'
738
+ },
739
+ {
740
+ activeView: false,
741
+ sortable: true,
742
+ accessor: 'id',
743
+ title: 'ID',
744
+ viewIsFilter: true,
745
+ typeFilter: 'number',
746
+ subTypeFilter: false,
747
+ idInput: 'id',
748
+ nameInput: 'id',
749
+ placeholder: 'id'
750
+ },
751
+ {
752
+ activeView: false,
753
+ sortable: true,
754
+ accessor: 'idService',
755
+ title: 'ID Reserva',
756
+ viewIsFilter: true,
757
+ typeFilter: 'number',
758
+ subTypeFilter: false,
759
+ idInput: 'IDReserva',
760
+ nameInput: 'ID Reserva',
761
+ placeholder: 'ID Reserva'
762
+ },
763
+ {
764
+ activeView: false,
765
+ sortable: true,
766
+ accessor: 'idSupplier',
767
+ title: 'ID Proveedor',
768
+ viewIsFilter: true,
769
+ typeFilter: 'number',
770
+ subTypeFilter: false,
771
+ idInput: 'IDProveedor',
772
+ nameInput: 'ID Proveedor',
773
+ placeholder: 'ID Proveedor'
774
+ },
775
+ // {
776
+ // accessor: 'full_name',
777
+ // title: 'Referencia',
778
+ // viewIsFilter: true,
779
+ // typeFilter: 'text',
780
+ // idInput: 'Referencia',
781
+ // nameInput: 'Referencia',
782
+ // placeholder: 'Referencia'
783
+ // },
784
+ // {
785
+ // accessor: 'full_name',
786
+ // title: 'Taxi',
787
+ // viewIsFilter: true,
788
+ // typeFilter: 'text',
789
+ // idInput: 'Taxi',
790
+ // nameInput: 'Taxi',
791
+ // placeholder: 'Taxi'
792
+ // },
793
+ // {
794
+ // accessor: 'full_name',
795
+ // title: 'Abonado',
796
+ // viewIsFilter: true,
797
+ // typeFilter: 'text',
798
+ // idInput: 'Abonado',
799
+ // nameInput: 'Abonado',
800
+ // placeholder: 'Abonado'
801
+ // },
802
+ // {
803
+ // accessor: 'full_name',
804
+ // title: 'Nº usuario',
805
+ // viewIsFilter: true,
806
+ // typeFilter: 'text',
807
+ // idInput: 'Nº usuario',
808
+ // nameInput: 'Nº usuario',
809
+ // placeholder: 'Nº usuario'
810
+ // },
811
+ // {
812
+ // accessor: 'full_name',
813
+ // title: 'Ubicacion',
814
+ // viewIsFilter: true,
815
+ // typeFilter: 'text',
816
+ // idInput: 'Ubicacion',
817
+ // nameInput: 'Ubicacion',
818
+ // placeholder: 'Ubicacion'
819
+ // }
820
+ ],
821
+
822
+ opAddColumns: [
823
+ {
824
+ label: 'ID',
825
+ value: 'id',
826
+ activeView: false,
827
+ },
828
+ {
829
+ label: 'ID Reserva',
830
+ value: 'idService',
831
+ activeView: false,
832
+ },
833
+ {
834
+ label: 'ID Proveedor',
835
+ value: 'idSupplier',
836
+ activeView: false,
837
+ }
838
+ ]
839
+
840
+ }