Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
2 Відповіді
3212 Переглядів

Hello,


as my customer uses a very special invoice number, I was wondering, if it is possible to access the single components of the number, which is generated as a sequence from a prefix and an increasing number.

So, would it be possible to e.g. just print the prefix in a report? As the prefix is also generated by a char and "%(year)s", would it also be possible to only access the year-part?


Thanks in advance.

Regards

Lars

Аватар
Відмінити
Автор Найкраща відповідь

Hello,

thank you for your reply.

That helped me a lot!


Regards
Lars

Аватар
Відмінити
Найкраща відповідь

Probably this is not the best way, but I dont know other way. As you know how many characters the prefix has, you can try something like this:

o.number[0:2] for example. Just set the correct range. Same for years.

Like i say, its not the best way, if the prefix or years character numbers change, you should change the report too... But I dont know other way.

Аватар
Відмінити
Related Posts Відповіді Переглядів Дія
1
лют. 24
5989
1
квіт. 25
1083
2
бер. 25
1241
4
лист. 24
6992
1
бер. 24
1911