Modification modèle
Posté : mar. oct. 14, 2014 1:23 pm
Bonjour,
Nouveau sur OpenConcerto, j'essaye d'adapter le "Journal des Ventes" pour un auto entrepreneur.
J'ai pourtant bien lu les explications données dans le manuel, mais impossible d'afficher la colonne "INFOS" de la table "SAISIE_VENTE_FACTURE"
Merci pour vos éclaircissements
<?xml version="1.0" encoding="UTF-8" ?>
<contentDocument>
<element location="A3" type="Value" ValueName="DATE">
</element>
<table firstLine="6" endLine="57" endPageLine="57" lastColumn="E" table="SAISIE_VENTE_FACTURE"
groupSousTotalColumn="A">
<element location="A" type="fill">
<field name="DATE" />
</element>
<element location="B" type="fill">
<field name="NUMERO" />
</element>
<element location="C" type="fill" controleMultiline="false">
<field name="CLIENT" />
</element>
<element location="D" type="fill">
<field name="INFOS" cellSize="70" prefix=""/>
</element>
<element location="E" type="fill" sousTotal="true" total="true">
<field name="MONTANT_HT" />
</element>
<element location="F" type="fill" controleMultiline="false">
<field name="TYPE_REGLEMENT" />
</element>
</table>
</contentDocument>
Nouveau sur OpenConcerto, j'essaye d'adapter le "Journal des Ventes" pour un auto entrepreneur.
J'ai pourtant bien lu les explications données dans le manuel, mais impossible d'afficher la colonne "INFOS" de la table "SAISIE_VENTE_FACTURE"
Merci pour vos éclaircissements
<?xml version="1.0" encoding="UTF-8" ?>
<contentDocument>
<element location="A3" type="Value" ValueName="DATE">
</element>
<table firstLine="6" endLine="57" endPageLine="57" lastColumn="E" table="SAISIE_VENTE_FACTURE"
groupSousTotalColumn="A">
<element location="A" type="fill">
<field name="DATE" />
</element>
<element location="B" type="fill">
<field name="NUMERO" />
</element>
<element location="C" type="fill" controleMultiline="false">
<field name="CLIENT" />
</element>
<element location="D" type="fill">
<field name="INFOS" cellSize="70" prefix=""/>
</element>
<element location="E" type="fill" sousTotal="true" total="true">
<field name="MONTANT_HT" />
</element>
<element location="F" type="fill" controleMultiline="false">
<field name="TYPE_REGLEMENT" />
</element>
</table>
</contentDocument>