Ejemplo n.º 1
0
PRS_PERSONEL_AILE_FISI::PRS_PERSONEL_AILE_FISI(int record_id, QWidget * parent) :FIS_KERNEL(parent)
{
    m_record_id = record_id;

    setupUi             ( this );
    START_FIS_KERNEL    ( this, DB );
 }
Ejemplo n.º 2
0
ADRES_YETKILILER_FISI::ADRES_YETKILILER_FISI ( int p_adres_id, QWidget * p_parent ) :FIS_KERNEL ( p_parent ), m_ui ( new Ui::ADRES_YETKILILER_FISI )
{
    m_start_fis_kernel   = p_adres_id;

    m_ui->setupUi        ( this );
    START_FIS_KERNEL     ( this, DB );
 }
Ejemplo n.º 3
0
PRS_PERSONEL_ODENEK_EKLEME_FISI::PRS_PERSONEL_ODENEK_EKLEME_FISI(int who_called, int record_id, QWidget * parent) :FIS_KERNEL(parent)
{
    m_who_called = who_called;
    m_record_id  = record_id;

    setupUi             (this );
    START_FIS_KERNEL    (this, DB );
}
Ejemplo n.º 4
0
ADRES_TELEFON_FISI::ADRES_TELEFON_FISI ( int p_adres_id, QWidget * p_parent ) :FIS_KERNEL ( p_parent ),
m_ui ( new Ui::ADRES_TELEFON_FISI )
{
    m_adres_id          = p_adres_id;

    m_ui->setupUi    (this );
    START_FIS_KERNEL (this, DB );
 }
Ejemplo n.º 5
0
MUH_HESAP_EKLEME_FISI::MUH_HESAP_EKLEME_FISI (int ana_hesap_id, QString delimeter, bool *hesap_eklendi, MUH_HESAP_PLANI *hesap_plani)
:FIS_KERNEL ( hesap_plani ), m_ui ( new Ui::MUH_HESAP_EKLEME_FISI ), m_ana_hesap_id ( ana_hesap_id ), m_delimeter ( delimeter )
{
    m_ana_hesap_id    = ana_hesap_id;
    m_hesap_eklendi   = hesap_eklendi;
    m_muh_hesap_plani = hesap_plani;

    m_ui->setupUi    ( this );
    START_FIS_KERNEL ( this, DB );
}
Ejemplo n.º 6
0
PRS_EK_ODENEK_VE_KESINTI_FISI::PRS_EK_ODENEK_VE_KESINTI_FISI( int p_fis_turu, QWidget * parent) :FIS_KERNEL(parent), m_ui ( new Ui::PRS_EK_ODENEK_VE_KESINTI_FISI )
{
    m_fis_turu            = p_fis_turu;
    m_bordrosu_kesildi_mi = 0;


    m_ui->setupUi    ( this );        
    START_FIS_KERNEL ( this, DB );

 }
Ejemplo n.º 7
0
PRK_GELIR_GIDER_TURLERI_FISI::PRK_GELIR_GIDER_TURLERI_FISI(int sube_id, int gider_turu_mu,QWidget * parent) :FIS_KERNEL(parent), m_ui ( new Ui::PRK_GELIR_GIDER_TURLERI_FISI )
{
    m_sube_id       = sube_id;

    m_gider_turu_mu = gider_turu_mu;

    m_ui->setupUi ( this );

    START_FIS_KERNEL(this, DB );

 }
Ejemplo n.º 8
0
SMM_HIZMET_TANIMLAMA_FISI::SMM_HIZMET_TANIMLAMA_FISI(int sube_id, int hizmet_sekli,QWidget * parent) :FIS_KERNEL(parent), m_ui ( new Ui::SMM_HIZMET_TANIMLAMA_FISI )
{
    m_sube_id       = sube_id;

    m_hizmet_sekli  = hizmet_sekli;

    m_ui->setupUi ( this );

    START_FIS_KERNEL(this, DB );

}
PRS_PUANTAJLARI_GOR_VE_DUZELT_FISI::PRS_PUANTAJLARI_GOR_VE_DUZELT_FISI(int record_id,int sube_id,int bordro_ayi,int bordro_yili, QWidget * parent) :FIS_KERNEL(parent), m_ui ( new Ui::PRS_PUANTAJLARI_GOR_VE_DUZELT_FISI )

{
    m_record_id   = record_id;
    m_sube_id     = sube_id;
    m_bordro_ayi  = bordro_ayi;
    m_bordro_yili = bordro_yili;
    m_doviz_id    = DVZ_GET_TEMEL_PARA_BIRIMI_ID();

    m_ui->setupUi    ( this );

    START_FIS_KERNEL ( this, DB );
}
Ejemplo n.º 10
0
SQL_TABLOLAR_FISI::SQL_TABLOLAR_FISI( QWidget * p_parent ) :FIS_KERNEL( p_parent ), m_ui ( new Ui::SQL_TABLOLAR_FISI )
{
    m_ui->setupUi          ( this     );
    START_FIS_KERNEL       ( this, DB );
 }