hi ,
im using openkm 5.1.10 and open office 3.2.1
i have created PDF templete in openoffice and assign it to a properety group.
i want to make reapeated fields with the form , for example i want to write the ame once and it will be filed in other places atumaticly in the form. this is PROPERTY GROUP.CND
im using openkm 5.1.10 and open office 3.2.1
i have created PDF templete in openoffice and assign it to a properety group.
i want to make reapeated fields with the form , for example i want to write the ame once and it will be filed in other places atumaticly in the form. this is PROPERTY GROUP.CND
Code: Select all
PROPERTY GROUP.XML
[okg:PatientLable] mixin
- okp:PatientLable.name (string) = '' autocreated
- okp:PatientLable.number (string) = '' autocreated
- okp:PatientLable.bed (string) = '' autocreated
- okp:PatientLable.birth (string) = '' autocreated
- okp:PatientLable.admission (string) = '' autocreated
Code: Select all
thankss <property-group label="Patient Labele" name="okg:PatientLable">
<input label="Patient Name" name="okp:PatientLable.name"/>
<input label="Hospital No" name="okp:PatientLable.number"/>
<input label="Unit/Bed" name="okp:PatientLable.bed"/>
<input label="Birth Date" name="okp:PatientLable.birth" type="date"/>
<input label="Admission" name="okp:PatientLable.admission" type="date"/>
</property-group>
