mirror of
https://github.com/Karaka-Management/Organization-Guide.git
synced 2026-02-11 01:58:40 +00:00
Removing implemented ideas
This commit is contained in:
parent
6809dbe5a4
commit
6be7bf114e
38
ideas.md
38
ideas.md
|
|
@ -7,42 +7,4 @@
|
||||||
1. Maybe make sidebar tabbed 3-4 tabs at the top?
|
1. Maybe make sidebar tabbed 3-4 tabs at the top?
|
||||||
2. Allow child elements on hover (for content navigation only?!)
|
2. Allow child elements on hover (for content navigation only?!)
|
||||||
3. Mark links as dynamic request
|
3. Mark links as dynamic request
|
||||||
4. Create l6 and l7 for navigation elements
|
|
||||||
|
|
||||||
## Accounting
|
|
||||||
1. Sales receipt transfer
|
|
||||||
2. Purchase receipt transfer
|
|
||||||
3. Cost Center
|
|
||||||
* List (Range)
|
|
||||||
* View
|
|
||||||
4. Cost Object
|
|
||||||
* List (Range)
|
|
||||||
* View
|
|
||||||
5. Single-Entry Accounting
|
|
||||||
* List
|
|
||||||
* Create
|
|
||||||
6. Double-Entry Accounting
|
|
||||||
* List
|
|
||||||
* Create
|
|
||||||
7. Balance
|
|
||||||
1. Monthly
|
|
||||||
* Create
|
|
||||||
* Show
|
|
||||||
2. Quarterly
|
|
||||||
* Create
|
|
||||||
* Show
|
|
||||||
3. Yearly
|
|
||||||
* Create
|
|
||||||
* Show
|
|
||||||
|
|
||||||
## Production
|
|
||||||
1. Status
|
|
||||||
2. Create Process
|
|
||||||
|
|
||||||
## Marketing
|
|
||||||
1. Sales analysis
|
|
||||||
2.
|
|
||||||
|
|
||||||
## Human Resources
|
|
||||||
1. Clocking
|
|
||||||
2. Payroll
|
|
||||||
|
|
|
||||||
71
todo.md
Normal file
71
todo.md
Normal file
|
|
@ -0,0 +1,71 @@
|
||||||
|
# Framework
|
||||||
|
|
||||||
|
## Button injection
|
||||||
|
|
||||||
|
- [ ] Fix button injection (e.g. report export to excel)
|
||||||
|
|
||||||
|
## ModuleFactory, ModuleManager & Dispatcher
|
||||||
|
|
||||||
|
- [ ] Don't store modules in every class put them only in one and share them? Dispatcher may need them?
|
||||||
|
|
||||||
|
## Datamapper
|
||||||
|
|
||||||
|
- [ ] Cleanup
|
||||||
|
- [ ] Newest should support limit and return array
|
||||||
|
|
||||||
|
## QueryBuilder & Grammar
|
||||||
|
|
||||||
|
- [ ] Implement joins
|
||||||
|
|
||||||
|
# Modules
|
||||||
|
|
||||||
|
## Business
|
||||||
|
|
||||||
|
- [ ] Fix positions
|
||||||
|
- [ ] Rename to Organization
|
||||||
|
- [ ] Maybe make Departments, Units, Positions as madules???
|
||||||
|
|
||||||
|
## Production
|
||||||
|
|
||||||
|
- [ ] Add articles view (list & create)
|
||||||
|
|
||||||
|
## Tasks
|
||||||
|
|
||||||
|
- [ ] Adjust Tasks tables
|
||||||
|
- [ ] Create datamapper
|
||||||
|
- [ ] Tasks should support cron like schedules?!
|
||||||
|
|
||||||
|
## PersonnelTimeManagement
|
||||||
|
|
||||||
|
- [ ] Adjust tables
|
||||||
|
- [ ] Create datamapper
|
||||||
|
|
||||||
|
## Charts
|
||||||
|
|
||||||
|
### Charts types
|
||||||
|
|
||||||
|
- [ ] Pie Chart
|
||||||
|
- [ ] Area Chart
|
||||||
|
- [ ] Stacked Chart
|
||||||
|
- [ ] Mixed Chart
|
||||||
|
- [ ] Bar Chart
|
||||||
|
- [ ] Column Chart
|
||||||
|
- [ ] Bubble Chart
|
||||||
|
|
||||||
|
### Features
|
||||||
|
- [ ] Create chart based on settings
|
||||||
|
- [ ] Auto-resize chart (careful there are different types of resizes, not all need to result in a window resize)
|
||||||
|
|
||||||
|
## Reporter
|
||||||
|
|
||||||
|
- [ ] Newest should be overwritten in Reporter mapper (newest by template)
|
||||||
|
|
||||||
|
# Tests
|
||||||
|
|
||||||
|
- [ ] Implement code coverage with xdebug
|
||||||
|
|
||||||
|
## Framework
|
||||||
|
|
||||||
|
- [ ] Create Math test
|
||||||
|
- [ ] Model test
|
||||||
|
- [ ] Module test
|
||||||
Loading…
Reference in New Issue
Block a user