Installation guide
Welcome to the Brutal Billing installation guide, here you can learn how to completely install our asset.
Asset download
Upload the SQL
CREATE TABLE IF NOT EXISTS `brutal_billing` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`refId` varchar(50) NOT NULL DEFAULT '',
`status` tinyint(4) NOT NULL DEFAULT 0,
`author` varchar(50) NOT NULL DEFAULT '',
`reason` varchar(50) NOT NULL DEFAULT '',
`note` varchar(50) NOT NULL DEFAULT '',
`price` int(11) NOT NULL DEFAULT 0,
`dateOfIssue` int(11) NOT NULL DEFAULT 0,
`deadline` int(11) NOT NULL DEFAULT 0,
`owner` varchar(46) DEFAULT NULL,
`society` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_hungarian_ci;Asset positioning
Setting up the Webhook

Setting the loaded event

Checking the Config file
Most important steps
Editing framework
If you got any error
Last updated
