Fork me on GitHub
Home
Menu
Last news
Screenshots
Online demo
Downloads
Documentation
Forum
Search
Addon Market
The foundation
Dolibarr plugins/addons...

More plugins/addons and tools on...
Banner

...the official market place for Dolibarr ERP/CRM...
Make a donation


SaaS Hosting

Opt for a simple and flexible...
Banner

...the official SaaS hosting of Dolibarr ERP/CRM...
Welcome, Guest
Please Login or Register.    Lost Password?

delete invoice
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: delete invoice
#17061
delete invoice 1 Year, 5 Months ago Karma: 0
Help me, how i delete an customer invoice?
riccardo751
Fresh Boarder
Posts: 10
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#17063
Re: delete invoice 1 Year, 5 Months ago Karma: 0
There's a FAQ about it but it's in French. So here's the way in English :

- get the ID of your invoice (invoice is called "facture" in French). You can get this ID by going to the Invoice's card, and check the address in your browser. For example
dolibarr.xxxxx.com/compta/facture.php?facid=29 the invoice ID is "29"

- connect to your database (via phpmyadmin or command line, for example)
- Type the following commands (replace INVOICE_ID by the ID you got earlier):
- DELETE FROM llx_facturedet WHERE fk_facture = INVOICE_ID;
- DELETE FROM llx_facture WHERE rowid = INVOICE_ID;

Your invoice should be deleted successfully.

Alban
Alban
Fresh Boarder
Posts: 12
graphgraph
User Offline Click here to see the profile of this user
NETK5 IT Services
The administrator has disabled public write access.
 
Go to topPage: 1