| |
1 |
1 |
<?xml version="1.0"?> |
| |
2 |
2 |
<!-- Generated by the OpenACS Package Manager --> |
| |
3 |
3 |
|
| |
4 |
4 |
<package key="invoices" url="http://openacs.org/repository/apm/packages/invoices" type="apm_application"> |
| |
5 |
5 |
<package-name>Invoices</package-name> |
| |
6 |
6 |
<pretty-plural>Invoices</pretty-plural> |
| |
7 |
7 |
<initial-install-p>f</initial-install-p> |
| |
8 |
8 |
<singleton-p>t</singleton-p> |
| |
9 |
9 |
|
| |
10 |
|
<version name="0.01d17" url="http://openacs.org/repository/download/apm/invoices-0.01d17.apm"> |
| |
|
10 |
<version name="0.01d16" url="http://openacs.org/repository/download/apm/invoices-0.01d16.apm"> |
| |
11 |
11 |
<owner url="mailto:timo@timohentschel.de">Timo Hentschel</owner> |
| |
12 |
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-03</release-date> |
| |
|
13 |
<release-date>2005-11-07</release-date> |
| |
14 |
14 |
<vendor url="http://www.cognovis.de">Cognovis</vendor> |
| |
15 |
15 |
<description format="text/plain">Collect costs to invoice items and invoices, store payment information.</description> |
| |
16 |
16 |
<maturity>0</maturity> |
| |
17 |
17 |
|
| |
18 |
|
<provides url="invoices" version="0.01d17"/> |
| |
|
18 |
<provides url="invoices" version="0.01d16"/> |
| |
19 |
19 |
<requires url="acs-content-repository" version="5.1.4d3"/> |
| |
20 |
20 |
<requires url="acs-kernel" version="5.0d13"/> |
| |
21 |
21 |
<requires url="acs-templating" version="5.1.5d1"/> |
| |
22 |
22 |
<requires url="categories" version="1.0d5"/> |
| |
23 |
23 |
<requires url="general-comments" version="4.6.1"/> |
| |
24 |
24 |
<requires url="logger" version="1.1b2"/> |
| |
25 |
25 |
<requires url="organizations" version="0.5d2"/> |
| |
26 |
26 |
<requires url="ref-currency" version="0.2d"/> |
| |
27 |
27 |
|
| |
28 |
28 |
<callbacks> |
| |
29 |
29 |
<callback type="after-install" proc="iv::install::create_install"/> |
| |
30 |
30 |
<callback type="after-instantiate" proc="iv::install::package_instantiate"/> |
| |
31 |
31 |
<callback type="after-upgrade" proc="iv::install::after_upgrade"/> |
| |
32 |
32 |
</callbacks> |
| |
33 |
33 |
<parameters> |
| |
34 |
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 |
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 |
36 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="DefaultCurrency" default="EUR" description="Default currency code"/> |
| |
37 |
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 |
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."/> |
| |
39 |
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."/> |
| |
40 |
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."/> |
| |
41 |
42 |
</parameters> |
| |
42 |
43 |
|
| |
43 |
44 |
</version> |
| |
44 |
45 |
</package> |