v4.0 - Gestión Financiera
| Fecha | Cliente | Producto | Cant. | Precio $ | Tasa Bs | Total $ | Total Bs |
|---|---|---|---|---|---|---|---|
| {{ formatDate(item.date) }} | {{ item.client }} | {{ item.product }} | {{ item.quantity }} {{ item.unit }} | ${{ item.price_usd }} | {{ item.rate_for_day }} ⚠️ 0 | ${{ (item.quantity * item.price_usd).toFixed(2) }} | {{ (item.quantity * item.price_usd * item.rate_for_day).toLocaleString('es-VE', {minimumFractionDigits: 2}) }} |