Click here to Skip to main content
15,887,746 members

Welcome to the Lounge

   

For discussing anything related to a software developer's life but is not for programming questions. Got a programming question?

The Lounge is rated Safe For Work. If you're about to post something inappropriate for a shared office environment, then don't post it. No ads, no abuse, and no programming questions. Trolling, (political, climate, religious or whatever) will result in your account being removed.

 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
kmoorevs24-Apr-21 7:29
kmoorevs24-Apr-21 7:29 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
jeron124-Apr-21 10:57
jeron124-Apr-21 10:57 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
Daniel Pfeffer24-Apr-21 11:51
professionalDaniel Pfeffer24-Apr-21 11:51 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
BillWoodruff24-Apr-21 12:47
professionalBillWoodruff24-Apr-21 12:47 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
Eddy Vluggen24-Apr-21 13:27
professionalEddy Vluggen24-Apr-21 13:27 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
BillWoodruff24-Apr-21 15:39
professionalBillWoodruff24-Apr-21 15:39 
GeneralRe: 'Giant' may be a murderer, but, he's really, really, sorry, now ! Pin
Eddy Vluggen24-Apr-21 18:28
professionalEddy Vluggen24-Apr-21 18:28 
GeneralSigh... Rolleyes... Customers... Groan... Pin
Sander Rossel24-Apr-21 2:36
professionalSander Rossel24-Apr-21 2:36 
So I've got this report, which is supposed to look something like:
Invoice | x | €100
Payment | a | € 50
Credit  | b | € 40
------------------
Due         | € 10
The customer is currently seeing this, but also something else:
Payment | c | € 70
------------------
Due         | € 70

Credit  | d | € 25
------------------
Due         | € 25
Now, I'd expect something like "this makes no sense, why do I see a payment or a credit without an invoice!?"
And I'd say "this is exactly the data I'm getting from your other system, so this is what I can show you. Garbage in, garbage out."

However, what they're saying is "I don't know what invoice that credit belongs to." (while not untrue this isn't really the issue WTF | :WTF: )
My answer remains the same though, garbage in garbage out.

So now their "fix" to their problem is to add an extra field "original invoice number", which of course I can only show if the data is correct, so in the first case when the invoice is already shown.
I told them this isn't going to work and the problem will remain.
However, they insist.
The new report will look like:
Invoice | x |   | €100
Payment | a |   | € 50
Credit  | b | x | € 40
----------------------
Due             | € 10

Payment | c |   | € 70
----------------------
Due             | € 70

Credit  | d |   | € 25
----------------------
Due             | € 25
I can already hear them say my fix isn't working Sigh | :sigh:

GeneralRe: Sigh... Rolleyes... Customers... Groan... Pin
Slacker00724-Apr-21 3:54
professionalSlacker00724-Apr-21 3:54 
GeneralRe: Sigh... Rolleyes... Customers... Groan... Pin
Sander Rossel25-Apr-21 0:47
professionalSander Rossel25-Apr-21 0:47 
QuestionRe: Sigh... Rolleyes... Customers... Groan... Pin
Eddy Vluggen24-Apr-21 6:20
professionalEddy Vluggen24-Apr-21 6:20 
AnswerRe: Sigh... Rolleyes... Customers... Groan... Pin
Sander Rossel25-Apr-21 0:58
professionalSander Rossel25-Apr-21 0:58 
GeneralRe: Sigh... Rolleyes... Customers... Groan... Pin
kmoorevs24-Apr-21 6:50
kmoorevs24-Apr-21 6:50 
GeneralRe: Sigh... Rolleyes... Customers... Groan... Pin
Sander Rossel25-Apr-21 1:05
professionalSander Rossel25-Apr-21 1:05 
GeneralTurn on the sound Pin
Rage24-Apr-21 2:17
professionalRage24-Apr-21 2:17 
GeneralRe: Turn on the sound Pin
Nelek24-Apr-21 14:31
protectorNelek24-Apr-21 14:31 
GeneralI'm having a good day! Pin
OriginalGriff24-Apr-21 1:45
mveOriginalGriff24-Apr-21 1:45 
GeneralRe: I'm having a good day! Pin
Cp-Coder24-Apr-21 2:07
Cp-Coder24-Apr-21 2:07 
GeneralRe: I'm having a good day! Pin
DRHuff24-Apr-21 6:23
DRHuff24-Apr-21 6:23 
GeneralRe: I'm having a good day! Pin
OriginalGriff24-Apr-21 6:43
mveOriginalGriff24-Apr-21 6:43 
GeneralRe: I'm having a good day! Pin
DRHuff24-Apr-21 10:10
DRHuff24-Apr-21 10:10 
GeneralBelated CCC Solution Pin
pkfox23-Apr-21 22:48
professionalpkfox23-Apr-21 22:48 
GeneralRe: Belated CCC Solution Pin
OriginalGriff23-Apr-21 23:18
mveOriginalGriff23-Apr-21 23:18 
GeneralRe: Belated CCC Solution Pin
pkfox24-Apr-21 1:18
professionalpkfox24-Apr-21 1:18 
GeneralRe: Belated CCC Solution Pin
OriginalGriff24-Apr-21 1:47
mveOriginalGriff24-Apr-21 1:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.