VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: lindapowers on January 19, 2013, 22:32:50 PM

Title: Remove create invoice from order list view
Post by: lindapowers on January 19, 2013, 22:32:50 PM
Using joomla 2.58 and vm 2.018a

Would be nice if you could include an administrator option to remove the "create invoice" specially if people don't want to use the invoice system at all.

Or even better to disable the invoice system.

We don't have any order status selected to create invoices but still the "create invoice" appears in every single order from the list.

Regards
Title: Re: Remove create invoice from order list view
Post by: ankan on February 03, 2013, 15:58:58 PM
I would like that too, or at least that you could disable the "check your invoice online for updates" as it's something that can have security risks and is not always used.
Title: Re: Remove create invoice from order list view
Post by: lindapowers on February 03, 2013, 17:19:17 PM
Pls add an option for this, not everyone will want to use the invoice system, some will want to use it aside of VM completely and some won't even need it.

Missing a simple "enable/disable invoices"

Regards
Title: Re: Remove create invoice from order list view
Post by: lindapowers on April 19, 2013, 07:20:47 AM
Meanwhile solved by commenting out line 182 and 183:

administrator/components/com_virtuemart/assets/css/admin_ui.css

/* Icones */
.print_32, .icon-32-print {background: url(../images/icon_32/printer.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}
/*.invoice_32, .invoice-32-print {background: url(../images/icon_32/invoice.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}*/
/*.invoicenew_32, .invoice-32-print {background: url(../images/icon_32/invoicenew.png) no-repeat transparent; display: block;height: 32px;margin: auto;text-align: center;width: 32px;}*/