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

2621 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 918f62532a Fix document duplication error (#2907)
* Fix document duplication error

* Update _9011GeneralFO.feature

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-30 08:49:17 +02:00
mybracho 8043ce9088 #IRP-778 Изменил CurrencyMovementType по умолчанию (#2906)
* #IRP-778 Изменил CurrencyMovementType по умолчанию

При создании нового договора в момент заполнения карточки партнера CurrencyMovementType заполняется по следующему алгоритму:
Если в системе есть лишь один CurrencyMovementType  с типом Agreement то берется он.
Если в системе несколько CurrencyMovementType  с типом Agreement то этот реквизит в договоре остается пустым, что бы его заполнил пользователь.

* Update _00519PartnersCatalog.feature

---------

Co-authored-by: gagmaz <gulnara@bilist.com.tr>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-27 15:41:02 +02:00
Dmitry Kinash 260303a217 #IRP-783 add new FO - UseInventory (#2909)
* #IRP-783 add new FO - UseInventory

* Update feature files for UI interaction improvements

Adjusted steps in _9001UseSimpleMode.feature to use more precise checkbox labels and added an 'Update defaults' button click. Modified _9504LockDataModification.feature to open system settings via hyperlink instead of command interface for more direct navigation.

* Add CommonCommand report links to functional options

Added CommonCommand.OpenReport entries to multiple functional option .mdo files to enable direct access to related reports. Also adjusted FO groupings in FOServer module to move 'UseInventory' and 'UseStores' to a different group. This improves navigation and accessibility of reports from the UI.

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-27 15:19:28 +02:00
Dmitry Kinash bab15a4700 #IRP-747 list form appearance for date (#2892)
* #IRP-747 list form appearance for date

* #ERP-747 from A to G

* fix features

* fix features

* #ERP-747 from I to O

* #ERP-747 from P to W

* fix features

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-26 14:51:05 +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
Dmitry Kinash 411da38de7 #IRP-779 fix bug with aging (#2904)
* #IRP-779 fix bug with aging

* Added new test

* Update number formatting in aging feature tests

Changed decimal and thousand separators in CustomersAging and VendorsAging feature files to use comma for decimals and non-breaking space for thousands, aligning with localized number formatting standards.

---------

Co-authored-by: gagmaz <gulnara@bilist.com.tr>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-23 18:08:16 +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 447155cfd4 #IRP-745 User interface (#2888)
* #IRP-745

* #IRP-745

* #IRP-745

* #IRP-745

* #IRP-745

* fix features

* #IRP-745

* Update _6004ObjectPropertyEditor.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-08 11:18:10 +03:00
Dmitry Kinash dd37e29f8c #IRP-764 (#2887)
* #IRP-764

Introduced new ListForm and ChoiceForm for the RetailCustomers catalog, including their form definitions, modules, and user settings. Updated QuickSearch form to add a Select command and handler. Set the new forms as default in the catalog metadata.

* Update item selection logic in CodeOnChange procedure

* fix new item writing

* Update _00521RetailCustomersCatalog.feature

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-08 11:17:28 +03:00
Andrey Vorobyov 148bedaaf0 bugfix: WTI Tax Authotiry currencies (#2885)
* bugfix

* #IRP-756

* Update BatchWiseBalance.mxl

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-10-06 16:35:08 +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 ccbe4475ef #IRP-327 Basis document choice form (#2862)
* #IRP-327

* #IRP-327

* #IRP-327

* #IRP-327

* #IRP-327

* Update _0510PostingCashPayment.feature

* #IRP-327

* #IRP-327

* #IRP-327

* #IRP-327

* #IRP-327

* features refact

* fix features

* fix features

* Update _2050InvoiceMatchAndFillingReconcilationStatement - Copy.feature

* #IRP-327

* Update _2050InvoiceMatchAndFillingReconcilationStatement - Copy.feature

* features refact

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-29 08:42:47 +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
Dmitry Kinash cf30a1836e #IRP-568 Add shift number support to fiscal printer modules (#2863)
* #IRP-568 Add shift number support to fiscal printer modules

Introduces handling of shift numbers in fiscal printer client, server, and API modules. Adds ShiftNumber fields to relevant structures, document objects, and information registers. Updates logic to store and retrieve shift numbers alongside check numbers for improved traceability and compliance.

* Add FiscalResponse to CorrectionData and refactor VAT handling

* Add PaymentInFiscalPrinterMode attribute and logic

Introduces the PaymentInFiscalPrinterMode boolean attribute to hardware catalog, retail sales receipt document, and payment forms. Updates UI forms to display and edit this attribute, and modifies payment processing logic to account for payments made in fiscal printer mode, including visibility and validation changes. Also refines cashier name retrieval in the fiscal printer server module.

* Update _8510FiscalPrinter.feature

* Add PaymentInFiscalPrinterMode attribute and update payment logic

* Add 'DocumentPostingAfterPrinting' option for receipts

Introduces the 'DocumentPostingAfterPrinting' boolean attribute to hardware and point of sale forms, allowing receipts to be posted after printing based on this setting. Updates business logic to handle postponed posting, including new procedures for posting and canceling transactions, and adjusts status handling throughout the payment and return process. Also refines data handling in HardwareServer and validation in EquipmentFiscalPrinterClient to support the new attribute.

* Fix nested attribute extraction in GetAttributesFromRef

Updated GetAttributesFromRef to correctly handle nested attribute names using dot notation. Extended unit tests to cover extraction of nested attributes from empty references, ensuring proper structure and default values are returned.

* Fix handling of undefined ConsolidatedRetailSales document

* Show user message if fiscal printer is not set

Added a call to display a user message when attempting to reconnect the fiscal printer and it is not configured. This improves user feedback in cases where the fiscal printer is missing.

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-09-15 15:46:21 +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
Andrey Vorobyov 8817bf0f58 Bugfix (#2852)
* bugfix

* Update _406PurchaseOrderMovements.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-13 17:44:23 +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
Dmitry Sherstobitov 58bd2e12c1 #SDR-418 Add secure data storage for integration settings (#2846)
* #SDR-418 Add secure data storage for integration settings

Introduces secure storage for sensitive integration settings via a new information register and module. Adds the StoreInSecureStorage attribute to IntegrationSettings, updates forms and logic to support storing and retrieving hidden values securely, and configures roles and access rights for secure data management.

* Fix typo and add SecureDataStorage access key module

Corrects the typo 'PalceHolder' to 'PlaceHolder' in SecureDataStorage modules and updates all references. Adds ManagerModule for SecureDataStorage information register with GetAccessKey function. Excludes SecureDataStorage from access key checks in Unit_AccessSubsystem.

* Restrict SecureDataStorage read access for roles

Added or updated read rights for InformationRegister.SecureDataStorage in multiple role definitions, setting access to true but restricting it with a WHERE FALSE condition to effectively deny access. This change standardizes the handling of SecureDataStorage read permissions across BasicRole, FullAccess, FullAccessNoAdminFunctions, and FullAccessOnlyRead roles.

* Update _2000LoadCurrencyRate.feature

* Update connection setting retrieval in FillByDefaultAtServer

Replaced GetConnectionSetting() with IntegrationServer.ConnectionSettingTemplate using Object.IntegrationType and Object to obtain connection settings. This change ensures the correct template is used based on the integration type.

* Rename parameter in Unit_SendRequestClientServer

Changed the parameter name from ConnectionSetting to ConnectionSettingData in Unit_SendRequestClientServer and assigned its Value to ConnectionSetting. This clarifies the source of the connection settings and improves code readability.

* Handle ConnectionSettingData without Value property

Updated Unit_SendRequestClientServer to support cases where ConnectionSettingData may not have a Value property or is not a Structure. This improves robustness when handling different types of input for connection settings.

* Exclude SecureDataStorage from tree population

Updated the FillTree procedure to skip the InformationRegisters.SecureDataStorage entry when populating the tree. This prevents SecureDataStorage from being included in the form's metadata tree.

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-08-08 17:37:07 +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 0149aa4194 #IRP-708 Expense\Revenue list positioning (#2845)
* #IRP-708

* #2845 add features

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-30 08:59:32 -06: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 f426b746cb #IRP-580 #IRP-684 (#2841)
* bugfix

* #IRP-684

* #IRP-580

* features update

* features uodate

* bugfix

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-21 12:53:58 -06:00
Natalia Trukhachova f3d5809d34 Fix test for 8.3.27 (#2842)
* fix features

* fix

* update features for 8.3.27
2025-07-20 19:02:14 +03:00
Andrey Vorobyov 2579e868fe #IRP-705 Fixed assets (#2840)
* #IRP-705

* #IRP-705

* #IRP-705

* Update _0980FixedAssets.feature

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-18 13:42:26 +03:00
Andrey Vorobyov 039fe92b83 #IRP-693 #IRP-696 #IRP-697 #IRP-699 #IRP-700 #IRP-703 #IRP-29 (#2834)
* #IRP-703

* #IRP-693

* #IRP-696

* #IRP-697

* #IRP-699

* #IRP-700

* Update _9910AccountingSettings.feature

* #IRP-700

* fix features

* #IRP-703

* #IRP-703

* #IRP-29

* #IRP-29

* bugfix

* bugfix

* #IRP-700

* #IRP-703

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-16 00:04:40 -06: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
Natalia Trukhachova 4c35674c3d fix features (#2839) 2025-07-14 15:33:15 +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 5b65966337 #SDR-371 Preliminary stock (#2829)
* #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

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-07-08 13:12:16 +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
Dmitry Kinash 40170a11b1 #SDR-394 new functionality for AAW (#2827)
* #SDR-394 new functionality for AAW

* fix features

---------

Co-authored-by: Natalia Trukhachova <66120736+Severnity@users.noreply.github.com>
2025-06-23 08:46:59 -06:00
GulnaraBasusta 31066c28cb IRP-682 2 (#2826)
* Update _2060LinkUnlinkForm.feature

* fixed IRP-682
2025-06-20 15:20:07 +03:00
Andrey Vorobyov 52cb05d7ac #IRP-686 (#2823)
* #IRP-686

* added test

---------

Co-authored-by: Andrey Vorobyov <andrey.vorobyov@mail.com>
Co-authored-by: GulnaraBasusta <160037415+GulnaraBasusta@users.noreply.github.com>
2025-06-19 09:32:32 +03:00
GulnaraBasusta ca5b9f63e3 IRP-682 (#2818)
* Update _0960EmployeeCashAdvance.feature

* Update _0960EmployeeCashAdvance.feature
2025-06-18 14:57:55 +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