コンテンツへスキップ
メニュー
この質問にフラグが付けられました
3 返信
7082 ビュー

Hello,
Referencing to Ray Carnes's response about changing the invoice sequence format, I want that the number in the sequence must be initialized to 1 every new month.
For example invoice sequences should be like below:

  • in January 2014 :
    • 14/01/001
    • 14/01/002
      .
      .
      .
    • 14/01/xxx
  • in February 2014 :

    • 14/02/001
    • 14/02/002
      .
      .
      .

    • 14/02/xxx

And the same logic for the other months.

Thanks for your help.

アバター
破棄
最善の回答

I've noticed that people are still asking if the option is available. Yes, the option is there, and you can configure the sequence as shown in the screenshot.



アバター
破棄
最善の回答

hello You should use like this

%(month)s/%(day)s/001

it will print month-day-number

hope this will you

アバター
破棄
著作者

This will never initialize the number every month. Please try to understand my question.

ok sorry for that than you will have to do it by python side code or you should use onchange method

著作者

Thank you Atul, please explain to me more.

最善の回答

@Semah

Have you found the solution? 
I need the exact same thing, please.

アバター
破棄

Hello Mr. Mustafa,

The option is available in the newer version! May I know which version you are currently using?

He Midhun
Thank you for your response.

I'm currently subscribed to standard package and using online version.
In order to change the month, what I've to do is manually go to actions in accounting/invoice and then from actions 'resequence'.

Although it does the job, but 1) it is manual, and 2) it then causes a warning to appear on the invoice tab that there're "Gaps in the sequence".

Thanks
Mustafa

関連投稿 返信 ビュー 活動
2
2月 19
12302
0
3月 15
5122
2
4月 24
16987
1
8月 20
11962
9
8月 18
7702