Fix some status issue in b_manage

This commit is contained in:
2024-03-15 12:45:08 +01:00
parent 1912d17498
commit 175e0eb591
2 changed files with 49 additions and 34 deletions

View File

@@ -13,8 +13,8 @@ namespace platform {
private:
void list(const std::string& status, const std::string& color, int index_A, int index_B);
bool confirmAction(const std::string& intent, const std::string& fileName) const;
void report(const int index, const bool excelReport);
void report_compared(const int index_A, const int index_B);
std::string report(const int index, const bool excelReport);
std::string report_compared(const int index_A, const int index_B);
void showIndex(const int index, const int idx);
std::pair<std::string, std::string> sortList();
void menu();