- Codice internazionale numero + Country

This commit is contained in:
paoloar77
2021-12-21 01:26:29 +01:00
parent 3c194f06a5
commit eaed1e0813
21 changed files with 326 additions and 372 deletions

View File

@@ -435,6 +435,10 @@ export interface IParLookup {
lk_proj?: string,
}
export interface IParamsPickup {
table: string
search: string
}
export interface IParamsQuery {
table: string
startRow: number
@@ -485,6 +489,7 @@ export interface ITableRec {
colicon?: string
onlyAdmin?: boolean
noshow: boolean
remote?: boolean
}
export interface ISearchList {

View File

@@ -13,8 +13,6 @@ export interface IUserProfile {
intcode_cell?: string
iso2_cell?: string
cell?: string
dateofbirth?: Date
sex?: ESexType
country_pay?: string
email_paypal?: string
payeer_id?: string
@@ -25,20 +23,27 @@ export interface IUserProfile {
username_telegram?: string
teleg_id?: number
teleg_checkcode?: number
my_dream?: string
paymenttypes?: IPaymentType[]
manage_telegram?: boolean
resplist?: any
workerslist?: any
dateofbirth?: Date
born_city?: string
born_province?: string
born_country?: string
my_dream?: string
saw_and_accepted?: boolean
saw_zoom_presentation?: boolean
ask_zoom_partecipato?: boolean
saw_and_accepted?: boolean
qualified?: boolean
qualified_2invitati?: boolean
myshares: IShareWithUs[]
special_req?: boolean
sex?: ESexType
biografia?: string
socio?: boolean
socioresidente?: boolean
consiglio?: boolean
resplist?: any
workerslist?: any
myshares: IShareWithUs[]
}
export interface IPaymentType {