C
CW
Our job control system is generating invoices which we then pass to our
accounting system.
I've got this working OK, except that occasionally we need to create credit
notes, on which obviously the values should be negatives, both stored in the
table as such when created and displayed as such on the form that is used to
produce the hard copy credit note.
I have an InvoiceTypes table, with values SI for Sales Invoice and SC for
Sales Credit.
If the user selects InvoiceType SC when he/she starts creating the form, I
want all the values entered upon it and stored in the InvoiceLines table("for
example Line1Value", "Line2Value", "TotalValue") to be prefixed with a minus
sign.
Looking forward to your suggestions - many thanks
CW
accounting system.
I've got this working OK, except that occasionally we need to create credit
notes, on which obviously the values should be negatives, both stored in the
table as such when created and displayed as such on the form that is used to
produce the hard copy credit note.
I have an InvoiceTypes table, with values SI for Sales Invoice and SC for
Sales Credit.
If the user selects InvoiceType SC when he/she starts creating the form, I
want all the values entered upon it and stored in the InvoiceLines table("for
example Line1Value", "Line2Value", "TotalValue") to be prefixed with a minus
sign.
Looking forward to your suggestions - many thanks
CW