Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 997a37e5

Von Sven Schöling vor etwa 3 Jahren hinzugefügt

  • ID 997a37e5bd6615beac096cdcdd95979976fed4be
  • Vorgänger 6b9c37ca
  • Nachfolger 7d32475e

DeliveryOrder: type data is_customer

Unterschiede anzeigen:

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