Aggiornamento cataloghi...

This commit is contained in:
Surya Paolo
2025-04-11 18:49:42 +02:00
parent cea3bcfa0e
commit 3616e2ca0f
44 changed files with 593 additions and 206 deletions

View File

@@ -825,10 +825,13 @@ export interface IRecFields {
id?: string
rec?: any
mykey?: string
mysubkey?: string
jointable?: string
debounce?: string
type?: number
dense?: boolean
maxlength?: number
showall?: boolean
}
export interface ISchedaSingola {
@@ -1600,13 +1603,18 @@ export interface IAttivita {
}
export interface IOptQueryGM {
idapp: string
nameTable: string
campispeciali?: boolean
query?: string
numrec?: number
where?: string
fieldGM?: string
outhtml: boolean
outhtml?: boolean
showQtaDisponibile?: boolean
cmd?: number
insertMode?: boolean
data?: any
updatelocaldb?: boolean
}