• Resolved alchemisto

    (@alchemisto)


    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/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author mohanjith

    (@mohanjith)

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

    Plugin Author mohanjith

    (@mohanjith)

    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.

    Thread Starter alchemisto

    (@alchemisto)

    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.

    Plugin Author mohanjith

    (@mohanjith)

    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 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Web Invoice – Invoicing and billing for WordPress] With WordPress 3.1 and Web-Invoice 2.1.0’ is closed to new replies.