add purchase_price_review_status
This commit is contained in:
parent
d9a0eeb878
commit
f586c99df9
10 changed files with 260 additions and 0 deletions
9
purchase_price_review_status/README.md
Normal file
9
purchase_price_review_status/README.md
Normal 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).
|
||||
Loading…
Add table
Add a link
Reference in a new issue