Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

[FEATURE] tinyDoc-->openTBS; support for .docx templates #1132

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Feb 19, 2018

  1. [MIGRATION,FEATURE] tinyDoc-->openTBS; support for .docx templates

    Added openTBS support for supporting MS Word invoice templates. Due to
    the changes the naming of the blocks in the templates had to be changed.
    Changed generation of 'invoiceId' in ki_invoice/print.php (german
    regulation needs increasing invoice numbers).
    Invoice filename is generated starting with invoiceId.
    Added support for numbering positions of a invoice with tag
    [pos.position] in invoice templates (see template 2018)
    All .odt templates must be migrated:
    1. replace all [var.XXXX] tags to [kimai.XXXX]
    2. replace all [row.XXXX] tags to [pos.XXXX]
    Use of .doc(x) templates is similar to .odt.
    
    All odt templates are migrated to openTBS.
    AlxBe committed Feb 19, 2018
    Configuration menu
    Copy the full SHA
    a712a4c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2018

  1. Update DocxOdtRenderer.php

    AlxBe authored Feb 23, 2018
    Configuration menu
    Copy the full SHA
    4e5933b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7537a0c View commit details
    Browse the repository at this point in the history