Commit 894677e1 authored by Project Open's avatar Project Open

http -> httpd

parent 978b936c
......@@ -2,13 +2,13 @@
This package is part of ]project-open[, an open-source enterprise project management system.
For more information about ]project-open[ please see:
* [Documentation Wiki](http://www.project-open.com/en/)
* [Documentation Wiki](https://www.project-open.com/en/)
* [V5.0 Download](https://sourceforge.net/projects/project-open/files/project-open/V5.0/)
* [Installation Instructions](http://www.project-open.com/en/list-installers)
* [Installation Instructions](https://www.project-open.com/en/list-installers)
About ]po[ UBL Interface:
<p>This package allows for an export of <a href="/en/object-type-im-cost">financial documents</a> in <a href="http://docs.oasis-open.org/ubl/cd-UBL-1.0/">UBL 1.0<span class="external"> </span></a> format. <p>This package is not designed for end-users and requres a ]po[ consultant for configuration. <p>
<p>This package allows for an export of <a href="/en/object-type-im-cost">financial documents</a> in <a href="https://docs.oasis-open.org/ubl/cd-UBL-1.0/">UBL 1.0<span class="external"> </span></a> format. <p>This package is not designed for end-users and requres a ]po[ consultant for configuration. <p>
# Online Reference Documentation
......@@ -26,5 +26,5 @@ About ]po[ UBL Interface:
## Content Pages
<table cellpadding="0" cellspacing="0"><tr valign="top"><td><b>www/</b></td></tr><tr valign="top"><td style="width:35%"><b><a href="http://www.project-open.net/api-doc/content-page-view?version_id=933600&amp;path=packages/intranet-ubl/www/invoice.xml.tcl">invoice.xml.tcl</a></b></td><td>Creates a UBL Universal Business Language XML structure for a financial document</td></tr></table>
<table cellpadding="0" cellspacing="0"><tr valign="top"><td><b>www/</b></td></tr><tr valign="top"><td style="width:35%"><b><a href="https://www.project-open.net/api-doc/content-page-view?version_id=933600&amp;path=packages/intranet-ubl/www/invoice.xml.tcl">invoice.xml.tcl</a></b></td><td>Creates a UBL Universal Business Language XML structure for a financial document</td></tr></table>
<?xml version="1.0"?>
<!-- Generated by the OpenACS Package Manager -->
<package key="intranet-ubl" url="http://openacs.org/repository/apm/packages/intranet-ubl" type="apm_application">
<package key="intranet-ubl" url="https://openacs.org/repository/apm/packages/intranet-ubl" type="apm_application">
<package-name>]project-open[ Universal Business Language XML Interface</package-name>
<pretty-plural>]project-open[ Universal Business Language XML Interface</pretty-plural>
<initial-install-p>f</initial-install-p>
<singleton-p>t</singleton-p>
<auto-mount>intranet-ubl</auto-mount>
<version name="5.0.4.0.0" url="http://www.project-open.net/download/apm/intranet-ubl-5.0.4.0.0.apm">
<version name="5.0.4.0.0" url="https://www.project-open.net/download/apm/intranet-ubl-5.0.4.0.0.apm">
<owner url="mailto:frank.bergmann@project-open.com">Frank Bergmann</owner>
<summary>Includes export functionality from ]po[ financial documents to the Oasis UBL Universal Business Language XML format</summary>
<release-date>2016-11-15</release-date>
<vendor url="http://www.project-open.com/">]project-open[</vendor>
<vendor url="https://www.project-open.com/">]project-open[</vendor>
<license>]project-open[ Commercial License (CL)</license>
<description format="text/plain">Includes export functionality from ]po[ financial documents to the Oasis UBL Universal Business Language XML format</description>
......
......@@ -3,7 +3,7 @@
# Copyright (c) 2003 - 2009 ]project-open[
#
# All rights reserved. Please check
# http://www.project-open.com/license/ for details.
# https://www.project-open.com/license/ for details.
# ---------------------------------------------------------------
# Page Contract
......@@ -115,7 +115,7 @@ set main_node [$doc documentElement]
$main_node setAttribute xmlns:cbc "urn:oasis:names:specification:ubl:schema:xsd:CommonBasicComponents-1.0"
$main_node setAttribute xmlns:cac "urn:oasis:names:specification:ubl:schema:xsd:CommonAggregateComponents-1.0"
$main_node setAttribute xmlns:cur "urn:oasis:names:specification:ubl:schema:xsd:CurrencyCode-1.0"
$main_node setAttribute xmlns:xsi "http://www.w3.org/2001/XMLSchema-instance"
$main_node setAttribute xmlns:xsi "https://www.w3.org/2001/XMLSchema-instance"
$main_node setAttribute xmlns "urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0"
$main_node setAttribute xsi:schemaLocation "urn:oasis:names:specification:ubl:schema:xsd:Invoice-1.0 ../../xsd/maindoc/UBL-Invoice-1.0.xsd"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment