1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Needing system that creates PDF invoices

Discussion in 'Programming' started by JohnScott, Apr 20, 2016.

  1. #1
    Is there an existing system which creates PDF pro forma invoices?

    It is for a Japanese auto exporter. The buyer first clicks on Purchase Inquiry, then he is taken to screen which shows the total cost (CIF = Cost including freight, this cost varies depending on the port. Freight to Dar es Salaam isn't the same as freight to Durban.)

    Once he sees the total cost, he Agree to Buy, and this should create a pro forma invoice as a PDF file.

    Then he remits payment, and gets notified when payment is received. Then send him a bill of lading and Trading is Complete notice.

    I really doubt there is some program that already does this; thinking it will be a custom coding job.

    Either way, would love recommendations. Either for script that does this, or a programmer who is able to create this script.
     
    JohnScott, Apr 20, 2016 IP
  2. dotcompals

    dotcompals Prominent Member

    Messages:
    2,905
    Likes Received:
    254
    Best Answers:
    0
    Trophy Points:
    320
    #2
    dotcompals, Apr 20, 2016 IP
    JohnScott likes this.
  3. JohnScott

    JohnScott Notable Member

    Messages:
    862
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    250
    #3
    JohnScott, Apr 20, 2016 IP
  4. JeffH {wx}

    JeffH {wx} Greenhorn

    Messages:
    23
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    8
    #4
    If you want something that can be customized check out OpenCart, there are a number of quoting / inquiry quoting mods available.
     
    JeffH {wx}, May 5, 2016 IP
    JohnScott likes this.
  5. JohnScott

    JohnScott Notable Member

    Messages:
    862
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    250
    #5
    Thanks, Jeff, I will look into that.
     
    JohnScott, May 6, 2016 IP
  6. dineshseo5

    dineshseo5 Member

    Messages:
    27
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    33
    #6
    Connect to Apptivo Invoice App. They have launched new version. It has more features easy to customizable, recurring invoices, delay terms and more.
     
    dineshseo5, May 29, 2016 IP
    JohnScott likes this.
  7. Digineer Designs

    Digineer Designs Peon

    Messages:
    11
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    3
    #7
    apptivo invoice app is useful
     
    Digineer Designs, May 30, 2016 IP
    JohnScott likes this.
  8. Vooler

    Vooler Well-Known Member

    Messages:
    1,146
    Likes Received:
    64
    Best Answers:
    4
    Trophy Points:
    150
    #8
    Recommendation:
    Best way for generating PDF invoice from within your program would be to use a small external program called wkhtmltopdf that is 100% free. If your program can generate report as html, you would have a lot freedom modifying and styling your HTML report, later let program convert it to PDF. It does outstanding job and we are using it at our production server where within a time-span of 24hours it probably generates more than 100k reports that go alongwith email to clients.

    Review this please:
    http://wkhtmltopdf.org/

    Integration:
    Now little about programming stuff when html report is ready.
    You basically create a thread running said program as a process and better would be to wait until it finishes so that you do not submit half way created pdf file. We can provide example in variety of programming languages if you need just let us know.

    stay well...
     
    Vooler, Jun 16, 2016 IP
  9. JohnScott

    JohnScott Notable Member

    Messages:
    862
    Likes Received:
    285
    Best Answers:
    0
    Trophy Points:
    250
    #9
    Thanks, Vooler.
     
    JohnScott, Jun 24, 2016 IP
    Vooler likes this.