This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Missing Data for Sale get and post API (Receipt Printing) | |
| Header information | |
| Footer information | |
| Card transaction information | |
| Remove ingredients list (POST API ) | |
| Required fields for full receipt printing |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import androidx.compose.runtime.Composable | |
| import androidx.compose.runtime.LaunchedEffect | |
| import androidx.compose.runtime.SideEffect | |
| import androidx.compose.runtime.getValue | |
| import androidx.compose.runtime.mutableStateOf | |
| import androidx.compose.runtime.remember | |
| import androidx.compose.runtime.setValue | |
| private class Ref<T>(var value: T) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import android.animation.Animator | |
| import android.animation.AnimatorListenerAdapter | |
| import android.annotation.SuppressLint | |
| import android.annotation.TargetApi | |
| import android.app.FragmentTransaction | |
| import android.app.Activity | |
| import android.app.AlertDialog | |
| import android.app.Fragment | |
| import android.app.NotificationManager | |
| import android.app.ProgressDialog |