Module Donations (developer)

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
Donations
Numero/ID of module {{{num}}}
User doc. of module Donations
Developer doc. of module This page

Feature

The donation module allows you to manage donations (promises, payments).

Number : 700

Entity Donation

The PHP class to use to manipulate such object is file htdocs/don.class.php.

It contains CRUD methods to create (C), read (R), update (U) and delete (D) this object.

Life cycle:

En verysmall.png Page waiting for translation. To translate, create an account, go back and clic on "Modify".
Fr verysmall.png Page en attente de traduction. Pour traduire, créez un compte, revenez et cliquez sur "Modifier".
Es verysmall.png Página a traducir. Para traducirla, cree una cuenta, vuelva a la página y haga clic en "editar".
It verysmall.png Pagina da tradurre. Per tradurla, crea un utente, torna indietro e clicca su "modifica".
Pt verysmall.png Página a aguardar por tradução. Para traduzir, crie uma conta, volte atrás e clique em "Modificar".
De verysmall.png Seite wartet auf Übersetzung. Um Übersetzung zu erstellen, richte einen Account ein, geh zurück und klicke auf "bearbeiten".
Zh verysmall.png 页面等待翻译。若要翻译本页,先创建一个帐户、登录并返回本页后单击“编辑”。

  • A donation is created with status Draft = Promise not validated
  • A donation is validated if promise is validated
  • A donation can be changed to status payed

Permissions

  • ->don->lire
  • ->don->creer

Tables SQL