Ctrl+K
- 1.52 kB initial commit
- 211 Bytes π§Ύ Full Web App Prompts β Income & Expense Tracker π§ config/ config.php β Defines global settings (app name, base URL, default language, default currency). local.php.sample β Template for hosting-specific settings (database credentials, domain). π i18n/ (Languages) Each file stores all text labels, messages, and button names. en.php β English translations. fr.php β French translations. es.php β Spanish translations. de.php β German translations. π‘ Prompt: βStore all app labels, menus, and messages in key-value pairs for multi-language support.β ποΈ sql/ schema.sql β Defines database tables: users β user accounts, language, currency categories β income & expense categories transactions β records of incomes & expenses clients β client information for invoices invoices β invoices (header details) invoice_items β invoice line items π‘ Prompt: βCreate relational tables with foreign keys to users.β π¨ assets/ styles.css β Styling for the entire app (layout, buttons, forms, tables). logo.png β App/company logo. js/app.js β Scripts for interactivity (form validation, charts, currency switch). π‘ Prompt: βProvide consistent clean UI with modern responsive CSS.β π§© includes/ db.php β Database connection logic (PDO/MySQL). auth.php β Authentication/session handling (login check, redirect). header.php β Common header with navbar, language switch, user menu. footer.php β Common footer with copyright. functions.php β Helper functions (translation lookup, currency conversion, date formatting). π‘ Prompt: βAll shared logic and layouts live here.β π public/ (Main Pages) Entry & Authentication index.php β Landing page with app features, pricing, sign up/login buttons. login.php β User login form. signup.php β New user registration form. logout.php β Ends user session. Core App dashboard.php β Overview of balances, income vs expenses, charts. transactions.php β Add, edit, view income & expense records. categories.php β Manage categories (e.g., Food, Salary, Rent). Invoicing invoices.php β List and create invoices. invoice_view.php β Show single invoice, allow print/PDF. clients.php β Manage clients linked to invoices. Settings settings.php β Configure language, currency, company info, invoice prefix. profile.php β User profile, password change. π‘ Prompt: βEach page is linked via navbar. Only accessible after login (except index/login/signup).β π uploads/ invoices/ β Stores generated or uploaded invoice files (optional). π README.md Contains: Installation instructions Database setup Hosting configuration Admin credentials π‘ Prompt: βExplain how to install and run the app step by step.β - Initial Deployment
- 69.9 kB please check every tabs and created profesional - Follow Up Deployment
- 388 Bytes initial commit