Author Topic: Invoice/Receipt/DeliveryNote Addon (finished at last)  (Read 395783 times)

mitchie

  • Beginner
  • *
  • Posts: 44
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #300 on: June 20, 2010, 08:48:25 AM »
Hi there,
maybe you're interested in this:

http://sourceforge.net/projects/vminvoice/

It's a true component, no hacks needed. Install it like any other Joomla! component.

Next release (forecasted release date: 1st july 2010) you'll be able to move (copy) your old Phoca add-on data into vm Invoice Manager and go-on from there.

Soon will be online a dedicated site with support forum and a user's handbook.

mitchie


H13

  • Beginner
  • *
  • Posts: 43
    • Phoca.cz
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #301 on: October 31, 2010, 01:35:19 AM »
Hi,

mitchie
Please fix your code to not violate GPL license (by used Phoca or Ingemar code, the copyright header was removed)

all users
In new version, there are some new features. For now the attributes are displayed in the PDF document. PDF documents (Invoice, Delivery Note, Receipt) can by stylized with HTML and CSS, some CSS can be set in parameters (template file needs not to be edited). In footer and header information can be added in parameters (e.g. adding Bank account Nr., VAT, or other information), ...


See the feature list:

* Creating Delivery (partial delivery)
* Creating PDF of Invoice, Delivery Note or Receipt
* Sending PDF of Invoice, Delivery Note or Receipt (Phoca PDF VirtueMart Email plugin)
* Displaying PDF of Invoice, Delivery Note or Receipt in frontend in Account Maintenance (VirtueMart hack needed)
* Creating Delivery, PDF of Invoice, Delivery Note or Receipt, sending them through the email - all automatically after changing order status (Phoca PDF VirtueMart Email plugin, VirtueMart hack needed)
* Changing the PDF output in parameters (changing header, footer height, fonts, etc.)
* Changing the PDF output with help of CSS styles in parameters
* Changing the PDF output easily in PDF templates (with help of HTML or CSS)
* Changing the Email output (email template) in parameters (Phoca PDF VirtueMart Email plugin)
* Setting default values for creating Invoice, Delivery Note or Receipt in parameters (Phoca PDF VirtueMart Email plugin)
* Product attributes are displayed in PDF document, ...

See:
http://www.phoca.cz/documents/18-virtuemart/399-virtuemart-invoice-delivery-note-and-receipt-addon

to get more information

Jan


H13

  • Beginner
  • *
  • Posts: 43
    • Phoca.cz
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #303 on: October 31, 2010, 13:45:18 PM »
Hi Peter,

great to hear it.

Jan

coppens

  • Beginner
  • *
  • Posts: 1
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #304 on: November 15, 2010, 02:43:41 AM »
My hosting service doesn't seem to have the utility "patch" installed.  Is there any chance you could give the line numbers where to manually update the files?


ledstyle

  • Beginner
  • *
  • Posts: 28
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #306 on: December 19, 2010, 17:10:14 PM »
Hey, huge problem... I updatet this new version of Invoice/Receipt/DeliveryNote Addon. Installed all programs as there reads (I think).
And made changes for Language file (for Finnish) and tried to modified administrator/components/com_virtuemart/classes/ps_order.php, just for automatic PDF email...


Everything is working great except now my shop isn't sending ORDER STATUS changes to my customers anymore...Why is that?


Please, Help me.....


This is now OK, I found that this code change makes that... and especially
Code: [Select]
if( $curr_order_status=="P" && $d["order_status"]=="C" && $notify_customer == 1) {
   PhocaPDFVirtueMartHelper::createDeliveryAndPDFandSendEmail($vmLogger, $VM_LANG, CLASSPATH);
}
if( !empty($notify_customer) ) {
   //$this->notify_customer( $d );
}

And especially this //$this->notify_customer


ledstyle

  • Beginner
  • *
  • Posts: 28
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #307 on: December 20, 2010, 10:34:31 AM »
Hey, huge problem... I updatet this new version of Invoice/Receipt/DeliveryNote Addon. Installed all programs as there reads (I think).
And made changes for Language file (for Finnish) and tried to modified administrator/components/com_virtuemart/classes/ps_order.php, just for automatic PDF email...


Everything is working great except now my shop isn't sending ORDER STATUS changes to my customers anymore...Why is that?


Please, Help me.....


This is now OK, I found that this code change makes that... and especially
Code: [Select]
if( $curr_order_status=="P" && $d["order_status"]=="C" && $notify_customer == 1) {
   PhocaPDFVirtueMartHelper::createDeliveryAndPDFandSendEmail($vmLogger, $VM_LANG, CLASSPATH);
}
if( !empty($notify_customer) ) {
   //$this->notify_customer( $d );
}

And especially this //$this->notify_customer



But why doen't it make that invoice and send it to customer? even when I have made the changes....?

goretex34

  • Beginner
  • *
  • Posts: 37
    • Zeesl web design · diseño web Zeesl
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #308 on: March 17, 2011, 17:00:08 PM »
I have the same issue.
It seems to be that the automatic email option is restricted to Phoca collaborators. I've seen the function in "virtuemarthelper.php" and is empty (only returning "true)
I suppose that if you (and me) aren't Phoca "members", we should go back to the original code in this part, and have again simply:
Code: [Select]
    $this->notify_customer

Hope Phoca people could free this part, 'cause the Virtuemart Addon is simply PERFECT with that option

Jan, very good job. ;-)

------------------------------------
www.Zeesl.com  @Zeesl
www.chartconsulting.net @chartcon
@goretex34

aravot

  • Peter
  • Quality&Testing Team
  • Sr. Member
  • *
  • Posts: 2874
    • VirtueMart Extensions
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #309 on: March 17, 2011, 18:20:11 PM »
There is no membership but donation, if you donate to the Phoca project you will receive the code, I am sure such a PERFECT addon deserves few bucks.

DREK

  • Beginner
  • *
  • Posts: 17
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #310 on: March 23, 2011, 12:16:09 PM »
Is that true? I'm stuck in that part. I would like to generate PDFs automatically when my orders are confirmed...

Any help? Where do I donate the money.

graham

  • Beginner
  • *
  • Posts: 21
Re: Invoice/Receipt/DeliveryNote Addon (finished at last)
« Reply #311 on: July 31, 2011, 12:55:09 PM »
Hi Everyone,

I have been using this mod now for sometime and its great... its a must for virtuemart...
I have come across a small problem and just wondered if there was a work around?
I have installed a paypal express checkout and when a customer uses this, i see NO shipping address in the
delivery note??

can anyone please advise a work around.