Home
last modified time | relevance | path

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

/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dexport_csv.c174 gchar* csv_field_tiers = NULL; /*!< Payee (string) */ variable
270 CSV_CLEAR_FIELD(csv_field_tiers); in csv_clear_fields()
328 CSV_STR_FIELD(file,csv_field_tiers); in csv_add_record()
382 CSV_CLEAR_FIELD (csv_field_tiers); in gsb_csv_export_title_line()
383 csv_field_tiers = my_strdup (_("Payee")); in gsb_csv_export_title_line()
552 CSV_CLEAR_FIELD(csv_field_tiers); in gsb_csv_export_transaction()
553csv_field_tiers = g_strdup (gsb_data_payee_get_name (gsb_data_transaction_get_party_number (transa… in gsb_csv_export_transaction()
970 if (csv_field_tiers) in gsb_csv_export_account()
971 g_free (csv_field_tiers); in gsb_csv_export_account()
973 csv_field_tiers = g_strconcat (_("Initial balance") , " [", in gsb_csv_export_account()