1
0
mirror of https://github.com/IRPTeam/IRP.git synced 2026-04-24 03:53:25 +02:00

940 Commits

Author SHA1 Message Date
Natalia Trukhachova e1e0f15e5b Testrefact (#2942)
* fix features for movements

* Update ImportData.feature

* Update _6007NumberingRules.feature
2026-04-18 11:49:25 +03:00
Andrey Vorobyov c26fc3aebe #IRP-293 Discount (#2911)
* #IRP-293

* #IRP-293

* #IRP-293

* #IRP-293

* #IRP-293

* Add tests for manual and selected row discounts

Introduces scenarios to verify document discounts applied to selected rows in Sales Order, Purchase Order, Retail Sales Receipt, and Sales Return documents. Also adds a comprehensive test for manual discount entry and propagation across SO, SI, and SR documents.

* Update ImportData.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-11-27 16:46:19 +02:00
gagmaz f1656407cc Check discount for selected rows (#2913)
* Check discount for selected rows

* fix features

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-11-24 15:41:07 +02:00
Andrey Vorobyov 57d78e7632 #IRP-777 #IRP-776 (#2899)
* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767 Update aging feature tests for multi-currency support

* Update _1001CustomersAging.feature

* #IRP-767

* fix test

* features update

* #IRP-767

* fix test

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* #IRP-777

* fix features

* features refact

* fix features

* #IRP-777

* features refact

* #IRP-777

* features update

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-11-06 17:21:34 +02:00
Dmitry Kinash 6f2843eda8 #IRP-721 #IRP-722 #IRP-723 (#2881)
* Refactor default data logic to new DefaultDataServer module

Introduced the DefaultDataServer common module to encapsulate logic for default data retrieval and creation, moving related methods from FOServer. Updated references in catalogs, partners, user settings, and functional option settings to use DefaultDataServer. Added new form and module for functional option settings, and extended localization for functional option groups. Registered the new module in the configuration.

* #IRP-722 - add new FO handler, block editing FO without handler

* Enhance functional options

Moved the Taxes subsystem from Settings to MasterData, updating all related references and file locations. Enhanced the FunctionalOptionSettings form by adding 'Save and Close', 'Check All', and 'Uncheck All' buttons with corresponding handlers. Cleaned up functional option and subsystem content assignments, and improved error handling in FOServer module for functional option value retrieval.

* #IRP-723 Refactor default data update logic

Refactored the UpdateDefaultsAtTransaction procedure in DefaultDataServer module by splitting logic into modular procedures for updating default catalog values. Added a new 'Update defaults' button and command to the FunctionalOptionSettings NewForm, with corresponding client and server handlers to trigger the update. Improved code maintainability and enabled users to update default values directly from the form.

* #IRP-721 new subordinations

* Refactor and split order/cash constants and options

Renamed and split 'UseOrders' into 'UsePurchaseOrders' and 'UseSalesOrders', 'UseCashTransaction' into 'UseCashTransactions', and introduced 'UsePaymentOrders' and related constants, functional options, and rights. Updated all references, forms, modules, and configuration files to use the new names and structure, improving clarity and separation of purchase, sales, and payment order logic.

* fix features

* Refactor functional options and update related content

Reorganized and cleaned up functional options in configuration and module files, removing redundant and outdated content references. Added new report links to planned receipt reservation, purchase orders, and sales orders options. Adjusted subordination arrays and groupings in FOServer, and updated form attributes for agreements. These changes improve modularity and maintainability of functional options.

* Add and update report references in functional options

Added new report references to multiple functional option .mdo files to enhance reporting capabilities across modules such as Aging, Finance, Landed Cost, Purchase, Retail, Sales, and Stores. Also updated or removed some report references to ensure correct feature mapping and avoid duplication.

* Update 001_TestDataBaseSmoke.feature

* #IRP-722 fix features

* Update feature files for table columns and test steps

Adjusted table column order and content in several feature files to align with updated business logic. Added and removed steps in scenarios to streamline functional option settings and test data preparation. Corrected expected values in cash transaction scenarios for accuracy.

* Update incident and accounting feature setup steps

* Update storage volume setup in test features

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-24 14:51:19 +03:00
Natalia Trukhachova 2aeb8e5b4c fix features (#2908) 2025-10-23 17:30:53 +03:00
Andrey Vorobyov 9162e0203a #IRP-767 Multicurrency aging (#2889)
* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767

* #IRP-767 Update aging feature tests for multi-currency support

* Update _1001CustomersAging.feature

* #IRP-767

* fix test

* features update

* #IRP-767

* fix test

* #IRP-767

* #IRP-767

* #IRP-767

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-21 17:07:55 +03:00
Natalia Trukhachova 6705f19af2 Fix features fot develop (#2891)
* Create DashBoardDemo.feature

* Update expected results in movement and attribute feature tests

* Add scenario for disabling 'Use dashboard' option
2025-10-09 14:13:12 +03:00
Andrey Vorobyov ea99c9ee70 bugfix: Advance closing (#2879)
* bugfix

* Update _1003CustomersAdvance.feature

* bugfix

* Update _9780MultiCurrencyRevaluation.feature

* Update RowIDs catalog test data in LoadDemoBD.feature

Modified the test data table for the 'Create catalog RowIDs objects(DemoDB)' scenario in LoadDemoBD.feature.

* bugfix

* Update _1003CustomersAdvance.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-01 08:59:12 +03:00
Andrey Vorobyov 8e473ee90f #IRP-752 Financial movement type for Accounting (#2876)
* #IRP-752

* #IRP-752 add features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-29 13:15:09 +03:00
Andrey Vorobyov 4e3e0a9754 #IRP-751 (#2875)
* #IRP-751

* features update

* #IRP-751

* Update _524MovementsWithholdingTaxInvoice.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-26 17:16:10 +03:00
Andrey Vorobyov 55e4801a1d #IRP-750 bugfix (#2864)
* #IRP-750

* #IRP-750

* Update data for DemoDB

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-17 12:52:52 +03:00
Natalia Trukhachova c4daa7d7d0 #IRP-749 features refact for DemoDB (#2865)
* Add dashboard settings and update demo features

Added DashboardSettings.json. Updated LoadDemoBD.feature and Podgotovka.feature for External, and _9999 DemoDB.feature

* Update RowIDs catalog objects in LoadDemoBD.feature
2025-09-11 18:02:47 +03:00
Andrey Vorobyov 8b04b529b0 #IRP-578 Stock correction (#2861)
* #IRP-578

* Add tests for stock correction with source of origin

Introduced new test scenario for landed cost stock correction involving source of origin in LandedCost.feature. Added related data preparation steps and a new .mxl template for batch balance verification.

* Update LandedCost.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-09 17:29:29 +03:00
Andrey Vorobyov 84cb1497aa #IRP-726 User interface (#2858)
* #IRP-726

* #IRP-726 features refact

Renamed 'Customers partner terms' and 'Vendors partner terms' to 'Customer terms' and 'Vendor terms' across relevant feature files. Updated report opening steps to use hyperlinks instead of command interface selection.

* #IRP-726

* #IRP-726

* add features forDemoDB

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-04 17:02:37 +03:00
Andrey Vorobyov 0b3fb609e0 #IRP-483 Settings for balance control (#2856)
* #IRP-483

* #IRP-483

* Add tests for negative balance control by registers

Added new feature files for actual and free stock control, serial lot number stock control, and stock inventory control under Internal/_8800 Negative balance control by registers. Extended ImportData.feature with scenarios for creating UserSettings records for various stock and cash controls.

* Add tests for cash on hand and other period expense/revenue control

Added a new feature file to test negative balance control for cash and bank accounts, as well as other period expense and revenue controls.

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-02 14:42:04 +03:00
Dmitry Sherstobitov 16e87e5b48 Update configuration and rights for PLSections and reports (#2857)
* Update configuration and rights for PLSections and reports

Moved Catalog.PLSections and related enums and reports in Configuration.mdo to correct sections. Added and updated rights for Catalog.PLSections and predefined data actions in FullAccess and FullAccessNoAdminFunctions roles. Removed explicit rights for several reports from FullAccessNoAdminFunctions and added additional administrative rights restrictions.

* Add new access groups and profiles to demo DB

Introduced a new access group and corresponding access profile for 'Admin without admin functions' in the demo database. Updated related tabular sections for profiles and users, corrected language for 'Admin_EN' user, and added steps to change CI password and database status in the internal demo DB feature.

* Update _9999 DemoDB.feature

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-29 12:49:59 +03:00
Andrey Vorobyov 99a78a0308 #IRP-717 Accounting P&L Report (#2854)
* #IRP-717

* #IRP-717

* #IRP-717

* #IRP-717

* #IRP-717

* #IRP-717 Add PLSections catalog test data and PL report scenario

Introduces test data creation for the PLSections catalog in the external test database feature. Adds a new scenario to check the P&L report, including setup, report generation, and result validation in the internal accounting settings feature.

* #IRP-717

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-22 15:56:09 +03:00
Natalia Trukhachova 24cff48109 Features for DemoDB (#2855)
* Add demo database feature files

Added LoadDemoBD.feature and _9999 DemoDB.feature to support demo database scenarios. Updated Podgotovka.feature with additional or modified steps for external features.
2025-08-22 10:48:32 +03:00
Natalia Trukhachova fffc609b14 Add safe storage tests (#2851)
* Add safe storage tests

 Updated _2000LoadCurrencyRate.feature to added a scenario to test security storage for integration settings.

* Add tests for WithholdingTaxInvoice (accounting)

Adjusted accounting movement checks to WithholdingTaxInvoice

* fix features
2025-08-13 11:16:41 +03:00
Andrey Vorobyov 0ce7ac7882 #IRP-710 Change quantity for linked document (#2847)
* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* bugfix

* #IRP-50

* #IRP-50

* #IRP-50

* fix features

* fix features

* Update ImportDocumentsCreationBaseOn.feature

* #IRP-50

* #IRP-50

* #IRP-710

* #IRP-710

* #IRP-710

* #IRP-710

* #IRP-710

* features update

* #IRP-710

* fix features

* #IRP-710

* Update _2065LockingLinkedStringsSalesOneSession.feature

* #IRP-710

* #IRP-710 add features

* Update _2065LockingLinkedStringsSalesOneSession.feature

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-06 17:23:11 +03:00
Andrey Vorobyov 8a8ba909a4 #IRP-50 GR->SC SC->GR (#2843)
* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* bugfix

* #IRP-50

* #IRP-50

* #IRP-50

* fix features

* fix features

* Update ImportDocumentsCreationBaseOn.feature

* #IRP-50

* #IRP-50

* fix features

* features refact

* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* #IRP-50

* Update _0292CreatePurchaseBaseSalesOrder.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-04 15:57:53 +03:00
Andrey Vorobyov 449df0a21b #IRP-709 Salesr return revenue account (#2844)
* #IRP-709

* features refact

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-28 18:01:22 +03:00
Andrey Vorobyov efa9d7a7a0 #IRP-698 WTI tax amount as Other partner transaction (#2837)
* #IRP-698

* #IRP-698

* features update

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-14 17:35:39 +03:00
Andrey Vorobyov 05d059e787 #SDR-371 Preliminary stock bugfix (#2835)
* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #IRP-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371-2

* #SDR-371-2

* #SDR-371-2

* #IRP-371-2

* #SDR-371-2

* #SDR-371-2

* #SDR-317

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-317

* #SDR-317

* #SDR-371

* fix features

* fix features

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* fix features

* #SDR-371

* #SDR-371

* #SDR-371

* #SDR-371

* fix features for Stock inventory

* #SDR-371

* fix features for Revenue register

* #SDR-371

* #SDR-371

* #SDR-371

* fix features

* #SDR-371

* fix features

* #SDR-371

* SDR-371

* fix

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-14 09:11:23 +03:00
Andrey Vorobyov 404d456d32 #IRP-690 Other period expenses/revenue negative balance control (#2825)
* #IRP-690

* #IRP-690

* added test

* #IRP-690

* fix features

* #IRP-690

* features refact

* Update _9602AccessRightsSystemDocumentsPost.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-25 08:23:35 +03:00
GulnaraBasusta 0a66be044f IRP-585, IRP-675 (#2817)
* added IRP-585

* IRP-675

* IRP-585 fixed

* fixed AdditionCostAllocation

* Update AdditionalCostAllocation.feature

* Update AdditionalCostAllocation.feature

* fixed

* Update AdditionalCostAllocation.feature

* Update AdditionalCostAllocation.feature

* renamed
2025-06-18 14:57:44 +03:00
Andrey Vorobyov 880371352b #IRP-680 Payroll refactoring (#2812)
* #IRP-680

* #IRP-680 fix features

* #IRP-680

* fix features

* fix features

* #IRP-680

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-17 10:50:27 -06:00
Andrey Vorobyov 9fd8b81ba7 #IRP-681 Filling Legal name contarct for BP/CP BR/CR + rename Payee/Payer to Legal name (#2814)
* #IRP-681

* #IRP-681

* features refact

* features refact

* fix features

* fix features

* fix features

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-17 11:47:18 +03:00
Andrey Vorobyov 8f3a4c5bfb #IRP-40 R3010B Cash on hands negative balance control (#2802)
* IRP-40

* add features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-11 17:46:28 +03:00
Andrey Vorobyov 1a7e4dbe16 #IRP-668 Other parters for SI/SR/PI/PR (#2800)
* #IRP-668

* #IRP-668

* added tests

* added test Registers

* Update _0285PostingSalesReturn.feature

* payroll

* payroll

* update SI/SR

* Update _1540Forms.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-11 17:45:49 +03:00
Dmitry Sherstobitov 0e7666228c Simple batch (#2798)
* Add new register

* Rename reg

* add simple batch

* add sequence

* Add posting

* Add movement

* add posting

* add simple batch reset

* Fix

* Fix roles

* fix units

* fix

* fix

* Fix

* fix

* add features

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-09 15:52:01 +03:00
GulnaraBasusta 94cb82c944 Irp 674 Add features for fixed assets revaluation (#2801)
* added test

* Update _0980FixedAssets.feature
2025-06-06 17:07:12 +03:00
Andrey Vorobyov f6cbabde50 #IRP-598 Bank/Cash documents header attriutes (#2785)
* #IRP-598

* #IRP-598

* #IRP-598

* #IRP-598

* #IRP-598

* fix features

* #IRP-598

* #IRP-598

* fix features

* fix features

* fix features

* #IRP-598

* fix features

* #IRP-598

* #IRP-598

* #IRP-598

* #IRP-598

* #IRP-598

* add new features

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-06 08:05:44 -06:00
Dmitry Kinash be4db0485a #IRP-666 add new system attributes (#2790)
* #IRP-666 add new system attributes

* added test

* Update _9710_InitialDatabaseSettings.feature

* Update _9710_InitialDatabaseSettings.feature

---------

Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
2025-05-28 09:04:11 -06:00
Andrey Vorobyov 891f80153a #IRP-658 Procurement method for Service (#2779)
* #IRP-658

* added test IRP-658

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
2025-05-14 16:31:04 +03:00
GulnaraBasusta 5f77489d6c IRP-659, IRP-660, IRP-662 (#2777)
* Added IRP-659

* updated IRP-659

* added IRP-660

* fixed

* fixed failed one

* fixed

* fixed

* Update _0261ChangeRightsPOS.feature

* added IRP-662

* Update _0980FixedAssets.feature

* Update _0902TaxCalculation.feature

* Update _0980FixedAssets.feature

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-05-12 08:59:26 +03:00
Andrey Vorobyov 679e035ee4 #IRP-657 BP/CP based on Withholding Tax Invoice (#2775)
* #IRP-657

* added test BankCashDocuments

* Update _0530PostingBankPayment.feature

* added Movments, TaxCalculation

* added movements3

* #IRP-657

* Update _524MovementsWithholdingTaxInvoice.feature

* Update _524MovementsWithholdingTaxInvoice.feature

* features refact

* #IRP-657

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-05-08 16:23:18 +03:00
GulnaraBasusta c27072102d IRP-651, IRP-652, IRP-653 (#2771)
* Add IRP651

* updated prep data

* fixed

* Update _523MovementsShipmentPlanningOrder.feature

* added IRP-652 IT

* added IRP-652 SC

* Added IRP-653
2025-04-28 08:32:31 +03:00
Andrey Vorobyov 70f4fa5c96 #IRP-614 Tax operation / Salary (#2766)
* #IRP-614

* #IRP-614

* fix features

* #IRP-614

* #IRP-614 add features

* Update _433BankPaymentMovements.feature

* Update _9750UnitTests.feature

* fix features

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-04-24 04:38:54 +03:00
GulnaraBasusta 2626d9b516 OrderClosing diff ItemKeys (#2765)
* test for diff ItemKeys

* updated

* fixed

* updated

* fixed

* fixed

* updated Key

* added

* fixed

* fixed

* fix features

* Update ImportDocuments.feature

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-04-22 12:33:58 +03:00
Andrey Vorobyov 13e4661e36 #IRP-623 System attributes (#2755)
* #IRP-623

* #IRP-623

* #IRP-623

* Update _520MovementsPartnersBalanceRegister.feature

* fix features

* fix features

* #IRP-623

* #IRP-623

* fix comment

* fix

* #IRP-623

* Update _9600AccessRightsSystemDocuments.feature

* Update _9910AccountingSettings.feature

* sort

* fix

* fix

* fix roles

* fix fillings

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
Co-authored-by: Dmitry Sherstobitov <ditrixnew@gmail.com>
2025-04-19 02:17:52 +03:00
Dmitry Sherstobitov b224499778 SDR-311 Add first step mirroring (#2754)
* SDR-311 Add first step mirroring

* fix

* fill tables

* fix

* add features

* Fix localization reuse

* fix

* Add rule

* Fix unit

* fix

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-04-18 09:00:27 +03:00
GulnaraBasusta a36d1afeeb Added tests for Credit limit functionality (#2763)
* added report test

* Update _0980FixedAssets.feature

* Update _0980FixedAssets.feature

* Update _0980FixedAssets.feature

* Register "Posted documents registry"

* corrected  "Posted documents registry"

* Register "Posted documents registry"

* add_Incidents

* added ObjectLocation catalog

* updated

* added Incidents

* Update _9720Incidents.feature

* Delete 1C.png

* Update _9720Incidents.feature

* Update _9720Incidents.feature

* Update _9720Incidents.feature

* Update _9720Incidents.feature

* added test for DGR-53

* update

* updated

* Update _0283SalesOrderClosing.feature

* added test

* fixed

* fix

* Update _1000CreditLimit.feature

* added repost

* Update _1000CreditLimit.feature

* fixed

* fixed

* Update _1000CreditLimit.feature
2025-04-14 15:45:03 +03:00
Andrey Vorobyov 4d5ba9e803 #IRP-634 Stock/Batch balance details (#2762)
* #IRP-634

* IRP-634

* features update

* #IRP-634

* Update _2061ItemUnitForm.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-04-11 17:40:28 +03:00
Andrey Vorobyov 9b554fcd33 #IRP-630 rowID bugfix (#2753)
* #IRP-630

* bugfix

* bugfix

* #IRP-630

* fix features

* Update ImportDocumentsSecondPart.feature

* add features

* bugfix

* #IRP-630

* Update _2025RetailIMDocuments.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-04-11 04:45:23 +03:00
Natalia Trukhachova 49543c91f9 fix features (#2748) 2025-03-26 11:57:41 +02:00
Andrey Vorobyov 2c9f7fed8b #IRP-625 Source of origins for SC/GR (#2745)
* #IRP-625

* fix features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-03-18 17:54:41 +02:00
Dmitry Kinash 6a816e5a27 #IRP-611 User-configurable printing subsystem (#2739)
* #IRP-611 User-configurable printing subsystem

* #IRP-611 use ConfigurationMetadata

* fix units

* fix units

* #IRP-611 add features

* Merge branch 'develop' into IRP-611

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-03-17 15:32:42 +02:00
Andrey Vorobyov 88663d2701 bugfix read only Store in document header (#2740)
* bugfix

* bugfix

* add features

* fix feature

* bugfix

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-03-11 10:07:29 +02:00