Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
1 Trả lời
4216 Lượt xem

As we print all invoices and send them to customers via mail, I want to filter alls invoices that have not been printed yet in the list view of the Customer Invoices Menu and print them all at once.

Unfortunately there is no "Printed is not true" option the Advanced Search, only an option to select the invoices that have not been sent to the customer by eMail.

How can I set up a filter to select the invoices that have not been printed yet?

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

Your question looks like a request I am working on.

My solution (for seeing which outgoing order has been printed) was:

  • create a boolean for model stock.move
  • create a custom module within the folder report, which marks the boolean true
  • add the field to the various screens and/or reports

Just found a bug: when doing a partial delivery, the boolean is still true for the backorder... Just need to modify the copy action of stock.move to set it to false.

Hopefully you can use my steps to do your modification.....

Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 8 23
3469
1
thg 3 15
4621
0
thg 3 15
5209
1
thg 8 25
132
0
thg 7 25
945