@stssocialst-stp/fe-payroll 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.md +13 -0
- package/README.md +31 -0
- package/dist/index.es.js +6066 -0
- package/dist/index.es.js.map +1 -0
- package/dist/index.js +6101 -0
- package/dist/index.js.map +1 -0
- package/package.json +55 -0
package/LICENSE.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
The program users must agree to the following terms:
|
|
2
|
+
|
|
3
|
+
License notices
|
|
4
|
+
This program is free software: you can redistribute it and/or modify it under the terms of the GNU AGPL v3 License as published by the Free Software Foundation, version 3 of the License.
|
|
5
|
+
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU AGPL v3 License for more details www.gnu.org.
|
|
6
|
+
|
|
7
|
+
Disclaimer of Warranty
|
|
8
|
+
There is no warranty for the program, to the extent permitted by applicable law; except when otherwise stated in writing the copyright holders and/or other parties provide the program "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. Should the program prove defective, you assume the cost of all necessary servicing, repair or correction.
|
|
9
|
+
|
|
10
|
+
Limitation of Liability
|
|
11
|
+
In no event unless required by applicable law or agreed to in writing will any copyright holder, or any other party who modifies and/or conveys the program as permitted above, be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if such holder or other party has been advised of the possibility of such damages.
|
|
12
|
+
|
|
13
|
+
In case of dispute arising out or in relation to the use of the program, it is subject to the public law of Switzerland. The place of jurisdiction is Berne.
|
package/README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# openIMIS Frontend Payroll module
|
|
2
|
+
This repository holds the files of the openIMIS Frontend Payroll module.
|
|
3
|
+
It is dedicated to be bootstrap development of [openimis-fe_js](https://github.com/openimis/openimis-fe_js) modules, providing an empty (yet deployable) module.
|
|
4
|
+
|
|
5
|
+
Please refer to [openimis-fe_js](https://github.com/openimis/openimis-fe_js) to see how to build and and deploy (in developement or server mode).
|
|
6
|
+
|
|
7
|
+
The module is built with [rollup](https://rollupjs.org/).
|
|
8
|
+
In development mode, you can use `npm link` and `npm start` to continuously scan for changes and automatically update your development server.
|
|
9
|
+
|
|
10
|
+
[](https://www.gnu.org/licenses/agpl-3.0)
|
|
11
|
+
[](https://lgtm.com/projects/g/openimis/openimis-fe-tasks_management_js/alerts/)
|
|
12
|
+
|
|
13
|
+
## Main Menu Contributions
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Other Contributions
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
## Available Contribution Points
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## Dispatched Redux Actions
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
## Other Modules Listened Redux Actions
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
## Other Modules Redux State Bindings
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
## Configurations Options
|