>>>>> "NC" == Nikos Charonitakis <
nik...@gmail.com> writes:
NC> a) Is it possible to change the number format when entering transactions?
NC> Ledger uses , for thousands and . for decimal. Can we use (and how) them
NC> the opposite way: (.) for thousands and , for decimal?
Ledger uses whatever it sees you use.
NC> b) My assets are mixed with stocks,bonds,and different currencies. When i
NC> use ledger to show balance expressed in EUR, stocks and bonds are
NC> reported in quantity and not in their EUR value.
NC> So the result of this command:
NC> ledger -f file.ldg -V bal Assets --X EUR
NC> is something like that:
NC> 100
NC> 550EUR Assets
This is because it doesn't know price of that item in EUR...
John