The bank info field is missing in the invoice settings. It says "Acc. 12345, Foobank Foocity" and I don't see a field to change it.

Comments

pietervogelaar’s picture

Assigned: Unassigned » pietervogelaar
Status: Active » Closed (fixed)

The invoice module has a folder "templates", you can change it there.

Some additional information taken from http://www.drupal.org/project/invoice
-------

Different templates
If your company has more than 1 brand name, it's possible to have different invoice templates. You have the possibility to have different company settings per template. Even the VAT (value added tax) value, date format and locale. With locale you're able to change the money format. For example en_US will give you the dollar symbol and nl_NL will give you the euro symbol. IMPORTANT: On probably all ubuntu servers the addition of ".utf8" should be used to get a working locale! So you get en_US.utf8.

To add a different template copy templates/default.inc and .css and create new files with different names. Then go to "admin/settings/invoice" and the template will automatically be visible.