Skip to content

Commit

Permalink
Merge pull request #155 from dmitry-sinina/_invoces_placeholders_fix
Browse files Browse the repository at this point in the history
fix invoice template table usage
  • Loading branch information
dmitry-sinina authored Dec 24, 2024
2 parents 3dcb021 + cb39980 commit dd239ae
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: install sphinx
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics sphinxcontrib-video

- name: install graphviz and rclone
run: sudo apt install graphviz rclone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install sphinx
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid sphinxcontrib.googleanalytics sphinxcontrib-video

- name: install graphviz
run: sudo apt install graphviz
Expand Down
2 changes: 1 addition & 1 deletion en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.graphviz", "sphinx.ext.mathjax", "sphinxcontrib.mermaid", "sphinxcontrib.googleanalytics"]
extensions = ["sphinx.ext.graphviz", "sphinx.ext.mathjax", "sphinxcontrib.mermaid", "sphinxcontrib.googleanalytics", "sphinxcontrib.video"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down
Binary file removed en/web-interface/billing/insert_table.gif
Binary file not shown.
Binary file added en/web-interface/billing/insert_table.webm
Binary file not shown.
9 changes: 7 additions & 2 deletions en/web-interface/billing/invoice_templates.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,16 @@ INV_SRV_DATA_TABLE Table of services related transactions



.. figure:: insert_table.gif
:scale: 60 %
.. video:: insert_table.webm
:width: 65%
:alt: How to insert table

How to insert table



.. warning:: The first row of the table is interpreted as a header. You can't use table-level placeholders there.


INV_ORIG_DST_TABLE and INV_ORIG_DST_SUCC_TABLE
==============================================
Expand Down

0 comments on commit dd239ae

Please sign in to comment.