AERC
Adan Enrique Ramirez Cisneros
Mock Data - Copy this React, Tailwind Component to your project
You can generate a layout to display the data of this data on a card export interface ReporteViajes { id: string; Mes: string; Fecha: Date | Timestamp; FacturaPemex?: number; Cliente: string; DescripcionDelViaje: string; Producto: string; Equipo: string; Operador: string; M3?: number; LitrosA20?: number; LitrosDescargadosEstaciones?: number; Temp?: number; Incremento?: number; FALTANTESYOSOBRANTESA20?: number; FALTANTESYOSOBRANTESALNATURAL?: number; Municipio: string; Year?: number; Flete?: number; areaId?: string; area?: WorkArea; createAt: Date; updateAt: Date; } I just have to clarify that this data is managed per month and that there can be more than 1000 records per month.
Prompt
