ArcoreFiscal
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.
Key Features
- Automated T&M and Per Diem Calculations
- GSA Limit Enforcement for Expenses
- Multi-Currency Support for International Contracts
- Automated Backup Documentation Generation for Invoices
- Expense Categorization & Allocation
API Endpoints
| Method | Path | Description |
|---|---|---|
| POST | `/api/fiscal/expenses` | Submit new expenses for approval |
| GET | `/api/fiscal/invoices/{id}` | Retrieve generated invoice details |
| POST | `/api/fiscal/travel/perdiem` | Calculate per diem for a travel period |
| GET | `/api/fiscal/reports/expenses` | Generate expense reports |
Usage Example
import requests
# Example interaction
response = requests.post(
url="https://api.arcore.internal/api/fiscal/expenses",
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
- ✓Data Integrity: Immutable invoice records after finalization
Security
- ✓TLS 1.3
- ✓AES-256 encryption
Related Services
Arcore ERP
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.
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.