Final Deployment Package + Fixed Assets + POS + Recurring

cPanel-ready now, VPS-ready later.
AXIS ERP

Beautiful, professional, clean and mobile-responsive deployment package

This final package organizes the Laravel 12 + MySQL source, cPanel deployment steps, final schema reference, VPS migration notes, and the added Fixed Assets, POS Invoice Sale Voucher, and Memorized / Recurring Transactions modules.

Phases12
Core Modules12+
Voucher Types22+
Reports10+

Included deployment files

  • FINAL_DEPLOYMENT_GUIDE.md
  • .env.cpanel.example and .env.vps.example
  • public/.htaccess and cPanel fallback example
  • Security, backup, performance and installation checklists
  • Final schema reference for DBA review

First server commands

composer install --no-dev --optimize-autoloader
cp .env.cpanel.example .env
php artisan key:generate
php artisan migrate --force
php artisan db:seed --class=SuperAdminSeeder --force
php artisan storage:link
php artisan config:cache

Fixed Assets Added

Asset categories, fixed asset register, depreciation runs, disposals, ledger posting, audit trail and reports are now included.

POS Invoice Sale Voucher Added

Fast counter-sales voucher with barcode line entry, cash/bank posting, COGS/inventory entries, stock movement and cancellation reversal support.

Memorized / Recurring Transactions Added

QuickBooks Desktop Enterprise-style Memorized Transaction Groups and Memorized Transaction List. Bank Payment, Journal Voucher, Customer Invoice and Production Order forms now include a Recurring button to save a template under a group.