Merge branch 'R12.00.1136' of http://10.65.20.33/sirio/CAMPO/campo into R12.00.1136
This commit is contained in:
commit
b6a2ab0aac
@ -242,6 +242,7 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<SqlCompiler Include="..\src\fp\sql\remConst.sql">
|
<SqlCompiler Include="..\src\fp\sql\remConst.sql">
|
||||||
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
|
||||||
|
<ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">true</ExcludedFromBuild>
|
||||||
</SqlCompiler>
|
</SqlCompiler>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
|
10
cd/test/ba1242.txt
Normal file
10
cd/test/ba1242.txt
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
bamenu.men
|
||||||
|
ba7.exe
|
||||||
|
sql\ba7\remconst.sql
|
||||||
|
|
||||||
|
Aggiunto un nuovo punto di menù per la rimozione dei vincoli di default sulle date della fatturazione elettronica.
|
||||||
|
|
||||||
|
Andando in Manutenzione -> Procedure Speciali -> Rimozione date predefinite dalla fatturazione:
|
||||||
|
viene avviato un programmino che avvisa l'utente sulla procedura che sta per venire lanciata.
|
||||||
|
Successivamente all'utente viene richiesto l'inserimento della password di sistema per la fatturazione (quella solita).
|
||||||
|
Se la password inserita corrisponde allora viene lanciato sul db uno script sql che modifica i valori di default delle date a NULL e viene rimosso il vincolo
|
37
cd/test/ba1242a.ini
Normal file
37
cd/test/ba1242a.ini
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
[Main]
|
||||||
|
Demo=0
|
||||||
|
|
||||||
|
[ba0]
|
||||||
|
File(41) = bamenu.men|X
|
||||||
|
Patch = 1242
|
||||||
|
Versione = 21511200
|
||||||
|
|
||||||
|
[ba7]
|
||||||
|
File(510) = ba7.exe|X
|
||||||
|
File(514) = sql\ba7\remconst.sql|X
|
||||||
|
Patch = 1242
|
||||||
|
Versione = 21511200
|
||||||
|
|
||||||
|
[ba99]
|
||||||
|
Kill(0) = wxmsw240.dll|x
|
||||||
|
Kill(1) = batbsce.txt|x
|
||||||
|
Kill(2) = bastfsc.rep|x
|
||||||
|
Kill(3) = bastfsc.msk|x
|
||||||
|
Kill(4) = bastcms.msk|x
|
||||||
|
Kill(5) = bastcms.rep|x
|
||||||
|
Kill(6) = bastuue.rep|x
|
||||||
|
Kill(7) = bastuue.msk|x
|
||||||
|
|
||||||
|
[ba]
|
||||||
|
Data = 13-02-2023
|
||||||
|
Descrizione = Base
|
||||||
|
Dischi = 1
|
||||||
|
Moduli = sy
|
||||||
|
OEM =
|
||||||
|
Patch = 1242
|
||||||
|
PostProcess = bainst -0 BA
|
||||||
|
PreProcess =
|
||||||
|
Prezzo(1) =
|
||||||
|
Prezzo(2) =
|
||||||
|
Versione = 21511200
|
||||||
|
|
BIN
cd/test/ba1242a1.zip
Normal file
BIN
cd/test/ba1242a1.zip
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
|||||||
#include <array.h>
|
#include <array.h>
|
||||||
#include <urldefid.h>
|
#include <urldefid.h>
|
||||||
#include "ba7600.h"
|
#include "ba7600.h"
|
||||||
#include "fplib.h"
|
#include "../fp/fplib.h"
|
||||||
|
|
||||||
|
|
||||||
// File
|
// File
|
||||||
@ -102,7 +102,7 @@ void TDropConstrain_app::main_loop()
|
|||||||
{
|
{
|
||||||
if (ok)
|
if (ok)
|
||||||
{
|
{
|
||||||
TFilename script("sql/gest/remConst.sql");
|
TFilename script("sql/Ba7/remConst.sql");
|
||||||
ifstream f(script);
|
ifstream f(script);
|
||||||
if (f.is_open())
|
if (f.is_open())
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user