Browse Source

publish muk_utils - 13.0

pull/31/head
MuK IT GmbH 5 years ago
parent
commit
ecbb8f1ced
  1. 54
      muk_utils/static/description/index.html
  2. BIN
      muk_utils/static/description/screenshot.png
  3. BIN
      muk_utils/static/description/screenshot_groups.png
  4. BIN
      muk_utils/static/description/screenshot_hierarchy.png

54
muk_utils/static/description/index.html

@ -5,6 +5,9 @@
<h4 class="oe_slogan" style="font-size: 23px;">
MuK IT GmbH - www.mukit.at
</h4>
<div class="oe_demo oe_screenshot" style="max-width: 84%; margin: 16px 8%;">
<img src="screenshot.png">
</div>
</div>
</section>
@ -13,12 +16,57 @@
<div class="text-justify" style="max-width: 84%; margin: 16px 8%;">
<h3 class="oe_slogan">Overview</h3>
<p class="oe_mt32">
Technical module to provide some utility features. The module is mainly
used as a dependency by other modules and to provide a collection of
common libraries. It has no direct visible effect on the system.
Technical module to provide tools and mixins. It extends the
general settings view to include the option to migrate the
attachment storage. Furthermore it offers a Group and
Hierarchy mixin.
</p>
</div>
</div>
</section>
<section class="oe_container oe_dark">
<div class="oe_row oe_spaced">
<div class="text-justify" style="max-width: 84%; margin: 16px 8%;">
<h3 class="oe_slogan">Groups</h3>
<div class="row">
<div class="mb16 col-lg-6">
<div class="oe_demo oe_screenshot">
<img src="screenshot_groups.png">
</div>
</div>
<div class="mb16 col-lg-6">
<p>
This mixin can be inherited to get a user field based
on groups, jobs and departments, which is automatically
updated.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="oe_container">
<div class="oe_row oe_spaced">
<div class="text-justify" style="max-width: 84%; margin: 16px 8%;">
<h3 class="oe_slogan">Hierarchy</h3>
<div class="row">
<div class="mb16 col-lg-6">
<p>
This mixin can be inherited by models with parent path to get an
automatically updating field containing the names of the records
included in the parent path field.
</p>
</div>
<div class="mb16 col-lg-6">
<div class="oe_demo oe_screenshot">
<img src="screenshot_hierarchy.png">
</div>
</div>
</div>
</div>
</div>
</section>
<section class="oe_container oe_dark">

BIN
muk_utils/static/description/screenshot.png

After

Width: 1920  |  Height: 937  |  Size: 57 KiB

BIN
muk_utils/static/description/screenshot_groups.png

After

Width: 1920  |  Height: 937  |  Size: 44 KiB

BIN
muk_utils/static/description/screenshot_hierarchy.png

After

Width: 1920  |  Height: 937  |  Size: 56 KiB

Loading…
Cancel
Save