Custom CSS: Difference between revisions

Jump to navigation Jump to search
No edit summary
Line 382: Line 382:


Please note: This will not hide the title column (Vat %). See for yourself if you can live with it.
Please note: This will not hide the title column (Vat %). See for yourself if you can live with it.
====Prevent manual entry of charge items  ====
<code>.chargenewitemtr input {pointer-events: none;}</code>
====Prevent manual entry of payment items  ====
<code>.paymentnewitemtr input {pointer-events: none;}</code>


=== Functions and Buttons ===
=== Functions and Buttons ===
Line 401: Line 407:
====Hide the 'Assign Invoice Number' button====
====Hide the 'Assign Invoice Number' button====
<code>.pagetypeajaxbookedit .b24btn_AssignInvoiveNumber{display:none;}</code>
<code>.pagetypeajaxbookedit .b24btn_AssignInvoiveNumber{display:none;}</code>
====Prevent manual entry of charge items  ====
<code>.chargenewitemtr input {pointer-events: none;}</code>
====Prevent manual entry of payment items  ====
<code>.paymentnewitemtr input {pointer-events: none;}</code>


German control panel:  
German control panel: