| <?xml version="1.0" encoding="UTF-8"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one |
| or more contributor license agreements. See the NOTICE file |
| distributed with this work for additional information |
| regarding copyright ownership. The ASF licenses this file |
| to you under the Apache License, Version 2.0 (the |
| "License"); you may not use this file except in compliance |
| with the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, |
| software distributed under the License is distributed on an |
| "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| KIND, either express or implied. See the License for the |
| specific language governing permissions and limitations |
| under the License. |
| --> |
| <entity-engine-xml> |
| <!-- |
| # Days Till Cancel Replacement Order |
| order.properties setting is: daysTillCancelReplacementOrder=30 |
| --> |
| <SystemProperty systemResourceId="order" systemPropertyId="daysTillCancelReplacementOrder" systemPropertyValue="30" |
| description="Days until replacement order is cancelled." |
| /> |
| |
| <!-- |
| # Maximum age of auto-save shopping list for anonymous users (in days) |
| order.properties setting is: autosave.max.age=14 |
| --> |
| <SystemProperty systemResourceId="order" systemPropertyId="autosave.max.age" systemPropertyValue="14" |
| description="Maximum age of auto-save shopping list for anonymous users (in days)." |
| /> |
| |
| <!-- |
| # Order Item Attribute Prefix |
| order.properties setting is: order.item.attr.prefix=order_item_attr_ |
| --> |
| <SystemProperty systemResourceId="order" systemPropertyId="order.item.attr.prefix" systemPropertyValue="order_item_attr_" |
| description="Prefix for Order Item Attribute." |
| /> |
| |
| <!-- |
| # |
| order.properties setting is: order.item.comment.enable=Y |
| --> |
| <SystemProperty systemResourceId="order" systemPropertyId="order.item.comment.enable" systemPropertyValue="Y" |
| description="Allow comment on Order Item. Choices are: Y or N." |
| /> |
| |
| </entity-engine-xml> |