Posts that Abbas Jaffar Ali is monitoring

Subscribe to Posts that Abbas Jaffar Ali is monitoring 2 post(s) found

Nov 29, 2008
Avatar Seth - Subimage LLC 445 post(s)

Topic: Colors of Invoice

[older posts from this thread have been deleted to spare others confusion in the future…i guess that’s what I get for trying to type a response without looking things up properly…]

The file you want to edit is the css_document template.

The style that controls the background color for invoice and estiamte headers is defined in that template, a few lines down. Look for the section that looks like this:

.document_details {
  padding: 10px;
  background-color: #{{ doc_details_bg }};
  margin-bottom: 10px;
  margin-top: 10px;
  color: #{{ doc_details_text }};
}

Remove the “background-color: #{{ doc_details_bg }};” line and the background will now be white.

 
Nov 28, 2008
Avatar Seth - Subimage LLC 445 post(s)

Topic: Adding Notes to Invoices

Great – glad that you found you can edit Invoice notes using the EDIT DETAILS button from any invoice.

But no – decimal places on invoices are fixed at 2 decimals. Sorry.