Table llx commande fournisseur log
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 log of providers orders.
Contient les log détails des commandes fournisseurs.
Contiene los logs de los pedidos a proveedores.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | NULL | auto_increment | technical index |
tms | timestamp | NO | Current date | Date of last modification. See page Field Tms. | ||
datelog | datetime | NO | date of log | |||
fk_commande | int(11) | NO | ID of order (llx commande->rowid) | |||
fk_statut | int(11) | NO | ID status of order | |||
fk_user | int(11) | NO | ID of user (llx_user->rowid) | |||
comment | varchar(255) | YES | NULL | comentary |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |