-
Notifications
You must be signed in to change notification settings - Fork 25
Conversation
Conflicts: src/ralph_pricing/forms.py
=== | ||
API | ||
=== | ||
For improve usage and communication with scrooge we prepared api. Currently, there is only push api implemented and use to pushing usages data by services. In the future we plan create pull api for getting report data for single venture/service. For communication with API we use JSON as a message formant and REST API for maintenance of communication standards. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
... and can be used to push usages data ...
.. message format ...
Overview | ||
======== | ||
|
||
What is Scrooge? The simple answer for this question is "Billing system for corporations". How it works? Spread the cost of devices, energy, network etc. to the clients. For example, if you are CO or main accountant of huge company where there is many devices, projects and people, probably you need to know how many resources is used by each of team or worker. Maybe you need charge some people or just need financial statements for make any important decision. It is no metter why you need financial statement, scrooge give you it but the first thing you need to know the scrooge is not any excel, word or advanced calculator, scrooge works on data collected from many devices or supply by many people. It is some kind of system to calculate and display results of collected or supplied data with many additional feature that make it easier to use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does it work?
... there are many devices..
.. you need to charge..
scrooge -> Scrooge
you need to know is that Scrooge is neither excel nor advanced calculator - Scrooge works ..
many additional features
|
||
Second goal of scrooge is flexibility of system. Look on the picture and find each cloud where description starts on "report". So? there are two places, one of them is for collets data and second one is for generating reports. Thats mean that we not impose one way or logic to generate or collect data. Of course, we have suggested usage but it is not required. There is a couple of rules how to communicate plugins with core but algorithm of collects or report data is yours. | ||
|
||
As you probably know, all financial statements must be historical imprinted as subtitles carved into the rock. Scrooge contains his own database where each of incomming data are collected and imprinted forever in the basic form. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
each of incoming data is collected
Apply to every file: |
Chłopacy, ten gramar jest paskudny, zróbcie coś z tym. To nawet nie angielski tylko jakiś Bombajski |
Overview | ||
======== | ||
|
||
What is Scrooge? The simple answer for this question is "Billing system for corporations". How does it work? Spread the cost of devices, energy, network etc. to the clients. For example, if you are CO or main accountant of huge company where there are many devices, projects and people, probably you need to know how many resources is used by each of team or worker. Maybe you need to charge some people or just need financial statements for make any important decision. It is no metter why you need financial statement, Scrooge give you it but the first thing you need to know is that Scrooge is neither excel nor advanced calculator, Scrooge works on data collected from many devices or supply by many people. It is some kind of system to calculate and display results of collected or supplied data with many additional features that make it easier to use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
for corporations?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
spread ... ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wszyscy wiedzą jak działa system bilingowy
api description updated
documentation improvement (mainly grammar)
Conflicts: README.rst
In progress....