Difference between revisions of "POS (Point Of Sales)"

From InfiniteERP Wiki
Jump to: navigation, search
(Sales Order Tidak Balance)
(1. Struk dari Local tidak Masuk Ke Server)
Line 27: Line 27:
 
=== 1. Struk dari Local tidak Masuk Ke Server ===
 
=== 1. Struk dari Local tidak Masuk Ke Server ===
 
<pre>
 
<pre>
1. Cari struk yang belum masuk ke web di menu "Loss Bill" atau cek manual di menu bill today
+
1. Cari struk yang belum masuk ke web di menu "Loss Bill" atau cek manual di menu [https://pos.idolmart.co.id/#ad_table.html?fm=ce256b8c-2dfc-4bec-9185-1b809caaaa7f bill today]
 
2. sync manual bill yg tidak masuk dari PC local toko
 
2. sync manual bill yg tidak masuk dari PC local toko
 
   query : update pos_dsales set issync=false where billno like 'BILL YANG TIDAK MASUK'
 
   query : update pos_dsales set issync=false where billno like 'BILL YANG TIDAK MASUK'
 
</pre>
 
</pre>
 +
 
=== 2. Struk dari local double di server===
 
=== 2. Struk dari local double di server===
 
<pre>
 
<pre>

Revision as of 12:25, 18 January 2022

Introduction

InfiniteERP memiliki aplikasi POS yang digunakan untuk beberapa klien industri retail.

Client Specific

Fitur POS

Promo Reguler

TESTING :

CCCCC

Promo Tebus Murah

TESTING :

CCCCC

Troubleshooting

Dokumentasi setiap masalah, bug fixed dan problem yang ditemukan selama maintenance support

Berikut beberapa problem ditemukan dan cara menyelesaikan pada link ini POS Troubleshooting How-To

Sales Order Tidak Balance

Total Penjualan di Local Pos tidak sama dengan hasil kalkulasi struk di server:

1. Struk dari Local tidak Masuk Ke Server

1. Cari struk yang belum masuk ke web di menu "Loss Bill" atau cek manual di menu [https://pos.idolmart.co.id/#ad_table.html?fm=ce256b8c-2dfc-4bec-9185-1b809caaaa7f bill today]
2. sync manual bill yg tidak masuk dari PC local toko
   query : update pos_dsales set issync=false where billno like 'BILL YANG TIDAK MASUK'

2. Struk dari local double di server

Cek di menu Fail Bill, Delete Struk yg Double

How-To