-
```
Sometimes (need to find a simple scenario to reproduce) after filtering, it is
impossible to "unfilter" it even though the filters are not checked..
```
Original issue reported on code.google.co…
-
```
TRANSACTIONS TAB - display COMMISSION/EXPENSES INCURRED ON SHARES (column) when
SOLD
```
Original issue reported on code.google.com by `alex.bel...@gmail.com` on 9 Sep 2011 at 9:18
-
```
TRANSACTIONS TAB - display CAPITAL GAIN/LOSS AT DISPOSITION (column) when SOLD
```
Original issue reported on code.google.com by `alex.bel...@gmail.com` on 9 Sep 2011 at 9:19
-
example:
```js
import { storiesOf } from 'modulor-storybook';
const $el = document.createElement('my-component');
storiesOf('My component')
.add('default', () => $el);
```
This is nee…
-
```
When the CD is not in the external database f.ex Amazon (no metadata
available), there should be an option to preserve original filenames when
transcoding. Now these are replaced with Track 01, …
-
```
Make the SWING code thread safe
http://www.jguru.com/faq/view.jsp?EID=131370
javax.swing.SwingUtilities.invokeLater(Runnable ...);
http://download.oracle.com/javase/tutorial/uiswing/concurrency/d…
-
```
Make the SWING code thread safe
http://www.jguru.com/faq/view.jsp?EID=131370
javax.swing.SwingUtilities.invokeLater(Runnable ...);
http://download.oracle.com/javase/tutorial/uiswing/concurrency/d…
-
```
MarketValueCY.java
CapitalGainCY.java
AbstractStrategyCumulative.java
```
Original issue reported on code.google.com by `alex.bel...@gmail.com` on 22 Jun 2011 at 7:16
-
```
TRANSACTIONS TAB - display ADJUSTED COST BASE (per #shares) AT DISPOSITION
(column) when SOLD
```
Original issue reported on code.google.com by `alex.bel...@gmail.com` on 9 Sep 2011 at 9:19
-
Add gem push submodules. Currently only pushing openbel-api gem when running make deploy-{major|minor|patch}.