Files
MBS/PROYECTO/TEST/estado_ordenes.4fd
T

60 lines
6.2 KiB
XML

<?xml version="1.0" encoding="UTF-8" ?>
<ManagedForm fileVersion="31400" gstVersion="3140a" name="managedform" uid="{cedb0a0c-c7ea-4b6f-a64a-7fb0cee8ab36}">
<AGSettings>
<DynamicProperties version="2"/>
</AGSettings>
<Record name="record1" uid="{c010075a-9108-456b-9acb-961ce82931c4}">
<RecordField fieldIdRef="15" name="fech_inicial" uid="{afc51095-f355-41e0-8ee5-25bc4dbb4e8e}"/>
<RecordField fieldIdRef="16" name="fech_final" uid="{26565f8d-1aa0-4417-925b-46017a1343a3}"/>
<RecordField fieldIdRef="17" name="estado1" uid="{640df9c6-5ad4-40c8-9bf2-e4c4b0869eac}"/>
<RecordField fieldIdRef="18" name="cod_n" sqlType="SMALLINT" uid="{56d1b71c-0861-45da-aeac-805741cf8ffe}"/>
<RecordField fieldIdRef="19" name="cod_grupo" sqlType="SMALLINT" uid="{98265c04-8ef5-4442-a682-75fd83c930a4}"/>
<RecordField fieldIdRef="20" name="cod_tipo" sqlType="SMALLINT" uid="{6c7d3416-d53e-4b75-ae6c-29262a1c6dab}"/>
<RecordField fieldIdRef="21" name="cod_sec" sqlType="SMALLINT" uid="{5326c7ac-47c2-4f95-b81c-4ddcd6d90ab4}"/>
</Record>
<Record name="s_tree" uid="{db681e21-2c96-4ad0-9a58-1e41d50a9be7}">
<RecordField fieldIdRef="1" name="orden" uid="{559ec8ba-6c1f-4196-a0c4-5f79ed295565}"/>
<RecordField fieldIdRef="2" name="estado" uid="{64df5412-e5c1-49eb-a81c-efd503960bd8}"/>
<RecordField fieldIdRef="5" name="cotizacion" uid="{d3539e54-c9e5-4c1b-b7dc-c7230cdd3285}"/>
<RecordField fieldIdRef="6" name="cliente" uid="{2b2f694b-915f-4fe6-9303-f2e8dd76a385}"/>
<RecordField fieldIdRef="12" name="email" uid="{e11b5a85-07ac-43bf-a6aa-0c0060f46759}"/>
<RecordField fieldIdRef="7" name="vendedor" uid="{54cd0d63-63e4-4423-8133-a8801373836f}"/>
<RecordField fieldIdRef="13" name="emailVendedor" uid="{568c4392-dd73-470a-8048-ff4b9281dccd}"/>
<RecordField fieldIdRef="14" name="celularVendedor" uid="{72371317-5d8d-44a7-88e3-eeb32cbe1c93}"/>
<RecordField fieldIdRef="3" name="parent_id" uid="{fb30d0ad-ebde-46c1-a638-50a9b36730d7}"/>
<RecordField fieldIdRef="4" name="child_id" uid="{d2d20d5a-5288-4d95-9775-2f2e6b7c4043}"/>
</Record>
<Form gridHeight="32" gridWidth="133" name="form" text="Form">
<Grid gridHeight="31" gridWidth="132" name="grid1" posX="1" posY="1">
<Label gridHeight="1" gridWidth="9" name="label1" posX="1" posY="1" text="FECHA INICIAL"/>
<DateEdit fieldId="15" gridHeight="1" gridWidth="12" name="fech_inicial" posX="11" posY="1" tabIndex="-1" title="dateedit1" widget="DateEdit"/>
<Label gridHeight="1" gridWidth="8" name="label2" posX="24" posY="1" text="FECHA FINAL"/>
<DateEdit fieldId="16" gridHeight="1" gridWidth="13" name="fech_final" posX="33" posY="1" tabIndex="-1" title="dateedit2" widget="DateEdit"/>
<Label gridHeight="1" gridWidth="6" name="label3" posX="47" posY="1" text="ESTADO "/>
<ComboBox fieldId="17" gridHeight="1" gridWidth="12" items="ABIERTA, CERRADA" name="estado1" posX="54" posY="1" tabIndex="-1" title="combobox1" widget="ComboBox">
<Item lstrtext="false" name="ABIERTA" text="ABIERTA"/>
<Item lstrtext="false" name="CERRADA" text="CERRADA"/>
</ComboBox>
<Label gridHeight="1" gridWidth="13" name="label4" posX="1" posY="2" text="CODIGO PRODUCTO"/>
<Edit aggregateColName="" aggregateName="" aggregateTableAliasName="" aggregateTableName="" comment="Digite el nivel del Productos" fieldId="18" gridHeight="1" gridWidth="6" name="cod_n" notNull="true" posX="15" posY="2" required="true" sqlType="SMALLINT" tabIndex="-1" widget="Edit"/>
<Edit aggregateColName="" aggregateName="" aggregateTableAliasName="" aggregateTableName="" autoNext="true" comment="Digite el grupo del Productos" fieldId="19" gridHeight="1" gridWidth="6" name="cod_grupo" notNull="true" posX="22" posY="2" required="true" sqlType="SMALLINT" tabIndex="-1" widget="Edit"/>
<Edit aggregateColName="" aggregateName="" aggregateTableAliasName="" aggregateTableName="" autoNext="true" comment="Digite el tipo del Productos" fieldId="20" gridHeight="1" gridWidth="6" name="cod_tipo" notNull="true" posX="30" posY="2" required="true" sqlType="SMALLINT" tabIndex="-1" widget="Edit"/>
<Edit aggregateColName="" aggregateName="" aggregateTableAliasName="" aggregateTableName="" autoNext="true" comment="Digite la secuencia del Productos" fieldId="21" gridHeight="1" gridWidth="6" name="cod_sec" notNull="true" posX="37" posY="2" required="true" sqlType="SMALLINT" tabIndex="-1" widget="Edit"/>
<Tree gridHeight="12" gridWidth="131" idColumn="child_id" name="tree1" parentIdColumn="parent_id" posX="1" posY="4" style="detalle" totalRows="5">
<Edit fieldId="1" gridHeight="1" gridWidth="8" justify="center" name="orden" posX="0" posY="0" tabIndex="-1" title="NUM. ORDEN" widget="Edit"/>
<Edit fieldId="2" gridHeight="1" gridWidth="8" justify="center" name="estado" posX="8" posY="0" tabIndex="-1" title="ESTADO" widget="Edit"/>
<Edit fieldId="5" gridHeight="1" gridWidth="8" justify="center" name="cotizacion" posX="16" posY="0" tabIndex="-1" title="COTIZACION" widget="Edit"/>
<Edit fieldId="6" gridHeight="1" gridWidth="8" justify="center" name="cliente" posX="24" posY="0" tabIndex="-1" title="CLIENTE" widget="Edit"/>
<Edit fieldId="12" gridHeight="1" gridWidth="9" justify="center" name="email" posX="32" posY="0" tabIndex="-1" title="EMAIL CLIENTE" widget="Edit"/>
<Edit fieldId="7" gridHeight="1" gridWidth="8" justify="center" name="vendedor" posX="41" posY="0" tabIndex="-1" title="VENDEDOR" widget="Edit"/>
<Edit fieldId="13" gridHeight="1" gridWidth="11" justify="center" name="emailVendedor" posX="49" posY="0" tabIndex="-1" title="EMAIL VENDEDOR" widget="Edit"/>
<Edit fieldId="14" gridHeight="1" gridWidth="12" justify="center" name="celularVendedor" posX="60" posY="0" tabIndex="-1" title="TEL. CORPORATIVO" widget="Edit"/>
<Phantom fieldId="3" name="parent_id" widget="Phantom"/>
<Phantom fieldId="4" name="child_id" widget="Phantom"/>
</Tree>
</Grid>
</Form>
<DiagramLayout>
<![CDATA[AAAAAgAAAEwAewBjADAAMQAwADAANwA1AGEALQA5ADEAMAA4AC0ANAA1ADYAYgAtADkAYQBjAGIALQA5ADYAMQBjAGUAOAAyADkAMwAxAGMANAB9AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAEwAewBkAGIANgA4ADEAZQAyADEALQAyAGMAOQA2AC0ANABhAGQAMAAtADkAYQA1ADgALQAxAGUANAAxAGQANQAwAGEAOQBiAGUANwB9wGcqquPAADjAFVVVb///8z9ok3S8an76AQ==]]>
</DiagramLayout>
</ManagedForm>