Files
tradon/modules/purchase_trade/view/lc_letter_outgoing_form.xml
2025-12-26 13:11:43 +00:00

130 lines
4.2 KiB
XML

<form col="4">
<group col="2" id="na">
<label name="name"/>
<field name="name"/>
<label name="type"/>
<field name="type"/>
</group>
<group col="2" id="na">
<label name="purchase"/>
<field name="purchase"/>
<label name="company"/>
<field name="company"/>
</group>
<group col="2" id="na">
<label name="applicant"/>
<field name="applicant"/>
<label name="beneficiary"/>
<field name="beneficiary"/>
</group>
<newline/>
<group col="2" id="na">
<label name="amount"/>
<field name="amount"/>
<label name="currency"/>
<field name="currency"/>
</group>
<group col="2" id="na">
<label name="tolerance_plus"/>
<field name="tolerance_plus"/>
<label name="tolerance_minus"/>
<field name="tolerance_minus"/>
</group>
<group col="2" id="na">
<label name="port_of_loading"/>
<field name="port_of_loading"/>
<label name="port_of_discharge"/>
<field name="port_of_discharge"/>
</group>
<newline/>
<group col="2" id="na">
<label name="partial_shipment"/>
<field name="partial_shipment"/>
<label name="transhipment"/>
<field name="transhipment"/>
</group>
<group col="2" id="na">
<label name="latest_shipment_date"/>
<field name="latest_shipment_date"/>
<label name="issue_date"/>
<field name="issue_date"/>
</group>
<group col="2" id="na">
<label name="expiry_date"/>
<field name="expiry_date"/>
<label name="incoterm"/>
<field name="incoterm"/>
</group>
<newline/>
<group col="2" id="na">
<label name="expiry_place"/>
<field name="expiry_place"/>
<label name="presentation_days"/>
<field name="presentation_days"/>
</group>
<group col="2" id="na">
<label name="ruleset"/>
<field name="ruleset"/>
</group>
<newline/>
<group col="2" id="na">
<label name="issuing_bank"/>
<field name="issuing_bank"/>
<label name="advising_bank"/>
<field name="advising_bank"/>
</group>
<group col="2" id="na">
<label name="confirming_bank"/>
<field name="confirming_bank"/>
<label name="reimbursing_bank"/>
<field name="reimbursing_bank"/>
</group>
<group col="2" id="na">
<label name="bank_reference"/>
<field name="bank_reference"/>
<label name="our_reference"/>
<field name="our_reference"/>
</group>
<newline/>
<notebook>
<page string="SWIFT creation" id="sc">
<label name="swift_file"/>
<field name="swift_file"/>
<label name="swift_execute"/>
<field name="swift_execute"/>
<newline/>
<label name="swift_text"/>
<field name="swift_text" colspan="4" height="400"/>
</page>
<page string="Required documents" id="rd">
<field name="required_documents"/>
</page>
<page string="Bank Instructions" id="bi">
<label name="bank_instructions"/>
<field name="bank_instructions" colspan="4" height="150"/>
<label name="application_date"/>
<field name="application_date"/>
<label name="credit_availability"/>
<field name="credit_availability"/>
</page>
<page string="Documents Tracking" id="dt">
<field name="documents_received" colspan="4" view_ids="purchase_trade.lc_doc_track_view_list"/>
<label name="documents_status"/>
<field name="documents_status"/>
</page>
<page string="Dates" id="dates">
<label name="amendment_deadline"/>
<field name="amendment_deadline"/>
<label name="documents_deadline"/>
<field name="documents_deadline"/>
</page>
</notebook>
<label name="state"/>
<field name="state"/>
<group col="-1" colspan="2" id="buttons__">
<button name="cancel" icon="tryton-cancel"/>
<button name="submit"/>
<button name="approve" icon="tryton-forward"/>
<button name="draft" icon="tryton-undo"/>
</group>
</form>