Aggiunta parte del progetto che gestisce deploy mono-assembly + installer di web application...

git-svn-id: https://keyhammer.ath.cx/svn/XPS/trunk@79 43c8e981-f90d-406c-a89a-24a2c4268d51
This commit is contained in:
samuele
2008-11-12 16:42:22 +00:00
parent e15b3d5e9b
commit e463cd87cd
204 changed files with 6607 additions and 16 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
+1 -1
View File
@@ -31,7 +31,7 @@
<add tagPrefix="asp" namespace="Microsoft.Web.Preview.UI.Controls" assembly="Microsoft.Web.Preview"/>
</controls>
</pages>
<compilation debug="true">
<compilation debug="false">
<assemblies>
<add assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
+4
View File
@@ -0,0 +1,4 @@
12/11/2008 11.34.19 [INFO] - L'utente Locatelli Samuele (VOSTRO410\Administrator) ha effettuato il login correttamente
12/11/2008 12.15.03 [INFO] - L'utente Locatelli Samuele (VOSTRO410\Administrator) ha effettuato il login correttamente
12/11/2008 13.52.25 [INFO] - L'utente Locatelli Samuele (VOSTRO410\Administrator) ha effettuato il login correttamente
12/11/2008 15.24.34 [INFO] - L'utente Locatelli Samuele (VOSTRO410\Administrator) ha effettuato il login correttamente
+1 -1
View File
@@ -1,4 +1,4 @@
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="mod_menuBottom.ascx.cs"
Inherits="mod_menuBottom" %>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">76 - </asp:Label>
<asp:Label runat="server" ID="lblApp" Text="."></asp:Label><asp:Label ID="lblrev" runat="server">78 - </asp:Label>
<asp:Label runat="server" ID="lblCopyRight" Text="..."></asp:Label>
+44 -14
View File
@@ -1,38 +1,36 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWareXPS", "..\SteamWareXPS\SteamWareXPS.csproj", "{4FE11D55-8C70-4084-9970-5C5F59628F6C}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\SteamWare\SteamWare.csproj", "{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}"
ProjectSection(WebsiteProperties) = preProject
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.Debug = "False"
EndProjectSection
EndProject
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "C:\...\XPS\", "..\..\WebSites\XPS\", "{B1C93D09-7B57-4B57-93EF-0539F31A7102}"
Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "XPS", "..\..\WebSites\XPS\", "{B1C93D09-7B57-4B57-93EF-0539F31A7102}"
ProjectSection(WebsiteProperties) = preProject
TargetFramework = "2.0"
ProjectReferences = "{4FE11D55-8C70-4084-9970-5C5F59628F6C}|SteamWareXPS.dll;{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}|SteamWare.dll;"
Debug.AspNetCompiler.VirtualPath = "/XPS"
Debug.AspNetCompiler.PhysicalPath = "..\..\WebSites\XPS\"
Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\XPS\"
Debug.AspNetCompiler.Updateable = "true"
Debug.AspNetCompiler.ForceOverwrite = "true"
Debug.AspNetCompiler.FixedNames = "false"
Debug.AspNetCompiler.FixedNames = "true"
Debug.AspNetCompiler.Debug = "True"
Release.AspNetCompiler.VirtualPath = "/XPS"
Release.AspNetCompiler.PhysicalPath = "..\..\WebSites\XPS\"
Release.AspNetCompiler.TargetPath = "PrecompiledWeb\XPS\"
Release.AspNetCompiler.Updateable = "true"
Release.AspNetCompiler.ForceOverwrite = "true"
Release.AspNetCompiler.FixedNames = "false"
Release.AspNetCompiler.FixedNames = "true"
Release.AspNetCompiler.Debug = "False"
VWDPort = "57313"
VWDPort = "59163"
DefaultWebSiteLanguage = "Visual C#"
EndProjectSection
EndProject
Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "XPS_installer", "XPS_installer\XPS_installer.vdproj", "{DE085B2F-CF8E-4997-924C-C929350317EE}"
EndProject
Project("{2CFEAB61-6A3B-4EB8-B523-560B4BEEF521}") = "XPS_deploy", "XPS_deploy\XPS_deploy.wdproj", "{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|.NET = Debug|.NET
@@ -109,6 +107,38 @@ Global
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|Any CPU.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|Mixed Platforms.ActiveCfg = Debug|.NET
{B1C93D09-7B57-4B57-93EF-0539F31A7102}.Release|Mixed Platforms.Build.0 = Debug|.NET
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|.NET.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|Any CPU.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.Debug|Mixed Platforms.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|.NET.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|Any CPU.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceDebug|Mixed Platforms.ActiveCfg = Debug
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|.NET.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|Any CPU.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.ForceRelease|Mixed Platforms.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|.NET.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|Any CPU.ActiveCfg = Release
{DE085B2F-CF8E-4997-924C-C929350317EE}.Release|Mixed Platforms.ActiveCfg = Release
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|.NET.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|.NET.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Any CPU.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Any CPU.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceDebug|Mixed Platforms.Build.0 = Debug|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|.NET.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Any CPU.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Any CPU.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.ForceRelease|Mixed Platforms.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|.NET.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Any CPU.Build.0 = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{2F3C923A-AE51-4B80-87E0-85C7DF7038A9}.Release|Mixed Platforms.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
@@ -0,0 +1,71 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSearch, XPS_deploy" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
<%@ Register Src="mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc4" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
<uc4:mod_ricercaGenerica ID="Mod_ricercaGenerica1" runat="server" />
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,32 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimple, XPS_deploy" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Simplepage</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body" onunload="mostraClessidra();">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,32 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxSimpleUpload, XPS_deploy" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>SimplePage</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server" method="post" enctype="multipart/form-data">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true">
</asp:ScriptManager>
<div>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="bodyMain">
<div>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</div>
</td>
</tr>
<tr>
<td class="bottomWrite">
<uc1:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
@@ -0,0 +1,71 @@
<%@ master language="C#" autoeventwireup="true" inherits="AjaxTitle, XPS_deploy" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_pageTitleAndSearch.ascx" TagName="mod_pageTitleAndSearch" TagPrefix="uc3" %>
<%@ Register Src="mod_ricercaGenerica.ascx" TagName="mod_ricercaGenerica" TagPrefix="uc4" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<table class="tableContenuto" cellpadding="0" cellspacing="0">
<tr class="topContrDx">
<td style="width: 25%;" valign="baseline">
<uc3:mod_pageTitleAndSearch ID="Mod_pageTitleAndSearch1" runat="server" />
</td>
<td style="width: 75%; text-align: left;">
&nbsp;
</td>
</tr>
<tr>
<td colspan="2" class="contrRiq">
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</table>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,34 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaEventi, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_ev2stati.ascx" TagName="mod_ev2stati" TagPrefix="uc2" %>
<%@ Register Src="mod_anagraficaEventi.ascx" TagName="mod_anagraficaEventi" TagPrefix="uc1" %>
<%@ Register Src="mod_filtro.ascx" TagName="mod_filtro" TagPrefix="uc4" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<uc1:mod_anagraficaEventi ID="Mod_anagraficaEventi1" runat="server" />
<asp:Panel runat="server" ID="pnlDet" Visible="false" Width="100%">
<table>
<tr>
<td>
<div class="filtro_1">
<uc4:mod_filtro ID="Mod_filtroTipoObj" runat="server" changeCheckEnabled="false"
changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsTipoObj" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="DS_utilityTableAdapters.v_selTipoObjTableAdapter">
</asp:ObjectDataSource>
</div>
<div class="filtro_2">
<uc4:mod_filtro ID="Mod_filtroMappa" runat="server" changeCheckEnabled="false" changeCheckVisible="false" />
<asp:ObjectDataSource ID="odsMappa" runat="server" OldValuesParameterFormatString="Original_{0}"
SelectMethod="GetData" TypeName="DS_utilityTableAdapters.v_selTipoMappaTableAdapter">
</asp:ObjectDataSource>
</div>
</td>
</tr>
<tr>
<td>
<uc2:mod_ev2stati ID="Mod_ev2stati1" runat="server" />
</td>
</tr>
</table>
</asp:Panel>
</asp:Content>
@@ -0,0 +1,9 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaMappe, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaMappe.ascx" TagName="mod_anagraficaMappe" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<a href="AnagraficaMappe.aspx"></a>
<uc1:mod_anagraficaMappe ID="Mod_anagraficaMappe1" runat="server" />
<a href="AnagraficaMappe.aspx"></a>
</asp:Content>
@@ -0,0 +1,7 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaObjSet, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaObjSet.ascx" TagName="mod_anagraficaObjSet" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagraficaObjSet ID="mod_anagraficaObjSet1" runat="server" />
</asp:Content>
@@ -0,0 +1,7 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaStati, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_anagraficaStati.ascx" TagName="mod_anagraficaStati" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagraficaStati ID="Mod_anagraficaStati1" runat="server" />
</asp:Content>
@@ -0,0 +1,7 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="AnagraficaTipoObj, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_selettore_ajax.ascx" TagName="mod_selettore_ajax" TagPrefix="uc1" %>
<%@ Register Src="mod_anagTipoObj.ascx" TagName="mod_anagTipoObj" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_anagTipoObj ID="Mod_anagTipoObj1" runat="server" />
</asp:Content>
+62
View File
@@ -0,0 +1,62 @@
------------------------------------------------
- 20081024
------------------------------------------------
OK - togliere codCli (non gli serve)
OK - togliere data prev da ins magazziniere...
OK - agganciare filtraggi e filtro ricerca generica
OK - accettazione x magazziniere, che non possa accettare o cancellare post aver già accettato... idem x editing...
OK - inserire voci in mantis varie
OK - una vista x ogni funzione
OK - magazzino
OK - produzione
OK - realizzare allocazione risorse (data)
OK --> FARE a livello di elencoCommesse (che sovrascrive TUTTI i child) così:
OK + select al posto di update
OK + override con click method e lasciare selected
OK + mostrare un panel con i dettagli data/ora e pulsante di salvataggio che prende selected + altro x salvare query...
OK - segreteria
OK - admin (da magazzino... con altri editing & co...)
OK - barcode da web?
------------------------------------------------
- 20081027
------------------------------------------------
- BUG:
OK - errore numerazione righe e ULP...
OK - dettaglio rimanda sempre a scheda direzione e non a quella di provenienza, ToFix!
OK - migliorare interfaccia x navigazione dettagli con
OK - 2 label
OK - testata colorata
OK - fix errore cambio stati...
- cosa può fare ogni funzione?
OK - magazzino: crea, aggiunge righe/ULP e cancella e modifica descrizione fino a quando approva, poi è fuori dal gioco...
OK - indica spedito con barcode
OK - direzione:
OK - può cambiare lo stato...
OK - prod:
OK - indica DueDate in massa o per ogni ULP
OK - segreteria:
OK - indica che è stato fatturato con pulsante
------------------------------------------------
- 20081028
------------------------------------------------
OK - obbligatorio dire fosfatazione/brunitura (usato ExtKey)
OK - fare 2 schede: 1 fosf/brun
OK - elenco mostra sempre da oggi in poi
OK - nelle schede x giorno riportare elenco comm + scadute
OK - mostra fino a stato 4 compreso
OK - mostrare oggetti livello 3 con dettagli "testata" di liv 1-2 (DDT e riga...)
OK - BUG: se cambio valori non si aggiorna il gridView interno
------------------------------------------------
- 20081030
------------------------------------------------
OK- verificare come fa avanzamento stato... TEMO lo faccia x tutto il DDT e NON è corretto... deve farlo SOLO x 1 ULP e POI se tutti sono andati avanti aggiorna il campo mamma e così via...
OK - realizzare con stored update SOLO elementi livello 3...
OK - realizzare con trigger update a cascata... 3-->2 e 2-->1
OK - avanzamento stato: obj mamma ha stato min tra i vari child... + in visualizzazione mostrare stato min e Max
+17
View File
@@ -0,0 +1,17 @@
<%@ page language="C#" autoeventwireup="true" inherits="_Default, XPS_deploy" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<link href="brembo.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<div>
</div>
</form>
</body>
</html>
@@ -0,0 +1,55 @@
<%@ master language="C#" autoeventwireup="true" inherits="MasterAjax, XPS_deploy" %>
<%@ Register Src="mod_menuTop.ascx" TagName="mod_menuTop" TagPrefix="uc1" %>
<%@ Register Src="mod_menuSx.ascx" TagName="mod_menuSx" TagPrefix="uc2" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc5" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title></title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="body">
<form id="form1" runat="server">
<asp:ScriptManager ID="sm" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="true"
EnableScriptLocalization="true">
</asp:ScriptManager>
<table class="formatTableGeneral" id="tblFormat" cellspacing="0" cellpadding="0">
<tr>
<td class="topMenu" colspan="2">
<div>
<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<uc1:mod_menuTop ID="Mod_menuTop1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td class="menuSx">
<asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Always" RenderMode="Inline">
<ContentTemplate>
<uc2:mod_menuSx ID="Mod_menuSx1" runat="server" />
</ContentTemplate>
</asp:UpdatePanel>
</td>
<td class="bodyMain">
<div>
<asp:UpdatePanel ID="updPanelPagina" runat="server" UpdateMode="Conditional" RenderMode="Inline">
<ContentTemplate>
<asp:ContentPlaceHolder ID="ContentPlaceHolder1" runat="server">
</asp:ContentPlaceHolder>
</ContentTemplate>
</asp:UpdatePanel>
</div>
</td>
</tr>
<tr>
<td colspan="2" class="bottomWrite">
<uc5:mod_menuBottom ID="Mod_menuBottom1" runat="server" />
</td>
</tr>
</table>
</form>
</body>
</html>
@@ -0,0 +1,28 @@
<%@ master language="C#" autoeventwireup="true" inherits="Portable, XPS_deploy" %>
<%@ Register Src="mod_menuBottomPortable.ascx" TagName="mod_menuBottomMini" TagPrefix="uc2" %>
<%@ Register Src="mod_titlePortable.ascx" TagName="mod_titleMini" TagPrefix="uc3" %>
<%@ Register Src="mod_menuBottom.ascx" TagName="mod_menuBottom" TagPrefix="uc1" %>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
<link href="Style.css" rel="stylesheet" type="text/css" />
</head>
<body class="bodyPortable">
<div style="iphone">
<form id="form1" runat="server">
<div>
<table width="100%">
<tr><td align="center">
<uc3:mod_titleMini id="Mod_titleMini1" runat="server">
</uc3:mod_titleMini>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
<uc2:mod_menuBottomMini ID="Mod_menuBottomMini1" runat="server" />
</td></tr>
</table>
</div>
</form>
</div>
</body>
</html>
@@ -0,0 +1 @@
<precompiledApp version="2" updatable="true"/>
@@ -0,0 +1,17 @@
<%@ master language="C#" autoeventwireup="true" inherits="MasterPage, XPS_deploy" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>Untitled Page</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<asp:contentplaceholder id="ContentPlaceHolder1" runat="server">
</asp:contentplaceholder>
</div>
</form>
</body>
</html>
File diff suppressed because it is too large Load Diff
+8
View File
@@ -0,0 +1,8 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="barcode, XPS_deploy" %>
<%@ Register src="mod_barcode.ascx" tagname="mod_barcode" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_barcode ID="mod_barcode1" runat="server" />
</asp:Content>
@@ -0,0 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
<preserve resultType="6" virtualPath="/XPS/App_Code/" hash="4a605b9e" filehash="" flags="140000" assembly="XPS_deploy" />
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+12
View File
@@ -0,0 +1,12 @@
<%@ page language="C#" masterpagefile="~/MasterAjax.master" autoeventwireup="true" inherits="chLang, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_chLang.ascx" TagName="mod_chLang" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<table class="bodyCenter">
<tr>
<td>
<uc1:mod_chLang ID="Mod_chLang1" runat="server" />
</td>
</tr>
</table>
</asp:Content>
+10
View File
@@ -0,0 +1,10 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxTitle.master" autoeventwireup="true" inherits="detComm, XPS_deploy" %>
<%@ Register Src="mod_dettComm.ascx" TagName="mod_dettComm" TagPrefix="uc1" %>
<%@ Register Src="mod_ULP.ascx" TagName="mod_ULP" TagPrefix="uc2" %>
<%@ Register Src="mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<uc1:mod_dettComm ID="mod_dettComm1" runat="server" />
<uc2:mod_ULP ID="mod_ULP1" runat="server" Visible="false" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,8 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="elencoBarcode, XPS_deploy" %>
<%@ Register src="mod_elencoBarcode.ascx" tagname="mod_elencoBarcode" tagprefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_elencoBarcode ID="mod_elencoBarcode1" runat="server" />
</asp:Content>
@@ -0,0 +1,9 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoComm, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register src="mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_elencoComm ID="Mod_elencoComm1" runat="server" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
@@ -0,0 +1,10 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommMag, XPS_deploy" %>
<%@ Register src="mod_elencoComm.ascx" tagname="mod_elencoComm" tagprefix="uc1" %>
<%@ Register src="mod_fixCal.ascx" tagname="mod_fixCal" tagprefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<uc1:mod_elencoComm ID="Mod_elencoComm1" runat="server" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
@@ -0,0 +1,8 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommProd, XPS_deploy" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register Src="mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<uc1:mod_elencoComm ID="Mod_elencoComm1" runat="server" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
@@ -0,0 +1,8 @@
<%@ page title="" language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="elencoCommSegr, XPS_deploy" %>
<%@ Register Src="mod_elencoComm.ascx" TagName="mod_elencoComm" TagPrefix="uc1" %>
<%@ Register Src="mod_fixCal.ascx" TagName="mod_fixCal" TagPrefix="uc2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<uc1:mod_elencoComm ID="Mod_elencoComm1" runat="server" />
<uc2:mod_fixCal ID="mod_fixCal1" runat="server" />
</asp:Content>
@@ -0,0 +1,8 @@
<%@ page language="C#" masterpagefile="~/AjaxSimple.master" autoeventwireup="true" inherits="forceUser, XPS_deploy" title="Untitled Page" %>
<%@ Register Src="mod_login.ascx" TagName="mod_login" TagPrefix="uc1" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server">
<div class="centerAll">
<uc1:mod_login ID="Mod_login1" runat="server" />
</div>
</asp:Content>
@@ -0,0 +1,4 @@
<%@ page language="C#" masterpagefile="~/AjaxSearch.master" autoeventwireup="true" inherits="gestAnagrTbl, XPS_deploy" title="Untitled Page" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
</asp:Content>
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 593 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 313 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 652 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 815 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 115 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 866 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 716 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 518 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 675 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 655 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Some files were not shown because too many files have changed in this diff Show More