Revision 997a37e5
Von Sven Schöling vor etwa 3 Jahren hinzugefügt
SL/Controller/DeliveryOrder/TypeData.pm | ||
---|---|---|
properties => {
|
||
customervendor => "customer",
|
||
is_quotation => 0,
|
||
is_customer => 1,
|
||
nr_key => "ordnumber",
|
||
},
|
||
part_classification_query => [ "used_for_sale" => 1 ],
|
||
... | ... | |
properties => {
|
||
customervendor => "vendor",
|
||
is_quotation => 0,
|
||
is_customer => 0,
|
||
nr_key => "ordnumber",
|
||
},
|
||
part_classification_query => [ "used_for_purchase" => 1 ],
|
||
... | ... | |
properties => {
|
||
customervendor => "customer",
|
||
is_quotation => 1,
|
||
is_customer => 1,
|
||
nr_key => "quonumber",
|
||
},
|
||
part_classification_query => [ "used_for_sale" => 1 ],
|
||
... | ... | |
properties => {
|
||
customervendor => "vendor",
|
||
is_quotation => 1,
|
||
is_customer => 0,
|
||
nr_key => "quonumber",
|
||
},
|
||
part_classification_query => [ "used_for_purchase" => 1 ],
|
||
... | ... | |
},
|
||
properties => {
|
||
customervendor => "customer",
|
||
is_customer => 1,
|
||
nr_key => "donumber",
|
||
},
|
||
part_classification_query => [ "used_for_sale" => 1 ],
|
||
... | ... | |
},
|
||
properties => {
|
||
customervendor => "vendor",
|
||
is_customer => 0,
|
||
nr_key => "donumber",
|
||
},
|
||
part_classification_query => [ "used_for_purchase" => 1 ],
|
Auch abrufbar als: Unified diff
DeliveryOrder: type data is_customer