Dolibarr ERP & CRM » Bugs » bug #566
Recording invoices payments customersLatest modifications
Answer now
Snapshot Details |
Last Modified On: | 2013-03-07 09:06 | | Submitted by: | Jean-Pierre Doursenaud (jpdoursenaud) |
Submitted on: | 2012-10-03 17:24 | |
Summary: | Recording invoices payments customers |
Description: | Menu Compta/tréso, Rapports :
Les factures d’acompte client ne doivent apparaître ni dans le journal des ventes, ni dans le chiffre d’affaires. Il n’y a pas d’obligation de les enregistrer, l’enregistrement comptable constate uniquement le règlement en trésorerie.
Source : Mémento Pratique Francis Lefebvre Comptable &656
Traduction Google documents
Menu Accounting / Tréso, Reports:
Invoices payment customers should not appear in the sales journal or in the sales. There is no obligation to register, recording accounting only recognizes the cash settlement.
Source: Practical Handbook Francis Lefebvre Accounting &656 |
Step to reproduce bug: | |
Version: | 3.2.1 | | Category: | Other |
Severity: | 7 | | OS Type/Version: | |
PHP version: | | | Database type and version: | |
Status |
Status: | Open | | Assigned to: | None |
Resolution: | Remind | |
Comments- Laurent Destailleur 2013-05-03 18:34
- I asked the book-keeper of the Dolibarr foundation: The two method Dolibarr manage deposits are correct (FACTURE_DEPOSITS_ARE_JUST_PAYMENTS on and FACTURE_DEPOSITS_ARE_JUST_PAYMENTS off). Both methods can be used. So i think into next version we can make this option a visible setup option.
- Maxime Kohlhaas 2013-03-07 09:06
- My guess is that deposits are payments in advance and the invoice created for this must be seen as a simple receipt for the payment.
I think FACTURE_DEPOSITS_ARE_JUST_PAYMENTS should be on by default - Maxime Kohlhaas 2013-01-25 16:36
- I just discovered this hidden option and I must say that's exactly how I need it to work.
Have a deposit added as a line in the final bill was not good to me.
Thanks. - Jean-Pierre Doursenaud 2013-01-07 12:19
- En droit français, les factures d'acompte ne font pas partie du chiffre d'affaires, ne rentrent au CA que les opérations réalisées.
Le deuxième comportement est donc celui attendu. En conséquence, les factures d'acompte devront être retirées du journal des ventes.
- Laurent Destailleur 2012-11-08 12:12
- By default, when we make a 10 deposit and an invoice to sell 100, dolibarr create
* a deposit invoice 10
* an invoice 90 (that is 100 with deposit discount).
So to have correct turnover we include deposits into reports.
If option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS is on, when we make a 10 deposit and an invoice to sell 100, dolibarr create
* a deposit invoice 10
* an invoice 100 (and a payment coming from deposit).
In this case, deposit is not included into reports.
Dolibarr support the 2 ways of working. This does not change only the reporting, it also change the way workflow works (deposit is added as a negative invoice line by default, deposit is added as a payment if option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS is on).
Question is, what is the good way of working ?
For the moment, option FACTURE_DEPOSITS_ARE_JUST_PAYMENTS is off by default.
|
|