Advertisement
Guest User

Untitled

a guest
Feb 20th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. NavEntry.svelte
  2. 1. Create New entry: Separate amountTxt and amountValue. Use amountValue when ever necessary instead of changing text.
  3. 2. Use this number formatter for currency input
  4. https://stackoverflow.com/questions/24163889/html5-input-for-money-currency
  5. 3. Disable the Create Button when all the inputs are not valid
  6. 4. Schedule Formula Select remove the border after the item is selected
  7. 5. Weird alignment of split entry values https://ibb.co/vVQ9MKy
  8. 6. Get rid of $: where ever not necessary
  9. 7. When the amount does not split properly the last month should have the difference. e.g 100 is split to three months as 33.33, 33.33, 33.34
  10. 8. validateEntry should also check if enddate is after startdate and amount totals match
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement