hql287 / Manta

🎉 Flexible invoicing desktop app with beautiful & customizable templates.
https://www.getmanta.app
GNU Lesser General Public License v3.0
5.28k stars 478 forks source link

Formal template files #276

Open abiguzas opened 6 years ago

abiguzas commented 6 years ago

Description

New Invoice Template for Manta

Related Issue

171

Font in use: IBM Plex

Screenshots (if appropriate):

manta-proposal-template-1 manta-proposal-template-2

Types of changes

Checklist:

hql287 commented 6 years ago

@adcat : Thanks for the PR. I'm trying it out at the moment. Will provide feedback soon!

Andr3as commented 5 years ago

It might be unnecessary since Manta seems to be no longer maintained, but your PR crashed for me.

Changing this line

          <h2>{tax.tin}</h2>

to

          <h2>{ tax && <p>Tax ID: { tax.tin }</p> }</h2>

seems to fix it for me.