Does anyone feels the need to have two memo field?
Just me?
I might need to distance myself from EXCEL.
But if it is doable, I hope you could add that field.
* Slight note: In my mind, I would like to use the second memo to add additional note about the transaction. Something remotely relevant but not relevant enough to be worthy of first memo field.
@cracksys Have you enabled Check Number? It is a small field but doesn't have to be a number.
R-Click the account and enable the box next to 'Show Check Number'. It adds an additional column.
Great Tip !!!! I never knew it was there .
Yeah... I forgot about that field. Now to figure out how to render it in the mobile app.
Quote from: Billy_McSkintos on November 23, 2017, 10:23:08 PM
@cracksys Have you enabled Check Number? It is a small field but doesn't have to be a number.
R-Click the account and enable the box next to 'Show Check Number'. It adds an additional column.
Thanks!
Now, is there a way to adjust the width of field using CSS?
Or if we are going to be adventurous, can we rearrange the field order?
You could probably use CSS flex order to rearrange... maybe. If you want a css only solution :)
https://developer.mozilla.org/en-US/docs/Web/CSS/order
Width is also possible.
I don't know what kids are using these days (http://www.2guysgaming.net/wp-content/uploads/2017/05/abe_simpson.gif) but there's Chrome extensions to modify the css/dom.
@asromzek? Do you know what is being used to theme financier?
Stylish is what we've been using to change the color theme, which simply overrides the CSS for the site. Haven't tried any layout changes, just colors and stuff.