|
|
|
|
|
by krasin
5188 days ago
|
|
A popular Russian CRM (1С) has a scripting language where the code looks like: СпрСотр = СоздатьОбъект("Справочник.Сотрудники");
СпрСотр.Новый();
СпрСотр.Наименование = ФИО;
СпрСотр.Должность = Должность;
СпрСотр.Оклад = Оклад;
СпрСотр.ДатаПриема = ДатаПриема;
СпрСотр.Записать(); It's not surprising they were not able to expand to the Europe market. |
|