LEDES XML invoice posting errors
If there are errors when you post LEDES XML 2.1 invoices, Tracker provides detailed error messages that help you locate and troubleshoot the issue.
note
Errors prevent invoices from posting, but warnings don't.
Error messages are composed of the following:
- File item number: This helps you identify the item that needs attention. Each item (data element) has a unique item number in the file. To locate the file item number in the invoice file, search for the number between the delimitersfile_item_number. For example,<file_item_nbr>number</file_item_nbr>. The file item number is always the last line of the item (the error can be located preceding the delimiters).
- Segment: A LEDES XML 2.1 invoice is composed of segments that contain data for specific invoice sections, such as matter, fees, and expenses. The error message identifies the segment in the invoice file where the error needs to be addressed. The following table shows more details on errors in each segment.
- Error: This information helps you troubleshoot the issue.
Segment | What it contains |
|---|---|
@ADDRESS_INFO | A list of fields that represent address information. When an address is requested in a segment, that element is listed and all fields in the segment are children of that element. |
@CLIENT | Information on the company that the firm is submitting bills for. There is at least one @CLIENT segment per @FIRM segment. |
@CONTACT_INFO | A list of fields that represent contact information. When a contact is requested in a segment, that element is listed and all fields in the segment are children of that element. |
@EXPENSE | Expense items that are included in the matter/invoice.
|
@EXPENSE_ITEM_DISC_CRED | Discounts, credits, and alternative fee arrangements (AFAs) that are applied to the parent expense line item (@EXPENSE). |
@EXTEND_HEADER | Allows for the optional inclusion of fields into any segment that needs custom extensions. Also allows applications that don’t support custom extensions to read and use LEDES XML data documents that have extensions. |
@FEE | Fee items that are included in the matter/invoice.
|
@FEE_ITEM_DISC_CRED | Discounts, credits, and alternative fee arrangements (AFAs) that are applied to the parent fee line item (@FEE). note
Documents and credits equal adjustments. |
@FIRM | Information on the firm that is submitting the invoices. Each file begins with the @FIRM segment. |
@INVOICE | Information about the invoices submitted by the firm for the company.
|
@MATTER | Summary totals for each matter billed in the invoice. There is at least 1 @MATTER segment per @INVOICE segment.
|
@MATTER_DISC_CRED | Discounts, credits, and alternative fee arrangements (AFAs) that are applied at the matter or invoice level.
|
@REGULATORY_STATEMENT | Around the world, in some cases local, regional, or national regulations require specific information to be included on electronic invoices.
|
@TAX | A lookup segment for the taxes charged in the file.
|
@TAX_ITEM_EXPENSE | Specific taxes that are relevant to the parent expense line item (@EXPENSE). Individual EXPENSE line items won’t associate with the tx_id for withholding taxes. |
@TAX_ITEM_FEE | Specific taxes that are relevant to the parent fee line item (@FEE). Individual FEE line items won’t associate with the tx_id for withholding taxes. |
@TAX_MATTER_DISC_CRED | Specific taxes that are relevant to the parent @MATTER_DISC_CRED items. |
@TAX_SUMMARY | Summary of taxes charged on this matter/invoice.
|
@TKSUM | Information about timekeepers for this firm.
|
Bookmark the LEDES XML 2.1 page.