if (typeof ModifiedPayments != "function") function ModifiedPayments() { this.modified = []; this.removed = []; this.added = []; } if (typeof EisforesCalculationInput != "function") function EisforesCalculationInput() { this.amount = null; this.hmnia_pros_in = null; this.cd_naut = null; this.dt_to_in = null; this.dt_from_in = null; this.ship_id_in = null; this.dt_eisfora = null; } if (typeof Payment != "function") function Payment() { this.comments = null; this.nacl_aa = null; this.use = null; this.note_aa = null; this.company = null; this.ship_id = null; this.tmp_flg = null; this.amnt_f = null; this.dt_from = null; this.aa_trim = null; this.note_se = null; this.cd_kindrs = null; this.kindrs_dscr = null; this.cd_naut = null; this.nacl_port_id = null; this.dt_to = null; this.tran_rs = null; this.cd_sailor = null; this.amnt = null; this.nacl_port = null; this.aa = null; this.due_date = null; this.kindrs_id = null; this.chuser = null; this.chtime = null; this.nacl_yr = null; this.nacl_port_dscr = null; this.incl_flg = null; this.tran_dt = null; } if (typeof Transaction != "function") function Transaction() { this.sdscr = null; this.note_aa = null; this.use = null; this.currency = null; this.repr_new = null; this.company = null; this.ship_id = null; this.ship_dscr = null; this.tmp_flg = null; this.port_aa = null; this.sts = null; this.amnt_f = null; this.note_se = null; this.nacl_type = null; this.modifiedPayments = null; this.port_dscr = null; this.compny = null; this.dt_anaf = null; this.tran_rs = null; this.rate = null; this.amnt = null; this.tr_seq = null; this.aa = null; this.final_flg = null; this.chuser = null; this.cmnt = null; this.port_id = null; this.chtime = null; this.repr = null; this.ypol = null; this.flg_play = null; this.compny_new = null; this.tran_dt = null; } if (typeof Exagora != "function") function Exagora() { this.value = null; this.current = false; } // Provide a default path to dwr.engine if (dwr == null) var dwr = {}; if (dwr.engine == null) dwr.engine = {}; if (DWREngine == null) var DWREngine = dwr.engine; dwr.engine._defaultPath = '/enat/dwr'; if (Tree == null) var Tree = {}; Tree._path = '/enat/dwr'; Tree.getNodes = function(p0, p1, callback) { dwr.engine._execute(Tree._path, 'Tree', 'getNodes', p0, p1, callback); }