Тема: registryFuelFillingEvent issue
Hi everybody!
I 'm trying to register a refueling event with the function registryFuelFillingEvent but this is recorded in the table "Utilization cost" inside of "Fuel fillings" table.. This is the code..
unit.registryFuelFillingEvent(date, descripcion, x, y, location,volume, cost, desviation, function (code) {
if (code) {
msj("Error en la funcion " + wialon.core.Errors.getErrorText(code));
}else{
msj("Se ha registrado la recarga exitosamente.");
}
});
I need something more?
Thanks!