Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading