https://github.com/arteria/python-payment-slip
Function for generating ESR-numbers for orange swiss payment slips (so called "Oranger Einzahlungsschein").
https://github.com/arteria/python-payment-slip
Last synced: 9 months ago
JSON representation
Function for generating ESR-numbers for orange swiss payment slips (so called "Oranger Einzahlungsschein").
- Host: GitHub
- URL: https://github.com/arteria/python-payment-slip
- Owner: arteria
- License: bsd-3-clause
- Created: 2014-02-26T21:22:36.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-12-08T13:12:41.000Z (about 11 years ago)
- Last Synced: 2025-02-18T07:40:19.354Z (10 months ago)
- Language: Python
- Size: 195 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-payment-slip
Function for generating ISR-numbers for Orange inpayment slip (ISR), so called "Oranger Einzahlungsschein" (ESR/ESR+).
## Installation
### From the global PyPI
pip install python-paymentslip
## Usage
import payment_slip.esr as esr
print esr.generateCodeline("01", "4378", "85", ">", "94476300000000128001105152", "+", "01200027", ">")
## More info
* PostFinance details about the [Orange inpayment slip](https://www.postfinance.ch/en/biz/prod/pay/debsolution/inpayref/detail.html)