Skip to content

Advance Payment#

23.5.472.0 - 2024-03-26#

Hotfix

  • It must not be possible to delete advance payment lines if unposted and posted documents exist. (#8658, AZ-164)
    Before deleting advance payment lines, the system now checks whether unposted and posted documents exist. If this is the case, such a line cannot be deleted.
  • Improvement behavior Cent differences Non Deductible VAT (#10505, AZ-169)
    By shifting the rounding, cent differences are avoided.
  • Adv. credit memo with retention does not book adv. credit memo of retention (#10593, AZ-151)
    When creating and posting credit notes, attention is drawn to security deposit invoices.

Change

  • Request events and removal from Internal (#8573, AZ-139)
    The OnAddCVLedgerEntryToClosCreditMemoLinesOnElseAmountZero event has been added to the Codeunit KVSADVAdvanceDocCreationPurch and the CreateDocumentLineFromCVEntry function has been set to global.
  • OnBefore IsHandled Pattern at function CheckDocumentHeaderForAdvancePosting (#10504, AZ-162)
    An OnBefore Ishandled event was added to the CheckDocumentHeaderForAdvancePosting function for purchasing and sales to make the solution expandable.

23.5.376.0 - 2024-03-04#

Hotfix

  • Print Posted purchase credit memo does not use the advance payment report (#8325, AZ-146)
    The finding of the advance payment report has been corrected, now the correct report is found.
  • Issue "wrong" Bill-to Customer, Order cannot be changed (#8383, AZ-127)
    The rules for when an Advance Chain may be deleted in the documents and projects have been specified. Only Advance Chains that have no postings or have been fully applied with a credit memo can be deleted. The link to the source document is also deleted in the Advance Chain.
  • Use Sales Invoice Email Scenario in case of adv. paym. invoice and closing invoice (#8444, AZ-153)
    The assignment of email scenarios has been improved for advance payment documents.
  • Credit Memos for Advance Payment on Position Level (#8535, AZ-112)
    The assignment of the remaining amount of the invoice entries has been changed so that previous credit memo amounts can be better assigned at position level.
  • Recursion when Job gets modified in Intercompany process (#8563, AZ-159)
    For master data, the Modify and Insert events now check whether the record company matches the current one.

Change

  • New keys in tableextensions KVSADVSalesInvLine and KVSADVSalesCrMemoLine (#8442, AZ-152)
    The two keys "KVSADVAdvance Chain No.", "KVSADVEntry No. Planning Entry" have been added to improve performance.

23.4.307.0 - 2024-01-31#

Hotfix

  • Sending Adv. Invoices by document profile doesn't work (#8236, AZ-144)
    The programming was adapted to an adjustment in the standard.

Change

  • Deposit Code in Vendor Ledger Entries not visible (#8258, AZ-145)
    The application area of the field has been corrected.

23.3.268.0 - 2024-01-15#

Hotfix

  • Rounding differences for 2nd partial payment (#8107, AZ-137)
    Difference postings for 2nd partial payment are used for gross/net postings to avoid rounding differences caused by VAT postings.

23.2.229.0 - 2023-12-20#

Hotfix

  • "Responsibility Center" code is not transferred to the advance payment invoice (#7856, AZ-101)
    The Responsibility Center is routed through the advance payment documents.

Change

  • Spelling mistake in event names corrected at CU AdvTemplateMgt (#7870, AZ-110)
    The spelling of events OnAfterCreateAdvancePlanningEntryFromTemplateLineBeforeModiy and OnAfterCreateAdvancePlanningEntryFromTemplateLineAfterModiy has been corrected. The missing f in Modify has been added. To avoid breaking changes, a copy of the events was created and the old ones have been made obsolete.
  • Optimization of cumulative advance payment - No invoicing in case of unposted invoice (#7920, AZ-123)
    If there is still an unposted invoice, no new one can be created for cumulative advance payment invoices.
  • Payment block on cum. advance payment invoice (#7930, AZ-129)
    When posting payments to cum. advance payment invoices, a error message appears if there is an unposted advance payment invoice for the advance payment transaction.
  • Adv. Credit Memo / Adv. Closing Credit Memo - Field Price incl. VAT not editable (#7939, AZ-79)
    To avoid errors, the change of the Price "incl. VAT" for Advance Credit Memos has been blocked.

23.1.170.0 - 2023-11-23#

Hotfix

  • Prevent Rounding Differences on Cumulative Advance Payment and Cr. Memo at not payed Parts (#7718, AZ-120)
    Difference postings are used for gross/net postings to avoid rounding differences caused by VAT postings.
  • Prevent Rounding Differences on Advance Invoice at Position and Part Payments (#7719, AZ-113)
    Difference postings are used for gross/net postings to avoid rounding differences caused by VAT postings.
  • Prevent Rounding Differences on Payment/Closing Invoice (#7720, AZ-62)
    Difference postings are used for gross/net postings to avoid rounding differences caused by VAT postings.

23.1.157.0 - 2023-11-14#

Change

  • General performance and stability improvements.

23.0.92.0 - 2023-10-04#

Change

  • Update and Test BC23 (#7299, AZ-121)
    The Advance Payment App was tested against the BC23 and the app was adjusted accordingly.