Home
last modified time | relevance | path

Searched refs:bet_cash_account_option (Results 1 – 7 of 7) sorted by relevance

/dports/finance/grisbi/grisbi-2.0.5/src/prefs/
H A Dprefs_page_bet_general.c228 w_etat->bet_cash_account_option); in prefs_page_bet_general_setup_page()
239 &w_etat->bet_cash_account_option); in prefs_page_bet_general_setup_page()
H A Dprefs_page_bet_account.c511 if (w_etat->bet_cash_account_option == 1) in prefs_page_bet_account_changed()
530 if (w_etat->bet_cash_account_option == 1) in prefs_page_bet_account_changed()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dstructures.h197 gint bet_cash_account_option; /* ajoute l'onglet prévision aux comptes de caisse */ member
H A Dgsb_data_account.c3683 if ( w_etat->bet_cash_account_option == 1 ) in gsb_data_account_set_bet_show_onglets()
3691 if ( w_etat->bet_cash_account_option == 1 ) in gsb_data_account_set_bet_show_onglets()
H A Dbet_hist.c817 if ( kind == GSB_TYPE_CASH && w_etat->bet_cash_account_option == 0 ) in bet_historical_populate_div_model()
H A Dgsb_file_save.c500 w_etat->bet_debut_period, w_etat->bet_cash_account_option); in gsb_file_save_bet_part()
H A Dgsb_file_load.c3093 w_etat->bet_cash_account_option = utils_str_atoi ( attribute_values[i] ); in gsb_file_load_bet_part()