Skip to content
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

fix/impressions #2555

Merged
merged 1 commit into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions guides/redelcom/migrate-via-api.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Custom tags allow for adjusting the presentation of printed documents. They offe
| `{qr}` | Print a QR code that represents the sent text | `{qr}Text{/qr}` |
| `{pdf417}` | Print the barcode of a TED | `{pdf417}Text{/pdf417}` |

### Integration configuration
### Print configuration

To configure the integration, use the API to manage the queuing of prints, considering the specifications of each endpoint.
Use the API to manage the print queue, considering the specifications of each endpoint.

> WARNING
>
Expand Down
4 changes: 2 additions & 2 deletions guides/redelcom/migrate-via-api.es.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ Las tags personalizadas permiten ajustar la presentación de los documentos impr
| `{qr}` | Imprimir un QR que representa el texto enviado | `{qr}Texto{/qr}` |
| `{pdf417}` | Imprimir la mancha de un TED | `{pdf417}Texto{/pdf417}` |

### Configuración de la integración
### Configuración de la impresión

Para configurar la integración, utiliza la API para gestionar el encolamiento de impresiones, considerando las especificaciones de cada endpoint.
Utilice la API para gestionar la cola de impresiones, teniendo en cuenta las especificaciones de cada endpoint.

> WARNING
>
Expand Down
4 changes: 2 additions & 2 deletions guides/redelcom/migrate-via-api.pt.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ As tags personalizadas permitem ajustar a apresentação dos documentos impresso
| `{qr}` | Imprimir um QR que representa o texto enviado | `{qr}Texto{/qr}` |
| `{pdf417}` | Imprimir o código de barras de um TED | `{pdf417}Texto{/pdf417}` |

### Configuração da integração
### Configuração da impressão

Para configurar a integração, utilize a API para gerenciar o enfileiramento das impressões, considerando as especificações de cada endpoint.
Utilize a API para gerenciar o enfileiramento de impressões, considerando as especificações de cada endpoint.

> WARNING
>
Expand Down
2 changes: 1 addition & 1 deletion reference/api-json/point-impresiones-dte.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
"es": "Identificador del subtipo de acción que se creará para la terminal Point. Si la acción es \"print\" se debe elegir entre dos valores: \"invoice\" para .xml que represente facturas electrónicas, o \"custom\" para una impresión personalizada.",
"pt": "Identificador do subtipo de ação que será criado para o Point. Se a ação for \"print\" você deve escolher entre dois valores: \"invoice\" para .xml que representa notas fiscais eletrônicas, e \"custom\" para uma impressão personalizada."
},
"example": "invoice",
"example": "custom",
"required": true,
"enum": [
{
Expand Down