silva95gustavo / sifeup-mobile-backup

Automatically exported from code.google.com/p/sifeup-mobile
0 stars 0 forks source link

printing quota reference number leading zero bug #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. login
2. Student Services -> Printing Quota -> Generate reference

What is the expected output? What do you see instead?

The problem is the reference number. The reference provided only has 8 digits 
and any reference must have 9. When consulting the reference number generated 
on sifeup it has 9 numbers not 8. In my particular case, the reference that was 
displayed on the android app was 90324631 when in sifeup it was 090324631 
(notice the leading zero).

What version of the product are you using? On what operating system?

the version i am using is the one "SiFEUPMobile_v3.apk" file found on this code 
google project. However, when I click the about button, it tells me it's the 
version 0.1. I believe this is a minor bug here, too.

Please provide any additional information below.

As an additional note, i think it would be a nice idea to separate the 
reference number in chunks of 3 numbers for better readability and because 
that's more or less the standard in such numbers.

Original issue reported on code.google.com by nuno.hes...@gmail.com on 14 Jan 2012 at 5:05

GoogleCodeExporter commented 9 years ago
Fixed in revision 48badb722049.

Original comment by ruka.araujo on 15 Jan 2012 at 5:39