Difference between revisions of "Accounting"

From Kolmisoft Wiki
Jump to navigationJump to search
 
(54 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Accounting in MOR is implemented to keep track of all payment activity. Also it is possible to create various services make subscriptions for them and generate invoices for the clients.
= Description =


= Services =  
Accounting is implemented to keep track of all payment's activity. It is also useful if you want to create a service, subscribe user to the service and generate invoices for the clients. Only Admin, Reseller/Reseller PRO and Accountant with permission can see this menu.
<br><br>
= Usage =


Service is product which can be sold to the client. That can be various types of services. For example:
Go to '''SETTINGS –> Accounting''':  
 
<br><br>
* Monthly fee
[[File:accounting-menu.png]]
* Line rent
<br><br>
* Phone rent
* '''[[Services]]''' is a product that can be sold to the client.
* Internet plan
** '''[[Subscriptions]]''' user can subscribe to a service.
 
* '''[[Invoices]]''' – it is information about how much user has to pay and what it has to pay for.  
You can create unlimited number of Services. All of them can be found in '''SETTINGS – Accounting – Services''':
* '''[[Credit notes]]''' – it is the opposite of the invoice. It shows how much user's balance increased.
 
* '''Financial statements''' – include information about credit notes and invoices.
[[Image:services_list.png]]
* '''[[Payments]]''' – payment is created when a user pays the system owner for some service.
 
<br><br>
 
= From Accountant =
== Service types ==
* Accountant needs '''See Financial Data''' [http://wiki.kolmisoft.com/index.php/Accountant_permissions permission] to access Accounting menu and also additional settings for specific pages. For example Invoices permission to access '''SETTINGS –> Accounting –> Invoices'''.  
 
<br><br>
* '''Periodic fee per month''' - user is charged every month for this service
= See Also =
* '''One time fee''' - user is charged only once for this service
* '''[[Flat-Rates]]''' - user is charged every month for this service and can dial some amount of minutes to some destinations
 
 
 
= Subscriptions =
 
Users can subscribe for some services. When they do so – they get Subscription for some service. Subscriptions for the services can be found for each user in Users main window by pressing icon [[Image:icon_subscriptions.png]] for some selected user:
 
[[Image:subscriptions_list.png]]
 
 
Subscription can have some Memo (if you sell DID for example you can write it's number here). Also it has important fields – '''Activation start''' and '''Activation end'''. This data interval will be billed in invoice. E.g. date before and after of this interval will not be billed.


You can add/edit/delete subscriptions for user.
* [[Services]]
 
* [[Subscriptions]]
It is not recommended to delete them – otherwise user will not be billed for that subscription. If user stops using this service – make '''Activation end''' value to the date when he does it.
 
NOTE: service is billed from Activation Start till Activation End. And from invoice period start till end. Time period which fits in both previous periods is actual period which will be billed.
 
 
 
== Subscription calculation ==
 
 
Subscriptions are calculated by following rules:
 
 
* When Subscription is assigned to Prepaid user - price for first month is deducted from its balance instantly (and appropriate Payment with type = subscription is created)
** If Prepaid user does not have enough balance to cover this subscription - subscription fails
* When Subscription is assigned to Postpaid user - no changes are made to his balance instantly
 
 
Every month day 1, 00:00:00 action is executed which does such calculations:
 
 
* Blocked users are skipped
* For Prepaid users balance subtracts price for Subscription for this new month
** If Prepaid users balance becomes negative - this user is blocked and receive notification email (and his owner)
* For Postpaid users balance subtracts price for Subscription for previous month
** If Postpaid users balance + credit < 0 then he is blocked and receives notification email (and his owner)
 
 
<br><br>
----
See also:
* [[Invoices]]
* [[Invoices]]
* [[Credit notes]]
* [[Payments]]

Latest revision as of 10:10, 26 June 2013

Description

Accounting is implemented to keep track of all payment's activity. It is also useful if you want to create a service, subscribe user to the service and generate invoices for the clients. Only Admin, Reseller/Reseller PRO and Accountant with permission can see this menu.

Usage

Go to SETTINGS –> Accounting:

Accounting-menu.png

  • Services – is a product that can be sold to the client.
  • Invoices – it is information about how much user has to pay and what it has to pay for.
  • Credit notes – it is the opposite of the invoice. It shows how much user's balance increased.
  • Financial statements – include information about credit notes and invoices.
  • Payments – payment is created when a user pays the system owner for some service.



From Accountant

  • Accountant needs See Financial Data permission to access Accounting menu and also additional settings for specific pages. For example Invoices permission to access SETTINGS –> Accounting –> Invoices.



See Also