Hide Remark Below QRCode

No, but many companies use those remarks to tell the clients that the invoice is created digitally. But, I think for now there is a law to use e-sign in Indonesia. There are so many e-sign providers in Indonesia. If the document is digitally generated, the law is to use an e-sign from one of the e-sign providers. Besides the e-sign, there is also e-meterai. It’s like a seal required for important documents like an Invoice that has transactions above IDR 5.000.000, etc.

There is physical meterai for printed documents and e-meterai for digital documents. The e-meterai has also a timestamp just like the e-sign, and it’s issued by the government. It’s also just like a QR Code. It can be scanned to verify the documents. So, I think the QR Code or the remark for the invoice in the extension is not relevant anymore in Indonesia. If Indonesians need a QR Code for invoices, I think it’s best to use e-meterai instead.

But, I dream someday that the Manager will be accommodated with e-meterai and e-sign from Indonesia. It will be best if the Manager can do that. But, we’ll never know what will come from the developer. Hope it gets better and better.

1 Like

There are no standard rules regarding the use of this remark on sales invoices. So it’s good if this feature is optional. It looks like we can still use the Footer/Custom Field/custom Theme feature when users need this remark on their invoices.

The option to add static text is available using Footers, Themes and Custom Fields.

Since this remark is not required by law, it better be removed and users can add it later using the method of their choice.

2 Likes

The remark has been removed. Any usee who wishes to display the remark can do so using Footers

1 Like

Hi Mabaega,

How do setup a template like this?

Can you share the guide?

Thanks
Herman

  <!-- Tabel yang sudah ada -->
<table style="padding-top: 20px; padding-left: 30px; padding-right: 30px; padding-bottom: 30px; width: 100%">
  
    <tbody>
        <!-- Baris tandatangan -->
        <tr>
            <td colspan="99" style="vertical-align: top;">
                <table style="width: 100%">
                    <tr>
                        <td style="width: 33.33%; text-align: center; font-weight: bold; padding-top: 0px; border: none">{{ recipient.name }}</td>
                        <td style="width: 33.33%; text-align: center; font-weight: bold; padding-top: 0px; border: none"></td>
                        <td style="width: 33.33%; text-align: center; font-weight: bold; padding-top: 0px; border: none">{{ business.name }}</td>
                    </tr>
                    <tr>
                        <td style="width: 33.33%; text-align: center;  padding-top: 0px; border: none">Penerima,</td>
                        <td style="width: 33.33%; text-align: center;  padding-top: 0px; border: none"></td>
                        <td style="width: 33.33%; text-align: center;  padding-top: 0px; border: none">Manager Penjualan,</td>
                    </tr>
                    <tr style="height: 30px;">
                        <td style="width: 33.33%; text-align: center; border-bottom: 1px solid #000; border: none"></td>
                        <td style="width: 33.33%; text-align: center; border-bottom: 1px solid #000; border: none"></td>
                        <td style="width: 33.33%; text-align: center; border-bottom: 1px solid #000; border: none"></td>
                    </tr>
                    <tr>
                        <td style="width: 33.33%; text-align: center;  padding-top: 20px; border: none">( ........................ )</td>
                        <td style="width: 33.33%; text-align: center;  padding-top: 20px; border: none"></td>
                        <td style="width: 33.33%; text-align: center;  padding-top: 20px; border: none">( ........................ )</td>
                    </tr>
                </table>
            </td>
        </tr>

         <!-- Footer -->
        <tr>
            <td colspan="99" style="vertical-align: bottom;">
                <div style="text-align: left; font-weight: bold; font-size: 11px; margin-top: 40px; line-height: 1">Judul Footer</div>
                <div style="text-align: left; font-size: 11px; line-height: 1">Ini adalah narasi di bawah judul footer.</div>
            </td>
        </tr>
    </tbody>
</table>

We can use this code in the footer too, no need for custom themes, because this feature is obsolete.
but u need to type manualy for recipient.name and business.name

Hi Mabaega,

Boleh saya minta contact number anda

Thanks
Herman

Hi @Herman,

Please translate your post to English.

3 Likes