"This invoice has not been marked paid yet."

Subscribe to "This invoice has not been marked paid yet." 11 post(s), 6 voice(s)

 
Avatar Marty 7 post(s)

Just noticed this header on my Invoices, yet there is nothing in the Invoice template to display it. And it did not appear on the Invoices last month (I have a client that I have to print & fax them the invoice).

So how do I remove it? Sorry, not a fan of this heading.

Marty

 
Avatar Seth - Subim... Administrator 384 post(s)

We recently changed to show that in print view as well as online. I feel it makes the invoice act more like a receipt when printed out / paid.

You may edit the CSS class to not show it.

.system_notice {
  display: none;
}

Keep in mind your clients won’t be able to pay online if you don’t display it.

 
Avatar Marty 7 post(s)

Thank you. I will make note of that limitation.

Marty

 
Avatar fathom 2 post(s)

Sorry, I’d like to remove this header as well, but I can’t for the life of me track down the CSS that’s responsible. The only style sheet that I can find is css_document, and I can’t find .system_notice in there. Please point me in the right direction.

Thanks.

 
Avatar Seth - Subim... Administrator 384 post(s)

Sorry, I’d like to remove this header as well, but I can’t for the life of me track down the CSS that’s responsible. The only style sheet that I can find is css_document, and I can’t find .system_notice in there. Please point me in the right direction.

It’s not in the standard CSS. Add it yourself.

 
Avatar fathom 2 post(s)

Got it—thanks!

 
Avatar obleek 2 post(s)

Yeah, I’m not a fan of the big yellow header either. I think you should make this an option not a requirement, or at least allow it to be hidden by checking off something in the options.

 
Avatar Seth - Subim... Administrator 384 post(s)

The option is to hide it in the CSS.

 
Avatar spinthiras 5 post(s)

Not in favour of this banner either; client can’t pay before he gets the invoice first. Noted CSS solution – Thx, Seth (I may have also sent you a support request for that, if so just ignore it).

 
Avatar Seth - Subim... Administrator 384 post(s)

Ok ok ok…

http://twitter.com/cashboard/statuses/910490400

 
Avatar gleddy 13 post(s)

ha. great to see the forum working in such a user-centric way :-) good move with the banner.