Skip to content
Discussion options

You must be logged in to vote

In case someone is interested, here is a multi-assembly BOM report template, typically for internal price map usage:

{% extends "report/inventree_order_report_base.html" %}

{% load i18n %}
{% load report %}
{% load barcode %}
{% load inventree_extras %}
{% load markdownify %}

{% block header_content %}

    <div style="display: grid; grid-template-columns: auto auto auto auto; align-items: center; gap: 15px; width: 100%; margin-bottom: 15px;">
        <!-- Column 1: First logo -->
        <img class='logo' src='{% logo_image %}' width='20' height='20'/>
        
        <!-- Column 2: Text (takes remaining space) -->
        <div class="header-text" style="white-space: nowrap;font-size:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by matmair
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant