cleaned up imports and using directives

This commit is contained in:
MassiveAtoms 2019-07-23 12:05:40 -03:00
parent 20648487f7
commit 9ae07dac0a
3 changed files with 401 additions and 7 deletions

BIN
graph.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 23 KiB

394
graph.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -14,12 +14,12 @@ Or click the build icon in vscode *shrugs*
######TO-DO List: ######TO-DO List:
- [x] Admin login - [x] Admin login
- [ ] Billing report menu - [x] Billing report menu
- [ ] Report from a specific month i.e. january - [x] Report from a specific month i.e. january
- [ ] Edit option in menu - [x] Edit option in menu
- [ ] Option to confirm edit after input - [x] Option to confirm edit after input
- [ ] Divide menu in sub menus - [x] Divide menu in sub menus
- [ ] Analytics of customer (e.g. # customers with 2-wheeler or list of customer and telephone numbers etc.) - [x] Analytics of customer (e.g. # customers with 2-wheeler or list of customer and telephone numbers etc.)
This is a graph of how everything is connected. This is a graph of how everything is connected.
If you need to add functionality that doesn't fall in any of these, and you're unsure of what to include, you can decide something like this: If you need to add functionality that doesn't fall in any of these, and you're unsure of what to include, you can decide something like this:
@ -37,5 +37,5 @@ Since customer also includes data, i don't have to include it again.
Last example: Last example:
![header includes](graph.png) ![header includes](graph.svg)