-
-
Notifications
You must be signed in to change notification settings - Fork 624
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Data e hora na OS #2636
base: master
Are you sure you want to change the base?
Data e hora na OS #2636
Conversation
Show de bola, mano. Muito bem organizado. Parabéns. |
|
||
$this->db->query($sql); | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
} | |
} |
} catch (Exception $e) { | ||
return date('Y-m-d H:i:s'); // Retorna data atual se houver erro | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se não me engano já tem uma função pra exibir data lá no general_helpers, não precisa criar uma função nova.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vou verificar e trocar. Desculpe a demora, entrei de férias e dei um tempo do PC.
Não sei se vou fazer o merge dessa PR pois infelizmente não estamos aceitando novas funcionalidades e estamos apenas correções de bugs. Vou precisar pensar um pouco. |
Esta PR está obsoleta porque está aberta há 30 dias sem atividade. Remova o rótulo ou esse comentário ou essa issue será fechada em 5 dias |
Configuração nova:
Consulta OSs:

Calendário:

Tela inserção nova OS:

Tela edição OS:

Se desabilitar a configuração, as telas voltam a ser como anteriormente. Já testado campos com config habilitada e desabilitada.
Não solicitado permissão para alterar o código por não encontrar informações sobre o procedimento. Precisei do recurso e achei legal disponibilizar, espero que seja útil e alinhado com o projeto.
Obrigado!