<alfresco-config>
<config evaluator="aspect-name" condition="custom:PR">
<forms>
<form>
<field-visibility>
<!– inherited from cm:content –>
<show id="cm:name" />
<show id="cm:title" force="true" />
<show id="cm:description" force="true" />
<show id="mimetype" />
<show id="cm:author" force="true" />
<show id="size" for-mode="view" />
<show id="cm:creator" for-mode="view" />
<show id="cm:created" for-mode="view" />
<show id="cm:modifier" for-mode="view" />
<show id="cm:modified" for-mode="view" />
<!– specific for custom:PR nuestro documento de Proceso General–>
<show id="custom:ProcesName" />
<show id="custom:ProcesAuthor" />
<show id="custom:ProcesAuthorEmail" />
<show id="custom:AuthorID" />
</field-visibility>
<appearance>
<field id="custom:ProcesName" label="Nombre del proceso"/>
<field id="custom:ProcesAuthor" label="Autor"/>
<field id="custom:ProcesAuthorEmail" label="Email"/>
<field id="custom:AuthorID" label="Matricula"/>
</appearance>
</form>
</forms>
</config>
</alfresco-config>
<alfresco-config>
<!– Document Library config section –>
<config evaluator="string-compare" condition="DocumentLibrary">
<!–
Used by the "Manage Aspects" action
For custom aspects, remember to also add the relevant i18n string(s)
cm_myaspect=My Aspect
–>
<aspects>
<!– Aspects that a user can see –>
<visible>
<aspect name="cm:generalclassifiable" />
<aspect name="cm:complianceable" />
<aspect name="cm:dublincore" />
<aspect name="cm:effectivity" />
<aspect name="cm:summarizable" />
<aspect name="cm:versionable" />
<aspect name="cm:templatable" />
<aspect name="cm:emailed" />
<aspect name="emailserver:aliasable" />
<aspect name="cm:taggable" />
<aspect name="app:inlineeditable" />
<aspect name="co:copec" />
</visible>
<!– Aspects that a user can add. Same as "visible" if left empty –>
<addable>
<show id="co:tipoDoc" force="true" />
<show id="co:rut" force="true" />
<show id="co:Nombre" force="true" />
<show id="co:apPaterno" force="true" />
<show id="co:apMaterno" force="true" />
<show id="co:rutEmpresa" force="true" />
<show id="co:empresa" force="true" />
<show id="co:sucursal" force="true" />
<show id="co:fechaDoc" force="true" />
<show id="co:periodo" force="true" />
</addable>
<!– Aspects that a user can remove. Same as "visible" if left empty –>
<removeable>
</removeable>
</aspects>
</config>
<!– form para nuestro custom aspec –>
<config evaluator="node-type" condition="my:cmobject">
<forms>
<form>
<field-visibility>
<show id="cm:name" />
<show id="cm:description" />
<show id="co:tipoDoc" force="true" />
<show id="co:rut" force="true" />
<show id="co:Nombre" force="true" />
<show id="co:apPaterno" force="true" />
<show id="co:apMaterno" force="true" />
<show id="co:rutEmpresa" force="true" />
<show id="co:empresa" force="true" />
<show id="co:sucursal" force="true" />
<show id="co:fechaDoc" force="true" />
<show id="co:periodo" force="true" />
<!– my:metadatos aspect data, if applied –>
<show id="co:tipoDoc" force="true" />
<show id="co:rut" force="true" />
<show id="co:Nombre" force="true" />
<show id="co:apPaterno" force="true" />
<show id="co:apMaterno" force="true" />
<show id="co:rutEmpresa" force="true" />
<show id="co:empresa" force="true" />
<show id="co:sucursal" force="true" />
<show id="co:fechaDoc" force="true" />
<show id="co:periodo" force="true" />
</field-visibility>
</form>
</forms>
</config>
<config evaluator="aspect" condition="my:metadatos">
<forms>
<form>
<field-visibility>
<!– my:metadatos aspect data, if applied –>
<show id="co:tipoDoc" force="true" />
<show id="co:rut" force="true" />
<show id="co:Nombre" force="true" />
<show id="co:apPaterno" force="true" />
<show id="co:apMaterno" force="true" />
<show id="co:rutEmpresa" force="true" />
<show id="co:empresa" force="true" />
<show id="co:sucursal" force="true" />
<show id="co:fechaDoc" force="true" />
<show id="co:periodo" force="true" />
</field-visibility>
</form>
</forms>
</config>
<!– cm:content type (existing nodes) –>
<config evaluator="node-type" condition="cm:content">
<forms>
<!– Default form configuration used on the document details and edit metadata pages –>
<form>
<field-visibility>
<show id="co:tipoDoc" />
<show id="co:rut" />
<show id="co:Nombre" />
<show id="co:apPaterno" />
<show id="co:apMaterno" />
<show id="co:rutEmpresa" />
<show id="co:empresa" />
<show id="co:sucursal" />
<show id="co:fechaDoc" />
<show id="co:periodo" />
</field-visibility>
</form>
<!– Document Library pop-up Edit Metadata form –>
<form id="doclib-simple-metadata">
<field-visibility>
<show id="my:num_documento" />
<show id="my:sucursal" />
<show id="my:tipo_doc" />
<show id="my:fecha_digi" />
<show id="my:usuario" />
<show id="my:nom_cliente" />
<show id="my:RUT" />
<show id="my:fecha_emi" />
<show id="my:monto_total" />
<show id="my:tipo_venta" />
<show id="my:orden_trabajo" />
<show id="my:periodo_fact" />
<show id="my:num_guia" />
<show id="my:num_factura" />
<show id="my:cobrado" />
<show id="my:path" />
<show id="my:detalle_producto" />
</field-visibility>
<edit-form template="../documentlibrary/forms/doclib-simple-metadata.ftl" />
</form>
<!– Document Library Inline Edit form –>
<form id="doclib-inline-edit">
<field-visibility>
<show id="my:num_documento" />
<show id="my:sucursal" />
<show id="my:tipo_doc" />
<show id="my:fecha_digi" />
<show id="my:usuario" />
<show id="my:nom_cliente" />
<show id="my:RUT" />
<show id="my:fecha_emi" />
<show id="my:monto_total" />
<show id="my:tipo_venta" />
<show id="my:orden_trabajo" />
<show id="my:periodo_fact" />
<show id="my:num_guia" />
<show id="my:num_factura" />
<show id="my:cobrado" />
<show id="my:path" />
<show id="my:detalle_producto" />
</field-visibility>
</form>
</forms>
</config>
<config evaluator="node-type" condition="cm:folder">
<forms>
<!– Default form configuration used on the document details and edit metadata pages –>
<form>
<field-visibility>
<show id="my:num_documento" />
<show id="my:sucursal" />
<show id="my:tipo_doc" />
<show id="my:fecha_digi" />
<show id="my:usuario" />
<show id="my:nom_cliente" />
<show id="my:RUT" />
<show id="my:fecha_emi" />
<show id="my:monto_total" />
<show id="my:tipo_venta" />
<show id="my:orden_trabajo" />
<show id="my:periodo_fact" />
<show id="my:num_guia" />
<show id="my:num_factura" />
<show id="my:cobrado" />
<show id="my:path" />
<show id="my:detalle_producto" />
</field-visibility>
</form>
<!– Document Library pop-up Edit Metadata form –>
<form id="doclib-simple-metadata">
<field-visibility>
<show id="my:num_documento" />
<show id="my:sucursal" />
<show id="my:tipo_doc" />
<show id="my:fecha_digi" />
<show id="my:usuario" />
<show id="my:nom_cliente" />
<show id="my:RUT" />
<show id="my:fecha_emi" />
<show id="my:monto_total" />
<show id="my:tipo_venta" />
<show id="my:orden_trabajo" />
<show id="my:periodo_fact" />
<show id="my:num_guia" />
<show id="my:num_factura" />
<show id="my:cobrado" />
<show id="my:path" />
<show id="my:detalle_producto" />
</field-visibility>
<edit-form template="../documentlibrary/forms/doclib-simple-metadata.ftl" />
</form>
<!– Document Library Inline Edit form –>
<form id="doclib-inline-edit">
<field-visibility>
<show id="my:num_documento" />
<show id="my:sucursal" />
<show id="my:tipo_doc" />
<show id="my:fecha_digi" />
<show id="my:usuario" />
<show id="my:nom_cliente" />
<show id="my:RUT" />
<show id="my:fecha_emi" />
<show id="my:monto_total" />
<show id="my:tipo_venta" />
<show id="my:orden_trabajo" />
<show id="my:periodo_fact" />
<show id="my:num_guia" />
<show id="my:num_factura" />
<show id="my:cobrado" />
<show id="my:path" />
<show id="my:detalle_producto" />
</field-visibility>
</form>
</forms>
</config>
<config evaluator="string-compare" condition="AdvancedSearch">
<advanced-search>
<forms>
<form id="search2" label="Dimacofi" description="Documentos Dimacofi">cm:content</form>
</forms>
</advanced-search>
</config>
<config evaluator="model-type" condition="cm:content">
<forms>
<form id="search2">
<field-visibility>
<show id="my:num_documento" force="true" />
<show id="my:sucursal" force="true" />
<show id="my:tipo_doc" force="true" />
<show id="my:fecha_digi" force="true" />
<show id="my:usuario" force="true" />
<show id="my:nom_cliente" force="true" />
<show id="my:RUT" force="true" />
<show id="my:fecha_emi" force="true" />
<show id="my:monto_total" force="true" />
<show id="my:tipo_venta" force="true" />
<show id="my:orden_trabajo" force="true" />
<show id="my:periodo_fact" force="true" />
<show id="my:num_guia" force="true" />
<show id="my:num_factura" force="true" />
<show id="my:cobrado" force="true" />
<show id="my:path" force="true" />
<show id="my:detalle_producto" force="true" />
</field-visibility>
<appearance>
<field id="my:num_documento">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:sucursal">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="my:tipo_doc">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="my:fecha_digi">
<control template="/org/alfresco/components/form/controls/date.ftl" />
</field>
<field id="my:usuario">
<control template="/org/alfresco/components/form/controls/textfield.ftl" />
</field>
<field id="my:nom_cliente">
<control template="/org/alfresco/components/form/controls/textfield.ftl" />
</field>
<field id="my:RUT">
<control template="/org/alfresco/components/form/controls/textfield.ftl" />
</field>
<field id="my:fecha_emi">
<control template="/org/alfresco/components/form/controls/date.ftl" />
</field>
<field id="my:monto_total">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:tipo_venta">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
<field id="my:orden_trabajo">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:periodo_fact">
<control template="/org/alfresco/components/form/controls/date.ftl" />
</field>
<field id="my:num_guia">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:num_factura">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:cobrado">
<control template="/org/alfresco/components/form/controls/number.ftl" />
</field>
<field id="my:path">
<control template="/org/alfresco/components/form/controls/textfield.ftl" />
</field>
<field id="my:detalle_producto">
<control template="/org/alfresco/components/form/controls/selectmany.ftl" />
</field>
</appearance>
</form>
</forms>
</config>
</alfresco-config>
Content from pre 2016 and from language groups that have been closed.
Content is read-only.
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.