Esempio n. 1
0
        public crlCommission()
        {
            this.Destination             = "";
            this.FraisEnvoi              = "";
            this.idCommission            = "";
            this.PieceJustificatif       = "";
            this.Poids                   = "";
            this.NumExpediteur           = "";
            this.NumRecepteur            = "";
            this.IsRecu                  = 0;
            this.Nombre                  = 0;
            this.NumDesignation          = "";
            this.NumTrajet               = "";
            this.TypeCommission          = "";
            this.DateCommission          = DateTime.Now;
            this.MatriculeAgent          = "";
            this.MatriculeAgentDelivreur = "";
            this.DateLivraison           = DateTime.Now;
            this.ModePaiement            = "";

            this.recepteur             = null;
            this.expediteur            = null;
            this.typeCommssionObjet    = null;
            this.designationCommission = null;
            this.agent          = null;
            this.agentDelivreur = null;
        }
Esempio n. 2
0
 public crlAutorisationVoyage()
 {
     this.DatePrevueDepart = DateTime.Now;
     this.IdVerification   = "";
     this.MatriculeAgent   = "";
     this.NumerosAV        = "";
     this.Verification     = null;
     this.Agent            = null;
 }
Esempio n. 3
0
        public crlRecuDecaisser()
        {
            this.NumRecuDecaisser     = "";
            this.MatriculeAgent       = "";
            this.DateRecuDecaisser    = DateTime.Now;
            this.MotantRecuDecaisser  = 0;
            this.LibelleRecuDecaisser = "";

            this.agent = null;
        }
Esempio n. 4
0
 public crlFacture()
 {
     this.NumFacture = "";
     this.Libele = "";
     this.Montant = "";
     this.DateFacturation = DateTime.Now;
     this.MatriculeAgent = "";
     this.agent = null;
     autorisationDeparts = null;
 }
Esempio n. 5
0
 public crlRecu()
 {
     this.NumRecu        = "";
     this.Libele         = "";
     this.Montant        = "";
     this.modePaiement   = "";
     this.Date           = DateTime.Now;
     this.MatriculeAgent = "";
     this.agent          = null;
 }
Esempio n. 6
0
 public crlRecuFac()
 {
     this.Date           = DateTime.Now;
     this.Libele         = "";
     this.MatriculeAgent = "";
     this.Montant        = "";
     this.NumFacture     = "";
     this.NumRecuFac     = "";
     this.agent          = null;
     this.facture        = null;
 }
Esempio n. 7
0
 public crlPrelevement()
 {
     this.NumPrelevement        = "";
     this.MatriculeAgent        = "";
     this.TypePrelevement       = "";
     this.NumAutorisationDepart = "";
     this.MontantPrelevement    = 0.00;
     this.DatePrelevement       = DateTime.Now;
     this.agent = null;
     this.objTypePrelevement = null;
     this.autorisationDepart = null;
 }
Esempio n. 8
0
 public crlAutorisationDepart()
 {
     this.NumAutorisationDepart = "";
     this.NumerosFB             = "";
     this.MatriculeAgent        = "";
     this.DateAD        = DateTime.Now;
     this.RecetteTotale = 0.00;
     this.ResteRegle    = 0.00;
     this.ficheBord     = null;
     this.agent         = null;
     this.recus         = null;
 }
Esempio n. 9
0
        public crlRecuAD()
        {
            this.NumRecuAD      = "";
            this.MatriculeAgent = "";
            this.Libele         = "";
            this.Montant        = "";
            this.Date           = DateTime.Now;
            this.NumPrelevement = "";
            this.NumFacture     = "";

            this.agent       = null;
            this.prelevement = null;
        }
Esempio n. 10
0
        public crlRecuEncaisser()
        {
            this.DateRecuEncaisser    = DateTime.Now;
            this.LibelleRecuEncaisser = "";
            this.MatriculeAgent       = "";
            this.ModePaiement         = "";
            this.MontantRecuEncaisser = 0;
            this.NumCheque            = "";
            this.NumRecuEncaisser     = "";

            this.agent  = null;
            this.cheque = null;
        }
Esempio n. 11
0
        public crlBonDeCommande()
        {
            this.NumBonDeCommande = "";
            this.DateBC           = DateTime.Now;
            this.DatePaiementBC   = DateTime.Now;
            this.DescriptionBC    = "";
            this.MatriculeAgent   = "";
            this.MontantBC        = 0;
            this.NumProforma      = "";

            this.proforma = null;
            this.agent    = null;
        }
Esempio n. 12
0
        public crlCheque()
        {
            this.NumCheque              = "";
            this.DateCheque             = DateTime.Now;
            this.NumerosCheque          = "";
            this.MontantCheque          = 0;
            this.MatriculeAgent         = "";
            this.Banque                 = "";
            this.NumCompte              = "";
            this.TitulaireCheque        = "";
            this.AdresseTitulaireCheque = "";

            this.agent = null;
        }
Esempio n. 13
0
 public crlFicheBord()
 {
     this.NumerosFB          = "";
     this.NumerosAV          = "";
     this.MatriculeAgent     = "";
     this.DateHeurDepart     = DateTime.Now;
     this.DateHeurPrevue     = DateTime.Now;
     this.autorisationVoyage = null;
     this.agent      = null;
     this.commission = null;
     this.voyage     = null;
     //this.escorteVoyage = null;
     this.placeFB = null;
 }
Esempio n. 14
0
        public crlAbonnement()
        {
            this.NumAbonnement  = "";
            this.NumIndividu    = "";
            this.MatriculeAgent = "";
            this.NumSociete     = "";
            this.NumOrganisme   = "";
            this.DateAbonnement = DateTime.Now;
            this.ImageAbonner   = "abonner.png";

            this.individu  = null;
            this.agent     = null;
            this.billets   = null;
            this.organisme = null;
            this.societe   = null;
        }
Esempio n. 15
0
        public crlProforma()
        {
            this.NumIndividu    = "";
            this.NumOrganisme   = "";
            this.NumProforma    = "";
            this.NumSociete     = "";
            this.DateProforma   = DateTime.Now;
            this.MatriculeAgent = "";
            this.ModePaiement   = "";

            this.billetCommande      = null;
            this.individu            = null;
            this.organisme           = null;
            this.societe             = null;
            this.agent               = null;
            this.commissionDevis     = null;
            this.uSAbonnementNVDevis = null;
        }
Esempio n. 16
0
        public crlRecuAbonnement()
        {
            this.DateRecuAbonnement    = DateTime.Now;
            this.MatriculeAgent        = "";
            this.ModePaiement          = "";
            this.MontantRecuAbonnement = 0.00;
            this.NumBonDeCommande      = "";
            this.NumCheque             = "";
            this.NumDureeAbonnement    = "";
            this.NumRecuAbonnement     = "";
            this.NumVoyageAbonnement   = "";

            this.agent            = null;
            this.bonDeCommande    = null;
            this.cheque           = null;
            this.dureeAbonnement  = null;
            this.voyageAbonnement = null;
        }
Esempio n. 17
0
 public crlVerification()
 {
     this.AVoireVT                   = "";
     this.AVoireVP                   = "";
     this.DateVerification           = DateTime.Now;
     this.IdVerification             = "";
     this.ObservationProfessionnelle = "";
     this.VerificationPapier         = 0;
     this.VerificationTechnique      = 0;
     this.PlanDepart                 = 0;
     this.IdItineraire               = "";
     this.MatriculeAgent             = "";
     this.NumLicence                 = "";
     this.IdChauffeur                = "";
     this.Agent      = null;
     this.Licence    = null;
     this.Chauffeur  = null;
     this.Itineraire = null;
 }
Esempio n. 18
0
        public crlVoyageAbonnement()
        {
            this.MatriculeAgent      = "";
            this.NbVoyageAbonnement  = 0;
            this.NumAbonnement       = "";
            this.NumTrajet           = "";
            this.NumVoyageAbonnement = "";
            this.PrixUnitaire        = 0.00;
            this.Zone = "";
            this.DateVoyageAbonnement     = DateTime.Now;
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.ModePaiement             = "";

            this.trajet                = null;
            this.zoneObj               = null;
            this.abonnement            = null;
            this.agent                 = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
Esempio n. 19
0
        public crlUSVoyage()
        {
            this.NumVoyage                = "";
            this.DateHeureArrive          = DateTime.Now;
            this.DateHeureDepart          = DateTime.Now;
            this.NumLicence               = "";
            this.MatriculeAgentArrive     = "";
            this.MatriculeAgentChauffeur  = "";
            this.MatriculeAgentControleur = "";
            this.MatriculeAgentDepart     = "";
            this.MatriculeAgentReceveur   = "";
            this.NumLigne    = "";
            this.NumAppareil = "";
            this.NumFacture  = "";

            this.agentArrive     = null;
            this.agentChauffeur  = null;
            this.agentControleur = null;
            this.agentDepart     = null;
            this.agentReceveur   = null;
        }
Esempio n. 20
0
        public crlBillet()
        {
            this.NumBillet                = "";
            this.NumTrajet                = "";
            this.DateDeValidite           = DateTime.Now;
            this.ModePaiement             = "";
            this.NumIndividu              = "";
            this.matriculeAgent           = "";
            this.PrixBillet               = "0,00";
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.DateBillet               = DateTime.Now;
            this.NumDureeAbonnement       = "";
            this.NumVoyageAbonnement      = "";
            this.NumBilletCommande        = "";

            this.individu = null;
            this.trajet   = null;
            this.agent    = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }
Esempio n. 21
0
        public crlDureeAbonnement()
        {
            this.MatriculeAgent     = "";
            this.NumAbonnement      = "";
            this.NumDureeAbonnement = "";
            this.NumTrajet          = "";
            this.PrixTotal          = 0.00;
            this.PrixUnitaire       = 0.00;
            this.ValideAu           = DateTime.Now;
            this.ValideDu           = DateTime.Now;
            this.Zone = "";
            this.DateDureeAbonnement      = DateTime.Now;
            this.NumCalculCategorieBillet = "";
            this.NumCalculReductionBillet = "";
            this.ModePaiement             = "";

            this.trajet                = null;
            this.zoneObj               = null;
            this.abonnement            = null;
            this.agent                 = null;
            this.calculCategorieBillet = null;
            this.calculReductionBillet = null;
        }