Skip to content

Refacturacio #231

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions docs/facturacion/refacturacion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# Refacturació

Quan hem emès una factura que no és correcte s'ha de refacturar. Bàsicament poden
passar dues coses:

* S'ha emès una factura que **no** s'havia d'emetre.
* S'ha emès una factura amb errors administratius o de càlcul.

!!! note
Per més informació sobre els tipus de factures rectificadores que hi ha
veure l'apartat [Tipus de factures](tipos_facturas.md)

Per totes les accions primer haurem de començar amb l'assistent de refacturació:

![](_static/refacturacion/boton_abonar.png)

## Factura anul·ladora

Més informació sobre el tipus de factura [anul·ladora (A)](tipos_facturas.md#anulladora-a)

En el primer cas (una factura que **no** s'havia d'emetre) sempre haurem de fer
una factura **anul·ladora**·

![](_static/refacturacion/boton_anular.png)

Aquest procés el que fa és crear una factura igual a la emesa però d'abonament i
així compensar la original.

Quan acaba el procés ens obrirà una nova pestanya amb la factura anul·ladora en
estat **esborrany**.

![](_static/refacturacion/tab_anuladora_generada.png)

Si l'anul·ladora és correcte, només ens quedarà **validar** la factura per tal
d'assignar número de factura i enviar-la al client.


## Factura rectificadora (sense anul·ladora)

Més informació sobre el tipus de factura [rectificadora sense anul·ladora (RA)](tipos_facturas.md#rectificadora-sense-anulladora-ra)

!!! important
Abans de generar la factura rectificadora s'han d'**arreglar** totes les dades
que hagin produït l'error.

![](_static/refacturacion/boton_rectificadora_sin_anuladora.png)

També ens generarà una factura rectificadora en esborrany i podrem comprovar que
fa la **compensació** amb la factura original i ens queda en el camp **residual**
el pendent.

![](_static/refacturacion/rectificadora_ra_residual.png)

Si tot és correcte podem **validar** la factura i ens hi assignarà número. Un
cop validada també podrem veure com s'ha fet un pagament a aquesta factura per
fer la compensasió.

![](_static/refacturacion/rectificadora_ra_payments.png)
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,5 @@ pages:
- Gestió de pagaments i cobraments: facturacion/cobros.md
- Gestió de lectures: facturacion/lecturas.md
- Lots: facturacion/lotes.md
- Anul·lació/Refacturació: facturacion/refacturacion.md
- Tipus de factures: facturacion/tipos_facturas.md