跳至内容
菜单
此问题已终结
2 回复
3299 查看

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.

形象
丢弃
相关帖文 回复 查看 活动
1
2月 24
6074
1
4月 25
1230
2
3月 25
1393
4
11月 24
7097
1
3月 24
2024