Membership: Difference between revisions

From base48
imported>Rmarko
imported>Rmarko
(link to payments format)
Line 10: Line 10:


Money should be transferred to the bank account, we mention on our web pages [http://www.base48.cz].
Money should be transferred to the bank account, we mention on our web pages [http://www.base48.cz].
This bank transfer must follow rules mentioned lower (otherwise it will not be recognized by our automatized payment maintainer).
This bank transfer must follow rules mentioned on [[Payments_format]] (otherwise it will not be recognized by our automatized payment maintainer).
 
=== Format ===
It's not as complicated as it looks like ;)
 
==== Variable symbol (Variabilní symbol, VS) ====
This field must contain your ''memberID''. Register on https://m.base48.cz to get it.
 
==== Message for recipient (Zpráva pro příjemce) ====
This field serves as a payment identification (which period you are paying for) and has mandatory
format (case-insensitive), use one of (strftime syntax):
* '''%Y/%m'''
* '''%Y/%m-%m'''
 
You can chain this specifications (combine them). %Y means year (4 digit number)
and %m means month (01-12).
 
Examples:
 
===== '''correct''' =====
* '''2012/01'''
* '''2012/1-5'''
* '''2011/12 2012/1-02'''
 
===== incorrect =====
* '''2011-jan''' (correct is '''2011/1''')
* '''2011/12-02''' (correct is: '''2011/12 2012/1-2''')
* '''11/01-03''' (correct is: '''2011/1-3''')
 
===== n.b. =====
There is also possibility to type in this field "''clensky prispevek''" - use this for standing orders (cz: trvalý příkaz).
Payment arrival date then serves as a payment identification (which period you are paying for).
F.e. if we receive your payment on January 10th 2012, you will be in for january 2012.
 
==== Amount ====
See infromation above. The amount must correspond with what you gave in the "message for recipient".
 
=== Summary ===
The payment must have correct '''variable symbol''' (your ''memberID''), correct
payment specification in the field '''message for recipient''' (with proper payment specification)
and also must contain '''proper amount of money'''.
 
Thanks to these rules, we can manage payments automatically.
If there are any questions, ask ''nixie'' (or someone else) on our IRC channel.


=== See also ===
=== See also ===
* [[Legal]]
* [[Legal]]

Revision as of 15:57, 24 November 2012

Payments

We are non profit organization, we need to pay rent for our living (hacking) space and also we want to have some budget for byuing stuff for our hackerspace. Thus, we need membership payments. This page describes, how to pay.

Amount:

  • 400 Kč per month
  • 200 Kč per month (students)

Money should be transferred to the bank account, we mention on our web pages [1]. This bank transfer must follow rules mentioned on Payments_format (otherwise it will not be recognized by our automatized payment maintainer).

See also