(Request) Repairer - Repair Shop Management System With Point Of Sale 3.5

ashish thaker

Active member
May 2, 2019
200
31
43
great but I cannot seem to get it to display the reparations list, hangs as if searching – everything else seems great.



open themes/adminlte/views/reparation/index.php

change function on line 79-87 from





function formatPayments(x) {
payments = x.split(',');
paid = "";
$.each(payments, function(x, payment){
pay = payment.split('____');
paid += pay[0] + ": " + formatMyDecimal(pay[1]) + "\n";
});
return paid;
}




to change





function formatPayments(x) {
if (x) {
payments = x.split(',');
paid = "";
$.each(payments, function(x, payment){
pay = payment.split('____');
paid += pay[0] + ": " + formatMyDecimal(pay[1]) + "\n";
});
return paid;
}
return 0;
same issue is there...!!

coz you have suggested for payment issue but i am getting issue with add item..!!
 

triosoft

New member
Oct 11, 2019
7
0
3
The value on frontend service check shows 4 zeros at the end (un-neccessary) problem



1599226346900.png


please goto themes/adminlte/home.php. on line 75.

change the grand total from

jQuery('#grand_total').html("<?= $settings->currency; ?> "+data.grand_total);


to >>>>


jQuery('#grand_total').html("<?= $settings->currency; ?> "+(parseFloat(data.grand_total)).toFixed(2));



line breaks for comment and diagnostics field is what i was after do you have a quick fix?


goto themes/adminlte/views/_base/head.php

after line 153. n script tags add this

jQuery(document).on("keyup", "textarea", function (event) {
if (event.which==13) {
$(this).val($(this).val() + "\n")
}
});



me the barcode not print

Please follow this guide open application/config/config.php and replace

$config['composer_autoload'] = TRUE;

with

$config['composer_autoload'] = FCPATH.'vendor/autoload.php';

on line 140

TIP for some users: Open your .htaccess and put this line in the head of your .htaccess:

<filesMatch ".(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
</filesMatch>


It’s speedup the page

others tips: open your

rms_pos\application\config\database.php

and you put some extra options like add random
MySql port ‘port’ => ‘3307’, and try the option ‘cache_on’ => TRUE, set it to TRUE

you see your website going faster than before;)

before and after the test change! I when from score 73 to 98 WoW;)

There are 3 templates for invoices which can be edited in themes/adminlte/views/templates/invoice_*.php you can change/add whatever you want.

if you have any HTML/PHP knowledge you can do it yourself, otherwise you will need to hire a developer. or otherwise, we can also customize for you.





 

triosoft

New member
Oct 11, 2019
7
0
3
[QUOTE = "ashish thaker, post: 251502, tag: 23450"]
ugyanaz a kérdés van ... !!

coz, amelyet fizetési kérdésre javasoltál, de problémát kapok a cikk hozzáadásával .. !!
[/IDÉZET]





continued work problem..... wait
 

ashish thaker

Active member
May 2, 2019
200
31
43
[QUOTE = "ashish thaker, post: 251502, tag: 23450"]
ugyanaz a kérdés van ... !!

coz, amelyet fizetési kérdésre javasoltál, de problémát kapok a cikk hozzáadásával .. !!
[/IDÉZET]





continued work problem..... wait
waiting for your favor please...!!
 

hewiviy286

New member
Sep 20, 2022
4
0
1

Repairer-Repair Shop Management System With Point Of Sale 3.5 cannot add item, not showing items.​

1663699771867.png
 

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu