Masuk dengan Microsoft
Masuk atau buat akun.
Halo,
Pilih akun lain.
Anda memiliki beberapa akun
Pilih akun yang ingin Anda gunakan untuk masuk.

Artikel ini berlaku untuk Microsoft Dynamics NAV untuk wilayah Spanyol (es)

Gejala

Ketika Anda memilih Tampilkan AutoInvoices / Autocr. memo opsi untuk laporan Penjualan faktur buku dalam bahasa Spanyol versi Microsoft Dynamics NAV 2013, laporan akan menampilkan salah Nomor seri dan Total nilai untuk AutoInvoices dan AutoCreditMemos.

Pemecahan masalah

Informasi Hotfix

Sekarang tersedia hotfix yang didukung dari Microsoft. Namun, hanya ditujukan untuk memperbaiki masalah yang dijelaskan di artikel ini. Terapkan hanya ke sistem yang mengalami masalah khusus ini. Perbaikan terbaru ini dapat menerima pengujian tambahan. Oleh karena itu, jika Anda tidak terlalu dipengaruhi oleh masalah ini, kami sarankan Anda menunggu paket layanan Microsoft Dynamics NAV 2013 atau versi Microsoft Dynamics NAV berikutnya yang berisi perbaikan terbaru ini.

Catatan Dalam kasus tertentu, biaya yang biasanya diadakan untuk panggilan mungkin dibatalkan apabila profesional dukungan teknis untuk Microsoft Dynamics dan produk-produk terkait dukungan menentukan bahwa pembaruan khusus akan memecahkan masalah Anda. Biaya dukungan biasa akan berlaku untuk pertanyaan dan masalah yang tidak termasuk pada pembaruan tertentu yang dimaksud dukungan tambahan.

Informasi penginstalan

Microsoft menyediakan contoh pemrogaman hanya untuk ilustrasi, tanpa garansi baik tersurat maupun tersirat. Ini mencakup, namun tidak terbatas pada, garansi yang tersirat dapat diperjualbelikan atau kesesuaian untuk tujuan tertentu. Artikel ini menganggap bahwa Anda sudah terbiasa dengan bahasa pemrograman yang ditunjukkan dan terbiasa dengan alat-alat yang digunakan untuk membuat dan prosedur debug. Teknisi dukungan Microsoft dapat membantu menjelaskan fungsionalitas prosedur tertentu. Namun, mereka tidak akan mengubah contoh tersebut untuk memberikan fungsionalitas tambahan atau menyusun prosedur untuk memenuhi persyaratan khusus Anda.

Catatan Sebelum Anda menginstal perbaikan terbaru ini, verifikasi bahwa semua pengguna klien Microsoft Dynamics NAV log off sistem. Ini termasuk layanan Microsoft Dynamics NAV aplikasi Server (NAS). Anda harus klien hanya pengguna yang masuk saat Anda menerapkan perbaikan terbaru ini.

Untuk menerapkan hotfix ini, Anda harus memiliki lisensi pengembang.

Kami menyarankan bahwa akun pengguna di jendela login Windows atau jendela login Database ditetapkan id peran "SUPER" Jika account pengguna tidak dapat ditetapkan ID peran "SUPER", Anda harus memverifikasi bahwa account pengguna yang memiliki izin berikut ini:

  • Ubah izin untuk objek yang Anda akan berubah.

  • Izin eksekusi untuk objek sistem objek ID 5210 dan sistem objek ID 9015

    objek.

Catatan Anda tidak harus memiliki hak untuk penyimpanan data kecuali jika Anda harus melakukan perbaikan data.

Perubahan kode

Catatan Selalu menguji kode perbaikan di lingkungan yang dikontrol sebelum menerapkan perbaikan untuk komputer produksi.

Untuk mengatasi masalah ini, ikuti langkah-langkah berikut:

  1. Ubah kode di properti di buku faktur penjualan laporan (10704) sebagai berikut:
    Kode yang ada

    ...SourceExpr=VATBuffer2.Base + VATBuffer2.Amount }

    { 1170000028;3;Column;Integer2__Number ;
    SourceExpr=Number }

    // Delete the following lines.
    { 113 ;3 ;Column ;TotalCaption_Control113;
    SourceExpr=TotalCaption_Control113Lbl }
    // End of the deleted lines.

    }
    REQUESTPAGE
    {
    PROPERTIES
    {
    ...

    Penggantian kode

    ...SourceExpr=VATBuffer2.Base + VATBuffer2.Amount }

    { 1170000028;3;Column;Integer2__Number ;
    SourceExpr=Number }

    }
    REQUESTPAGE
    {
    PROPERTIES
    {
    ...
  2. Ubah kode di variabel Global dalam laporan penjualan faktur buku (10704) sebagai berikut:
    Kode yang ada 1

    ...ContinuedCaption_Control129Lbl@6504 : TextConst 'ENU=Continued;ESP=Continuaci¢n';
    No_SerieCaptionLbl@1947 : TextConst 'ENU=No.Serie;ESP=Nos. serie';
    TotalCaption_Control99Lbl@8494 : TextConst 'ENU=Total;ESP=Total';
    No_SerieCaption_Control100Lbl@2401 : TextConst 'ENU=No.Serie;ESP=Nos. serie';
    ContinuedCaption_Control117Lbl@4855 : TextConst 'ENU=Continued;ESP=Continuaci¢n';

    // Delete the following line.
    TotalCaption_Control113Lbl@4508 : TextConst 'ENU=Total;ESP=Total';
    // End of the deleted line.

    BEGIN
    {
    <changelog>
    <add id="ES0001" dev="VGARCA" date="2004-08-27" area="AUTOINV" request="ES-START-40"
    ...

    Penggantian kode 1

    ...ContinuedCaption_Control129Lbl@6504 : TextConst 'ENU=Continued;ESP=Continuaci¢n';
    No_SerieCaptionLbl@1947 : TextConst 'ENU=No.Serie;ESP=Nos. serie';
    TotalCaption_Control99Lbl@8494 : TextConst 'ENU=Total;ESP=Total';
    No_SerieCaption_Control100Lbl@2401 : TextConst 'ENU=No.Serie;ESP=Nos. serie';
    ContinuedCaption_Control117Lbl@4855 : TextConst 'ENU=Continued;ESP=Continuaci¢n';

    BEGIN
    {
    <changelog>
    <add id="ES0001" dev="VGARCA" date="2004-08-27" area="AUTOINV" request="ES-START-40"
    ...

    Kode yang ada 2

    ...<DataField>VATBuffer2_Base_VATBuffer2_Amount_Control116Format</DataField>
    </Field>
    <Field Name="Integer2__Number">
    <DataField>Integer2__Number</DataField>
    </Field>

    // Delete the following lines.
    <Field Name="TotalCaption_Control113">
    <DataField>TotalCaption_Control113</DataField>
    </Field>
    // End of the deleted lines.

    </Fields>
    <rd:DataSetInfo>
    <rd:DataSetName>DataSet</rd:DataSetName>
    <rd:SchemaPath>Report.xsd</rd:SchemaPath>
    <rd:TableName>Result</rd:TableName>
    ...

    Penggantian kode 2

    ...<DataField>VATBuffer2_Base_VATBuffer2_Amount_Control116Format</DataField>
    </Field>
    <Field Name="Integer2__Number">
    <DataField>Integer2__Number</DataField>
    </Field>
    </Fields>
    <rd:DataSetInfo>
    <rd:DataSetName>DataSet</rd:DataSetName>
    <rd:SchemaPath>Report.xsd</rd:SchemaPath>
    <rd:TableName>Result</rd:TableName>
    ...

    Kode yang ada 3

    ...<TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <FontWeight>Bold</FontWeight>

    // Delete the following line.
    <Format>=Last(Fields!VATBuffer2_BaseFormat.Value)</Format>
    // End of the deleted line.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Penggantian kode 3

    ...<TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <FontWeight>Bold</FontWeight>

    // Add the following line.
    <Format>N</Format>
    // End of the added line.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Ada kode 4

    ...<KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>

    // Delete the following line.
    <Value>=Fields!TotalCaption_Control113.Value</Value>
    // End of the deleted line.

    <Style>
    <FontSize>7pt</FontSize>
    </Style>
    </TextRun>
    </TextRuns>
    ...

    Penggantian kode 4

    ...<KeepTogether>true</KeepTogether>
    <Paragraphs>
    <Paragraph>
    <TextRuns>
    <TextRun>

    // Add the following line.
    <Value>=Fields!TotalCaption.Value</Value>
    // End of the added line.

    <Style>
    <FontSize>7pt</FontSize>
    </Style>
    </TextRun>
    </TextRuns>
    ...

    Ada kode 5

    ...<TextRuns>
    <TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base_Control86.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>

    // Delete the following line.
    <Format>=Fields!VATBuffer2_Base_Control86Format.Value</Format>
    // End of the deleted line.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Penggantian kode 5

    ...<TextRuns>
    <TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base_Control86.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>

    // Add the following lines.
    <FontWeight>Bold</FontWeight>
    <Format>N</Format>
    // End of the added lines.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Kode yang ada 6

    ...<TextRuns>
    <TextRun>
    <Value>=Code.BlankZero(SUM(Fields!VATBuffer2_Amount_Control83.Value))</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <Format>N</Format>
    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    ...

    Penggantian kode 6

    ...<TextRuns>
    <TextRun>
    <Value>=Code.BlankZero(SUM(Fields!VATBuffer2_Amount_Control83.Value))</Value>
    <Style>
    <FontSize>7pt</FontSize>

    // Add the following line.
    <FontWeight>Bold</FontWeight>
    // End of the added line.

    <Format>N</Format>
    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    ...

    Kode yang ada 7

    ...<TextRuns>
    <TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base_VATBuffer2_Amount_Control82.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <Format>N</Format>
    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    ...

    Penggantian kode 7

    ...<TextRuns>
    <TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base_VATBuffer2_Amount_Control82.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>

    // Add the following line.
    <FontWeight>Bold</FontWeight>
    // End of the added line.

    <Format>N</Format>
    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    ...

    Kode yang ada 8

    ...<TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <FontWeight>Bold</FontWeight>

    // Delete the following line.
    <Format>=Fields!Base_Base2Format.Value</Format>
    // End of the deleted line.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Penggantian kode 8

    ...<TextRun>
    <Value>=SUM(Fields!VATBuffer2_Base.Value)</Value>
    <Style>
    <FontSize>7pt</FontSize>
    <FontWeight>Bold</FontWeight>

    // Add the following line.
    <Format>N</Format>
    // End of the added line.

    </Style>
    </TextRun>
    </TextRuns>
    </Paragraph>
    </Paragraphs>
    ...

    Kode yang ada 9

    ...<KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Delete the following line.
    <Hidden>=IIF(Fields!AutoDocNo_Control91.Value="",TRUE,FALSE)</Hidden>
    // End of the deleted line.

    </Visibility>
    <KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    ...

    Penggantian kode 9

    ...<KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Add the following line.
    <Hidden>=IIF(LAST(Fields!AutoDocNo_Control91.Value)="",TRUE,FALSE)</Hidden>
    // End of the added line.

    </Visibility>
    <KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    ...

    Kode yang ada 10

    ...<KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Delete the following line.
    <Hidden>=IIF(Fields!AutoDocNo_Control91.Value="",TRUE,FALSE)</Hidden>
    // End of the deleted line.

    </Visibility>
    <KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    ...

    Penggantian kode 10

    ...<KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Add the following line.
    <Hidden>=IIF(LAST(Fields!AutoDocNo_Control91.Value)="",TRUE,FALSE)</Hidden>
    // End of the added line.

    </Visibility>
    <KeepWithGroup>After</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    ...

    Kode yang ada 11

    ...<KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Delete the following line.
    <Hidden>=IIF(Fields!AutoDocNo_Control91.Value="",TRUE,FALSE)</Hidden>
    // End of the deleted line.

    </Visibility>
    <KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    ...

    Penggantian kode 11

    ...<KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Add the following line.
    <Hidden>=IIF(LAST(Fields!AutoDocNo_Control91.Value)="",TRUE,FALSE)</Hidden>
    // End of the added line.

    </Visibility>
    <KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    ...

    Ada kode 12

    ...<KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Delete the following line.
    <Hidden>=iif(Fields!AutoDocNo.Value="" or (Fields!ShowAutoInvCred.Value=TRUE and Fields!SortPostDate.Value=TRUE),TRUE,FALSE)</Hidden>
    // End of the deleted line.

    </Visibility>
    <KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    ...

    Penggantian kode 12

    ...<KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    <TablixMember>
    <Visibility>

    // Add the following line.
    <Hidden>=iif(LAST(Fields!AutoDocNo.Value)="" or (Fields!ShowAutoInvCred.Value=TRUE and Fields!SortPostDate.Value=TRUE),TRUE,FALSE)</Hidden>
    // End of the added line.

    </Visibility>
    <KeepWithGroup>Before</KeepWithGroup>
    <KeepTogether>true</KeepTogether>
    </TablixMember>
    </TablixMembers>
    ...


Prasyarat

Anda harus memiliki versi bahasa Spanyol Microsoft Dynamics NAV 2013 diinstal untuk menerapkan hotfix ini.

Informasi penghapusan

Anda tidak dapat menghapus hotfix ini.

Status

Microsoft telah memastikan bahwa ini merupakan masalah di dalam produk Microsoft sebagaimana tercantum di bagian "Berlaku untuk".

Catatan Ini adalah artikel "Penerbitan cepat" dibuat langsung dari dalam organisasi dukungan Microsoft. Informasi yang terkandung di dalamnya disediakan sebagai tanggapan masalah yang muncul. Sebagai akibat dari kecepatan untuk menjadikannya tersedia, materi dapat mengandung kesalahan ketik dan dapat direvisi setiap saat tanpa pemberitahuan. Lihat Ketentuanuntuk pertimbangan lainnya.

Perlu bantuan lainnya?

Ingin opsi lainnya?

Jelajahi manfaat langganan, telusuri kursus pelatihan, pelajari cara mengamankan perangkat Anda, dan banyak lagi.

Komunitas membantu Anda bertanya dan menjawab pertanyaan, memberikan umpan balik, dan mendengar dari para ahli yang memiliki pengetahuan yang luas.

Apakah informasi ini berguna?

Seberapa puaskah Anda dengan kualitas bahasanya?
Apa yang memengaruhi pengalaman Anda?
Dengan menekan kirim, umpan balik Anda akan digunakan untuk meningkatkan produk dan layanan Microsoft. Admin TI Anda akan dapat mengumpulkan data ini. Pernyataan Privasi.

Terima kasih atas umpan balik Anda!

×