Skip to content

Stock assistant better memo defaults #2077

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: stable
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions gnucash/gtkbuilder/assistant-stock-transaction.glade
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="text" translatable="yes">Gross proceeds</property>
</object>
<packing>
<property name="left-attach">1</property>
Expand Down Expand Up @@ -489,7 +490,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="text" translatable="yes">Cash</property>
<property name="text" translatable="yes">Net proceeds</property>
</object>
<packing>
<property name="left-attach">1</property>
Expand Down Expand Up @@ -839,7 +840,7 @@
<property name="visible">True</property>
<property name="can-focus">True</property>
<property name="hexpand">True</property>
<property name="text" translatable="yes">Capital Gain</property>
<property name="text" translatable="yes">Capital Gain/Loss</property>
</object>
<packing>
<property name="left-attach">1</property>
Expand Down
Loading