{formatCurrency(item.subtotal_amount)}
+{formatCurrency(item.discount_amount)}
+{formatCurrency(item.taxable_amount)}
+{formatCurrency(item.taxes_amount)}
+{formatCurrency(item.total_amount)}
+| # | +Descripción | +Cantidad | +Precio Unit. | +% Desc. | +Impuestos | +Subtotal | +Descuento | +Base Imp. | +Impuestos | +Total | +Acciones | +
|---|---|---|---|---|---|---|---|---|---|---|---|
|
+ |
+ + updateItem(index, "description", e.target.value)} + placeholder='Descripción...' + className='border-0 bg-transparent p-0 h-auto focus-visible:ring-0' + /> + | ++ + updateItem(index, "quantity", Number.parseFloat(e.target.value) || 0) + } + className='border-0 bg-transparent p-0 h-auto focus-visible:ring-0 text-right' + /> + | ++ + updateItem(index, "unit_amount", Number.parseFloat(e.target.value) || 0) + } + className='border-0 bg-transparent p-0 h-auto focus-visible:ring-0 text-right' + /> + | ++ + updateItem(index, "discount_percentage", Number.parseFloat(e.target.value) || 0) + } + className='border-0 bg-transparent p-0 h-auto focus-visible:ring-0 text-right' + /> + | ++ + | ++ {formatCurrency(item.subtotal_amount)} + | ++ {formatCurrency(item.discount_amount)} + | ++ {formatCurrency(item.taxable_amount)} + | ++ {formatCurrency(item.taxes_amount)} + | ++ {formatCurrency(item.total_amount)} + | ++ {items.length > 1 && ( + + )} + | +
{description}
} +{t("pages.create.description")}
-- {t('CustomerInvoices.list.subtitle' /> -
-+ Haz clic para buscar un cliente existente o crear uno nuevo +
+