Overview
Pagosapp helps you track and manage your monthly payments efficiently. The application displays your payments across multiple months with a color-coded status system to help you stay on top of your obligations.Adding a New Payment
To add a new payment to your tracking system:- Click the Add Payment button in the header
- Enter a name for your payment (e.g., “Netflix”, “Rent”, “Electricity”)
- Select the months when this payment applies:
- Choose Mensual (Monthly) if this payment occurs every month
- Or select specific months if the payment only occurs in certain months
- Click Guardar (Save) to add the payment
When you select “Mensual”, individual month selection will be disabled since the payment will automatically appear in all months.
Viewing Your Payments
The main interface displays three months at a time, showing all your tracked payments for each month.Navigation
- Use the Anterior (Previous) button to view earlier months
- Use the Siguiente (Next) button to view later months
- The view starts at the current month by default
Payment Status Colors
Each payment is color-coded based on its due date status:- Green: Payment has been marked as completed
- Red: Payment is overdue (due date has passed)
- Orange: Payment is due soon (within 3 days)
- Gray: No due date set, or due date is more than 3 days away
Setting Due Dates
For each payment in a specific month:- Click the pencil icon next to the payment
- Select the due date from the calendar picker
- The date is automatically saved
Marking Payments as Completed
To mark a payment as paid:- Toggle the switch next to the payment name
- The payment will turn green to indicate completion
- The status is automatically saved
Viewing Payment Details
Click on any payment item to view its details in a modal:- Payment name: The identifier for this payment
- Fecha de vencimiento (Due date): When the payment is due
- Fecha de pago (Payment date): When you actually made the payment (only visible if marked as completed)
Payment Workflow Example
Track the deadline
The payment will turn orange when it’s within 3 days of the due date, and red if it passes
Common Questions
Can I delete a payment?
Can I delete a payment?
Currently, the application focuses on tracking and marking payments as complete. To effectively remove a payment from view, avoid setting due dates for months you don’t need to track it.
What happens to completed payments in the next month?
What happens to completed payments in the next month?
Each month maintains its own completion status. If you have a monthly payment, you’ll need to mark it as complete separately for each month.
Can I edit a payment name or months after creating it?
Can I edit a payment name or months after creating it?
Payment modifications require using the browser’s developer tools to access localStorage directly. For simpler management, it’s recommended to use the Reset button and set up your payments again.
What if I mark a payment as complete by accident?
What if I mark a payment as complete by accident?
Simply toggle the switch again to unmark it. The completion status can be changed at any time.
Next Steps
Payment Categories
Learn about monthly vs specific-month payment types
Local Storage
Understand how your data is stored and managed