Skip to content

Commit

Permalink
Issue #22
Browse files Browse the repository at this point in the history
  • Loading branch information
highsource committed May 2, 2015
1 parent 188fa8b commit 91c50c0
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 167 deletions.
74 changes: 37 additions & 37 deletions demos/po-npm/mappings/PurchaseOrder.compact.js
Expand Up @@ -40,37 +40,14 @@ var PurchaseOrder_Module_Factory = function () {
t: 'a'
}]
}, {
ln: 'PurchaseOrderType',
ln: 'Items',
ps: [{
n: 'shipTo',
en: {
lp: 'shipTo'
},
ti: '.USAddress'
}, {
n: 'billTo',
en: {
lp: 'billTo'
},
ti: '.USAddress'
}, {
n: 'comment',
en: {
lp: 'comment'
}
}, {
n: 'items',
n: 'item',
col: true,
en: {
lp: 'items'
},
ti: '.Items'
}, {
n: 'orderDate',
ti: 'Calendar',
an: {
lp: 'orderDate'
lp: 'item'
},
t: 'a'
ti: '.Items.Item'
}]
}, {
ln: 'USAddress',
Expand Down Expand Up @@ -108,25 +85,48 @@ var PurchaseOrder_Module_Factory = function () {
t: 'a'
}]
}, {
ln: 'Items',
ln: 'PurchaseOrderType',
ps: [{
n: 'item',
col: true,
n: 'shipTo',
en: {
lp: 'item'
lp: 'shipTo'
},
ti: '.Items.Item'
ti: '.USAddress'
}, {
n: 'billTo',
en: {
lp: 'billTo'
},
ti: '.USAddress'
}, {
n: 'comment',
en: {
lp: 'comment'
}
}, {
n: 'items',
en: {
lp: 'items'
},
ti: '.Items'
}, {
n: 'orderDate',
ti: 'Calendar',
an: {
lp: 'orderDate'
},
t: 'a'
}]
}],
eis: [{
en: {
lp: 'comment'
}
}, {
en: {
lp: 'purchaseOrder'
},
ti: '.PurchaseOrderType'
}, {
en: {
lp: 'comment'
}
}]
};
return {
Expand Down

0 comments on commit 91c50c0

Please sign in to comment.