Budgeting Website Fix - JavaScript Expert Needed
Budget: $30 – $250 AUD
My budgeting website is experiencing issues with its budget calculation and data display. I have no error messages or logs to provide, but I am looking for a skilled JavaScript programmer who can troubleshoot and fix the broken code.
I have a few issues that I am not able to solve atm.
1. my website gets users to enter in their bills for how much and when those bills are due and if they reoccur. but i have an issue where by if a user says that the bills is due on the 31st of the month or the 30th of the month. In a month like Feb, that only has 28 days in it the bill either sometimes doesnt show up or it moves to the 1st of the next month. But the desired functionality is that it moves the bill to the last day of the month. So if the bill was due on the 31st, the bill would move to the 28th if it was feb, or the 30th if there was 30 dys in that month.
2. I am having an issue with the bills in my website whereever they are being displayed are not sorting in any logical order, when they display in what im referring to it as the pay cycle i want them to be sorted by the date. and when they are listed in the bills list at the top of the page, I want them to be sorted depending on which column they want to sort.
3. I have an issue where if a user tries to edit a bill, its currently just editing any random bill, but not the bill that they were initially trying to edit.
4. I have an issue where when a user adds a 1 off income, the income is being counted in the pay cycle view, but it duplicates so it shows that bill twice. the weird thing is that it doesnt double count to the totals, but it will just print twice.
I have a few issues that I am not able to solve atm.
1. my website gets users to enter in their bills for how much and when those bills are due and if they reoccur. but i have an issue where by if a user says that the bills is due on the 31st of the month or the 30th of the month. In a month like Feb, that only has 28 days in it the bill either sometimes doesnt show up or it moves to the 1st of the next month. But the desired functionality is that it moves the bill to the last day of the month. So if the bill was due on the 31st, the bill would move to the 28th if it was feb, or the 30th if there was 30 dys in that month.
2. I am having an issue with the bills in my website whereever they are being displayed are not sorting in any logical order, when they display in what im referring to it as the pay cycle i want them to be sorted by the date. and when they are listed in the bills list at the top of the page, I want them to be sorted depending on which column they want to sort.
3. I have an issue where if a user tries to edit a bill, its currently just editing any random bill, but not the bill that they were initially trying to edit.
4. I have an issue where when a user adds a 1 off income, the income is being counted in the pay cycle view, but it duplicates so it shows that bill twice. the weird thing is that it doesnt double count to the totals, but it will just print twice.