The High Level Design documentation will give you a broader understanding of the application.
The Business Rules documentation will help you understand the business logic of BudgetVersions, Periods and BudgetUsage calculations.
cp .env.example .env
composer install
php artisan key:generate
php artisan timatic:install
herd link api.app.timatic --securetimatic:install runs migrations, creates the first admin user, and optionally generates an API token and seeds dummy data.
To (re)seed dummy data at any time:
php artisan db:seed --class=DummySeederCopyright (c) 2025 Timatic.
You may use this software internally within your organization for any purpose. Selling, sublicensing, or providing the software to third parties for commercial gain is prohibited. See LICENSE.txt for full terms.