Service - CommerceAccounting Manufacture
Overview
Connects each manufacture operation to their Accounting accounts, such as moving stock out of work in progress account to inventory asset account.
Repository
...
Object Schemas
- Additional Information
- Per Service Schemas
{
objectType: "comAccManufacture",
generatedBy: "systemGenerated",
canDelete: false,
addOnDataStructure: [],
storageResources: {
"dynamo": {
"storageType": "dynamoDB",
"tableName": "comAccWorkInProgressAccountLink",
}
},
fieldNames: {
// businessId,
// organizationId,
// workInProgressId,
},
identifiers: [
{
type: "partitionKey",
fieldNames: ["businessId", "organizationId"],
name: "comAccLinkId",
},
{
type: "sortKey",
fieldName: "workInProgressId"
},
]
}
Relationships
...
flowSchemas
workInProgressAdded
- creates journal entry for inventory/raw material out, workInProgress in
workInProgressRemoved
- creates journal entry for workInProgress out, inventory/raw material in
workInProgressComplete
- creates journal entry for workInProgress out, inventory/raw material in