From bf73a73b322674f4d153f86119aeecef32efe7de Mon Sep 17 00:00:00 2001 From: Alessandro Bonazzi Date: Fri, 3 Sep 2021 20:45:34 +0200 Subject: [PATCH] Patch level : 12.0 1072 Files correlati : batbtpe.msk f154.dir f154.trr li0400a.msk li0.exe MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Commento : Aggiunta la possibilità di definire diversi tipi di esenzione da esportare nelle fatture elettroniche con le modificehe consguenti sull fatturazione e la fatturazione elettronica Interno : aggiunta una nuov tabella da indicare nella letera di intento con tipo dato, descrizione per l'invio fatture e flag di stampa sulle fatture della dicitura di esenzione. --- build/fp.sln | 6 ++++++ build/li0.vcxproj | 2 ++ build/li0.vcxproj.filters | 6 ++++++ 3 files changed, 14 insertions(+) diff --git a/build/fp.sln b/build/fp.sln index a5e4c642e..bd7725999 100644 --- a/build/fp.sln +++ b/build/fp.sln @@ -29,6 +29,8 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vedoc", "vedoc.vcxproj", "{ EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "vedocext", "vedocext.vcxproj", "{0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}" EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lilib", "lilib.vcxproj", "{B61F0AD4-0CCE-4371-8E92-85A26CAF1A7C}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Win32 = Debug|Win32 @@ -71,6 +73,10 @@ Global {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Debug|Win32.Build.0 = Debug|Win32 {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Release|Win32.ActiveCfg = Release|Win32 {0042619A-6B7C-4D3D-9CD9-9BDD8D200C15}.Release|Win32.Build.0 = Release|Win32 + {B61F0AD4-0CCE-4371-8E92-85A26CAF1A7C}.Debug|Win32.ActiveCfg = Debug|Win32 + {B61F0AD4-0CCE-4371-8E92-85A26CAF1A7C}.Debug|Win32.Build.0 = Debug|Win32 + {B61F0AD4-0CCE-4371-8E92-85A26CAF1A7C}.Release|Win32.ActiveCfg = Release|Win32 + {B61F0AD4-0CCE-4371-8E92-85A26CAF1A7C}.Release|Win32.Build.0 = Release|Win32 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/build/li0.vcxproj b/build/li0.vcxproj index 591a9136c..0fe676a41 100644 --- a/build/li0.vcxproj +++ b/build/li0.vcxproj @@ -181,6 +181,7 @@ + @@ -192,6 +193,7 @@ + diff --git a/build/li0.vcxproj.filters b/build/li0.vcxproj.filters index 7273db6c0..f382f40dd 100644 --- a/build/li0.vcxproj.filters +++ b/build/li0.vcxproj.filters @@ -87,6 +87,9 @@ Masks + + Masks + @@ -122,6 +125,9 @@ Headers + + Headers +