Share My Creation House Rental WebApp using BVAD3 [NOW FREE]

Ola

[BANanoVuetifyAD3] Legacy projects that DO NOT use the abstract designer Now FREE


UPDATE: PLEASE RUN THIS EXERCISE FIRST
BVAD3 Connection Tester

Update: Please keep watch of the BVAD3 library as this gets updated from time to time.

Here is source code for a House Rental App for a small donation of $8. Below are the features of the app

1. Create user profiles
2. Sign Up/ Sign In functionality
3. Make Reservations
4. View Reservations on a Calendar
5. Print Reservations to PDF report.
6. Backend is SQLite using PHP.




PayPal

The paypal email address is [email protected].

Running it


Please email me at [email protected] for more details. You can use the Donate button below for purchase or the PayPal email above.

When you receive your source code.

1. Ensure you have the latest version of BANano
2. Extract and run BANanoVuetifyAD3 and run it in release mode. DO NOT COMPILE TO JAR. This will create a b4xlib on your external libraries folder
3. On your webserver, ensure that the sqlite3 extension is activated.
4. Extract and run "TheHotel" b4j app. Please note this is setup to write the webapp to "C:\laragon\www", you can change that on the Main Module.
5. You can use admin for both username and password to login.

You can get Laragon here.

All the best. & Thank you for your support.

Enjoy!

Reference

BANanoVuetifyAD3
 
Last edited:

ilan

Expert
Licensed User
Longtime User
after trying it i must say it is really professional. i really like what you have done. congrats! i recommend everyone to get it!

i have never worked with b4ananno before. so what i see is you are creating the webpage and all script files and it can run by itself. my web apps work differently. more like nodejs where the server is running and you communicate with it and create the content in real-time. i need more days to investigate how everything works but looks awesome!

good job @Mashiane
 

ilan

Expert
Licensed User
Longtime User
hi, i accidently lost the download link. can you please send it again to me?

thanx
 

Gerhard Schindler

Member
Licensed User
Ola

UPDATE: PLEASE RUN THIS EXERCISE FIRST
BVAD3 Connection Tester

Update: Please keep watch of the BVAD3 library as this gets updated from time to time.

Here is source code for a House Rental App for a small donation of $8. Below are the features of the app

1. Create user profiles
2. Sign Up/ Sign In functionality
3. Make Reservations
4. View Reservations on a Calendar
5. Print Reservations to PDF report.
6. Backend is SQLite using PHP.




PayPal

The paypal email address is [email protected].

Running it


Please email me at [email protected] for more details. You can use the Donate button below for purchase or the PayPal email above.

When you receive your source code.

1. Ensure you have the latest version of BANano
2. Extract and run BANanoVuetifyAD3 and run it in release mode. DO NOT COMPILE TO JAR. This will create a b4xlib on your external libraries folder
3. On your webserver, ensure that the sqlite3 extension is activated.
4. Extract and run "TheHotel" b4j app. Please note this is setup to write the webapp to "C:\laragon\www", you can change that on the Main Module.
5. You can use admin for both username and password to login.

You can get Laragon here.

All the best. & Thank you for your support.

Enjoy!

Reference

BANanoVuetifyAD3
Why does this app work with bvad3 version 6.04 but not with the last version 6.05?
 

Mashiane

Expert
Licensed User
Longtime User
I am using BANano 7.35 and BVAD3 7.30
Hi, thank you for your interest.

Please note that this is legacy code and some of the coding methodologies being used are no longer recommended / removed in 7.30. This is with emphasis to how the VueElement is being used.
The version of BVAD3 that's works with this project is 604 as version 7.30 is no longer compatible with legacy code.

With that said, this is what one can learn from the source code.

NB: This project DOES NOT use the abstract designer as everything is done via code.

1. Using the VueElement to create any component
2. Creating VueDataTables via code
3. Creating Dialogs/Forms via code
4. Building the navigation drawer via code.
5. Using the BANanoSQLiteE (SQLite PHP) via code
6. Building GRIDS via code e.g AddRow / AddColumn
7. Exporting DataTable to PDF via code

And yes, the code runs, but works with BVAD3 604, which is also available.

Kind Regards
 

NGUYEN TUAN ANH

Active Member
Licensed User
Hi, thank you for your interest.

Please note that this is legacy code and some of the coding methodologies being used are no longer recommended / removed in 7.30. This is with emphasis to how the VueElement is being used.
The version of BVAD3 that's works with this project is 604 as version 7.30 is no longer compatible with legacy code.

With that said, this is what one can learn from the source code.

NB: This project DOES NOT use the abstract designer as everything is done via code.

1. Using the VueElement to create any component
2. Creating VueDataTables via code
3. Creating Dialogs/Forms via code
4. Building the navigation drawer via code.
5. Using the BANanoSQLiteE (SQLite PHP) via code
6. Building GRIDS via code e.g AddRow / AddColumn
7. Exporting DataTable to PDF via code

And yes, the code runs, but works with BVAD3 604, which is also available.

Kind Regards
Thanks for your reply
 

Mashiane

Expert
Licensed User
Longtime User
Thanks for your reply
You are welcome... as noted the source code now free. You can download it from.


Enjoy and all the best!
 
Top