Menu Content

Support

> Forums, FAQs & Paid Support
Welcome, Guest
Username Password: Remember me

Profile for solala

  • OFFLINE
  • Time Zone: GMT +0:00
  • Local Time: 11:55
  • Posts: 3
  • Profile Views: 4222
  • Location: Unknown
  • Gender: Unknown
  • Birthdate: Unknown

Signature

Posts

Posts

emo
vhmr wrote:
[quote]Aber das mit den Steuern wäre fantastisch.
[quote]
das wirst du aber ohne tiefere datenbankabfrage nicht hinbekommen. ich schätze den aufwand je nach php-kenntnissen von 30minuten für nen spezialisten bis 2-3 stunden (für mich 1/8 wissenden).

das problem ist meiner meinung nach, dass das mit dem aufführen der unterschiedlichen mwst-"klassen" nicht in vm vorgesehen ist. das siehst du auch wenn du dir im backend die bestellungen anzeigen lässt und dann auf ne bestellnummer gehst.

ich selbst hatte in der entsprechenden (alten) datei schon mal viel rumgefummelt um das layout besser hinzubekommen. ist mir glaube ich ganz gut gelungen. such mal bei joomlaportal.de nach dem topic "VM-Rechnungsnummern mit Präfix" (hab da den gleichen nick -> pm schicken?).

jedenfalls war das die alten version von "enytheme.de". artio pflegt jetzt deren version weiter. viel dürfte sich aber in der dateistruktur nicht geändert haben...

welche versionsnummer hast du eigentlich? findest du im backend unter installieren/deinstallieren und dann komponenten...
display VAT percenta ...
Category: Customer Support
emo
again i don't know whether artio has changed the file structure from the "old" version of enytheme. there you could check the file /administrator/components/com_vinvoice/classes/helper.class.php
and search for
<tr>
<td colspan="3"><font size="11">'.$row_fields->mail_footer.'</font></td>
</tr>


cut it there and paste it in a new table under the table where you can find
$user .= _VMI_DETAIL_MAIL.



NOTE: this you have to do twice in this file!
Footer at the bottom ...
Category: Customer Support
emo
i don't know whether artio has changed the file structure. in the "old" version of enytheme, the (layout) composition of the invoice was done in the file /administrator/components/com_vinvoice/classes/helper.class.php

check it for

[code]<table>
<tr>
<td><font size="11"><b>'._VMI_DETAIL_QUANTITY.'</b></font></td>
<td><font size="11"><b>'._VMI_DETAIL_PROD_PRICE.'</b></font></td>
<td><font size="11"><b>'._VMI_DETAIL_PROD_NAME.'</b></font></td>
<td align="right"><font size="11"><b>'._VMI_DETAIL_PROD_SUBTOTAL.'</b></font></td>
</tr>
[code]


there you have to insert the individal tax percentage. how? well, maybe you have to change
$query in a way to also get the related vat and later have it in _VMI_DETAIL_xxxx. but this is just a guess...
display VAT percenta ...
Category: Customer Support
More
User Login Empty