Company journal import

This schema describes a company journal. Some information is required and some is optional or depends on other information that is used in the same journal. For example, an intercompany must be defined only if the account requires an intercompany. An XML item that uses the company-journal tag describes a company journal. This item must include a lines item that contains at least two line items, which describe the journal lines. This definition includes all attributes:

<company-journal company=““ level=““ type=““ currency=““ year=““ period=““ scenario=““ category=”“ comment=““ level=““ >
	<lines>
		<line number=““ account=““ credit=““ detail=““ intercompany=““ company=““ debit=““ segment1=““ segment2=““ segment3=““ partner-segment1=““ partner-segment2=““ partner-segment3=““ comment=““ />
		<line … />
    </lines>
</company-journal>