Skip to content

Commit

Permalink
feat(Position)
Browse files Browse the repository at this point in the history
  • Loading branch information
wmakeev committed Jul 23, 2021
1 parent cd2d33f commit 7a156de
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions src/model/MetaType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import type {
Organization,
PaymentIn,
PaymentOut,
Position,
RetailDemand,
SelectKeysByType,
State
Expand Down Expand Up @@ -128,9 +129,9 @@ export type EntityByMetaType = {
cashin: CashIn
cashout: CashOut
commissionreportin: Entity<'commissionreportin'>
commissionreportinposition: Entity<'commissionreportinposition'>
commissionreportinposition: Position<'commissionreportinposition'>
commissionreportout: Entity<'commissionreportout'>
commissionreportoutposition: Entity<'commissionreportoutposition'>
commissionreportoutposition: Position<'commissionreportoutposition'>
companysettings: Entity<'companysettings'>
consignment: Entity<'consignment'>
contactperson: ContactPerson
Expand All @@ -149,23 +150,23 @@ export type EntityByMetaType = {
embeddedtemplate: Entity<'embeddedtemplate'>
employee: Employee
enter: Entity<'enter'>
enterposition: Entity<'enterposition'>
enterposition: Position<'enterposition'>
expenseitem: Entity<'expenseitem'>
facturein: Entity<'facturein'>
factureout: Entity<'factureout'>
files: Entity<'files'>
group: Group
internalorder: Entity<'internalorder'>
internalorderposition: Entity<'internalorderposition'>
internalorderposition: Position<'internalorderposition'>
inventory: Entity<'inventory'>
inventoryposition: Entity<'inventoryposition'>
inventoryposition: Position<'inventoryposition'>
invoicein: InvoiceIn
invoiceout: InvoiceOut
invoiceposition: InvoicePosition
loss: Entity<'loss'>
lossposition: Entity<'lossposition'>
lossposition: Position<'lossposition'>
move: Entity<'move'>
moveposition: Entity<'moveposition'>
moveposition: Position<'moveposition'>
note: AgentNote
organization: Organization
paymentin: PaymentIn
Expand All @@ -176,7 +177,7 @@ export type EntityByMetaType = {
pricetype: Entity<'pricetype'>
processing: Entity<'processing'>
processingorder: Entity<'processingorder'>
processingorderposition: Entity<'processingorderposition'>
processingorderposition: Position<'processingorderposition'>
processingplan: Entity<'processingplan'>
processingplanmaterial: Entity<'processingplanmaterial'>
processingplanresult: Entity<'processingplanresult'>
Expand All @@ -186,9 +187,9 @@ export type EntityByMetaType = {
productfolder: Entity<'productfolder'>
project: Entity<'project'>
purchaseorder: Entity<'purchaseorder'>
purchaseorderposition: Entity<'purchaseorderposition'>
purchaseorderposition: Position<'purchaseorderposition'>
purchasereturn: Entity<'purchasereturn'>
purchasereturnposition: Entity<'purchasereturnposition'>
purchasereturnposition: Position<'purchasereturnposition'>
region: Entity<'region'>
retaildemand: RetailDemand
retaildrawercashin: Entity<'retaildrawercashin'>
Expand All @@ -197,13 +198,13 @@ export type EntityByMetaType = {
retailshift: Entity<'retailshift'>
retailstore: Entity<'retailstore'>
salesreturn: Entity<'salesreturn'>
salesreturnposition: Entity<'salesreturnposition'>
salesreturnposition: Position<'salesreturnposition'>
service: Entity<'service'>
specialpricediscount: Entity<'specialpricediscount'>
state: State
store: Entity<'store'>
supply: Entity<'supply'>
supplyposition: Entity<'supplyposition'>
supplyposition: Position<'supplyposition'>
task: Entity<'task'>
uom: Entity<'uom'>
variant: Entity<'variant'>
Expand Down

0 comments on commit 7a156de

Please sign in to comment.