Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impostare la sezione di spedizione #56

Open
shinesoftware opened this issue Feb 25, 2019 · 2 comments
Open

Impostare la sezione di spedizione #56

shinesoftware opened this issue Feb 25, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@shinesoftware
Copy link

Is your feature request related to a problem? Please describe.
Come fare a creare una sezione per la gestione del trasporto?

...
<FatturaElettronicaBody>
  <DatiGenerali>
     <DatiTrasporto>
        <DatiAnagraficiVettore>
            <IdFiscaleIVA>
                <IdPaese>IT</IdPaese>
                <IdCodice>24681012141</IdCodice>
            </IdFiscaleIVA>
            <Anagrafica>
                <Denominazione>Trasporto spa</Denominazione>
            </Anagrafica>
        </DatiAnagraficiVettore>
        <DataOraConsegna>2012-10-22T16:46:12.000+02:00</DataOraConsegna>
    </DatiTrasporto>

nel file xsl:

<xs:complexType name="DatiTrasportoType">
  <xs:sequence>
    <xs:element name="DatiAnagraficiVettore" type="DatiAnagraficiVettoreType" minOccurs="0" />
    <xs:element name="MezzoTrasporto"        type="String80LatinType"         minOccurs="0" />
    <xs:element name="CausaleTrasporto"      type="String100LatinType"        minOccurs="0" />
    <xs:element name="NumeroColli"           type="NumeroColliType"           minOccurs="0" />
    <xs:element name="Descrizione"           type="String100LatinType"        minOccurs="0" />
    <xs:element name="UnitaMisuraPeso"       type="String10Type"              minOccurs="0" />
    <xs:element name="PesoLordo"             type="PesoType"                  minOccurs="0" />
    <xs:element name="PesoNetto"             type="PesoType"                  minOccurs="0" />
    <xs:element name="DataOraRitiro"         type="xs:dateTime"               minOccurs="0" />
    <xs:element name="DataInizioTrasporto"   type="xs:date"                   minOccurs="0" />
    <xs:element name="TipoResa"              type="TipoResaType"              minOccurs="0" />
    <xs:element name="IndirizzoResa"         type="IndirizzoType"             minOccurs="0" />
    <xs:element name="DataOraConsegna"       type="xs:dateTime"               minOccurs="0" />
  </xs:sequence>
</xs:complexType>

Describe the solution you'd like
Creare questa sezione aiuterà tutti coloro fossero interessati alla gestione della spedizione

Grazie

@salgua salgua self-assigned this Feb 26, 2019
@salgua
Copy link
Contributor

salgua commented Feb 26, 2019

Metto in coda lavori, appena riesco.

@salgua salgua added the enhancement New feature or request label Feb 26, 2019
@shinesoftware
Copy link
Author

Perfetto! Dove bisogna inserire i costi di trasporto nella fattura?
Grazie

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants