Simple Invoices logo
    • CommentAuthorEcthelion
    • CommentTimeFeb 5th 2008 edited
     permalink
    Hi,

    I want to add the option to input a shipping cost for each itemized invoice, and have the value added to the total cost. Adding shipping as a second item is not an option, since the shipping cost changes all the time, and isn't taxable.

    There was a thread in the wishlist about this a while back, but nothing seems to have come of it. Can anyone tell me how I can accomplish this? By editing some php perhaps?

    Thanks! :D
    • CommentAuthorjustin
    • CommentTimeFeb 7th 2008 edited
     permalink
    Hey Ecthelion,

    yep - nothing has been done on this yet :)

    currently the db or simple invoices doesn't have a way to handle this type of thing

    worst case scenario: add shipping into the cost of the product - ie Product + Shipping = $100

    best case: have a go at hacking a new field in the db and a new field in the invoice creation and display files

    i will keep this in mind for future dev work

    Cheers

    Justin