Design invoices PDF

Hey !

I would like to make a little change in my invoice (tchek here an exemple : https://trello-attachments.s3.amazonaws.com/58b59b69ebe48beef886ff51/59f2edc50c77830a546537b6/7d21845c4df45eaca4401273216d5034/Capture_d’écran_2017-11-20_à_15.53.42.png).

  • I want to make the line "Total" (this is the total without taxes) in red => the label & the amount
  • I want to make the line "Montant dû" (this is the total with taxes) in black => the label & the amount

I don’t find the variables and in “customize design” I don’t see the line with the taxes to customs it.

Thanks for feedback.
Oliver

Add this in the Styles tab


  "subtotal": {
    "color": "#FF0000"
  },
  "subtotalLabel": {
    "color": "#FF0000"
  },
  "subtotalsBalanceDue": {
    "color": "#000000"
  },
  "subtotalsBalanceDueLabel": {
    "color": "#000000"
  },

Thanks, work fine ! :slight_smile: