mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
New Feature: Added Hourly Rate to Client
This commit is contained in:
3
db.sql
3
db.sql
@@ -220,6 +220,7 @@ CREATE TABLE `clients` (
|
||||
`client_type` varchar(200) DEFAULT NULL,
|
||||
`client_website` varchar(200) DEFAULT NULL,
|
||||
`client_referral` varchar(200) DEFAULT NULL,
|
||||
`client_rate` decimal(15,2) DEFAULT NULL,
|
||||
`client_currency_code` varchar(200) NOT NULL,
|
||||
`client_net_terms` int(10) NOT NULL,
|
||||
`client_notes` text DEFAULT NULL,
|
||||
@@ -1468,4 +1469,4 @@ CREATE TABLE `vendors` (
|
||||
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
|
||||
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
|
||||
|
||||
-- Dump completed on 2023-03-18 15:21:29
|
||||
-- Dump completed on 2023-03-28 15:29:24
|
||||
|
||||
Reference in New Issue
Block a user