Aggiunto il filtro per Provincia

This commit is contained in:
paoloar77
2022-01-23 23:25:19 +01:00
parent 6e54fa06c4
commit 030523c8ee
25 changed files with 1097 additions and 405 deletions

View File

@@ -505,6 +505,12 @@ export interface IColGridTable {
noshowifnone?: boolean
notShowInNewRec?: boolean
tablesel?: string
notsave?: boolean
maxlength?: number
filter_table?: string
filter_field?: string
field_extra1?: string
subfield_extra1?: string
}
export interface ITableRec {
@@ -527,6 +533,7 @@ export interface ISearchList {
value: any
type: number
filter: any
param1?: any
useinput: boolean
notinsearch?: boolean
addall?: boolean

View File

@@ -26,6 +26,7 @@ export interface IUserProfile {
link_payment?: string
note_payment?: string
username_telegram?: string
website?: string
teleg_id?: number
teleg_checkcode?: number
paymenttypes?: IPaymentType[]