0
Hi i want to change the csv layout.
i want to change company into "kostenplaats" and remove email,linked_to_joomla_user and status.
i know it can be changed in :
/public_html/administrator/components/com_invoices/views/invoices/tmpl/default_csv.php
The remove would be to do for myself but the namechange i realy dont know...
can you point me in the right direction?
grtz Edwin
i want to change company into "kostenplaats" and remove email,linked_to_joomla_user and status.
i know it can be changed in :
/public_html/administrator/components/com_invoices/views/invoices/tmpl/default_csv.php
<?php echo JText::_('INVOICE_NUM'); ?><?php echo $separator; ?><?php echo JText::_('RECIPIENT_NAME'); ?><?php echo $separator; ?><?php echo JText::_('COMPANY'); ?><?php echo $separator; ?><?php echo JText::_('EMAIL'); ?><?php echo $separator; ?><?php echo JText::_('LINKED_TO_JOOMLA_USER'); ?><?php echo $separator; ?><?php echo JText::_('INVOICE_DATE'); ?><?php echo $separator; ?><?php echo JText::_('SUBTOTAL'); ?><?php echo $separator; ?><?php foreach($this->taxes as $tax){ ?><?php echo $tax->name; ?><?php echo $separator; ?><?php } ?><?php echo JText::_('TOTAL'); ?><?php echo $separator; ?><?php echo JText::_('STATUS'); ?><?php echo $separator; ?><?php echo "\n"; ?><?php
The remove would be to do for myself but the namechange i realy dont know...
can you point me in the right direction?
grtz Edwin
Responses (16)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0okay..
i dont see how to change rows in csv
but i need the following rows :
INVOICEDATE
BIGBOOKNR (static number)
DESCRIPTION (static text)
INVOICETOTAL
PAYMENTCONDITIONS (static number)
TAXCODE (static number)
CUSTOMMERNUMBER
INVOICENUMBER
the text in previous post is gone so i cant see how i did it the last time..
greetz Edwin -
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »