Service - CommerceAccounting Freight In

From Izara Wiki
Revision as of 13:02, 16 April 2026 by Sven the Barbarian (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Links Freight In objects to Accounting structures.

Repository

...

Object Schemas

Additional Information
Per Service Schemas

comAccFreightInLink

{
	objectType: "comAccFreightInLink",
	canDelete: false,
	belongTo: {
		serviceTag: "ComAccLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccFreightInLink",
		}
    },
    fieldNames: {
		// businessId
		// purchaseLineItemType // inventory|expense|services|other
		// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard
		// freightInId
		// accountLinkTag // type of link: freightIn
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId","purchaseLineItemType","purchaseLineItemSubType","freightInId"],
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

comAccFreightInTypeLink

{
	objectType: "comAccFreightInTypeLink",
	canDelete: false,
	belongTo: {
		serviceTag: "ComAccLink",
		objectType: "comAccLinkByBusiness"
	},
	addOnDataStructure: [],
	storageResources: {
		"dynamo": {
			"storageType": "dynamoDB",
			"tableName": "comAccFreightInTypeLink",
		}
    },
    fieldNames: {
		// businessId
		// purchaseLineItemType // inventory|expense|services|other
		// purchaseLineItemSubType // inventory: goods|intangibleGoods|rawMaterial|asset|intangibleAsset, expense: pointInTime|overTime, services: pointInTime|overTime, other: standard
		// accountLinkTag // type of link: inventoryAsset|..
		// accountId
    },
    identifiers: [
		{
			type: "partitionKey",
			fieldNames: ["businessId","purchaseLineItemType","purchaseLineItemSubType"],
		},
		{
			type: "sortKey",
			fieldName: "accountLinkTag"
		},
    ]
}

Relationships

...

flowSchemas

...

Working documents

CommerceAccounting Freight In