Ordering of transactions

Luiz Carlos da Costa Junior lcjunior at ufrj.br
Sun Jun 19 18:10:04 EDT 2011


Hi Tomas,

I had the same problem regarding the order of transactions in gnucash and I
got around this problem by using the number field of each transaction to
store the time of the transaction.

The number field has the limitation of accept just integers, so I use the
format HHMM to store the time and it is working quite well since I started
(I am almost 2 years using this scheme).

We had a discussion about this in the past:
http://article.gmane.org/gmane.comp.gnome.apps.gnucash.user/32224/match=

Regards,
LC

On 17 June 2011 04:51, Thomas Goirand <thomas at goirand.fr> wrote:

> Hi,
>
> As written on a previous thread, I wrote an export to .qif function in
> my software, so I could import it later on GNUCash. This part is working
> really well.
>
> Now, my issue is that I need to check that what I import is correct, and
> that I have a correct balance in GNUCash, compared to what I have in
> Paypal. The issue is that GNUCash has no notion of the time of a
> transaction, and then transactions are ordered very differently than
> what I have on paypal. Because of that, the balance that I have on my
> paypal history isn't the same as the one I have on GNUCash, and it makes
> it very hard to check.
>
> So, is there a way to say that transaction A, written on the 1/1/2011,
> has to be written before transaction B on the same date? Or maybe, is
> there a way to store the time of a transaction, so that they are ordered
> on the same way as in my Paypal? Is there a way to have this automated?
> How is GNUCash ordering transactions that are on the same date? Does it
> use the Description filed, and order by alpha order? If that is the
> case, then it's gona be easy for me to change it, and put a reference
> number in there...
>
> Thomas
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>


More information about the gnucash-user mailing list