Revision 8734f2e2
Von Sven Schöling vor mehr als 1 Jahr hinzugefügt
| SL/DB/DeliveryOrder/TypeData.pm | ||
|---|---|---|
|
edit => "sales_delivery_order_edit",
|
||
|
view => "sales_delivery_order_edit | sales_delivery_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 0,
|
||
|
stock => 1,
|
||
|
},
|
||
|
},
|
||
|
PURCHASE_DELIVERY_ORDER_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "purchase_delivery_order_edit",
|
||
|
view => "purchase_delivery_order_edit | purchase_delivery_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 0,
|
||
|
stock => 1,
|
||
|
},
|
||
|
},
|
||
|
SUPPLIER_DELIVERY_ORDER_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "purchase_delivery_order_edit",
|
||
|
view => "purchase_delivery_order_edit | purchase_delivery_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 0,
|
||
|
stock => 1,
|
||
|
},
|
||
|
},
|
||
|
RMA_DELIVERY_ORDER_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "sales_delivery_order_edit",
|
||
|
view => "sales_delivery_order_edit | sales_delivery_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 0,
|
||
|
stock => 1,
|
||
|
},
|
||
|
},
|
||
|
);
|
||
|
|
||
| SL/DB/Helper/TypeDataProxy.pm | ||
|---|---|---|
|
_via("get3", [ "workflow" ], @_);
|
||
|
}
|
||
|
|
||
|
sub features {
|
||
|
_via("get3", [ "features" ], @_);
|
||
|
}
|
||
|
|
||
|
sub part_classification_query {
|
||
|
_via("get", [ "part_classification_query" ], @_);
|
||
|
}
|
||
| SL/DB/Order/TypeData.pm | ||
|---|---|---|
|
edit => "sales_order_edit",
|
||
|
view => "sales_order_edit | sales_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
PURCHASE_ORDER_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "purchase_order_edit",
|
||
|
view => "purchase_order_edit | purchase_order_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
SALES_QUOTATION_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "sales_quotation_edit",
|
||
|
view => "sales_quotation_edit | sales_quotation_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
REQUEST_QUOTATION_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
edit => "purchase_quotation_edit",
|
||
|
view => "purchase_quotation_edit | purchase_quotation_view",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
);
|
||
|
|
||
| SL/DB/Reclamation/TypeData.pm | ||
|---|---|---|
|
rights => {
|
||
|
edit => "sales_reclamation_edit",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
PURCHASE_RECLAMATION_TYPE() => {
|
||
|
text => {
|
||
| ... | ... | |
|
rights => {
|
||
|
edit => "purchase_reclamation_edit",
|
||
|
},
|
||
|
features => {
|
||
|
price_tax => 1,
|
||
|
stock => 0,
|
||
|
},
|
||
|
},
|
||
|
);
|
||
|
|
||
Auch abrufbar als: Unified diff
TypeData: features