Table llx c input method
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 different methods used to register an order, proposal or invoice. This table answers the "how" an order, proposal or invoice is created. It differs with the Table llx_c_input_reason that answers the "why". For example, an order can be done because of a phone campaign call ("why") and can be registered by phone ("how").
Contient les différentes méthodes d'achat utilisé pour passer commande, ou obtenir une proposition commerciale. Cette table contient donc le "comment" une commande, proposition ou facture est passée. Cela ne doit pas être confondu avec la Table llx_c_input_reason qui contient le "pourquoi". Les contenus peuvent être similaire mais la vocation est bien différente. Par exemple, une commande peut être consécutive (le pourquoi) à une campagne téléphonique et être passé par téléphone (le comment).
Contiene los diferentes métodos de compra.
Structure
Table
Field | Type | Null | Key | Default | Extra | Description |
rowid | int(11) | NO | PRI | auto_increment | technical index | |
code | varchar(30) | YES | UNI | NULL | code of method order | |
libelle | varchar(60) | YES | NULL | label of method order | ||
active | tinyint(4) | NO | 1 | Is the method active? |
Keys
Key | Type | Fields |
PRIMARY | PRIMARY | rowid |
uk_c_input_method | UNIQUE | code |