Update complessivo
gestione doppia stampa (anche se rdlc praticamente identici) git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@35 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
<publishData>
|
||||
<publishTarget publishUrl="c:\tmp\GMW\">
|
||||
<file relUrl="bin/cs/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/System.Web.Ajax.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ru/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/AjaxControlToolkit.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/SteamWare.dll" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/es/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/fr/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW_data.dll" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/GMW_data.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/he/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/AjaxControlToolkit.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="Web.config" publishTime="04/30/2010 10:37:27" />
|
||||
<file relUrl="bin/GMW.dll" publishTime="04/30/2010 13:43:29" />
|
||||
<file relUrl="bin/nl/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/hi/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ko/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/SteamWare.XML" publishTime="04/30/2010 10:02:06" />
|
||||
<file relUrl="bin/SteamWare.pdb" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/de/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/zh-CHT/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/zh-CHS/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/ja/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/tr-TR/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/System.Web.Ajax.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ICSharpCode.SharpZipLib.dll" publishTime="09/30/2009 12:25:00" />
|
||||
<file relUrl="WS/bilance.asmx" publishTime="03/15/2010 16:23:34" />
|
||||
<file relUrl="bin/pt/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="mazzAppSettings.config" publishTime="04/30/2010 10:37:23" />
|
||||
<file relUrl="bin/ar/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="mazzConnectionStrings.config" publishTime="03/16/2010 17:36:55" />
|
||||
<file relUrl="bin/it/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="WS/entrataMerce.asmx" publishTime="04/13/2010 15:59:28" />
|
||||
<file relUrl="Default.aspx" publishTime="04/13/2010 14:52:53" />
|
||||
</publishTarget>
|
||||
<publishTarget publishUrl="c:\inetpub\wwwroot\GMW\" />
|
||||
</publishData>
|
||||
+3
-2
@@ -35,6 +35,7 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
@@ -114,6 +115,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Reports\CartellinoTara.rdlc" />
|
||||
<EmbeddedResource Include="Reports\CartellinoCompleto.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="logs\" />
|
||||
@@ -136,8 +138,7 @@
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>49573</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
<IISUrl>http://localhost/GMW3</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<PublishCopyOption>RunFiles</PublishCopyOption>
|
||||
<PublishTargetLocation>
|
||||
</PublishTargetLocation>
|
||||
<PublishTargetLocation>c:\tmp\GMW\</PublishTargetLocation>
|
||||
<PublishDeleteAllFiles>False</PublishDeleteAllFiles>
|
||||
<PublishCopyAppData>True</PublishCopyAppData>
|
||||
<PublishCopyAppData>False</PublishCopyAppData>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
|
||||
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="GMWConnectionString">
|
||||
<rd:DataSourceID>d9194145-aa70-4a36-8b7a-c929936f98f7</rd:DataSourceID>
|
||||
<ConnectionProperties>
|
||||
<DataProvider>
|
||||
</DataProvider>
|
||||
<ConnectString>
|
||||
</ConnectString>
|
||||
</ConnectionProperties>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>14.8cm</InteractiveHeight>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>21cm</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.5cm</RightMargin>
|
||||
<LeftMargin>0.5cm</LeftMargin>
|
||||
<BottomMargin>0.5cm</BottomMargin>
|
||||
<rd:ReportID>3255cde9-74a1-4005-8008-232d8355d769</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="GMWDataSet_stp_getStatoByUdc">
|
||||
<Fields>
|
||||
<Field Name="CodCompany">
|
||||
<DataField>CodCompany</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ODP">
|
||||
<DataField>ODP</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="UDC">
|
||||
<DataField>UDC</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Tara">
|
||||
<DataField>Tara</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="IdxStato">
|
||||
<DataField>IdxStato</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Qta">
|
||||
<DataField>Qta</DataField>
|
||||
<rd:TypeName>System.Decimal</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CodImballo">
|
||||
<DataField>CodImballo</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CreateDate">
|
||||
<DataField>CreateDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ModDate">
|
||||
<DataField>ModDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>GMWConnectionString</DataSourceName>
|
||||
<CommandText>dbo.stp_getStatoByUdc</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
<rd:DataSetInfo>
|
||||
<rd:DataSetName>GMWDataSet</rd:DataSetName>
|
||||
<rd:TableName>stp_getStatoByUdc</rd:TableName>
|
||||
<rd:TableAdapterName>
|
||||
</rd:TableAdapterName>
|
||||
<rd:TableAdapterFillMethod>
|
||||
</rd:TableAdapterFillMethod>
|
||||
<rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
|
||||
</rd:DataSetInfo>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>12.69841cm</Width>
|
||||
<Style>
|
||||
<Color>SteelBlue</Color>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Cartellino Completo</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_UDC">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!UDC.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!UDC.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="UDC">
|
||||
<rd:DefaultName>UDC</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Free 3 of 9 Extended</FontFamily>
|
||||
<FontSize>60pt</FontSize>
|
||||
<TextAlign>Left</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>="*" & Fields!UDC.Value & "*"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>19cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tara</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="Tara">
|
||||
<rd:DefaultName>Tara</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!Tara.Value & " Kg"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="CreateDate">
|
||||
<rd:DefaultName>CreateDate</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!CreateDate.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>6.31847cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.36305cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.31848cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>7.01562cm</Height>
|
||||
<Left>0.5cm</Left>
|
||||
</Table>
|
||||
</ReportItems>
|
||||
<Height>13.5cm</Height>
|
||||
</Body>
|
||||
<Language>it-IT</Language>
|
||||
<TopMargin>0.5cm</TopMargin>
|
||||
<PageHeight>14.8cm</PageHeight>
|
||||
</Report>
|
||||
@@ -98,7 +98,7 @@
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>CartellinoTara</Value>
|
||||
<Value>Cartellino Tara</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
|
||||
@@ -8,6 +8,7 @@ using GMW_data;
|
||||
using GMW;
|
||||
using SteamWare;
|
||||
|
||||
|
||||
namespace GMW.WS
|
||||
{
|
||||
/// <summary>
|
||||
@@ -65,7 +66,7 @@ namespace GMW.WS
|
||||
|
||||
gestEl.caricaOperatori(DataProxy.obj.taAnagOperatore.GetData());
|
||||
return gestEl.elencoOperatori;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Fornisce l'elenco dei tipi di dichiarazione ammessi
|
||||
/// </summary>
|
||||
@@ -126,7 +127,7 @@ namespace GMW.WS
|
||||
{
|
||||
gestEl.caricaBilance(DataProxy.obj.taAnagBil.stp_getByCodCS(CodCS));
|
||||
return gestEl.elencoBilance;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
@@ -447,11 +448,38 @@ namespace GMW.WS
|
||||
public bool UdcCall_PrintLabel(string place, tipoCartellino cartellino, string UDC)
|
||||
{
|
||||
bool answ = false;
|
||||
string printerName = memLayer.ML.confReadString("printerCartTara");
|
||||
string printerName = "";
|
||||
string outForm = "";
|
||||
string pagWidth = "";
|
||||
string pagHeigth = "";
|
||||
string margin = "";
|
||||
reportRichiesto report = reportRichiesto.CartellinoPesa;
|
||||
switch (cartellino)
|
||||
{
|
||||
case tipoCartellino.soloTara:
|
||||
printerName = memLayer.ML.confReadString("printerCartTara");
|
||||
outForm = "EMF";
|
||||
pagWidth = memLayer.ML.confReadString("PageWidthCartTara");
|
||||
pagHeigth = memLayer.ML.confReadString("PageHeightCartTara");
|
||||
margin = memLayer.ML.confReadString("MarginTara");
|
||||
report = reportRichiesto.CartellinoTara;
|
||||
break;
|
||||
case tipoCartellino.completo:
|
||||
printerName = memLayer.ML.confReadString("printerCartCompleto");
|
||||
outForm = "EMF";
|
||||
pagWidth = memLayer.ML.confReadString("PageWidthCartCompleto");
|
||||
pagHeigth = memLayer.ML.confReadString("PageHeightCartCompleto");
|
||||
margin = memLayer.ML.confReadString("MarginCompleto");
|
||||
report = reportRichiesto.CartellinoPesa;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
devInfoParam deviceInfo = new devInfoParam(outForm, pagHeigth, pagWidth, margin, margin, margin, margin);
|
||||
try
|
||||
{
|
||||
if (logLevel > 5) logger.lg.scriviLog(String.Format("Sto per inviare un report alla stampante {0}", printerName), tipoLog.INFO);
|
||||
reportPrinter.obj.printReport(reportRichiesto.CartellinoTara, printerName, UDC);
|
||||
reportPrinter.obj.printReport(report, printerName, UDC, deviceInfo);
|
||||
if (logLevel > 5) logger.lg.scriviLog(String.Format("inviato comando print alla stampante {0}", printerName), tipoLog.INFO);
|
||||
answ = true;
|
||||
}
|
||||
|
||||
+9
-1
@@ -79,7 +79,15 @@
|
||||
</scripting>
|
||||
</system.web.extensions>
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator"/>
|
||||
<!--<add key="printerCartTara" value="Brother HL-4050CDN"/>-->
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartTara" value="21cm"/>
|
||||
<add key="PageHeightCartTara" value="14.8cm"/>
|
||||
<add key="MarginTara" value="0.5cm"/>
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartCompleto" value="21cm"/>
|
||||
<add key="PageHeightCartCompleto" value="14.8cm"/>
|
||||
<add key="MarginCompleto" value="0.5cm"/>
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,5 +1,12 @@
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator"/>
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartTara" value="21cm"/>
|
||||
<add key="PageHeightCartTara" value="14.8cm"/>
|
||||
<add key="MarginTara" value="0.5cm"/>
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartCompleto" value="21cm"/>
|
||||
<add key="PageHeightCartCompleto" value="14.8cm"/>
|
||||
<add key="MarginCompleto" value="0.5cm"/>
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -10,6 +10,7 @@ using System.Windows.Forms;
|
||||
using Microsoft.Reporting.WinForms;
|
||||
using System.Configuration;
|
||||
using SteamWare;
|
||||
using GMW_data;
|
||||
|
||||
/// <summary>
|
||||
/// Classe che si occupa di stampare report da reportViewer via printer remota
|
||||
@@ -58,13 +59,6 @@ public class reportPrinter
|
||||
return;
|
||||
PrintDocument printDoc = new PrintDocument();
|
||||
printDoc.PrinterSettings.PrinterName = printerName;
|
||||
#if false
|
||||
// scrivo info printer
|
||||
if (memLayer.ML.confReadInt("_logLevel") > 5)
|
||||
{
|
||||
logger.lg.scriviLog(string.Format("Print document data: {0}", printDoc.PrintController), tipoLog.INFO);
|
||||
}
|
||||
#endif
|
||||
if (!printDoc.PrinterSettings.IsValid)
|
||||
{
|
||||
logger.lg.scriviLog(String.Format("Can't find printer \"{0}\".", printerName), tipoLog.ERROR);
|
||||
@@ -112,9 +106,9 @@ public class reportPrinter
|
||||
DataTable tab = new DataTable();
|
||||
switch (tipoReport)
|
||||
{
|
||||
//case reportRichiesto.CartellinoPesa:
|
||||
// tab = (DataTable)GMW_data.DataProxy.obj.taStatoOdpUdc.getByUdc(UDC);
|
||||
// break;
|
||||
case reportRichiesto.CartellinoPesa:
|
||||
tab = (DataTable)GMW_data.DataProxy.obj.taCartellini.stp_getByUdc(UDC);
|
||||
break;
|
||||
case reportRichiesto.CartellinoTara:
|
||||
tab = (DataTable)GMW_data.DataProxy.obj.taCartellini.stp_getByUdc(UDC);
|
||||
break;
|
||||
@@ -153,37 +147,22 @@ public class reportPrinter
|
||||
/// <param name="tipoReport">report ammessi: ElencoMacchine / RichiestaIntervento</param>
|
||||
/// <param name="printerName">nome completo stampante (rispetto al server)</param>
|
||||
/// <param name="UDC">cod UDC</param>
|
||||
public void printReport(reportRichiesto tipoReport, string printerName, string UDC)
|
||||
/// <param name="deviceInfoParam">parametri "device input"</param>
|
||||
public void printReport(reportRichiesto tipoReport, string printerName, string UDC, devInfoParam deviceInfoParam)
|
||||
{
|
||||
LocalReport report = new LocalReport();
|
||||
string deviceInfo = "";
|
||||
switch (tipoReport)
|
||||
{
|
||||
//case reportRichiesto.CartellinoPesa:
|
||||
// report.ReportPath = @".\MacchineReparti.rdlc";
|
||||
// report.DataSources.Add(new ReportDataSource("WebGim", caricaDati(tipoReport, parametro)));
|
||||
// deviceInfo = "<DeviceInfo>" +
|
||||
// " <OutputFormat>EMF</OutputFormat>" +
|
||||
// " <PageWidth>29.7cm</PageWidth>" +
|
||||
// " <PageHeight>21cm</PageHeight>" +
|
||||
// " <MarginTop>0.2cm</MarginTop>" +
|
||||
// " <MarginLeft>0.2cm</MarginLeft>" +
|
||||
// " <MarginRight>0.2cm</MarginRight>" +
|
||||
// " <MarginBottom>0.2cm</MarginBottom>" +
|
||||
// "</DeviceInfo>";
|
||||
// break;
|
||||
case reportRichiesto.CartellinoPesa:
|
||||
report.ReportPath = @".\Reports\CartellinoCompleto.rdlc";
|
||||
report.DataSources.Add(new ReportDataSource("GMWDataSet_stp_getStatoByUdc", caricaDati(tipoReport, UDC)));
|
||||
deviceInfo = deviceInfoParam.xmlParam;
|
||||
break;
|
||||
case reportRichiesto.CartellinoTara:
|
||||
report.ReportPath = @".\Reports\CartellinoTara.rdlc";
|
||||
report.DataSources.Add(new ReportDataSource("GMWDataSet_stp_getStatoByUdc", caricaDati(tipoReport, UDC)));
|
||||
deviceInfo = "<DeviceInfo>" +
|
||||
" <OutputFormat>EMF</OutputFormat>" +
|
||||
" <PageWidth>21cm</PageWidth>" +
|
||||
" <PageHeight>14.8cm</PageHeight>" +
|
||||
" <MarginTop>0.5cm</MarginTop>" +
|
||||
" <MarginLeft>0.5cm</MarginLeft>" +
|
||||
" <MarginRight>0.5cm</MarginRight>" +
|
||||
" <MarginBottom>0.5cm</MarginBottom>" +
|
||||
"</DeviceInfo>";
|
||||
deviceInfo = deviceInfoParam.xmlParam;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
@@ -274,7 +253,7 @@ public class reportPrinter
|
||||
/// </summary>
|
||||
public enum reportRichiesto
|
||||
{
|
||||
//CartellinoPesa,
|
||||
CartellinoPesa,
|
||||
//CartellinoProduzione,
|
||||
CartellinoTara
|
||||
}
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<publishData>
|
||||
<publishTarget publishUrl="c:\tmp\GMW\">
|
||||
<file relUrl="bin/cs/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/System.Web.Ajax.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ru/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/AjaxControlToolkit.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/SteamWare.dll" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/es/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/fr/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW_data.dll" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/GMW_data.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/he/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/AjaxControlToolkit.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="Web.config" publishTime="04/30/2010 10:37:27" />
|
||||
<file relUrl="bin/GMW.dll" publishTime="04/30/2010 13:43:29" />
|
||||
<file relUrl="bin/nl/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/hi/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ko/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/SteamWare.XML" publishTime="04/30/2010 10:02:06" />
|
||||
<file relUrl="bin/SteamWare.pdb" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/de/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/zh-CHT/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/zh-CHS/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/ja/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/tr-TR/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/System.Web.Ajax.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ICSharpCode.SharpZipLib.dll" publishTime="09/30/2009 12:25:00" />
|
||||
<file relUrl="WS/bilance.asmx" publishTime="03/15/2010 16:23:34" />
|
||||
<file relUrl="bin/pt/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="mazzAppSettings.config" publishTime="04/30/2010 10:37:23" />
|
||||
<file relUrl="bin/ar/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="mazzConnectionStrings.config" publishTime="03/16/2010 17:36:55" />
|
||||
<file relUrl="bin/it/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="WS/entrataMerce.asmx" publishTime="04/13/2010 15:59:28" />
|
||||
<file relUrl="Default.aspx" publishTime="04/13/2010 14:52:53" />
|
||||
</publishTarget>
|
||||
<publishTarget publishUrl="c:\inetpub\wwwroot\GMW\" />
|
||||
</publishData>
|
||||
@@ -35,6 +35,7 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
@@ -114,6 +115,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Reports\CartellinoTara.rdlc" />
|
||||
<EmbeddedResource Include="Reports\CartellinoCompleto.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="logs\" />
|
||||
@@ -136,8 +138,7 @@
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>49573</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
<IISUrl>http://localhost/GMW3</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<PublishCopyOption>RunFiles</PublishCopyOption>
|
||||
<PublishTargetLocation>
|
||||
</PublishTargetLocation>
|
||||
<PublishTargetLocation>c:\tmp\GMW\</PublishTargetLocation>
|
||||
<PublishDeleteAllFiles>False</PublishDeleteAllFiles>
|
||||
<PublishCopyAppData>True</PublishCopyAppData>
|
||||
<PublishCopyAppData>False</PublishCopyAppData>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
|
||||
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="GMWConnectionString">
|
||||
<rd:DataSourceID>d9194145-aa70-4a36-8b7a-c929936f98f7</rd:DataSourceID>
|
||||
<ConnectionProperties>
|
||||
<DataProvider>
|
||||
</DataProvider>
|
||||
<ConnectString>
|
||||
</ConnectString>
|
||||
</ConnectionProperties>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>14.8cm</InteractiveHeight>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>21cm</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.5cm</RightMargin>
|
||||
<LeftMargin>0.5cm</LeftMargin>
|
||||
<BottomMargin>0.5cm</BottomMargin>
|
||||
<rd:ReportID>3255cde9-74a1-4005-8008-232d8355d769</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="GMWDataSet_stp_getStatoByUdc">
|
||||
<Fields>
|
||||
<Field Name="CodCompany">
|
||||
<DataField>CodCompany</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ODP">
|
||||
<DataField>ODP</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="UDC">
|
||||
<DataField>UDC</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Tara">
|
||||
<DataField>Tara</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="IdxStato">
|
||||
<DataField>IdxStato</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Qta">
|
||||
<DataField>Qta</DataField>
|
||||
<rd:TypeName>System.Decimal</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CodImballo">
|
||||
<DataField>CodImballo</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CreateDate">
|
||||
<DataField>CreateDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ModDate">
|
||||
<DataField>ModDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>GMWConnectionString</DataSourceName>
|
||||
<CommandText>dbo.stp_getStatoByUdc</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
<rd:DataSetInfo>
|
||||
<rd:DataSetName>GMWDataSet</rd:DataSetName>
|
||||
<rd:TableName>stp_getStatoByUdc</rd:TableName>
|
||||
<rd:TableAdapterName>
|
||||
</rd:TableAdapterName>
|
||||
<rd:TableAdapterFillMethod>
|
||||
</rd:TableAdapterFillMethod>
|
||||
<rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
|
||||
</rd:DataSetInfo>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>12.69841cm</Width>
|
||||
<Style>
|
||||
<Color>SteelBlue</Color>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Cartellino Completo</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_UDC">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!UDC.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!UDC.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="UDC">
|
||||
<rd:DefaultName>UDC</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Free 3 of 9 Extended</FontFamily>
|
||||
<FontSize>60pt</FontSize>
|
||||
<TextAlign>Left</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>="*" & Fields!UDC.Value & "*"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>19cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tara</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="Tara">
|
||||
<rd:DefaultName>Tara</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!Tara.Value & " Kg"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="CreateDate">
|
||||
<rd:DefaultName>CreateDate</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!CreateDate.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>6.31847cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.36305cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.31848cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>7.01562cm</Height>
|
||||
<Left>0.5cm</Left>
|
||||
</Table>
|
||||
</ReportItems>
|
||||
<Height>13.5cm</Height>
|
||||
</Body>
|
||||
<Language>it-IT</Language>
|
||||
<TopMargin>0.5cm</TopMargin>
|
||||
<PageHeight>14.8cm</PageHeight>
|
||||
</Report>
|
||||
@@ -98,7 +98,7 @@
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>CartellinoTara</Value>
|
||||
<Value>Cartellino Tara</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,5 +1,12 @@
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator"/>
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartTara" value="21cm"/>
|
||||
<add key="PageHeightCartTara" value="14.8cm"/>
|
||||
<add key="MarginTara" value="0.5cm"/>
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartCompleto" value="21cm"/>
|
||||
<add key="PageHeightCartCompleto" value="14.8cm"/>
|
||||
<add key="MarginCompleto" value="0.5cm"/>
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -50,7 +50,14 @@
|
||||
</httpModules>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator" />
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator" />
|
||||
<add key="PageWidthCartTara" value="21cm" />
|
||||
<add key="PageHeightCartTara" value="14.8cm" />
|
||||
<add key="MarginTara" value="0.5cm" />
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator" />
|
||||
<add key="PageWidthCartCompleto" value="21cm" />
|
||||
<add key="PageHeightCartCompleto" value="14.8cm" />
|
||||
<add key="MarginCompleto" value="0.5cm" />
|
||||
<add key="_logDir" value="~/logs/" />
|
||||
<add key="_logLevel" value="6" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
<publishData>
|
||||
<publishTarget publishUrl="c:\tmp\GMW\">
|
||||
<file relUrl="bin/cs/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/System.Web.Ajax.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ru/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/AjaxControlToolkit.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/SteamWare.dll" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/es/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/fr/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW_data.dll" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/GMW_data.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/he/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/AjaxControlToolkit.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="Web.config" publishTime="04/30/2010 10:37:27" />
|
||||
<file relUrl="bin/GMW.dll" publishTime="04/30/2010 13:43:29" />
|
||||
<file relUrl="bin/nl/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/hi/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ko/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/SteamWare.XML" publishTime="04/30/2010 10:02:06" />
|
||||
<file relUrl="bin/SteamWare.pdb" publishTime="03/15/2010 18:09:01" />
|
||||
<file relUrl="bin/de/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/GMW.pdb" publishTime="04/30/2010 13:43:28" />
|
||||
<file relUrl="bin/zh-CHT/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/zh-CHS/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/ja/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/tr-TR/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="bin/System.Web.Ajax.pdb" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="bin/ICSharpCode.SharpZipLib.dll" publishTime="09/30/2009 12:25:00" />
|
||||
<file relUrl="WS/bilance.asmx" publishTime="03/15/2010 16:23:34" />
|
||||
<file relUrl="bin/pt/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:10" />
|
||||
<file relUrl="mazzAppSettings.config" publishTime="04/30/2010 10:37:23" />
|
||||
<file relUrl="bin/ar/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="mazzConnectionStrings.config" publishTime="03/16/2010 17:36:55" />
|
||||
<file relUrl="bin/it/AjaxControlToolkit.resources.dll" publishTime="12/24/2009 12:41:09" />
|
||||
<file relUrl="WS/entrataMerce.asmx" publishTime="04/13/2010 15:59:28" />
|
||||
<file relUrl="Default.aspx" publishTime="04/13/2010 14:52:53" />
|
||||
</publishTarget>
|
||||
<publishTarget publishUrl="c:\inetpub\wwwroot\GMW\" />
|
||||
</publishData>
|
||||
@@ -35,6 +35,7 @@
|
||||
<WarningLevel>4</WarningLevel>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="Microsoft.ReportViewer.WinForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
@@ -114,6 +115,7 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Reports\CartellinoTara.rdlc" />
|
||||
<EmbeddedResource Include="Reports\CartellinoCompleto.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="logs\" />
|
||||
@@ -136,8 +138,7 @@
|
||||
<AutoAssignPort>True</AutoAssignPort>
|
||||
<DevelopmentServerPort>49573</DevelopmentServerPort>
|
||||
<DevelopmentServerVPath>/</DevelopmentServerVPath>
|
||||
<IISUrl>
|
||||
</IISUrl>
|
||||
<IISUrl>http://localhost/GMW3</IISUrl>
|
||||
<NTLMAuthentication>False</NTLMAuthentication>
|
||||
<UseCustomServer>False</UseCustomServer>
|
||||
<CustomServerUrl>
|
||||
|
||||
@@ -10,10 +10,9 @@
|
||||
<NativeDebugging>False</NativeDebugging>
|
||||
<SQLDebugging>False</SQLDebugging>
|
||||
<PublishCopyOption>RunFiles</PublishCopyOption>
|
||||
<PublishTargetLocation>
|
||||
</PublishTargetLocation>
|
||||
<PublishTargetLocation>c:\tmp\GMW\</PublishTargetLocation>
|
||||
<PublishDeleteAllFiles>False</PublishDeleteAllFiles>
|
||||
<PublishCopyAppData>True</PublishCopyAppData>
|
||||
<PublishCopyAppData>False</PublishCopyAppData>
|
||||
<ExternalProgram>
|
||||
</ExternalProgram>
|
||||
<StartExternalURL>
|
||||
|
||||
@@ -0,0 +1,258 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
|
||||
<DataSources>
|
||||
<DataSource Name="GMWConnectionString">
|
||||
<rd:DataSourceID>d9194145-aa70-4a36-8b7a-c929936f98f7</rd:DataSourceID>
|
||||
<ConnectionProperties>
|
||||
<DataProvider>
|
||||
</DataProvider>
|
||||
<ConnectString>
|
||||
</ConnectString>
|
||||
</ConnectionProperties>
|
||||
</DataSource>
|
||||
</DataSources>
|
||||
<InteractiveHeight>14.8cm</InteractiveHeight>
|
||||
<rd:DrawGrid>true</rd:DrawGrid>
|
||||
<InteractiveWidth>21cm</InteractiveWidth>
|
||||
<rd:GridSpacing>0.25cm</rd:GridSpacing>
|
||||
<rd:SnapToGrid>true</rd:SnapToGrid>
|
||||
<RightMargin>0.5cm</RightMargin>
|
||||
<LeftMargin>0.5cm</LeftMargin>
|
||||
<BottomMargin>0.5cm</BottomMargin>
|
||||
<rd:ReportID>3255cde9-74a1-4005-8008-232d8355d769</rd:ReportID>
|
||||
<PageWidth>21cm</PageWidth>
|
||||
<DataSets>
|
||||
<DataSet Name="GMWDataSet_stp_getStatoByUdc">
|
||||
<Fields>
|
||||
<Field Name="CodCompany">
|
||||
<DataField>CodCompany</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ODP">
|
||||
<DataField>ODP</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="UDC">
|
||||
<DataField>UDC</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Tara">
|
||||
<DataField>Tara</DataField>
|
||||
<rd:TypeName>System.Double</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="IdxStato">
|
||||
<DataField>IdxStato</DataField>
|
||||
<rd:TypeName>System.Int32</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="Qta">
|
||||
<DataField>Qta</DataField>
|
||||
<rd:TypeName>System.Decimal</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CodImballo">
|
||||
<DataField>CodImballo</DataField>
|
||||
<rd:TypeName>System.String</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="CreateDate">
|
||||
<DataField>CreateDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
<Field Name="ModDate">
|
||||
<DataField>ModDate</DataField>
|
||||
<rd:TypeName>System.DateTime</rd:TypeName>
|
||||
</Field>
|
||||
</Fields>
|
||||
<Query>
|
||||
<DataSourceName>GMWConnectionString</DataSourceName>
|
||||
<CommandText>dbo.stp_getStatoByUdc</CommandText>
|
||||
<rd:UseGenericDesigner>true</rd:UseGenericDesigner>
|
||||
</Query>
|
||||
<rd:DataSetInfo>
|
||||
<rd:DataSetName>GMWDataSet</rd:DataSetName>
|
||||
<rd:TableName>stp_getStatoByUdc</rd:TableName>
|
||||
<rd:TableAdapterName>
|
||||
</rd:TableAdapterName>
|
||||
<rd:TableAdapterFillMethod>
|
||||
</rd:TableAdapterFillMethod>
|
||||
<rd:TableAdapterGetDataMethod>GetData</rd:TableAdapterGetDataMethod>
|
||||
</rd:DataSetInfo>
|
||||
</DataSet>
|
||||
</DataSets>
|
||||
<Code />
|
||||
<Width>20cm</Width>
|
||||
<Body>
|
||||
<ColumnSpacing>1cm</ColumnSpacing>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox1">
|
||||
<rd:DefaultName>textbox1</rd:DefaultName>
|
||||
<Width>12.69841cm</Width>
|
||||
<Style>
|
||||
<Color>SteelBlue</Color>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>20pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>Cartellino Completo</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
<Top>4cm</Top>
|
||||
<TableGroups>
|
||||
<TableGroup>
|
||||
<Grouping Name="table1_UDC">
|
||||
<GroupExpressions>
|
||||
<GroupExpression>=Fields!UDC.Value</GroupExpression>
|
||||
</GroupExpressions>
|
||||
</Grouping>
|
||||
<Sorting>
|
||||
<SortBy>
|
||||
<SortExpression>=Fields!UDC.Value</SortExpression>
|
||||
<Direction>Ascending</Direction>
|
||||
</SortBy>
|
||||
</Sorting>
|
||||
<Header>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ColSpan>3</ColSpan>
|
||||
<ReportItems>
|
||||
<Textbox Name="UDC">
|
||||
<rd:DefaultName>UDC</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Free 3 of 9 Extended</FontFamily>
|
||||
<FontSize>60pt</FontSize>
|
||||
<TextAlign>Left</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>="*" & Fields!UDC.Value & "*"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Header>
|
||||
</TableGroup>
|
||||
</TableGroups>
|
||||
<Width>19cm</Width>
|
||||
<Details>
|
||||
<TableRows>
|
||||
<TableRow>
|
||||
<TableCells>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="textbox4">
|
||||
<rd:DefaultName>textbox4</rd:DefaultName>
|
||||
<Style>
|
||||
<BackgroundColor>White</BackgroundColor>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<FontWeight>700</FontWeight>
|
||||
<TextAlign>Right</TextAlign>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>Tara</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="Tara">
|
||||
<rd:DefaultName>Tara</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!Tara.Value & " Kg"</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
<TableCell>
|
||||
<ReportItems>
|
||||
<Textbox Name="CreateDate">
|
||||
<rd:DefaultName>CreateDate</rd:DefaultName>
|
||||
<Style>
|
||||
<BorderColor>
|
||||
<Default>LightGrey</Default>
|
||||
</BorderColor>
|
||||
<BorderStyle>
|
||||
<Default>Solid</Default>
|
||||
</BorderStyle>
|
||||
<FontFamily>Tahoma</FontFamily>
|
||||
<FontSize>18pt</FontSize>
|
||||
<PaddingLeft>2pt</PaddingLeft>
|
||||
<PaddingRight>2pt</PaddingRight>
|
||||
<PaddingTop>2pt</PaddingTop>
|
||||
<PaddingBottom>2pt</PaddingBottom>
|
||||
</Style>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Value>=Fields!CreateDate.Value</Value>
|
||||
</Textbox>
|
||||
</ReportItems>
|
||||
</TableCell>
|
||||
</TableCells>
|
||||
<Height>3.50781cm</Height>
|
||||
</TableRow>
|
||||
</TableRows>
|
||||
</Details>
|
||||
<TableColumns>
|
||||
<TableColumn>
|
||||
<Width>6.31847cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.36305cm</Width>
|
||||
</TableColumn>
|
||||
<TableColumn>
|
||||
<Width>6.31848cm</Width>
|
||||
</TableColumn>
|
||||
</TableColumns>
|
||||
<Height>7.01562cm</Height>
|
||||
<Left>0.5cm</Left>
|
||||
</Table>
|
||||
</ReportItems>
|
||||
<Height>13.5cm</Height>
|
||||
</Body>
|
||||
<Language>it-IT</Language>
|
||||
<TopMargin>0.5cm</TopMargin>
|
||||
<PageHeight>14.8cm</PageHeight>
|
||||
</Report>
|
||||
@@ -98,7 +98,7 @@
|
||||
<ZIndex>1</ZIndex>
|
||||
<CanGrow>true</CanGrow>
|
||||
<Height>0.91429cm</Height>
|
||||
<Value>CartellinoTara</Value>
|
||||
<Value>Cartellino Tara</Value>
|
||||
</Textbox>
|
||||
<Table Name="table1">
|
||||
<DataSetName>GMWDataSet_stp_getStatoByUdc</DataSetName>
|
||||
|
||||
@@ -8,6 +8,7 @@ using GMW_data;
|
||||
using GMW;
|
||||
using SteamWare;
|
||||
|
||||
|
||||
namespace GMW.WS
|
||||
{
|
||||
/// <summary>
|
||||
@@ -65,7 +66,7 @@ namespace GMW.WS
|
||||
|
||||
gestEl.caricaOperatori(DataProxy.obj.taAnagOperatore.GetData());
|
||||
return gestEl.elencoOperatori;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// Fornisce l'elenco dei tipi di dichiarazione ammessi
|
||||
/// </summary>
|
||||
@@ -126,7 +127,7 @@ namespace GMW.WS
|
||||
{
|
||||
gestEl.caricaBilance(DataProxy.obj.taAnagBil.stp_getByCodCS(CodCS));
|
||||
return gestEl.elencoBilance;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endregion
|
||||
@@ -447,11 +448,38 @@ namespace GMW.WS
|
||||
public bool UdcCall_PrintLabel(string place, tipoCartellino cartellino, string UDC)
|
||||
{
|
||||
bool answ = false;
|
||||
string printerName = memLayer.ML.confReadString("printerCartTara");
|
||||
string printerName = "";
|
||||
string outForm = "";
|
||||
string pagWidth = "";
|
||||
string pagHeigth = "";
|
||||
string margin = "";
|
||||
reportRichiesto report = reportRichiesto.CartellinoPesa;
|
||||
switch (cartellino)
|
||||
{
|
||||
case tipoCartellino.soloTara:
|
||||
printerName = memLayer.ML.confReadString("printerCartTara");
|
||||
outForm = "EMF";
|
||||
pagWidth = memLayer.ML.confReadString("PageWidthCartTara");
|
||||
pagHeigth = memLayer.ML.confReadString("PageHeightCartTara");
|
||||
margin = memLayer.ML.confReadString("MarginTara");
|
||||
report = reportRichiesto.CartellinoTara;
|
||||
break;
|
||||
case tipoCartellino.completo:
|
||||
printerName = memLayer.ML.confReadString("printerCartCompleto");
|
||||
outForm = "EMF";
|
||||
pagWidth = memLayer.ML.confReadString("PageWidthCartCompleto");
|
||||
pagHeigth = memLayer.ML.confReadString("PageHeightCartCompleto");
|
||||
margin = memLayer.ML.confReadString("MarginCompleto");
|
||||
report = reportRichiesto.CartellinoPesa;
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
devInfoParam deviceInfo = new devInfoParam(outForm, pagHeigth, pagWidth, margin, margin, margin, margin);
|
||||
try
|
||||
{
|
||||
if (logLevel > 5) logger.lg.scriviLog(String.Format("Sto per inviare un report alla stampante {0}", printerName), tipoLog.INFO);
|
||||
reportPrinter.obj.printReport(reportRichiesto.CartellinoTara, printerName, UDC);
|
||||
reportPrinter.obj.printReport(report, printerName, UDC, deviceInfo);
|
||||
if (logLevel > 5) logger.lg.scriviLog(String.Format("inviato comando print alla stampante {0}", printerName), tipoLog.INFO);
|
||||
answ = true;
|
||||
}
|
||||
|
||||
@@ -79,7 +79,15 @@
|
||||
</scripting>
|
||||
</system.web.extensions>
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator"/>
|
||||
<!--<add key="printerCartTara" value="Brother HL-4050CDN"/>-->
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartTara" value="21cm"/>
|
||||
<add key="PageHeightCartTara" value="14.8cm"/>
|
||||
<add key="MarginTara" value="0.5cm"/>
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartCompleto" value="21cm"/>
|
||||
<add key="PageHeightCartCompleto" value="14.8cm"/>
|
||||
<add key="MarginCompleto" value="0.5cm"/>
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -1,5 +1,12 @@
|
||||
<appSettings>
|
||||
<add key="printerCartTara" value="PDFCreator"/>
|
||||
<add key="printerCartTara" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartTara" value="21cm"/>
|
||||
<add key="PageHeightCartTara" value="14.8cm"/>
|
||||
<add key="MarginTara" value="0.5cm"/>
|
||||
<add key="printerCartCompleto" value="\\Vostro410\PDFCreator"/>
|
||||
<add key="PageWidthCartCompleto" value="21cm"/>
|
||||
<add key="PageHeightCartCompleto" value="14.8cm"/>
|
||||
<add key="MarginCompleto" value="0.5cm"/>
|
||||
<add key="_logDir" value="~/logs/"/>
|
||||
<add key="_logLevel" value="6"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -350,7 +350,7 @@
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:GMW"
|
||||
"ProductCode" = "8:{411F1AE9-7396-448A-A8F5-75F30B3A6CB6}"
|
||||
"PackageCode" = "8:{EFECE576-1296-433D-99D8-E5FBAAEAD1E4}"
|
||||
"PackageCode" = "8:{5E98BBFD-AFB4-4963-8AFF-70CFA8DF27DD}"
|
||||
"UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user