Invoice

Derek Atkins derek at ihtfp.com
Wed Oct 6 11:02:30 EDT 2010


Shouldn't that be "string=?" and not "string=" ?

-derek

On Wed, October 6, 2010 10:49 am, David Langer wrote:
> Hi Mike,
>
> Here's the output:
>
> * 10:27:09  WARN <gnc.scm> In unknown file:
>     ...
>    ?: 31  (letrec ((add-order #)) (if (not #) (begin # # ...)) ...)
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>  658: 32* (if (not (null? invoice)) (let (#) (set! table #) ...) ...)
>  659: 33  (let ((book #)) (set! table (make-entry-table invoice # ...))
> ...)
>  660: 34* (set! table (make-entry-table invoice (gnc:report-options
> report-obj) ...))
>  660: 35* [make-entry-table # #<procedure dispatch #> #<procedure
> add-order
> #> ...]
> In unknown file:
>    ?: 36  (letrec ((opt-val #)) (let (# # # # ...) (letrec # #)))
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>     ...
>  505: 37  (let* (# # # ...) (gnc:html-table-set-col-headers! table #) ...)
>  515: 38* [do-rows-with-subtotals # # # ...]
>  422: 39  (if (null? entries) (begin # # # ...) (let* # # # ...))
>     ...
>  423: 40  (begin # # # ...)
>  442: 41* (if (and show-payments (not #)) (let (#) (for-each # splits)))
>  443: 42  (let ((splits #)) (for-each (lambda # #) splits))
> In unknown file:
>     ...
>    ?: 43  (begin (f (car l)) (lp (cdr l)))
>    ?: 44* [#<procedure #f (split)> #<swig-pointer Split * a503908>]
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>  451: 45  (if (not (equal? # txn)) (add-payment-row table used-columns
> split
> ...))
>     ...
>  383: 46  (let* (# # # # ...) (total-collector # # #) (if # #) ...)
>  398: 47* (if (description-col used-columns) (let* (# #) (if # # #)))
>  399: 48  (let* ((t #) (m1 #)) (if (string= m1 "") (addto! row #) (addto!
> row m1)))
>  401: 49  (if (string= m1 "") (addto! row (_ "Payment, thank you"))
> (addto!
> row m1))
>  401: 50* (string= m1 "")
> /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:401:36: In
> expression (string= m1 ""):
> /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:401:36:
> Unbound
> variable: string=
> * 10:27:09  WARN <gnc.scm> In unknown file:
>     ...
>    ?: 28  (letrec ((add-order #)) (if (not #) (begin # # ...)) ...)
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>  658: 29* (if (not (null? invoice)) (let (#) (set! table #) ...) ...)
>  659: 30  (let ((book #)) (set! table (make-entry-table invoice # ...))
> ...)
>  660: 31* (set! table (make-entry-table invoice (gnc:report-options
> report-obj) ...))
>  660: 32* [make-entry-table # #<procedure dispatch #> #<procedure
> add-order
> #> ...]
> In unknown file:
>    ?: 33  (letrec ((opt-val #)) (let (# # # # ...) (letrec # #)))
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>     ...
>  505: 34  (let* (# # # ...) (gnc:html-table-set-col-headers! table #) ...)
>  515: 35* [do-rows-with-subtotals # # # ...]
>  422: 36  (if (null? entries) (begin # # # ...) (let* # # # ...))
>     ...
>  423: 37  (begin # # # ...)
>  442: 38* (if (and show-payments (not #)) (let (#) (for-each # splits)))
>  443: 39  (let ((splits #)) (for-each (lambda # #) splits))
> In unknown file:
>     ...
>    ?: 40  (begin (f (car l)) (lp (cdr l)))
>    ?: 41* [#<procedure #f (split)> #<swig-pointer Split * a503908>]
> In /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:
>  451: 42  (if (not (equal? # txn)) (add-payment-row table used-columns
> split
> ...))
>     ...
>  383: 43  (let* (# # # # ...) (total-collector # # #) (if # #) ...)
>  398: 44* (if (description-col used-columns) (let* (# #) (if # # #)))
>  399: 45  (let* ((t #) (m1 #)) (if (string= m1 "") (addto! row #) (addto!
> row m1)))
>  401: 46  (if (string= m1 "") (addto! row (_ "Payment, thank you"))
> (addto!
> row m1))
>  401: 47* (string= m1 "")
> /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:401:36: In
> expression (string= m1 ""):
> /usr/share/gnucash/guile-modules/gnucash/report/invoice.scm:401:36:
> Unbound
> variable: string=
>
> On Wed, Oct 6, 2010 at 10:11 AM, Mike Evans
> <mikee at saxicola.idps.co.uk>wrote:
>
>> On Wednesday October 6 2010 14:45:16 David Langer wrote:
>> > Hi,
>> >
>> > Apologies for my ignorance, but will I be reading the .trace file with
>> an
>> > editor?
>> >
>> > Thank you
>> >
>> > On Wed, Oct 6, 2010 at 9:33 AM, Derek Atkins <warlord at mit.edu> wrote:
>> It's just plain text.  Post it here but make sure there's no
>> personal/account
>> information in it, use a text editor to delete anything private.
>> Mike E
>>
>> --
>> GPG Key: 1024D/050895C2
>> Keyserver: http://pgp.mit.edu/
>> Search String: 0x050895C2
>> _______________________________________________
>> gnucash-user mailing list
>> gnucash-user at gnucash.org
>> https://lists.gnucash.org/mailman/listinfo/gnucash-user
>> -----
>> Please remember to CC this list on all your replies.
>> You can do this by using Reply-To-List or Reply-All.
>>
>
>
>
> --
> This email is intended solely for the person(s) to whom it is addressed,
> and
> is strictly private and confidential. Copying or circulation of this
> email,
> and/or its attachments, hyperlinks, embedded text, images, movies, scripts
> and animations is not authorized by the sender. If you have received this
> email in error please reply back to me ASAP and delete what you have
> received so that the error may be corrected.
> _______________________________________________
> gnucash-user mailing list
> gnucash-user at gnucash.org
> https://lists.gnucash.org/mailman/listinfo/gnucash-user
> -----
> Please remember to CC this list on all your replies.
> You can do this by using Reply-To-List or Reply-All.
>



More information about the gnucash-user mailing list