Hello,
thanks first of all for the 2009.1 release. I hope we can use it as production system soon! Before that, however, I need to add more bank information - a usual, complete bank information consists of the following:
1) Bank Name
2) Clearing Number
3) Account Number
4) IBAN Number
5) SWIFT/BIC Number
6) Account Holder
7) Currency
unfortunately, the two lines I can set in the invoice preferences are not enough to fit all this information in. Also, I'd like to add some more notes to the invoice which are always the same - terms of payment, thanks for payment etc.
Is there a quick way to do that or will I need to start digging? Any help would be appreciated - thanks!
hey flax
you might be best to manually edit in the invoice template files and hard code these fields in
refer ./templates/invoice/default
let us know how you go
cheers
justin
I did exactly that .. also to keep the bank information on a separate page (if you want) you can use the following line in your template:
| Bank Name : | XYZ Bank |
| Bank Location : | City |
| SWIFT Code : | Swift |
| Account Name : | Name |
| Account# : | A/c |
| ABA Routing Number : | Routing |
| Bank Name : | ___ |
| Bank Location : | ___ |
| SWIFT Code : | ___ |
| Account # : | ___ |
thanks srini!!
cheers
justin
It looks like you're new here. If you want to get involved, click one of these buttons!