Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Dan Cameron

    (@dancameron)

    I’ll look into both of these issues and get the resolved for 1.0. Thank you.

    Plugin Contributor Dan Cameron

    (@dancameron)

    0.9.9.4 addresses these issues:

    * WP-Invoice Importer Bug fix: Import any type
    * WP-Invoice Importer Bug fix: Fix devision by zero error
    * WP-Invoice Importer Bug fix: Add si_default_country_code filter to set default country code.

    A filter to set the imported clients to GR would be:

    add_filter( 'si_default_country_code', create_function( "", "return 'GR';" ) );

    Please note that the state will not matchup unless you’re filtering the state options Sprout Invoices creates, withsprout_state_options.

    Thread Starter kalligator

    (@kalligator)

    Thanks for the quick response, the filter is great but as for the paid invoices they still don’t go through.

    On another note you may want to clear the added html on the imported items (unless you intend to support html in line_items description in the future – personally I’d love that).

    When imported, the previously wp-invoice title is surrounded by <strong> tag followed by <br/> followed by the wp-invoice description in plain text.

    Plugin Contributor Dan Cameron

    (@dancameron)

    HTML is supported, just view the invoice/estimate from the front-end and you’ll see it working.

    I’d like to support Markdown in the near future, so that will help out a lot.

    What version did you test with? All invoices should be imported now.
    Maybe try deleting the invoices it did import. I don’t think that would help but it’s worth a shot since it might make it more clear.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Importer for WP-Invoice ignored paid invoices’ is closed to new replies.