miguelm
committed
on 16 Aug 05
file categories-admin.adp was added on branch oacs-5-2 on 2005-11-30 15:56:13 +0000
openacs-4/.../invoices/invoices.info (+45)
  1 <?xml version="1.0"?>
  2 <!-- Generated by the OpenACS Package Manager -->
  3
  4 <package key="invoices" url="http://openacs.org/repository/apm/packages/invoices" type="apm_application">
  5     <package-name>Invoices</package-name>
  6     <pretty-plural>Invoices</pretty-plural>
  7     <initial-install-p>f</initial-install-p>
  8     <singleton-p>t</singleton-p>
  9    
  10     <version name="0.01d19" url="http://openacs.org/repository/download/apm/invoices-0.01d19.apm">
  11         <owner url="mailto:timo@timohentschel.de">Timo Hentschel</owner>
  12         <summary>Invoices package that will collect costs to invoice items in invoices and store data about received payment.</summary>
  13         <release-date>2005-11-15</release-date>
  14         <vendor url="http://www.cognovis.de">Cognovis</vendor>
  15         <description format="text/plain">Collect costs to invoice items and invoices, store payment information.</description>
  16         <maturity>0</maturity>
  17
  18         <provides url="invoices" version="0.01d19"/>
  19         <requires url="acs-content-repository" version="5.1.4d3"/>
  20         <requires url="acs-kernel" version="5.0d13"/>
  21         <requires url="acs-templating" version="5.1.5d1"/>
  22         <requires url="categories" version="1.0d5"/>
  23         <requires url="general-comments" version="4.6.1"/>
  24         <requires url="logger" version="1.1b2"/>
  25         <requires url="organizations" version="0.5d2"/>
  26         <requires url="ref-currency" version="0.2d"/>
  27
  28         <callbacks>
  29             <callback type="after-install"  proc="iv::install::create_install"/>
  30             <callback type="after-instantiate"  proc="iv::install::package_instantiate"/>
  31             <callback type="after-upgrade"  proc="iv::install::after_upgrade"/>
  32         </callbacks>
  33         <parameters>
  34             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CancelTemplate"  default="/templates/pdf/cancel" description="Location of the template which is parsed to generate the invoice cancellation."/>
  35             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="CreditTemplate"  default="/templates/pdf/credit" description="Location of the template which is parsed to generate the credit document."/>
  36             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="DefaultCurrency"  default="EUR" description="Default currency code"/>
  37             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="DefaultPortletLayout"  default="/packages/invoices/lib/portlet" description="The src for the layout of the portlets." section_name="Portlet"/>
  38             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="InvoiceTemplate"  default="/templates/pdf/invoice" description="Location of the invoice template which is parsed to generate the invoice."/>
  39             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="MailSendBoxFileP"  description="Location of the file for prefilling the mail send box."/>
  40             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="OfferAcceptedTemplate"  default="/templates/pdf/accepted" description="Location of the template which is parsed to generate the acceptance."/>
  41             <parameter datatype="string"  min_n_values="1"  max_n_values="1"  name="OfferTemplate"  default="/templates/pdf/offer" description="Location of the offer template which is parsed to generate the offer."/>
  42         </parameters>
  43
  44     </version>
  45 </package>