Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This report lists client orders together with all related client quotes and invoices. Each line shows one order and one invoice/quote. If an order has multiple invoices then as many lines are listed for that order.

...

Placeholder nameDescription
Order fieldsThe order details.
<#LinesFirst>Prints a * (star) if this is the first line for an order. The report contains as many lines per project as there are client or supplier invoices.

<#Lines.UserOrderId>

The order Id of the related order.
<#Lines.OrderReference>The order reference.
<#Lines.OrderClientCompany>The client company name.
<#Lines.OrderClientPerson>The person at the client who submitted the order.
<#Lines.OrderStatus>

The status of the order. Any of: Request, Proposal, In progress, Work done, Results approved, Closed, Cancelled. Note that the task status title is localized.

<#Lines.OrderInstructions>The free text instructions included by the client in the order form.
<#Lines.OrderComments>The internal comments in the order.
<#Lines.OrderCreationDate>The date when the order was created in the system. This is a native Excel date.
<#Lines.OrderDeadline>The deadline in the order, if any. This is a native Excel date.
<#Lines.OrderReceivedDate>The date when the order was received (status Request). This date typically is the same as the date of creation. However, the project manager can change this date in the order details page.
<#Lines.OrderProposalDate>The date when the order status is set to Proposal. This means that you have confirmed or completed the quote. The next step is that the client accepts the quote.
<#Lines.OrderProposalInitialDate>The first instance of the date/time when the order status is set to Proposal.
<#Lines.OrderAcceptedDate>The date when the order status is set to In Progress. This means that the proposal has been accepted by the client.
<#Lines.OrderInProgressInitialDate>The first instance of the date/time when the order status is set to In Progress.
<#Lines.OrderDoneDate>The date when the order status is set to Work done. This status is set by the project manager when work is completed and deliverables are saved to the order. The client can optionally change the status to Approved or otherwise set back to In Progress if there are any problems.
<#Lines.OrderDoneInitialDate>The first instance of the date/time when the order status is set to Work done.
<#Lines.OrderClosedDate>The date when the order was closed by the project manager. The order status then is Closed.

<#Lines.OrderSourceLocale>
<#Lines.OrderSourceLocaleName>

The order source locale code and print name, respectively.
<#Lines.OrderTargetLocales>
<#Lines.OrderTargetLocalesNames>

List of order target locales and target locales print names, respectively. The locales are comma-separated such as in:

Locales: en, fr, de

Names: English, French, German

<#Lines.OrderCF1> ...

<#Lines.OrderCF50>

Order custom fields 1 to 50. As the platform administrator, you can create up to 50 custom fields for orders. To find out the ID (1, 2, ... 50) of a specific custom field, edit the custom field in "Settings" > "Custom Fields" > "Order". The ID is shown at the bottom of the editing popup. Also read: Finding Custom Field ID


Project detailsThe project to which the order is attached.
<#Lines.ProjectReference>The project reference.
<#Lines.ProjectStatus>The project status title.
<#Lines.ProjectManager>First and last name of the project manager (if any).
<#Lines.ProjectType>The type of project. Prints either "Standard" or "Codyt". The former is for standard projects and the latter for Codyt projects. This title is not localized.

<#Lines.ProjectOutCompany>

<#Lines.ProjectOutCompanyId>

If the entire project is outsourced to an external supplier, then these fields contain the supplier company name and ID respectively.

<#Lines.ProjectOutManager>

<#Lines.ProjectOutManagerId>

If the entire project is outsourced to an external supplier, then these fields contain the (optional) manager at the supplier and the person ID respectively.
<#Lines.ProjectOutDate>The date when the entire project was delegated to an external supplier.


Client detailsAdditional client fields.
<#Lines.ClientCode>The optional "Code" field that can be supplied on the client details page.
<#Lines.ClientAccCode>The optional "Accounting code" field that can be supplied on the client details page.
<#Lines.ClientDebtorNo>The optional "Debtor no" field that can be supplied on the client details page.
<#Lines.ClientCountry>The country code of the client.


Invoice detailsContains details on the client invoice attached to the order. Otherwise, all fields are empty.
<#Lines.ClientInvoiceReference>The invoice reference.
<#Lines.ClientInvoiceStatus>The localized status of the invoice. The status also indicates if the invoice document is still a quotation or already an "invoice". Note that cancelled invoices are not included in this report.
<#Lines.ClientInvoiceEffectiveDate>The effective date of the invoice. he financial period to which an invoice is attributed. Assigned when an invoice status moves from quotation to "Draft invoice".
<#Lines.ClientInvoiceNo>The accounting invoice number. Assigned when the invoice status us set to "Approved". Inside Wordbee you can configure if this number is automatically assigned and how it is formatted.
<#Lines.ClientAmountExVAT>The total invoice amount excluding VAT.
<#Lines.ClientAmountVAT>The amount of VAT.
<#Lines.ClientInvoiceCurrency>The currency code of the invoice, such as EUR, USD... Formatted as 3 letter ISO code.
<#Lines.ClientAmountExVATConv>The total ex VAT amount converted to your currency. See also below.
<#Lines.ConvertToCurrency>The currency to which the above amount is converted. Same as <#MasterCurrency>. Formatted as 3 letter ISO code.
<#Lines.ClientInvoiceChangeDate>The last status change of the invoice.
<#Lines.ClientInvoiceDate>The accounting date of the invoice. Assigned when the invoice status us set to "Approved". Inside Wordbee you can configure if this number is automatically assigned and how it is formatted.
<#Lines.ClientAmountIncVAT>The total invoice amount including VAT. The sum of ClientAmountExVAT and ClientAmountVAT
<#Lines.ClientVATRate>The VAT rate percentage. Provided as a string with percentage sign: "10%", "22.5%"...


MetricsDelays in the handling of the order.
<#Lines.OrderReceivedToProposal>Total minutes from reception of the order to sending of proposal to client. This is the delay from <#Lines.OrderProposalDate> minus <#Lines.OrderReceivedDate>. The field is empty if either one of the dates are not yet set.
<#Lines.OrderDoneToDeadline>

Total minutes between completion of the order with respect to deadline. A positive value means that the order was delivered before the deadline. A negative value means that the order was delivered to too late. The field is empty if either <#Lines.OrderDoneDate> or <#Lines.OrderDeadline> is not available.

<#Lines.OrderAcceptedToDone>Total minutes from acceptance of the quote by the client and completion of the order. This is the delay from <#Lines.OrderDoneDate> minus <#Lines.OrderAcceptedDate>. The field is empty if either one of the dates are not yet set.

...