Symbianize Forum

Most of our features and services are available only to members, so we encourage you to login or register a new account. Registration is free, fast and simple. You only need to provide a valid email. Being a member you'll gain access to all member forums and features, post a message to ask question or provide answer, and share or find resources related to mobile phones, tablets, computers, game consoles, and multimedia.

All that and more, so what are you waiting for, click the register button and join us now! Ito ang website na ginawa ng pinoy para sa pinoy!

Libre pagawa ng System [Web Based Only]

Status
Not open for further replies.
Been following this thread and hopefully can get a copy of codes, im learning web development using Laravel and this might give me a good example to try.. Keep it up, TS

source code already posted
but i dont use blade for laravel
but you can convert vue js component to laravel blade
 
source code already posted
but i dont use blade for laravel
but you can convert vue js component to laravel blade

Copy Sir, bago pa kasi ako sa web development kaya aralin ko maigi to.. Will be following til matapos ung web, hitted thanks.
 
gusto ko sana magpagawa pero sir format lang po ang ipapagawa ko. printable/editable. willing to pay din po ako. meron kasi akong receipt printer pero wala akong pos. gusto ko lang sana magaya yung format ng receipt ng gasoline stations, di ko kasi makuha exact font style kapag microsoft word ang gamit ko. sana matulungan nyo ko sir. thanks
 
good day! sir pwede po patulong paano i setup ang database wala kasi sql... paganahin ko sana sa xampp... tnx
 
good day! sir pwede po patulong paano i setup ang database wala kasi sql... paganahin ko sana sa xampp... tnx

generate ka lang ng .env file
then lagay mo lang si database name mo dun


Update:
[!] Business Clearance CRUD Added
[!] Print Business Clearance
[!] System Settings Done



- - - Updated - - -

gusto ko sana magpagawa pero sir format lang po ang ipapagawa ko. printable/editable. willing to pay din po ako. meron kasi akong receipt printer pero wala akong pos. gusto ko lang sana magaya yung format ng receipt ng gasoline stations, di ko kasi makuha exact font style kapag microsoft word ang gamit ko. sana matulungan nyo ko sir. thanks

pag isipan ko
 
Napakalaking tulong nito sir, following din ako nito. pati ung gawa na system ni sir using visual studio. waiting pa rin ako kung. maraming salamat tlga sir.
 
sir pwede po pagawa ng system like angkas or lalamove?
 
mukang busy si TS, anyway anyone can lead me how to run this site? I already installed xammp and vs code, gusto ko sana makita ung GUI nia. Salamat
 
mukang busy si TS, anyway anyone can lead me how to run this site? I already installed xammp and vs code, gusto ko sana makita ung GUI nia. Salamat

pasensya na may sakit lang

to run this app you should install node.js and composer

first go to google and search "node.js and composer"
download and install it

after that if you have gitbash you can clone the project in github or you can download it directly but its not recommended
becuase if i made changes in the system
you can pull it using gitbash

next is open project folder
gitbash - Right click inside project folder and open gitbash and type "composer install"
non gitbash - Shift + Right click inside project folder and click "Open Power Shell.." and type composer install

after installing composer in laravel project

Edit:
type on gitbash or powershell "php artisan migrate:fresh --seed" or "php artisan migrate --seed"

type on gitbash or powershell "php artisan serve"
and go to browser and type "localhost:8000"

question: what if port 8000 is already used?
answer: you can change port by typing --port=<port number>
ex. php artisan serve --port=1234 (the port now is 1234)
now go to your broswer and type "localhost:1234"

question: i add code in component but nothing happen
answer: open new gitbash/power shell in your project and type "npm run watch"
 
Last edited:
pasensya na may sakit lang

to run this app you should install node.js and composer

first go to google and search "node.js and composer"
download and install it

after that if you have gitbash you can clone the project in github or you can download it directly but its not recommended
becuase if i made changes in the system
you can pull it using gitbash

next is open project folder
gitbash - Right click inside project folder and open gitbash and type "composer install"
non gitbash - Shift + Right click inside project folder and click "Open Power Shell.." and type composer install

after installing composer in laravel project
type on gitbash or powershell "php artisan serve"
and go to browser and type "localhost:8000"

question: what if port 8000 is already used?
answer: you can change port by typing --port=<port number>
ex. php artisan serve --port=1234 (the port now is 1234)
now go to your broswer and type "localhost:1234"

question: i add code in component but nothing happen
answer: open new gitbash/power shell in your project and type "npm run watch"

is it just me, who cant access yung composer website? anyway im using work office internet, haven't tried ung sa bahay kaya napalitan gumamit ng VPN to access that site.. i just thought down ung site nila, anyway thank you. i just installed previously everything before ung composer lang ayaw talaga un pala di ko maaccess site ng composer, ngaun ko lang realize need pa ng VPN..

hitted thanks

Update, may encounter ako problema while running php artisan serve.. SS attached

View attachment 379608
 

Attachments

  • Capture11.PNG
    Capture11.PNG
    40.7 KB · Views: 19
Last edited:
is it just me, who cant access yung composer website? anyway im using work office internet, haven't tried ung sa bahay kaya napalitan gumamit ng VPN to access that site.. i just thought down ung site nila, anyway thank you. i just installed previously everything before ung composer lang ayaw talaga un pala di ko maaccess site ng composer, ngaun ko lang realize need pa ng VPN..

hitted thanks

Update, may encounter ako problema while running php artisan serve.. SS attached

View attachment 1306946

double check your composer
if di mo pa na install si composer sa project
di gagana yan
 
Last edited:
Sir, baka pwede Point of Sale system.
mysql
 
Last edited:
double check your composer
if di mo pa na install si composer sa project
di gagana yan

i thought hindi na need install ung composer sa system folder dahil existing na yung application.. anyway just installed pero may problema na naman, sorry for being noob.

Hindi ko lam kung ung problema na lumabas sa git hbang install ko ung composer ang reason kung bakit ayaw gumana.

View attachment 379658
 

Attachments

  • 2.PNG
    2.PNG
    265.7 KB · Views: 19
Last edited:
i thought hindi na need install ung composer sa system folder dahil existing na yung application.. anyway just installed pero may problema na naman, sorry for being noob.

Hindi ko lam kung ung problema na lumabas sa git hbang install ko ung composer ang reason kung bakit ayaw gumana.

View attachment 1306994

mabigat kasi ung vendor na folder which is dun napupunta ung ung iniinstall na dependencies ng laravel
so inilagay sa .gitnore ung vendor folder name para bumaba ung file size

Note:
nakalimutan ko
pagkatapos mo pla ng "composer install"
bago ka amg serve
type mo muna sa gitbash/powershell "php artisan migrate:fresh --seed"

then serve mo na

default user/pass: admin/admin
 
Pwede pa try din ako sir subukukan ko implement sa barangay namin computer science fresh grad po ako want ko lang maka help sa barangay namin thanks
 
mabigat kasi ung vendor na folder which is dun napupunta ung ung iniinstall na dependencies ng laravel
so inilagay sa .gitnore ung vendor folder name para bumaba ung file size

Note:
nakalimutan ko
pagkatapos mo pla ng "composer install"
bago ka amg serve
type mo muna sa gitbash/powershell "php artisan migrate:fresh --seed"

then serve mo na

default user/pass: admin/admin

thank you sir sa pagiging matyaga, anyway new errors occured during migrating command

View attachment 379713

UPDATE:

Okay na pala Sir, edit ko ung database.php para magmatch sa sql ko.. Hitted thanks, but still unable to access ung site after successful migration..

View attachment 379714
 

Attachments

  • 4.PNG
    4.PNG
    151.8 KB · Views: 14
  • 3.PNG
    3.PNG
    154.5 KB · Views: 30
Last edited:
Status
Not open for further replies.
Back
Top Bottom