WP-Invoice
Welcome to our official feedback forum. Do you have an idea? Do you recognize a good idea when you see one? We want to hear from you!
-
Internal recurring billing with PayPal not just Authorize
Current description in plugin (before activation) says recurring billing is only with authorize.net - How about using WP itself to manage the recurring for ALL payment options instead.
263 votes -
add stripe as a payment gateway.
The new...super easy to use payment gateway from (https://stripe.com/) would be awesome. It has no monthly fee and a really low transaction fee. It is catching on to be an great payment gateway for those of us that don't do a heavy load of transactions.
251 votes -
Client Dashboards
Giving the ability for clients to login (separately from wordpress's user manager) and viewing their invoice & payment histories. Also being able to drill down and make payments here would be nice.
183 votes -
93 Payment Gateways with Mijireh Integration
Please integrate WP-Invoice with Mijireh http://www.mijireh.com. This would let your users have access to 93 payment gateways (including Stripe and eWay listed below) in a PCI compliant secure payment page that looks just like their WordPress website.
181 votes -
Being able to export to quickbooks
I would like to export the invoices to quick books!
173 votes -
Add a "add your company logo"
This should be able to allow the administrator to add their company logo if they have one, which then appears on the invoice once the client or recipient receives the invoice.
165 votes -
expose an API for integrating with other applications.
It would be immensely useful if an invoice could be created and modified by external applications, plugins, and services. If an invoice could be represented as an object in php, somethinge like the following would be ideal:
// Create a new invoice object
$my_invoice = new wp_invoice();// Start a new invoice for user named "johnsmith"
// Use template "my_hourly_template"
$my_invoice->create_new_invoice( array('for_user' => "johnsmith", 'template' => "my_hourly_template" ) );// Add a line item, all undefined values will be
// calculated or set to default.
$my_invoice->add_line_item(array( 'description' => "Hourly Consulting (on site)", 'qty' => 13.5, 'units' => "hours", 'price_per' =>…99 votes -
Is invoice paid? Add paid, unpaid or pending
Add a check box for "paid" and "unpaid" invoices. Either automatic when invoice is paid or manual via the web invoice page?
97 votes -
Allow entry of negative amounts for discounts, coupons, etc.
Add the ability for the currency amount field to accept negative numbers so we can bill a client for one amount, then show a discount below it on another line.
81 votes -
Include Charts and Graphs for Reports
The reporting features for amount of money owed vs revenue vs expenses and profit might be beneficial.
61 votes -
Buddypress integration
Integrate with the Buddypress members db to manage annual membership fees and enable/disable accounts. Ability for authorised users to download the db as an excel file.
59 votes -
'Old-school' reminders
For those of us too cheap to pay for recurring billing through someone like authorize.net ... make yours work either way.
So If I want to invoice a client once every three months for a service contract, your program simply sends out a recurring invoice, chosen from a template. Customer simply receives an invoice e-mail and they pay. Much like lettermelater.com
51 votes -
Add Dwolla as a payment gateway
Add Dwolla to your request list! It would be really nice to be able to use a bank transfer service with wp invoice rather than just the credit based payment gateways that take a portion of every transaction. The account is free, the most you ever pay is 25 cents per transaction (no percentages) and the transfers are fast. Cash-based payment networks are really brilliant and it would be awesome to see some more integration.
51 votes -
show date on invoice
I can't find an option anywhere to show the date of when the invoice is sent or due on the web invoice itself. I have clients who need to print out the invoice for tax purposes, so the date needs to show up. How can I do this besides manually putting it into the invoice description?
50 votes -
Support for Stripe Payments
Simply add support for Stripe integration
32 votes -
Allow Invoice to be sent to multiple email addresses.
It would be helpful to be able to send to the invoive to multiple email addresses by seperating the email addresses with a comma. I realize I can send it by manually entering the email and sending it again.
Thank you for an awesome!!! plugin.
27 votes -
Allow refunds and credits to customer accounts
Allow a refund or credit to be placed on a customers account and a note section so you can denote why there was a refund or credit.
Any new invoices would be billed against it, if you offered a credit.
If it was a refund, you would be able to process this against a paid invoice, so there was a record of what was billed and reason it was refunded.
Additionally here would be an email template to go along with ach of these so you could notify the customer.
27 votes -
Admin Access Restricted
Does anyone know how to give a user access ONLY to WP-Invoice and not the rest of the Wordpress Admin Screen ? It is very worrying for webmasters to have an accounts clerk in the web backend.
24 votes -
separate out the view files from php formatting
basically, the script needs to have better template files for each page, and a better naming scheme for these files so its more straight forward.
And, for the love of GOD, can we please not have uppercase file names.
When making changes to the css and view files, these changes shouldn't be destructive upon an upgrade.
24 votes -
ideal payment support
the Dutch banking community has developed the iDEAL online payment method. iDEAL allows online payments to be made using online banking.
22 votes
- Don't see your idea?