Fixes BUG
44838: Updates the list of supported/recommended browsers
fixes BUG
44788:Date of prepaid order invoice considered now
The date in which an invoice of a prepaid order is now
considered in que query, being properly shown as Credit
independtly of the report's date.
fixes BUG
44759:Avoided comparation with null in Oracle
When doing a comparison like ''<>'OB', the '' part
is considered as NULL by Oracle, which causes an
error. This patch fixes that.
Related to ISSUE
44780. Code Review Changes:
* Prevents API change by overloading the existing method
Related to ISSUE
44780. Code Review changes:
* Reorder fields in Aging Balance Processes
* In query to exclude reversed payments, do not use comparisons with DocumentNo
column, as it can lead to false positives. Check the fin_rev_payment_id
instead.
* Fix call to show PDF and XLS output with correct values
Fixes ISSUE
44780. Allows to hide information about Reversed Payments
in Aging Balance Report
fixed ISSUE
44752: global scope used in jest test
Prevent using global scope in jest test by replacing its usage by global
object.
fixes BUG
44622:Condition relaxed in M_TRANSACTION_TRG trigger
When the stock of a product is negative (and the record is a
movementLine, sales inoutLine or productionLine) there is no need
to specify the attribute value of the product.
fixes BUG
44554:Default Organization instead of selected one
Now the default Organization in the User login preferences
is the one used for a new record instead of the selected
one in the grid view of Physical Inventory window.
Fixes ISSUE
44574: Format date using provided timezone in OBBindings#formatDate
Previously as a side-effect date was being converted to UTC wrongly in
OBBindings formatDate function.
This fixes it by formatting using the local timezone as was previously
done prior to the regression commit. Fixes display of date in some
parameter windows that were relying on it (e.g. Costing Rules).
Fixes regression introduced in commit 4ec715bf