What is the JobCards script called from SelectCustomer.php #871
Replies: 4 comments 5 replies
-
|
Hi Andrew, This was written by Heinrich Steuber (aka mrsolar) back in 2012. Not sure why, or by whom it was removed. I can send you a copy by email for you to look at if you want? Tim |
Beta Was this translation helpful? Give feedback.
-
Is it possible JobCards.php was never included in webERP? I searched the repo using the GitHub UI but it semed a file with that name had never been committed although it was linked in SelectCustomer.php. I also checked out the repo at the Jan 1, 2013 commit and did not find JobCards.php. It certainly seems the script could have benefit. What is the legal status of the file? Can it be include webERP? Can you explain the purpose to me and I can create an equivalent? (white-box copying). Imho webERP should be a "no-batteries-required" system, and if a script is referenced in the code then it should be included - or at least a template that I could adapt. |
Beta Was this translation helpful? Give feedback.
-
|
Upon review of the AQL and PHP Tim sent me, I don't see anything here that anybody is 'missing out on'. My recommendation is to remove the call to it from SelectCustomer.php and move on. I never used, saw or even knew about this script or the call that failed and I started using it in 2013. Looks like a task checklist for a customer of some sort. I have the SQL and the main PHP but there are calls to functions that do not exist in the coed base either. |
Beta Was this translation helpful? Give feedback.
-
|
Issue #872 created to specifically remove the invalid link from SelectCustomer.php. General discussion of whether or not a Job Board / Job Card feature has benefit can continue here (but regardless of whether there might be a bnefit, the link to a nonexistant JobCard.php still needs removing). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There is an option when viewing a Customer/Debtor (In the "Transactions" section) called Job Cards. It points to JobCards.php but that doesn't exist in the codebase?
Interested to know if this is somebody's custom development and what it does (mostly from an interest perspective).
Beta Was this translation helpful? Give feedback.
All reactions