Forums

Web Invoice - Invoicing and billing for WordPress
[resolved] With WordPress 3.1 and Web-Invoice 2.1.0 (5 posts)

  1. alchemisto
    Member
    Posted 1 year ago #

    I recently upgraded my WordPress to 3.1 (from 3.0.5) and Web-Invoice to 2.1.0.

    A problem occured where the Next Due Date section in my Recurring Billing didn't show the Due Date but showing today's date.

    I checked all invoices and the due date is correct. It's just in the overview page where the Next Due Date section seems to be wrong.

    Hope there a solution for this issue.

    Thank you.

    http://wordpress.org/extend/plugins/web-invoice/

  2. mohanjith
    Member
    Posted 1 year ago #

    Thanks for reporting the issue, let me get that sorted for you

  3. mohanjith
    Member
    Posted 1 year ago #

    From which version did you upgrade to Web Invoice 2.1.0 and what are the payment methods you are using?

    I cannot reproduce the issue upgrading from 2.0.22 . I believe the issue is caused by Web Invoice not recording when the last installment was made.

    It should resolve it self once it receives a IPN (or similar) or when you mark the recurring invoice as paid.

    Thank you for your time.

  4. alchemisto
    Member
    Posted 1 year ago #

    Thank you for your response.

    I upgraded from one version earlier to 2.1.0, it might be 2.0.22. I use Bank Details as a payment method.

    I've edited the Display.php file and change this:

    $due_date = $invoice_info->display('nextDate');

    into:

    $due_date = $invoice_info->display('due_date');

    And now the Next Due Date section shows the invoices' due date (not today's date anymore).

    But I'm not sure whether this is a "solution" or not. There's still a problem sorting the invoices based on due date.

  5. mohanjith
    Member
    Posted 1 year ago #

    On the due date issue, when you receive a payment you should mark the invoice as paid. Then Web invoice has the day last payment was made.

    On sorting based on due date, that's a bug caused by sorting based on the text next due date (e.g. 'October 10, 2010') not the actual date. I'll get that fixed soon. Thanks for reporting :)

Topic Closed

This topic has been closed to new replies.

About this Plugin

About this Topic