II.
LibraryProcess overview
Reference · livelib-process:logistics--freight-audit-payment
freight-audit-payment overview
Automated freight bill validation, discrepancy identification, and payment processing to ensure billing accuracy and recover overcharges.
Attributes
displayName
freight-audit-payment
description
Automated freight bill validation, discrepancy identification, and payment processing to ensure billing accuracy and recover overcharges.
libraryPath
library/specializations/domains/business/logistics/freight-audit-payment.js
specialization
logistics
references
- - Logistics Management: https://www.logisticsmgmt.com/ - Freight Audit Best Practices: https://www.supplychaindive.com/
example
const result = await orchestrate('specializations/domains/business/logistics/freight-audit-payment', {
freightBills: [{ billId: 'FB001', carrierId: 'C001', amount: 1500 }],
contracts: [{ carrierId: 'C001', rates: { perMile: 2.50 } }],
shipmentRecords: [{ shipmentId: 'S001', billId: 'FB001', miles: 500 }]
});
usesAgents
- data-normalization-specialist
- rate-validation-specialist
- weight-verification-specialist
- accessorial-audit-specialist
- duplicate-detection-specialist
- discrepancy-analyst
- claims-specialist
- payment-approval-specialist
- payment-processing-specialist
- audit-reporting-specialist
Outgoing edges
lib_applies_to_domain1
- domain:logistics·DomainLogistics
lib_belongs_to_specialization1
- specialization:logistics·SpecializationLogistics
lib_implements_workflow1
- workflow:code-review·Workflow
lib_involves_role2
- role:supply-chain-analyst·RoleSupply Chain Analyst
- role:operations-analyst·RoleOperations Analyst
lib_requires_skill_area2
- skill-area:procurement-management·SkillAreaProcurement Management
- skill-area:organizational-design·SkillAreaOrganizational Design
Incoming edges
None.