Fixes issue
33593: Import entry archive should be defined in the log cleanup window
Added log cleanup record for the import entry archive table into reference data
Related to issue
33531: Code review improvements
Set invoiceTaxCashVAT_V variable as private.
Keep getInvoiceTaxCashVAT_V and setInvoiceTaxCashVAT_V methods as deprecated to avoid API change.
Add distinct to setInvoiceTaxCashVAT_V query to avoid retrieve duplicated ids.
Fixes issue
33531: Error posting Cash VAT payment if pays more than one invoice
When trying to post a Cash VAT payment that pays more than one invoice, process was failing and an error was shown. It was caused by a clearing of the session when iterating on the cash vat invoices list. To avoid it, list of cash vat ids are retrieved instead a list of InvoiceTaxCashVAT_V.
Fixed issue
33482: Implicit filters were not working fine on updated instances
When a grid configuration was done in one instance and after that the instance was updated, the implicit filters were not working fine. The blue popup expressing that a filter is applied appeared but there was no filter applied.
The problem was in the isFilterClauseApplied function of ob-grid.js. There only was taking into account boolean values. Now, it takes into account any value.
Fixes issue
33470: Right invoice amount when Add Payment from Match Statement
Invoice amount is populated when running Add Payment from Add Transaction from Match Statement process, and the amount field is set to invoice's amount instead of to zero when specific invoice is selected.
Fixed issue
33419: Sometimes synchronization of the syncmodels are failing
when returning back from offline
Added a new column in c_import_entry table wich contains the timestamp in
miliseconds of the import entry.
With this new value, the import entry records are filtered.
Fixes issue
33407: Error in Costing Background due to manual costing records
Do not take into account manually inserted Costing Entries when calculating the current Stock or the current valued Stock.
Also, centralize conditions into one boolean variable.
Fixes issue
33402: Wrong Storage Bin in Goods Receipt Lines
In some cases, when you create a goods receipt line the storage bin's defaul value don't belongs to the warehouse defined in the header.