<?xml version="1.0" encoding="UTF-8"?>
<detalles_facturas_cliente>
    <detalle>
        <id defaultValue="autoincrement" type="int(11)"/>
        <factura_id required="S" type="int(11)"/>
        <detalle type="smallint(6)"/>
        <articulo type="char(30)"/>
        <descripcion required="S" type="longtext"/>
        <cantidad defaultValue="1" type="double(15,6)"/>
        <precio_venta defaultValue="0" type="double(15,6)"/>
        <base_imponible defaultValue="0" type="double(15,6)"/>
        <tipo_iva defaultValue="0" type="double(5,2)"/>
        <iva defaultValue="0" type="double(15,6)"/>
        <porcen_dto defaultValue="0" type="double(5,2)"/>
        <dto_lineal defaultValue="0" type="double(15,6)"/>
        <total_detalle defaultValue="0" type="double(15,6)"/>
        <agente type="char(3)"/>
        <porcen_comision defaultValue="0" type="double(5,2)"/>
        <centro_coste type="varchar(18)"/>
        <proyecto type="varchar(18)"/>
        <albaran_id type="int(11)"/>
        <hinsert defaultValue="current_time()" type="timestamp"/>
        <hupdate defaultValue="current_time()" type="timestamp"/>
        <uinsert type="char(20)"/>
        <uupdate type="char(20)"/>
        <product_attribute_id type="int(11)"/>
        <desc_combinacion type="varchar(250)"/>
        <caducidad type="char(20)"/>
    </detalle>
</detalles_facturas_cliente>
