Overslaan naar inhoud
Menu
Je moet geregistreerd zijn om te kunnen communiceren met de community.
Deze vraag is gerapporteerd
1 Beantwoorden
5979 Weergaven

I am using openerp 7, when I post journal entries using “Periodic Processing” the post numbers are giving randomly and sometimes it start from the last journal to first for example:

01/01/2013 is giving “Bank/2013/003” 02/01/2013 is giving “Bank/2013/002” 25/01/2013 is giving “Bank/2013/001”

How can I match the posting number with the journal date as:

01/01/2013 is giving “Bank/2013/001” 02/01/2013 is giving “Bank/2013/002” 25/01/2013 is giving “Bank/2013/003”

Avatar
Annuleer
Beste antwoord

You should define the sequence of the journal. Every Journals have their own entry sequence, try to modify your sequence via "Entry sequence" in journal or via Setting >> Technical >> Sequences & Identifiers >> Sequences.

If you want your sequence as "Bank/2013/001", the setting for the prefix is "Bank/%(year)s/", number of padding is 3, next number is 1, and increment number is 1.

Avatar
Annuleer
Auteur

Dear thank you but i dont want to match the look or view of the tag, i want to match the number of the post with the journal entry. As journal entry No. 1 is in 01/01/2013 and No. 2 is in 16/01/2013 now when i post the system should go to JE No 1 and give it "Bank/2013/001" since its the first entry and then moves to No. 2 and give it "Bank/2013/002" since its last entry in the month. but what its happing with me is that the system is going to the last entry which is entry No. 2 and he give it "Bank/2013/001"

Are you sure you didn't change the invoice date when validate the invoice? or you make manual entries? because it can cause the date and the entries was not in series.

Auteur

all data were imported using csv file