Table llx paiement facture
Jump to navigation
Jump to search
The documentation related to other tables is available on the page: Table SQL
La documentation relative aux autres tables est disponible sur la page: Table SQL
La documentación relativa a otras tablas se encuentra disponible en la página: Table SQL
Eine Dokumentation zu weiteren Tabellen ist auf dieser Seite verfügbar: Table SQL
与其他表相关的文档请参阅:Table SQL
Content/Contenu/Contenido
Contains the relation between a client invoice and its (single or multiple) payments. See Table llx_paiement for more about payment details.
Contient la relation entre les factures clients et son (ou ses) paiement. Voir Table llx_paiement pour les paiements.
Contiene la relación entre las facturas a clientes y sus pagos. Ver Table llx_paiement para los pagos
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
fk_paiement | int(11) | YES | UNI | NULL | ID of payment (llx_paiement->rowid) | |
fk_facture | int(11) | YES | UNI | NULL | ID of invoice (llx_facture->rowid) | |
amount | real | YES | 0 | amount of payment |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_paiement_facture | UNIQUE | fk_paiement,fk_facture |
idx_paiement_facture_fk_facture | MULTIPLE | fk_facture |
idx_paiement_facture_fk_paiement | MULTIPLE | fk_paiement |