mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Some text changes
This commit is contained in:
parent
cf90b8cb47
commit
1435813f02
@ -400,7 +400,7 @@ void GncPriceImport::verify_column_selections (ErrorListPrice& error_msg)
|
|||||||
if (!check_for_column_type(GncPricePropType::AMOUNT))
|
if (!check_for_column_type(GncPricePropType::AMOUNT))
|
||||||
error_msg.add_error( _("Please select an amount column."));
|
error_msg.add_error( _("Please select an amount column."));
|
||||||
|
|
||||||
/* Verify an Currency to column is selected.
|
/* Verify a Currency to column is selected.
|
||||||
*/
|
*/
|
||||||
if (!check_for_column_type(GncPricePropType::CURRENCY_TO))
|
if (!check_for_column_type(GncPricePropType::CURRENCY_TO))
|
||||||
error_msg.add_error( _("Please select a Currency to column."));
|
error_msg.add_error( _("Please select a Currency to column."));
|
||||||
|
@ -68,11 +68,10 @@ struct ErrorListPrice;
|
|||||||
* - set a file format
|
* - set a file format
|
||||||
* - load a file
|
* - load a file
|
||||||
* - optionally convert it's encoding
|
* - optionally convert it's encoding
|
||||||
* - parse the file into lines, which in turn are split up in columns
|
* - parse the file into lines, which in turn are split up in to columns
|
||||||
* the result of this step can be queried from tokenizer
|
* the result of this step can be queried from tokenizer
|
||||||
* - the user should now map the columns to types, which is stored in column_types
|
* - the user should now map the columns to types, which is stored in column_types
|
||||||
* - last step is convert the mapped columns into a list of transactions
|
* - last step is convert the mapped columns into a list of prices to add */
|
||||||
* - this list will then be passed on the the generic importer for further processing */
|
|
||||||
class GncPriceImport
|
class GncPriceImport
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user