Activities of "salih"

Hello, a while ago there was an issue with our server, it has been fixed now. Could you please check again?

It should be fixed now, can you try again?

Hello, there is a problem with our server right now. We will fix it soon. I am refunding your ticket.

Answer

Hi, what type of rules are you trying to use the rule engine for? If they are complex rules, I recommend using https://github.com/microsoft/RulesEngine. If they are simpler rules, could you provide an example?

I'm closing this question as you haven't reported any other issues.

Hello, this situation is caused by PostgreSQL. You can follow the steps in this article.

Answer

Hi, abp-date-picker uses jquery, so if you replace your code as jquery code it will work.

document.addEventListener('DOMContentLoaded', function () {
    const $vendorInvoiceDate = $('#vendorInvoiceDate');
    const $documentDate = $('#documentDate');
    $vendorInvoiceDate.on('change', function () {
        $documentDate.val($vendorInvoiceDate.val());
    });
});

Problem solved. I'm refunding your ticket.

Problem solved. I'm refunding your ticket.

The problem has been fixed. I've refunded your ticket.

Showing 1 to 10 of 55 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
Do you need assistance from an ABP expert?
Schedule a Meeting
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v9.3.0-preview. Updated on April 16, 2025, 12:13