1598 - Validar a partir do lançamento de registros a planilha da TLK
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
</value>
|
||||
</Label>
|
||||
</HorizontalLayout>
|
||||
<DBTable id="tbLancamentos" type="number" showRowCount="true" width="100%" rows="6" selectable="false" exportXLS="true" editable="false" >
|
||||
<DBTable id="tbLancamentos" type="number" showRowCount="true" width="100%" rows="9" selectable="false" exportXLS="true" editable="false" >
|
||||
<datasource>
|
||||
<sqlBuilderDataSource connection-key="vitruvio" language="JavaScript">
|
||||
<![CDATA[
|
||||
@@ -244,7 +244,7 @@
|
||||
<column name="FUNCIONARIO" caption="Funcionário" />
|
||||
<column name="VALOR_FRETE" caption="Valor frete" format="#.##0,00"/>
|
||||
<column name="VALOR_IMPOSTO" caption="Valor impostos" format="#.##0,00"/>
|
||||
<column name="VALOR_LIQUIDO" caption="Frete - Impostos" format="#.##0,00"/>
|
||||
<column name="VALOR_LIQUIDO" caption="Lucro (Frete - Impostos)" format="#.##0,00"/>
|
||||
<generated name="EXCLUIR" caption="Excluir">
|
||||
<scriptColumnGenerator language="JavaScript">
|
||||
<![CDATA[
|
||||
|
||||
Reference in New Issue
Block a user