<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="http://syndication.webwiz.co.uk/rss_namespace/">
 <channel>
  <title>Soporte a Usuarios Macri y Asociados : Cantidades x defecto</title>
  <link>https://soporte.macri.com.ar/</link>
  <description>This is an XML content feed of; Soporte a Usuarios Macri y Asociados : Uso : Cantidades x defecto</description>
  <pubDate>Thu, 14 May 2026 12:05:13 +0000</pubDate>
  <lastBuildDate>Mon, 28 Aug 2017 15:10:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 10.03</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://soporte.macri.com.ar/RSS_post_feed.asp?TID=2766</WebWizForums:feedURL>
  <image>
   <title>Soporte a Usuarios Macri y Asociados</title>
   <url>https://soporte.macri.com.ar/forum_images/LogoMacrit.png</url>
   <link>https://soporte.macri.com.ar/</link>
  </image>
  <item>
   <title>Cantidades x defecto : si, se puede hacer que el sistema...</title>
   <link>https://soporte.macri.com.ar/forum_posts.asp?TID=2766&amp;PID=10164&amp;title=cantidades-x-defecto#10164</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://soporte.macri.com.ar/member_profile.asp?PF=4">pablomacri</a><br /><strong>Asunto:</strong> 2766<br /><strong>Posteo:</strong> 28/Agosto/2017 en 3:10pm<br /><br />si, se puede hacer que el sistema tome ciertos campos por defecto para cada articulo, pero se hace custimizando una funcion de sql (fn_getCamposPorDefectoArticulo). Debajo le paso un ejemplo realizado para un cliente donde para la cantidad 2 tomaba un campo adicional creado en el maestro de articulos de tango (el peso especifico).&nbsp;<div><br><div><br></div><div><div>alter FUNCTION &#091;dbo&#093;.&#091;fn_getCamposPorDefectoArticulo&#093; (@id_vendedor INTEGER, @cod_articu varchar(15), @id_cliente int, @id_presupuesto int, @versionPresupuesto int)</div><div>RETURNS @campos TABLE&nbsp;</div><div>(</div><div>&nbsp; &nbsp; campo varchar(200) NOT NULL,</div><div>&nbsp; &nbsp; valor varchar(4000) NOT NULL</div><div>)</div><div>AS</div><div>BEGIN</div><div><span style="white-space:pre">	</span>declare @peso varchar(20)</div><div><span style="white-space:pre">	</span>select @peso=coalesce(replace(cast(CA_967_PESO_ESPECIFICO as varchar(20)),'.',',') ,'0') from sta11 where cod_articu=@cod_articu</div><div><span style="white-space:pre">	</span>if @peso is null&nbsp;</div><div><span style="white-space:pre">	</span>begin</div><div><span style="white-space:pre">		</span>set @peso='0'</div><div><span style="white-space:pre">	</span>end</div><div><span style="white-space:pre">	</span>insert into @campos(campo, valor) values('Col_Cantidad2PresupuestoDetalle', cast(@peso as varchar(20)))</div><div>RETURN<span style="white-space:pre">	</span></div><div>END</div><div>GO</div></div><div><br></div></div><div><br></div><div><br></div><div>Esta configuracion se hace desde SQL y requiere de algun conocimiento de programacion para poder realizarla. En caso de necesitar asistencia comuniquese con la oficina para que le pasen una cotizacion.<div>Saludos</div></div>]]>
   </description>
   <pubDate>Mon, 28 Aug 2017 15:10:22 +0000</pubDate>
   <guid isPermaLink="true">https://soporte.macri.com.ar/forum_posts.asp?TID=2766&amp;PID=10164&amp;title=cantidades-x-defecto#10164</guid>
  </item> 
  <item>
   <title>Cantidades x defecto : buenos d&#195;&#173;as se puede llegar a...</title>
   <link>https://soporte.macri.com.ar/forum_posts.asp?TID=2766&amp;PID=10162&amp;title=cantidades-x-defecto#10162</link>
   <description>
    <![CDATA[<strong>Autor:</strong> <a href="https://soporte.macri.com.ar/member_profile.asp?PF=2780">icsa</a><br /><strong>Asunto:</strong> 2766<br /><strong>Posteo:</strong> 28/Agosto/2017 en 2:12pm<br /><br />buenos días se puede llegar a parametrizar para que las cantidades aparezcan por defecto, ya que en nuestro caso trabajamos con rollos y colocamos cantidad 1 (bultos), 2 (ancho), 3 (largo), 4(unidades por bulto), podrían aparecer las medidas por defecto colocando cada código de articulo?<div><br></div><div>Muchas gracias</div><div><br></div><div>Diego</div>]]>
   </description>
   <pubDate>Mon, 28 Aug 2017 14:12:17 +0000</pubDate>
   <guid isPermaLink="true">https://soporte.macri.com.ar/forum_posts.asp?TID=2766&amp;PID=10162&amp;title=cantidades-x-defecto#10162</guid>
  </item> 
 </channel>
</rss>