S
S
szx2017-03-30 13:37:20
PHP
szx, 2017-03-30 13:37:20

How to get balance from base 1C?

There is a certain list of counterparties who are billed monthly and they pay differently each time (in 2 months or six months, sometimes) and therefore the balance is constantly changing (I would like the balance to always be 0, that is, mutual settlements without debts)
I work in a legal department and aunts from accounting are not very good relations, they are always busy and work with debtors is in one place, of course you can put 1C in your computer and connect to the accounting database.
But I want to write a PHP script that gets the balance from 1C and calculates the debt by months.
How to get the balance from the 1C database using PHP or who can do it for money

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Anton, 2017-03-30
@Fragster

If 1s is based on platform 8.1 and later, then it is most reasonable to make a web service in 1s (SOAP or for 8.3 you can HTTP) and give them data. in php request using SoapClient or curl respectively. This requires a slight modification of the configuration (for platform 8.3.8+ can be done as an "extension") and some settings on the server.
Even in modern 1c configurations there is such a thing - sending reports. she generates reports according to the schedule and sends them to the mail. without any scripts, you can configure so that the report comes to corporate mail.

K
Konstantin, 2017-03-30
@fosihas

I recommend paying attention to the CDC, in terms of generating reports in the desired format.
buh.ru/books/detail.php?ID=42693
As for the delivery, it's up to you. In principle, it was written above.
I think the mailing list by e-mail, in the morning, is more than enough. Without installing additional software and settings.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question