NdaulaPM
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
Viewing readonly version of main branch: v10View latest version
A comprehensive web application for managing rental properties, tracking rent payments, maintenance costs, staff payments, and taxes.
- Rent Payments: Track tenant payments, due dates, and payment history
- Maintenance Costs: Log and categorize property maintenance expenses
- Staff Payments: Manage payments to contractors, cleaners, and other staff
- Tax Management: Track tax-deductible expenses and generate reports
- Financial Dashboard: Overview of income, expenses, and profitability
├── backend/
│ ├── database/
│ │ ├── migrations.ts # Database schema setup
│ │ └── queries.ts # Database query functions
│ ├── routes/
│ │ ├── payments.ts # Rent payment endpoints
│ │ ├── maintenance.ts # Maintenance cost endpoints
│ │ ├── staff.ts # Staff payment endpoints
│ │ └── taxes.ts # Tax-related endpoints
│ └── index.ts # Main API server
├── frontend/
│ ├── components/
│ │ ├── App.tsx # Main application component
│ │ ├── Dashboard.tsx # Financial overview dashboard
│ │ ├── RentPayments.tsx # Rent payment management
│ │ ├── Maintenance.tsx # Maintenance cost tracking
│ │ ├── StaffPayments.tsx# Staff payment management
│ │ └── TaxReports.tsx # Tax reporting and analytics
│ ├── index.html # Main HTML template
│ └── index.tsx # Frontend entry point
└── shared/
└── types.ts # Shared TypeScript interfaces
- The app will automatically set up the database on first run
- Navigate to the main page to access the dashboard
- Use the navigation to switch between different management sections
- tenants: Tenant information and lease details
- rent_payments: Rent payment records
- maintenance_costs: Property maintenance expenses
- staff_payments: Payments to staff and contractors
- tax_categories: Tax-deductible expense categories