Giter VIP home page Giter VIP logo

tippytipper's People

Contributors

mandlar avatar

tippytipper's Issues

Easy way to switch tax rates

User asks:

"I would like it though if we could change the tax rate a little more easily 
maybe by having a button that went directly to the tax rates instead of having 
to go to through the settings menu I live in so cal and am often eating in 
restaurants in three counties with different tax rates."

My proposed solutions:
1) Change the Tax label to a button.  This will open up the tax rate dialog.  
This would be the quick solution.

2) Add a new section to settings that allows for the user to enter a list of 
common tax rates.  Then on the split bill screen, provide < and > buttons 
around the tax label to allow quick switching between tax rates.  This is 
probably the better solution.

Original issue reported on code.google.com by [email protected] on 26 Aug 2010 at 8:08

Not re-calculating tip when disabling exclude tax rate

What steps will reproduce the problem?
1. Set Bill to $10 with tax rate excluded
2. Set Tip to 10%
3. Go to settings and disable tax rate
4. Tip percentage will still be that of before (with tax rate excluded).

What is the expected output? What do you see instead?
Tip percentage should have been re-calculated (aka $1).

Original issue reported on code.google.com by [email protected] on 6 Jun 2010 at 4:05

Calculate tax rate

Given the tax amount and subtotal amount, calculate the tax percent.

This could be an extra option in the choose a tax percentage modal.

Original issue reported on code.google.com by [email protected] on 28 May 2010 at 10:59

Display Clear Hint

When the DEL button is pressed, display a hint that a long press will CLEAR the 
bill amount.

Original issue reported on code.google.com by [email protected] on 24 Nov 2010 at 5:23

Split Tip/Total

Add button at bottom of choosing tip activity that says "Split Tip/Total"
which will send user to a new activity to do so.

On the new activity, show the current Bill, Tip and Total Amounts.  Then
have a text box with the number 2 in it, with a "+" and a "-" button beside
of it to increment/decrement by one.  This box is for how many people to
split the amount by.

Below this, show how the split Bill/Tip/Total amounts for each person.

If total is not divisible by the number of people, increase the total
(therefore increasing the tip) and then split the tip.

Original issue reported on code.google.com by [email protected] on 23 Apr 2010 at 9:25

Total off by one with 0% tip and 34% tax

What steps will reproduce the problem?
1. Set Tax rate to 34%
2. Enter Bill $15.15
3. Set Tip to 0%
4. Total is $15.16

What is the expected output? What do you see instead?
Should be $15.15

Original issue reported on code.google.com by [email protected] on 12 May 2010 at 2:30

Adjust split bill tip

User asked:

"If you split the bill, there's no option to round up/down. If you're splitting 
you definitely want to know what the actual amount would be, but then for 
paying MY portion, I'd like to round up/down. That would be a nice addition. 

The only other thing I could think that would be helpful is asking if splitting 
first (yes/no) and THEN determining tip. For example, split the actual bill and 
then determine tip (because not everyone necessarily wants to do the same tip). 
Since you input the tip percentage BEFORE splitting it's not necessarily 
correct for everyone."

My proposed solution:
On the split bill activity add a "Adjust Tip" button.  This will then send the 
user back to the calculate tip activity but with the split bill amount as the 
new bill amount.  Preferably, this would re-use the activity since it would 
need all the same features.

Original issue reported on code.google.com by [email protected] on 26 Aug 2010 at 8:05

Add Preferences

Add Menu --> Settings.  This will take user to preferences activity.

Preferences for:
- Switch Rounding for Tip or Total
- Default value of tip percentage
- Default value of number of people to split
- Exclude tax (and what tax rate to exclude)
- Values for three tip percentage buttons

Original issue reported on code.google.com by [email protected] on 23 Apr 2010 at 9:33

Issue with reloading app (needs to clear bill amount)

What steps will reproduce the problem?
1. After you have finished using app, close it. 
2. The next time you go back to it as soon as you start to type a new amount 
the old amount is still there so the new figure is added to the old figure from 
last use. 

What is the expected output? What do you see instead?
Would be good if app defaulted to 0.00 when opened.

Original issue reported on code.google.com by [email protected] on 24 Jun 2010 at 12:20

Sluggish SeekBarPreference

What steps will reproduce the problem?
1. Load application
2. Go to menu settings
3. Go to any preference that has the seekbarpreference slider
4. Slider has performance issues, very sluggish

What is the expected output? What do you see instead?
Should be as smooth as the one on the Total activity

Original issue reported on code.google.com by [email protected] on 30 Apr 2010 at 2:35

Tax Rate drops leading zeroes

What steps will reproduce the problem?
1. Enter tax rate such as 1.001%
2. It ends up being saved as 1.1%
3.

What is the expected output? What do you see instead?
It should have stayed saved as 1.001%

Original issue reported on code.google.com by [email protected] on 7 Jun 2010 at 4:49

Animate slider bar

When pressing Round Up or Round Down, animate the slider bar to the new tip
percentage instead of jumping to it.

Original issue reported on code.google.com by [email protected] on 23 Apr 2010 at 9:17

Exclude tax bug

What steps will reproduce the problem?
1. Set exclude tax rate to 10%
2. Enter $10 bill, should be $0.91 tax
3. Change tax rate to 0%
4. Enter $10 bill, everything looks okay
5. Now enter a $15 bill and the Total will have an extra $0.91

What is the expected output? What do you see instead?
Shouldn't include $0.91

Original issue reported on code.google.com by [email protected] on 9 May 2010 at 7:06

Round up/down per split

Let's say my (rounded up) bill is $31
Splitting it between people becomes $15.50...awkward.
Would be nice to round up/down amount that each person has to pay.

Original issue reported on code.google.com by [email protected] on 6 Oct 2013 at 3:27

$10 split by three is showing $3.33

What steps will reproduce the problem?
1. Set total amount to $10.00
2. Split bill by three people
3. Shows total as $3.33.  

What is the expected output? What do you see instead?
Should be $3.34/each to not be under $10.00 when summed.

Original issue reported on code.google.com by [email protected] on 18 May 2010 at 4:00

Remote stacktrace

http://code.google.com/p/android-remote-stacktrace/

Pro: submits error logs
Cons: requires internet permissions

Original issue reported on code.google.com by [email protected] on 24 May 2010 at 9:16

Disable rounding buttons when they cannot be used

Disable the rounding buttons when the cannot be used, for example: enter a
bill amount and then click round down.  Then disable the round down button
(because it already has been rounded down).

Or disable the round buttons when the total (or tip) amount is even (i.e.
you cannot round).

Original issue reported on code.google.com by [email protected] on 13 May 2010 at 8:26

Round Up/Down in Landscape are switched

What steps will reproduce the problem?
1. Enter a bill amount and click OK
2. On tip screen, rotate to landscape
3. Press Up or Down.  They do the opposite

What is the expected output? What do you see instead?
Round up should round up and round down should round down.  The buttons are
switched.

Original issue reported on code.google.com by [email protected] on 6 Jun 2010 at 10:44

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.