Rename period filter label to Reference

This commit is contained in:
2026-09-02 18:07:10 -03:00
parent 9c6c5ff690
commit 911da359e3
4 changed files with 4 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ O build recria `dist/chromium` e `dist/firefox` a partir da mesma fonte.
## Release 1.0.0 ## Release 1.0.0
- Consulta paginada de oportunidades com filtros por periodo, customer, owner, status, stage e busca textual. - Consulta paginada de oportunidades com filtros por reference, customer, owner, status, stage e busca textual.
- Ordenacao por coluna, links para oportunidades e contas, copia do numero da oportunidade e indicadores por stage. - Ordenacao por coluna, links para oportunidades e contas, copia do numero da oportunidade e indicadores por stage.
- Preferencias de tipos de oportunidade persistidas no navegador. - Preferencias de tipos de oportunidade persistidas no navegador.
- Tema claro/escuro baseado no Oracle Redwood. - Tema claro/escuro baseado no Oracle Redwood.

View File

@@ -272,7 +272,7 @@
field.className = "opportunities-extension-field"; field.className = "opportunities-extension-field";
const labelText = document.createElement("span"); const labelText = document.createElement("span");
labelText.textContent = "Periodo"; labelText.textContent = "Reference";
const selectWrap = document.createElement("span"); const selectWrap = document.createElement("span");
selectWrap.className = "opportunities-extension-select-wrap"; selectWrap.className = "opportunities-extension-select-wrap";

View File

@@ -272,7 +272,7 @@
field.className = "opportunities-extension-field"; field.className = "opportunities-extension-field";
const labelText = document.createElement("span"); const labelText = document.createElement("span");
labelText.textContent = "Periodo"; labelText.textContent = "Reference";
const selectWrap = document.createElement("span"); const selectWrap = document.createElement("span");
selectWrap.className = "opportunities-extension-select-wrap"; selectWrap.className = "opportunities-extension-select-wrap";

View File

@@ -272,7 +272,7 @@
field.className = "opportunities-extension-field"; field.className = "opportunities-extension-field";
const labelText = document.createElement("span"); const labelText = document.createElement("span");
labelText.textContent = "Periodo"; labelText.textContent = "Reference";
const selectWrap = document.createElement("span"); const selectWrap = document.createElement("span");
selectWrap.className = "opportunities-extension-select-wrap"; selectWrap.className = "opportunities-extension-select-wrap";