Initial import from Docker volume

This commit is contained in:
root
2025-12-26 13:11:43 +00:00
commit 4998dc066a
13336 changed files with 1767801 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
<form>
<group col="2" id="dt">
<label name="document_type"/>
<field name="document_type"/>
<label name="received"/>
<field name="received"/>
<label name="received_date"/>
<field name="received_date"/>
<label name="document_ref"/>
<field name="document_ref"/>
<label name="attachment"/>
<field name="attachment"/>
<label name="status"/>
<field name="status"/>
<label name="discrepancy"/>
<field name="discrepancy"/>
<label name="discrepancy_details"/>
<field name="discrepancy_details" colspan="2"/>
<label name="notes"/>
<field name="notes" colspan="2"/>
</group>
</form>