# F303

#### Descripción General

El formulario F303 es un sistema de gestión para el control higiénico sanitario que permite registrar y gestionar tasas relacionadas con diferentes productos alimenticios y ganado.

#### Componentes Principales

**1. Vista Principal (Pantalla de Listado)**

* **Título**: "Tasa de Control Higiénico Sanitario"
* **Funcionalidades**:
  * Botón "Actualizar" para refrescar la lista
  * Botón "Nueva Presentación" para crear un nuevo registro
* **Campos de la tabla**:
  * Fecha
  * Tipo
  * N° (Número)
  * Presentación
  * Año
  * Mes
  * Estado
  * Total

**2. Formulario de Nueva Presentación**

<figure><img src="https://roc.operadoresdelacarne.com.ar/assets/cb075806-a22e-452a-b6fa-5c730254b9fc" alt=""><figcaption></figcaption></figure>

**Información General**

* **Formulario**: F303
* **Campo de Fecha**: Formato DD/MM/YYYY
* **VCR Actual**: Valor Cárnico Referencial actual (se calcula automáticamente)

**Secciones del Formulario**

**Remitente**

* Campo CUIT Remitente
* Campo Nombre Remitente

**Transportista**

* Campo CUIT Transportista
* Campo Nombre Transportista

**Vehículo**

* Campo Dominio
* Campo N° Permiso

Para cada producto solo se debe ingresar:

* KILOS

**Información del Pago**

* Campo "Total a Pagar" (suma automática de todos los importes)

**Botones de Acción**

* **Guardar**: Almacena la presentación
* **Cancelar**: Cancela la operación y vuelve al listado

#### Consideraciones Importantes

1. **Validaciones**:
   * Todos los campos numéricos deben ser mayores o iguales a cero
   * La fecha no puede ser posterior a la actual
   * Los CUIT deben ser válidos según el formato argentino
   * El dominio del vehículo debe seguir el formato establecido


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ayuda.operadoresdelacarne.com.ar/formularios-de-pago/f303.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
