Send Coins
This commit is contained in:
@@ -602,6 +602,7 @@ export interface IColGridTable {
|
||||
subfield_extra1?: string
|
||||
allowNewValue?: boolean
|
||||
showpicprofile_ifnotset?: boolean
|
||||
extrafield?: string
|
||||
}
|
||||
|
||||
export interface ITableRec {
|
||||
@@ -922,6 +923,7 @@ export interface ICircuit {
|
||||
totTransato?: number
|
||||
nome_valuta: string
|
||||
symbol: string
|
||||
color: string
|
||||
abbrev: string
|
||||
compara_valuta?: number
|
||||
compara_euro?: number
|
||||
@@ -960,6 +962,8 @@ export interface IMovVisu {
|
||||
transactionDate: Date
|
||||
userfrom: IUserFields
|
||||
userto: IUserFields
|
||||
circuitfrom: ICircuit
|
||||
circuitto: ICircuit
|
||||
amount: number
|
||||
causal: string
|
||||
residual: number
|
||||
@@ -971,9 +975,9 @@ export interface IAccount {
|
||||
circuitId: number
|
||||
circuit: ICircuit[]
|
||||
name: string
|
||||
deperibile?: boolean
|
||||
fidoConcesso?: number
|
||||
qta_maxConcessa?: number
|
||||
deperibile: boolean
|
||||
fidoConcesso: number
|
||||
qta_maxConcessa: number
|
||||
importo_iniziale?: number
|
||||
saldo?: number
|
||||
saldo: number
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user