• Guest did you know we are live since end 2019? Still going strong thanks to all of you!💪❤

QBCORE PA-billing (Nopixel 4.0) Last update 2024-7-20

i971

Member
Joined
Dec 7, 2023
Messages
22
Reaction score
14
Points
3
Credits
241
Nopixel 4.0 Billing System

Preview Link

the database

if you do not have credit text me at discord and a will tell you what a want (i971)

CREATE TABLE IF NOT EXISTS `pa_billing` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`paid` varchar(50) NOT NULL DEFAULT '0',
`owner` varchar(50) NOT NULL DEFAULT '0',
`price` int(17) DEFAULT NULL,
`receiver` varchar(50) DEFAULT NULL,
`title` varchar(50) DEFAULT NULL,
`type` varchar(50) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;


 
Last edited:

zekayro

Member
God VIP
Joined
Jan 16, 2024
Messages
16
Reaction score
2
Points
3
Credits
363
btw on this script if you go to "mybills" and scroll down so yo will stuck due a bug ,

fix :
go to qb-billing ---> html --> style.css

change it like this :

body {
display: block;
padding: 0;
margin: 0;
user-select: none;
background-color: transparent !important;
add this --> overflow-y: hidden;
 

i971

Member
Joined
Dec 7, 2023
Messages
22
Reaction score
14
Points
3
Credits
241
Billing Update
  • If you activate society from the jobs section, a commission will be added to the management account when an invoice is paid.
  • If the society is deactivated, a commission will be added to the invoice issuer's bank account when the invoice is paid.
 

Freedom

Administrator
God VIP
Joined
Apr 21, 2022
Messages
124
Reaction score
27
Points
28
Credits
27,495
I want a refund! This is a SCAM. Need access to download it!
I already PM him so it will be fixt. andif the are asking for permission its not tdirectly a scam so like we say in dutch . jonguh niet zo janken meteen anders uithuilen bij je moeder ;)
 

i971

Member
Joined
Dec 7, 2023
Messages
22
Reaction score
14
Points
3
Credits
241
guys sorry for the mistake I do not know that you need permission to access sorry guys and i fix it ❤️(any one need help with that just text me)
 

cyh_0316

Active member
Joined
Mar 4, 2024
Messages
68
Reaction score
5
Points
8
Credits
21
The plot twists in the script are unexpected and brilliantly executed.
 
Back
Top