Table llx paiementfourn facturefourn
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
Establishes the link between payments isued and the corresponding supplier invoices.
Etablit le lien entre les paiements émis et les factures fournisseur correspondantes.
Establece el enlace entre los pagos emitidos y las facturas de proveedor correspondientes.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
fk_paimentfourn | int(11) | YES | UNI | NULL | (llx_paiementfourn->rowid) | |
fk_facturefourn | int(11) | YES | UNI | NULL | (llx_facture_fourn->rowid) | |
amount | double | YES | 0 | amount of payment |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_paiementfourn_facturefourn | UNIQUE | fk_paiementfourn,fk_facturefourn |
idx_paiementfourn_facturefourn_fk_facturefourn | MULTIPLE | fk_facturefourn |
idx_paiementfourn_facturefourn_fk_paiementfourn | MULTIPLE | fk_paiementfourn |