| |
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.01d9" url="http://openacs.org/repository/download/apm/invoices-0.01d9.apm"> |
| |
|
10 |
<version name="0.01d10" url="http://openacs.org/repository/download/apm/invoices-0.01d10.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 |
13 |
<release-date>2005-06-06</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.01d9"/> |
| |
|
18 |
<provides url="invoices" version="0.01d10"/> |
| |
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="DefaultCurrency" default="EUR" description="Default currency code"/> |
| |
35 |
35 |
<parameter datatype="string" min_n_values="1" max_n_values="1" name="InvoiceTemplate" default="/packages/invoices/templates/invoice-template.adp" description="Location of the invoice template which is parsed to generate the invoice."/> |
| |
36 |
36 |
</parameters> |
| |
37 |
37 |
|
| |
38 |
38 |
</version> |