The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/printthread.php(287) : eval()'d code 2 errorHandler->error
/printthread.php 287 eval
/printthread.php 117 printthread_multipage



UserSpice
using usercake for invoice system need advice - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Miscellaneous (https://userspice.com/forums/forumdisplay.php?fid=28)
+--- Forum: Off-topic Discussions (https://userspice.com/forums/forumdisplay.php?fid=10)
+--- Thread: using usercake for invoice system need advice (/showthread.php?tid=118)

Pages: 1 2


using usercake for invoice system need advice - ohostme16 - 04-07-2016

I was trying to implement jeasyui but had issues with it it just styles the inputs and buttons at the moment, I do acknowledge the code needs a tidy up.

The data I load by Ajax is loaded before the JavaScript calculation takes place or is suppose to take place.

The Ajax calls the price input populated with mysql data with the price of the requested plan that is chosen from a select also populated by mysql data based on reseller username and Id.

Therefore the price data is there before the calculation is requested.

Maybe there is an easier way I could do this?


using usercake for invoice system need advice - astropos - 04-08-2016

Perhaps not easier - but definitive....

Break it down to just the form and the processing, no AJAX, no JS.

Can you make it work with traditional UserCake/UserSpice 'clunk click' in-page processing?