PdcPurchaseInvoiceLine.Complete: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Complete as Boolean == Description == Amount of line equal or greater than invoiced amount == Notes == == Code example == <source lang="vb"> </source>..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
This flag indicates the purchase line is completely invoiced. | |||
== Notes == | == Notes == | ||
This flag is automatically set when the amount of the invoice line is equal or greater than amount of the purchase line (TOTINKOOP: IN_PRIJS).<br> | |||
It is also dependent on settings in PdC ("Book on incoming goods" and other settings) and earlier booked purchase invoices. | |||
After this flag is set to true, no invoice can be booked on it any more. | |||
== Code example == | == Code example == |
Latest revision as of 08:16, 21 August 2015
Declaration
Complete as Boolean
Description
This flag indicates the purchase line is completely invoiced.
Notes
This flag is automatically set when the amount of the invoice line is equal or greater than amount of the purchase line (TOTINKOOP: IN_PRIJS).
It is also dependent on settings in PdC ("Book on incoming goods" and other settings) and earlier booked purchase invoices.
After this flag is set to true, no invoice can be booked on it any more.