add purchase_price_review_status

This commit is contained in:
Luis 2026-04-02 12:43:36 +02:00
parent d9a0eeb878
commit f586c99df9
10 changed files with 260 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Purchase Price Review Status
Adds a boolean field on purchase orders to indicate whether purchase prices were reviewed against receipts.
It decorates list views according to these rules:
- Green: not fully received and prices reviewed.
- Red: not fully received and prices not reviewed.
- Default color: fully received (unchanged behavior).