payroll-1c 0.3.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

payroll1c 0.3.2

1C Payrolls


Parse 1C Payrolls XML file
Install
pip install payroll_1c

Usage
>>> from payroll_1c import Payroll1C
>>> payroll = Payroll1C('1C-payroll.xml')
>>> payroll = Payroll1C(fromstring='<СчетаПК>...</СчетаПК>')
>>> payroll['ДатаФормирования'] == '2022-01-01'
>>> for employee in payroll:
... print(employee['Фамилия'])
... print(employee['Сумма'])

Development
We need installed pyenv and pipenv.
git clone git@github.com:odoo-ru/payroll-1c.git

cd payroll-1c
pipenv install --dev

Run tests:
pipenv run fulltest

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.