This guide explains the main workflows in DigInvoice. Use it to sign in, create invoices/purchases, print documents and troubleshoot common issues.
Open the login page and enter your username and password. Successful login redirects to the dashboard: Dashboard.
The dashboard (pages/dashboard.php) summarizes recent invoices and sales graphs. Use the sidebar to navigate to modules: Companies, Accounts, Invoices, Purchases, HS Codes and Vouchers.
Manage company profiles at pages/company.php. Create or update company details used on invoices.
View and manage ledgers in pages/accounts.php and pages/ledger.php. Use account statements in pages/account_statement.php.
Maintain HS Codes used for products at pages/hs_codes.php.
pages/new_invoice.php).pages/invoices.php / actions/generate_invoice_pdf.php).pages/post_fbr.php).Create and print purchase records via pages/new_purchase.php and pages/purchases.php. Use actions/generate_invoice_pdf.php or print templates for documents.
Manage vouchers at pages/voucher_list.php. Add, edit or delete using the actions in actions/.
Use filter pages like actions/filter_invoices.php and search inputs on lists to quickly locate records.
Export or view charts via pages/sales_graph.php and the export actions — adapt as required for CSV or PDF reporting.
Admin users manage tenants and admins in the admin/ area (login: admin/pages/login.php; pages in admin/pages/).
includes/db.php` and `includes/logindb.php` for correct credentials and host.pages/new_invoice.php — invoice creationpages/invoices.php — invoice listactions/save_invoice.php — save handleractions/generate_invoice_pdf.php — PDF exportincludes/db.php and includes/logindb.php — DB connections