The following warnings occurred:
Warning [2] Undefined array key "lockoutexpiry" - Line: 94 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 94 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "lockoutexpiry" - Line: 573 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 573 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $can_access_moderationqueue - Line: 749 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 749 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 889 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 889 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined array key "avatartype" - Line: 889 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 889 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined variable $awaitingusers - Line: 34 - File: global.php(956) : eval()'d code PHP 8.0.30 (Linux)
File Line Function
/global.php(956) : eval()'d code 34 errorHandler->error
/global.php 956 eval
/printthread.php 16 require_once
Warning [2] Undefined array key "style" - Line: 1021 - File: global.php PHP 8.0.30 (Linux)
File Line Function
/global.php 1021 errorHandler->error
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$lang_select_default - Line: 5196 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 5196 errorHandler->error
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/inc/functions.php 5233 build_theme_select
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "additionalgroups" - Line: 7360 - File: inc/functions.php PHP 8.0.30 (Linux)
File Line Function
/inc/functions.php 7360 errorHandler->error
/inc/functions.php 5216 is_member
/global.php 1021 build_theme_select
/printthread.php 16 require_once
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error
Warning [2] Undefined array key "showimages" - Line: 160 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 160 errorHandler->error
Warning [2] Undefined array key "showvideos" - Line: 165 - File: printthread.php PHP 8.0.30 (Linux)
File Line Function
/printthread.php 165 errorHandler->error



Forum
Taxes V1.0 (For all countries!) - Printable Version

+- Forum (https://theairlineproject.net/forum)
+-- Forum: Downloads (https://theairlineproject.net/forum/forumdisplay.php?fid=5)
+--- Forum: Addons (https://theairlineproject.net/forum/forumdisplay.php?fid=13)
+--- Thread: Taxes V1.0 (For all countries!) (/showthread.php?tid=1318)



Taxes V1.0 (For all countries!) - picoo000 - 01-27-2018

Hi guys! Today I present to you the "Corporation Income Tax" system. It took me a while to find all the data, but it's completely accurate and, to my knowledge, all the countries has been inserted to the stats.

Release notes v1.0:

- Added all possible Countries to the .xml file with realistic rates with data took from the data.SQLITE datasheet.
- Added 8 new entries to the data.SQLITE datasheet.
- Corrected Errors within the data.SQLITE datasheet.
- Added new flags for some countries.
- Initial Release.

Further updates may be created, but there is a chance that it will not be necessary.

- Dimensions: 300MB (included some of the rework of the Airport demand too, which will become obsolete after the next major release).

You can Download the .rar file Clicking HERE (Google Drive)!

Install Instructions:

- Download the .rar provided in the link above.
- Extract using WinRar to your Game destination Folder (for example C:/Program Files/TAPv2).
- If asked to overwrite the existing data, click YES.
- Start the game.
- Enjoy your new Corporate Tax included game. Smile

Have Fun guys! Smile


RE: Taxes V1.0 (For all countries!) - pjank42 - 01-27-2018

Hi,

nice work and thanks for the effort :-)

Regarding these two entries would it be possible to tell me where you added it:
- Added 8 new entries to the data.SQLITE datasheet.
- Corrected Errors within the data.SQLITE datasheet

Then I will include the changes in the game for next release - and I can't just replace it since I already did some changes on it :-)


RE: Taxes V1.0 (For all countries!) - picoo000 - 01-27-2018

(01-27-2018, 10:17 PM)pjank42 Wrote: Hi,

nice work and thanks for the effort :-)

Regarding these two entries would it be possible to tell me where you added it:
- Added 8 new entries to the data.SQLITE datasheet.
- Corrected Errors within the data.SQLITE datasheet

Then I will include the changes in the game for next release - and I can't just replace it since I already did some changes on it :-)

Yes, of course: The entries are 1013-1014 and from 323 i think to 329. Smile

The errors were caused by me, I had to re-upload the whole file becouse otherwise the game was crashing for a wrong date-time format... I left out a filed for null... Sad