UPDATE agenda_tarefa SET assunto ='2', observacao = '', vendedor='100127', dataCriacao = '2025-10-17', data = '2025-10-01', horario_inicial = '08:00:00', horario_final = '08:30:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54470' - 40;
UPDATE agenda_tarefa SET assunto ='3', observacao = 'TREINAMENTO VISITA PLENA', vendedor='100127', dataCriacao = '2025-10-17', data = '2025-10-01', horario_inicial = '08:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54471' - 40;
UPDATE agenda_tarefa SET assunto ='3', observacao = '', vendedor='100127', dataCriacao = '2025-10-17', data = '2025-10-03', horario_inicial = '08:00:00', horario_final = '12:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54472' - 40;
UPDATE agenda_tarefa SET assunto ='4', observacao = '', vendedor='100127', dataCriacao = '2025-10-17', data = '2025-10-03', horario_inicial = '12:00:00', horario_final = '12:30:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54473' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = 'RETORNO SM', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-03', horario_inicial = '12:30:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54474' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = '', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-06', horario_inicial = '08:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54475' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = 'DESLOCAMENTO LITORAL', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-07', horario_inicial = '08:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54476' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = '', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-13', horario_inicial = '08:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54477' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = 'REUNIAO\\nCOBRANÇA CAMPANHA BRF\\n', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-20', horario_inicial = '08:00:00', horario_final = '12:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54479' - 40;
UPDATE agenda_tarefa SET assunto ='7', observacao = 'DESLOCAMENTO SAO LEO', vendedor='0', dataCriacao = '2025-10-17', data = '2025-10-20', horario_inicial = '12:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54480' - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54470','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54471','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54472','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54473','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54474','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54475','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54476','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54477','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54479','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54480','','','') - 40;
update agenda_resposta_formulario a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
update agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
insert into agenda_tarefa (idPrimario, assunto, vendedor, dataCriacao, dataInsercao, data, horario_inicial, horario_final, usuario, supervisor, idOriginal, observacao, clientes, resumo, status) select date_format(now(),'%Y%m%d%H%i%s') * -1, 999, b.vendedor, curdate(), now(), a.prazo, '08:00:00', '08:00:00', b.supervisor, b.supervisor, date_format(now(),'%Y%m%d%H%i%s') * -1, a.acao, '', '', 'Pendente' FROM agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b where a.tarefaAgendada is null and a.tarefa = b.id ; - 40;
update agenda_tarefa set idPrimario = id where idPrimario = idOriginal; - 40;
update agenda_resposta_desenvolvimento_equipe aa set aa.tarefaAgendada = 1 where aa.tarefaAgendada is null; - 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54470'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->
Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54471'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54472'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54473'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54474'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54475'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54476'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54477'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54479'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54480'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
- 40;
UPDATE agenda_tarefa SET assunto ='3', observacao = '', vendedor='100129', dataCriacao = '2025-10-29', data = '2025-10-29', horario_inicial = '08:00:00', horario_final = '08:30:00', status = 'Pendente', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54488' - 40;
update agenda_resposta_formulario a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
update agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
insert into agenda_tarefa (idPrimario, assunto, vendedor, dataCriacao, dataInsercao, data, horario_inicial, horario_final, usuario, supervisor, idOriginal, observacao, clientes, resumo, status) select date_format(now(),'%Y%m%d%H%i%s') * -1, 999, b.vendedor, curdate(), now(), a.prazo, '08:00:00', '08:00:00', b.supervisor, b.supervisor, date_format(now(),'%Y%m%d%H%i%s') * -1, a.acao, '', '', 'Pendente' FROM agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b where a.tarefaAgendada is null and a.tarefa = b.id ; - 40;
update agenda_tarefa set idPrimario = id where idPrimario = idOriginal; - 40;
update agenda_resposta_desenvolvimento_equipe aa set aa.tarefaAgendada = 1 where aa.tarefaAgendada is null; - 40;
statusNaoFinalizado - 40;
update agenda_resposta_formulario a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
update agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
insert into agenda_tarefa (idPrimario, assunto, vendedor, dataCriacao, dataInsercao, data, horario_inicial, horario_final, usuario, supervisor, idOriginal, observacao, clientes, resumo, status) select date_format(now(),'%Y%m%d%H%i%s') * -1, 999, b.vendedor, curdate(), now(), a.prazo, '08:00:00', '08:00:00', b.supervisor, b.supervisor, date_format(now(),'%Y%m%d%H%i%s') * -1, a.acao, '', '', 'Pendente' FROM agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b where a.tarefaAgendada is null and a.tarefa = b.id ; - 40;
update agenda_tarefa set idPrimario = id where idPrimario = idOriginal; - 40;
update agenda_resposta_desenvolvimento_equipe aa set aa.tarefaAgendada = 1 where aa.tarefaAgendada is null; - 40;
UPDATE agenda_tarefa SET assunto ='3', observacao = '', vendedor='100129', dataCriacao = '2025-10-29', data = '2025-10-29', horario_inicial = '09:00:00', horario_final = '18:00:00', status = 'Pendente', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54488' - 40;
update agenda_resposta_formulario a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
update agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
insert into agenda_tarefa (idPrimario, assunto, vendedor, dataCriacao, dataInsercao, data, horario_inicial, horario_final, usuario, supervisor, idOriginal, observacao, clientes, resumo, status) select date_format(now(),'%Y%m%d%H%i%s') * -1, 999, b.vendedor, curdate(), now(), a.prazo, '08:00:00', '08:00:00', b.supervisor, b.supervisor, date_format(now(),'%Y%m%d%H%i%s') * -1, a.acao, '', '', 'Pendente' FROM agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b where a.tarefaAgendada is null and a.tarefa = b.id ; - 40;
update agenda_tarefa set idPrimario = id where idPrimario = idOriginal; - 40;
update agenda_resposta_desenvolvimento_equipe aa set aa.tarefaAgendada = 1 where aa.tarefaAgendada is null; - 40;
statusNaoFinalizado - 40;
DELETE FROM agenda_tarefa WHERE idPrimario ='-1761771831768' - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('-1761771771796','2','','100129','2025-10-29','2025-10-29','08:00:00','08:30:00','Finalizado','40','40','','-1761771771796','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('54488','3','','100129','2025-10-29','2025-10-29','','','','','40','31219501','-1761771788467','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('-1761771771796','2','','100129','2025-10-29','2025-10-29','','','','','40','31219501','-1761771793661','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('-1761771783406','3','','100129','2025-10-29','2025-10-29','','','','','40','31219501','-1761771798904','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('54488','3','','100129','2025-10-29','2025-10-29','','','','','40','30051801','-1761771815625','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('54488','3','','100129','2025-10-29','2025-10-29','','','','','40','31148801','-1761771822109','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('54488','3','','100129','2025-10-29','2025-10-29','','','','','40','32098601','-1761771869461','','') - 40;
INSERT INTO agenda_tarefa (idPrimario, assunto, observacao, vendedor, dataCriacao, data, horario_inicial, horario_final, status, usuario, supervisor, clientes, idOriginal, resumo, dataRota) values ('-1761771783406','4','','100129','2025-10-29','2025-10-29','18:00:00','18:30:00','Pendente','40','40','','-1761771783406','','') - 40;
UPDATE agenda_tarefa SET assunto ='3', observacao = '', vendedor='100129', dataCriacao = '2025-10-29', data = '2025-10-29', horario_inicial = '09:00:00', horario_final = '18:00:00', status = 'Finalizado', usuario = '40', supervisor = '40', clientes = '', resumo= '' WHERE id = '54488' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771793661','416','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771793661','417','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771793661','418','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771793661','419','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','101','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','302','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','303','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','106','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','107','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','206','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','305','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','207','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','109','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','110','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','111','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','112','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','114','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','208','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','210','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','115','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771788467','117','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','101','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','302','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','303','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','106','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','107','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','206','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','305','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','207','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','109','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','110','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','111','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','112','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','114','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','208','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','210','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','115','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771815625','117','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','101','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','302','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','303','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','106','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','107','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','206','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','305','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','207','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','109','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','110','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','111','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','112','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','114','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','208','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','210','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','115','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771822109','117','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','101','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','302','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','303','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','106','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','107','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','206','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','305','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','207','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','109','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','110','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','111','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','112','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','114','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','208','0','') ON DUPLICATE KEY UPDATE resposta = '0', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','210','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','115','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_formulario (tarefa, item, resposta, resposta_txt) values ('-1761771869461','117','1','') ON DUPLICATE KEY UPDATE resposta = '1', resposta_txt = '' - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('-1761771771796','','','') - 40;
INSERT INTO agenda_resposta_desenvolvimento_equipe (tarefa, prazo, feedback, acao) values ('54488','','','') - 40;
UPDATE agenda_tarefa SET idPrimario = 54513 WHERE idPrimario = -1761771771796 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54513 WHERE tarefa = -1761771771796 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54514 WHERE tarefa = -1761771788467 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54514 WHERE tarefa = -1761771788467 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54515 WHERE tarefa = -1761771793661 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54515 WHERE tarefa = -1761771793661 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54516 WHERE tarefa = -1761771798904 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54516 WHERE tarefa = -1761771798904 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54517 WHERE tarefa = -1761771815625 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54517 WHERE tarefa = -1761771815625 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54518 WHERE tarefa = -1761771822109 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54518 WHERE tarefa = -1761771822109 - 40;
UPDATE agenda_resposta_formulario SET tarefa = 54519 WHERE tarefa = -1761771869461 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54519 WHERE tarefa = -1761771869461 - 40;
UPDATE agenda_tarefa SET idPrimario = 54520 WHERE idPrimario = -1761771783406 - 40;
UPDATE agenda_resposta_desenvolvimento_equipe SET tarefa = 54520 WHERE tarefa = -1761771783406 - 40;
update agenda_resposta_formulario a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
update agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b set a.tarefa = b.id where a.tarefa = b.idOriginal - 40;
insert into agenda_tarefa (idPrimario, assunto, vendedor, dataCriacao, dataInsercao, data, horario_inicial, horario_final, usuario, supervisor, idOriginal, observacao, clientes, resumo, status) select date_format(now(),'%Y%m%d%H%i%s') * -1, 999, b.vendedor, curdate(), now(), a.prazo, '08:00:00', '08:00:00', b.supervisor, b.supervisor, date_format(now(),'%Y%m%d%H%i%s') * -1, a.acao, '', '', 'Pendente' FROM agenda_resposta_desenvolvimento_equipe a, agenda_tarefa b where a.tarefaAgendada is null and a.tarefa = b.id ; - 40;
update agenda_tarefa set idPrimario = id where idPrimario = idOriginal; - 40;
update agenda_resposta_desenvolvimento_equipe aa set aa.tarefaAgendada = 1 where aa.tarefaAgendada is null; - 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54513'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
| Grupo |
Qtd |
Percentual |
| 50 - 10 - ANALISE SITUACIONAL DO COLABORADOR |
4 |
25.00 |
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
| 50 - 10 - ANALISE SITUACIONAL DO COLABORADOR |
416 - É C1 (MOTIVAÇÃO BAIXA / HABILIDADE BAIXA)? ESTILO DO LÍDER = DIRIGIR. |
1 |
0.00 |
| 50 - 10 - ANALISE SITUACIONAL DO COLABORADOR |
417 - É C2 (MOTIVAÇÃO ALTA / HABILIDADE BAIXA)? ESTILO DO LÍDER = GUIAR. |
1 |
100.00 |
| 50 - 10 - ANALISE SITUACIONAL DO COLABORADOR |
418 - É C3 (MOTIVAÇÃO BAIXA / HABILIDADE ALTA)? ESTILO DO LÍDER = APOIAR. |
1 |
0.00 |
| 50 - 10 - ANALISE SITUACIONAL DO COLABORADOR |
419 - É C4 (MOTIVAÇÃO ALTA / HABILIDADE ALTA)? ESTILO DO LÍDER = DELEGAR. |
1 |
0.00 |
- 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
statusNaoFinalizado - 40;
sqlCabecalho-> SELECT a.idPrimario,
f.descricao,
concat(b.supervisor,' - ',g.nome) supervisor,
concat(b.vendedor,' - ',h.nome) vendedor,
DATE_FORMAT(b.data, '%d/%m/%Y') as data,
b.horario_inicial,
b.horario_final,
b.supervisor,
b.vendedor
FROM agenda_tarefa a, agenda_tarefa b
left join agenda_assunto f on b.assunto = f.id
left join vendedor g on b.supervisor = g.id
left join vendedor h on b.vendedor = h.id,
agenda_resposta_formulario c
left join agenda_item d on c.item = d.id
left join agenda_grupo e on d.grupo = e.id
WHERE a.idPrimario = b.id
AND a.id = c.tarefa
AND a.idPrimario = '54488'
GROUP BY a.idPrimario - 40;
Binding output parameters deu certo: ( 0) - 40;
FORM VENDEDOR 20 - 40;
GRUPO->Grupos:
| Grupo |
Qtd |
Percentual |
| 1 - 1 - PLANEJAR |
12 |
100.00 |
| 2 - 2 - LEITURA DE LOJA |
16 |
56.25 |
| 3 - 3 - EXECUTAR |
4 |
100.00 |
| 4 - 4 - NEGOCIAR |
28 |
57.14 |
| 5 - 5 - ANALISAR |
8 |
100.00 |
- 40;
Respostas->Questões:
| Grupo | Questes | Qtd | Percentual |
|---|
| 1 - 1 - PLANEJAR |
101 - 1 - É UMA VISITA NO ROTEIRO DO DIA? |
4 |
100.00 |
| 1 - 1 - PLANEJAR |
302 - 2 - TEM AS PARCIAIS (TOPS/CAMPANHAS), ANALISOU E SABE O QUE PRECISA FAZER NESTA VISITA/CLIENTE (ITENS QUE PRECISA POSITIVAR, O QUE FALTA PARA BATER 10KG, TAREFA ANTERIOR, ETC)? |
4 |
100.00 |
| 1 - 1 - PLANEJAR |
303 - 3 - REVISOU CADASTRO (CRÉDITO) E HISTÓRICO DE COMPRA? |
4 |
100.00 |
| 2 - 2 - LEITURA DE LOJA |
106 - 5 - ANALISOU NOSSO PREÇOS VS PREÇO SUGERIDO? PRODUTOS ESTÃO PRECIFICADOS? |
4 |
100.00 |
| 2 - 2 - LEITURA DE LOJA |
107 - 6 - ANALISOU CONCORRENTES (ESPAÇO, MIX E PREÇOS)? IDENTIFICOU OPORTUNIDADES COM OLHO NA CONCORRÊNCIA? |
4 |
50.00 |
| 2 - 2 - LEITURA DE LOJA |
206 - 7 - LOJA TEM PONTO EXTRA? (ILHA/EXPOSITOR/PILHA NA ENTRADA DA LOJA/SACHE NO BALCÃO) |
4 |
50.00 |
| 2 - 2 - LEITURA DE LOJA |
305 - 4 - FEZ O LEVANTAMENTO DE ESTOQUE USANDO O HISTÓRICO DO APP DE VENDAS(PREÇO E CAMPANHA) OU A FICHA IMPRESSA? |
4 |
25.00 |
| 3 - 3 - EXECUTAR |
207 - 8 - EXECUTOU NO PONTO DE VENDA (ABASTECEU, COLOCOU MATERIAL, ORGANIZOU, ARRUMOU E/OU COLOCOU PREÇO)? (SE NÃO, CORRIJA PREÇOS DE IMEDIATO) |
4 |
100.00 |
| 4 - 4 - NEGOCIAR |
109 - 14 - FEZ UMA ABORDAGEM/ABERTURA EFICIENTE? (CORDIAL, POSITIVA, ADEQUADA AO PERFIL DESTE CLIENTE) |
4 |
100.00 |
| 4 - 4 - NEGOCIAR |
110 - 15 - APRESENTOU A PAUTA AO CLIENTE (MESMO SENDO FILIAL OU COMPRADOR AUSENTE, APRESENTE AO GESTOR DA LOJA ITENS QUE DESEJA INTRODUZIR)? |
4 |
100.00 |
| 4 - 4 - NEGOCIAR |
111 - 12 - INICIOU A VENDA POR TOP 20 DO PET ESPECIALIZADO (SE FOR FILIAL OU COMPRADOR AUSENTE, FEZ A CONTAGEM ESTOQUE TOP 20)? |
4 |
0.00 |
| 4 - 4 - NEGOCIAR |
112 - 17 - NEGOCIOU AS RUPTURAS (SE FOR FILIAL OU COMPRADOR AUSENTE, FEZ A CONTAGEM ESTOQUE E IDENTIFICOU RUPTURA)? |
4 |
25.00 |
| 4 - 4 - NEGOCIAR |
114 - 14 - NEGOCIOU A VENDA DE ALGUM ITEM QUE ESTA EM PREMIO/CAMPANHA PARA O VENDEDOR? (SE FOR FILIAL OU COMPRADOR AUSENTE, MARCAR SIM) |
4 |
25.00 |
| 4 - 4 - NEGOCIAR |
208 - 15 - CONSEGUIU REVERTER OBJEÇÃO(SE NÃO TEVE=RESPOSTA SIM)?SE NÃO CONSEGUIR REVERTER ESTE É UM TEMA PARA ABORDAR NO FEEDBACK, INCLUIR NAS TAREFA/AGENDA FUTURA. QUAL A OBJEÇÃO, COMO REVERTER, DICAS, TREINAR, ETC SE FOR FILIAL OU COMPRADOR AUSENTE MAR |
4 |
50.00 |
| 4 - 4 - NEGOCIAR |
210 - 17 - TIROU O PEDIDO? (NÃO É ORÇAMENTO! É PEDIDO PARA FATURAR JÁ!!)
(SE FOR FILIAL OU COMPRADOR AUSENTE, MARCAR SIM) |
4 |
100.00 |
| 5 - 5 - ANALISAR |
115 - 18 - AO SAIR DO CLIENTE REFORÇOU O QUE FOI COMBINADO?
(VALOR DO PEDIDO/DATA/ESPAÇO/PREÇO/RUPTURAS/CAMPANHAS/ITENS INTRODUZIR) |
4 |
100.00 |
| 5 - 5 - ANALISAR |
117 - 20 - TRASMITIU AO SAIR DO CLIENTE? (PEDIDO, NÃO VENDA OU VENDA DIGITADO POSTERIOR) |
4 |
100.00 |
- 40;