ok
This commit is contained in:
@@ -3,17 +3,17 @@
|
|||||||
"name": "jangan pernah ragukan pelanggan",
|
"name": "jangan pernah ragukan pelanggan",
|
||||||
"icons": [
|
"icons": [
|
||||||
{
|
{
|
||||||
"src": "favicon.ico",
|
"src": "kedai.png",
|
||||||
"sizes": "64x64 32x32 24x24 16x16",
|
"sizes": "64x64 32x32 24x24 16x16",
|
||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo192.png",
|
"src": "kedai.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "192x192"
|
"sizes": "192x192"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "logo512.png",
|
"src": "kedai.png",
|
||||||
"type": "image/png",
|
"type": "image/png",
|
||||||
"sizes": "512x512"
|
"sizes": "512x512"
|
||||||
}
|
}
|
||||||
|
|||||||
36
src/App.js
36
src/App.js
@@ -703,36 +703,6 @@ function App() {
|
|||||||
totalPrice={totalPrice}
|
totalPrice={totalPrice}
|
||||||
lastTransaction={lastTransaction}
|
lastTransaction={lastTransaction}
|
||||||
/>
|
/>
|
||||||
{/* <Footer
|
|
||||||
showTable={true}
|
|
||||||
shopId={shopIdentifier}
|
|
||||||
table={table}
|
|
||||||
cartItemsLength={totalItemsCount}
|
|
||||||
selectedPage={0}
|
|
||||||
/> */}
|
|
||||||
</>
|
|
||||||
}
|
|
||||||
/>
|
|
||||||
<Route
|
|
||||||
path="/:shopIdentifier/:tableCode?/search"
|
|
||||||
element={
|
|
||||||
<>
|
|
||||||
<SearchResult
|
|
||||||
cafeId={shopId}
|
|
||||||
sendParam={handleSetParam}
|
|
||||||
user={user}
|
|
||||||
shopItems={shopItems}
|
|
||||||
guestSides={guestSides}
|
|
||||||
guestSideOfClerk={guestSideOfClerk}
|
|
||||||
removeConnectedGuestSides={rmConnectedGuestSides}
|
|
||||||
setModal={setModal} // Pass the function to open modal
|
|
||||||
/>
|
|
||||||
{/* <Footer
|
|
||||||
shopId={shopIdentifier}
|
|
||||||
table={table}
|
|
||||||
cartItemsLength={totalItemsCount}
|
|
||||||
selectedPage={1}
|
|
||||||
/> */}
|
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
@@ -752,12 +722,6 @@ function App() {
|
|||||||
shopItems={shopItems}
|
shopItems={shopItems}
|
||||||
setShopItems={setShopItems}
|
setShopItems={setShopItems}
|
||||||
/>
|
/>
|
||||||
{/* <Footer
|
|
||||||
shopId={shopIdentifier}
|
|
||||||
table={table}
|
|
||||||
cartItemsLength={totalItemsCount}
|
|
||||||
selectedPage={2}
|
|
||||||
/> */}
|
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -444,6 +444,18 @@ export default function Invoice({ shopId, setModal, table, sendParam, deviceType
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<div className={styles.NoteContainer}>
|
<div className={styles.NoteContainer}>
|
||||||
|
<span>Atas Nama :</span>
|
||||||
|
<span></span>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.NoteContainer} >
|
||||||
|
<input
|
||||||
|
className={styles.NoteInput}
|
||||||
|
placeholder="Tambahkan catatan..."
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div className={styles.NoteContainer}style={{height: '18px'}}>
|
||||||
<span>Catatan :</span>
|
<span>Catatan :</span>
|
||||||
<span></span>
|
<span></span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -191,7 +191,7 @@
|
|||||||
|
|
||||||
.NoteInput {
|
.NoteInput {
|
||||||
width: 78vw;
|
width: 78vw;
|
||||||
height: 12vw;
|
height: 18px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user