Add SQL query for average cost retrieval and generate TriggerLog model
This commit is contained in:
@@ -38,7 +38,8 @@ export type MovementType = (typeof MovementType)[keyof typeof MovementType]
|
||||
export const MovementReferenceType = {
|
||||
PURCHASE: 'PURCHASE',
|
||||
SALES: 'SALES',
|
||||
ADJUSTMENT: 'ADJUSTMENT'
|
||||
ADJUSTMENT: 'ADJUSTMENT',
|
||||
INVENTORY_TRANSFER: 'INVENTORY_TRANSFER'
|
||||
} as const
|
||||
|
||||
export type MovementReferenceType = (typeof MovementReferenceType)[keyof typeof MovementReferenceType]
|
||||
|
||||
Reference in New Issue
Block a user