This commit is contained in:
2025-05-08 21:02:56 +03:00
parent 6706cbec45
commit 86a11faf70
24 changed files with 1022 additions and 460 deletions

View File

@@ -24,3 +24,7 @@ double Check::calculae_total_price() {
std::vector<Goods>& Check::get_goods() {
return goods;
}
std::string Check::get_date() {
return date;
}