diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | python-trytond-account-payment.spec | 282 | ||||
| -rw-r--r-- | sources | 1 |
3 files changed, 284 insertions, 0 deletions
@@ -0,0 +1 @@ +/trytond_account_payment-6.8.0.tar.gz diff --git a/python-trytond-account-payment.spec b/python-trytond-account-payment.spec new file mode 100644 index 0000000..005b6a6 --- /dev/null +++ b/python-trytond-account-payment.spec @@ -0,0 +1,282 @@ +%global _empty_manifest_terminate_build 0 +Name: python-trytond-account-payment +Version: 6.8.0 +Release: 1 +Summary: Tryton module for payment +License: GPL-3 +URL: http://www.tryton.org/ +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/00/93/8b2c7dacd207eeb0253c3bb12ce1c59d4fbb349f68f80f18f297f969d3f6/trytond_account_payment-6.8.0.tar.gz +BuildArch: noarch + +Requires: python3-sql +Requires: python3-trytond-account +Requires: python3-trytond-company +Requires: python3-trytond-currency +Requires: python3-trytond-party +Requires: python3-trytond +Requires: python3-proteus +Requires: python3-trytond-account-dunning +Requires: python3-trytond-account-invoice + +%description +Account Payment Module +###################### + +The account_payment module allows to generate grouped payments for receivable +or payable Account Move Lines. + +Payment +******* + +A Payment defines the attempt to pay an amount to a party or to receive an +amount from a party. It is mainly defined by: + +- Journal. +- Kind: + - Payable + - Receivable +- Party. +- Line. +- Amount. +- Date. +- Description. + +A payment can be created from an payable or receivable *Account Move Line* +using the ``Pay Lines`` action. The amount is computed from the debit/credit +deducing existing payments for this line. + +Direct debit payments can be created from the wizard ``Create Direct Debit`` +for all the parties that are configured with at least one *Direct Debits* +record. + +The payment can be in one of this states: + +* Draft + + The payment is in preparation. + +* Submitted + + The payment has been submitted and is waiting approval or to be processed. + +* Approved + + The payment has been approved and is waiting to be processed by the wizard in + a Group. + +* Processing + + The payment has been processed in a Group. + +* Succeeded + + The payment was successfully processed. + +* Failed + + The payment was not successfully processed. + +Group +***** + +A group links a set of payment of the same kind processed together inside the +same journal. + +Journal +******* + +A journal defines the configuration of the processing of payments. + + +%package -n python3-trytond-account-payment +Summary: Tryton module for payment +Provides: python-trytond-account-payment +BuildRequires: python3-devel +BuildRequires: python3-setuptools +BuildRequires: python3-pip +%description -n python3-trytond-account-payment +Account Payment Module +###################### + +The account_payment module allows to generate grouped payments for receivable +or payable Account Move Lines. + +Payment +******* + +A Payment defines the attempt to pay an amount to a party or to receive an +amount from a party. It is mainly defined by: + +- Journal. +- Kind: + - Payable + - Receivable +- Party. +- Line. +- Amount. +- Date. +- Description. + +A payment can be created from an payable or receivable *Account Move Line* +using the ``Pay Lines`` action. The amount is computed from the debit/credit +deducing existing payments for this line. + +Direct debit payments can be created from the wizard ``Create Direct Debit`` +for all the parties that are configured with at least one *Direct Debits* +record. + +The payment can be in one of this states: + +* Draft + + The payment is in preparation. + +* Submitted + + The payment has been submitted and is waiting approval or to be processed. + +* Approved + + The payment has been approved and is waiting to be processed by the wizard in + a Group. + +* Processing + + The payment has been processed in a Group. + +* Succeeded + + The payment was successfully processed. + +* Failed + + The payment was not successfully processed. + +Group +***** + +A group links a set of payment of the same kind processed together inside the +same journal. + +Journal +******* + +A journal defines the configuration of the processing of payments. + + +%package help +Summary: Development documents and examples for trytond-account-payment +Provides: python3-trytond-account-payment-doc +%description help +Account Payment Module +###################### + +The account_payment module allows to generate grouped payments for receivable +or payable Account Move Lines. + +Payment +******* + +A Payment defines the attempt to pay an amount to a party or to receive an +amount from a party. It is mainly defined by: + +- Journal. +- Kind: + - Payable + - Receivable +- Party. +- Line. +- Amount. +- Date. +- Description. + +A payment can be created from an payable or receivable *Account Move Line* +using the ``Pay Lines`` action. The amount is computed from the debit/credit +deducing existing payments for this line. + +Direct debit payments can be created from the wizard ``Create Direct Debit`` +for all the parties that are configured with at least one *Direct Debits* +record. + +The payment can be in one of this states: + +* Draft + + The payment is in preparation. + +* Submitted + + The payment has been submitted and is waiting approval or to be processed. + +* Approved + + The payment has been approved and is waiting to be processed by the wizard in + a Group. + +* Processing + + The payment has been processed in a Group. + +* Succeeded + + The payment was successfully processed. + +* Failed + + The payment was not successfully processed. + +Group +***** + +A group links a set of payment of the same kind processed together inside the +same journal. + +Journal +******* + +A journal defines the configuration of the processing of payments. + + +%prep +%autosetup -n trytond-account-payment-6.8.0 + +%build +%py3_build + +%install +%py3_install +install -d -m755 %{buildroot}/%{_pkgdocdir} +if [ -d doc ]; then cp -arf doc %{buildroot}/%{_pkgdocdir}; fi +if [ -d docs ]; then cp -arf docs %{buildroot}/%{_pkgdocdir}; fi +if [ -d example ]; then cp -arf example %{buildroot}/%{_pkgdocdir}; fi +if [ -d examples ]; then cp -arf examples %{buildroot}/%{_pkgdocdir}; fi +pushd %{buildroot} +if [ -d usr/lib ]; then + find usr/lib -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/lib64 ]; then + find usr/lib64 -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/bin ]; then + find usr/bin -type f -printf "/%h/%f\n" >> filelist.lst +fi +if [ -d usr/sbin ]; then + find usr/sbin -type f -printf "/%h/%f\n" >> filelist.lst +fi +touch doclist.lst +if [ -d usr/share/man ]; then + find usr/share/man -type f -printf "/%h/%f.gz\n" >> doclist.lst +fi +popd +mv %{buildroot}/filelist.lst . +mv %{buildroot}/doclist.lst . + +%files -n python3-trytond-account-payment -f filelist.lst +%dir %{python3_sitelib}/* + +%files help -f doclist.lst +%{_docdir}/* + +%changelog +* Mon May 15 2023 Python_Bot <Python_Bot@openeuler.org> - 6.8.0-1 +- Package Spec generated @@ -0,0 +1 @@ +f1959cfd73de6f996c4614e0fe474630 trytond_account_payment-6.8.0.tar.gz |
