GnuCash c935c2f+
Loading...
Searching...
No Matches
Functions
assistant-csv-price-import.h File Reference

CSV Import Assistant. More...

Go to the source code of this file.

Functions

void gnc_file_csv_price_import (void)
 The gnc_file_csv_price_import() will let the user import the commodity prices from a file.
 

Detailed Description

CSV Import Assistant.

Author
Copyright (c) 2017 Robert Fewell

Definition in file assistant-csv-price-import.h.

Function Documentation

◆ gnc_file_csv_price_import()

void gnc_file_csv_price_import ( void  )

The gnc_file_csv_price_import() will let the user import the commodity prices from a file.

Definition at line 2027 of file assistant-csv-price-import.cpp.

2028{
2029 auto info = new CsvImpPriceAssist;
2030 gnc_register_gui_component (ASSISTANT_CSV_IMPORT_PRICE_CM_CLASS,
2031 nullptr, csv_price_imp_close_handler,
2032 info);
2033}