ArcoreERP
A GovCon-specific Enterprise Resource Planning (ERP) system designed to handle the complexities of government contracting. It manages Time & Materials (T&M), Cost Plus Fixed Fee (CPFF), and Firm Fixed Price (FFP) contracts with integrated DCAA (Defense Contract Audit Agency) compliance controls and project-based accounting.
Key Features
- Project-Based Accounting & Charge Codes
- Indirect Rate Management (Fringe, OH, G&A)
- DCAA-Compliant Audit Trails
- Contract Lifecycle Management
- Real-time Burn Rate & Financial Forecasting
- Automated Invoice Generation (SF-1034/1035)
API Endpoints
| Method | Path | Description |
|---|---|---|
| GET | `/api/projects` | List active projects and their financial status |
| POST | `/api/invoices/generate` | Generate a DCAA-compliant invoice |
| GET | `/api/financials/burn-rate` | Get current burn rate and project runway |
| POST | `/api/timesheets/submit` | Submit a DCAA-compliant timesheet for approval |
| GET | `/api/contracts/{id}` | Retrieve contract details |
Usage Example
import requests
# Example interaction
response = requests.get(
url="https://api.arcore.internal/api/projects",
headers={"Authorization": "Bearer <token>"}
)
print(response.json())Tech Stack
Authentication
- •**Header:** `Authorization: Bearer <token>`
- •**Scopes:** RBAC is enforced at the object level via `ArcoreCodex` policies.
Compliance & Security
Compliance
- ✓Compliance: DCAA / NIST 800-171 aligned
- ✓Audit: Full transaction logging
- ✓Access: Role-based financial data separation
Security
- ✓Access: Role-based financial data separation
Related Services
Arcore Fiscal
A specialized module within ArcoreERP focused on advanced billing and invoicing. It automates the complex calculations for Time & Materials (T&M) contracts, Per Diem allowances, and ensures all expenses comply with government regulations like GSA limits.
Arcore Genesis
ArcoreGenesis is the Portfolio & Intake Management system that governs how new ideas become funded projects. It provides a structured 'Front Door' for the enterprise, where all requests are scored, sized, and approved, aligning initiatives with strategic goals and budgets.
Arcore Scope
ArcoreScope is the Requirements Engineering tool that bridges the gap between high-level mission needs and detailed developer tasks. It provides tools for defining, refining, and tracing requirements to test cases and code, ensuring 'build the right thing' is auditable.