• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Advance Repair module for UltimatePOS

Advance Repair module for UltimatePOS 1.7

No permission to download
please update
Could you plz update?
tks in advance

V2.0 Mar 2, 2023​

  1. NEW: Compatible with Ultimate POS V5.0
  2. NEW: Added label printing option for repair job sheet in the view job sheet. Refer – Document Link
  3. NEW: Jobsheet label configuration options added to Repair> Settings > Job Sheet PDF tab.
  4. NEW: Jobsheet configuration options added to Repair > Settings > Job Sheet PDF tab
  5. IMPROVEMENT: Expected delivery date label was changed to the due date in the repair add/edit/view job sheet.
 
i uplode repair module after ulltimate pos ,not lod 500/server eroe
delate repair modul working ultimate
 

Attachments

  • Screenshot 2023-04-17 at 5.12.11 AM.png
    Screenshot 2023-04-17 at 5.12.11 AM.png
    62.4 KB · Views: 25
Could you please upload version 2.0 of Advance Repair module for UltimatePOS (With SaaS compatible)?

Thank you
 
Finially Repair 1.7 compatible with v5 ans 5.2

To do that follow these steps carfully or just download the zip file

A.
make sure Repair is set to true in the modules_statuses.json
if it is not there just a
"Repair": true to the lines

(modules_statuses.json is located in the root folder) included in zip

B.
locate and replace the following line with the given correct href link

1.
Modules\Repair\Resources\views\layouts\nav.blade.php
line 43

{{action('BrandController@index')}}
with
{{action([\App\Http\Controllers\BrandController::class, 'index'])}}

2.
Modules\Repair\Resources\views\job_sheet\create.blade.php
line 102

{{action('BrandController@create')}}
with
{{action([\App\Http\Controllers\BrandController::class, 'create'])}}

3.
Modules\Repair\Resources\views\layouts\nav.blade.php
line 39
and
Modules\Repair\Resources\views\layouts\partials\header.blade.php
line 3
and
Modules\Repair\Resources\views\repair\index.blade.php
line 54 ,119

{{action('SellPosController@create'). '?sub_type=repair'}}
with
{{action([\App\Http\Controllers\SellPosController::class, 'create']). '?sub_type=repair'}}

4.
Modules\Repair\Resources\views\job_sheet\create.blade.php
line 116
TaxonomyController@create
{{action([\App\Http\Controllers\TaxonomyController::class, 'create'])}}
 

Attachments

  • Repair1.7 compatible V5.zip
    180.7 KB · Views: 94
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock