SX_Demo/ ├── README.md ├── flutter/ (empty) ├── server/ │ ├── init.py │ ├── requirements.txt │ ├── test.db │ ├── DB/ │ │ ├── init.py │ │ ├── sxcustomer.py │ │ ├── sxinvoice.py │ │ ├── sxpatient.py │ │ ├── sxproduct.py │ │ └── sxuser.py │ └── REST/ │ ├── init.py │ └── auth.py ├── sxui/ │ ├── README.md │ ├── analysis_options.yaml │ ├── assets/ │ │ ├── login.jpg │ │ └── sx.png │ ├── flutter_01.png │ ├── pubspec.yaml │ ├── pubspec.lock │ ├── android/ │ ├── ios/ │ ├── linux/ │ ├── macos/ │ ├── web/ │ ├── windows/ │ └── lib/ │ ├── hierarchy.css │ ├── main.dart │ ├── flutter/ (empty) │ ├── Login/ │ │ └── Main/ │ │ ├── loginpage.dart │ │ └── main1.dart │ ├── ServerCommunicator/ │ │ ├── SXServerLogin.dart │ │ └── SXServerTemplate.dart │ └── app/ │ ├── constants.dart │ ├── ui.dart │ ├── Extensions/ │ │ ├── advanced_calendar.dart │ │ ├── dashboard_box.dart │ │ ├── hoverable_expanded_item.dart │ │ ├── hoverable_icon_text_item.dart │ │ ├── hoverable_stat_item.dart │ │ ├── hoverable_text_item.dart │ │ └── tab_properties.dart │ ├── MainDashboard/ │ │ ├── mainDash_Widget.dart │ │ └── Subs/ │ │ ├── Customers/ │ │ │ ├── add_customer.dart │ │ │ └── view_customer_profile.dart │ │ └── Operations/ │ │ ├── add_product.dart │ │ └── inventory.dart │ ├── Widgits/ │ │ ├── Billing/Billing.dart │ │ ├── Calendar/calendar.dart │ │ ├── Drivers/ │ │ │ ├── driver1.dart │ │ │ ├── driver2.dart │ │ │ ├── driver3.dart │ │ │ ├── driver4.dart │ │ │ └── driverSum.dart │ │ ├── Integrations/Integrations.dart │ │ ├── Log/log.dart │ │ ├── SalesSummary/salesSum.dart │ │ ├── Search/search.dart │ │ └── Setting/setting.dart │ ├── models/ │ │ ├── sub_item.dart │ │ └── tab_item.dart │ └── pages/ │ ├── bill_invoices_page.dart │ ├── cases_page.dart │ ├── flagged_page.dart │ ├── settings_page.dart │ └── sub_item_page.dart └── test.db
-
Notifications
You must be signed in to change notification settings - Fork 1
WillSoltani/SX_Demo
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Latest commit | ||||
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published